Kevin OQuinn
AC Team Emeritus
- May 17, 2010
- 9,267
- 496
- 0
it doesnt like spaces. everything I type must be like this."d:/android/tools/adb push rageagainstthecage-arm5.bin/data/local/tmp/rageagainstthecage" in the post there is a space right afeter "...arm5.bin /..."
its when i put a space that it tells me directory doesnt exist.
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
D:\Users\Omoni>d:\android/tools/adb push rageagainstthecage-arm5.bin /data/local
/tmp/rageagainstthecage
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
cannot stat 'rageagainstthecage-arm5.bin': No such file or directory
D:\Users\Omoni>
already figured it out. you aren't getting into adb before you're trying to push files. go into d: and click on android-sdk, then look for the green android. double click to open it. copy the path that appears on the top of the window. then go to command and type cd (the path you just copied)
then it should display something like
d:/android-sdk/wherever it is/tools/
then you can adb push
Did i get all that right ksmith? i'm trying.![]()
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
D:\Windows\system32>cd d:\android/tools
d:\android\tools>adb push rageagainstthecage-arm5.bin /data/local/tmp/rageagains
tthecage
309 KB/s (5392 bytes in 0.017s)
d:\android\tools>adb push su /data/local/tmp/
916 KB/s (26264 bytes in 0.028s)
d:\android\tools>adb push busybox /data/local/tmp/
1492 KB/s (1926944 bytes in 1.261s)
d:\android\tools>adb shell
$
when you open the sdk manager you mean just double click and thats it. leave it alone dont do anything else? i dont download anything with it?