Changes between Version 10 and Version 11 of SamsungGalaxyXcover4


Ignore:
Timestamp:
02/23/18 22:16:30 (6 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SamsungGalaxyXcover4

    v10 v11  
    2626 * Disable all applications which are not needed. Restoring their stock versions if needed.
    2727 * 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  * {{{
    2928 $ adb shell
    3029 $ su
     
    3231 $ rm -R /system/app/application-to-be-removed
    3332 $ rm -R /system/priv-app/application-to-be-removed
    34 }}}
    3533
    3634file:/system is read-only be default. use {{{mount -o rw,remount /system}}} to make it writable.