- 13 May 2019
- 32
- 20
I have been tinkering with Second space on Xiaomi.eu Rom and have found the way to remove bloatware on Second space.
manual ADB shell uninstall command;
--user 0 is first space
--user 10 is second space
adb shell pm uninstall -k --user 10 package.name <-to remove bloatware from second space
adb shell pm uninstall -k --user 0 package.name <- to remove bloatware from first space
NEVERMIND, it doesn't work... i am sorry, once you reboot your phone, the apps are reinstalled back to second space
manual ADB shell uninstall command;
--user 0 is first space
--user 10 is second space
adb shell pm uninstall -k --user 10 package.name <-to remove bloatware from second space
adb shell pm uninstall -k --user 0 package.name <- to remove bloatware from first space
NEVERMIND, it doesn't work... i am sorry, once you reboot your phone, the apps are reinstalled back to second space
Last edited: