View Single Post
Old 08-08-2021, 09:25 AM   #4
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,989
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Uninstall is more drastic.
Just use:
Code:
# pm disable <package>
Because you can undo that in a second with enable.
For me, this does 90% of what I need done:
Code:
pm disable com.android.email
pm disable com.android.launcher
pm disable com.android.printspooler
pm disable com.android.vending
pm disable com.google.android.gms
pm disable com.google.android.gsf
pm disable com.onyx
pm disable com.onyx.android.ksync
pm disable com.onyx.android.onyxotaservice
pm disable com.onyx.floatingbutton
pm disable com.onyx.kreader
pm disable com.onyx.mail
Take your pick what to remove.
To check what you did:
Code:
# pm list packages -d
Removing com.onyx will change where your sleep images are:
Code:
/data/local/assets/images/shutdown.png
/data/local/assets/images/standby-1.png
/data/local/assets/images/standby-2.png
/data/local/assets/images/standby-3.png

Last edited by Renate; 08-08-2021 at 10:15 AM.
Renate is online now   Reply With Quote