Disable the update of android10?? - Realme 5 Pro Questions & Answers

Hello
I got android 10 ui 1.0 update
How to disable it ever?
{
"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"
}

With the icon on the top right you can disable the installation over night.
In developer mode you can disable the automatic update.

zabbaluga said:
With the icon on the top right you can disable the installation over night.
In developer mode you can disable the automatic update.
Click to expand...
Click to collapse
This solution doesn't work,
When i restart my device , the update run automatically

If you want to disable OTA updates definitely on Color OS 6, you can use the guide of the "Debloat Color OS for smooth performance" post for general information about uninstalling packages with adb, and then use this commands :
adb shell
And then :
pm uninstall -k --user 0 com.oppo.ota
pm uninstall -k --user 0 com.oppo.otaui
If you want to reinstall the OTA service, just do :
adb shell
cmd package install-existing com.oppo.ota
cmd package install-existing com.oppo.otaui

Golikus said:
If you want to disable OTA updates definitely on Color OS 6, you can use the guide of the "Debloat Color OS for smooth performance" post for general information about uninstalling packages with adb, and then use this commands :
adb shell
And then :
pm uninstall -k --user 0 com.oppo.ota
pm uninstall -k --user 0 com.oppo.otaui
If you want to reinstall the OTA service, just do :
adb shell
cmd package install-existing com.oppo.ota
cmd package install-existing com.oppo.otaui
Click to expand...
Click to collapse
Thank you,
Good sulotion ?

Related

Uninstall Android Apps Bulk Pro Easily and Completely For Free

Uninstall any app From your android Totally and remove trash,Force Uninstall app .
Easily Totally uninstall any app from your phone and force uninstall it with No Trash Free And Updated .
==========================
Download From Google Play
Total Uninstall
==========================
:: ScreenShots ::
{
"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"
}
==========================
:: Total Uninstall apps Features ::
-Sort apps by size .
-Force uninstall any app .
-Mulitble Apps uninstall .
-Remove apps trash files .
-Search feature for any app .
-No root required .
-Uninstall system apps .
-Share button to Facebook-Twitter and more .
And more features .
==========================
Search Keywords :
uninstall apps
uninstaller
delete apps
app cleaner
appcleaner
how to uninstall programs in mac
cleaning apps
uninstall system apps
app uninstaller
how to uninstall a software on mac
how to delete some apps
free app uninstaller mac
how to delete apps from phone
Dead link
Gazatus said:
Dead link
Click to expand...
Click to collapse
Hi ,
Link is working make sure please
https://goo.gl/p1XDsi
Nice share bro. I will try it.
superbly
I used the program bugs discovered. a good program for removal of old games and applications.all super
You are welcome ..
Thanks for feedback

Help for enabling a permission for an app !!!

I want to enable a special permission for an app using ADB Shell. My phone is non-rooted & locked bootloader & Device name: Xiaomi MI A3, Code name: laurel_sprout. Apk name: Pokemod Espresso.
I've used this code but failed:
Code:
adb shell pm grant com.pokemod.espresso android.permission.QUERY_ALL_PACKAGES
ADB Shell says this is an unknown code. I found the permission name on another third party permission checker app from Google play store. Here's the photo where I found the permission name.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Please help me as soon as possible. Thanks in advance, May Allah bless you .
Always enquote the command that adb shell should perform
Code:
adb shell "pm grant com.pokemod.espresso android.permission.QUERY_ALL_PACKAGES"
jwoegerbauer said:
Always enquote the command that adb shell should perform
Code:
adb shell "pm grant com.pokemod.espresso android.permission.QUERY_ALL_PACKAGES"
Click to expand...
Click to collapse
Still now it says error.
Exception occurred while executing:
java.lang.IllegalArgumentException: Unknown permission: android.permission.QUERY_ALL_PACKAGES
at com.android.server.pm.permission.PermissionManagerService.grantRuntimePermission(PermissionManagerService.java:2109)
at com.android.server.pm.permission.PermissionManagerService.access$900(PermissionManagerService.java:122)
at com.android.server.pm.permission.PermissionManagerService$PermissionManagerServiceInternalImpl.grantRuntimePermission(PermissionManagerService.java:3058)
at com.android.server.pm.PackageManagerService.grantRuntimePermission(PackageManagerService.java:6075)
at com.android.server.pm.PackageManagerShellCommand.runGrantRevokePermission(PackageManagerShellCommand.java:1955)
at com.android.server.pm.PackageManagerShellCommand.onCommand(PackageManagerShellCommand.java:230)
at android.os.ShellCommand.exec(ShellCommand.java:104)
at com.android.server.pm.PackageManagerService.onShellCommand(PackageManagerService.java:22273)
at android.os.Binder.shellCommand(Binder.java:881)
at android.os.Binder.onTransact(Binder.java:765)
at android.content.pm.IPackageManager$Stub.onTransact(IPackageManager.java:4860)
at com.android.server.pm.PackageManagerService.onTransact(PackageManagerService.java:4339)
at android.os.Binder.execTransactInternal(Binder.java:1021)
at android.os.Binder.execTransact(Binder.java:994)
Do you know how to fix it ?
You were told the reason why it failed
Code:
Exception occurred while executing:
java.lang.IllegalArgumentException: Unknown permission: android.permission.QUERY_ALL_PACKAGES
THE PERMISSON YOU WANT TO GRANT DOESN'T EXIST IN THE APP.
Contact app's developer.

Need help ... Facing problem with SM A705FN

I have a Samsung A705FN phone Ram- 6 GB ROM- 128 GB, recently updated, miui 3.1 may be
I removed all Facebook packages by using Adb.
i run all this commands :
adb shell
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.facebook.katana
pm uninstall -k --user 0 com.facebook.orca
Now my Phone's power button doesn't work .
When I press and hold the power button the Bixby interface opens when it should be opened power off, reboot, emergency mode interface.
Don't know what to do
Please help me .
{
"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"
}
Re-install the packages.
jwoegerbauer said:
Re-install the packages.
Click to expand...
Click to collapse
Can you please tell me how to re-install the packages ?
Look inside here:
How to install / get back uninstalled Apps (APKs) with ADB.
A lot of people searched for a way to uninstall bloat or APKs using ADB because a lot of OEMs don't allow uninstalling many of preinstalled apps. Tested on Pie and Oreo. BUT most of the articles if not all of them ( couldn't find any article...
forum.xda-developers.com

What bloatware to delete but keeping the samsung account for the Themes

Hi !
SGS7 with stock Oreo 8.0 here.
I deleted too much bloatware and lost the themes access, for having a dark mode. I couldn't sign in anymore (error).
Factory reset again, and found that my mistake was to delete com.osp.app.signin that was the Samsung account app.
I wonder if I could delete all the listed apps below without any problem, as I'm wondering if others apps could affect the Samsung Theme App and the signin/download process.
I know that some may be obvious that it's not related, but I want to be sure.
com.samsung.android.samsungpass (Samsung Pass)
com.samsung.android.authfw (Authentification Framework)
com.samsung.android.samsungpassautofill (Samsung Pass)
com.samsung.android.spay (Samsung Pay)
com.samsung.android.spayfw (Samsung Pay Framework)
com.sec.android.app.billing (Samsung Checkout)
com.samsung.android.scloud (Samsung Cloud)
com.samsung.android.mobileservice (Samsung Experience Service)
com.samsung.android.mateagent (Galaxy Friends)
com.samsung.android.voc (Samsung Members)
com.sec.spp.push (Samsung Push)
Thanks for your help !
com.samsung.android.mobileservice
Samsung Experience Service
Don't go too nuts... dependencies!
I never disable this one and it likely has many dependencies. Some of the others may too.
It uses next to nothing and is a core service, I believe. You can (I do) firewall block it with Karma Firewall. Simply unblock it if you lose theme update functionality, etc.
Battery usage over 24 hours via Galaxy Battery Tracker, Note 10+ N975U running on Pie:
{
"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"
}

Universal Samsung Optimizer

so i decided to finally make a gui app to debloat and optimize samsung m10. after starting the project i realised that these scripts can be used for all the samsung devices and sure it did. it can be better but i am a lazy coachpotato and i dont care, but i can update it if any of you find an error.
Also Thank you SharpAdb!
HOW TO USE
1-)enable usb debugging under developer settings
2-)attach your device
3-)allow adb request on device
4-)select find devices
5-) enjoy!
WARNING ! IT HEAVILY DEBLOATS THE PHONE SO SOME SERVICES AND APPS CAN CAUSE PROBLEMS ! I'm not responsible for them.
IT CAN NOT REINSTALL APPS IF ANDROID VERSION IS 6 AND BELOW
*problems can be solved if you reinstall the apps*
Update 1:
-added option to reinstall apps
-optimized the code
-closes adb after process finishes
-changed ui a little bit
-now you can choose which apps to remove/install
-many things i forgot...
{
"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"
}
google calendar app is not working after debloating. Any solution?
TheFranker said:
google calendar app is not working after debloating. Any solution?
Click to expand...
Click to collapse
it heavily debloats calendar and google services so solution is to reinstall them.
if you can provide me your device info(android version and model f/m/y/g) i can provide you the things you have to do, also i'm gonna add a button to reinstall deleted apps in like 2 days maybe.
com.google.android.configupdater
com.google.android.onetimeinitializer
com.google.android.partnersetup
com.google.android.syncadapters.calendar
com.google.android.overlay.modules.permissioncontroller
Reinstalling these should do the trick, i think.
just open cmd in adb folder, and type:
adb shell cmd package install-existing <names>

Categories

Resources