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.
Do I need to unroot my nexus 5 so I can get the 4.4.3 update? If not is it better to anyways so I can get the update OTA? Still learning, thanks.
Ok, thanks. Can you recommend a good guide for doing this? I've checked out a few options but not sure what's the best route.
I rooted my Tracfone Galaxy Centura a few weeks ago, but it's "all dressed up with nowhere to go" - I'm nervous about trying too much. (I drive on a lot of deserted roads at night, and I don't want to risk frying it.) I don't know Linux at all - I come from a Windows environment and tend to see these things through "DOS-colored glasses".
Sent from my SCH-S738C using androidforums, powered by appyet.com
You know, I could swear that I replied to this, on my laptop. (Hope I didn't break any rules.) No time right now. Will try again later.
Rob G
OK, let's try again. I hope I type it all in correctly.[/] $ which sh
/system/bin/sh
[/] $ which reboot
/system/bin/reboot
[/] $
OK, let's try again. I hope I type it all in correctly.
app_181@android:/ $ which sh
/system/bin/sh: which: not found
127|app_181@android:/ $ /system/bin/sh
app_181@android:/ $ which reboot
/system/bin/sh: which: not found
127|app_181@android:/ $ /system/bin/reboot
reboot: Operation not permitted
1|app_181@android:/ $
I should add that entering the "su" command before doing anything else gave me the "#" prompt. All of the results were the same, except that /system/bin/reboot restarted the phone.
I installed Busybox using this version:
https://play.google.com/store/apps/details?id=com.jrummy.busybox.installer
Is there a difference?
But it apparently did not find the 'which' command. I'll try the other one later. Will advise.
All I wanted to do was to put a shortcut to a script on the desktop (homescreen), as I would with a Windows batch file, and run it. I was told "App isn't installed" and was wondering what app it was looking for... that's all, I swear.
Eventually, maybe I can write some of my own scripts (like, to copy files in batch, for instance) but if I can't run them, I'm dead in the water.