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

How to remove lockscreen HtcLockScreen.apk

TheGman124

Newbie
How to use this

Code:
adb remount
adb shell
cd /system/app
mv HtcLockScreen.apk HtcLockScreen.bak
exit


in a command prompt becaue I am trying to load vanilla lockscreen to 2.0d from fresh Kitchen but it wont install it
 
Try to "All things root (sprint hero)" section of the forums. You'll get a faster (and more useful) response.

Good luck!
 
How to use this

Code:
adb remount
adb shell
cd /system/app
mv HtcLockScreen.apk HtcLockScreen.bak
exit


in a command prompt becaue I am trying to load vanilla lockscreen to 2.0d from fresh Kitchen but it wont install it

Why won't it let you, what do you mean? You tryin..

cd C:\android-sdk-windows\tools
adb remount
adb shell
cd /system/app
mv HtcLockScreen.apk HtcLockScreen.bak
exit

That should work
 
Back
Top Bottom