I am currently reading the root guide, firstly my PC properly detects my phone, do I still need the USB Driver installed? If so how? I already downloaded it.
Secondly "The HTC Desire Z with a firmware version higher than 1.34 and the Desire HD with a firmware version higher then 1.32 have to be downgraded "
Is that speaking of the Android version, If so I am currently "2.2"? Or the build? If so then mine is "1.22.5".
http://forum.xda-developers.com/wik...sion#Rooting_the_Vision_.28G2.2FDZ.29_and_DHD
That's about the current questions I have, new to this.
DroidStation said:
I am currently reading the root guide, firstly my PC properly detects my phone, do I still need the USB Driver installed? If so how? I already downloaded it.
Secondly "The HTC Desire Z with a firmware version higher than 1.34 and the Desire HD with a firmware version higher then 1.32 have to be downgraded "
Is that speaking of the Android version, If so I am currently "2.2"? Or the build? If so then mine is "1.22.5".
http://forum.xda-developers.com/wik...sion#Rooting_the_Vision_.28G2.2FDZ.29_and_DHD
That's about the current questions I have, new to this.
Click to expand...
Click to collapse
If your computer detects your device and, when you run 'adb devices' it shows, then you should be all set. The Desire Z/HD is referring to a different device, the G2 is an HTC Vision.
Sent from my HTC Vision using XDA App
Okay, so that is no to the downgrade I assume, next question.
I downloaded all the files required (4 of them) Do I extract them and add the folders with the files to the phone? Or the files from inside the folders to the phone?
Hi, you just need to extract the files to a temp folder on your computer and run the adb commands from that folder.
One folder? Or leave them in each folder when I extracted them?
Also I downloaded the drivers, because my PC detected everything except the adb, so I assigned the drivers files for the adb.
DroidStation said:
One folder? Or leave them in each folder when I extracted them?
Also I downloaded the drivers, because my PC detected everything except the adb, so I assigned the drivers files for the adb.
Click to expand...
Click to collapse
If you installed the android sdk(which you should of) place any files you plan on using adb with and put in "platform-tools" folder located in the android-sdk-windows folder that your installation should of created. If you want to leave the unzipped files in individual folders it will add a lot of extra time to the process. If everything is in platform-tools you don't need to quit changing the path. At least that's how I do it..easier and quicker
dont send me pm's crying about how i hurt your feelings in a thread
Alright, I am back, No offense taken, thanks for posting.
I am almost done to do the root I have setup the android sdk and it's filling working.
I would like a little more clarification on the files though, the "4" files that I downloaded. Now from the post mentioned above you said to place the files in the "platform-tools" folder, zipped or unzipped?
Well, I placed all the files, clockwork, etc.. Into the "platform-tools" folder located on my "C:\android-sdk-windows\platform-tools"
Now when I run adb I get these errors.
C:\Users\Frank>adb push psneuter /data/local/tmp/
cannot stat 'psneuter': No such file or directory
C:\Users\Frank>adb push psneuter /data/local/tmp/
cannot stat 'psneuter': No such file or directory
C:\Users\Frank>adb push gfree /data/local/tmp/
cannot stat 'gfree': No such file or directory
C:\Users\Frank>adb push busybox /data/local/tmp/
cannot stat 'busybox': No such file or directory
C:\Users\Frank>adb push hboot-eng.img /data/local/tmp
cannot stat 'hboot-eng.img': No such file or director
C:\Users\Frank>adb push root_psn /data/local/tmp/
cannot stat 'root_psn': No such file or directory
C:\Users\Frank>adb push flash_image /data/local/tmp/
cannot stat 'flash_image': No such file or directory
C:\Users\Frank>adb push su /sdcard/
cannot stat 'su': No such file or directory
C:\Users\Frank>adb push Superuser.apk /sdcard/
cannot stat 'Superuser.apk': No such file or director
C:\Users\Frank>adb shell chmod 755 /data/local/tmp/*
Click to expand...
Click to collapse
Run the adb command from the platform tool folder.
C:\android-sdk-windows\platform-tools"\adb push psneuter ...
So for example..
C:\android-sdk-windows\platform-tools adb push psneuter /data/local/tmp/ ?
Is that correct, can you write a line for example please? Sorry if I am asking for much, just want to make sure that I get this right.
almost:
C:\android-sdk-windows\platform-tools\adb push psneuter /data/local/tmp/
Now I receive this.
C:\Users\Frank>C:\android-sdk-windows\platform-tools\adb push psneuter /data/loc
al/tmp/
cannot stat 'psneuter': No such file or directory
Click to expand...
Click to collapse
I entered this command.
C:\android-sdk-windows\platform-tools\adb push psneuter /data/local/tmp/
At the command prompt, type:
Code:
cd C:\android-sdk-windows\platform-tools
Then type the adb push commands...
I do apologize for being difficult but I still run into these issues.
C:\android-sdk-windows\platform-tools>adb push psneuter /data/local/tmp/
cannot stat 'psneuter': No such file or directory
C:\android-sdk-windows\platform-tools>adb push gfree /data/local/tmp/
cannot stat 'gfree': No such file or directory
C:\android-sdk-windows\platform-tools>adb push busybox /data/local/tmp/
cannot stat 'busybox': No such file or directory
C:\android-sdk-windows\platform-tools>adb push hboot-eng.img /data/local/tmp/
cannot stat 'hboot-eng.img': No such file or directory
C:\android-sdk-windows\platform-tools>adb push root_psn /data/local/tmp/
cannot stat 'root_psn': No such file or directory
C:\android-sdk-windows\platform-tools>adb push flash_image /data/local/tmp/
cannot stat 'flash_image': No such file or directory
C:\android-sdk-windows\platform-tools>adb push su /sdcard/
cannot stat 'su': No such file or directory
C:\android-sdk-windows\platform-tools>adb push Superuser.apk /sdcard/
cannot stat 'Superuser.apk': No such file or directory
C:\android-sdk-windows\platform-tools>adb shell chmod 755 /data/local/tmp/*
Click to expand...
Click to collapse
Do I unzip the ".zip" files?
Okay, well I decided to use a different directory with just the required files and here are my results from running the commands all at once.
C:\Users\Frank\Desktop\G2>adb push psneuter /data/local/tmp/
push: psneuter/psneuter.c -> /data/local/tmp/psneuter.c
push: psneuter/psneuter -> /data/local/tmp/psneuter
2 files pushed. 0 files skipped.
1657 KB/s (561954 bytes in 0.331s)
C:\Users\Frank\Desktop\G2>adb push gfree /data/local/tmp/
cannot stat 'gfree': No such file or directory
C:\Users\Frank\Desktop\G2>adb push busybox /data/local/tmp/
cannot stat 'busybox': No such file or directory
C:\Users\Frank\Desktop\G2>adb push hboot-eng.img /data/local/tmp/
cannot stat 'hboot-eng.img': No such file or directory
C:\Users\Frank\Desktop\G2>adb push root_psn /data/local/tmp/
cannot stat 'root_psn': No such file or directory
C:\Users\Frank\Desktop\G2>adb push flash_image /data/local/tmp/
push: flash_image/flash_image -> /data/local/tmp/flash_image
1 file pushed. 0 files skipped.
1511 KB/s (68108 bytes in 0.044s)
C:\Users\Frank\Desktop\G2>adb push su /sdcard/
cannot stat 'su': No such file or directory
C:\Users\Frank\Desktop\G2>adb push Superuser.apk /sdcard/
cannot stat 'Superuser.apk': No such file or directory
C:\Users\Frank\Desktop\G2>adb shell chmod 755 /data/local/tmp/*
Perhaps I need to change the file names on the commands?
These are the files/folders on the directory.
flash_image
gfree_05
gfree_root_psn
psneuter
vision.hboot-0.76.2000
recovery-clockwork-3.0.2.4-vision
Put the files you want to push in the same directory as adb.exe
Well, now I only get some errors, are you sure the commands are using the correct file names?
C:\android-sdk-windows\platform-tools>adb push psneuter /data/local/tmp/
adb server is out of date. killing...
* daemon started successfully *
push: psneuter/psneuter.c -> /data/local/tmp/psneuter.c
push: psneuter/psneuter -> /data/local/tmp/psneuter
2 files pushed. 0 files skipped.
1270 KB/s (561954 bytes in 0.432s)
C:\android-sdk-windows\platform-tools>adb push gfree /data/local/tmp/
cannot stat 'gfree': No such file or directory
C:\android-sdk-windows\platform-tools>adb push busybox /data/local/tmp/
cannot stat 'busybox': No such file or directory
C:\android-sdk-windows\platform-tools>adb push hboot-eng.img /data/local/tmp/
cannot stat 'hboot-eng.img': No such file or directory
C:\android-sdk-windows\platform-tools>adb push root_psn /data/local/tmp/
cannot stat 'root_psn': No such file or directory
C:\android-sdk-windows\platform-tools>adb push flash_image /data/local/tmp/
push: flash_image/flash_image -> /data/local/tmp/flash_image
1 file pushed. 0 files skipped.
468 KB/s (68108 bytes in 0.142s)
C:\android-sdk-windows\platform-tools>adb push su /sdcard/
cannot stat 'su': No such file or directory
C:\android-sdk-windows\platform-tools>adb push Superuser.apk /sdcard/
cannot stat 'Superuser.apk': No such file or directory
C:\android-sdk-windows\platform-tools>adb shell chmod 755 /data/local/tmp/*
Click to expand...
Click to collapse
Here are the commands I am running.
adb push psneuter /data/local/tmp/
adb push gfree /data/local/tmp/
adb push busybox /data/local/tmp/
adb push hboot-eng.img /data/local/tmp/
adb push root_psn /data/local/tmp/
adb push flash_image /data/local/tmp/
adb push su /sdcard/
adb push Superuser.apk /sdcard/
adb shell chmod 755 /data/local/tmp/*
Click to expand...
Click to collapse
Here are the file names I have.
flash_image
gfree_05
gfree_root_psn
psneuter
vision.hboot-0.76.2000
recovery-clockwork-3.0.2.4-vision
Okay, I finally ran all the commands fine, needed to have them as the actual files.
I ran this command, but nothing happened.
"adb shell chmod 755 /data/local/tmp/*"
I that normal or do I need to change the "*" to something?
Because when I try to run the temp root command I receive this.
C:\android-sdk-windows\platform-tools>adb shell /data/local/tmp/psneuter
/data/local/tmp/psneuter: permission denied
The "*" means everything in that folder so no you are fine there.
Sent from my HTC Vision using XDA App
Related
Hello, and thanks in advance to anyone that can help me.
I finally got the error.
However, when I entered the first command of "1.bat",
it pushed the files, but this is what I got:
C:\sdk\tools>adb shell
- exec '/system/bin/sh' failed: No such file or directory (2) -
C:\sdk\tools>1.bat
C:\sdk\tools>adb push C:\sdk\tools\android.tether /sdcard/android.tether
push: C:\sdk\tools\android.tether/wireless_tether_2_0_2-pre14.apk -> /sdcard/and
roid.tether/wireless_tether_2_0_2-pre14.apk
failed to copy 'C:\sdk\tools\android.tether/wireless_tether_2_0_2-pre14.apk' to
'/sdcard/android.tether/wireless_tether_2_0_2-pre14.apk': No such file or direct
ory
C:\sdk\tools>adb push busybox /sdcard/busybox
failed to copy 'busybox' to '/sdcard/busybox': Permission denied
C:\sdk\tools>adb push ota.zip /sdcard/update.zip
failed to copy 'ota.zip' to '/sdcard/update.zip': Permission denied
C:\sdk\tools>adb push Superuser.apk /sdcard/Superuser.apk
failed to copy 'Superuser.apk' to '/sdcard/Superuser.apk': Permission denied
C:\sdk\tools>adb push su /sdcard/su
failed to copy 'su' to '/sdcard/su': Permission denied
I can tell you that I did apply the OTA update from Verizon a while back, does this have anything to do with it?
Please advise.... I am glued to this pc now and I will answer any questions that will help me to root as soon as you ask them. Again, thank you.
Did you run the update.zip from the phonerecovery and got the error before you pushed the files?
Didn't run anything. Tried to follow directions from the 10 minute how to video, and after I got the error I pressed the Up-Volume & Power Button. After this I ran the command "1.bat", and got the following output above.
Vol up + power, and select the second option right? umm, can you run adb shell? or are you still getting the error when you do?
Up + Volume, yes. This get's me to the screen where I can apply sd card update. I just watched video again and when he got to this part he selected this option just so that it would error out. I did not perform this step. Maybe that's why permission was denied when I tried to push the files.
Did you run "apply update.zip from SDcard". You need to run that and let it fail!
Then copy the files to your card.
Then run the "apply update" again, this time overwriting the SDcard file as soon as your phone says "verifying"!!
If the .bat file you have is giving you errors, i would suggest, doing it manually. All you havta do is copy and paste commands from the guides.
(welp you already seem to have found your prob )
Understood. Missing that step may have just cost me everything as now I'm not able to get the error again. Thanks for help everyone. Now I have to get back to that step. Will keep you posted....
CafeteriaMan said:
Understood. Missing that step may have just cost me everything as now I'm not able to get the error again. Thanks for help everyone. Now I have to get back to that step. Will keep you posted....
Click to expand...
Click to collapse
if you didnt run the apply sdcard update.zip before running the 1.bat it would error out with permission denied. Trust me i would know, having rooted 20 phones and being the creator of the 10min root video
Understood. Missing that step may have just cost me everything as now I'm not able to get the error again. Thanks for help everyone. Now I have to get back to that step. Will keep you posted....
Click to expand...
Click to collapse
Good luck man, hope you can get it again!
Sent from my ADR6300 using Tapatalk
Shot myself in the foot as I can't get it again. Highly pi***d at myself. Had to call it quits, to frustrated.
The SD card isn't mounted by default in recovery. The step to let the update.zip fail is a way of getting it mounted.
C:\sdk\tools>adb shell
- exec '/system/bin/sh' failed: No such file or directory (2) -
C:\sdk\tools>GOTO TOP
C:\sdk\tools>adb shell
- exec '/system/bin/sh' failed: No such file or directory (2) -
C:\sdk\tools>GOTO TOP
C:\sdk\tools>adb shell
- exec '/system/bin/sh' failed: No such file or directory (2) -
Terminate batch job (Y/N)? y
C:\sdk\tools>adb shell
- exec '/system/bin/sh' failed: No such file or directory (2) -
C:\sdk\tools>1.bat
C:\sdk\tools>adb push C:\sdk\tools\android.tether /sdcard/android.tether
push: C:\sdk\tools\android.tether/wireless_tether_2_0_2-pre14.apk -> /sdcard/and
roid.tether/wireless_tether_2_0_2-pre14.apk
push: C:\sdk\tools\android.tether/fw_bcm4329.bin -> /sdcard/android.tether/fw_bc
m4329.bin
2 files pushed. 0 files skipped.
702 KB/s (559597 bytes in 0.778s)
C:\sdk\tools>adb push busybox /sdcard/busybox
768 KB/s (698452 bytes in 0.887s)
C:\sdk\tools>adb push ota.zip /sdcard/update.zip
935 KB/s (3679537 bytes in 3.840s)
C:\sdk\tools>adb push Superuser.apk /sdcard/Superuser.apk
474 KB/s (38360 bytes in 0.079s)
C:\sdk\tools>adb push su /sdcard/su
337 KB/s (22128 bytes in 0.064s)
C:\sdk\tools>adb push payload-update.zip /sdcard/update.zip
846 KB/s (162175 bytes in 0.187s)
C:\sdk\tools>adb shell
$ su
su
# export PATH=$PATH:/system/bin
export PATH=$PATH:/system/bin
# cat /sdcard/Superuser.apk > /system/app/Superuser.apk
cat /sdcard/Superuser.apk > /system/app/Superuser.apk
# cat /sdcard/su > /system/bin/su
cat /sdcard/su > /system/bin/su
# ln -s /system/bin/su /system/xbin/su
ln -s /system/bin/su /system/xbin/su
# chmod 06755 /system/xbin/su
chmod 06755 /system/xbin/su
# reboot
reboot
C:\sdk\tools>
Booooo-Yaaaaaa..... Got it baby...... YES!!!!!!!!!
Ready for customization....
congrats
Hey everyone
Lately i've been trying to downgrade/root my phone the HTC Desire Z,
but once i came across step 15 some problem ocurred. Once i pasted this command below in the cmd.
adb install AndroidTerm.apk
adb push busybox /data/local/tmp/
adb push gfree /data/local/tmp/
adb push rage /data/local/tmp
adb push root /data/local/tmp/
adb shell chmod 0755 /data/local/tmp/*
adb push su /sdcard/
adb push Superuser.apk /sdcard/
Then i received this as result.
C:\androidsdk\tools>adb install AndroidTerm.apk
1380 KB/s (49478 bytes in 0.035s)
pkg: /data/local/tmp/AndroidTerm.apk
Failure [INSTALL_FAILED_ALREADY_EXISTS]
C:\androidsdk\tools>adb push busybox /data/local/tmp/
1716 KB/s (1926944 bytes in 1.096s)
C:\androidsdk\tools>adb push gfree /data/local/tmp/
1874 KB/s (134401 bytes in 0.070s)
C:\androidsdk\tools>adb push rage /data/local/tmp
752 KB/s (5392 bytes in 0.007s)
C:\androidsdk\tools>adb push root /data/local/tmp/
112 KB/s (575 bytes in 0.005s)
C:\androidsdk\tools>adb shell chmod 0755 /data/local/tmp/*
Unable to chmod /data/local/tmp/misc_version: Operation not permitted
C:\androidsdk\tools>adb push su /sdcard/
failed to copy 'su' to '/sdcard//su': Permission denied
C:\androidsdk\tools>adb push Superuser.apk /sdcard/
failed to copy 'Superuser.apk' to '/sdcard//Superuser.apk': Permission denied
Does anyone know what the exact problem is? , because i cant get further through the tutorial now.
The one i'm using atm is the http://forum.xda-developers.com/showthread.php?t=905261
but translated in dutch.
Hopefully someone can help me !
Im trying to downgrade my Desire Z. Using this code:
Code:
adb push psneuter /data/local/tmp
adb push misc_version /data/local/tmp
adb shell chmod 777 /data/local/tmp/psneuter
adb shell chmod 777 /data/local/tmp/misc_version
adb shell /data/local/tmp/psneuter
adb shell
When i type:
adb push psneuter /data/local/tmp
I get this message:
cannot stat 'psneuter': No such file or directory
I then tried to push the same file if i added .txt at the end of psneuter.
This still did not work.
I then typed cd [directory] and tried it (without .txt) and it still did not work.
I then tried it with .txt and it works.
So i had to cd the directory and then add the file extension? Guessing this isn't normal, but i could deal with it.
However when i got to the third line, i don't know the file extension of misc_version, so i was unable to continue. Can anyone shed some light please? What am i doing wrong or what haven't i done?
Thanks
NthZ said:
Im trying to downgrade my Desire Z. Using this code:
Code:
adb push psneuter /data/local/tmp
adb push misc_version /data/local/tmp
adb shell chmod 777 /data/local/tmp/psneuter
adb shell chmod 777 /data/local/tmp/misc_version
adb shell /data/local/tmp/psneuter
adb shell
When i type:
adb push psneuter /data/local/tmp
I get this message:
cannot stat 'psneuter': No such file or directory
I then tried to push the same file if i added .txt at the end of psneuter.
This still did not work.
I then typed cd [directory] and tried it (without .txt) and it still did not work.
I then tried it with .txt and it works.
So i had to cd the directory and then add the file extension? Guessing this isn't normal, but i could deal with it.
However when i got to the third line, i don't know the file extension of misc_version, so i was unable to continue. Can anyone shed some light please? What am i doing wrong or what haven't i done?
Thanks
Click to expand...
Click to collapse
Sounds like you didn't set your path; either set a path to adb or make sure all the files are in the same directory of adb and run the commands from that directory
Sent from my T-Mobile G2 using XDA App
OriginalGabriel said:
Sounds like you didn't set your path; either set a path to adb or make sure all the files are in the same directory of adb and run the commands from that directory
Sent from my T-Mobile G2 using XDA App
Click to expand...
Click to collapse
i thought i did set a path though. and it doesn't explain why i need to add the file extension...or is that normal?
can you remind me how to set a path please? i went to computer and path>edit then added the directory of platform-tools and tools to the list. is that all thats needed? where should i save the files such as psneuter?
thanks
All I do is rip out the needed adb files and put them in a folder on my dekstop. Then you can push the files you need to your device.
Sent from my SCH-I500 using Tapatalk
NthZ said:
i thought i did set a path though. and it doesn't explain why i need to add the file extension...or is that normal?
can you remind me how to set a path please? i went to computer and path>edit then added the directory of platform-tools and tools to the list. is that all thats needed? where should i save the files such as psneuter?
thanks
Click to expand...
Click to collapse
Sounds like you added the path correctly; if you did, you should be able to run adb from anywhere. It doesn't matter where the files are on your computer, what matters is that you're running the commands from that folder.
For example, if all the files are in C:\root_files then when you open up a command prompt, you need to type 'cd C:\root_files', hit enter and then run the adb commands from there.
Sent from my T-Mobile G2 using XDA App
Can you not drag and drop the files into the terminal in Windows like you can on Mac?
thanks for all the comments. will have another go tomorrow.
i made another thread but no one has answered, my desire z is running android 2.2.1. do i need to downgrade to 2.2, then 1.74, then 1.34 to root it, or can i go straight from 2.2.1 to 1.34?
Thanks
The 2.2.1 is android version, not sense version.
You need to downgrade to 1.34 sense version, which is also running 2.2 I think.
-Nipqer
i solved the above problem but now have a new problem.
After i typed "adb shell /data/local/tmp/psneuter"
to try and get temporary root, i got this message: /data/local/tmp/psneuter: permission denied
I googled about a bit and tried another command:
C:\Root_Files>adb shell
adb server is out of date. killing...
* daemon started successfully *
$ cd /data/local/tmp
cd /data/local/tmp
$ chmod 0755 psneuter
chmod 0755 psneuter
$ ./psneuter
./psneuter
property service neutered.
killing adbd. (should restart in a second or two)
Then tried adb shell again.
It granted me root access, but i figured i'd try and stick to the tutorial i was on.
so i went back and typed adb shell /data/local/tmp/psneuter again, and now i get this message:
mmap() failed. Operation not permitted
however if i typed "adb shell" i get #.
So I am trying to manually root my S3 without flashing a rom. I am able to get through most of the steps in these instructions up to the point where it requires you to put phone into download mode. I get phone into download mode, but when I connect to the PC, it doesn't see the phone.
This step worked:
To confirm your device is properly detected, in the command prompt, run
Code:
adb devices
Now copy busybox, su, superuser.apk to /data/local/tmp/ using adb.
Code:
adb push busybox /data/local/tmp adb push su /data/local/tmp adb push Superuser.apk /data/local/tmp
These steps worked:
Now run adb shell
Code:
adb shell
Note that you see a "$" sign in the command prompt. That means you are not rooted.
Next run the following commands in the shell to change permissions and get some limited privileges for the Superuser files:
Code:
chmod 6755 /data/local/tmp/su chmod 755 /data/local/tmp/busybox chmod 644 /data/local/tmp/Superuser.apk
Note that the names of the files are case sensitive.
Files are there and are verified when I ls /data/local/tmp. All three files are there.
This is where I have a stumbling block:
Once in download mode, connect the Android device using the microusb cable to the computer.
Now using the open Nautilus window, navigate to /UserData/local/tmp/ folder and verify that you have the files you sent to the device viz. su, busybox and Superuser.apk
So if I am able to push files to the phone, why won't it recognize it when in download mode?
Using Fedora Linux and have the full Android SDK installed.
Hey all! Desperately seeking help here: I'm rooting my MyTouch 3g slide, and have successfully completed all the steps up to this point where I need to run "rageagainstthecage-arm5.bin" from the devices "/data/local/tmp/" folder. The previous steps are as follows from cyanogen's wiki page:
"On the computer, open terminal and run the following commands:"
Code:
adb push rageagainstthecage-arm5.bin /data/local/tmp/
adb shell
chmod 755 /data/local/tmp/rageagainstthecage-arm5.bin
/data/local/tmp/rageagainstthecage-arm5.bin
Click to expand...
Click to collapse
All of these with the exception of the last line are successful. After running chmod 755, I typed the following:
Code:
ls -l /data/local/tmp/
I get the following result:
Code:
-rwxr-xr-x 1 root root 5392 Aug 25 2010 rageagainstthecage-arm5
.bin
but finally, entering
Code:
/data/local/tmp/rageagainstthecage-arm5.bin
I get
Code:
/sbin/sh: /data/local/tmp/rageagainstthecage-arm5.bin: not found
It's there. I don't get it. Heeeelllpp meeeeeeee
Here's a log:
Code:
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb push rageagainstth
ecage-arm5.bin /data/local/tmp/
292 KB/s (5392 bytes in 0.018s)
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb shell
~ # chmod 755 /data/local/tmp/rageagainstthecage-arm5.bin
chmod 755 /data/local/tmp/rageagainstthecage-arm5.bin
~ # /data/local/tmp/rageagainstthecage-arm5.bin
/data/local/tmp/rageagainstthecage-arm5.bin
/sbin/sh: /data/local/tmp/rageagainstthecage-arm5.bin: not found
~ # ls -l /data/local/tmp/
ls -l /data/local/tmp/
-rwxr-xr-x 1 root root 5392 Aug 25 2010 rageagainstthecage-arm5
.bin
~ #