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.
Last login: Mon Jul 19 14:34:56 on ttys000
XXComputerNameXX:~ XXUserNameXX$ cd /Users/XXUserNameXX/Downloads/android-sdk-mac_86/tools
XXComputerNameXX:tools XXUserNameXX$ ./adb devices
* daemon not running. starting it now *
* daemon started successfully *
List of devices attached
HT05ZPL07184 device
XXComputerNameXX:tools XXUserNameXX$ adb remount
remount succeeded
XXComputerNameXX:tools XXUserNameXX$ adb push Youtube.apk /system/app
cannot stat 'Youtube.apk': No such file or directory
XXComputerNameXX:tools XXUserNameXX$
I know I must be making a really stupid mistake >.<
Any help?
Uh, you need to put the Youtube.apk you rip out of a ROM into your android-sdk/tools folder first, of course.

