⭐[ROM][STOCK] 11.0.9.1-GLOBAL-OnePlus7TOxygen_14.O.35_GLO_0350_2206171459-FASTBOOT - OnePlus 7T Guides, News, & Discussion

Created my own FASTBOOT Rom can anybody test this out, to see if it works please?
Used to "Restore the Firmware" on your phone or when bricked you cannot downgrade or upgrade with FASTBOOT Roms, you must be on the same (Firmware Update Global 11.0.9.1)
Must have Unlocked Bootloader
Backup your data first! It will format your Phone.
Make sure USB debugging is enabled in Developer Settings.
Make sure USB drivers & Bootloader drivers are properly installed
⭐[GUIDE] How to Properly Install OnePlus 7T Official USB Driver & Bootloader Drivers!
Updated 06/03/23 Download OnePlus USB Drivers❗ 1▫️First Disable Driver Signature Enforcement on your PC. 2▫️Press and hold the Shift key on your keyboard and click the Restart button. 3▫️Choose Troubleshoot > Advanced options > Startup...
forum.xda-developers.com
[Instructions Guide]
1Power off your device boot into FASTBOOT mode.
2Then boot into fastbootd mode
Command: reboot fastboot reboot
Click to expand...
Click to collapse
3Extract the 11.0.9.1-GLOBAL-OnePlus7TOxygen_14.O.35_GLO_0350_2206171459-FASTBOOT.rar archive to your desktop. https://mega.nz/file/V6QGyRaC#b9kV4ePP7Z8UFdszRpnZ_xacvp7IArVbEfiemKx7hy4
4Now click on flash-all.bat
5Once flashing process is complete. Go in Recovery Mode and follow this Guideline: English --> Wipe data and cache --> Erase everything.
Then boot into Android
Benefits: Restores Official Firmware Quickly without MSM Tool.

Related

TWRP on LG G4 H811 (T-Mobile US): No Joy :(

Here is what I did:
1) Enable developer mode
2) Enable "allow OEM unlock"
3) Enable USB debugging etc
4) Install PC drivers, run adb, reboot to bootloader
"adb reboot bootloader"​
5) Unlock bootloader
"fastboot OEM unlock"​
6) Restart, device wipes itself and runs OOBE
7) Re-enable USB debugging etc, run TWRP in RAM only
"fastboot boot [TWRP recovery image path/filename]"​
(twrp-3.0.2-0-h811.img)​
8) Use in-RAM copy of TWRP to do nandroid backups of all partitions
Backups complete with no errors.
9) Copy twrp image to device storage
10) Use in-RAM copy of TWRP to flash TWRP image to recovery partition
11) Reboot to recovery to test TWRP install
12) Get broken robot error
13) Restart and run TWRP from RAM again
14) Attempt to restore original recovery image previously backed-up,
restore appears to complete successfully
15) Reboot to recovery
16) Broken robot again.
Any idea what I'm doing wrong??
TIA
read and learn how to unlock your bootloader.
skdubg said:
read and learn how to unlock your bootloader.
Click to expand...
Click to collapse
So I shouldn't believe this message at the top of the screen at every boot?
------------------------------------------------------
Bootloader state : Bootloader unlocked!
------------------------------------------------------
Click to expand...
Click to collapse
thats the right message sorry
have you tested latest twrp beta for h811?
skdubg said:
thats the right message sorry
have you tested latest twrp beta for h811?
Click to expand...
Click to collapse
I downloaded the latest regular one today, I didn't look at any betas. But the restore of the stock recovery didn't work either. Which is pretty disturbing, since that's precisely why I backed-up that partition before making any changes...
Is this kind of thing a known problem?
Bootloader OEM Unlock + Root:
Starting with the Android 6.0 20x bootloader it has to be unlocked, sorta like a Nexus, with fastboot. Previously only 'OEM Unlock' had to be toggled in Android Developer settings for TWRP or custom boot images to work.
1. Flash stock 20x using zip or KDZ. Boot into Android after upgrade to 20x.
2. Download the twrp-2.8.7.1-h811.img file HERE. This file needs to be on your computer and external sdcard*.
3. Download the latest SuperSu zip (2.67+) from HERE [Thanks to Chainfire] and stick on external sdcard*.
4. Confirm "OEM Unlock" is set to enabled in the hidden Developer Settings.
5. Enable "USB Debugging" in Developer Settings, connect USB cable PC <-> Phone... and send the following 3 commands in command prompt/terminal:
Code:
adb reboot bootloader (phone reboots to bootloader)
fastboot oem unlock (this wipes ALL data!!)
fastboot boot twrp-2.8.7.1-h811.img (phone boots TWRP)
6. For perm TWRP: In TWRP hit Install > Images... (bottom right corner) > select TWRP.img on ext sdcard > select "recovery" > swipe.
7. If you want root: Hit the Home button > Install > select SuperSU zip on external sdcard > swipe.
8. All done. Reboot into Android. (if TWRP asks if you want to install SU, HIT NO!!!)
*if you do not have an external sdcard to save SuperSU and the TWRP.img onto.. you will need to skip saving the files to sdcard until AFTER you fastboot OEM unlock and boot into TWRP. After fastboot booting TWRP you can use adb push to put SuperSU and TWRP.img onto the internal sdcard to install with TWRP. Or you can use the MTP mount option in TWRP and drag n' drop the files from the computer to the phone. You cannot store the files on the internal sdcard before the OEM unlock because OEM unlock wipes all you data.
remeber we have antirollback for h811. antirollback V2 is 10n lollipop and 20i MM.
then we have V3 20-o-p-q-and r. once you in wither of the V3 you can not flash a v2 20i or 10n cause youll brick your phone..
this is the procedure when you are in any 20 version
raptorddd said:
Bootloader OEM Unlock + Root:
Starting with the Android 6.0 20x bootloader it has to be unlocked, sorta like a Nexus, with fastboot. Previously only 'OEM Unlock' had to be toggled in Android Developer settings for TWRP or custom boot images to work.
Click to expand...
Click to collapse
Yes, I did both of the unlock steps, they are documented in my OP. And followed all the TWRP docs you copied below with the only difference being I used the latest version of TWRP for the H811 from their website.
[snip]
raptorddd said:
remeber we have antirollback for h811. antirollback V2 is 10n lollipop and 20i MM.
then we have V3 20-o-p-q-and r. once you in wither of the V3 you can not flash a v2 20i or 10n cause youll brick your phone..
this is the procedure when you are in any 20 version
Click to expand...
Click to collapse
Yep, this is useful info as you mentioned to me in another thread. But as I responded a few mins ago there, the device is on the absolute latest build, so anything other than that one (January 2017) would be a rollback to some extent or other.
Exabyter said:
Yes, I did both of the unlock steps, they are documented in my OP. And followed all the TWRP docs you copied below with the only difference being I used the latest version of TWRP for the H811 from their website.
[snip]
Yep, this is useful info as you mentioned to me in another thread. But as I responded a few mins ago there, the device is on the absolute latest build, so anything other than that one (January 2017) would be a rollback to some extent or other.
Click to expand...
Click to collapse
if you flashed 20r you could only downgrade to either 20o-20p-20q- yes but this all V3 including 20r so you be safe to downgrade in all this versions. remeber no 20i or lower.
So I tried to run TWRP 2.8.7.0 from RAM, thinking maybe new versions were based on Nougat or something and didn't know how to flash my device properly.
But it wouldn't launch at all with "fastboot boot twrp2.8.7.0-h811.img" command. Just froze, fastboot no longer saw the device, holding power button down didn't work, had to pull the battery.
So then I tried to just flash 3.0.2-0 the old way ("fastboot flash recovery [image-file]") but it returned a FAILED result.
[command-prompt] fastboot flash recovery twrp-3.0.2-0-h811.img
target reported max download size of 536870912 bytes
sending 'recovery' (33032 KB)...
OKAY [ 1.065s]
writing 'recovery'...
FAILED (remote: unknown command)
finished. total time: 1.080s​
Then I verified the bootloader was unlocked:
[command-prompt] fastboot getvar unlocked
unlocked: yes
finished. total time: -0.000s​
Hmm.
It worked by using the in-RAM copy of TWRP to flash, but instead of having the IMG file in the folder I had it in previously (under /download/install) I put it in the root folder and it seemed to like that better.

Total Nub's guide to rooting Qmobile Q Infinity & Micromax Canvas Inifinity

After failing some 1-click rooting methods, for the first time I tried to do it the hard way.
That turned out to be a pretty easy way thanks to some handy links to drivers and other files I found.
Infinity thanks to the thread I found platform-tools from and the website called "getdroidtips" for the Custom TWRP for the HS2.
NOTE: THIS GUIDE WILL WIPE YOUR DEVICE SO BE PREPARED
Standard warning: FOLLOW THIS GUIDE AT YOUR OWN RISK. REMEMBER, AS PER MY NAME I AM A TOTAL NUB. I DO NOT TAKE RESPONSIBILITY FOR YOUR PHONE MALFUNCTIONING, BRICKING, BLOWING UP OR DROWNING IN COOKING OIL (rip my Elephone S7)
Pastebin code for missing links: F2RGqM1A
1) Preparation
Download the latest Flashable.Zip from [ ]
Place SuperSu.zip in your sd card or internal storage
Enable Developer Options by going to Settings -> "About Phone" -> Click "Software Version" 7-8 times
Go to developer Options in Settings
Enable OEM Unlocking
Enable USB Debugging
Shutdown your phone by holding the power button
Boot into fastboot by holding the Volume Up key + Power Button
Press Volume Down key to get into fastboot
2) On your Windows PC:
Download the file from [ ] and extract the platform-tools folder (I extract to "D:\Downloads" in this example)
Download the Custom TWRP from [ ] and place it inside the platform-tools folder
Connect your device to your computer
press Win+R, type cmd and press enter
2.1) (not always needed)
If your device won't connect or the steps below don't work, try updating drivers:
Connect your phone while it's in fastboot
open start menu, search and open Device Manager
check inside Portable Devices or Android Devices for your phone's name
or look for Android Bootloader Interface
if it's not there, it might be named something else, with an icon that has a yellow triangle inside it.
Right click it, Update Driver
> Browse my computer for driver software
> Let me pick from a list of available drivers on my computer
> select Android Bootloader Interface
to check if you are connected, type "fastboot devices" in cmd and you'll see a device code
3) Unlocking Bootloader
In cmd, enter the following commands:
Code:
D:
cd D:\Downloads\platform-tools
fastboot oem unlock-go
THIS STEP WILL WIPE YOUR DEVICE DATA
wait for restart
4) Booting into TWRP
Go to device Settings again and ensure OEM Unlocking and USB Debugging are still Enabled. Reboot into fastboot.
In cmd:
Code:
fastboot boot twrp-3.1.1-0-20171128-UNOFFICIAL-HS2.img
(In case above cmd line doesn't work, type "fastboot boot twrp" and press Tab)
5) Backing up your rom and data (Optional but recommended)
Inside TWRP, Click Backup, tick everything, select desired directory and swipe to backup.
Reboot and follow step 5 again if needed
6) Installing SuperSU with root privileges
Inside TWRP, Click Install and select SuperSU.zip
Swipe to install and reboot
Enjoy
Please port miui 9 or lineage os 15 for micromax canvas infinity hs2
NubbyMcNubNub said:
After failing some 1-click rooting methods, for the first time I tried to do it the hard way.
That turned out to be a pretty easy way thanks to some handy links to drivers and other files I found.
Infinity thanks to the thread I found platform-tools from and the website called "getdroidtips" for the Custom TWRP for the HS2.
NOTE: THIS GUIDE WILL WIPE YOUR DEVICE SO BE PREPARED
Standard warning: FOLLOW THIS GUIDE AT YOUR OWN RISK. REMEMBER, AS PER MY NAME I AM A TOTAL NUB. I DO NOT TAKE RESPONSIBILITY FOR YOUR PHONE MALFUNCTIONING, BRICKING, BLOWING UP OR DROWNING IN COOKING OIL (rip my Elephone S7)
Pastebin code for missing links: F2RGqM1A
1) Preparation
Download the latest Flashable.Zip from [ ]
Place SuperSu.zip in your sd card or internal storage
Enable Developer Options by going to Settings -> "About Phone" -> Click "Software Version" 7-8 times
Go to developer Options in Settings
Enable OEM Unlocking
Enable USB Debugging
Shutdown your phone by holding the power button
Boot into fastboot by holding the Volume Up key + Power Button
Press Volume Down key to get into fastboot
2) On your Windows PC:
Download the file from [ ] and extract the platform-tools folder (I extract to "D:\Downloads" in this example)
Download the Custom TWRP from [ ] and place it inside the platform-tools folder
Connect your device to your computer
press Win+R, type cmd and press enter
2.1) (not always needed)
If your device won't connect or the steps below don't work, try updating drivers:
Connect your phone while it's in fastboot
open start menu, search and open Device Manager
check inside Portable Devices or Android Devices for your phone's name
or look for Android Bootloader Interface
if it's not there, it might be named something else, with an icon that has a yellow triangle inside it.
Right click it, Update Driver
> Browse my computer for driver software
> Let me pick from a list of available drivers on my computer
> select Android Bootloader Interface
to check if you are connected, type "fastboot devices" in cmd and you'll see a device code
3) Unlocking Bootloader
In cmd, enter the following commands:
THIS STEP WILL WIPE YOUR DEVICE DATA
wait for restart
4) Booting into TWRP
Go to device Settings again and ensure OEM Unlocking and USB Debugging are still Enabled. Reboot into fastboot.
In cmd:
(In case above cmd line doesn't work, type "fastboot boot twrp" and press Tab)
5) Backing up your rom and data (Optional but recommended)
Inside TWRP, Click Backup, tick everything, select desired directory and swipe to backup.
Reboot and follow step 5 again if needed
6) Installing SuperSU with root privileges
Inside TWRP, Click Install and select SuperSU.zip
Swipe to install and reboot
Enjoy
Click to expand...
Click to collapse
Hi please help me, after flashing recovery my phone is on bootloop now, what do i do
Hem97 said:
Please port miui 9 or lineage os 15 for micromax canvas infinity hs2
Click to expand...
Click to collapse
I wish I could.
Sudhangshu said:
Hi please help me, after flashing recovery my phone is on bootloop now, what do i do
Click to expand...
Click to collapse
Did you try "flashboot boot twrp..." like in my guide or "flashboot flash twrp..."?
And which twrp image did you use?
In any case, if you can still get to the fastboot screen, try booting with the twrp image in Step 4 above (download links in the pastebin link)
NubbyMcNubNub said:
I wish I could.
Did you try "flashboot boot twrp..." like in my guide or "flashboot flash twrp..."?
And which twrp image did you use?
In any case, if you can still get to the fastboot screen, try booting with the twrp image in Step 4 above (download links in the pastebin link)
Click to expand...
Click to collapse
Hi, "flashboot boot twrp" wasnt working at all, so i tried "flashboot flash twrp" and all i have is a bootloop. So after flashing recoveru i booted my phone to fastboot and run the command, " flashboot boot recovery recovery.img" where recovery is the custom recovery image and it booted into recovery. Then there is one more step to do that allowed me to finally boot into my os. Its working fine and i still have twrp installed on my phone
---------- Post added at 06:53 PM ---------- Previous post was at 06:49 PM ----------
NubbyMcNubNub said:
I wish I could.
Did you try "flashboot boot twrp..." like in my guide or "flashboot flash twrp..."?
And which twrp image did you use?
In any case, if you can still get to the fastboot screen, try booting with the twrp image in Step 4 above (download links in the pastebin link)
Click to expand...
Click to collapse
Btw i dont find any pastebin links, im sorry im just a noob too..... Lol
Want custom rom for Qmobile Qinfinity
I want a custom rom for Qmobile Qinfinity.
Because its own rom lags and does not have full features. Please give the rom like lineage os,RR,Or Stock
Please Help?:good:
hi bro,recently i just buy a new phone which is micromax canvas infinity.i have rooted my phone successfully,but there are no custom roms available for this phone.can you develop any custom rom for this phone?that will be very helpful...

Unlock Bootloader and Root Asus Zenfone Max Pro M2 (Unofficial)

Disclaimer :
I am not responsible for bricked devices, dead SD cards,
thermonuclear war, or you getting fired because the alarm app failed.
If you point the finger at me for messing up your device, I will laugh at you. Hard. A lot​
Warranty will be VOID
UNLOCK BOOTLOADER AND ROOT ASUS ZENFONE MAX PRO M2 (Unofficial)
<Device will be formatted, so keep a backup >
Requirements :
Asus Zenfone Max Pro M2
Windows / Linux
Instructions :
//unlocking
Phone:
- Go to Setting > System > About Phone and tap on the build number until developer option appears
- Go back to Settings > System > Developer options and enable usb debugging ( If you had already enabled usb debugging, ignore this step)
Windows:
- Download "unlocker" and extract the files
- Go to "adb + asus drivers" folder and install ADB and necessary drivers ( Linux users install adb, fastboot from their respective repositories )
- Connect the device to PC on a USB 2.0 port
- Go to "unlock" folder and open an Elevated command promt there and enter :
Code:
adb devices
( Allow usb debugging box will appear, check "always allow debugging from this computer" and click OK ) and again enter
Code:
adb devices
(Device should be listed)
Code:
adb reboot bootloader
(Device will now enter fastboot )
Code:
fastboot devices
(Device should be listed )
Now execute unlock.cmd (windows) or ./unlock.sh (linux)
Device will show unlocked bootloader warning, encrypt and reboot
Thats it, Bootloader is unlocked (Don't close the command prompt)
//rooting
- Download the recovery [ TWRP recommended ] and decrypt.zip from the links provided ( If you are on stock pie rom, use decrypt_pie.zip instead )
- Go to "Root" folder of unlocker and copy magisk.apk to phone
- Install magisk (update if available) > open > install > install > Download Zip only
- Note the location of the downloaded zip file and move it from there to sd card
- Move the decrypt.zip to sd card
- Go to sec. //unlocking > Phone to enable usb debugging again
- Copy the recovery image to "unlock" folder, go back to cmd and enter :
Code:
adb devices
adb reboot bootloader
fastboot devices
fastboot flash recovery "name-of-the-recovery".img
- power off the device by pressing power button and go to recovery by pressing volume down + power button
- Device will boot into recovery
- If it asks for password, just cancel it
- Wipe > Format data
- Install > Flash decrypt.zip and magisk.zip that we copied to sdcard and reboot
[ IF THE DEVICE STILL ENCRYPTS ITSELF, FLASH THE RECOVERY AGAIN AND FLASH OREO FIRMWARE AND REPEAT THE ABOVE STEP ]
- Finally, go to magisk manager > install > install > direct install
- If you want to move to other recoveries, flash the respective recovery zip provided
- Reboot and You are done !
To unroot and relock the bootloader, Go HERE
Credits
@Sudeep Duhoon
@legacy07
Downloads:
Unlocker
Recoveries : TWRP / PBRP / OFRP / PERP / SHRP / Batik
Data Decryption
Data Decryption (Pie)
Piece of advice :
If there comes any problem with this unlock process, NEVER try to unlock by official unlock tool, as you will not be able to install custom recovery and finally end up in an unlocked bootloader device with no warranty and no custom recovery to proceed further!!!
in such cases fix the communication between phone and pc, instead of directly jumping to official tool​
Wow..
Anyone try this??
what is the firmware version that is being used in this Indian root image? mine start with ww_xxxxx.....
Will the unofficial way of unlocking void warranty?
Dhairy said:
Will the unofficial way of unlocking void warranty?
Click to expand...
Click to collapse
Yes. Warranty will be void. But there is always a possibility of relocking bootloader to obtain warranty.
Was someone able to root successfully?
Yes. I confirm this works.
Which method did u use
Did u unlocked the bootloader and then flashed masgisk via twrp or via patched boot image method.
Free Radical said:
Yes. I confirm this works.
Click to expand...
Click to collapse
what is your firmware version that you root on?
learnyee said:
what is your firmware version that you root on?
Click to expand...
Click to collapse
Magisk method will work on the firmware released out of the box and also the update.
I am on stock firmware (without the first ota) and it works, nice bro
kickyvivi said:
Magisk method will work on the firmware released out of the box and also the update.
Click to expand...
Click to collapse
looked through the unock.cmd file, just hate to format the phone and reset up everything....
Which TWRP is being used in this??
#ArtFuL said:
Disclaimer :
I am not responsible for bricked devices, dead SD cards,
thermonuclear war, or you getting fired because the alarm app failed.
If you point the finger at me for messing up your device, I will laugh at you. Hard. A lot
Warranty will be VOID
UNLOCK BOOTLOADER AND ROOT MAX PRO M2 (Unofficial)
<Device will be formatted, so keep a backup >
Requirements :
Asus Zenfone Max Pro M2
Windows OS
Instructions :
//unlocking
Phone:
- Go to Setting > System > About Phone and tap on the build number until developer option appears
- Go back to System > Developer options and enable usb debugging ( If you had already enabled usb debugging, "revoke USB debugging authorisations" and lets start new)
Windows:
- Download "unlocker" and extract the files
- Go to "adb + asus drivers" folder and install ADB and necessary drivers
- Go to "unlock" folder
- Open an Elevated command promt there and type :
adb devices ( Allow usb debugging box will appear, check "always allow debugging from this computer" and click OK and again enter :
adb devices (Device should be listed)
adb reboot bootloader (Device will now enter fastboot )
fastboot devices (Device should be listed )
Now execute unlock.cmd
Device will show unlooked bootloader warning, encrypt and reboot
Thats it, Bootloader is unlocked
//rooting
- Download the twrp recovery and Disable Forced Encryption/Data zip (decrypt.zip) from the links provided
- Go to "Root" folder of unlocker and copy magisk.apk to phone
- Install magisk (update if available) > open > install > install > Download Zip only
- Note the location of the downloaded zip file and move it from there to sd card
- Move the decrypt.zip to sd card
- Extract twrp, open an elevated command prompt and type :
adb devices
adb reboot bootloader
fastboot devices
fastboot flash recovery twrp.img
- power off the device and go to recovery by pressing volume down + power button
- Device will boot into TWRP
- If it asks for decryption key, just cancel it
- Wipe > Format data
- Install > Flash decrypt.zip and magisk.zip that we copied to sdcard and reboot
- Finally, go to magisk manager > install > install > direct install
- Reboot and You are done !
You will receive OTA as usual
To unroot and relock the bootloader, Go HERE
Credits
@Sudeep Duhoon
@Shivam Kumar Jha
@#ArtFuL
Downloads:
Unlocker
TWRP
Data Decryption
Click to expand...
Click to collapse
What type of firmware/sku that u unlocked n install twrp?
X10MINISTER said:
What type of firmware/sku that u unlocked n install twrp?
Click to expand...
Click to collapse
ASUS ZenFone Max Pro (M2) Software Image Version: WW-15.2016.1811.177 For India SKU only
Not working as soon as I run the unlock.cmd file a prompt comes on the screen of the phone to press any key to shut down, after pressing any physical button it reboots to system again with no warning as bootloader unlocked
Dhairy said:
Not working as soon as I run the unlock.cmd file a prompt comes on the screen of the phone to press any key to shut down, after pressing any physical button it reboots to system again with no warning as bootloader unlocked
Click to expand...
Click to collapse
Edit the post with the method that worked for you
Dhairy said:
Not working as soon as I run the unlock.cmd file a prompt comes on the screen of the phone to press any key to shut down, after pressing any physical button it reboots to system again with no warning as bootloader unlocked
Click to expand...
Click to collapse
Got it working the problem is with adb it was installed and then I reinstalled it as given in steps, which might have broken the adb so if I performed the steps in ubuntu and everything worked perfectly. I am attaching the error images. If anyone else getting issue try uninstalling adb and drivers and then reinstalling adb and drivers.
Official way?
will there be official way?
prOzs said:
will there be official way?
Click to expand...
Click to collapse
There is official method available on asus support page for max pro m2.
Note: doing the official way there is no chance for relocking the bootloader and claiming warranty

The Ultimate guide to flashing CRDROID A12 for OnePlus 8 Pro

I have written this comprehensive step by step guide on how to flash CRDROID android 12 ROM for the OnePlus 8 Pro. The original instructions do not cover enough detail.
Ensure you have all applicable drivers installed onto your computer by following this video tutorial:
Reset your phone through using this MSM tool to return to Oxygen OS 11: https://forum.xda-developers.com/t/...l-to-restore-your-device-to-oxygenos.4084953/
Install the application to your windows device
Choose the international version
Turn off the phone. Hold BOTH the VOLUME UP AND DOWN at the same time and plug into the computer. The application will now recognise the phone where you can do a factory reset to Oxygen OS 11.
Install Oxygen OS11 on BOTH Slots:
install the latest Oxygen OS 11 from the OnePlus website, as a local upgrade: https://www.oneplus.com/uk/support/softwareupgrade/details?code=PM1587123976
If the official link goes down, find the file from here: https://forum.xda-developers.com/t/oneplus-8-pro-rom-ota-oxygen-os-repo-of-oxygen-os-builds.4084315/
Restore to oos 11 using msm -> unlock bootloader -> download latest oos 11 -> transfer to phone -> then system update via local upgrade -> reboot and update via local upgrade + reboot again
Connect to the internet
Click multiple times on the build number after updating to enable developer options
Enable options of OEM unlocking and USB debugging
Once you press usb debugging, connect your device to your pc -> a window will pop up on your device -> press always allow from device. You need to do this for usb debugging to work.
Enter fastboot mode by pressing and holding the Power button to bring up the Power menu and select 'Power Off'. Once you have done that: Press and hold the Volume Up', 'Volume Down', and 'Power' keys together to enter Fastboot Mode.
Unlock the OEM:
Once you're in fastboot mode after pressing oem unlock + usb debugging toggles -> type 'fastboot oem unlock' -> press volume up + power for yes and the device will reboot.
To install the RECOVERY
Download the file named like this: crDroidAndroid-12.0-XXXXXXXX-instantnoodlep-v8.X.zip and recovery from the officaial website:
https://crdroid.net/instantnoodlep/8
put it in the same folder where your adb files are
Open CMD from the adb tools folder on your computer, and type 'fastboot devices'.
if working properly, you will see your device
Type 'fastboot flash recovery recovery.img'
Reboot to recovery
To install custom ROM from recovery
choose "Factory reset"
choose "Apply update"
adb sideload "crDroidAndroid-12.0-XXXXXXXX-instantnoodlep-v8.X.zip"
reboot recovery
choose "Apply update"
Install the correct GAPPS
You're supposed to use nikgapps-SL basic and Nikgapps-SL addons (if needed to restore from playstore backup. Use pixel wizard setup for this.) Good examples of addons you should use will be attached.
For Nikagpps-SL: https://sourceforge.net/projects/nikgapps/files/Releases/NikGapps-SL/09-Jul-2022/ and for Nikagpps-SL addons: https://sourceforge.net/projects/nikgapps/files/Releases/Addons-SL/09-Jul-2022/
adb sideload "gapps"
choose "Apply update"
adb sideload addons
Do the "Apply Update" and sideload each addon
choose "Apply update"
To root the phone:
adb sideload magisk.zip (Change magisk.apk to magisk.zip)
reboot to system
Please comment below if this has helped!
Thank you. By carefully following your guide I was able to unbrick my 8 pro and finally install a non-oxygenos android 12 build. Other guides did not work for me.
I don't see where recovery.img is on crdroid website?
This guide helped me get crdroid running, however I'm having severe issues getting ANY google apps to run. I sideloaded the ones you recommended, but play store wasn't installed, play services wasn't installed. After I downlaoded those apks it did nothing and they dont work. My biggest problem is I can't link my google account to my phone in the settings, I don't see 'Accounts' anywhere in the settings; Which has all my contacts. So at first I thought it was a success, now my phone is literally useless to me until I get my account linked to my phone which seems impossible with crdroid.
How can we do this with TWRP install? If not, why not? Why do all the instructions I see for crDroid use ADB sideload instead of just 'install zip' like every other custom ROM? Also, how do we install Magisk? The usual way via TWRP?

⭐[GUIDE] How to Convert OnePlus 7T T-Mobile HD1907 to Global Firmware OxygenOS 11.0.9.1

Credits:
Click to expand...
Click to collapse
@mauronofrio
@Superboy58
@OnePlus_Team
@Google_Team
Make sure to Backup your Phone Data before Converting your OnePlus 7T!
Click to expand...
Click to collapse
Conversion Requirements
Click to expand...
Click to collapse
A Desktop or Laptop with Windows 10-11 OS
OnePlus OEM Cable Recommended
Make sure you have OnePlus USB Drivers & Bootloader installed properly before you start the Tutorial Highly important before starting. If if not installed properly you will have fastboot adb errors. [Tutorial Linked Below]
Click to expand...
Click to collapse
⭐[GUIDE] How to Properly Install OnePlus 7T Official USB Driver & Bootloader Drivers!
Updated 06/03/23 Download OnePlus USB Drivers❗ 1▫️First Disable Driver Signature Enforcement on your PC. 2▫️Press and hold the Shift key on your keyboard and click the Restart button. 3▫️Choose Troubleshoot > Advanced options > Startup...
forum.xda-developers.com
Turn on USB Debugging in Developer Settings now plug the phone into the PC.
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Please make sure you have everything required & prepared before you start the Conversion Tutorial
Click to expand...
Click to collapse
[Conversion Tutorial]
Click to expand...
Click to collapse
1Download the Patched MSM download tool & Platform Tools, extract both to your desktop.
Patched MSM Tool Download By Superboy58
Click to expand...
Click to collapse
https://drive.google.com/file/d/1ayMLNbBmwtQYjDWq9-T27iGiuexBG47N/view?usp=drivesdk
Platform Tools Download By Google Team
Click to expand...
Click to collapse
https://dl.google.com/android/repository/platform-tools-latest-windows.zip
2Download & Extract 10.0.13-GLOBAL-OnePlus7TOxygen_14.O.19_OTA_019_all_2009281709_1026-FASTBOOT.zip to platform-tools root folder.
OxygenOS 10.0.13 Global Rom Download By mauronofrio
Click to expand...
Click to collapse
https://sourceforge.net/projects/fastbootroms/files/OnePlus%207T/10.0.13-GLOBAL-OnePlus7TOxygen_14.O.19_OTA_019_all_2009281709_1026-FASTBOOT.zip/download
3Run the Patched MsmDownloadTool V4.0.exe with Administrator Privilege now click start.
4Now put the Phone into EDL Mode
Turn the phone off completely! Take your OnePlus Cable plug the the USB side into the PC while leaving the Type C port unplugged from your phone. Now hold vol up & vol down buttons at the same time about 5 secs...while doing that plug the Type C port into your phone immediately
Do not let go of vol up & vol down while plugging the cable into your Phone!
Click to expand...
Click to collapse
MSM Tool should detect & begin the installation process if you entered EDL Mode correctly.
5Once the Patched firmware finishes installing! Your phone will boot up a message that says.
"Your device is corrupt. It cannot be trusted & will not boot" Then it will boot into Fastboot Mode after a few seconds. This is completely Normal.
Click to expand...
Click to collapse
6Now while on the Fastboot Screen, Go to Platform Tools root folder on your PC. Type CMD in the top address bar and hit enter a command prompt will appear.Type this Command: fastboot flashing unlock_critical and hit enter. Now look at your phone and click on UNLOCK THE BOOTLOADER!
7The phone will reboot back into Fastboot Mode & Now your Bootloader will be unlocked
8Remain in Fastboot Mode! Now go back to your PC where you extracted the
10.0.13-GLOBAL-OnePlus7TOxygen_14.O.19_OTA_019_all_2009281709_1026-FASTBOOT.zip files and click on flash-all.bat
9The Phone will install the Global Rom firmware. When finished it will boot up and you will see the
(Hi there) displayed on your Screen! Now hold the power key & turn off the Phone immediately Now put the phone back into Fastboot Mode by holding vol up & down plus power key!
10Keep phone plugged in...go back to your PC and run flash-all.bat one more time! Press Y to format data again. Now it will put your phone into (Fasbootd Mode Recovery Menu) this time & finish installing the Global firmware! The Phone will finally boot up with the (OnePlus Global Boot Animation Logo) indicating the Conversion was successful. It will take a long time to boot up into Android that's normal for the first boot!
Note: If it didn't boot your phone into (Fastbootd Mode) when you clicked on flash-all.bat the 2nd time That's ok. just turn the phone off again. Boot back into Fastboot Mode and try again and click on flash-all.bat once more. If it fails on second Flash you need to update your Bootloader driver!! So go back & check out the USB Driver's Guide https://forum.xda-developers.com/t/...ficial-usb-drivers-bootloader-driver.4558965/
Click to expand...
Click to collapse
11Once Global Firmware is installed successfully, Setup your Phone & skip Wi-Fi setup keep it turned off!!
Download OnePlus7TOxygen_14.O.35_OTA_0350_all_2206171459_e2cf457f577648a3.zip.jar onto your PC. Then rename it to .jar to .zip
Now plug your phone into your PC. Turn USB Debugging on & turn transfer mode on.
Copy OnePlus7TOxygen_14.O.35_OTA_0350_all_2206171459_e2cf457f577648a3.zip from your PC to the (Root System) of your Android.
Now Open Settings -> About device -> Version and tap "Build number" 7 times. This will enable Android's built-in "developer mode".
Go to Settings -> System -> System Updates -> top-right corner button select the cogwheel Select Local Upgrade and now select the OnePlus7TOxygen_14.O.35_OTA_0350_all_2206171459_e2cf457f577648a3.zip & let the Installation Finish.
OxygenOS 11.0.9.1 Global Firmware By OnePlus Team
Click to expand...
Click to collapse
https://oxygenos.oneplus.net/OnePlus7TOxygen_14.O.35_OTA_0350_all_2206171459_e2cf457f577648a3.zip
12After installing OxygenOS 11.0.9.1 make sure to boot into Recovery Mode and perform a Hard Reset!
Power off your device. Press and hold volume down + Power button. (The device will boot into recovery mode).
Select language. Select Wipe data and cache > Erase Everything (Music, pics, etc) > Tap on "This can not be undone, continue?". Now Reboot system from "Reboot" option."
13I recommend locking your bootloader once completed with the guide, unless you plan on rooting or installing custom roms.
Plug your phone into the PC, Turn USB Debugging on then Boot into fastboot mode.
Open a cmd command prompt in platform tools root folder.
Type fastboot flashing lock hit enter.
It will say do you wanna lock your bootloader hit continue
14Last step is to Disable your updates thats if u don't want Android 12 update Notifications! I've made a guide here https://forum.xda-developers.com/t/guide-disable-system-updates-permanently.4592381/
Tutorial Guide written by @xxlMVPlxx
The Benefits of Global/International Firmware Conversion
Click to expand...
Click to collapse
Completely removes T-Mobile Apps and any underlying Software (there aren't a lot, but why not completely gone!)
Use Dual Sim supported by the hardware & the ability to use other carriers.
Get on the faster firmware release schedule of stock Global firmware because it doesn't need to be certified by T-Mobile, which are always generations behinds.
You can now Root your OnePlus 7T & install Magisk & use Magisk Modules.
You can OEM unlock your Bootloader & put TWRP & install Custom Roms if you like.
Conversation will NOT change your Model Number it will remain a "HD1907"
Maybe a noob question, but would there be any downsides to this, such as loosing access to certain radio frequencies?
Birdflyer said:
Maybe a noob question, but would there be any downsides to this, such as loosing access to certain radio frequencies?
Click to expand...
Click to collapse
Nope not at all. It's an upgrade in my opinion better battery life as well. Just dnt upgrade to Android 12 or 13 on a Converted 7T & your golden.
Birdflyer said:
Maybe a noob question, but would there be any downsides to this, such as loosing access to certain radio frequencies?
Click to expand...
Click to collapse
I used metro PCS after conversion & I never lose connection neither does my wifi which is Comcast.
@Birdflyer Did you try to convert over to global yet?
Hello, I am having a lot of trouble with the MSM tool. I can get the phone into edl mode and start the msm tool, but it quickly disconnects the phone ("status of connection" shows "N/A") and the status of communication is "setting firehose communication data transmission ". On the device manager it shows the phone as unknown USB device (device descriptor request failed). Could this be because my phone is on android 12 or is it a problem with the PC? Luckily, this seems to result in nothing happening to the phone, and after plugging it into the charger I can reboot normally
billybobjoe512 said:
Hello, I am having a lot of trouble with the MSM tool. I can get the phone into edl mode and start the msm tool, but it quickly disconnects the phone ("status of connection" shows "N/A") and the status of communication is "setting firehose communication data transmission ". On the device manager it shows the phone as unknown USB device (device descriptor request failed). Could this be because my phone is on android 12 or is it a problem with the PC? Luckily, this seems to result in nothing happening to the phone, and after plugging it into the charger I can reboot normally
Click to expand...
Click to collapse
That means you need to install your OnePlus 7T drivers properly here's the guide https://forum.xda-developers.com/t/...ficial-usb-drivers-bootloader-driver.4558965/
xxlMVPlxx said:
That means you need to install your OnePlus 7T drivers properly here's the guide https://forum.xda-developers.com/t/...ficial-usb-drivers-bootloader-driver.4558965/
Click to expand...
Click to collapse
Ok I had tried that before but just in case I tried it again by uninstalling and reinstalling the drivers, and then I also installed usb drivers through windows update and that seemed to have done it ! Thanks for your help!
billybobjoe512 said:
Ok I had tried that before but just in case I tried it again by uninstalling and reinstalling the drivers, and then I also installed usb drivers through windows update and that seemed to have done it ! Thanks for your help!
Click to expand...
Click to collapse
Lmk if you get it fixed? You could try Optional Updates.. The bootloader driver could be in there, Update & restart PC. If you see it available?
billybobjoe512 said:
Ok I had tried that before but just in case I tried it again by uninstalling and reinstalling the drivers, and then I also installed usb drivers through windows update and that seemed to have done it ! Thanks for your help!
Click to expand...
Click to collapse
You need all 3 of the following drivers. OnePlus USB driver, Bootloader Driver, Qualcomm HS-USB QDLoader driver.
xxlMVPlxx said:
Lmk if you get it fixed? You could try Optional Updates.. The bootloader driver could be in there, Update & restart PC. If you see it available?
Click to expand...
Click to collapse
Yes thank you I got it fixed, I think the bootloader driver wasn't installed correctly so I reinstalled that, and I updated usb drivers through the windows update (these were just the drivers for my PC, not related to the drivers I needed to install to convert the phone). It had some trouble at first connecting to my PC in fastboot but I got it working eventually and now the phone has been converted!
xxlMVPlxx said:
@mauronofrio
@Superboy58
A Desktop or Laptop with Windows 10-11 OS
OnePlus OEM Cable Recommended
⭐[GUIDE] How to Properly Install OnePlus 7T Official USB Driver & Bootloader Drivers!
Updated 06/03/23 Download OnePlus USB Drivers❗ 1▫️First Disable Driver Signature Enforcement on your PC. 2▫️Press and hold the Shift key on your keyboard and click the Restart button. 3▫️Choose Troubleshoot > Advanced options > Startup...
forum.xda-developers.com
View attachment 5853149
[USB Debugging Example]
View attachment 5848755Check the box for always allow!
View attachment 5853287
1Download the Patched MSM download tool & Platform Tools, extract both to your desktop.
https://drive.google.com/file/d/1ayMLNbBmwtQYjDWq9-T27iGiuexBG47N/view?usp=drivesdk
https://dl.google.com/android/repository/platform-tools-latest-windows.zip
2Download & Extract 10.0.13-GLOBAL-OnePlus7TOxygen_14.O.19_OTA_019_all_2009281709_1026-FASTBOOT.zip inside Platform Tools Root folder!!!
https://sourceforge.net/projects/fastbootroms/files/OnePlus%207T/10.0.13-GLOBAL-OnePlus7TOxygen_14.O.19_OTA_019_all_2009281709_1026-FASTBOOT.zip/download
3Run the Patched MsmDownloadTool V4.0.exe with Administrator Privilege now click start.
4Now put the Phone into EDL Mode
Turn the phone off completely! Take your OnePlus Cable plug the the USB side into the PC while leaving the Type C port unplugged from your phone. Now hold vol up & vol down buttons at the same time about 5 secs...while doing that plug the Type C port into your phone immediately
MSM Tool should detect & begin the installation process if you entered EDL Mode correctly.
5Once the Patched firmware finishes installing! Your phone will boot up a message that says.
View attachment 5853185
6Now while on the Fastboot Screen, Go to Platform Tools root folder on your PC. View attachment 5853151Type CMD in the top address bar and hit enter a command prompt will appear.View attachment 5853153Put this Command: fastboot flashing unlock_critical and hit enter. Now look at your phone and click on UNLOCK THE BOOTLOADER!View attachment 5853175
7The phone will reboot back into Fastboot Mode & Now your Bootloader will be unlocked
8Remain in Fastboot Mode! Now go back to Platform Tools root folder on your PC where you extracted the
10.0.13-GLOBAL-OnePlus7TOxygen_14.O.19_OTA_019_all_2009281709_1026-FASTBOOT.zip files and click on flash-all.batView attachment 5853235
9The Phone will install the Global Rom firmware. After it boots up to home screen hold power key & turn the phone off...immediately Now put the phone back into Fastboot Mode by holding vol up & down plus power key!
10Keep phone plugged in.. go back to Platform Tools root folder run flash-all.bat one more time! Now it will put your phone into Recovery Mode this time & finish installing the Global firmware! The Phone will finally boot up with the OnePlus Global Splash screen indicating the Conversion was successful. It will take a long time to boot up into Android that's normal for the first boot!
11Once you setup your Phone turn on your wifi download OxygenOS 11.0.9.1 onto your OnePlus7T then copy it from downloads folder to the Root folder of your Android then go to Settings>System>System Updates>Click on the Cogwheel >Local Upgrade
Select your firmware & let the Installation Finish.
If that fails update threw Android System Update.
https://oxygenos.oneplus.net/OnePlus7TOxygen_14.O.35_OTA_0350_all_2206171459_e2cf457f577648a3.zip
12After installing OxygenOS 11.0.9.1 make sure to boot into Recovery Mode and perform a Hard Reset! Clear cache & erase everything. Congratulations your done! Your OnePlus 7T will boot back up, Now setup device setup & connect back to your wifi you are finally done with the Tutorial Guide written by @xxlMVPlxx
Completely removes T-Mobile Apps and any underlying Software (there aren't a lot, but why not completely gone!)
Use Dual Sim supported by the hardware & the ability to use other carriers.
Get on the faster firmware release schedule of stock Global firmware because it doesn't need to be certified by T-Mobile, which are always generations behinds.
You can now Root your OnePlus 7T & install Magisk & use Magisk Modules.
You can OEM unlock your Bootloader & put TWRP & install Custom Roms if you like.
Click to expand...
Click to collapse
I followed everything but my OnePlus7t seems to have lost WIFI functionality, please help!
Ramover3 said:
I followed everything but my OnePlus7t seems to have lost WIFI functionality, please help!
Click to expand...
Click to collapse
That's means you didn't completely convert over! Power the Phone OFF then boot into Fastboot Mode by pressing vol up & vol down plus power at the same time. Then go to Platform Tools folder on your PC & click on flash-all.bat again it should boot your phone into Recovery Mode on the second flash all! Then it will boot your phone into Global Firmware finally & your wifi will be restored.
@Ramover3 You need to re-read over steps 8-12 very important. That's where you messed up.
@Ramover3 Take your time & read over if you still have issues report back thanks.
@Ramover3 Did you get it fixed?
xxlMVPlxx said:
@Ramover3 Did you get it fixed?
Click to expand...
Click to collapse
Flashing is not allowed for Critical Partitions, I get this error when I run the flash-all.bat for the second time.
Ramover3 said:
Flashing is not allowed for Critical Partitions, I get this error when I run the flash-all.bat for the second time.
Click to expand...
Click to collapse
You need to unlock the bootloader first that's step 6-7 you cannot flash a rom with a locked Bootloader that's the results you'll get.
Ramover3 said:
Flashing is not allowed for Critical Partitions, I get this error when I run the flash-all.bat for the second time.
Click to expand...
Click to collapse
Make sure to follow all the instructions from the top. Your skipping ahead of yourself take your time step by step...
xxlMVPlxx said:
You need to unlock the bootloader first that's step 6-7 you cannot flash a rom with a locked Bootloader that's the results you'll get.
Click to expand...
Click to collapse
I unlocked the bootloader, then I followed the next steps. I'm going to restart everything from the beginning and then report back.

Categories

Resources