> Finally solved the safe mode problem, it was enabled as android has sensed 
> the volume down state as high, this state is one of conditions which 
> determines if safemode is set, though there is no volume buttons in the 
> board somehow the code reads it as high. Anyways still the system hangs in 
> lock-screen and keeps rebooting.    
>
> SOURCE
>
WindowMangerService.java

mSafeMode = menuState > 0 || sState > 0 || dpadState > 0 || trackballState 
> 0  ||  volumeDownState > 0;

Just removed the volume down condition.

Any ideas on why android freezes in lock-screen everytime it boots ?

-- 
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-porting+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to