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