[ROM] LineageOS 17.1 | Android 10 [UNOFFICIAL] [Sep8] - OnePlus 7T Pro 5G McLaren ROMs, Kernels, etc.

{
"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"
}
This is an UNOFFICIAL build. of LineageOS 17.1 for the OnePlus 7T Pro 5G Mclaren. I did NOT create this ROM, it is an Open Source project by the community for the community and has many many contributors , some from this very thread!. thanks to all who have contributed to CyanogenMod/LineageOS over the years.
Supported device: OnePlus 7T Pro 5G McLaren (hotdogg)
Click to expand...
Click to collapse
Code:
[B]IMPORTANT[/B]
* Builds are done when they are done, and not a second sooner. Please no build begging.
* Do NOT be rude.
* If you don't get a reply from me in a timely manner about your bug, sorry i do this in my spare time
* Respect all users
* If I see a NOOB question and I don't feel like replying, I WONT.
Built from latest LineageOS/Android 10 source
Service
Text
Data
Call
VoLTE/WiFI Calling/IMS/5G]
Audio
WiFi
Google Now
Bluetooth
GPS
MMS
Video playback
Audio playback
Camera
Video recording
NFC
??? You tell me
Unlock Warning:
By unlocking a OnePlus phone, you can loose permanent functionality in fingerprint scanner and OTAs for Stock ROMS if improper steps are taken.
Please see 2rd post for backup instructions BEFORE flashing this or ANY custom ROMs
Join our Telegram Chat for added support
PAY ATTENTION!! DIFFERENT THEN MOST DEVICES! CURRENTLY TWRP DOESNT SUPPORT OUR DEVICE SO FASTBOOT MUST BE USED INSTEAD! GAPPS IS ALSO INCLUDED IN THE BUILD DUE TO SAME LACK OF TWRP!
(if you are comfortable with fastboot just run the following commands from fastbootd, if you are unsure of the procedure please read on IT IS DIFFERENT THEN TWRP!
Code:
(boot to bootloader)
fastboot reboot fastboot
fastboot -w
fastboot update lineage-17.1-20200723-UNOFFICIAL-hotdogg+GAPPS_fastboot.zip
Boot to bootloader
from terminal/command prompt: fastboot reboot fastboot
(Don't forget the above step! This will bring us into fastbootd mode. Regular bootloader/fastboot doesn't have access to all needed partitions for flashing. You will see 'partition not found' errors)
Note: In order to access fastbootd mode, we must have stock recovery flashed until TWRP is fixed
if you are coming from a different rom wipe userdata by typing fastboot -w
now type fastboot update filename.zip where filename is the name of the downloaded zip. (e.g, lineage-17.1-20200723-UNOFFICIAL-hotdogg+GAPPS_fastboot.zip)
Any and all users in this thread who contributed or will contribute to making this ROM as stable as possible
LineageOS Devs
@mjevange
@Omariscal1019
Me
Not expected by any means but always brings a smile to my face when I see it, If anyone wants to Paypal me a couple bucks my way it would really help cuver all the coffee and smokes i go through debugging stuff haha
Thanks and happy flashing!
[*] See Post 3
[*] See Post 3
XDA:DevDB Information
Lineage 17.1 for OnePlus 7T Pro McLaren, ROM for the OnePlus 7T Pro McLaren
Contributors
albinoman887
Source Code: http://github.com/Albinoman887
ROM OS Version: Android 10
ROM Kernel: Linux 4.x
ROM Firmware Required: Unlocked Bootloader
Based On: LineageOS
Version Information
Status: Beta
Created 2020-06-29
Last Updated 2020-06-29

Unlock Warning:
- This matters only if you ever want to revert to OnePlus ROMs or a fully stock phone
- Choose a method below to get backups BEFORE unlocking to prevent this
- persist.img and reserve.img are most important, but get full dump/backup to be safe
- If you need help, join our Telegram Chat
Getting your phone into EDL mode
Code:
- While holding {Vol+} & {Vol-}, insert USB
- Your screen will remain blank, you will immediately be in EDL mode
- You will have 10 seconds to interact with EDL mode, or the phone will restart into Charging mode
- If an EDL mode interaction fails, you will need to first reboot into fastboot by holding {Vol+} & {Vol-} & {Power} for 10 seconds
MSM Readback (Windows Only)
Download Tool
Grab any MSM Tool version
Obtain Backup
- Launch tool
- Select Target 'TMO'
- Press F8 (password is 'oneplus')
- Select Partitions & Hit OK
(persist.img and reserve.img are very important, but can't hurt to have a copy of everything, use Ctrl-A to select all)
- Put phone in EDL mode (SEE NOTE)
- Enumerate device
- Click Readback & Wait
EDL Tool Backup (Linux Only)
Obtain the tool
Use GIT:
Code:
~$ git clone [email protected]:bkerler/edl.git
—or—
Download ZIP: https://github.com/bkerler/edl/archive/master.zip
Prep
Use the included README for required packages / setup
Pay attention to UDEV rules, python, and pip
Backup
In the edl folder:
- Create folder named dumps
- Put phone in EDL mode (SEE NOTE)
- Use edl.py:
Code:
~$ ./edl.py rl dumps/ --memory=ufs --genxml --skip=userdata

Sep 8
* Adjusted size and position of Fingerprint Scanner icon to match stock
* Fixed position of Keyguard so the Emergency call button is no longer covered by FP icon.
* Fixed issue when you would wake the device and tap the lock screen the Fingerprint Icon with shift either left or right a few pixels
* Adjusted the color the fingerprint icon lights up when pressed to match stock values, Increases the speed of finger detection considerably
* Fine tune the size of the status bar (it was a little wonky)
* Removed the hack to re-add Face Unlock now that Fingerprint Sensor is working
* General cleanup and housekeeping.
* Any and all changes merged to LineageOS as of Sep 8th
Aug 29
* FINGERPRINT SENSOR IS FINALLY WORKING!!!!! This took me no joke, 100s of hours to figure out. I honestly thought it was a lost cause. There a a couple cosmetic issues still like the icon still showing when you swipe up to enter pin instead of using your fingerprint. I think thats it.
* General under the hood improvments
July 23
* Updated flashing method. No more clunky scripts , we now are using a fastboot update zip. This is the same method the OEMs use to flash, simply boot to fastbootd and run (fastboot update filename.zip) where filename is the name of the downloaded zip. Installation instructions in first post are updated to reflect this change. dont use TWRP its still buggy as hell
* Ported Face Unlock feature from previous Android versions as a alternative to fingerprint unlock until that issue is resolved.
* Enable SELinux Enforcing
* Update security patch to June 2020
* Upstream changes and possibly a couple other small things I forgot
July 07
* Updated vendor libraries to 10.0.36
* General source cleanup and optimization
* Updated build fingerprint to match vendor
* still no FP , but progress being made
June 29
* Initial Release
[ROM]: lineage-17.1-20200908-UNOFFICIAL-hotdogg+GAPPS_fastboot
Gapps: TEMP INCLUDED WITH ROM IMG UNTIL ITS FLASHABLE VIA CUSTOM RECOVERY
[Download Archive]: All ROMs
https://github.com/LineageOS
https://github.com/Team-Hydra/android_device_oneplus_sm8150-common
https://github.com/Team-Hydra/android_device_oneplus_hotdogg
https://github.com/Team-Hydra/android_kernel_oneplus_sm8150
https://github.com/Team-Hydra/proprietary_vendor_oneplus
Contributors
albinoman887

reserved3

Awesome!! Thank you for all the hard work!!! ?

New build uploaded

Face unlock working on Los?

kirschdog1 said:
Face unlock working on Los?
Click to expand...
Click to collapse
face unlock was removed by google in android 10 for all devices due to security concerns. there is a hack to get it working again i just didnt mess with it yet. i guess i could....

wow. does no one user lineage anymore lol? this is the deadest Lineage ROM thread on xda ive ever seen lol. btw i added a donate link... and slowly but surely making progress on fingerprint sensor... turns out Oneplus 8 has the same bug from simply unlocking the bootloader. Also i forgot to enable 90Htz refresh rate for our builds, did that today, will be releasing new build shortly, i have very slow upload...

albinoman887 said:
wow. does no one user lineage anymore lol? this is the deadest Lineage ROM thread on xda ive ever seen lol. btw i added a donate link... and slowly but surely making progress on fingerprint sensor... turns out Oneplus 8 has the same bug from simply unlocking the bootloader. Also i forgot to enable 90Htz refresh rate for our builds, did that today, will be releasing new build shortly, i have very slow upload...
Click to expand...
Click to collapse
I agree, it is pretty dead, which is unfortunate. I have been waiting for lineage to be available for this phone since i got it and i very much appreciate your hard work. I just have to figure out how to flash this without bricking my phone. Its been several years since ive flashed roms on an android phone.
---------- Post added at 01:18 PM ---------- Previous post was at 01:02 PM ----------
Just installed....and amazing job Albino. looking forward to future updates and to you crushing the other roms that come out for this phone.

I like it a lot. It flies on my phone.

I just wanted to say thank you for making this possible! I wish you good luck for making the rom more stable and to anyone else working on future ROMs for the 7T pro 5g mclaren! Glad to see there is an active community and maybe one day we will get an international conversion method? Pog

albinoman887 said:
face unlock was removed by google in android 10 for all devices due to security concerns. there is a hack to get it working again i just didnt mess with it yet. i guess i could....
Click to expand...
Click to collapse
I would like it a lot given no fingerprint

After using this rom for several days the phone is working very well. No real issues honestly other than a couple of apps force closing it's awesome. Great job Albino! Looking forward to future releases.

kmk2k6 said:
After using this rom for several days the phone is working very well. No real issues honestly other than a couple of apps force closing it's awesome. Great job Albino! Looking forward to future releases.
Click to expand...
Click to collapse
Me too maybe a little face unlock action??

kirschdog1 said:
Me too maybe a little face unlock action??
Click to expand...
Click to collapse
Patience...If Albino is soloing this it's going to take time.

Hello everyone. Im actually thinking about installing this rom on my phone. I currently have the only other custom rom that is available for this phone. I notice some thing that was less in performance in the stock rom like the wifi range and battery life. Also, in one of the earlier conversations i read about very little activity, I believe the issue is that most people either dont want to loose the finger print function and also, the process of flashing is completely different. Especially with no TWRP support for the device. Maybe all of this will change when TWRP is actually fully supported.

albinoman887 said:
wow. does no one user lineage anymore lol? this is the deadest Lineage ROM thread on xda ive ever seen lol. btw i added a donate link... and slowly but surely making progress on fingerprint sensor... turns out Oneplus 8 has the same bug from simply unlocking the bootloader. Also i forgot to enable 90Htz refresh rate for our builds, did that today, will be releasing new build shortly, i have very slow upload...
Click to expand...
Click to collapse
Thank You for your hard efforts Albino! I have been patiently waiting to get a great Vanilla Rom for this phone and Lineage is exactly what I have been waiting for. As a thank you, I just submitted a small donation for your efforts and I hope that it would encourage you to not lose hope with this community and continue to invest your expertise in our device. Thank You and I look forward to having your Lineage OS running on my OP7 Pro MCL soon with the hopes that you'll be able to resolve the fingerprint issue soon.

Is there anyone who has tested WiFi/Bluetooth on this ROM vs AOSiP? The latter has had a shorter range than stock ROM and idk if this ROM had any advantages. Thoughts?

champ784 said:
Is there anyone who has tested WiFi/Bluetooth on this ROM vs AOSiP? The latter has had a shorter range than stock ROM and idk if this ROM had any advantages. Thoughts?
Click to expand...
Click to collapse
Same here, i noticed more the wifi than the bluetooth.
---------- Post added at 02:42 AM ---------- Previous post was at 02:12 AM ----------
I noticed as I was getting ready to download this rom that there was also "Omni" roms. Are those roms for our phone as well or no? And is so how is the stability of the rom? Thanks.

Related

[ROM][UNOFFICIAL][7.1.2][nx551j] LineageOS 14.1 for Nubia M2 [17/09/2018]

{
"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"
}
Code:
/*
* I'm not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed (like it did for me...).
* Please do some research if you have any concerns about features included in the products you find here before flashing it!
* YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
* Your warranty will be void if you tamper with any part of your device / software.
* Same statement for XDA.
*/
LineageOS is a free, community built, aftermarket firmware distribution of Android 7 (nougat), which is designed to increase performance and reliability over stock Android for your device.
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review.
What works:
Calls/SMS/Mobile data
Wifi
Bluetooth
GPS
Camera (Photo/Video/Flashlight)
Audio
Fingerprint sensor
DT2W
Keydisabler
Notification LED
Torchlight
Broken
You tell me
Source code:
device tree: https://github.com/HighwayStar/android_device_nubia_nx551j
device-common: https://github.com/HighwayStar/android_device_nubia_msm8953-common
kernel: https://github.com/HighwayStar/android_kernel_nubia_msm8953
vendor: https://github.com/HighwayStar/android_vendor_nubia
Clean code with kernel rebased on top of latest caf nougat msm8953 tag. Warning! this rom uses forceencrypt flag for /data partition, same as global stock rom. If you coming from Chinese ROM or other not encrypted /data ROM your first boot can take long. Do not reboot while encrypting, or you will lost all your data. It's recommend to make backup.
Download
2018-09-17
Fixed headset detection issue
Updated Lineage code
gdrive: lineage-14.1-20180917-UNOFFICIAL-nx551j.zip
mailru: lineage-14.1-20180917-UNOFFICIAL-nx551j.zip
Previous versions:
2018-08-22
Moved to common device tree with Nubia Z11 mini s nx549j
Removed unused camera libraries
Fixed Neocharge in offline-charging mode
Updated Lineage code
gdrive: lineage-14.1-20180822-UNOFFICIAL-nx551j.zip
mailru: lineage-14.1-20180822-UNOFFICIAL-nx551j.zip
2018-07-20
* Fixed Google camera crash in HDR+ mode in low-light conditions
* Fixed color "jumps", "blinks", "grayish color" in all HAL3 apps
* Looks like fully working HAL3 mode here
gdrive: lineage-14.1-20180720-UNOFFICIAL-nx551j.zip
mailru: lineage-14.1-20180720-UNOFFICIAL-nx551j.zip
2018-07-16
* Test build with opensource camera HAL. It enables HAL3 mode, but may also add some issues, please test if camera apps you are using is still working fine. Google camera mods working too, with HDR+ in Nexus 5X or Nexus 6P mode(tested with MGC_5.1.018.177624777-41364271.apk (BSG, 2018-07-12) version)
gdrive: lineage-14.1-20180716-UNOFFICIAL-nx551j.zip
mailru: lineage-14.1-20180716-UNOFFICIAL-nx551j.zip
2018-07-10
* Fixed phone crash when using dual sim.
* Set LTE mode on first run to allow to use mobile data for setup
* Added thermal daemon configs to control device temperature
gdrive:lineage-14.1-20180710-UNOFFICIAL-nx551j.zip
mailru: lineage-14.1-20180710-UNOFFICIAL-nx551j.zip
2018-07-09
* Fixed Phone app crash on Enable/Disable Airplane mod
* Fixed torchligh
* Fixed notification LED. Now buttons backlight red leds blinking on notification
gdrive: lineage-14.1-20180709-UNOFFICIAL-nx551j.zip
mailru: lineage-14.1-20180709-UNOFFICIAL-nx551j.zip
2018-07-04
Fixed high CPU load and high CPU frequencies issue
Removed FM Radio app
Added LTE option to SIM network menu
Fixed call recording
Fixed displayed battery capacity
gdrive: lineage-14.1-20180704-UNOFFICIAL-nx551j.zip
mailru: lineage-14.1-20180704-UNOFFICIAL-nx551j.zip
2018-07-02
Initial build
gdrive: lineage-14.1-20180702-UNOFFICIAL-nx551j.zip
mailru: lineage-14.1-20180702-UNOFFICIAL-nx551j.zip
To install this you have to install TWRP first. I can recommend this version, built with same kernel as ROM. nx551-twrp-3.2.1.img
If you want to use google apps use ARM64 Android 7.1 opengapps package https://opengapps.org/.
If you need root use Lineage addonsu or Magisk
XDA:DevDB Information
[ROM][UNOFFICIAL][7.1.2][nx551j] LineageOS 14.1 for Nubia M2 [17/09/2218], ROM for all devices (see above for details)
Contributors
highwaystar_ru
Source Code: https://github.com/HighwayStar/android_kernel_nubia_msm8953
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
Based On: LineageOs
Version Information
Status: No Longer Updated
Created 2018-07-02
Last Updated 2018-09-17
Thanks for the work you've done. In the future, plan to go to the official assembly?
Big thanks.
LuigeUA said:
Thanks for the work you've done. In the future, plan to go to the official assembly?
Click to expand...
Click to collapse
Yes, code is done as clean as possible way to be able to go official. To go official it has to be rebased to oreo first. It should be not that hard now.
I can not adjust my fingerprint, go to my home screen when scanning
LuigeUA said:
I can not adjust my fingerprint, go to my home screen when scanning
Click to expand...
Click to collapse
Had this issue too. Have not found fix yet. Workaround is to setup one fingerprint on first boot, it not goes home here. Second fingerprint can be added anytime later, , there is no such issue with second and later fingeeprints.
Hello,
Sorry for the noob question, but I cannot install the ROM because I receive an error while installing. Something like "this ROM cannot be installed because it is for device nx551j device and yours is NX551J"
How can I change this parameter?
Thank you for your help.
estuardo4 said:
Hello,
Sorry for the noob question, but I cannot install the ROM because I receive an error while installing. Something like "this ROM cannot be installed because it is for device nx551j device and yours is NX551J"
How can I change this parameter?
Thank you for your help.
Click to expand...
Click to collapse
Please install twrp from the first post. It should help.
Api
Hi , amazing work bringing nougat for us , thanks...
I'm testing for few hours and i tried many camera apps without lucky.. tried to enable camera2api for gcam and get force stopped in all cameras , could you help me ?
Another question is , will you bring future updates by OTA ?
Thanks a lot , wonderfull job.
estuardo4 said:
Hello,
Sorry for the noob question, but I cannot install the ROM because I receive an error while installing. Something like "this ROM cannot be installed because it is for device nx551j device and yours is NX551J"
How can I change this parameter?
Thank you for your help.
Click to expand...
Click to collapse
it only works with the twrp that is for download on the linage rom downloadpage ,had the same issue.
i did flash the twrp that is advised and did work perfectly.
rolandvb said:
it only works with the twrp that is for download on the linage rom downloadpage ,had the same issue.
i did flash the twrp that is advised and did work perfectly.
Click to expand...
Click to collapse
Is there other way to install? Yesterday I flashed the persistance.img posted by Mauronofrio without problems and now, for the life of me, I can't get my Win10 machine to recognize my device. I uninstalled, restarted with the option of not checking for signature files, installed, nothing. Uninstalled and installed old drivers and nothing. Uninstalled and installed the newest versions from Google and nothing. My win10 pc can't recognize my Nubia
And yes, I tried to make a working USB live image with FWUL but I don't have the technical knowledge to know whats going on and why I can't use it with my Nubia.
Did test this android 7.1 OS this evening, and there are some bugs,the camera did not work on my phone and goty black screen,with other app camara did work
fingerprintscanner did not work properly and could not remove or add fingerprints ,also phone sometimes loses and has to search again for 4g network while using phone
and got symcard message while sym alreddy did work.
hope you can do something about these issues.
i can say the phone is a lot faster an snappyer compaired to all other roms i did test
it would be great if android 8 will come available with this OS, this will make this phone a up to date phone for a bargain!
I think the M2 will even be faster on android 8
afther testing and tryed to restore my older rom i just backed up my the phone it did not boot and ended with a bick
i did restart phone in twrp and did flash the twrp i did use before and everything was ok again.
So the`re seem to be TWRP ussues between different versions, i did use the original twrp that was relased by TWRP app
First, thanks for the good work. I have found a serious bug, there is no processor frequency control and it is always full. Then heat the phone and drain the battery.
bumperiano said:
First, thanks for the good work. I have found a serious bug, there is no processor frequency control and it is always full. Then heat the phone and drain the battery.
Click to expand...
Click to collapse
Yes, something broken here, will check it out.
The processor constantly operates at the maximum frequency. The battery capacity is 3000 mA/h and not 3630.
Woah great work! Will be running this as soon as that CPU util bug is squashed Just a thought, you've posted this in the general Android misc thread although we have our own dedicated sub-forum, any chance of moving it there? Might get better visibility? https://forum.xda-developers.com/t/zte-nubia-m2
estuardo4 said:
Is there other way to install? Yesterday I flashed the persistance.img posted by Mauronofrio without problems and now, for the life of me, I can't get my Win10 machine to recognize my device. I uninstalled, restarted with the option of not checking for signature files, installed, nothing. Uninstalled and installed old drivers and nothing. Uninstalled and installed the newest versions from Google and nothing. My win10 pc can't recognize my Nubia
And yes, I tried to make a working USB live image with FWUL but I don't have the technical knowledge to know whats going on and why I can't use it with my Nubia.
Click to expand...
Click to collapse
i confirm the issue that the phone is not recognized in windows 10 ,you can see the partitions but when opening there is nothing so see and empty while it is not and no files can be added.
this is a good start but at the moment this rom is not realy a usable rom, also very strange that it only can be flashed with the twrp provided. you get error 7 and also the message this rom is not suitable
for this phone and i am using the original TWRP provided bij TWRP itself. i don`t want to reflash my phone between different twrp versions to be able to restore my phone.
i had the official TWRP installed and did not work with this rom, so i think this must be corrected to and be compatable with the original released twrp , by twrp.
the twrp provided on the rom downloadpage also does load very slow and takes 3 times longer to load.
LuigeUA said:
The processor constantly operates at the maximum frequency. The battery capacity is 3000 mA/h and not 3630.
Click to expand...
Click to collapse
The battery capacity is 3630 and not 3000
mauronofrio said:
The battery capacity is 3630 and not 3000
Click to expand...
Click to collapse
I know, but Kernel Adiutor showing 3000 mah
LuigeUA said:
I know, but Kernel Adiutor showing 3000 mah
Click to expand...
Click to collapse
nubia ui stock also shows 3000. Do not worry about that.

[ROM][10]Android Open Source Illusion Project[Hotdogb][Official]

{
"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"
}
Code:
[B][CENTER]**** Disclaimer: I'm not responsible if you destroy your device. Use at your own risk!!! ****[/CENTER][/B]
Android Open Source illusion Project
About us:
AOSIP is a quality custom ROM based purely on AOSP. Twisted with the latest features and blended with stability. We strive for perfection and it shows.
Team Illusion:
Josh Fox (xlxfoxxlx)
Akhil Narang
Harsh Shandilya
Anirudh Gupta
Source code:
AOSiP Gerrit Review
AOSiP Github
Kernel Source
(A massive thanks to @0ctobot and @RenderBroken for the help with the kernel)
Latest Downloads:
Official Server | SourceForge Mirror
NOTE:
- Download the Fastboot images zip of the variant you want
- There are two variants, "Official" does not contain Gapps while "Gapps" does.
Credit/Thanks:
Mike Williams (founder and creator of AOSiP)
Google for Android and AOSP
LineageOS
ABC ROM
AquariOS
BootleggersROM
Dirty Unicorns
PixelExperience
OmniROM
CarbonROM
nathanchance
---------
Other projects whose work helped us to create this
And last but not the least, all our testers, who have helped us to squash many bugs so that we can try to release builds that as are flawless as possible
Hosted and built on
​
XDA:DevDB Information
Android Open Source Illusion Project, ROM for the OnePlus 7T
Contributors
anirudhgupta109
Source Code: [url]https://www.github.com/AOSiP[/URL]
ROM OS Version: Android 10
ROM Kernel: Linux 4.x
ROM Firmware Required: OxygenOS 10.0.2 or above
Based On: AOSP
Version Information
Status: Stable
Created 2019-12-14
Last Updated 2020-05-06
Reserved
INSTALLATION PROCEDURE:
MAKE SURE YOU'RE ON THE LATEST OOS FROM HERE
DO NOT EVER WIPE SYSTEM OR VENDOR ON THE OP7T!!!!!
Considering how the 7T doesn't have TWRP and has dynamic partitions, I'll try to explain everything in detail:
1. If you're coming from another ROM (including OOS) or need to perform a clean flash:
Boot into the bootloader (if you don't know how to do this, you should probably not flash)
Connect your phone to your PC and in an ADB/Fastboot shell, wipe device using
Code:
fastboot -w
Connect your phone to your PC and in an ADB/Fastboot shell, type
Code:
fastboot reboot fastboot
NOTE: If command prompt/line complains about fastboot not being a valid target you need to update fastboot from HERE
Your phone should now be in fastbootd (the UI is exactly like recovery mode so don't get confused)
Read about fastbootd HERE
Type the following to make sure your phone is in fastbootd while also making sure your phone is in the recovery-like UI
Code:
fastboot getvar is-userspace
If the above does returns the value true you can now flash the ROMs, if it doesn't try figuring out what went wrong (I don't want to hear about the failed attempts, please don't spam the thread with them)
Type this command to flash the ROM:
Code:
fastboot update <ROM.zip>
NOTE: IF COMMAND LINE IS SAYING:
Code:
archive does not contain 'xyz.sig'
This is normal, ignore it.
After the above is done, your device will automatically reboot to AOSiP, have fun!
OPTIONAL:
If you want magisk, patch the boot image from the AOSiP site which ends in the name -boot.img, in Magisk manager
Boot to bootloader
Boot into that image (DO NOT FLASH!!!)
Code:
fastboot boot magisk_patched.img
Install Magisk manager and from it select Install > Direct install
Reboot and enjoy AOSiP with Magisk!
Enjoy
OPTIONAL:
If you'd like to convert to F2FS:
Open settings>system>reset options and select Erase all data (factory reset)
This'll wipe all data and convert your device to f2fs automatically!
2. If you're updating the ROM:
a. Via the inbuilt Updater
When you get a notification of new build available, tap it
Tap Download
Wait for Download
Tap install
Wait for install
If you use Magisk, open Magisk Manager, select install, select Install to Inactive Slot (After OTA)
Tap reboot
Enjoy!!
b. Manually via bootloader
Disable all substratum overlays if you have a theme applied
Boot into fastbootd
If you're booted into the system
Code:
adb reboot fastboot
If you're booted into bootloader
Code:
fastboot reboot fastboot
Flash the ROM using
Code:
fastboot update <ROM.zip>
NOTE: YOU DO NOT NEED TO WIPE DATA WHEN UPDATING
Reboot to system and enjoy
NOTE: If you have issues with Settings or Play Services force-closes you need to clean flash (Method 1).
KNOWN ISSUES:
Auto brightness is wonky in dark enviroments Fixed in 20200625
Reserved
Reporting Bugs
DO NOT Report bugs if you're running a custom kernel or you installed Xposed
Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
Include your OOS base versions in reports. (Eg: 10.0.1, 10.0.2, 10.0.6 etc.)
Mention any and all Magisk modules you might be using along with the Magisk version
If it is a random reboot, grab dmesg . (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)
If the problem disappears after running "setenforce 0" from a root shell, grab /data/misc/audit/audit.log
Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved. Please also do not report known issues.
FREQUENTLY ASKED QUESTIONS:
Q: Fastboot isn't allowing me to flash system image, what am I doing wrong?
A: You haven't booted to fastbootd (the UI looks like recovery and fastboot devices command shows the device in fastboot mode)
Q: What GApps do I flash?
A: You cannot flash Gapps on the device, use the Gapps variant build instead if you need Gapps.
Q: When booting to the Magisk patched image, it leads to crashdump mode.
A: You didn't select the first two options in Magisk Manager before patching the boot image under Advanced settings (i.e. Preserve force encryption and Preserve AVB 2.0/dm-verity).
Q: Do I have to wipe data if coming from another ROM?
A: Yes, I will not be providing help/support to users that haven't wiped data when coming from another ROM.
Q: How often will I be getting updates?
A: The plan is for weeklies, if unavoidable circumstances come up, please don't spam the thread. I will release a build as soon as one is ready.
Q: Does VoLTE/VoWiFi work?
A: VoLTE works, I have tested on Airtel in India and a couple of my US based testers have too.
VoWiFi (WiFi Calling) works based on my testers in the US and for me on Airtel (India), let me know about other carriers.
Q: Does Android Auto work?
A: I don't have accessibility to an Android Auto vehicle nor the hardware but my testers have confirmed that it works! Let me know if it does for you too so that others have concrete proof about it.
Q: I ended up on CrashDump mode, how do I get back to my system?
A: Theres a valuable thread HERE which can help restoring your system, you WILL LOSE ALL DATA and I will not be blamed under any circumstances.
Q: Is the ROM official?
A: The ROM is Official.
Q: I use Telegram, where can I find help on that platform?
A: There is a common AOSiP Group Chat for all devices, the link is HERE
Q: Does SafteyNet pass and is the SELinux Enforcing?
A: Yes, SafteyNet does pass out-of-the-box and SELinux is Enforcing.
Q: What OOS Base firmware do I use?
A: OOS 10.0.6 is the recommended base firmware right now.
Q: I'm having high idle drain, please fix.
A: I'll need more data from you to figure it out, Install BetterBatteryStats and let me know about what it tells you after 3-4 charge cycles. Please do not report issues when having apps like Greenify, Naptime, Wakelock blocker etc.
Q: My phone is stuck on the "Bootloader is unlocked" warning page, why isn't my system booting?
A: Since there are a bunch of scripts being executed when the device is sent a power on signal, it might take some time to boot. Don't panic, your system will boot fine after some time. All builds are personally tested by me and a few testers.
Reserved
Littyyyyy???
Yay, aosip is here. You are the man @anirudhgupta109 glad you got Verizon going. Kudos to the Verizon tester and whatnot.
Thank you for the perfect Rom.
This has all the customizable features like android 9
so when you say a clean flash, does it mean wiping the internal storage as well cause it'll be a little vexing to transfer all the data again and again
anirudhgupta109 said:
Reserved
Click to expand...
Click to collapse
Very well written op and following couple posts. OP's like this is why I still use XDA everything right where you need it instead of having to go through thousands of lines of Chat.
This is the most detailed instructions I've ever seen on xda. Very well written. Thanks for your patience teaching a newb everything he should know. And congrats for your nice work!
I installed it. Great work. Thanks.
All looks fine so far. Didn't setup fingerprint yet so no comments on that.
The only thing that I did not like much is the camera app. Can we have camera of Oneplus or GCam please? I know, I can install gcam separately but would be better if it is included instead of the one available right now in the rom.
So far the experience has been great. Fingerprint is pretty good, about 9/10 success times.
I noticed that the FP icon when pressed is only a white circle, while on OOS it's white with red in middle, that wouldn't factor in accuracy?
Additionally, on AOD, does the screen stay running at 90Hz? As that would make it drain battery quite fast.
Either way, great ROM, thank you.
aer0zer0 said:
Yay, aosip is here. You are the man @anirudhgupta109 glad you got Verizon going. Kudos to the Verizon tester and whatnot.
Click to expand...
Click to collapse
Thanks a lot for testing that annoying carrier ???
umair shaikh said:
so when you say a clean flash, does it mean wiping the internal storage as well cause it'll be a little vexing to transfer all the data again and again
Click to expand...
Click to collapse
Yes, clean flashing includes internal storage.
The only time you need to clean flash is when coming from another ROM.
When updating AOSiP you don't need to so it's basically a one time process.
david72262 said:
Very well written op and following couple posts. OP's like this is why I still use XDA everything right where you need it instead of having to go through thousands of lines of Chat.
Click to expand...
Click to collapse
yqx1110 said:
This is the most detailed instructions I've ever seen on xda. Very well written. Thanks for your patience teaching a newb everything he should know. And congrats for your nice work!
Click to expand...
Click to collapse
Thanks for the kind words the two of you, it took awhile to type it out for everyone, glad it's appreciated ??
elanandkumar said:
I installed it. Great work. Thanks.
All looks fine so far. Didn't setup fingerprint yet so no comments on that.
The only thing that I did not like much is the camera app. Can we have camera of Oneplus or GCam please? I know, I can install gcam separately but would be better if it is included instead of the one available right now in the rom.
Click to expand...
Click to collapse
We are an open source project so including any form of closed source apps we can do away with irks me. The idea of having GApps inside the ROM itself feels wrong but it's a necessity.
Anyway, the latest Urnyx GCam works perfectly with AOSiP without any magisk modules nor setting permissive selinux. It's literally install and use so you can do so if you need to.
The OnePlus Camera also works, just that it needs to be launched from the long press menu on your launcher.
Mohammed779 said:
So far the experience has been great. Fingerprint is pretty good, about 9/10 success times.
I noticed that the FP icon when pressed is only a white circle, while on OOS it's white with red in middle, that wouldn't factor in accuracy?
Additionally, on AOD, does the screen stay running at 90Hz? As that would make it drain battery quite fast.
Either way, great ROM, thank you.
Click to expand...
Click to collapse
That's an interesting observation, I'll look into the red center.
No, there is nothing to refresh on AOD so it doesn't run on 90Hz.
You can also choose the type of 90Hz you want to run with in OnePlus Settings (forced or auto)
Hey the google bar seems to be permanently affixed to the home screen, I cant drag it away like a normal widget, is there anything I can do about that short of installing a launcher?
10.0.7
What are my chances if I start from 10.0.7?
I've got problems with an updated rooted 1903. Tried to keep root but didn't work. Now I've got no wifi and no sound.
Will this get me rolling again?
Many thanks
mikefnz said:
What are my chances if I start from 10.0.7?
I've got problems with an updated rooted 1903. Tried to keep root but didn't work. Now I've got no wifi and no sound.
Will this get me rolling again?
Many thanks
Click to expand...
Click to collapse
I'm running this ROM on 10.0.7. everything is fine.
help !!!
anirudhgupta109 said:
Code:
[B][CENTER]**** Disclaimer: I'm not responsible if you destroy your device. Use at your own risk!!! ****[/CENTER][/B]
Android Open Source illusion Project
About us:
AOSIP is a quality custom ROM based purely on AOSP. Twisted with the latest features and blended with stability. We strive for perfection and it shows.
Team Illusion:
Josh Fox (xlxfoxxlx)
Akhil Narang
Harsh Shandilya
Anirudh Gupta
Source code:
AOSiP Gerrit Review
AOSiP Github
Kernel Source
(A massive thanks to @0ctobot and @RenderBroken for the help with the kernel)
Latest Downloads:
Official Server | SourceForge Mirror
NOTE:
- Since the ROM is big in size due to gapps, try downloading from SourceForge to make sure you get the complete file and also compare md5sum.
- GApps is already pre-included in the ROM.
Credit/Thanks:
Mike Williams (founder and creator of AOSiP)
Google for Android and AOSP
LineageOS
ABC ROM
AquariOS
BootleggersROM
Dirty Unicorns
PixelExperience
OmniROM
CarbonROM
nathanchance
---------
Other projects whose work helped us to create this
And last but not the least, all our testers, who have helped us to squash many bugs so that we can try to release builds that as are flawless as possible
Hosted and built on
​
XDA:DevDB Information
Android Open Source Illusion Project, ROM for the OnePlus 7T
Contributors
anirudhgupta109
Source Code: https://www.github.com/AOSiP
ROM OS Version: Android 10
ROM Kernel: Linux 4.x
ROM Firmware Required: OxygenOS 10.0.6
Based On: AOSP
Version Information
Status: Alpha
Created 2019-12-14
Last Updated 2019-12-14
Click to expand...
Click to collapse
writing 'system' ...
FAILED (partition not found)
hru200 said:
writing 'system' ...
FAILED (partition not found)
Click to expand...
Click to collapse
Follow the instructions maybe?
Type "fastboot reboot fastboot" then do the images flashing commands.
---------- Post added at 10:45 AM ---------- Previous post was at 10:39 AM ----------
Anyone having weaker WiFi signal compared to OOS? On a 5GHz WiFi that is. Same testing position, yet much weaker. Additionally, frequent disconnections.

[ROM][10]Android Open Source illusion Project (9 Nov)[hotdogg][Unofficial]

{
"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"
}
Code:
[B][CENTER]**** Disclaimer: I'm not responsible if you destroy your device. Use at your own risk!!! ****[/CENTER][/B]
Android Open Source illusion Project
About us:
AOSIP is a quality custom ROM based purely on AOSP. Twisted with the latest features and blended with stability. We strive for perfection and it shows.
Team Illusion:
Josh Fox (xlxfoxxlx)
Akhil Narang
Harsh Shandilya
Anirudh Gupta
Bug reporting:
DO NOT Report bugs if you're running a custom kernel or you installed Xposed
Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
If it is a random reboot, grab dmesg . (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)
If the problem disappears after running "setenforce 0" from a root shell, grab /data/misc/audit/audit.log
Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved. Please also do not report known issues.
Source code:
AOSiP Gerrit Review
AOSiP Github
Kernel Source
Device Source
Unlock Warning:
By unlocking a OnePlus phone, you can loose permanent functionality in fingerprint scanner and OTAs for Stock ROMS
Please see 3rd post for backup instructions BEFORE you unlock your device
Join our Telegram Chat for added support
Downloads:
ROM
GCAM (Arnova 7.4 beta)
MAGISK (canary)
TWRP (3.4.0-2 by mauronofrio)
Credit/Thanks:
albinoman887 (HUGE help in device bringup)
Mike Williams (founder and creator of AOSiP)
Google for Android and AOSP
LineageOS
ABC ROM
AquariOS
BootleggersROM
Dirty Unicorns
PixelExperience
OmniROM
CarbonROM
nathanchance
---------
Other projects whose work helped us to create this
And last but not the least, all our testers, who have helped us to squash many bugs so that we can try to release builds that as are flawless as possible​
COMMUNITY:
We have a community McLaren users and developers!
Join us on Telegram if you need help or want to chat: https://t.me/op7tpro5g
NOT WORKING:
Fingerprint Scanner
Telephoto lens
Wide-Angle lens
GPAY
Hardware GPS
RIL
5G
Bluetooth
Camera
Wifi
Proximity
Light Sensor
SafetyNet
CHANGELOG:
28 May 2020 (not booting):
Initial Alpha TEST
Released before was able to unlock my device, came to find this didn't boot
18 June 2020:
ENG/Rooted alpha test
Bluetooth fixed
Wifi Fixed
RIL Fixed
Camera Fixed
5G Fixed
Repair SEPolicy for RIL
Went SELinux permissive (RIL fix caused cashdumps)
23 June 2020:
Fixed SELinux Permissions, again booting Enforcing
UserDebug build
Ship with Pixel GAPPS going forward
Hardware GPS fixed
RCS/Chat features working (install carrier services from play store)
Hey Google working
24 June 2020:
USER Build
Fix Safetynet
Default to 5G enabled (we used to have to select NR after each boot)
Repair SEPolicy for Fingeprint
25 June 2020:
Add FaceUnlock
Many AOSiP side improvements
Begin providing fastboot ZIPs
09 July 2020:
Start shipping only fastboot flashable ZIP
Start shipping both gapps and non-gapps packages
Fix adaptive brightness
Tweak fingerprint location and size
Lots of Kernel updates
AOD enhancements
Heads-up setting enhancements
Add deskclock (non-gapp version)
Setting for default USB mode
Gesture Nav enhancements
Update to android-10.0.0_r40
Update to July security patch
VoWIFI
Headsup enhancements
Full changelog
20 August 2020:
Remove Dolby Atmos (broken)
Picks
Full changelog: this and this
Ambiant/locksreen Pulse
Headsup Enhancements
VoWifi switch
AOSP Messaging app enhancements
Volume Panel options
29 August 2020:
Fix fingerprint
Pulse enhancements
Update blobs from OOS 10.0.37
Fix Cellular Data type selection from crashing Settings (also now persists on reboot)
8 September 2020:
Fix FP icon size
(More responsive unlocking/no more dirty reader messages)
Remove FaceUnlock
(Was causing severe battery drain, via spamming FFC free fall sensor at all times / keeping it active)
Adjust FP location for app dialogue
(No more dual icon when authenticating app requests)
14 September 2020:
Note: This build may require a fastboot -w if you get stuck on boot animation. Please backup your stuff...
(We updated partition sizes and userdata is now formatted with f2fs)
Complete code rebase / cleanup
Fix Dalvik system RAM usage (before we were limited to 8GB, now we can use the full 12GB)
Moving to no-gapp builds only[/STRKE]
(Google Search app / Velvet.apk bundled in gapps build was causing severe battery drain. Flash your favorite gapps package. I recommend pico as it doesn't include Velvet.apk. Since this way it is no longer a system app, you can always then install/uninstall it from PlayStore as you like.)
[*] Bring back FaceUnlock
[*] Optimize FP (faster unlocking)
[*] Update partition sizes/reservations to fix gapp, magisk, etc. ZIP flashing via TWRP
[*] Cleanup on FP icon being covered by PIN/Pattern on lockscreen
[*] Format userdata partition with f2fs (instead of ext4; should lead to slight performance improvement)
[*] Many AOSiP-side improvements
15 September 2020:
Same as Sept 14, but gapps built in
(I decided to continue releasing gapp-inegrated builds, in case anyone still wants it - However, I still recommend nogapp + pico for best performance and battery life)
18 September 2020:
Update Kernel to 4.14.186 Neutrino
Finish fixing layout for FP under the pin pad / pattern lockscreen
AOSiP side improvements
09 November 2020:
Update Security Patch
AOSiP-side updates
Minor code cleanup
Installation:
Boot to bootloader and use the following fastboot commands:
Code:
~$ fastboot -w (This will WIPE your data)
~$ fastboot reboot fastboot
~$ fastboot update AOSiP-10-Quiche-hotdogg-XXXXXXXX-fastboot.zip
Your phone will now auto boot into AOSiP :cyclops:
Make sure you are using latest fastboot version!
Linux
https://dl.google.com/android/repository/platform-tools-latest-linux.zip
Windows
https://dl.google.com/android/repository/platform-tools-latest-windows.zip
Mac
https://dl.google.com/android/repository/platform-tools-latest-darwin.zip
Unlock Warning:
- This matters only if you ever want to revert to OnePlus ROMs or a fully stock phone
- Choose a method below to get backups BEFORE unlocking to prevent this
- persist.img and reserve.img are most important, but get full dump/backup to be safe
- If you need help, join our Telegram Chat
Getting your phone into EDL mode
Code:
- While holding {Vol+} & {Vol-}, insert USB
- Your screen will remain blank, you will immediately be in EDL mode
- You will have 10 seconds to interact with EDL mode, or the phone will restart into Charging mode
- If an EDL mode interaction fails, you will need to first reboot into fastboot by holding {Vol+} & {Vol-} & {Power} for 10 seconds
MSM Readback (Windows Only)
Download Tool
Grab any MSM Tool version
Obtain Backup
- Launch tool
- Select Target 'TMO'
- Press F8 (password is 'oneplus')
- Select Partitions & Hit OK
(persist.img and reserve.img are very important, but can't hurt to have a copy of everything, use Ctrl-A to select all)
- Put phone in EDL mode (SEE NOTE)
- Enumerate device
- Click Readback & Wait
EDL Tool Backup (Linux Only)
Obtain the tool
Use GIT:
Code:
~$ git clone [email protected]:bkerler/edl.git
—or—
Download ZIP: https://github.com/bkerler/edl/archive/master.zip
Prep
Use the included README for required packages / setup
Pay attention to UDEV rules, python, and pip
Backup
In the edl folder:
- Create folder named dumps
- Put phone in EDL mode (SEE NOTE)
- Use edl.py:
Code:
~$ ./edl.py rl dumps/ --memory=ufs --genxml --skip=userdata
All of the people with this device cannot express or thank you enough for your support! I'm sure it hasn't been easy, so from all of us with this device who also have a love/hate relationship with it from a modding standpoint, THANK YOU FOR DOING THIS!
Thank you. Great to see a Rom on this device. Will install in the morning.
Nice to see some development thank you so much ?
This is good to see! Keep it up
TYVM!!!!!
---------- Post added at 23:24 ---------- Previous post was at 22:50 ----------
What is the .zip file for with the payload.bin inside it for (AOSiP-10-Quiche-hotdogg-20200528.zip)? To be able to flash/update via "adb sideload" in stock recovery without having to wipe? Looking at the metadata file, it looks like it "changes" the device into a Pixel 2 running Oreo?
Code:
post-build=google/walleye/walleye:8.1.0/OPM1.171019.011/4448085:user/release-keys
post-build-incremental=eng.cons.20200528.220400
post-sdk-level=29
post-security-patch-level=2020-05-05
post-timestamp=1590717774
pre-device=OnePlus7TProNR
starcms said:
TYVM!!!!!
What is the .zip file for with the payload.bin inside it for (AOSiP-10-Quiche-hotdogg-20200528.zip)? To be able to flash/update via "adb sideload" in stock recovery without having to wipe?
Click to expand...
Click to collapse
you can use the ZIP once we get TWRP working properly, until then we need to use fastboot to flash .img files
Looking at the metadata file, it looks like it "changes" the device into a Pixel 2 running Oreo?
Click to expand...
Click to collapse
This is the device fingerprint, there are other attributes that control what the device appears as, so it will remain a 7T Pro 5G McLaren. Very long story short, this will help people who want to root pass SN. I can explain more in depth if you like.
Constrabus said:
you can use the ZIP once we get TWRP working properly, until then we need to use fastboot to flash .img files
This is the device fingerprint, there are other attributes that control what the device appears as, so it will remain a 7T Pro 5G McLaren. Very long story short, this will help people who want to root pass SN. I can explain more in depth if you like.
Click to expand...
Click to collapse
Ah, I understand you now. Just using a different fingerprint to pass safety net.
But why the need for twrp recovery to flash the .zip? Do OP phones not support adb sideload ota upgrades via stock recovery?
Constrabus said:
you can use the ZIP once we get TWRP working properly, until then we need to use fastboot to flash .img files
This is the device fingerprint, there are other attributes that control what the device appears as, so it will remain a 7T Pro 5G McLaren. Very long story short, this will help people who want to root pass SN. I can explain more in depth if you like.
Click to expand...
Click to collapse
@Constrabus Please check the inbox of your personal messages. Thanks very much!
Stay safe and stay healthy!
Regards
Oswald Boelcke
Forum Moderator
Maybe a dumb question, but will this ROM with the T-Mobile version of the OnePlus 7T Pro McLaren? I've already unlocked my bootloader, but I have been waiting for a ROM.
Thank you.
Dopewaffles said:
Maybe a dumb question, but will this ROM with the T-Mobile version of the OnePlus 7T Pro McLaren? I've already unlocked my bootloader, but I have been waiting for a ROM.
Thank you.
Click to expand...
Click to collapse
That's what it's for...
starcms said:
That's what it's for...
Click to expand...
Click to collapse
Thank you so much!
Do you have a link to donate?
Constrabus said:
Code:
[B][CENTER]**** Disclaimer: I'm not responsible if you destroy your device. Use at your own risk!!! ****[/CENTER][/B]
Android Open Source illusion Project
About us:
AOSIP is a quality custom ROM based purely on AOSP. Twisted with the latest features and blended with stability. We strive for perfection and it shows.
Team Illusion:
Josh Fox (xlxfoxxlx)
Akhil Narang
Harsh Shandilya
Anirudh Gupta
Bug reporting:
DO NOT Report bugs if you're running a custom kernel or you installed Xposed
Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
If it is a random reboot, grab dmesg . (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)
If the problem disappears after running "setenforce 0" from a root shell, grab /data/misc/audit/audit.log
Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved. Please also do not report known issues.
Source code:
AOSiP Gerrit Review
AOSiP Github
Kernel Source
Device Source
Downloads:
-Please note, This will be a work in progress until we find out what is working and what is broken
-TWRP is being tested and worked on, hopefully coming soon
-Until TWRP is ready you need to flash .img files via fastboot
-I'm starting a 5G specific community support chat, join to help test, get support, and help the McLaren progress
ROM
TWRP (Coming Soon)
GCAM
GAPPS
MAGISK
Credit/Thanks:
Mike Williams (founder and creator of AOSiP)
Google for Android and AOSP
LineageOS
ABC ROM
AquariOS
BootleggersROM
Dirty Unicorns
PixelExperience
OmniROM
CarbonROM
nathanchance
---------
Other projects whose work helped us to create this
And last but not the least, all our testers, who have helped us to squash many bugs so that we can try to release builds that as are flawless as possible
Click to expand...
Click to collapse
just curious on how to install this. I know you use fastboot in bootloader. how exactly is the process of install. I have neve flashed a rom through fastboot before and I am interested and learing how to do this
cgrimm9 said:
just curious on how to install this. I know you use fastboot in bootloader. how exactly is the process of install. I have neve flashed a rom through fastboot before and I am interested and learing how to do this
Click to expand...
Click to collapse
I spoke to the developer about this rom, it's not bootable currently, but will be soon. I was going to flash this, but he recommended against it for the moment.
champ784 said:
I spoke to the developer about this rom, it's not bootable currently, but will be soon. I was going to flash this, but he recommended against it for the moment.
Click to expand...
Click to collapse
Umm if that's the case then why is this thread even open, and why doesn't it say so in the description and/or why hasn't anyone told a moderator?
CASEY_K said:
Umm if that's the case then why is this thread even open, and why doesn't it say so in the description and/or why hasn't anyone told a moderator?
Click to expand...
Click to collapse
I don't think @champ784 understood. I'm pretty sure it works fine, you just can't use the zip yet until we have a fully functioning twrp. If you follow the instructions to fastboot flash the images it should work fine.
starcms said:
I don't think @champ784 understood. I'm pretty sure it works fine, you just can't use the zip yet until we have a fully functioning twrp. If you follow the instructions to fastboot flash the images it should work fine.
Click to expand...
Click to collapse
Awesome! Thanks for the clarification. I've just seen too many people, too many times get things screwed up. I myself am guilty of doing so multiple times in the past.

[ROM] LineageOS 18.1 | Android 11 [UNOFFICIAL] [Mar3]

{
"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"
}
This is an UNOFFICIAL build.of LineageOS 18.1 based on Android 11 for the OnePlus 7T Pro 5G Mclaren. Some LOS specific features haven't been re-imported yet so, just be aware. I did NOT create this ROM, it is an Open Source project by the community for the community and has many many contributors , some from this very thread!. thanks to all who have contributed to CyanogenMod/LineageOS over the years.
Supported device: OnePlus 7T Pro 5G McLaren (hotdogg)
Click to expand...
Click to collapse
Code:
[B]IMPORTANT[/B]
* Builds are done when they are done, and not a second sooner. Please no build begging.
* Do NOT be rude.
* If you don't get a reply from me in a timely manner about your bug, sorry i do this in my spare time
* Respect all users
* If I see a NOOB question and I don't feel like replying, I WONT.
Built from latest LineageOS/Android 11 source
Service
Text
Data
Call
VoLTE/WiFI Calling/IMS/5G]
Audio
WiFi
Google Now
Bluetooth
GPS
MMS
Video playback
Audio playback
Camera
Video recording
NFC
Standalone 5G
??? You tell me
Unlock Warning:
By unlocking a OnePlus phone, you can loose permanent functionality in fingerprint scanner and OTAs for Stock ROMS if improper steps are taken.
Please see 2rd post for backup instructions BEFORE flashing this or ANY custom ROMs
Join our Telegram Chat for added support
PAY ATTENTION!! DIFFERENT THEN MOST DEVICES! CURRENTLY TWRP DOESNT SUPPORT OUR DEVICE SO FASTBOOT MUST BE USED INSTEAD! GAPPS IS ALSO INCLUDED IN THE BUILD DUE TO SAME LACK OF TWRP!
(if you are comfortable with fastboot just run the following commands from fastbootd, if you are unsure of the procedure please read on IT IS DIFFERENT THEN TWRP!
Code:
(boot to bootloader)
fastboot reboot fastboot
fastboot -w
fastboot update lineage-18.0-<builddate>-UNOFFICIAL-hotdogg+GAPPS_fastboot.zip
Boot to bootloader
from terminal/command prompt: fastboot reboot fastboot
(Don't forget the above step! This will bring us into fastbootd mode. Regular bootloader/fastboot doesn't have access to all needed partitions for flashing. You will see 'partition not found' errors)
Note: In order to access fastbootd mode, we must have stock recovery flashed until TWRP is fixed
if you are coming from a different rom wipe userdata by typing fastboot -w
now type fastboot update filename.zip where filename is the name of the downloaded zip. (e.g, lineage-18.0-20200723-UNOFFICIAL-hotdogg+GAPPS_fastboot.zip)
Any and all users in this thread who contributed or will contribute to making this ROM as stable as possible
LineageOS Devs
@mjevange
@omariscal1019
@OC'D
Me
Not expected by any means but always brings a smile to my face when I see it, If anyone wants to Paypal me a couple bucks my way it would really help cuver all the coffee and smokes i go through debugging stuff haha
Thanks and happy flashing!
[*] See Post 3
[*] See Post 3
XDA:DevDB Information
LineageOS 18.0 | Android 11 for OnePlus 7T Pro McLaren (hotdogg), ROM for the OnePlus 7T Pro McLaren
Contributors
albinoman887
Source Code: http://github.com/Team-Hydra
ROM OS Version: Android 11
ROM Firmware Required: Must be on 10.0.39 Modem or higher for full support
Based On: LineageOS
Reserved
Unlock Warning:
- This matters only if you ever want to revert to OnePlus ROMs or a fully stock phone
- Choose a method below to get backups BEFORE unlocking to prevent this
- persist.img and reserve.img are most important, but get full dump/backup to be safe
- If you need help, join our Telegram Chat
Getting your phone into EDL mode
Code:
- While holding {Vol+} & {Vol-}, insert USB
- Your screen will remain blank, you will immediately be in EDL mode
- You will have 10 seconds to interact with EDL mode, or the phone will restart into Charging mode
- If an EDL mode interaction fails, you will need to first reboot into fastboot by holding {Vol+} & {Vol-} & {Power} for 10 seconds
MSM Readback (Windows Only)
Download Tool
Grab any MSM Tool version
Obtain Backup
- Launch tool
- Select Target 'TMO'
- Press F8 (password is 'oneplus')
- Select Partitions & Hit OK
(persist.img and reserve.img are very important, but can't hurt to have a copy of everything, use Ctrl-A to select all)
- Put phone in EDL mode (SEE NOTE)
- Enumerate device
- Click Readback & Wait
EDL Tool Backup (Linux Only)
Obtain the tool
Use GIT:
Code:
~$ git clone [email protected]:bkerler/edl.git
—or—
Download ZIP: https://github.com/bkerler/edl/archive/master.zip
Prep
Use the included README for required packages / setup
Pay attention to UDEV rules, python, and pip
Backup
In the edl folder:
- Create folder named dumps
- Put phone in EDL mode (SEE NOTE)
- Use edl.py:
Code:
~$ ./edl.py rl dumps/ --memory=ufs --genxml --skip=userdata
Mar 3
* Major Release, do a full wipe if you have problems. I actually STRONGLY recommend a full wipe anyways.
* For all intents and purposes this is a Stable release. I've done extensive testing and everything has worked as it should or above and beyond. Now on to the updates
* A lot of just under the hood optimization and cleanup. There some configuration options that weren't exactly optimized for our device, dalvik config is a good example.
* 5G support is on par with stock ROM, if not better.
* Auto brightness has been improved
* Some cosmetic issues have been addressed like status bar padding and FOD icon centering.
* Fixed a wakelock issue when using Always on Display
* Adjustable display refresh rate code has been improved.
* Updated vendor libs from hotdog Android R OB2 to allow full use of Android 11 Display HAL
* Added Stereo in call recording support
* Various audio fixups, including increasing volume steps from 7 to 15 and raising the max volume level to be on par with stock OOS
* Optimized Always on Display: fixed wakelock issue, lowed default AOD brightness, as well as enabled auto brightness when on AOD if enabled by user within settings
* Many upstream changes, fixes, and improvments.
** This will most likely be my final release as i have moved on to the Snapdragon variant of the Note 20 Ultra 5G. Thanks for the support guys and I hope you enjoy my work. Hopefully someone will pick up where I left off.
Dec 26
* Merry Christmas!
* Updated ROM base to lineage-18.1
* Notification pull-down menu now shows 3 rows of tiles as expected
* Added "Minimum Refresh Rate" settings option in Settings > Display instead of hard-coding to 90htz always. With this new option choosing 90htz will (obviously) make it always 90htz , and choosing 60htz is similar to the "Dynamic" option in stock OOS where it decides based on what app your using.
* (With version 18.1 most, if not all of the expected LineageOS features have been merged)
* Fixed "choppy" display frame rate that would happen from time to time
* Fingerprint recognition speed improvement.
* Fixed excessive battery drain when Always On Display is active
* Update dalvik configs (they were configured for an 8GB RAM devices, we have 12)
* UI: Enabled blur
* Fixed IMS from spamming system logs
* Fixed booting with SELinux Enforcing on "user" build types
* Enabled SELinux enforcing
Nov 20
* Fixed up all the small bugs from test build
* Standalone 5G (NR SA) support, requires being on 10.0.39 or newer modem. Also be aware the signal icon will show no bars when connected to NR SA, this is just a cosmetic bug.
* Updated audio configs to to match OOS 10.0.39
* Added audio volume policy , should fix the lower then normal volume when below 50%
* SELinux is currently set to "Permissive" until I work out all the sepolicy errors
Oct 14
* Initial internal test Release
[ROM]: lineage-18.1-20210303-UNOFFICIAL-hotdogg+GAPPS_fastboot.zip
Gapps: TEMP INCLUDED WITH ROM IMG UNTIL ITS FLASHABLE VIA CUSTOM RECOVERY
[Download Archive]: All ROMs
https://github.com/LineageOS
https://github.com/Team-Hydra/android_device_oneplus_sm8150-common
https://github.com/Team-Hydra/android_device_oneplus_hotdogg
https://github.com/Team-Hydra/android_kernel_oneplus_sm8150
https://github.com/Team-Hydra/proprietary_vendor_oneplus
Thank you
90hz not showing in display or anywhere else?
Thanks man, just showed my appreciation via PayPal. Happy Thanksgiving! This build rocks. Passes safetynet with props module spoofing a Oneplus 8. Or you wouldn't be getting that stuffing! Stable as hell, everything working for me so far. Happy Holidays to all
when tryping fastboot reboot fastboot it says "fastboot: usage: unknown reboot target fastboot"
Is there any chance this would work on the Sprint OnePlus 7 Pro 5G? If not are there any roms that do currently work for Sprints model
Globel said:
when tryping fastboot reboot fastboot it says "fastboot: usage: unknown reboot target fastboot"
Click to expand...
Click to collapse
your using an outdated fastboot binary on your pc. download latest version
skyrmion said:
Thanks man, just showed my appreciation via PayPal. Happy Thanksgiving! This build rocks. Passes safetynet with props module spoofing a Oneplus 8. Or you wouldn't be getting that stuffing! Stable as hell, everything working for me so far. Happy Holidays to all
Click to expand...
Click to collapse
Thanks so much man that meant a lot to me
New build uploaded. I recommend everyone to update to it as it addresses the last few bugs i'm aware of and all the LOS specific features are fully merged
I got this installed and it's fantastic. For some reason my camera is capped at 12mp, even on other camera apps. Is there anything I can do about that?
333severs said:
I got this installed and it's fantastic. For some reason my camera is capped at 12mp, even on other camera apps. Is there anything I can do about that?
Click to expand...
Click to collapse
That's normal,even on OOS
First time installing a custom ROM but when I run "fastboot update lineage-18.1-<builddate>-UNOFFICIAL-hotdogg+GAPPS_fastboot.zip" I get an error reading "Fastboot: error: failed to open zip file 'lineage-18.0-<builddate>-UNOFFICIAL-hotdogg+GAPPS_fastboot.zip': I/O error
EDIT: I got it working
I've installed the latest build (18.1, build 12/26), but I can't change notification, ringtone, or alarm through settings. Clicking on any of those restarts the settings app.
EDIT: I tried to do a workaround through tasker, but when I go to choose the sound I get the following popup:
Error: android.content.ActivityNotFoundException: No Activity found to handle intent { act=android.intent.action.RINGTONE_PICKER (has extras) }.
I wasn't able to find a working solution through google. I tried clearing the cache for settings and restarting, but it didn't fix anything. I also can't use the default launcher as it just continually crashes, but the pixel launcher works fine.
factorion said:
I've installed the latest build (18.1, build 12/26), but I can't change notification, ringtone, or alarm through settings. Clicking on any of those restarts the settings app.
EDIT: I tried to do a workaround through tasker, but when I go to choose the sound I get the following popup:
Error: android.content.ActivityNotFoundException: No Activity found to handle intent { act=android.intent.action.RINGTONE_PICKER (has extras) }.
I wasn't able to find a working solution through google. I tried clearing the cache for settings and restarting, but it didn't fix anything. I also can't use the default launcher as it just continually crashes, but the pixel launcher works fine.
Click to expand...
Click to collapse
hmmm. i'll take a look. tbh i restored stock like a week back to get updated libs and then my ISP was having all types of issues , one thing lead to another. blah blah blah.. i'm back now though
does this have pocket mode? or check proximity sensor before wakeup?N im happy your back
Also I dont seem to get the same signal as on aosip or oos not sure why switched it to global and im on the new sim
Great ROM so far! Just got one thing to add. Anyone seeing low WiFi signal? My house isn't big at all but when I'm in the kitchen, which is about 20 ft away form the router, it'll keep switching between data and wifi because it says the signal is poor. My gf's stock pixel is at full bars in the kitchen. Any thoughts? Also, I reflashed and still same issue.
I've been watching this therad ever since you released it, and it looks to keep getting better,, so kudos to you man! I have the T-Mobile variant on the Mint netowork, so I'm always afraid to try anything but I haven't done much research on if you can flash it to a T-Mobile device. Let me know, thanks!
Dopewaffles said:
I've been watching this therad ever since you released it, and it looks to keep getting better,, so kudos to you man! I have the T-Mobile variant on the Mint netowork, so I'm always afraid to try anything but I haven't done much research on if you can flash it to a T-Mobile device. Let me know, thanks!
Click to expand...
Click to collapse
I have the same phone, also went from t-mobile to mint. You have to get oneplus to unlock the bootloader, and then you can follow the flash instructions for the rom (Probably want to do the backup as well, although that wouldn't work for me). If you try it, hopefully you don't have the issues I had with notifications/ringtones.

[DISCONTINUED][ROM][12.1][guacamole][OnePlus 7 Pro][OSS CAM] PixelPlusUI 4.8 [OFFICIAL] [Twelve][AOSP]

{
"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"
}
Code:
* Your warranty is now void.
* We are not responsible for anything that may happen to your phone by installing any custom ROMs and/or kernels.
* You do it at your own risk and take the responsibility upon yourself and you are not to blame us or XDA and its respected developers.
"This is a user-friendly thread, all your suggestions, and proper bug reports are important to us but don't be disrespectful to anyone here. Your suggestions and proper bug reports will be taken into consideration.."
PixelPlusUI is another aftermarket AOSP ROM Minimal UI & close to Stock Android ROM. What differentiates us from the rest, you ask? LET'S FIND OUT. It has additional localized and personalized functionality while preserving the stock Android look by adhering to Material Design guidelines. Unlike OEMs' slow and untimely updates, we closely follow Google to bring the latest updates to our users, and even prolonging support to devices that have been declared obsolete by OEMs. Our ROMs' source code is open-source, secure, stable, and outstanding. Your experience using PixelPlusUI will be butter smooth with added convenience and features. The main aim of this form is to give the user a better experience without compromising the quality of the Android experience so that no one struggles with any kind of difficulties while using their device. PixelPlusUI brings a better UI/UX to Android with a seamless experience coupled with customizations and user security. In short, it's perfectly balanced between Great Performance, Security, Stability, Minimal UI & Awesome features including pixel goodies But this doesn't mean we aim to provide all the customization available on the planet. So do not hesitate anymore, join us now and start enjoying the beauty of stock Android. Download and enjoy PixelPlusUI on your respective devices!
- Kostya Maslennikov - Founder & lead Developer
- Saurav - Co-Founder & Co-lead
- Ivan - Core Developer & Team
- Hamza - Core Developer & Team
- Abhishek - Support Team
- And Also Our Hardworking Maintainers
Tap Here For Screenshots
NOTE: As its initial A12 source and we will keep updating source with time, so its hard to keep threads updated everytime everywhere so kindly visit our website or telegram group for latest changes and screenshots.
Tap Here For CHANGELOG and Features
--------- Official Download Server ! ---------
Note: You can check our Website for more details, guides , changelog etc related to build !
-- DEVICE UPDATE TELEGRAM CHANNEL --
-- SUPPORT/DISCUSSION TELEGRAM GROUP --
-- Visit our OFFICIAL Website
-- OUR OFFICIAL TWITTER HANDLE --
NOTE: It is STRONGLY recommended to fully wipe your device before flashing and please avoid restoring system apps and system data with Titanium Backup (or with any backup/restore app) as this can cause stability issues that are very hard to debug, restoring regular apps is fine.
If you believe you know what you're doing - then fine, go ahead, but please don't complain if you experience any strange behavior.
CLEAN FLASH :
- Download the latest build
- Reboot to recovery.
- Take a backup.
- Format Data
- Flash the latest build
- Flash Fcrypt [If you want to decrypt else u can skip]
- Reboot
DIRTY FLASH :
- Download the latest build
- Reboot to recovery
- Flash the latest build
- Wipe Cache
- Reboot
What works?
Wifi | RIL | Mobile data | GPS | Camera
Flashlight | Camcorder | Bluetooth | Fingerprint reader | Lights | Sound | vibration
Almost everything
What doesn't work?
Nothing yet
You tell me!
BUG REPORT !!
As soon as the problem occurs, take a logcat and please inform us via Telegram or XDA.
for more READ THIS
- Android Open-Source Project
- Pixel Experience
- LineageOS
- Proton-AOSP
- AOSPA
- Others, I forgot to mention
PixelPlusUI XDA Templates credit goes to
- GOUSAL TONI
- Android OS version: 12.0
- Security patch: February 2022
- Build author/Device Maintainer : MHMDeveloper
- DEVICE: OnePlus7Pro
- DEVICE CODENAME: guacamole
Sources and Documentation
- ROM Source Code
- Kernel Source
- OFFICIAL DEVICES
---------- DONATION LINKS ----------
As you know build is free but building ROM needs a server. And Maintaining source and device stuff needs a server and it's pretty expensive for a student. It will be really helpful and appreciated if you donate or contribute to us. Also if you have any queries related to donation you can freely message -> Saurav (Co-Founder & Co-lead Dev)
PAYTM UPI ID : [email protected]
GPAY UPI ID: [email protected]
PAYPAL: https://www.paypal.me/uglykid24
​
Thanks for creation and uploading! Im going to try the ROM, but is the Notification switch working?
Thanks for rom , share boot.img to root
Where to get option like extra ? for me thr is no pixelizer ? help me plz
DerJona1 said:
Thanks for creation and uploading! Im going to try the ROM, but is the Notification switch working?
Click to expand...
Click to collapse
Everything working
gchospital said:
Where to get option like extra ? for me thr is no pixelizer ? help me plz
Click to expand...
Click to collapse
Will be added in next update
gchospital said:
Thanks for rom , share boot.img to root
Click to expand...
Click to collapse
Please extract it. I'm out.
I am thankful for your contribution it is much appreciated!
I would like to try this ROM, only thing is, I am still on stock OOS 11, my question is, is there a tutorial for flashing this with Magisk and getting safetynet pass?
I am using Google Pay on a daily basis and would like to keep it.
When can I expect the next update with the SystemUI Tuner? also There is no tab for system updates?
Does anyone have problems with sound and video on this firmware? I flashed with Oxygenos 10 and the sound on this firmware began to freeze for about 3-5 seconds, also the video
sunheaZ said:
Does anyone have problems with sound and video on this firmware? I flashed with Oxygenos 10 and the sound on this firmware began to freeze for about 3-5 seconds, also the video
Click to expand...
Click to collapse
You should be on latest OOS 11 when flashing this ROM.
I managed to flash this ROM, but to be honest, for newbies the installation guide could be a bit more fleshed out.
If I have the time I will write a more comprehensive guide.
Malaclypse17 said:
You should be on latest OOS 11 when flashing this ROM.
I managed to flash this ROM, but to be honest, for newbies the installation guide could be a bit more fleshed out.
If I have the time I will write a more comprehensive guide.
Click to expand...
Click to collapse
Now I have already upgraded it to 10 oxygen, now I am flashing it to 11 in order to install this firmware again.
It turns out you have no problems with sound? Also, is your scanner fast? It was fast on all the firmwares, but then I think for a long time, maybe again due to the fact that I did not install with OOS11, but with OOS10
Will the banking app work if i dont root after installing this rom? Thanks
sunheaZ said:
Now I have already upgraded it to 10 oxygen, now I am flashing it to 11 in order to install this firmware again.
It turns out you have no problems with sound? Also, is your scanner fast? It was fast on all the firmwares, but then I think for a long time, maybe again due to the fact that I did not install with OOS11, but with OOS10
Click to expand...
Click to collapse
I flashed it through OOS11 - the sound works and the scanner responds quickly, even faster than on the stock firmware. Everything is very smooth and beautiful, there is an OOS11 camera. Thank you for such a wonderful firmware! =)
Hello everyone i have KOSP ROM and after ota updatea and I have root , I had many issues and I want rest everything in the setting but nothing happend and I can't go to the recovery I tried everything , go to fastboot to boot the img and just restart and go to the ROM , I tried twrp and it's work everything rest but I go back to 2.2v and no recovery and now im in stock rom that i installed from TWRP and now i have stock recovery and i can entar the recovery , now i want to install this rom and i cant boot the boot.img i just stock in the stock recovery , any help or idea?
Can someone explain the process from scratch i.e unlocking bootloader because I see we are using ADB sideload to flash. I've rooted phones before like 1 year ago and I just used to flash twrp by fastboot flash recovery twrp.img and wipe everything and flash from twrp. Why are we using a different process for OP7 pro?
Snehil_DPS_6l said:
Can someone explain the process from scratch i.e unlocking bootloader because I see we are using ADB sideload to flash. I've rooted phones before like 1 year ago and I just used to flash twrp by fastboot flash recovery twrp.img and wipe everything and flash from twrp. Why are we using a different process for OP7 pro?
Click to expand...
Click to collapse
1. enable USB debugging in dev settings
2. Enable bootloader unlocking in dev settings
3. Once your in adb with the phone in fastboot I believe the command is " fastboot OEM unlock"
Or just go here
How to unlock the bootloader and root the OnePlus 7 Pro
The OnePlus 7 Pro is the latest and greatest smartphone from OnePlus. This tutorial details how to unlock the bootloader and root your new device.
www.xda-developers.com
hammered58 said:
1. enable USB debugging in dev settings
2. Enable bootloader unlocking in dev settings
3. Once your in adb with the phone in fastboot I believe the command is " fastboot OEM unlock"
Or just go here
How to unlock the bootloader and root the OnePlus 7 Pro
The OnePlus 7 Pro is the latest and greatest smartphone from OnePlus. This tutorial details how to unlock the bootloader and root your new device.
www.xda-developers.com
Click to expand...
Click to collapse
Yeah, I know that but then what after, should I fastboot flash recovery twrp.img? or fastboot boot twrp.img
Snehil_DPS_6l said:
Yeah, I know that but then what after, should I fastboot flash recovery twrp.img? or fastboot boot twrp.img
Click to expand...
Click to collapse
Depending on which rom iam flashing I use boot twrp.img then install it from twrp , or I just use the built in lineage recovery in the fastboot flash boot.img
nice rom

Categories

Resources