sxtester said:go to Settings - Personalization - Notifications - select tab "All", find "Update Centre" and uncheck the box. Done.
Awesome.. That was all that I wanted.. Never thought of an option like this... Thanks.
sxtester said:go to Settings - Personalization - Notifications - select tab "All", find "Update Centre" and uncheck the box. Done.
Hey community,
Does this just Hide the apps from the system or does it eliminate the apps/apks? Is there a benefit to this over rooting and removing the apps instead?
Thanks
Are there any commands to remove these with a locked bootloader and NO ROOT?It does exactly as you said, it only disables them.
Currently the working rooting methods require you to unlock your bootloader and with that loose your DRM keys. Other than that, not.
Sent from my D5803 using XDA Free mobile app
Are there any commands to remove these with a locked bootloader and NO ROOT?
Thanks for this nice mod
I want to remove the Xperia Care app, Sony Select and Xperia Lounge.
Does someone have the commands for that?
This metod works even on the app My Xperia? And what does Android.res.overlay and com. Android.res.overlay? Thanks!![]()
tried to block com.sonymobile.mx.android but always result:false
hi
no offence intended but are you using the command correctly / getting the syntax right?
Has pm block worked 'correctly' for you with other packages?
When I do it, I have my adb files in a folder imaginatively called "adb".
I use the command line, from within that "adb" folder, and issue the following command:
adb shell pm block com.sonymobile.mx.android
The response should be "Package com.sonymobile.mx.android new blocked state: true"
Using the unblock command should result in a similar response, except ending in "false".
Regards,
Gary
relax mate, no offense taken.
i used linux for modifying my android, just bought my Z3C about a week ago and decided to take a try coz this 577 update really sucks in terms of battery life.
all command i execute manually and it all worked out, got this 1% battery drain overnight at standby. Except for this com.sonymobile.mx.android package, always result false and i wonder maybe someone in this forum got this problem too.
will give it a try again tonight, while googling the solution
If you block the whole album your camera my stop working. You can block the faces service from running that is connected to album. com.sonymobile.photoanalyzerDo you know the command for blocking the Sony Album? (I use QuickPic)
com.sonymobile.mx.android - has to be removed from security settings as an app with Administrative rights. Then it can be changes, at least that how this worked for me.
adb shell
pm block com.sonymobile.advancedwidget.entrance
exit
adb reboot
adb shell
pm block com.sony.smallapp.launcher
pm block com.sony.smallapp.app.widget
exit
adb reboot
I don’t know when it happened but it seems like all changes I made has now been reset, the "What’s new" ring in back etc.
Anyone else noticed this?
@echo off
COLOR 70
echo Welcome to this small DEBLOATING-batch
echo.
echo Please hit any key to proceed...
pause
echo.
echo.
COLOR 74
echo Debloating process starts...
echo.
REM SmallApps
echo Block Smallapp stuff ?
echo.
SET /P X=(Y)es or (N)o ?
IF /I "%X%"=="Y" goto :SmallApps
IF /I "%X%"=="N" goto :Block1
GOTO ENDE
:SmallApps
echo.
adb shell pm block com.sony.smallapp.managerservice REM NEW
adb shell pm block com.sony.smallapp.appframework REM NEW
adb shell pm block com.sony.smallapp.launcher
adb shell pm block com.sony.smallapp.app.widget
adb shell pm block com.sonymobile.smallapps.calc
adb shell pm block com.sonymobile.smallapps.clipper
adb shell pm block com.sonymobile.smallapps.timer
adb shell pm block com.sonymobile.smallbrowser
:Block1
REM SonyApps
echo.
echo Block Sony-Apps and ANT-Server ?
echo.
SET /P X=(Y)es or (N)o ?
IF /I "%X%"=="Y" goto :SonyApps
IF /I "%X%"=="N" goto :Block2
GOTO ENDE
:SonyApps
echo.
adb shell pm block com.sonymobile.lifelog
adb shell pm block com.sonymobile.sketch
adb shell pm block com.sonyericsson.textinput.chinese
adb shell pm block com.sonymobile.pobox REM NEW
adb shell pm block com.sonymobile.simplehome
adb shell pm block com.sonymobile.anondata
adb shell pm block com.sonyericsson.idd.agent
adb shell pm block com.dsi.ant.server REM NEW
adb shell pm block com.sonymobile.retaildemo REM NEW
adb shell pm block com.sonymobile.synchub REM NEW
:Block2
REM Android stuff
echo.
echo Block Android Stuff ?
echo.
SET /P X=(Y)es or (N)o ?
IF /I "%X%"=="Y" goto :Android
IF /I "%X%"=="N" goto :Block3
GOTO ENDE
:Android
echo.
adb shell pm block com.google.android.apps.books
adb shell pm block com.google.android.music
adb shell pm block com.google.android.videoeditor
adb shell pm block com.google.android.videos
adb shell pm block com.google.android.apps.genie.geniewidget
adb shell pm block com.google.android.apps.uploader
adb shell pm block com.facebook.katana
adb shell pm block com.android.stk
:Block3
REM Social Media stuff
echo.
echo Block Social Media Stuff ?
echo.
SET /P X=(Y)es or (N)o ?
IF /I "%X%"=="Y" goto :Social
IF /I "%X%"=="N" goto :Block4
GOTO ENDE
:Social
echo.
adb shell pm block com.bambuser.sociallive
adb shell pm block com.sonyericsson.eventstream
adb shell pm block com.sonyericsson.eventstream.facebookplugin
adb shell pm block com.sonyericsson.eventstream.twitterplugin
adb shell pm block com.sonyericsson.eventstream.twitterpostviewer
adb shell pm block com.sonyericsson.socialengine
adb shell pm block com.sonyericsson.socialengine.plugins.facebook
adb shell pm block com.sonyericsson.socialengine.plugins.picasa
adb shell pm block com.sonymobile.socialengine.plugins.facebook_sharefrwk
adb shell pm block com.sonymobile.socialengine.plugins.playmemories
adb shell pm block com.sonymobile.socialengine.plugins.twitter_sharefrwk
adb shell pm block com.sonyericsson.socialpane.friends
adb shell pm block com.sonyericsson.facebook.postview
adb shell pm block com.sonyericsson.facebook.proxylogin
adb shell pm block com.sonyericsson.fbmediadiscovery
adb shell pm block com.sonyericsson.androidapp.fbcalendarsync
adb shell pm block com.sonyericsson.androidapp.fbmusiclike
adb shell pm block com.sonyericsson.androidapp.fbsetupwizard
adb shell pm block com.sonyericsson.androidapp.storefront
adb shell pm block com.sonymobile.twitter.account
adb shell pm block com.sonymobile.twitter.setupwizard
:Block4
REM Advancewidgets
echo.
echo Block Advancewidgets ?
echo.
SET /P X=(Y)es or (N)o ?
IF /I "%X%"=="Y" goto :Advance
IF /I "%X%"=="N" goto :Block5
GOTO ENDE
:Advance
echo.
adb shell pm block com.sonymobile.advancedwidget.entrance
adb shell pm block com.sonyericsson.advancedwidget.music
adb shell pm block com.sonyericsson.advancedwidget.notewidget
adb shell pm block com.sonyericsson.advancedwidget.photo
adb shell pm block com.sonyericsson.advancedwidget.weather
adb shell pm block com.sonyericsson.androidapp.timescapefeedsplugin
adb shell pm block com.sonyericsson.timescape.ui
adb shell pm block com.sonymobile.mx.android
adb shell pm block com.sony.snei.mu.phone
adb shell pm block cjp.co.sony.tablet.PersonalSpace
:Block5
REM Themes and Live Wallpapapers
echo.
echo Block Themes and Live Wallpapers ?
echo.
SET /P X=(Y)es or (N)o ?
IF /I "%X%"=="Y" goto :Themes
IF /I "%X%"=="N" goto :Ende
:Themes
echo.
adb shell pm block com.android.phasebeam
adb shell pm block com.android.magicsmoke
adb shell pm block com.sonymobile.themes.id001
adb shell pm block com.sonymobile.themes.id002
adb shell pm block com.sonymobile.themes.id003
adb shell pm block com.sonymobile.themes.id004
adb shell pm block com.sonymobile.themes.id005
adb shell pm block com.sonymobile.themes.id006
:Ende
adb shell exit
COLOR 72
echo.
echo Debloating complete
echo.
echo.
echo Please hit a key to reboot...
pause
adb reboot
OK - after some research i found a temporary solution for me. I took @erousr's post as a base and put all his proposed packages in a DOS-Batchfile. I saved it in the ADB-Folder on my PC. After connecting the phone with my PC activating USB Debugging i doubleclick the batch file and it runs the way i wanted it to work :laugh:Hi guys,
i tried to combine some pm commands in a script, executed it and rebooted. But it seemed not to work. I saw in the terminal window only killed and not new status block : true
Thanks!
adb shell
pm hide com.sonymobile.advancedwidget.entrance
pm hide com.sony.smallapp.launcher
pm hide com.sony.smallapp.app.widget
exit
adb reboot