Tutorial fix stuck on fastboot mode for rom global - Nubia Red Magic 3 Guides, News, & Discussion

- There are some models when the faulty update will hang on fastboot because the previous recovery has been changed. Here my device uses the global NA rom and has rooted the device, and when I updated it from v1.18 to v1.20, when booting up the recovery system failed, I was taken to the fastboot screen and stopped at the fastboot screen.
*TUTORIAL:
- S1: Install driver zte+usb android and adb fastboot tool (if you haven't).
- S2: Copy file recovery.img (of rom global you use) to folder adb
- S3: Open folder adb and open cmd cd to folder adb and type command:
fastboot devices //Check if the device is connected, if not then review the driver
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash recovery recovery.img
fastboot reboot
Done

Related

[TWRP RECOVERY] + [ROOT] Teclast Tbook 11 (E5A6) Android 5.1

Hello,
This is my first post on how to root and install TWRP recovery on the Teclast Tbook 11 (E5A6) android 5.1
The TWRP works with touch and I haven't encounterd any problems with it
I have not created the TWRP, it is made by nik2670
We only flash or boot the recovery, then install SuperSU 2.82- 201705271822. Nothing else !
Sorry for the mirrors. (I will remove them if you're the owner)
Be sure to have ADB drivers v1.4.3 installed before you continue.
Download TWRP 2.8.7.0. Recovery Tbook 11 and ADB and Fastboot and put it in a folder on your desktop
Enable USB debugging on your tablet (Settings->Developers->usb-debugging)
Connect your tablet with your PC
Open up a CMD prompt in the folder you have your ADB. Win+R type CMD, hit enter. Copy the path of ADB and put in the CMD prompt
Code:
cd [path]
Mine was cd "C:\Users\Thermaltake\Desktop\ADB FASTBOOT FILES WINDOWS"
In the CMD prompt, type
Code:
adb devices
If you see your device you good to go.
Type
Code:
adb reboot bootloader
your tablet reboots, select android while it reboots
Now we're in fastboot mode, just to be sure we see the device type
Code:
fastboot devices
. If you can't see your device like me you have to manually install drivers.
Do you have the recovery.img in the same folder as ADB? Good. Type
Code:
fastboot boot recovery.img
OR
Code:
fastboot flash recovery recovery.img
to permanently have the TWRP recovery on your device (I recommand boot)
Your tablet is now in recovery mode! You can acces the internal storage. Add SuperSU-v2.82 on your device.
Hit Install->SuperSU-v2.82-201705271822->Swipe to confirm flash->Wipe dalvik cache->Reboot----> DONE !
Image of succesfully root
Thanks for following my guide, if there are any problems I try to update the tutorial or provide more information to you!
Mathero11
Thanks to nik2670 for the recovery, chainfire for supersu and unpersonally xda developers for other flash/root tutorials

How to Root the Umidigi A7S

How to Root the Umidigi A7S
See also OFFICIAL Umidigi Root your Device and Android 10 & 11 ROOT pages​
Unlock the Bootloader
On the PC
Download and install All Mediatek MTK Driver Pack
Download ADB and Fastboot (platform-tools) and unzip it to a folder on the desktop
Open the platform-tools folder, type in CMD, and press Enter to launch the Command Prompt
On the Phone
Enable USB Debugging and OEM Unlocking in Developer options
When prompted Allow debugging to connected PC
The Process
Connect your device to PC via USB cable
Type adb devices in the Command Prompt to make sure that the device has successfully connected to the ADB mode
Type adb reboot bootloader in the Command Prompt to enter fastboot mode
Type fastboot devices in the Command Prompt to make sure that the device has successfully connected to the fastboot
Type fastboot flashing unlock in the Command Prompt to open the unlock message on your device
Select Volume Up (as per unlock message) on the phone to unlock the bootloader
Type fastboot reboot in the Command Prompt to start the factory data reset (may take a few minutes)
Root the Device
On the PC
Download the latest ROM from the A7S ROM page and unzip it to a folder
Copy the boot.img file from the ROM folder to the phone’s SD Card using USB File Transfer
Download Magisk Manager Apk and copy it to the phone’s SD Card using USB File Transfer
On the Phone
Enable USB Debugging in Developer options
Enable USB File Transfer to receive files from PC
Install the Magisk Apk from the SD Card
Open the Magisk App, select Install, select the boot.img file from the SD Card and press LET’S GO to install a patched boot image file to the internal memory
Reboot and enable USB File Transfer to allow PC access
Flash the patched boot image (on the PC)
Copy the patched boot image file from the phone to the platform-tools folder and rename it patched_boot.img
Copy the vbmeta.img file from the ROM folder to the platform-tools folder
In the platform-tools folder, type in CMD, and press Enter to launch the Command Prompt
Type adb reboot bootloader in the Command Prompt to enter fastboot mode
Execute the following commands
fastboot --disable-verity --disable-verification flash boot patched_boot.img
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
Type fastboot reboot in the Command Prompt to reboot to your newly Rooted A7S Phone

Cannot adb boot bootloader. Stuck on boot logo

Hi,
I am using a bootloader unlocked Surface Duo on Android 11 with ‘adb devices authorized’ and all permissions allow from developer menu.
However, when I type:
‘adb reboot bootloader’ my phone reboots and gets stuck on the Windows boot logo infinitely.
I am successfully able to enter recovery and fastbootD (fastbootd) using:
‘adb reboot recovery’ lands up in android icon
‘adb reboot fastboot’ shows menu with fastbootd and adb sideload.
If I type adb devices in the recovery, it prompts unauthorized error.
If I sideload ota update from fastbootd> adb sideload, it partially completes (94%) with unrecognized command error.
I am on non-rooted Surface Duo.
I have tried removing adb keys and reallowing from RSA several times.
I have tested different machines, Windows, Mac and Linux yet no success.
I cannot push Twrp or any boot.img file.
My goal is to be able to push a boot.img file or a twrp.img but i am unable to perform it due to lack of access to the bootloader.
Any suggestions?
anuragkanase said:
Hi,
I am using a bootloader unlocked Surface Duo on Android 11 with ‘adb devices authorized’ and all permissions allow from developer menu.
However, when I type:
‘adb reboot bootloader’ my phone reboots and gets stuck on the Windows boot logo infinitely.
I am successfully able to enter recovery and fastbootD (fastbootd) using:
‘adb reboot recovery’ lands up in android icon
‘adb reboot fastboot’ shows menu with fastbootd and adb sideload.
If I type adb devices in the recovery, it prompts unauthorized error.
If I sideload ota update from fastbootd> adb sideload, it partially completes (94%) with unrecognized command error.
I am on non-rooted Surface Duo.
I have tried removing adb keys and reallowing from RSA several times.
I have tested different machines, Windows, Mac and Linux yet no success.
I cannot push Twrp or any boot.img file.
My goal is to be able to push a boot.img file or a twrp.img but i am unable to perform it due to lack of access to the bootloader.
Any suggestions?
Click to expand...
Click to collapse
If you can access fastboot mode, try flashing the boot.img via fastboot. Place a copy of your boot.img in your fastboot folder on PC and rename the file to "boot.img". Then flash the boot.img via fastboot using the following command:
fastboot flash boot boot.img

Install the latest TWRP and Magisk for POCO F4 GT

Here you can get the latest TWRP image files for Android 12 and 13 (A12/A13)
Recovery for Xiaomi devices - Browse /ingres at SourceForge.net
List of relevant recovery in one place
sourceforge.net
Use the Mi Unlock Tool to unlock the bootloader, note you have to go to the Mi Unlock status at the development tools to add the current Mi Account that the phone is linked to, so you'll be able to use the tool as you'll have to login to that account in the tool. There is unfortunately a 7 days wait time after you've added the account to the Mi Unlock status until you'll be able to use the tool to unlock the bootloader. Here's the latest available download link for the tool, but after running the tool, a newer version will be asked to download. Unzip the zip files and use the tools in the folder:
https://miuirom.xiaomi.com/rom/u1106245679/6.5.224.28/miflash_unlock-en-6.5.224.28.zip
You can use the Mi Unlock tool folder to use fastboot, within it is the necessary fastboot files to install the fastboot driver and to use the fastboot terminal.
Move the TWRP file into that folder and rename it to TWRP.img for so you won't have to type in a long filename in the terminal.
Boot the phone into fastboot mode. You can find the driver installer in the Mi Unlock folder if you have yet to install the fastboot driver. Open up the installer and connect the phone to the computer, that should install the driver. After that you can run the fastboot terminal.
Type CMD in the address bar in the Mi Unlock folder to open up the fastboot terminal.
In the terminal type fastboot devices to see if the phone is properly connected.
Then you can type fastboot boot twrp.img, that should boot the phone into TWRP recovery mode.
Go to the Advanced section and choose Flash current TWRP to install TWRP to the phone.
Reboot the phone into recovery mode and go back to the Advanced section and click on Install Magisk to root the phone.
You may need to format the data so the phone will boot correctly if you're having a bootloop.
Thank u so much bro , keep it up , and please if they released any custom rom except " elite rom " cause its paid one , than tell us .
C:\Users\Aly\Downloads\Poco F4 GT>fastboot devices
3af8599a fastboot
C:\Users\Aly\Downloads\Poco F4 GT>fastboot boot twrp.img
fastboot: error: cannot load 'twrp.img': No such file or directory
Any help?
UPDATE:
I found the solution.
Never try to "fastboot boot" these images. If you do that, you will get a "Bad Buffer Size" error and your device will be stuck in fastboot mode.
T
o get out of being stuck in fastboot mode, run these commands:
Code:
fastboot erase misc
fastboot set_active a
Then install the recovery correctly like this:
fastboot flash recovery_ab "drag the twrp.img here"
fastboot reboot recovery

General P11 plus 616f installation rom gsi + root

Start by downloading the official stock rom. If you had a problem with the installation or just want to go back to the original usage
Flash SP Tools
- download the latest version of Android sdk platform-tools
- Put in the platform-tools folder your boot.img and vbmeta.img that you have copied from your previously downloaded official rom.
- Then download the generic system image you want to install, put it in the platform-tools folder and rename it GSI.img
- Put your smartphone in developer mode, in the settings press 7 times on the build number
- In the menu Options for developers that appeared, you must enable OEM unlocking, enable USB debugging
- Connect the smartphone to the computer, in Configuration usb choose Connection sharing via usb
accept the requested authorization on your smartphone,
- In the platform-tools folder enter the command
adb reboot bootloader
fastboot flashing unlock Press VOL+ to confirm
fastboot flashing unlock_critical Press VOL+ to confirm
fastboot --disable-verification flash boot boot.img
fastboot --disable-verify flash vbmeta vbmeta.img
fastboot -w
fastboot reboot fastboot The tel switch to FastbootD mode and wait for a moment before entering the following command
fastboot delete system
fastboot delete-logical-partition product_a
fastboot --disable-verity --disable-verification system flash Gsi.img Wait for a moment
fastboot -w
fastboot bootloader
fastboot delete user data
fastboot reboot
Lenovo then logo rom gsi and install
evolutionx rom
Releases · ponces/treble_build_evo
Script and patches for building PHH-Treble Evolution X - ponces/treble_build_evo
github.com
rom lenovo and flashtool 616f
https://mirrors.lolinet.com/firmware/lenovo/Tab_P11_Plus/TB-J616F/TB-J616F_S240155_230210_ROW_SVC.zip
https://mirrors.lolinet.com/firmware/lenovo/Tab_P11_Plus/flashtool/MTK_Flash_Tool_v5.2104_P522.zip
Last tested rom that works
https://private.projectelixiros.com/thirteen/gsi/ProjectElixir_3.6_gsi-13.0-20230223-1108-OFFICIAL.img.xz
Root lenovo 616f
Install the Magisk app to your phone and install
In the Options menu, enable both the Preserve Force Encryption and Recovery Mode options.
Choose Select and Patch a file.
Browse to the extracted boot.img file and select it.
Magisk will now load the boot.img file and start patching.
Then the patched patched boot image file will be saved as magisk_patched.img in Internal Storage Downloads.
The file will be named as magisk_patched.img.
Transfer the magisk_patched.img file to the platform-tools folder.In the platform-tools folder enter the command
adb reboot bootloader
fastboot flash boot magisk_patched.img
fastboot reboot
successfully rooted
Magisk 25.2
https://github.com/topjohnwu/Magisk/releases/download/v25.2/Magisk-v25.2.apk
Can you make a video to review that rom on p11
It has only one flaw,
The PC does not recognize the tablet, it can only be charged, files cannot be transferred and adb does not work either.

Categories

Resources