Poll: Would you be happy not having the operator name, for Battery Percentage in its place?
Poll Options
Would you be happy not having the operator name, for Battery Percentage in its place?

Reply
Thread Tools
Posts: 233 | Thanked: 491 times | Joined on Oct 2011 @ Sydney
#131
Originally Posted by Dragoss91 View Post
@MFaroTusino - you better find a way to add your widget inside battery from status bar and make it run permanently with battery indicator
I have a way, at the moment it works, but not automatically. Some reason the loop isn't called continously :/ Am currently testing afew different methods
__________________
Blogs I post to
MyNokiaBlog
UnleashThePhones

Hit thanks if I have helped in some way, or you agree with me

Twitter
-------------------------------------------------------------------------------
Battery Widget
#OperationUnicorn
Harmoji - Emoji for Harmattan

-------------------------------------------------------------------------------
N9 [Black] - Sailfish OS (1.x.x.xx)
N9 [White] - PR 1.3 [Stock]
N950 - Sailfish OS
Z10 LE - 10.2.1.1055
Dev Alpha C - 10.2.1.1055
 

The Following 2 Users Say Thank You to MFaroTusino For This Useful Post:
Posts: 233 | Thanked: 491 times | Joined on Oct 2011 @ Sydney
#132
Originally Posted by bnwg View Post
The image for the battery icons in the status bar can be found in

/usr/share/themes/blanco/meegotouch/icons/

png starts with icon-l-energy-management-xxx and icon-m-energy-management-xxx (or some others) should be those we see in the status bar.

I think those original icons should be saved or backup in somewhere just in case these icons can be restored when removing the deb (even though mostly like not if I get auto update battery percentage in status bar )
Thats actually the ones displayed when say device says "entering PSM or charging". Status icons are icon-s-status-batteryx.png

And yes, I've already taken that into account. Saved the statusbar config file, and the icons I alter. On removal, they are placed back
__________________
Blogs I post to
MyNokiaBlog
UnleashThePhones

Hit thanks if I have helped in some way, or you agree with me

Twitter
-------------------------------------------------------------------------------
Battery Widget
#OperationUnicorn
Harmoji - Emoji for Harmattan

-------------------------------------------------------------------------------
N9 [Black] - Sailfish OS (1.x.x.xx)
N9 [White] - PR 1.3 [Stock]
N950 - Sailfish OS
Z10 LE - 10.2.1.1055
Dev Alpha C - 10.2.1.1055
 

The Following User Says Thank You to MFaroTusino For This Useful Post:
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#133
have you got the source code from the battery icon in ovi?
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica
 
Posts: 233 | Thanked: 491 times | Joined on Oct 2011 @ Sydney
#134
Originally Posted by TMavica View Post
have you got the source code from the battery icon in ovi?
No, but if my current idea works, I won't need it Keep making subtle errors on my N950 and I get into reboot loop, plus I am concentrating on Uni, so it may be a while, but it will be coming, hopefully very soon
__________________
Blogs I post to
MyNokiaBlog
UnleashThePhones

Hit thanks if I have helped in some way, or you agree with me

Twitter
-------------------------------------------------------------------------------
Battery Widget
#OperationUnicorn
Harmoji - Emoji for Harmattan

-------------------------------------------------------------------------------
N9 [Black] - Sailfish OS (1.x.x.xx)
N9 [White] - PR 1.3 [Stock]
N950 - Sailfish OS
Z10 LE - 10.2.1.1055
Dev Alpha C - 10.2.1.1055
 

The Following User Says Thank You to MFaroTusino For This Useful Post:
Posts: 233 | Thanked: 491 times | Joined on Oct 2011 @ Sydney
#135
Just a quick update. Got an implementation of the app atm, but seems like there's an issue with percentage, as device is 96%, but icon displays 91% :/

Charging indicator is working fine as far as I can tell. Will use it as is for today, see if any bugs come up, then will work on the sync between icon and %.

Thanks for being patient guys, really appreciate it, especially as this is my first major app on any platform
__________________
Blogs I post to
MyNokiaBlog
UnleashThePhones

Hit thanks if I have helped in some way, or you agree with me

Twitter
-------------------------------------------------------------------------------
Battery Widget
#OperationUnicorn
Harmoji - Emoji for Harmattan

-------------------------------------------------------------------------------
N9 [Black] - Sailfish OS (1.x.x.xx)
N9 [White] - PR 1.3 [Stock]
N950 - Sailfish OS
Z10 LE - 10.2.1.1055
Dev Alpha C - 10.2.1.1055
 

The Following User Says Thank You to MFaroTusino For This Useful Post:
Dousan's Avatar
Posts: 1,161 | Thanked: 1,707 times | Joined on Jan 2010 @ Denmark
#136
No worries I'm in no hurry and I think this is what the community is all about -> developing, testing and supporting/helping each other. So I'm sticking with your app, it's even getting better now with people chipping in with solutions for the graphic side

Regards Dousan...
__________________
My Procreate art:
https://folio.procreate.art/dousan

My Søciety6:
http://society6.com/Dousan
 

The Following User Says Thank You to Dousan For This Useful Post:
Posts: 432 | Thanked: 544 times | Joined on Feb 2011
#137
your icon is updating late..
why not add "current_charge_ percent + 3"
i.e "91%+3=94% which is close to current value 96%

and if the app_charge/actual_charge ratio changes (lets say app shows 91% but actual value 93% ) still you will be close to actual value

just a suggestion...
 
Posts: 233 | Thanked: 491 times | Joined on Oct 2011 @ Sydney
#138
Originally Posted by immi.shk View Post
your icon is updating late..
why not add "current_charge_ percent + 3"
i.e "91%+3=94% which is close to current value 96%

and if the app_charge/actual_charge ratio changes (lets say app shows 91% but actual value 93% ) still you will be close to actual value

just a suggestion...
It's not that. Its the updating of the icon. I found that it only updates on 10s, ie. 1,11,21,31, etc.

The text file gets updated, but seems it is only update in statusbar incrementally.

I think I will go back to my last implementation, needing to tap to load, and sort out the permission issues, and then auto-update
__________________
Blogs I post to
MyNokiaBlog
UnleashThePhones

Hit thanks if I have helped in some way, or you agree with me

Twitter
-------------------------------------------------------------------------------
Battery Widget
#OperationUnicorn
Harmoji - Emoji for Harmattan

-------------------------------------------------------------------------------
N9 [Black] - Sailfish OS (1.x.x.xx)
N9 [White] - PR 1.3 [Stock]
N950 - Sailfish OS
Z10 LE - 10.2.1.1055
Dev Alpha C - 10.2.1.1055
 
Posts: 233 | Thanked: 491 times | Joined on Oct 2011 @ Sydney
#139
Hey guys, just added a poll to the thread. Have had an idea, now I don't know if its do-able, but, if I can remove the operator name, and place the text there, thus having standard icon & percent (iOS style), would you be keen on it?

Of course, this means that you won't have the name of your telco there

Concept image attached

Sort of just trying to gauge your opinions so I know if it is worth time trying to explore the idea, or fixing current method
Attached Images
 
__________________
Blogs I post to
MyNokiaBlog
UnleashThePhones

Hit thanks if I have helped in some way, or you agree with me

Twitter
-------------------------------------------------------------------------------
Battery Widget
#OperationUnicorn
Harmoji - Emoji for Harmattan

-------------------------------------------------------------------------------
N9 [Black] - Sailfish OS (1.x.x.xx)
N9 [White] - PR 1.3 [Stock]
N950 - Sailfish OS
Z10 LE - 10.2.1.1055
Dev Alpha C - 10.2.1.1055
 

The Following User Says Thank You to MFaroTusino For This Useful Post:
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#140
nice, make the percentage same size as the battery icon, i mean the height
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica
 
Reply


 
Forum Jump


All times are GMT. The time now is 11:10.