- May 12, 2013
- 2,590
- 0
- 0
**(Thanks to ikon8 from XDA) **
No root necessary.
For those of you who wants to block the annoying Whats New from the Home Button launcher (when swiping up from the Home icon) use the following: (you must open an ADB Conenction to the phone, if don't what I'm talking about, just look for ADB on Google)
adb shell
pm block com.sonymobile.advancedwidget.entrance
exit
adb reboot
If you want to also remove the Small Apps ( I love them, but for those of you who hate them):
Make sure to reboot before proceeding if you're removing both items.
adb shell
pm block com.sony.smallapp.launcher
pm block com.sony.smallapp.app.widget
exit
adb reboot
No root necessary.
For those of you who wants to block the annoying Whats New from the Home Button launcher (when swiping up from the Home icon) use the following: (you must open an ADB Conenction to the phone, if don't what I'm talking about, just look for ADB on Google)
adb shell
pm block com.sonymobile.advancedwidget.entrance
exit
adb reboot
If you want to also remove the Small Apps ( I love them, but for those of you who hate them):
Make sure to reboot before proceeding if you're removing both items.
adb shell
pm block com.sony.smallapp.launcher
pm block com.sony.smallapp.app.widget
exit
adb reboot
Last edited: