This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
fuss:android [2020/07/01 23:43] – [Delivering Input Events via ADB] office | fuss:android [2025/06/19 23:03] (current) – [Hiding Root with Magisk] office | ||
---|---|---|---|
Line 199: | Line 199: | ||
+ | ====== Unlock via TWRP ====== | ||
+ | |||
+ | Delete the files under ''/ | ||
+ | |||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | ====== Hiding Root with Magisk ====== | ||
+ | |||
+ | Here are a few measures you can take for hiding root if you are using Magisk from the Magisk settings: | ||
+ | * enable Zygote, | ||
+ | * hide the Magisk application, | ||
+ | * enable DenyList and enable enforcing the DenyList | ||
+ | |||
+ | Now depending on whether you are using microG services or the standard Android Google services, some applications should be blocked using the Magisk DenyList. | ||
+ | |||
+ | Intuitively, | ||
+ | |||
+ | ====== Hiding Applications with Shizuku or Dhizuku even on Non-Rooted Phones ====== | ||
+ | |||
+ | Android is a true dystopian battlefield out of 1984, with spyplications refusing to either run on rooted phones or even having a preference of what other applications are installed on the phone. Counter-intuitively, | ||
+ | |||
+ | Revolut a large online bank, for example, has recently updated itself to not run on rooted phones. However, even if the phone is not rooted, Revolut has a list of applications that it refuses to run if they are also installed, even applications that have little to do with gaining illicit access. | ||
+ | |||
+ | For that purpose, it is sometimes necessary to hide an application from other applications. In the past, this could be accomplished with Amarock that would hide itself and also hide other applications from other applications. However, an updated procedure is to use Shizuku or Dhizuku where the former, Shizuku requires root and Dhizuku does not require root. | ||
+ | |||
+ | The instructions [[https:// | ||
+ | * [[https:// | ||
+ | * Install the [[https:// | ||
+ | * Open up the Hail application, | ||
+ | * Use the [[https:// | ||
+ | * Look for the application matching the accounts reported by " | ||
+ | * Make sure you have ADB installed on a computer and then open a command prompt and type: | ||
+ | <code bash> | ||
+ | adb shell dpm set-device-owner --user 0 com.rosan.dhizuku/ | ||
+ | </ | ||
+ | * Open the Hail application again and set the " | ||
+ | * Add applications that need to be hidden from applications that do not work alongside others and click the " | ||
+ | |||
+ | ===== Google Services ===== | ||
+ | |||
+ | The following services should be blocked using the Magisk DenyList: | ||
+ | |||
+ | * Google Play Protect Services, | ||
+ | * Google Play Services, | ||
+ | * Google Play Store, | ||
+ | * Google Service Framework. | ||
+ | |||
+ | ===== microG Services ===== | ||
+ | |||
+ | microG serves the same set of functions as Google services such that all microG services have to be blocked, including: | ||
+ | * microG companion, | ||
+ | * microG Services Core, | ||
+ | * microG Services Framework Proxy. | ||
+ | |||
+ | ====== Hide Folder from Gallery ====== | ||
+ | |||
+ | In order to hide a folder from being indexed by Android, simply create an empty dotfile in the folder to be hidden named '' | ||
+ | |||
+ | ====== Allow Making Changes to Accessibility Settings for an Application ====== | ||
+ | |||
+ | Surprisingly, | ||
For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.