Darnell0216
Android Expert
You missed the part where you're supposed to change directories. At the command prompt type CD C:\android-sdk-windows\platform-tools or whichever directory you installed the SDK to. Then type adb shell.
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.
You missed the part where you're supposed to change directories. At the command prompt type CD C:\android-sdk-windows\platform-tools or whichever directory you installed the SDK to. Then type adb shell.

I'm Having alot of problems. Im using Terminal Emulator. cuz i cant seem to get that other thing working on my computer... so i need help lol.. i realy wanna use a different rom
That is a handy bit of information. I will remember that one. Thank youIf you downloaded the platform tools add on,inside android sdk, all you have to do is navigate to the platform tools folder,open it up,hold shift + right click. Then select open command prompt here..then copy and paste the commands.
That is a handy bit of information. I will remember that one. Thank you
I'm Having alot of problems. Im using Terminal Emulator. cuz i cant seem to get that other thing working on my computer... so i need help lol.. i realy wanna use a different rom

I have had mine done for quite some time, I have never had a problem with the command prompt and finding directory I needed, but this little time saving tip saves both typing and time.i just revised my GUIDE with the shift+right click method..did that work for you?? cuz i did for me,but i already have it setup..

That error usually happens when you skip the first line:No matter how many time I try, i get "cannot create /system/bin/flash_image: read-only file system" any ideas?
mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system
That error usually happens when you skip the first line:
Code:mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system
Thank you, i finally got past the error i was getting after putting (cat /sdcard/flash_image > /system/bin/flash_image) However when i move on to put (flash_image recovery /sdcard/recoveryimage.img); i get "flash_image: permission denied"
Your output in CMD/ADB should look like this minus the error at the end:I still cant get this to work. I cant tell you how many times ive attempted to do this. Any words of wisdom would be appreciated. Thank you in advance
Your output in CMD/ADB should look like this minus the error at the end:
![]()
Unfortunately up to this point there has not much reason for it to fail other than user error as long as it is a fresh boot and ADB was given SuperUser permission.
OK...
cat /sdcard/flash_image > /system/bin/flash_image
hit enter,then type the below line
flash_image recovery /sdcard/recoveryimage.img
Once you enter that command,your all done...
...mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system
cat /sdcard/flash_image > /system/bin/flash_image
chmod 755 /system/bin/flash_image
mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
mount -o remount,ro -t yaffs2 /dev/block/mtdblock5 /system
flash_image recovery /sdcard/recovery.img...
Anytime you enter a line correctly, it will repeat the line right back at you. If it isn't spitting it back, something isn't right.
Interesting find. I plan to get a new comp in a few weeks that will be Win7 64bit. I may have to keep my XP box in a corner somewhere until Win7 complications get worked out.Hey Darnell, I just did this yesterday on my wife's phone (did mine a few months ago) and ended up having to use just the terminal on her phone. When I was trying to install the Android SDK on her Windows 7 computer, I also had to install the JavaDK. For some reason or other, I couldn't get it installed, so never was able to get the Android SDK installed either. I then tried it on mine (remember, I had set up recovery on my phone previously). I kept getting the following: error: more than one device and emulator. So, I decided to just do her phone from the term I had installed on it. All that to say, that when using the term, you don't get the repeat back to you like you would in the adb shell.
Interesting find. I plan to get a new comp in a few weeks that will be Win7 64bit. I may have to keep my XP box in a corner somewhere until Win7 complications get worked out.
For just using adb you do not need to install any of that. you need in one folder these filesOur home computer is Windows 7 64bit. My work laptop is WinXP SP3, and that's where I have worked on my phone. I tried the 32 bit version of the JDK, and it wouldn't run (I know that some 32bit programs will run on 64 bit os). The JDK would just hang on the progress indicator during install. I plan to try it again sometime, so I'll keep you posted.
For just using adb you do not need to install any of that. you need in one folder these files
![]()
none of those are installedI couldn't install the Android SDK with out installing the JDK.
none of those are installed
they are just files in a folder, I can run them from my back up drive, in fact I do.