Code: Select all
alex@alex-64:~/android-sdk-linux/platform-tools$ ./adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
A80S-EFE3D691 device
alex@alex-64:~/android-sdk-linux/platform-tools$ ./adb -s "A80S-EFE3D691" shell
BusyBox v1.7.2 (2011-09-09 16:27:24 CEST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
/ $ ls
...
data mnt ueventd.rc
... (other directories)
/ $ cd data
/data $ ls
ls: can't open '.': Permission denied
/data $
I found this: http://www.arctablet.com/blog/archos-ta ... hos-80-g9/
It it OK to follow these instructions or there is better way?
Also, trying to install .apk using adb, like this:
Code: Select all
adb -s "A80S-EFE3D691" shell install mymeapplication.apk
