Changes between Version 2 and Version 3 of SamsungGalaxyXcover4
- Timestamp:
- Feb 23, 2018, 9:49:56 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SamsungGalaxyXcover4
v2 v3 1 1 2 2 3 file:/system is read-only be default. use {{{mount -o rw,remount /system}}} to make it writable 3 $ adb shell 4 $ su 5 $ mount -o rw,remount /system 6 $ rm -R /system/app/application-to-be-removed 7 $ rm -R /system/priv-app/application-to-be-removed 8 9 file:/system is read-only be default. use {{{mount -o rw,remount /system}}} to make it writable.