[RECOVERY] TWRP 3.2.1 only fastboot - Ouya Android Development

Hello. I ported latest twrp from nexus 2012 to ouya. You can't install it because ouya don't have enough space on recovery partition. You need to boot it from fast boot
fastboot boot recovery.img
download: http://www.mediafire.com/file/7gyb6xjdwr8k3n0/recovery.img
Everything is working
I recommend to disable screen timeout after first boot

Not a single custom recarevi is flashed (writes abortet), being in the stock recovery with the command in the command line adb sideload. Tried using commands in the command line, and put programs like Flashify (for root users) and Rashr - Flash Tool ,does not help, error.

Related

TWRP 3.0.2 for Acer Predator 8 ported by Ruben.

IMPORTANT NOTE ABOUT ROOTING:
After flashing TWRP 3.0.2, use the SuperSU 2.46 flashable zip, do NOT use latest version or will result in a bootloop. Good Luck and have fun with rooting.
REQUIREMENTS
1- Unlocked Bootloader (search on google if you dont know how to unlock)
2- Drivers and Adb/Fastboot commands knowledge
--------------------------------------------------------------------------------------------------------------------------------
New TWRP bugfix update! Now you can flash stock rom on TWRP without bricking! Download Page updated!
Bugs:
1- adb shell command needs to be sent before system partition is mounted or it will give an error, after doing adb shell you can mount system and do all the modifications you need.
2- You cant flash any img on twrp it gives an error, im trying to fix.
3- Backups do work, but everytime twrp restarts, the serial number folder seems to change (which means that on /TWRP/BACKUPS/serialnumber/backupsinside/ changes every reboot so you have to go get the backup inside the old serialnumber folder and put on the new serialnumber folder).
Im leaving an unsecured boot image because system does not boot android if anything seems changed. So please if system does not boot after flashing twrp/rooting, flash the unsecured boot img on fastboot
Steps to Install TWRP and root
1. Download and extrct the files: https : // drive. google . com/file/d/0BxzG5iupOOSKNTdlRC1Wd0VmTlk/view
2. Power off the tablet.
3. Enter fastboot mode by pressing the power button while holding down Vol -
4. Open up command prompt and navigate to the directory where fastboot.exe is located.
5. Pass the following commands:
fastboot flash boot unsecuredboot.img
fastboot flash recovery TWRP.img
6. Reboot into recovery (TWRP) and install SuperSU v2.46.zip ---
Continuation 6. Step by Step of Step 6 since people seem to have been running into issues with it:
After rebooting to TWRP and having SuperSU.zip in the tablet storage. Go on Install tab and press the supersu file and install/flash it then reboot the device.

How to flash twrp recovery in Xiaomi Redmi 4a with MIUI 9? Lets see...

I have was trying to flash the TWRP recovery in my phone (Redmi 4a), but the recovery always got replaced after every reboot with the STOCK recovery.
I am now going to show how to flash this, beside the command line technique......(Although, some command line is necessary).....
1. Set adb and fastboot files in your Windows pc, fine
2. Now download the required twrp on to your pc and place it in adb-fastboot's folder.... or techies could path to that ****....
3. Enter bootloader with.....
adb reboot bootloader​4. Now boot to twrp using......
fastboot boot recovery.img​(I have named that twrp file as recovery)
5. Download super su zip, move it in phone, root your device....... reboot your device.......Now the second phase of process comes
6. Install twrp app in your phone, open it, copy the twrp image file to phone, tap on flash recovery
7. Select your twrp recovery in the phone and boom....... you have done it...... reboot to recovery by adb reboot recovery
I FORGOT TO MENTION, you should have your device unlocked, and I AM NOT RESPONSIBLE FOR ANY MISHAP and FOR THE STATE TO PLAY CRICKET WITH YOUR PHONE...... I am honest ....... IT WORKED FOR ME......
any tester n confirmed worked ?
No reason to do all those, you can flash recovery directly from fastboot with one command. The command:
Code:
fastboot boot recovery.img
just boot to that recovery one time. This is good for testing a recovery or use it for one time without install it.
If you want to flash a recovery you just need to use:
Code:
fastboot flash recovery recovery.img
Also for both commands isn't necessary to rename the recovery file or to put it adb folder, or root the device. Just need to specify the path and filename in place of "recovery.img". For e.g:
Code:
fastboot flash recovery C:\Phone\Recoveries\twrp_3.2.1.img

Can't boot into TWRP

Hi,
I've installed the Global Stable 10.0.2.0 via Mi Flash Tool on my Mi 8 and wanted to install TWRP the usual way, but it won't boot into TWRP.
Steps so far:
Code:
adb reboot bootloader
fastboot flash recovery twrp.img
--> all fine, it says writing ok
Code:
fastboot boot twrp.img
---> TWRP star screen but nothing else happens
or
Code:
fastboot reboot recovery
---> normal boot
or
Code:
adb reboot recovery
---> error occurs
I'm using a Windows 10 PC. Maybe you can help and tell where the mistake is.
Thanks

[Recovery] Persistent recovery TWRP 3.2.3.0 for Sakura

After several time failing to flash persistent TWRP, i figure out that miui boot image overwrite custom recovery maybe. Thus, although flashing twrp via adb successfully but it will go back Mi recovery after reboot device.
Let follow my step to reach successful installation persistent TWRP
1. Unlock bootloader your device is prerequisite
2. Down load ADB & TWRP(sakura).img
3. Access into fastboot mode by holding Pow + vol-
4. Shift + Righ click at ADB folder and chose "open command window here"
5.Type command "fastboot flash antirbpass twrp.img" => your sakura will access into TWRP
Not use command "fastboot flash recovery twrp.img" ortherwise you will get error : FAIL (remove: rollback version downgrade)
Remember : never let your device boot into Miui otherwise you will fail
6. In TWRP chose wipe/format data – type yes .After that you chose reboot/recovery. Now your device return fastboot mode again
7.In PC type command "fastboot boot twrp.img" => your device access into TWRP
8. In TWRP chose install/install image then select file TWRP.img and sweep for installing
Now TWRP was installed persistent in your device
TWRP: https://dl.twrp.me/sakura/
nguyenduytrungts said:
After several time failing to flash persistent TWRP, i figure out that miui boot image overwrite custom recovery maybe. Thus, although flashing twrp via adb successfully but it will go back Mi recovery after reboot device.
Let follow my step to reach successful installation persistent TWRP
1. Unlock bootloader your device is prerequisite
2. Down load ADB & TWRP(sakura).img
3. Access into fastboot mode by holding Pow + vol-
4. Shift + Righ click at ADB folder and chose "open command window here"
5.Type command "fastboot flash antirbpass twrp.img" => your sakura will access into TWRP
Not use command "fastboot flash recovery twrp.img" ortherwise you will get error : FAIL (remove: rollback version downgrade)
Remember : never let your device boot into Miui otherwise you will fail
6. In TWRP chose wipe/format data – type yes .After that you chose reboot/recovery. Now your device return fastboot mode again
7.In PC type command "fastboot boot twrp.img" => your device access into TWRP
8. In TWRP chose install/install image then select file TWRP.img and sweep for installing
Now TWRP was installed persistent in your device
TWRP: https://dl.twrp.me/sakura/
Click to expand...
Click to collapse
there is an easier way ,,...
stock miui stock miuui recovery:
fastboot boot twrpname.img
in booted twrp flash twrp img.
done

Can't run twrp

I am not able to run TWRP recovery after installing pixel experience rom on my moto one power and I am not able to switch partitions from a to b .
Oh my desktop in the command prompt of minimal ADB and fastboot it always shows an error of partition not found,
Or when I try the command
'Fastboot boot recovery.img'
My phone does not boot into recovery although my ROM is working properly but I am not able to run the TWRP recovery again as I wanted to root my moto one power I think there is a partition error can anyone help!

Categories

Resources