|
Actually, you don't have to root your phone. When you connect it to a computer using ADB, you are root. Using ADB shell, you can then remount the system partition read/write, pull build.prop to your computer, edit it with Notepad (or similar), push it back, set permissions of build.prop back to 644 and reboot. All steps (get ADB working, edit build.prop without root) are described in many guides on the Internet.
|
|