Related
On test seven, went to flash Amun ras new recovery, didn't know that flashing a recovery is broken in this so now I am stuck with a broken recovery. I tried flashing it via adb shell didn't work, you guys have any suggestions?
Flash the 2010 Engineering SPL, flash recovery, then revert to stock SPL.
Flash via Terminal Emulator. I had to do the same thing.
Guess ill do yhat. I was hoping there was another way cuz i do not like flashing an spl via anything but fastboot lol.
C0dy said:
Flash the 2010 Engineering SPL, flash recovery, then revert to stock SPL.
Click to expand...
Click to collapse
I have the similar problem, i can't access the recovery, i can use the phone, or in the computer (adb) but i don't know how i can flash this without access to the recovery.
p10l1n said:
I have the similar problem, i can't access the recovery, i can use the phone, or in the computer (adb) but i don't know how i can flash this without access to the recovery.
Click to expand...
Click to collapse
Download Terminal Emulator if you don't already have it.
Then follow these steps.
Code:
Copy recovery-RA-sapphire-v1.7.0G.img to the root of your sdcard
start the terminal app
#flash_image recovery /sdcard/recovery-RA-sapphire-v1.7.0G.img
Flashing recoveries is broken in t7 so that wont wrk. What i wanna know is if fladhing an spl via terminal is.
knny1491 said:
On test seven, went to flash Amun ras new recovery, didn't know that flashing a recovery is broken in this so now I am stuck with a broken recovery. I tried flashing it via adb shell didn't work, you guys have any suggestions?
Click to expand...
Click to collapse
Do you have any access via fastboot? You could do a nandroid restore via fastboot then flash a recovery img... if not flashing an spl via goldcard method would work to let you fastboot flash a rom and recovery image.. perhaps..
I of course could be way off but I'm trying to help you brain storm.
What are the commands to nand restore via fastboot?
depends if you've done a backup via the recovery tool or the fastbooter.
If you did it on your recovery screen and it saved to the sd card you'll need to copy these files from the NAND folder in your sd card
Code:
data.img
system.img
boot.img
saved then in the /tools area of where ever you set up AndroidSDK. in my case it's /AndroidSDK/Tools/ (might be different for you)
Once that's done flashing codes are below. if you did NAND via fastbooter just use these codes.
Code:
fastboot devices (make sure it sees you)
fastboot flash system system.img
it will say Sending, then writing and say OKAY if it was successful
then type
fastboot flash userdata data.img
wait for the second OKAY and type
fastboot flash boot boot.img
wait for the second OKAY and type
fastboot reboot
Hopefully that works for you.
Ah okay that was simple, idk why I didn't think of it. I'm setting up sdk on my buddies laptop right now n then I'm going to get this thing breathin correctly again.
knny1491 said:
Ah okay that was simple, idk why I didn't think of it. I'm setting up sdk on my buddies laptop right now n then I'm going to get this thing breathin correctly again.
Click to expand...
Click to collapse
me too, hope it works out for you. if it doesn't I'll keep brain storming with you.
I'm just REALLY trying not to go throguh the root process again lol, I think I'm just going to adb shell the SPL and then fastboot the recovery given its the easiest way I can think of.
I also just thought of the idea that you could simply do
Code:
fastboot erase recovery
fastboot flash recovery (recoverynamehere)
I need to flash the ENG spl first, which I am doing right now lol.
What is the appropriate command for flashing the spl? I did this:
adb shell
mount /sdcard
cd /sdcard/
flash_image hboot hboot.img
and via terminal:
su
flash_image hboot /sdcard/hboot.img
It said it couldn't find the hboot partition, my guess is I need to figure out what the correct partition name is.
Anybody know the command?
Heellllloo? Lol need some help here
Anyone got anything?
Fixed
-------------------------------------
Sent via the XDA Tapatalk App
Hi my friends!
Can enyone help me? please?
I have tattoo on factory 1.6., SD card 2 GB kingston!
Then I root him with maverixx root, and then I use custom ROT 1.7 on there http://forum.xda-developers.com/showthread.php?t=723255
Everything gonna great until I want to partition my SD card on ROM manager!
When I think I was partition, phone restart and try to get in recovery mode! But then he only wibrate once a time and frozen first, TATTOO picture on himself!
When I tried to start him normarly, he starting!
But every time I try to get in recovery mode, he do the same thing (restart, vibrate once and frozen TATTOO text on display)!
I tried with adb reboot recovery but its the same thing!
I have nandroid on my sd card!
I also can entry on SD card via USB and also I can conected my phone to my com in deb. mode.
But I cant get my recovery mode!
Can someone please help me? Please! But step by step, my English isnt too good and my knowledge about this, too!
Thanx and best regards from Serbia!
Have you tried installing new recovery via adb?
You can also try to format your sd-card again and if that doesn't work I will recommend you try installing new recovery or reinstalling your recovery as mentioned above.
Thanx for replying!
How to install, reinstal my recovery mode??
now I was format my SD card, and the same thing
and now when I turn on phone in meni I lost ROM manager and superuser adv.
please anyone help??
could I install somehow new Recovery Mode and then istall again custom ROM?
please help
thanx
rista77 said:
Thanx for replying!
How to install, reinstal my recovery mode??
Click to expand...
Click to collapse
Here is commands, but can you see your device in adb when connected with usb. Can your phone get to the fastboot screen, I think it is power+vol down button.
Here is the commands you should try:
Via adb:
adb shell
flash_image recovery /sdcard/recovery.img
via fastboot menu as indicated:
fastboot erase recovery
fastboot flash recovery recovery.img
Note: You should put the recovery.img in your root folder of the sd card(That is your main menu in your sd card). Also replace "recovery.img" with the name of the recovery img you want to install. The adb commands should be done with phone on as normal but connected to usb.
Example: flash_image recovery /sdcard/Maverix2b.img
Good luck.
rista77 said:
could I install somehow new Recovery Mode and then istall again custom ROM?
please help
thanx
Click to expand...
Click to collapse
After you installed the recovery you will be able to reinstall the rom.
timlambo said:
Here is commands, but can you see your device in adb when connected with usb. Can your phone get to the fastboot screen, I think it is power+vol down button.
Here is the commands you should try:
Via adb:
adb shell
flash_image recovery /sdcard/recovery.img
via fastboot menu as indicated:
fastboot erase recovery
fastboot flash recovery recovery.img
Note: You should put the recovery.img in your root folder of the sd card(That is your main menu in your sd card). Also replace "recovery.img" with the name of the recovery img you want to install. The adb commands should be done with phone on as normal but connected to usb.
Example: flash_image recovery /sdcard/Maverix2b.img
Good luck.
Click to expand...
Click to collapse
it writte:
flash_image: permission denied!
Example: flash_image recovery /sdcard/Maverix2b.img? when I could get this maverix2b.img?in his root folder? recovery.img and then rename it to Maverix2b.img? Sorry about but I trying to understand you good!
and from where to copy recovery.img to root of sd card?
Thanx so much...
I just sucseed
with this thread!
http://forum.xda-developers.com/showthread.php?t=603286
I sucseed to put original ROM, but I must put him in FASTBOOT
thanx for help!!!
Hey guys ,
I hope you can help out a bit.
After getting Wugs Toolkit and trying to install a new Rom ,i accidentaly wiped my OS and my Internal Storage (including recovery)
Now i have only access to the bootloader/fastboot mode and i'm totally desperate how to fix this .
The Lock State is unlocked and the bootloader version is 4.18
i happens on a Nexus 7 2012 Wifi Only
I rly hope you guys can give me help or tips how i can enable adb or how i can repair it.
thank you very much for any reply and help
Greets TheVuhu
TheVuhu said:
Hey guys ,
I hope you can help out a bit.
After getting Wugs Toolkit and trying to install a new Rom ,i accidentaly wiped my OS and my Internal Storage (including recovery)
Now i have only access to the bootloader/fastboot mode and i'm totally desperate how to fix this .
The Lock State is unlocked and the bootloader version is 4.18
i happens on a Nexus 7 2012 Wifi Only
I rly hope you guys can give me help or tips how i can enable adb or how i can repair it.
thank you very much for any reply and help
Greets TheVuhu
Click to expand...
Click to collapse
Well, since you are unlocked, now you will need to download TWRP and put it in you fastboot folder (you need to know how to flash in a command prompt and have the files in the right place:
http://forum.xda-developers.com/showthread.php?t=2277112
after you put the recovery image in your fastboot folder, you type this in a command window (while in the right directory):
fastboot flash recovery recovery.img
(recovery.img = "name of your recovery file.img")
Then you will have TWRP installed. From there, you can either use the toolkit and move files over to flash a Rom or use command prompt commands to move the files to your device memory or just flash the Rom using fastboot commands (it tells you how in the tutorial I linked to.)
The rest is easy. Surf in TWRP and flash away.
Madcat8686 said:
Well, since you are unlocked, now you will need to download TWRP and put it in you fastboot folder (you need to know how to flash in a command prompt and have the files in the right place:
http://forum.xda-developers.com/showthread.php?t=2277112
after you put the recovery image in your fastboot folder, you type this in a command window (while in the right directory):
fastboot flash recovery recovery.img
(recovery.img = "name of your recovery file.img")
Then you will have TWRP installed. From there, you can either use the toolkit and move files over to flash a Rom or use command prompt commands to move the files to your device memory or just flash the Rom using fastboot commands (it tells you how in the tutorial I linked to.)
The rest is easy. Surf in TWRP and flash away.
Click to expand...
Click to collapse
thank you very much man
it worked all as described !
TheVuhu said:
thank you very much man
it worked all as described !
Click to expand...
Click to collapse
Glad it worked out for you.
When you get used to using the commands and understand how they work it becomes really easy to do things you want.
Don't forget to hit the thanks button when someone helps you. It's really the only way people get "paid" for helping everyone out.
Cheers!
Afaik you loose the OTA updates after rooting (because of twrp) so how do you keep your system up to date? or is this somthing that you risk in order to root your phone
You can try to flash the stock recovery back and install the firmware manually or using the updater, or you find the firmware in flashible zip format and flash it through twrp. I personally rooted without keeping Twrp so i can still update.
Thanks for answering! And yeah the problemas is that I cant find the firmware updates anywhere, so how do I root without a custom recovery? Can you tell me some hints to find the solution or a link? Thanks again
EDIT: Oh, just found a way, and in case someone is also wondering heres how its done: You have to boot to twrp through adb, and then you can flash super su without flashing the custom recovery . This is the generic way to do it, have not tested im my P8 yet, will report later.
fede011 said:
Thanks for answering! And yeah the problemas is that I cant find the firmware updates anywhere, so how do I root without a custom recovery? Can you tell me some hints to find the solution or a link? Thanks again
EDIT: Oh, just found a way, and in case someone is also wondering heres how its done: You have to boot to twrp through adb, and then you can flash super su without flashing the custom recovery . This is the generic way to do it, have not tested im my P8 yet, will report later.
Click to expand...
Click to collapse
*No need to go through all the hassle there is an automated script which i used it myself if you are still on stock recovery, it installs Twrp to flash superSu and then restores the original recovery.
http://forum.xda-developers.com/p8l...otloader-root-p8-p8lite-t3164956#post62851688
*If you are on Twrp, you can download "Huawei update extractor" http://forum.xda-developers.com/showthread.php?t=2433454 use it to extract your firmware (update.app) and take from it the 'recovery.img'. Then go to platform-tools where you open the CMD from, place the recovery.img in it you can rename it to "stockrecovery.img"
then "shift+right click" open the command line.
type: adb reboot bootloader
type: adb devices ----->to see your device
type: fastboot flash recovery 'type hear the name of recovery'
example: flastboot flash recovery stockrecovery.img
type: fastboot reboot ----->reboot device
some tutorial i found on youtube:
https://www.youtube.com/watch?v=YfWYKREeQeQ
By the way the method for Twrp i haven't tested but that's the theory, so please do it on your own risk and do the required research. Goodluck:good:
Edit: Another method in theory if you have Twrp could be to use 'flashify' app https://play.google.com/store/apps/details?id=com.cgollner.flashify&hl=en to flash the stock 'recovery.img' which you extracted from the stock firmware. No need to use adb.
Rashad83 said:
*No need to go through all the hassle there is an automated script which i used it myself if you are still on stock recovery, it installs Twrp to flash superSu and then restores the original recovery.
http://forum.xda-developers.com/p8l...otloader-root-p8-p8lite-t3164956#post62851688
*If you are on Twrp, you can download "Huawei update extractor" http://forum.xda-developers.com/showthread.php?t=2433454 use it to extract your firmware (update.app) and take from it the 'recovery.img'. Then go to platform-tools where you open the CMD from, place the recovery.img in it you can rename it to "stockrecovery.img"
then "shift+right click" open the command line.
type: adb reboot bootloader
type: adb devices ----->to see your device
type: fastboot flash recovery 'type hear the name of recovery'
example: flastboot flash recovery stockrecovery.img
type: fastboot reboot ----->reboot device
some tutorial i found on youtube:
https://www.youtube.com/watch?v=YfWYKREeQeQ
By the way the method for Twrp i haven't tested but that's the theory, so please do it on your own risk and do the required research. Goodluck:good:
Edit: Another method in theory if you have Twrp could be to use 'flashify' app https://play.google.com/store/apps/details?id=com.cgollner.flashify&hl=en to flash the stock 'recovery.img' which you extracted from the stock firmware. No need to use adb.
Click to expand...
Click to collapse
I still haven't changed the bootloader so it will be easier, I was waiting for the email from huawei but never received, but with the link you provided I was able to get the code instantly (since my model GRA-UL10 isn't on the list) its late here so will try it tomorrow. But I have a final question, will be possible to flash SuperSU without flashing twrp? There is a command that lets you boot twrp without flashing I just don't want to reflash my bootloader unnecessarily, thanks in advance. After this I will probably post a guide since it is not easy to find everything in one place.
fede011 said:
I still haven't changed the bootloader so it will be easier, I was waiting for the email from huawei but never received, but with the link you provided I was able to get the code instantly (since my model GRA-UL10 isn't on the list) its late here so will try it tomorrow. But I have a final question, will be possible to flash SuperSU without flashing twrp? There is a command that lets you boot twrp without flashing I just don't want to reflash my bootloader unnecessarily, thanks in advance. After this I will probably post a guide since it is not easy to find everything in one place.
Click to expand...
Click to collapse
In order to root your device you need a custom recovery which gives you the ability to push files which is not possible with the stock recovery that's how i understand it. The script in the link i gave u automates the steps you have to do manually, if you are going to root the device using the command line you will need a su.zip to flash using twrp, and a twrp recovery image through which you will access the file system, and finally knowing the command lines to do it all which is all in all is a hassle. So booting into or flashing twrp isn't really a big deal (at least for me) as long as you have the stock recovery by the end of it all.
Evening i was trying to install Remix OS backed up my Current set up took out the SD Card copied the IMG over and the craddle breaks that holds the micro SD card.....
Currently i am left with TWRP win and recoverable IMG.
I have installed Superboot to my MAC tried in terminal to get it pick it up but nothing.
i can get to no drivers screen but as soon i try to run adb nothing anyone got any advice
cheers in advance
You won't get ADB to run in Fastboot mode. Follow the instructions in the recovery thread:
http://forum.xda-developers.com/mad...overy-twrp-2-8-2-0-recovery-mad-catz-t2973640
Make sure you have the TWRP.img in the same folder as the fastboot command and boot to the image on the computer, not the MOJO.
kevinthefixer said:
You won't get ADB to run in Fastboot mode. Follow the instructions in the recovery thread:
http://forum.xda-developers.com/mad...overy-twrp-2-8-2-0-recovery-mad-catz-t2973640
Make sure you have the TWRP.img in the same folder as the fastboot command and boot to the image on the computer, not the MOJO.
Click to expand...
Click to collapse
Alright Mate
when i run super boot in Terminal i can do anything. I tried looking for devices and i get command not found if i try to flash a rom i just get permission denied its like the box isnt there
As it says in the linked thread, boot the MOJO to the recovery image located on the PC. Then flash the ROM of choice to the MOJO using the recovery.