View Single Post
Posts: 875 | Thanked: 918 times | Joined on Sep 2010
#485
Originally Posted by mcow View Post
In the Alarm settings, I went to change the 60-second duration; select, tapped on the on-screen keyboard the "1" and was about to tap "5" when the window closed. Now the settings dialog suddenly shuts down every time I enter the Alarm settings page. I see a floating-point exception...
10 is the minimum allowed value for alarm_duration, not sure why it triggered a refresh but here is the formula to calculate the minimum step value Oops!
Code:
100*(max_volume - min_volume)/(alarm_duration-10)
Originally Posted by mcow View Post
I was also looking at the services. I don't have any BT devices so I've been running with BT disabled, and the ASUI for that has always shown as grey. However, in the service list, I saw that BT File Share was enabled; I would have thought that would show "partial" on the ASUI display.
Does it have a start button or stop/restart? I'll bet it only has start and if you tap it nothing will happen because the service won't start without the other BT services it depends on. Disabling the service should decrease your boot time a little since that service won't attempt to start 100 times before finally giving up.

Originally Posted by mcow View Post
Any chance of giving the Setting dialog a full-screen mode?
Will look into it, unless someone knows how...