View Single Post
Posts: 223 | Thanked: 67 times | Joined on Jun 2006
#453
Originally Posted by solca View Post
I get the time at init from retutime but I never set it on shutdown
My clock is always about 2 hours 15 minutes off after a power cycle. It's keeping time OK, but just needs an offset to local time.

Originally Posted by solca View Post
Hmm that's not good, does this work before 0.3.1 or it is some new issue now? can you describe it in more datils?
I had the problem since my first install of NITdroid (around 18th December). I'm thinking this may be a screen calibration problem. I found the pointer location app in DevTools and this shows that at the bottom of the screen the calibration is off by about 4mm. There is quite a bit of variation across screen with only the centre left edge having no error.

Is there a screen calibration app in Android?

Finally, I can't get 0.3.1 to return from screen blanking. Once it's gone blank pressing the keys or the screen has no effect. Eventually, it seems to power off as pressing the power key will produce a restart. Strangely, when adb is connected running logcat, it will recover. Here is the logcat trace, although I'm not sure it will be much use.

Code:
**** screen blanks ****
W/ActivityManager(  682): Unable to start service Intent { action=android.accounts.IAccountsService comp={com.google.android.googleapps/com.google.android.googleapps.GoogleLoginService} }: not found
E/LockPatternKeyguardView(  682): Failed to bind to GLS while checking for account
D/dalvikvm(  682): GC freed 15372 objects / 702696 bytes in 211ms

**** keys pressed ****

D/KeyguardViewMediator(  682): wakeWhenReadyLocked(26)
D/KeyguardViewMediator(  682): handleWakeWhenReady(26)
D/KeyguardViewMediator(  682): pokeWakelock(10000)
D/KeyguardViewMediator(  682): wakeWhenReadyLocked(82)
D/KeyguardViewMediator(  682): handleWakeWhenReady(82)
D/KeyguardViewMediator(  682): pokeWakelock(10000)
W/KeyCharacterMap(  682): Can't open keycharmap file
W/KeyCharacterMap(  682): Error loading keycharmap file '/system/usr/keychars/Internal_keypad.kcm.bin'. hw.keyboards.0.devname='Internal keypad'
W/KeyCharacterMap(  682): Using default keymap: /system/usr/keychars/qwerty.kcm.
bin
D/KeyguardViewMediator(  682): pokeWakelock(10000)
D/KeyguardViewMediator(  682): pokeWakelock(10000)

**** screen blanks ****

W/ActivityManager(  682): Unable to start service Intent { action=android.accounts.IAccountsService comp={com.google.android.googleapps/com.google.android.googleapps.GoogleLoginService} }: not found
E/LockPatternKeyguardView(  682): Failed to bind to GLS while checking for account

Last edited by gowen; 2009-01-06 at 16:25. Reason: Added logcat trace