• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root hello all.. is there a way to get the vanilla lock screen?

if you have s-off you can do a nand first and then just rename it and see if that will work... if not then restore
 
If the ROM is Sense based, then do this in adb shell


mkdir /system/app.disabled
mv /system/app/HtcLockScreen.apk /system/app.disabled/

It moves the htclockscreen into a disabled app folder. Do a nandroid first just in case it doesn't work with Frankenrom.
 
If the ROM is Sense based, then do this in adb shell


mkdir /system/app.disabled
mv /system/app/HtcLockScreen.apk /system/app.disabled/

It moves the htclockscreen into a disabled app folder. Do a nandroid first just in case it doesn't work with Frankenrom.

This shoud work fine for any deodexed sense based rom. If the rom is not deodexed, you will need this extra line in adb in addition to the two above:

mv /system/app/HtcLockScreen.odex /system/app.disabled/
 
Back
Top Bottom