• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Rooting questions/TacoROOT issues

k as for the sd card i pulled my wifes and her is a 8g micr sd and it has a circle around it has a 2 in it if that helps so i think we have the same
 
k as for the sd card i pulled my wifes and her is a 8g micr sd and it has a circle around it has a 2 in it if that helps so i think we have the same
If your sd card is the same then I recommend you get a bigger card, then either try Taco Root again or, do the HTCdev method.

Edit: recommend 16GB class 6 at least
 
k guys let me know if you are in the room at this tiem an i well go threw the steps and give step by step progress i well attempt this again
 
step 7 - 9


here i am entering the commands as they apear on the scrreen by coping and pasting in cmd window here are the entrys and replys



C:\Users\Mike\Desktop\android>adb push tacoroot.sh /data/local/
adb server is out of date. killing...
* daemon started successfully *
138 KB/s (2129 bytes in 0.015s)
C:\Users\Mike\Desktop\android>adb shell chmod 755 /data/local/tacoroot.sh
C:\Users\Mike\Desktop\android>adb shell /data/local/tacoroot.sh --setup
TacoRoot: HTC Edition v1
By Justin Case (jcase)
Presented by TeamAndIRC, RootzWiki and AndroidPolice
With great assistance from Reid Holland (Erishasnobattery)
----------
TacoRoot: HTC Edition v1 is based on a vulnerability independently discovered by
both Justin Case and Dan Rosenberg (Rosenberg first). I believe unrevoked and
AlpahRev were also aware of it.
----------
Usage:
--recovery : For this exploit to work, you must have booted recovery at least on
ce after your last factory reset.
--setup : Setup the phone for root, must be done before --root.
--root : Root the phone.
--undo : Remove TacoRoot.
----------
Rebooting into recovery, please press Volume+, Volume- and Power at the same tim
e, and reboot the system.
C:\Users\Mike\Desktop\android>

rebooting as it was instructed


phone has rebooted

now step 10

C:\Users\Mike\Desktop\android>adb push tacoroot.sh /data/local/
adb server is out of date. killing...
* daemon started successfully *
TacoRoot: HTC Edition v1
By Justin Case (jcase)
Presented by TeamAndIRC, RootzWiki and AndroidPolice
With great assistance from Reid Holland (Erishasnobattery)
----------
TacoRoot: HTC Edition v1 is based on a vulnerability independently discovered by
both Justin Case and Dan Rosenberg (Rosenberg first). I believe unrevoked and
AlpahRev were also aware of it.
----------
Usage:
--recovery : For this exploit to work, you must have booted recovery at least on
ce after your last factory reset.
--setup : Setup the phone for root, must be done before --root.
--root : Root the phone.
--undo : Remove TacoRoot.
----------
Rebooting into root


phone is rebooting again


step 11-12

got number sign


completed the steps on 12


mine dose nto match what is shown now in pic on the instructions i thsi si what mne shows


C:\Users\Mike\Desktop\android>adb shell
adb server is out of date. killing...
* daemon started successfully *
# cat /sdcard/flash_image > /data/flash_image
cat /sdcard/flash_image > /data/flash_image
# chmod 755 /data/flash_image
chmod 755 /data/flash_image
# /data/flash_image misc /sdcard/mtd-eng.img
/data/flash_image misc /sdcard/mtd-eng.img
#



this might be were i am going wrong please advise
 
so my question would be then if i not matching perfictly then even thow i copyed an pasted teh comantd in the prompt from the instructions how would it go wrong
 
attachmentvf.png
 
actually you are ok as the adb is out of date thing is not that important. as long as deamon has started successfully you are fine. looks good though.

keep going.
 
most important thing is that you have # instead of $. the $ means that you are not rooted (as taco root provides temporary root), but you have # so that is good.
 
ok so let me clarify what is on the screen. the adb shell on the screen gave a $ promtp. if you type su after the $ it should change to #. from there the command was entered. and that is what you see on the screen. if that makes any sense.
 
Back
Top Bottom