[SOLVED] Reinstall EMUI launcher to system - Huawei Mate 20 Pro Themes, Apps, and Mods

In order to get the oreo mulitasking, i have uninstalled the EMUI launcher by ADB command :
Code:
adb shell pm uninstall -k --user 0 com.huawei.android.launcher
Is there any way to reinstall the launcher to system?
Ways to solve:
1. Change the Huawei app gallery to China and search "華為桌面”, it will be installed as system app.
{
"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 first way is to perform a full reset of the phone. Not ideal.
I saw mention in another thread a while back that it can be downloaded from the Chinese version of the Huawei app store if you change your location and search for it in Chinese.
If you're rooted you could use ADB to push the APK.
I think they're your only options. It would have been better to disable it rather than uninstall as you could enable it again.

can someone who has uninstalled the launcher do a quick check for me?
please install the newest pixe launcher or 1 of the newest pie launchers and set the navbar to the keys (no gestures), give the new launcher all permissens that it wants and reboot.
i would like to know if the new nav gestures and recents overview will kick in and work

If you have kept a copy (apk) before uninstalling it, you could just install it back.
Here is how you can extract it:
Code:
adb shell pm path com.huawei.android.launcher -- show the path to the APK
adb shell cp /path/to/apk/from/above /storage/emulated/0/Download/base.apk -- copy it to Download folder on device
adb pull /storage/emulated/0/Download/base.apk -- copy it to PC

Is it possible to copy base.apk from any custom ROM and install it?

henexekrar said:
If you have kept a copy (apk) before uninstalling it, you could just install it back.
Here is how you can extract it:
Click to expand...
Click to collapse
hoe where you planning on pushing it back?

demon2112 said:
hoe where you planning on pushing it back?
Click to expand...
Click to collapse
Not sure what you mean. You could install it the same way as any other APKs.

henexekrar said:
Not sure what you mean. You could install it the same way as any other APKs.
Click to expand...
Click to collapse
you are right hahah

henexekrar said:
Not sure what you mean. You could install it the same way as any other APKs.
Click to expand...
Click to collapse
Unsuccessful. Can't install .apk [emoji849]
Отправлено с моего LYA-L29 через Tapatalk

Li-Pol said:
Unsuccessful. Can't install .apk [emoji849]
Отправлено с моего LYA-L29 через Tapatalk
Click to expand...
Click to collapse
Then I have no clue, works on chinese rom. But that's also meaningless on chinese rom since app store has it..

henexekrar said:
If you have kept a copy (apk) before uninstalling it, you could just install it back.
Here is how you can extract it:
Code:
adb shell pm path com.huawei.android.launcher -- show the path to the APK
adb shell cp /path/to/apk/from/above /storage/emulated/0/Download/base.apk -- copy it to Download folder on device
adb pull /storage/emulated/0/Download/base.apk -- copy it to PC
Click to expand...
Click to collapse
I did extract the APK before I uninstalled it, but I can install the APK afterwards..

I can only conclude that launcher app is installed differently on international rom vs chinese rom, unfortunatrly I dont have a chance to get my hands on an international rom to see how that's like.

Guys, you can always try to change the country to china on Hisuite and search for the launcher is Chinese - it is mentioned in another post and see if you can get it installed.
Sent from my LYA-L29 using Tapatalk

kinli1234 said:
In order to get the oreo mulitasking, i have uninstalled the EMUI launcher by ADB command :
Code:
adb shell pm uninstall -k --user 0 com.huawei.android.launcher
Is there any way to reinstall the launcher to system?
Click to expand...
Click to collapse
Found this on another thread - in an adb shell type the following:
cmd package install-existing <package-name>
Just tried it with powergenie and it works. Give it a go if you still need to.

Grondah said:
Found this on another thread - in an adb shell type the following:
cmd package install-existing <package-name>
Just tried it with powergenie and it works. Give it a go if you still need to.
Click to expand...
Click to collapse
Confirmed, works! :good:

Grondah said:
Found this on another thread - in an adb shell type the following:
cmd package install-existing <package-name>
Just tried it with powergenie and it works. Give it a go if you still need to.
Click to expand...
Click to collapse
I need to reinstall the emui launcher on my Al00 where i removed it with adb. Can you tell me the exact package name for my version and if I have any chance to restore it? I am not rooted btw

afico said:
I need to reinstall the emui launcher on my Al00 where i removed it with adb. Can you tell me the exact package name for my version and if I have any chance to restore it? I am not rooted btw
Click to expand...
Click to collapse
The EMUI launcher is called com.huawei.android.launcher and you should be able to fine.

it works!!! great!
now it owuld be nice to rmoeve yellow pages and chianese huawei video

Install Application Inspector then you can get the package names for everything.

install: adb shell pm install-existing com.huawei.android.launcher

Related

[TOOL] Android Wear APK Tools: Sideload and Uninstall Apps to Android Wear

Android Wear APK Tools:
A GUI application which allows you to install any APK straight to your watch (via adb) or uninstall any non-protected package directly. Much more convenient than doing it through the adb command line.
Screenshot:
{
"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"
}
How to use:
Download Link: HERE
Windows:
Unzip Android-Wear-APK-Tools.zip, and run Android-Wear-APK-Tools.exe
Linux:
Run the following command in terminal, and then open AndroidWearAPKTools.py
Code:
sudo apt-get install python-tk
Mac:
Install Python from here, then run AndroidWearAPKTools.py
_________________
Connect your watch to your computer, enable ADB Debugging on your phone and your watch, and make sure ADB and the drivers are set up on your computer.
Nice
Awesome little tool. Downloading right now.
Great little tool. Simple C25K side loaded :thumbup:.
Works great! Thank you
crazyeats said:
Works great! Thank you
Click to expand...
Click to collapse
what are some apps that can be sideload and work on the watch
Sent from my LGLS990 using XDA Free mobile app
mrkrabs said:
what are some apps that can be sideload and work on the watch
Sent from my LGLS990 using XDA Free mobile app
Click to expand...
Click to collapse
Apps that work and are actually uesufll IMHO:
-terminal emulator
-qqplayer (warning, sideloading any video player will break wear mini launcher if you use that, contacted the developer and hoping he will fix it)
-MiXplorer (not in play store, from xda, crashes on exit but otherwise works great, much easier to use as a file explorer than es file explorer because it has list view
-es file explorer (I use it for the music player, text editor and to install apps in one click-can only be done with root-because it is kinda hard to install apps via terminal)
-astro bluetooth module (read my guide thread in the general forum if you want to find out what I use it for, might also help you
Also you can try apps but they will most probably not work if they use any kind of holo theme because AFAIK wear has holo removed.
Thanks for the great tool.
FYI, PerfMon works great.:good:
http://forum.xda-developers.com/showthread.php?t=1933284
mrkrabs said:
what are some apps that can be sideload and work on the watch
Sent from my LGLS990 using XDA Free mobile app
Click to expand...
Click to collapse
Google keyboard. Need to reboot phone after install. Works with wear messenger.
Sent from my LG-VS985 using Tapatalk
I have a oneplus one and for some reason it will not allow the store version of android wear to install. Will this apk do the trick?
26.2man said:
I have a oneplus one and for some reason it will not allow the store version of android wear to install. Will this apk do the trick?
Click to expand...
Click to collapse
I have the OPO and did not have any problem installing the android wear app.
hum my adb drivers are good, but the app still won't do any thing. i press conect to watch does nothing....
reggiexp said:
hum my adb drivers are good, but the app still won't do any thing. i press conect to watch does nothing....
Click to expand...
Click to collapse
Same here...the LOG says: IndexError: list index out of range
@DaRusko
yeah i don't know how adb works so this app would be cool. guess i will need to find a thread where they explain how to push apps to watch
@nagasgura
Hey any updates? It won't do any thing. I just rooted my watch unlocked. And your app won't find watch or conect. Im to lazy to use adb. It isnt to hard but a app is easier
reggiexp said:
@nagasgura
Hey any updates? It won't do any thing. I just rooted my watch unlocked. And your app won't find watch or conect. Im to lazy to use adb. It isnt to hard but a app is easier
Click to expand...
Click to collapse
Do you have adb in your environment path?
nagasgura said:
Do you have adb in your environment path?
Click to expand...
Click to collapse
That means what? (bit of a noob in script things i mostly use tools for things, it isnt hard if some one makes a tutorial but without i don't understand most of it)
google doesnt help much explainig what adb environement path is...
its not working
I got the tool to work. Tho I used it to push minuum keyboard apk to my watch. but i then used adb in cmd to do the rest of the installation, so yea might as well started there. But now that I have this tool working I can easily push other apk's in the future.
follow this tutorial.
http://www.addictivetips.com/mobile/what-is-adb-and-how-to-install-it-android/
After you extract the zip, then you extract the Android-Wear-APK-Tools zip. Inside the same folder that contains the AndroidWearAPKTools.exe, copy and paste the adb files which I uploaded to my dropbox here:
https://www.dropbox.com/s/fztjfh3qq5bftlc/Android-Wear-APK-Tools-adb-files.rar?dl=0
After that it will connect to your watch every time.
spc_hicks09 said:
After you extract the zip, then you extract the Android-Wear-APK-Tools zip. Inside the same folder that contains the AndroidWearAPKTools.exe, copy and paste the adb files which I uploaded to my dropbox here:
https://www.dropbox.com/s/fztjfh3qq5bftlc/Android-Wear-APK-Tools-adb-files.rar?dl=0
After that it will connect to your watch every time.
Click to expand...
Click to collapse
you are my hero edit dude is it normal that my ADB doesnt open any more? im trying to install minimum but i can't open adb....
i can install apps no problem but adb won't open....
found it on google. im big noob XD

Launcher form Chinese Box

I have extract launcher from android tv box Chinese with aml 912s.
I try to use in my beelink box after a few mod but I have always an error.
Changes I do
- link to spmc instead kodi
- week day translate in italian
Can anyone help me to make it working in my/all android box tv?
Thanks
{
"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"
}
https://www.dropbox.com/s/w3zzp1ap86ca500/gen_signed.apk?dl=0
for me is the best way to use classic android tv leanback launcher. if you want, I can help you with porting it.
lukiman1605 said:
for me is the best way to use classic android tv leanback launcher. if you want, I can help you with porting it.
Click to expand...
Click to collapse
Yes man If it's possible I want try
Thanks
Inviato dal mio SM-G935F utilizzando Tapatalk
www1 said:
Yes man If it's possible I want try
Thanks
Inviato dal mio SM-G935F utilizzando Tapatalk
Click to expand...
Click to collapse
what is needed:
updated google play services to newer version (google play services is updated on background so, if you are logged in the google play, you should have the newest version of play services, you can check it in app settings).
-copy android tv permissions.
-copy leanback launcher and katniss app to the system application.
-uninstall third party launchers, you have to have just system launcher
ok, unzip my file and run via adb commands:
"adb connect ip_adress"
"adb root"
"adb connect ip_adress"
"adb shell mount -o rw,remount /system"
"adb push /PATH_TO_UNZIPPED_FILES/system/* /system/"
then reboot and enjoy!
https://mega.nz/#!9llRUDzS!bORZNynnr6sQOKQrK3ZT8tsa9ldn26E2ovKbdeRQTfY
This launcher is very nice, it hurts not work for KIII PRO, is there any way that works for the KIII PRO?
can you port this to TX8 and X96? Thanks.
lukiman1605 said:
what is needed:
updated google play services to newer version (google play services is updated on background so, if you are logged in the google play, you should have the newest version of play services, you can check it in app settings).
-copy android tv permissions.
-copy leanback launcher and katniss app to the system application.
-uninstall third party launchers, you have to have just system launcher
ok, unzip my file and run via adb commands:
"adb connect ip_adress"
"adb root"
"adb connect ip_adress"
"adb shell mount -o rw,remount /system"
"adb push /PATH_TO_UNZIPPED_FILES/system/* /system/"
then reboot and enjoy!
https://mega.nz/#!9llRUDzS!bORZNynnr6sQOKQrK3ZT8tsa9ldn26E2ovKbdeRQTfY
Click to expand...
Click to collapse
Hi, this woul'd work in a Mxq Pro with a s905x ?
thanks for this
lukiman1605 said:
what is needed:
updated google play services to newer version (google play services is updated on background so, if you are logged in the google play, you should have the newest version of play services, you can check it in app settings).
-copy android tv permissions.
-copy leanback launcher and katniss app to the system application.
-uninstall third party launchers, you have to have just system launcher
ok, unzip my file and run via adb commands:
"adb connect ip_adress"
"adb root"
"adb connect ip_adress"
"adb shell mount -o rw,remount /system"
"adb push /PATH_TO_UNZIPPED_FILES/system/* /system/"
then reboot and enjoy!
https://mega.nz/#!9llRUDzS!bORZNynnr6sQOKQrK3ZT8tsa9ldn26E2ovKbdeRQTfY
Click to expand...
Click to collapse
nice Launcher, can you share what did you do to changes?
www1 said:
I have extract launcher from android tv box Chinese with aml 912s.
I try to use in my beelink box after a few mod but I have always an error.
Changes I do
- link to spmc instead kodi
- week day translate in italian
Can anyone help me to make it working in my/all android box tv?
Thanks
https://www.dropbox.com/s/w3zzp1ap86ca500/gen_signed.apk?dl=0
Click to expand...
Click to collapse
Hi
I really like this launcher, is there any way i can get it?
The link doesn't work
Thanks
ThatAndroidUser said:
The link doesn't work
Click to expand...
Click to collapse
If you put a little more effort and read whole topic through, you will find a working link ... in post #4.
mAtvXk said:
If you put a little more effort and read whole topic through, you will find a working link ... in post #4.
Click to expand...
Click to collapse
But i wanted to get the launcher in the first photo
MsLauncher mod (Vontar X4)

[Energy400] infected files cannot be placed in quarantine

Kaspersky detects trojans, but is unable to neutralize them. Would you have a solution to propose me? In attachment you have a screenshot.
The full references are:
Model: Energizer Energy400
Android version: 4.4.2
Kernel version: 3.4.67
Build number: APLS.KK1.MP7.V1
Custom build version: Energy400_FR_4.4_B047_HW1_8GB_V03_201604130900
Hardware version: V1.0
{
"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"
}
To get rid off of Trojans/Virusses do a Factory Reset.
jwoegerbauer said:
To get rid off of Trojans/Virusses do a Factory Reset.
Click to expand...
Click to collapse
The factory reset didn't work, there are still trojans in the filesystem (I did Vol Up + Power On, then selected factory reset)
Any other idea than the factory reset? The infected files seem to be deep in the filesystem.
Also, I tried to towelroot the device but it didn't work
thomasbb said:
Any other idea than the factory reset? The infected files seem to be deep in the filesystem.
Also, I tried to towelroot the device but it didn't work
Click to expand...
Click to collapse
Re-flash Stock ROM.
jwoegerbauer said:
Re-flash Stock ROM.
Click to expand...
Click to collapse
Here is what I found:
Flashtool: https://www.getdroidtips.com/flash-stock-firmware-using-sp-flash-tool/
Energy500 firmware: http://www.mediafire.com/file/14igk2ma27qa385/Energizer_Energy_S500_MT6735M_V005_20161219.zip/file
My phone is an Energy400, would it be ok (no way to find an Energy400 firmware...)? My computer runs under Linux but I guess it works the same: run Flashtool, burn the "scatter" file, and this is it?
jwoegerbauer said:
Re-flash Stock ROM.
Click to expand...
Click to collapse
Also, I tried this: https://www.droidthunder.com/unlock-bootloader/
but the terminal is frost saying: < waiting for any device >
All the commands worked until fastboot oem unlock and fastboot flashing unlock though
Re-flashing phone's Stock ROM is done by means of ADB:
Code:
adb devices
adb reboot sideload
adb sideload <STOCK-ROM-ZIP-FILE>
jwoegerbauer said:
Re-flashing phone's Stock ROM is done by means of ADB:
Code:
adb devices
adb reboot sideload
adb sideload <STOCK-ROM-ZIP-FILE>
Click to expand...
Click to collapse
In my case, it gives:
Code:
adb devices
adb reboot sideload
adb sideload Energizer_Energy_S500_MT6735M_V005_20161219.zip
then? Tomorrow I'll try, if it's not the right file to be used, please stop me before that time.
thomasbb said:
In my case, it gives:
Code:
adb devices
adb reboot sideload
adb sideload Energizer_Energy_S500_MT6735M_V005_20161219.zip
then? Tomorrow I'll try, if it's not the right file to be used, please stop me before that time.
Click to expand...
Click to collapse
It's not an update.zip and not for your device.
Try disabling them... maybe it's possible.
CXZa said:
Try disabling them... maybe it's possible.
Click to expand...
Click to collapse
How could I root my device to try to remove the trojans with adb? Thank you for your time though
Regarding the firmware, I asked one to Energizer and they answered they're dealing with my request
thomasbb said:
How could I root my device to try to remove the trojans with adb? Thank you for your time though
Regarding the firmware, I asked one to Energizer and they answered they're dealing with my request
Click to expand...
Click to collapse
For disabling you don't need root.
adb shell pm disable-user --user 0 <package_name>
@thomasbb
try this
App Freezer for Android - APK Download
Download App Freezer apk 1.0.6 for Android. Freeze unwanted app or package on Android (Samsung, Sony, Xiaomi, Huawei, etc)
apkpure.com
what is more convenient than individually disabling packages via ADB, IMO
CXZa said:
For disabling you don't need root.
adb shell pm disable-user --user 0 <package_name>
Click to expand...
Click to collapse
ADB says:
Code:
~/Android/Sdk/platform-tools > ./adb shell pm disable-user --user 0 /system/app/DeskClock.apk
java.lang.IllegalArgumentException: Unknown component: /system/app/DeskClock.apk
at android.os.Parcel.readException(Parcel.java:1476)
at android.os.Parcel.readException(Parcel.java:1426)
at android.content.pm.IPackageManager$Stub$Proxy.setComponentEnabledSetting(IPackageManager.java:2963)
at com.android.commands.pm.Pm.runSetEnabledSetting(Pm.java:1271)
at com.android.commands.pm.Pm.run(Pm.java:141)
at com.android.commands.pm.Pm.main(Pm.java:79)
at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:243)
at dalvik.system.NativeStart.main(Native Method)
jwoegerbauer said:
@thomasbb
try this
App Freezer for Android - APK Download
Download App Freezer apk 1.0.6 for Android. Freeze unwanted app or package on Android (Samsung, Sony, Xiaomi, Huawei, etc)
apkpure.com
what is more convenient than individually disabling packages via ADB, IMO
Click to expand...
Click to collapse
The application is installed. As soon the ads start to pour, I'll track down the apps that just reinstalled and freeze them. Thank you for you help

install unintalled system app with adb

Hello friends
I uninstalled the com.android.documentsui package with adb a few days ago
And I really got into trouble
How can I reinstall it?
I have to say that I found the apk file on the Internet, but when I use
Code:
pm install --user 0 android.documentsui-7.0.apk
, I get this error:
Code:
Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package com.android.documentsui signatures do not match the previously installed version; ignoring!]
Can anyone help me? Or say goodbye to document?
ciger7 said:
Can anyone help me? Or say goodbye to document?
Click to expand...
Click to collapse
I'm not an expert so I don't know if this will help, but Occam's Razor says that you can switch OUT of adb to install & uninstall, and then, after you get out of this locked-up situation, you can try adb again later.
You didn't mention so I need to ask a basic debugging question:
QUESTION:
Did you try to uninstall directly from the phone (without using adb) and then try to install directly on the phone (again, without adb)?
If so, do you get any errors and if so, are they the same or different than what you get using adb?
GalaxyA325G said:
I'm not an expert so I don't know if this will help, but Occam's Razor says that you can switch OUT of adb to install & uninstall, and then, after you get out of this locked-up situation, you can try adb again later.
You didn't mention so I need to ask a basic debugging question:
QUESTION:
Did you try to uninstall directly from the phone (without using adb) and then try to install directly on the phone (again, without adb)?
If so, do you get any errors and if so, are they the same or different than what you get using adb?
Click to expand...
Click to collapse
In answer to your question:
Document software is a system software and can not be deleted or disabled by the user. I deleted it with adb.
In response to your second question:
I could not install it normally and with the phone and encountered this error:
{
"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"
}
Since I completely deleted this program from the device, I do not understand the reason for this error!
ciger7 said:
Hello friends
I uninstalled the com.android.documentsui package with adb a few days ago
And I really got into trouble
How can I reinstall it?
I have to say that I found the apk file on the Internet, but when I use
Code:
pm install --user 0 android.documentsui-7.0.apk
, I get this error:
Code:
Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package com.android.documentsui signatures do not match the previously installed version; ignoring!]
Can anyone help me? Or say goodbye to document?
Click to expand...
Click to collapse
When you uninstall any sys app from adb, still apk will be there.
I guess you may have use adb command like
Code:
pm uninstall --user 0 package.name
In that case simply do this
Code:
pm install --user 0 package.name
replace package name with one you want.
In case you have used command hide instead of uninstall, use
Code:
pm unhide --user 0 package.name
Thanks, I will try this
Make your solution look right
But I think in order for the apk file to remain, I have to use -k (keep data), which I did not use. It is true?
dr.ketan said:
When you uninstall any sys app from adb, still apk will be there.
I guess you may have use adb command like
Code:
pm uninstall --user 0 package.name
In that case simply do this
Code:
pm install --user 0 package.name
replace package name with one you want.
In case you have used command hide instead of uninstall, use
Code:
pm unhide --user 0 package.name
Click to expand...
Click to collapse
I tested your code and wrote:
Code:
pm install --user 0 com.android.documentsui
And I got this error:
Code:
Error: failed to write; com.android.documentsui (No such file or directory)
I can not understand what is the problem!
Do you know how to solve it?

[Guide] Disable / Enable Automatic Updates / Notification [OnePlus Nord]

Hi Folks !
***This procedure tested on OnePlus 6 / 6T / Nord / OnePlus 7 / OnePlus 7T McLaren !!!
Many people including myself not like System Update notification & want to stay on last Android 10 or 11 update, therefore we need to disable system updates permanently, so on below script / guide you can disable or enable anytime you want, it is totally safe procedure just follow below steps.
Created a Small One Click Script ( Batch File) for Automatic Updates Disable / Enable,
Guide:​
Download File Here (ADB Files are Included in Folder)
Extract folder anywhere in your PC
Connect Your device with PC While USB Debugging Enabled
Double Click on "Updates Disable/Enable" batch File.
Press A to Check either device is properly connected
Press Y to Disable
Press N to Enable again any time
Press E anytime to exit - Enjoy
Regards
ZahidM Choudhry - Owning OnePlus Nord / OnePlus 6
For Support: Telegram
You Can See in SS Updates are No More Visible ; )
{
"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"
}
+1 added, thanks for sharing..
Whoever has a rooted device and downloads any terminal emulator, you can type:
Code:
> su
# pm disable com.oneplus.opbackup
No need to download 32MB for whatever reason
TheSSJ said:
Whoever has a rooted device and downloads any terminal emulator, you can type:
Code:
> su
# pm disable com.oneplus.opbackup
No need to download 32MB for whatever reason
Click to expand...
Click to collapse
This is No root procedure.
zahidm said:
This is No root procedure.
Click to expand...
Click to collapse
But you could remove that 25mb backup file as it's simply making the package unnecessarily large
TheSSJ said:
But you could remove that 25mb backup file as it's simply making the package unnecessarily large
Click to expand...
Click to collapse
If I will remove than people have to download Fastboot Adb that ia same size & this is 2022 , downloading a 25MB file is just seconds away.
zahidm said:
If I will remove than people have to download Fastboot Adb that ia same size & this is 2022 , downloading a 25MB file is just seconds away.
Click to expand...
Click to collapse
And again, there is a backup.sa file which neither adb nor fastboot need to work, but making the file 32mb big instead of 7mb without it
TheSSJ said:
And again, there is a backup.sa file which neither adb nor fastboot need to work, but making the file 32mb big instead of 7mb without it
Click to expand...
Click to collapse
Ok I will remove bro, Thanks for correction.
Edit: and it is done !
Can i use this tool on my OnePlus 7T?. I just want to stay on Oxygen Os10 and the update notification keeps coming after every reboot.
_Kishn_ said:
Can i use this tool on my OnePlus 7T?. I just want to stay on Oxygen Os10 and the update notification keeps coming after every reboot.
Click to expand...
Click to collapse
Yes It works
TheSSJ said:
Whoever has a rooted device and downloads any terminal emulator, you can type:
Code:
> su
# pm disable com.oneplus.opbackup
No need to download 32MB for whatever reason
Click to expand...
Click to collapse
and in case not rooted (from a Linux Terminal):
adb shell
pm disable-user --user 0 com.oneplus.opbackup
Thanks man, works great on oneplus 5t
This is for disable Android updates or to disable app backups? thanks
bartito said:
This is for disable Android updates or to disable app backups? thanks
Click to expand...
Click to collapse
This thread about how to disable android updates and system notification about it
I dont understand, just simply disable com.oneplus.opbackup using abd shell pm disable command with or without root, why have to be a whole script and platform-tools? Besides, this command can be used and will work well on all OnePlus devices!
Thank You!!
I was Googling this for my 7T and came across your post. It worked like a charm!!
Thanks!
I can confirm this works with One Plus 9 Pro as well.
It doesn't work in oneplus 7t pro McLaren
Is there any other way to stop auto update
Alhuthaifi112 said:
It doesn't work in oneplus 7t pro McLaren
Is there any other way to stop auto update
Click to expand...
Click to collapse
It is tested on McLaren
Works fine on TMO 7t converted to global too!!!

Categories

Resources