Changes between Version 2 and Version 3 of SamsungGalaxyXcover4


Ignore:
Timestamp:
02/23/18 21:49:56 (6 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SamsungGalaxyXcover4

    v2 v3  
    11
    22
    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
     9file:/system is read-only be default. use {{{mount -o rw,remount /system}}} to make it writable.