android-props

POSIX shell script to change "dangerous props" of LineageOS
git clone git://xn--q9jzb1c.xn--q9jyb4c/android-props
Log | Files | Refs | README | LICENSE

README.md (590B)


      1 # android-props.sh
      2 POSIX complaint shell script to change props from LineageOS that makes the phone looks rooted to some apps.
      3 Useful for some nagging banking apps.
      4 
      5 ## requirements
      6 - LineageOS phone
      7 - cable to connect phone to PC
      8 - dev-util/android-tools
      9 - Rooted debugging enabled on Developer options of the phone
     10 
     11 ## usage
     12 ```sh
     13 chmod +x android-props.sh
     14 sudo ./android-props.sh
     15 ```
     16 
     17 - **A reboot is needed to apply the changes.**
     18 - Remember to disable Rooted debugging on Developer options
     19 - Check if everything worked fine with [RootBeer Sample](https://github.com/scottyab/rootbeer)