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

Root changed proximity, help asap

UnLucky

Member
Running Liberty 1.5, just changed my proximity to 300 and installed a new font, restarted and now my touch screen isn't working at all, only physical buttons.
 
How... I cant touch anything and rebooting while holding home and the top button doesn't give you many options. All i can think of is redownloading and renaming liberty_1.5.zip to upgrade.zip like it asks for.
 
you'll need to sbf your phone, then. Please let us know if you need directions on how to do it.
 
If you have usb debugging enabled, it's not too difficult using adb:

adb pull /system/build.prop

open that file up on your computer, change proximity back to default (150, I believe)

adb shell mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
adb push build.prop /system
adb reboot


and it should work.
 
How... I cant touch anything and rebooting while holding home and the top button doesn't give you many options. All i can think of is redownloading and renaming liberty_1.5.zip to upgrade.zip like it asks for.

Turn your X off by holding down the power button. Then hold down the Power button and Home button at the same time. If you are rooted it should boot into clockwork recovery. Using your camera buttons you should be able to navigate to your backup and install it.
 
It fixed itself after plugging it in. I am rooted but using the method above just takes me to the default android boot menu, not clockwork.
 
ive never had anything but problems when changing the proximity......

also, sometimes going to 260 on the lcd density causes the dialer to force close.....
 
How... I cant touch anything and rebooting while holding home and the top button doesn't give you many options. All i can think of is redownloading and renaming liberty_1.5.zip to upgrade.zip like it asks for.

That won't work. For stock recovery, the update.zip file has to be signed by Motorola's encryption key. It's not just a file name.


Turn your X off by holding down the power button. Then hold down the Power button and Home button at the same time. If you are rooted it should boot into clockwork recovery. Using your camera buttons you should be able to navigate to your backup and install it.

Power + Home boots you into stock recovery, not Clockwork. You can't install anything but Motorola-signed .zip files from the stock recovery menus, and it won't even see your backups.
 
Back
Top Bottom