I had someone else root my bionic, I do not know the method used. I wanted to apply forever root for ota updates. When I go to system updates, the screen is completely white with no text. Is this normal? I cant get to updates anyway.
Sent from my DROID BIONIC using Tapatalk
Forever root manual method:
Open an app such as Root Explorer from the market
Navigate to the system/bin/mount_ext3.sh
At the top of the screen press the Mount R/W button
Long press mount_ext3.sh
Select copy
Navigate to sdcard-ext
Press paste (this will put a clean copy of this file on your sdcard in case things go badly)
Navigate back to system/bin/mount_ext3.sh
Long press mount_ext3.sh
Select Open in Text Editor
Scroll to the bottom of the file
Press the the return key on the keyboard to put a empty line
type the following:
chmod 4755 /system/bin/su
chmod 4755 /system/xbin/su
chmod 4755 /system/app/Superuser.
apk
(note: there is a single space between chmod and 4755 and there is a single space between the 5 and the /.)
Press save
Press the Mount R/O button at the top of the page
Navigate to the mount_ext3.sh file and long press it and select “view as text” in order to confirm the new lines are present in the file.
Exit and reboot.