Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Then what? I have already rooted mine..root it
Then what? I have already rooted mine..
Not sure, I have an LG GW620 with Android 1.5What mod are you running?
Not sure, I have an LG GW620 with Android 1.5
If you rooted your phone then you should have had to flash a different rom onto your phone.
Did you do that?
Navigate to your installed Android SDK (ie: "cd c:\SDK\tools\").Type "adb shell"
- Download the Superuser Whitelist (http://koushikdutta.blurryfox.com/Superuser/Superuser.zip) and unzip it somewhere safe such as c:\SDK\tools\
- On the GW620 dial "3845#*620#" to get in to the secret menu
- Tap "Module Test" then tap "Stability Test" then tap "Enable Root Permission"
- Open a Command Prompt on Windows by pressing Windows Key + R, then type "cmd" in the empty field. Note, you should also run this with Administrator rights. Linux users can use Terminal.
- You should get a #. If you get a $ then something didn't work. Shutdown the phone and PC and try again. If you get a # then all is well. Type "exit" to return to your PCs command prompt.
- Type "adb remount" to remount the GW620's file system as read-write so we can make changes.
- Type "adb shell cat /system/xbin/su > /system/xbin/su.original" [Note: This step may give you a "could not find path" error. Just continue on with step 5 and the root will still work.]
- Type "adb push bin/su /system/xbin/su"
- Type "adb push bin/su /system/bin/su"
- Type "adb shell chmod 4755 /system/xbin/su"
- Type "adb shell chmod 4755 /system/bin/su"
- Type "adb install bin/Superuser.apk"