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.
ended up removing it slowed down my s7
alot of apps would stop responding on meSurprised to hear that. It seems to make mine work much faster. The lag problems are gone. Maybe it works better with different ROMs. I am using the singapore one.
Sent from my Ideos S7 using Android Tablet Forum App
alot of apps would stop responding on me
Have the Android SDK installed (or droidexplorer if you're on windows for adb, as I've got the sdk
this howto uses adb on the command line.)
We need to make an ext2 file system on the second partition. This is done via the command line on
the device. So fire up the adb shell
./adb shell
Type the command su to get root privilages, then type the following command:
busybox mke2fs /dev/block/vold/179:2
.....and tells me permission denied.....
Is your device rooted? Sounds like it is, when you run SU on your PC check your device it is most likely waiting for you to give it permission, say "yes" to the msgbox on your device. I have been running it from regular DOS command window. You just need to CD to the directory where ADB.exe is installed.