Closed tslocum closed 10 years ago
Comment by sole Tuesday Oct 02, 2012 at 07:49 GMT
No.
I can't tell you anything if you don't provide the logs that aafm generates. You know those texts that show up at the command line window where you launched it.
Paste them here and we'll try to find it out :-)
Comment by ds9 Tuesday Oct 02, 2012 at 12:54 GMT
Ok, here is what is in the terminal window when I start aafm:
main1@system1:~$ /home/main1/applications/aafm/src/aafm-gui.py EXECUTE= adb shell ls --help /bin/sh: adb: not found EXECUTE= adb shell ls -l -a /mnt/sdcard/ /bin/sh: adb: not found
And, when I manually execute adb, I get this:
main1@system1:~$ /home/main1/applications/asdk/android-sdk-linux/platform-tools/adb Android Debug Bridge version 1.0.29
-d - directs command to the only connected USB device
returns an error if more than one USB device is present.
-e - directs command to the only running emulator.
returns an error if more than one emulator is running.
-s
device commands:
adb push
push this package file to the device and install it
('-l' means forward-lock the app)
('-r' means reinstall the app, keeping its data)
('-s' means install on SD card instead of internal storage)
('--algo', '--key', and '--iv' mean the file is encrypted already)
adb uninstall [-k]
adb backup [-f
write an archive of the device's data to
adb restore
adb help - show this help message adb version - show version num
scripting:
adb wait-for-device - block until device is online
adb start-server - ensure that there is a server running
adb kill-server - kill the server if it is running
adb get-state - prints: offline | bootloader | device
adb get-serialno - prints:
Comment by sole Tuesday Oct 02, 2012 at 13:08 GMT
Doesn't this ring a bell?
EXECUTE= adb shell ls --help /bin/sh: adb: not found
If not, then maybe you didn't read and follow the instructions on the project page regarding setting adb in $PATH: https://github.com/sole/aafm
Issue by ds9 Tuesday Oct 02, 2012 at 04:18 GMT Originally opened as https://github.com/sole/aafm/issues/44
On my PC I'm running Ubuntu 10.01 (lucid), kernel 2.6.32-43-generic-pae.
Android device: Toshiba tablet, model AT-300, Android version 4.0.3, kernel version 2.6.39.4-00013-g7d9fd87, build number IML74K.01.000041114.
When I start aafm, the right panel for the tablet is blank. Running the Android SDK tool ddms I am able to explore the file system on the tablet. In case it matters, this is the entry I have in the 51-android.rules file:
SUBSYSTEM==”usb”, ATTR{idVendor}==”0930”, ATTR{idProduct}==”0963”, MODE=”0666″
Can you tell me why I can't see any file on the tablet using aafm?
Thanks.