Changes between Version 10 and Version 11 of SamsungGalaxyXcover4
- Timestamp:
- Feb 23, 2018, 10:16:30 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SamsungGalaxyXcover4
v10 v11 26 26 * Disable all applications which are not needed. Restoring their stock versions if needed. 27 27 * Use a Application called [https://github.com/MajeurAndroid/Android-Applications-Info Applications Info] located in [https://f-droid.org/en/packages/com.majeur.applicationsinfo/ F-Droid package manager] to find locations of applications to be deleted. 28 * {{{29 28 $ adb shell 30 29 $ su … … 32 31 $ rm -R /system/app/application-to-be-removed 33 32 $ rm -R /system/priv-app/application-to-be-removed 34 }}}35 33 36 34 file:/system is read-only be default. use {{{mount -o rw,remount /system}}} to make it writable.