Hello!I have a problem a long time,when was released the kerurom i installed it and it worked fine but when i tried to install the amberhome the custom recovery didn't work.In fact all the option do not work, for example when i try to partition sd i have an error that says :run sdparted from adb!
Can you help me??Thank you.
juven said:
Hello!I have a problem a long time,when was released the kerurom i installed it and it worked fine but when i tried to install the amberhome the custom recovery didn't work.In fact all the option do not work, for example when i try to partition sd i have an error that says :run sdparted from adb!
Can you help me??Thank you.
Click to expand...
Click to collapse
u just need to connect the phone via adb then run the command for part the sd and you are done
When i run the command from adb i have an error.
juven said:
When i run the command from adb i have an error.
Click to expand...
Click to collapse
did u type su bevor trying the command ?
YES!Doesn't work!
Related
Hello, my hero's version is 2.73.728.5,
I have no Market in my hero, other than that it is ok
I read lots of post,
I'm really new to android,
I tried lots of method,
I see some post said it can be rooted, some not,
and I'm confused now,
can anyone who root successfuly tell me how to root it?
where and which version of flashrec should I download
and wt rocovery img?
pls,, if u dont mind, pls give me step by step instruction too~!
I'm really dumb on this~~pls help me out><
I will love u guys~><
miranda616 said:
I read lots of post,
Click to expand...
Click to collapse
You lost me there, searching with your Build Number will reveal multiple threads with step-by-step instructions to root/flash the phone.
I had the same firmware on my Hero when I got it, but I followed this walk-through:
http://forum.xda-developers.com/showpost.php?p=4655885&postcount=1
Only part I had issues with was getting the RA-HERO recovery image flashed. I dragged it onto my sd card (not in a folder) and typed in this location on the FlashRec app:
/sdcard/Recovery-RA-HERO-v1.2.2.img
and then was able to hit "Flash Recovery Image". Then load a ROM on the SD card, turn phone off, and hold Home+Power to turn it back on in the recovery menu and then you can flash away.
I tried the post that you gave me, it still not working
when I try to wipe it, it said wipe aborted
when I try to install the rom, it said installation aborted
srt4mn said:
Only part I had issues with was getting the RA-HERO recovery image flashed. I dragged it onto my sd card (not in a folder) and typed in this location on the FlashRec app:
/sdcard/Recovery-RA-HERO-v1.2.2.img
Click to expand...
Click to collapse
Woah, totaly forgot to add that XD Fixed now.
miranda616 said:
I tried the post that you gave me, it still not working
when I try to wipe it, it said wipe aborted
when I try to install the rom, it said installation aborted
Click to expand...
Click to collapse
Well, that guide does work for a phone with that Build Number, I have done it, and srt4mn has also. Follow it step by step... And post where you have a problem
I tried that, when I flash the recovery image it said : flash FAILED: Could not run command....
but I download the recover image already, and put it at the root of the sdcard,and type
/sdcard/Recovery-RA-HERO-v1.2.2.img
I dunno which step go wrong.
Frist I download Fleashrec, recovery img, and the update.zip,
put them at the root of sdcard,
install Flashrec,
type /sdcard/Recovery-RA-HERO.v1.2.2.img
flash recovery, but it doesnt work><
miranda616 said:
I tried that, when I flash the recovery image it said : flash FAILED: Could not run command....
but I download the recover image already, and put it at the root of the sdcard,and type
/sdcard/Recovery-RA-HERO-v1.2.2.img
I dunno which step go wrong.
Frist I download Fleashrec, recovery img, and the update.zip,
put them at the root of sdcard,
install Flashrec,
type /sdcard/Recovery-RA-HERO.v1.2.2.img
flash recovery, but it doesnt work><
Click to expand...
Click to collapse
Did you backup your original recovery image first via flashrec (the lower of the 2 buttons)?? May be you can try to flash it via ADB:
Put the recovery.img in sdk/tools
Then in the terminal type this:
adb shell reboot bootloader
fastboot boot recovery-RA-HERO-v1.2.3.img
adb shell mount /sdcard
adb push recovery-RA-HERO-v1.2.3.img /sdcard/recovery-RA-HERO-v1.2.img
adb shell flash_image recovery /sdcard/recovery-RA-HERO-v1.2.3.img
adb shell reboot
Try this and see whether it helps.
Fastboot will not work this way...
I'm confused now, what is ADB???
any instruction???
thank you for helping><!!
Can any one help me on this??
on can I just add the android market and make it work on this version???
Ok, so I was flashing a rom with TWRP.... somehow I deleted my whole internal storage...... So I can access TWRP and fastboot it shows up on my pc win7 but it will not adb. My nexus works just fine. I tried pdanet and naked drivers but no dice. What am I doing wrong?
Thanks,
Danny
i am also have the same problem, please help!
Danny80y said:
Ok, so I was flashing a rom with TWRP.... somehow I deleted my whole internal storage...... So I can access TWRP and fastboot it shows up on my pc win7 but it will not adb. My nexus works just fine. I tried pdanet and naked drivers but no dice. What am I doing wrong?
Thanks,
Danny
Click to expand...
Click to collapse
got to the folder you have adb.exe in, press and hold shift, rightclick and select open command prompt here, then type adb devices if your tab shows up you have adb. Put rom in same directory (folder) as adb.exe. do adb push /name of rom/ sdcard after that you "should" be able to install rom alternately, if you have an external sd card, load rom on card, latest twrp can use external sdcards....
Ok, can't get adb to pickup the tablet in recovery or fastboot. If its just trying to boot it shows up in adb... but when I try to push anything it fails. I think I am on the latest twrp but its not seeing the external sd.
Danny80y said:
Ok, can't get adb to pickup the tablet in recovery or fastboot. If its just trying to boot it shows up in adb... but when I try to push anything it fails. I think I am on the latest twrp but its not seeing the external sd.
Click to expand...
Click to collapse
So when the tab is connected to the pc and it is in recovery, does it show up correctly in device manager?
Gage_Hero said:
So when the tab is connected to the pc and it is in recovery, does it show up correctly in device manager?
Click to expand...
Click to collapse
Yes, It says transformer prime in device manager when its in bootloader and twrp but I cant get adb to see it unless its trying to boot.
Danny80y said:
Yes, It says transformer prime in device manager when its in bootloader and twrp but I cant get adb to see it unless its trying to boot.
Click to expand...
Click to collapse
You have to be running twrp when you are trying to adb... I don't think you can adb while android is running though I have never tried it.
Ok, so adb would not work in recovery at all with twrp 2.0. I could acess fastboot so i just flashed the latest twrp recovery. Once that was done I just mounted the sd card and tada..... I don't know whats up with adb but its a problem if your not running the latest twrp. Just scraped by this time...thank god recovery can now mount sd cards......
Hi everybody!
(Sorry for my english )
I up rom cook for HOX+ but failed. It can't boot to room cook. I can boot to recovery, fastboot. All things in sdcard are lost.(backup rom ship). How can I restore my phone? Please.
When I run rom guu RUU_ENRC2B_U_JB_45_Vodafone_UK_1.14.161.13.....exe it failed because my phone is x.17.161.x.
My phone: HBoot: 1.40, version x.17.161.x.
Thanks all!
macarong35 said:
Hi everybody!
(Sorry for my english )
I up rom cook for HOX+ but failed. It can't boot to room cook. I can boot to recovery, fastboot. All things in sdcard are lost.(backup rom ship). How can I restore my phone? Please.
When I run rom guu RUU_ENRC2B_U_JB_45_Vodafone_UK_1.14.161.13.....exe it failed because my phone is x.17.161.x.
My phone: HBoot: 1.40, version x.17.161.x.
Thanks all!
Click to expand...
Click to collapse
Did you install TWRP or are you on stock recovery?
When you enter bootloader, does it show unlocked or locked at top of the screen?
Addicted2xda said:
Did you install TWRP or are you on stock recovery?
When you enter bootloader, does it show unlocked or locked at top of the screen?
Click to expand...
Click to collapse
I installed CWM-base Recovery v6.0.2.7 and bootloader unlocked.
macarong35 said:
I installed CWM-base Recovery v6.0.2.7 and bootloader unlocked.
Click to expand...
Click to collapse
Install TWRP 2.5 and get a ROM sideloaded ...
( adb sideload blahblahblah.zip )
Of course you need to flash the kernel too
AFAIK CWM does not support ADB Sideload and is practically dead.. or at least in hibernation...
Addicted2xda said:
Install TWRP 2.5 and get a ROM sideloaded ...
( adb sideload blahblahblah.zip )
Of course you need to flash the kernel too
AFAIK CWM does not support ADB Sideload and is practically dead.. or at least in hibernation...
Click to expand...
Click to collapse
Could you please detail step by step to sideload zip file. I installed TWRP2.5. I goto recovery and select ABD sideload, them run command on PC but error:
D:\IDE\AndroidSDK\sdk\platform-tools>adb sideload d:\Elegancia_6.1.0.zip
adb server is out of date. killing...
ADB server didn't ACK
* failed to start daemon *
error:
D:\IDE\AndroidSDK\sdk\platform-tools>
macarong35 said:
Could you please detail step by step to sideload zip file. I installed TWRP2.5. I goto recovery and select ABD sideload, them run command on PC but error:
D:\IDE\AndroidSDK\sdk\platform-tools>adb sideload d:\Elegancia_6.1.0.zip
adb server is out of date. killing...
ADB server didn't ACK
* failed to start daemon *
error:
D:\IDE\AndroidSDK\sdk\platform-tools>
Click to expand...
Click to collapse
Try this command a few times...
Copy the rom to same folder as adb tools
rename the ROM file to .. say ROM.zip
The ADB sideload needs some time to detect...
yrgeryi Bosher
Addicted2xda said:
Try this command a few times...
Copy the rom to same folder as adb tools
rename the ROM file to .. say ROM.zip
The ADB sideload needs some time to detect...
Click to expand...
Click to collapse
Hi, I send file successfull. But after my phone don't display anything. Black screen. What must I do next?
Update: uprom success. Thank so much.
Hello
i managed to unlock my bootloader, flashed twrp recovery, flashed super user.
Tried to install dirty unicorn and got status 7 error.
And now i dont have a rom/os installed.
I tried to move over .zip files through twrp but cant mount drives.
Any help?!?
I TRIED TO PUSH ZIP WITH SIDELOAD AND NO LUCK
BUMP!
i really need to get this fixed please help
xr1charxx said:
BUMP!
i really need to get this fixed please help
Click to expand...
Click to collapse
I did the same thing yesterday, as it was my first time using TWRP (always been a CWM guy), All you have to do to fix it is go into advanced and go into adb sideload, put your rom in you adb folder and run this command
adb sideload nameofzip.zip
Then the zip will be placed in internal storage named sideload.zip and you can flash it.
dsf767 said:
I did the same thing yesterday, as it was my first time using TWRP (always been a CWM guy), All you have to do to fix it is go into advanced and go into adb sideload, put your rom in you adb folder and run this command
adb sideload nameofzip.zip
Then the zip will be placed in internal storage named sideload.zip and you can flash it.
Click to expand...
Click to collapse
Already tried this. when i run adb devices my device does not show up. and when i try to sideload any files i get error:closed
xr1charxx said:
Already tried this. when i run adb devices my device does not show up. and when i try to sideload any files i get error:closed
Click to expand...
Click to collapse
I would try to plug in the USB after your already in recovery.
If you cant get that to work you can always buy this:
https://shopmeenova.appspot.com/st/order.html
its a microusb to microsd its a good worst case and will get you up and running.
do you still have the rom that errored out on you on your internal storage? if so you can always try a fresh wipe and try to install again.
So i accidently killed my OS,
i can boot to twrp but it tells me its unable to mount storage and the lock pattern i try is wrong (it is not wrong.).
now i did something and it tells me there is no OS present.
what are the adb commands i need to push a new rom/zim on my phone and install it?
please help....
Kyrok said:
So i accidently killed my OS,
i can boot to twrp but it tells me its unable to mount storage and the lock pattern i try is wrong (it is not wrong.).
now i did something and it tells me there is no OS present.
what are the adb commands i need to push a new rom/zim on my phone and install it?
please help....
Click to expand...
Click to collapse
In TWRP use sideload, google it...
https://www.google.pt/search?q=twrp.....69i57j0l5.5091j0j7&sourceid=chrome&ie=UTF-8
hackerpower said:
In TWRP use sideload, google it...
https://www.google.pt/search?q=twrp.....69i57j0l5.5091j0j7&sourceid=chrome&ie=UTF-8
Click to expand...
Click to collapse
i pushed the zip with adb because i coulndn't get sideload to work,
thank you anyways
Exactly same thing happened with me also.
It can be fixed by reflashing twrp from bootloader after that opening in recovery mount the system and do a format.
This worked for me.