⭐[GUIDE] Disable System Updates Permanently - OnePlus 7T Guides, News, & Discussion

"This Does Not Work for the OnePlus 7T Pro 5G McLaren Model"
But I do have one solution people who have the OnePlus 7T Pro 5G McLaren Model can follow this guide below.
{
"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"
}
Now regular OnePlus 7T users follow this guide below.
1Turn USB Debugging on.
2Plug the phone into the PC.
3https://dl.google.com/android/repository/platform-tools-latest-windows.zip Extract Platform-Tools to the desktop now go to the root folder and at the top window click on the address bar type cmd hit enter to open a command prompt:
type adb devices hit enter.
type adb shell hit enter.
type pm disable-user --user 0 com.oneplus.opbackup hit enter.
4Done restart phone and system update should be permanently gone!
[System updates are now Disabled]
Click Here! To see an Example.
If you want to re-enable system updates the command is right below open up a Platform tools Command prompt.
type adb devices hit enter
type adb shell hit enter
type pm enable com.oneplus.opbackup hit enter

GODDDDDDDDDDDDDD ULTRA REALLY NEEDED, I

Thanks Again,, owe you more than a cup of coffee.. Got it locked out for updates. and I assumed the HD1901 is the wrong update for this phone.. I am running HD1907 11 and build number OS 11.0.9 HD65AA is there a higher version like 12 that will work for Global dual simm ?

Just stay on OxygenOS 11.0.9.1 it's the most stable update for the OnePlus 7 Series 12 & 13 have lots of bugs & problems. So stay away from updates.
And even when you convert from T-Mobile to Global Firmware your model number will not change it will remain a "HD1907".
So your obsoletely correct it will never change. Never update your phone threw the Oxygen Updater app btw. That can change model number of your phone but it can also **** it up. Lol

It is locked and loaded to go as is.. HD1907 Safe and Sound. Thank You

Related

AT&T Note 5 Oem Unlock in Dev Settings

I don't normally post in the forums however I figured this may be important.
Lets hope that this time we may be able to get our bootloaders unlocked.
{
"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"
}
Saw same, subscribed to thread!
Searching for the exact phrase, not much out there I found other than a G4 question regarding the same...
Copied and pasted this from a source I found..
For those new to “OEM unlock,” just know that this is a part of the command used to unlock a Nexus phone’s bootloader. After installing the Android SDK, plugging your phone into a computer, opening adb, and rebooting to the bootloader, a simple command in adb of “fastboot oem unlock” will start the process of phone freedom.
It's a command used in fastboot unfortunately samsung phones don't have a fastboot they have a recovery that you can use adb in and they have odin mode that as far as I can tell fastboot doesn't work in. So I am unsure of how we would test this.
Sent from my SAMSUNG-SM-N920A using Tapatalk
My understanding is that this is hard built into the developer mode, so stock vanilla Google phones like nexus and I'm guessing probably the moto lines are the only phones for which this will work. Basically, you're telling the phone whether to ignore the command altogether or to actually execute the command when it's toggled on. Think of this like the following: oem unlock toggle : permit execution of 'oem unlock' command :: USB enabled toggle :: being able to use the adb command
As @51ngular1ty said above, Sam phones have a completely different recovery architecture, so they respond to different commands/software.
51ngular1ty said:
It's a command used in fastboot unfortunately samsung phones don't have a fastboot they have a recovery that you can use adb in and they have odin mode that as far as I can tell fastboot doesn't work in. So I am unsure of how we would test this.
Sent from my SAMSUNG-SM-N920A using Tapatalk
Click to expand...
Click to collapse
Fastboot is a commandline tool used through adb. You plug you phone in while its on and you can use adb commands but you have yo enable it in the dev settings

[GUIDE] Use TWRP through ADB Shell

Dear user, we hereby say that any damage or brick created by following this guide shall not give any fault on us. The requirements for this procedure are clarified and we take no responsibility for bad usage of this.
Click to expand...
Click to collapse
Dear XDA community,
Straight from the efforts of user @LastStandingDroid, here's a way to flash a zip file or some other operation in TWRP if you cant access some part of the touch screen due to it being broken and not detecting touch, for example.
Requirements:
A toaster wich can run Windows, MacOS or Linux. (joking on toaster part)
ADB Drivers (if needed, you can find something here) - this link is only for windows users.
TWRP installed (follow this guide for installation)
Minimal command knowledge
We will use as example, a flash of a zip file to get root on a Umidigi Z Pro:
Open command prompt;
From here, change directory to ADB Directory (cd path/to/adb)
Now type "adb shell twrp install path/to/zip", being the part path/to/zip the actuall path to the zip file you want to flash;
At this point, you should get a screen where every step of the flashing process will be shown, just like when flashing through TWRP. And that's it.
{
"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"
}
Credits:
All of them goes to @LastStandingDroid and @gersp for his tutorial thread.
Now lets heat up things...​
atarii said:
Atarii:
that handy to know
Click to expand...
Click to collapse
And I certainly agree with his statement (telegram) while there was almost no info about how to flash zip trough adb and the echo update command did seem to fail. Or maybe I did wrong I don't know. I find this great if the echo command fails
This made my root come back when something broke it
Sent from my GT-I9505 using Tapatalk
I have access to a super primitive recovery mode, in which twrp doesn't seems to boot.
When I use
# twrp anycommand
I get:
TWRP does not appear to be running. Waiting for TWRP to start . . .
Press CTRL + C to quit.
Is there a way to "start" twrp from adb shell ?
It's worked on my PH-1,thank u so much

Question Need to restore photo editor app

Hi all,
I have deleted default photo editor in my A52s 5g phone using adb because I want to install photo editor from elsewhere which may support object eraser which the default app was not supporting.
Since then, i am not able to install it back and get the error message as shown in attach images. I have tried apk mirror and tried to install same version number.
{
"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"
}
The same photo editor app is working fine in secure mode. The version i can see there is 3.1. 09.41.
I'm using Android 13, One UI 5.
Kernel version
5.4.147-qgki-25280849-abA528BXXU1DVK5
#1 Thu Nov 10 10:56:13 KST 2022. Build number
TP1A.220624.014.A528BXXU1DVK5.
Is there any method with which I can install/restore get this photo editor app?
Thanks for any suggestion/help!
It's not deleted so you can reinstall it. Enable it with the correct ADB command. Or a factory reset will purge the ADB edits from the user partition. The app still resides on the rom, it's simple not loading at start up.
blackhawk said:
It's not deleted so you can reinstall it. Enable it with the correct ADB command. Or a factory reset will purge the ADB edits from the user partition. The app still resides on the rom, it's simple not loading at start up.
Click to expand...
Click to collapse
Can you please tell me the adb command to enable it back? Because I can't afford to factory reset the phone.
Thank you!
nitin29 said:
Can you please tell me the adb command to enable it back? Because I can't afford to factory reset the phone.
Thank you!
Click to expand...
Click to collapse
No clue, sorry. I run a Package Disabler instead.
Some others here likely know though. Try this thread.
Thanks again for giving a clue in your previous comment that the apps still in the rom and it is not completely gone from the phone and correct adb command can bring it back. With that, I searched more and found a video how to do it correctly and photo editor is back...finally!
For those who are in same situation, the adb command in the adb shell:
Code:
pm install-existing package
where package is name of the app, in my case it was: com.sec.android.mimage.photoretouching
The post can be marked solved now by admins.

ONEPLUS NORD N10 5G HOW TO FLASH OXYGEN OS 100% WORKING METHOD

In this thread, you will be able to learn how to flash oneplus nord n0 5g phone back to oxygen OS 10.5.8
{
"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"
}
kindly follow the steps carefully
ONE PLUS NORD N10 5G USB drivers link
https://www.mediafire.com/file/67evba4b0n8jxuv/OnePlus_USB_Driver_Setup.zip/file
adb platform tool (copy folder in the adb folder directory)
https://www.mediafire.com/file/aj42rr8ydvtavmd/platform-tools_r33.0.2-windows.zip/file
qualcom usb driver link:
https://www.mediafire.com/file/06xu9w6852qjefs/Qualcomm_QDLoader_HS-1
USB_Driver_64bit_Setup
https://www.mediafire.com/file/cyul9c0ze2swnpr/Qualcomm_QDLoader_HS-USB_Driver_Setup.rar/file
TWRP 3.5.1 link:
https://downloads.billaids.dev/0:/twrp/
metro with t-mobile Oxygen OS link:
https://androidfilehost.com/?fid=2188818919693751624
Only t-mobile
https://androidfilehost.com/?fid=2188818919693751587
International ROM
https://androidfilehost.com/?w=files&flid=321949
Installation guide is as follow :-
after installation of files on pc
enable developer mode
attach USB cable
in adb folder, press shift and right mouse button and click on open cmd windown here
type in cmd adb devices then adb reboot bootloader
it will reboot to fastboot if oem is unlocked otherwise you need to unlock the oem first
In fastboot mode
type in cmd fastboot flash recovery "choose twrp file pasted in adb folder and drop it in the cmd"
press enter to flash twrp recovery
extract the oxygen OS file and open msm tool and choose other option
on msm tool press start button and
keep usb attached to pc
On phone in twrp from reboot option choose edl mode
installation of oxygen OS will start and it will take 0-5 minutes to finish
phone will reboot
volla..... after reboot you phone will be entering in oxygen OS 10.5.8
enjoy.....
here is the video link for step by step guide​ONEPLUS NORD N10 5G HOW TO FLASH OXYGEN OS 100% WORKING METHOD [1080P HD]
Hi @seggy112,
welcome to XDA developers. Thanks for sharing this tutorial. As a one-time reminder, prior to your next posting, kindly read the Forum rules.
XDA-Developers FORUM RULES
Self-promotion is forbidden, this includes blogs, social media and video channels etc. Random links will be removed.
Click to expand...
Click to collapse
Thank you for your understanding.
alecxs
moderator

How To Guide [EXPERIMENTAL] Nokia G10 and G20 Bootloader Unlock!

[EXPERIMENTAL] Nokia G10 and G20 Bootloader Unlock!
Please install ADB and Fastboot Drivers from here
Please proceed with caution. You are responsible for your own action!
PLEASE NOTE I PERFORMED THIS STEPS ON A NOKIA 3 TA-1032 and it worked.
Steps to unlock Bootlader:
1. Turn on Developer options by tapping build number 7 times.
2. Toggle OEM Unlocking ON
{
"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"
}
3. Turn on USB Debugging
4. Open CMD in your computer
5. Type adb devices and connect your device to the computer using USB cable
6. Accept the adb authorisation prompt on your Nokia Device
7. CMD will show your device serial number as shown in the picture below
8. Copy the serial number and paste it here and copy the md5 hash value
and make sure you that there's no space or other things inside
the serial number.
9. In CMD type following command
adb reboot bootloader
[then your device will boot into fastboot mode]
10. Then type following command in CMD
fastboot devices
[this is to make sure that your device still connected to pc and it will show your
device serial number]
11.Then type
fastboot oem key [KEY_OBTAINED_GENERATOR-MD5]
so the command will look like as follows
fastboot oem key 282c41d53c2c5aefaa941bbeda525ca3
12. Type
fastboot flashing unlock
then your phone will ask you about unlocking bootloader
13. then press vol up (means yes)
14. Restart your device and see if it is unlocked!
This is great. Does it also works for the Nokia g21?
baseline2016 said:
This is great. Does it also works for the Nokia g21?
Click to expand...
Click to collapse
Please try and see if it works.
I have tested this on Nokia 3.

Categories

Resources