View Single Post
Posts: 875 | Thanked: 918 times | Joined on Sep 2010
#526
New ASUI and settings test binaries.
  • fix: asui-settings messages describing alarm volume step were incorrect
  • fix: com.nokia.icd2.state_sig is now properly removed after first received signal (initialization)
  • com.nokia.bme.signal.battery_state_changed is now removed after first received signal (initialization)
  • don't wake ASUI process for unused system_ui, mce and bme signals
  • don't wake main thread if the dbus signal updates a non-visible value
  • listen for flight mode signal instead of polling
  • display "disconnecting" in wifi widget
  • a tap on battery status will toggle between active/idle and drain rate for last hour and last 24h

The optimizations eliminate a lot of process/thread switches and communication but probably won't make any noticable difference in battery usage.

The battery capacity can now be short tapped to toggle between the active/idle time and the new battery drain rate. It doesn't yet detect a charging cycle so it'll take an hour for the value to recover.


Originally Posted by mcow View Post
I didn't read back to see what the justification for this was, but my preference would be to see this notification only on unlock.
You mentioned a problem were the notification was displayed and shouldn't have been so I "fixed" it by always displaying the notification.

Just kidding, it seemed like a good idea to inform the user that the screen wasn't locked instead of not showing anything. I'll add a setting to disable it though.

--

I forgot to mention this back when I added the new asui commands but
if you add the following lines to /etc/telescope.keys you can use fullscreen to map ASUI and volume keys to rotate screen.
Code:
press(F6): shell(/usr/bin/asui show)
press(F7): shell(/usr/bin/asui right)
press(F8): shell(/usr/bin/asui left)
Run /etc/init.d/telescope-svc restart to restart Telescope after. Only works in the window thumbnail view and not launcher.

Last edited by auouymous; 2011-04-11 at 18:40.
 

The Following 3 Users Say Thank You to auouymous For This Useful Post: