Hello,
I can not seem to remove or hide google pay from the power menu. I can hide devices however google pay remains even after i removed it from ABD
"pm uninstall -k --user 1 com.google.android.apps.walletnfcrel"
Can anyone advise please
OS NE2213_A.12 UK, settings do not hide the section for google pay ether
Update: I have come to understand this is a much desired feature, which i can appreciate however its something i'm personally not using, Can anyone help in how to remove this please
The solution is actually below assuming device connected via ADB
adb shell
then
pm uninstall --user 0 com.android.systemui.plugin.globalactions.wallet
Related
I'm interested in getting xz1 compact however in doing my research I'm seeing a few complaints of Sony pushing ads through one of their pre-installed apps. And it can't be disabled.
Is this true, how many of have seen ads? And if yes can be disabled complain?
I'd hate to spend $500 on a phone and then forced to endure ads.
teostar said:
I'm interested in getting xz1 compact however in doing my research I'm seeing a few complaints of Sony pushing ads through one of their pre-installed apps. And it can't be disabled.
Is this true, how many of have seen ads? And if yes can be disabled complain?
I'd hate to spend $500 on a phone and then forced to endure ads.
Click to expand...
Click to collapse
It's an app that uses standard Android notifications to occasionally highlight some Sony products.
It doesn't inject ads into other apps, or anything like that.
You can disable it via ADB with:
adb shell pm uninstall -k --user 0 com.sonymobile.entrance
I've never seen any ad on that phone that didn't came from any program I used.
pbarrette said:
It's an app that uses standard Android notifications to occasionally highlight some Sony products.
It doesn't inject ads into other apps, or anything like that.
You can disable it via ADB with:
adb shell pm uninstall -k --user 0 com.sonymobile.entrance
Click to expand...
Click to collapse
Ok thanks for the info.
Looking for possible ways to remove bloatware on the phone. Leaving the stock rom as I am thinking with the little support out there in these threads that it is buggy at best.
With the phone dropping to $125 on Amazon I was thinking that maybe some support/interest would pick up on a unique device like this one. Especially with the Galaxy Fold becoming a total flop.
Thanks,
Blake
Blake0902 said:
Looking for possible ways to remove bloatware on the phone. Leaving the stock rom as I am thinking with the little support out there in these threads that it is buggy at best.
With the phone dropping to $125 on Amazon I was thinking that maybe some support/interest would pick up on a unique device like this one. Especially with the Galaxy Fold becoming a total flop.
Thanks,
Blake
Click to expand...
Click to collapse
adb shell commands work here is everything i used
"adb shell pm uninstall -k --user 0 com.aetherpal.attdh.zte
adb shell pm uninstall -k --user 0 com.att.android.attsmartwifi
adb shell pm uninstall -k --user 0 com.att.callprotect
adb shell pm uninstall -k --user 0 com.att.mobile.android.vvm
adb shell pm uninstall -k --user 0 com.att.mobilesecurity
adb shell pm uninstall -k --user 0 com.att.myWireless
adb shell pm uninstall -k --user 0 com.dti.att
adb shell pm uninstall -k --user 0 com.facebook.appmanager
adb shell pm uninstall -k --user 0 com.facebook.katana
adb shell pm uninstall -k --user 0 com.facebook.system
adb shell pm uninstall -k --user 0 com.google.android.apps.docs.editors.docs
adb shell pm uninstall -k --user 0 com.google.android.apps.docs.editors.sheets
adb shell pm uninstall -k --user 0 com.google.android.apps.docs.editors.slides
adb shell pm uninstall -k --user 0 com.google.android.apps.photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon
adb shell pm uninstall -k --user 0 com.google.android.apps.walletnfcrel
adb shell pm uninstall -k --user 0 com.google.android.gm
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox
adb shell pm uninstall -k --user 0 com.google.android.marvin.talkback
adb shell pm uninstall -k --user 0 com.google.android.youtube
adb shell pm uninstall -k --user 0 com.zte.ambs
adb shell pm uninstall -k --user 0 com.zte.weather
adb shell pm uninstall -k --user 0 net.aetherpal.device"
thanks
thanks for this,
I'm very tempted to pull the trigger, as for that price, seems like an option to buy into the foldable phones (compared to $2000 sasmung and $2600 huawei) and if somehow this gets a port of Android Q which supports foldables, might be quite a nice device despite it's faults.
However, despite being sim unlocked I don't see a way for bootloader unlocking, which would be a pre-requisite for any custom development...
I wonder if someone tried some of the stuff that's available for the Axon 7, as my guess would be that they are probably rather similar on HW level (excluding the second screen and lack of second camera)...
apocalypse_bg said:
I'm very tempted to pull the trigger, as for that price, seems like an option to buy into the foldable phones (compared to $2000 sasmung and $2600 huawei) and if somehow this gets a port of Android Q which supports foldables, might be quite a nice device despite it's faults.
However, despite being sim unlocked I don't see a way for bootloader unlocking, which would be a pre-requisite for any custom development...
I wonder if someone tried some of the stuff that's available for the Axon 7, as my guess would be that they are probably rather similar on HW level (excluding the second screen and lack of second camera)...
Click to expand...
Click to collapse
the firehose is available for this device you can change the partitions with edl mode on your device and flash twrp
Firehose list:
Axon M:https://forum.xda-developers.com/axon-m/development/rom-zte-axon-m-stock-firmware-firehose-t3909847
Axon 7:https://forum.xda-developers.com/axon-7/development/edl-emergency-dl-mode-twrp-unlock-t3553514
Axon 7 mini:https://forum.xda-developers.com/ax...ck-tuliptool-unlock-twrp-custom-boot-t3682781
Axon 9:https://forum.xda-developers.com/axon-9/development/rom-edl-sd-stock-firmware-firehose-t3910878
Axon 10:https://forum.xda-developers.com/axon-10-pro/how-to/firmware-zte-axon-10-pro-ch-eu-edl-sd-t3934664
Trek 2:https://forum.xda-developers.com/trek-2/development/unlock-tuliptool-unlock-twrp-custom-t3932241 by @tdm It is not mine
Zmax Pro:https://forum.xda-developers.com/android/development/ztezmax-pro-edl-tool-flash-backup-t3877804
Blade Z Max:https://community.zteusa.com/discus...e-bootloader-and-install-twrp-100-with-proofs
Jemini thank you for the adb shell commands. Is there a way to figure out the names for other programs? I want to get rid of drive mode, play movies and TV, drive, and a couple of others.
Separately I got rid of Google but had to add it back in for Android auto (only use it when traveling) from the play store. I was hoping I would be able to delete it when through since it wasn't a system app now. That does not appear to be the case as it won't let me delete it. Any thoughts on how to fix that or is it just case of I will need to use the shell command every time?
Really appreciate this command list. One of the biggest issues I have is I want to make the display size smaller, this is possibly a DPI issue, the smallest font and display options for me are still too big and I'd like to be able to fit more on screen.
Thanks guys.
This phone deserves Android 10
Preview:
It's a great phone actually strong hinge and that second screen is dope. The only problem I'd have with it Ultimately is the OS verison. Android 7.0 is too far back for me. Sense Android is now embracing the foldable phones they should definitely give this phone a well needed OS update.
V3rdeV1ntage said:
This phone deserves Android 10
Preview:
It's a great phone actually strong hinge and that second screen is dope. The only problem I'd have with it Ultimately is the OS verison. Android 7.0 is too far back for me. Sense Android is now embracing the foldable phones they should definitely give this phone a well needed OS update.
Click to expand...
Click to collapse
Has there been any progress with this? I repurchased this phone and really hope someone has made an attempt or successfully rooted. With updated Android this phone would actually have some potential.
I Love this phone so much. It's same as me , Unique old big chunky.
I'm so worried I'll not be able to use it very soon. I just downloaded the Android beta 12 on my moto.
Find any good news , plz share with me thx
you can use set editapp. it's working without root
ArthurGD3 said:
Really appreciate this command list. One of the biggest issues I have is I want to make the display size smaller, this is possibly a DPI issue, the smallest font and display options for me are still too big and I'd like to be able to fit more on screen.
Thanks guys.
Click to expand...
Click to collapse
look at the desity on the bottom
Is there any community for this phone in telegram, discord, reddit...?
Ok so, I have purchased (package disabler pro) 3 times from google play. It seems Everytime, I get a new device it makes me purchase the app again. And now it's not even in the google playstore. Dev wants me to purchase again. And I refuse to do so.. My question is is there another app that works.
Why you need to purchase it 3 times ?? When you linked your Gmail account that you have used to purchase certain apps the apps doesn't require you to buy it anymore Google playstore download the license key automatically for it
also you can just use command to remove bloatware
Code:
adb shell pm uninstall --user 0 com.opera.browser
ineedroot69 said:
Why you need to purchase it 3 times ?? When you linked your Gmail account that you have used to purchase certain apps the apps doesn't require you to buy it anymore Google playstore download the license key automatically for it
also you can just use command to remove bloatware
Code:
adb shell pm uninstall --user 0 com.opera.browser
Click to expand...
Click to collapse
ineedroot69 said:
Why you need to purchase it 3 times ?? When you linked your Gmail account that you have used to purchase certain apps the apps doesn't require you to buy it anymore Google playstore download the license key automatically for it
also you can just use command to remove bloatware
Code:
adb shell pm uninstall --user 0 com.opera.browser
Click to expand...
Click to collapse
Because the dev deletes the app to make you have to purchase again with new key. Well yeah if I had a computer, I could do that but I don't
cspiresucks said:
Because the dev deletes the app to make you have to purchase again with new key. Well yeah if I had a computer, I could do that but I don't
Click to expand...
Click to collapse
And it's not for bloatware it’s for disabling updates
Same on Redmi 10 with stock MIUI 13.0.8.0.
I've already removed the updates to Carrier Services.
Is this a bug with MIUI 13 or is there a list of easy solutions to try?
MIUI 13.0.12 on EliteROM on the 10 Pro.
Sadly your search will discover many "solutions" - i have tried them all with no success!
I have 2 phones both on stock MIUI and both with this problem.
My RN9Pro (Joyeose) recently updated to MIUI 13 (Android 12) and the problem disappeared by itself. Cell standby is now bottom of the battery use statistics.
The RN10Pro (Sweet) is also on latest MIUI 13 (Android 12) but it still has Cell Standby top of the list and Phone Idle is nowhere to be seen.
HiQual said:
Sadly your search will discover many "solutions" - i have tried them all with no success!
I have 2 phones both on stock MIUI and both with this problem.
My RN9Pro (Joyeose) recently updated to MIUI 13 (Android 12) and the problem disappeared by itself. Cell standby is now bottom of the battery use statistics.
The RN10Pro (Sweet) is also on latest MIUI 13 (Android 12) but it still has Cell Standby top of the list and Phone Idle is nowhere to be seen.
Click to expand...
Click to collapse
I uninstalled Carrier Services via ADB on the Redmi 10. The EliteROM on the RN10P lets me disable it; I will go ahead and uninstall it there, too. It is now the 2nd highest battery user on the Redmi 10. I will keep looking for more things. Gotta be some errant setting I enabled in Dev Settings, etc.
Sheist! said:
I uninstalled Carrier Services via ADB on the Redmi 10. The EliteROM on the RN10P lets me disable it; I will go ahead and uninstall it there, too. It is now the 2nd highest battery user on the Redmi 10. I will keep looking for more things. Gotta be some errant setting I enabled in Dev Settings, etc.
Click to expand...
Click to collapse
I would be very pleased to hear your findings - please let us know.
There is one change I noticed that the MIUI update has made in the version that is fixed. They changed my APN access points to something completely different for my SIM (Vodafone UK). Unfortunatley the APN's are locked on the RN10P so I cannot change them to test.
Had some luck. Uninstalled 2 apps via phone, and 5 via ADB:
Phone uninstalled:
Files, Calculator
ADB uninstalled:
adb shell pm uninstall -k --user 0 com.google.android.ims (Carrier Services)
adb shell pm uninstall -k --user 0 com.miui.videoplayer
adb shell pm uninstall -k --user 0 com.android.calendar
adb shell pm uninstall -k --user 0 com.android.mms (Messages)
adb shell pm uninstall -k --user 0 com.miui.player (Music)
adb shell pm uninstall -k --user 0 com.miui.gallery
Will also uninstall the "carlink" app via ADB.
Now the Cell Standby is in the basement.
Sheist! said:
Had some luck. Uninstalled 2 apps via phone, and 5 via ADB:
Phone uninstalled:
Files, Calculator
ADB uninstalled:
adb shell pm uninstall -k --user 0 com.google.android.ims (Carrier Services)
adb shell pm uninstall -k --user 0 com.miui.videoplayer
adb shell pm uninstall -k --user 0 com.android.calendar
adb shell pm uninstall -k --user 0 com.android.mms (Messages)
adb shell pm uninstall -k --user 0 com.miui.player (Music)
adb shell pm uninstall -k --user 0 com.miui.gallery
Will also uninstall the "carlink" app via ADB.
Now the Cell Standby is in the basement.
Click to expand...
Click to collapse
Thank you for the information.
1. Do you use wifi calling (VoWiFi) and if so does it still work after removing ims (carrier services)?
2. Can you use text messaging (sms) without problems after removing mms (Messages)?
Many thanks for your help.
Messages from Google works fine. Any messages app you want can replace the stock Xiaomi app.
Meet in Gmail still works, via wifi only. Both phones no longer have Carrier Services installed.
Sheist! said:
Messages from Google works fine. Any messages app you want can replace the stock Xiaomi app.
Meet in Gmail still works, via wifi only. Both phones no longer have Carrier Services installed.
Click to expand...
Click to collapse
Did it solve the battery issues?
Sheist! said:
Had some luck. Uninstalled 2 apps via phone, and 5 via ADB:
Phone uninstalled:
Files, Calculator
ADB uninstalled:
adb shell pm uninstall -k --user 0 com.google.android.ims (Carrier Services)
adb shell pm uninstall -k --user 0 com.miui.videoplayer
adb shell pm uninstall -k --user 0 com.android.calendar
adb shell pm uninstall -k --user 0 com.android.mms (Messages)
adb shell pm uninstall -k --user 0 com.miui.player (Music)
adb shell pm uninstall -k --user 0 com.miui.gallery
Will also uninstall the "carlink" app via ADB.
Now the Cell Standby is in the basement.
Click to expand...
Click to collapse
Do you know which one of the several items you removed was the one that successfully solved the problem?
Many thanks
I have RN10Pro EEA (Sweet) on latest MIUI ROM.
I have been trying all the suggested solutions with no success for me.
Now I found one that makes a big difference but does not completely fix the problem.
I found that even though "Nearby Share" was tuned off, look further down the screen you see that notifications (on the same page) remains switched on, and the small print says it will continue to scan for nearby devices even though bluetooth etc is turned off !!!!
My RN10P is often kept next to another device ovenight, so I suspect it was scanning even tho it shouldn't.
Anyway, since turning off the notification setting - the cell standby has dropped from 1500 mAh to 230 mAh per 24 hrs, and is no longer top of the list.
HiQual said:
I have RN10Pro EEA (Sweet) on latest MIUI ROM.
I have been trying all the suggested solutions with no success for me.
Now I found one that makes a big difference but does not completely fix the problem.
I found that even though "Nearby Share" was tuned off, look further down the screen you see that notifications (on the same page) remains switched on, and the small print says it will continue to scan for nearby devices even though bluetooth etc is turned off !!!!
My RN10P is often kept next to another device ovenight, so I suspect it was scanning even tho it shouldn't.
Anyway, since turning off the notification setting - the cell standby has dropped from 1500 mAh to 230 mAh per 24 hrs, and is no longer top of the list.
Click to expand...
Click to collapse
Nice try. My BT is also off as well as Nearby Share already. I was excited except when I see that Notifications on that page are already turned off.
HiQual said:
There is one change I noticed that the MIUI update has made in the version that is fixed. They changed my APN access points to something completely different for my SIM (Vodafone UK). Unfortunatley the APN's are locked on the RN10P so I cannot change them to test.
Click to expand...
Click to collapse
I wrote down both the APN and the MMS info and then deleted them both and rebooted. Will give it some time to see what it does. I also set the phone to Airplane mode but still the Cell Standby is the top battery user.
HiQual said:
Do you know which one of the several items you removed was the one that successfully solved the problem?
Many thanks
Click to expand...
Click to collapse
The uninstall of Carrier Services did not help my RN10P in the long run. Cell Standby crept back up to the top battery spot. It did help my Redmi 10 slightly; Cell Standby dropped from the 1st to 3rd.
Sheist! said:
Nice try. My BT is also off as well as Nearby Share already. I was excited except when I see that Notifications on that page are already tu
Click to expand...
Click to collapse
Deleted
HiQual said:
But you already fixed the problem as per your earlier posts ? - or did your ideas not work for you as they did not work for me and are you still looking for solutions?
Click to expand...
Click to collapse
At first yes, then it quickly reversed itself and went back to tthe top of the battery list. Still looking for more possible solutions.
Sheist! said:
At first yes, then it quickly reversed itself and went back to tthe top of the battery list. Still looking for more possible solutions.
Click to expand...
Click to collapse
Sorry, I did not see your earlier posts where you already answered my questions - thanks.
we have the same issue but mine is android system instead of cell standby huhu i already sent feedback
Mobile Network (same icon as data coverage icon in status bar) is the top battery app by a margin. Don't use mobile data, only wifi. LineageOS 20 on Android 13. There is no "cell standby" (A12) on the LineageOS 20 A13 battery usage list, so something new in Android 12 and 13 now is the problem. Carrier Services A12 and Private Compute Services/Core A13 (not an app on A12) are disabled or removed via ADB, so a solution is needed
See the LineageOS 20 thread in this RN10P forum. I posted screenshots for both OS ROMs.
Would like to DISABLE Bixby and Samsung Pay in entirety.
There used to be apps that you could use on your Samsung phone, but last I tried that it went belly up and on a per year license, and since is long gone or unsupported.
I don't know ADB too well but am willing to use it to disable/remove all the samsung crap.
Thanks
Why? If you just don't open it, it never does anything.
monocle503 said:
Would like to DISABLE Bixby and Samsung Pay in entirety.
There used to be apps that you could use on your Samsung phone, but last I tried that it went belly up and on a per year license, and since is long gone or unsupported.
I don't know ADB too well but am willing to use it to disable/remove all the samsung crap.
Thanks
Click to expand...
Click to collapse
1) Download GeminiMan WearOS Manager from the Playstore. It simplifies the ADB process. It's a brilliant program. 2) Read up on the debloat page for the Galaxy Watch 4. We pretty much have the same on Watch 5. https://forum.xda-developers.com/t/debloat-galaxy-watch-4.4324147/page-9
This got me through cleaning up my watch.
(FYI: GeminiMan made it easy for me to to remove the Samsung Health Monitor and replace it with the version that allows BP and ECG. https://forum.xda-developers.com/t/...-restriction-removed-19th-april-2023.4322527/ )
Locoman_ said:
1) Download GeminiMan WearOS Manager from the Playstore. It simplifies the ADB process. It's a brilliant program. 2) Read up on the debloat page for the Galaxy Watch 4. We pretty much have the same on Watch 5. https://forum.xda-developers.com/t/debloat-galaxy-watch-4.4324147/page-9
This got me through cleaning up my watch.
(FYI: GeminiMan made it easy for me to to remove the Samsung Health Monitor and replace it with the version that allows BP and ECG. https://forum.xda-developers.com/t/...-restriction-removed-19th-april-2023.4322527/ )
Click to expand...
Click to collapse
Thank you for the lead in the right direction
monocle503 said:
Would like to DISABLE Bixby and Samsung Pay in entirety.
There used to be apps that you could use on your Samsung phone, but last I tried that it went belly up and on a per year license, and since is long gone or unsupported.
I don't know ADB too well but am willing to use it to disable/remove all the samsung crap.
Thanks
Click to expand...
Click to collapse
I would not rely on a third party app to manage packages. Instead enable developer mode and from an adb shell run:
pm disable-user --user 0 com.samsung.android.samsungpay.gear
to disable Samsung Pay. Just disable it, don't uninstall it.
I would not touch Bixby. In case you want to try, the associated packages are:
com.samsung.android.bixby.agent
com.samsung.android.bixby.wakeup
Again, just disable, don't uninstall. But my guess is even if disabled it will cause problems on the watch because other functions depend on Bixby existing even if it is not used. lf you do disable it and it works ok, please let us know.
So far the only app that I know can be safely uninstalled is Global Goals:
pm uninstall --user 0 com.samsung.sree
Aethera said:
I would not rely on a third party app to manage packages. Instead enable developer mode and from an adb shell run:
pm disable-user --user 0 com.samsung.android.samsungpay.gear
to disable Samsung Pay. Just disable it, don't uninstall it.
I would not touch Bixby. In case you want to try, the associated packages are:
com.samsung.android.bixby.agent
com.samsung.android.bixby.wakeup
Again, just disable, don't uninstall. But my guess is even if disabled it will cause problems on the watch because other functions depend on Bixby existing even if it is not used. lf you do disable it and it works ok, please let us know.
So far the only app that I know can be safely uninstalled is Global Goals:
pm uninstall --user 0 com.samsung.sree
Click to expand...
Click to collapse
Don't get me wrong. Never 'rely' on a 3rd party app to manage packages. Understand ADB. That said, the app I mentioned is made by XDA-Dante63 and very legit - it does a great job.
Bixby is fine to disable. Assistant is better anyway. Samsung Pay and a bunch of other stuff can be safely removed. My watch works wonderfully but other user experiences may vary.