├── README ├── bin ├── Superuser.apk ├── angler-N-boot.img ├── bullhead-N-boot.img ├── flounder-N-boot.img ├── fugu-N-boot.img ├── lights.shamu.so ├── shamu-N-boot.img ├── su_arm └── su_x86 ├── device_asus_fugu.patch ├── device_htc_flounder.patch ├── device_huawei_angler.patch ├── device_lge_bullhead.patch ├── device_moto_shamu.patch ├── kernel_moto_shamu_LEDPWM.patch ├── system_core.patch └── system_sepolicy.patch /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seSuperuser/AOSP-SU-PATCH/HEAD/README -------------------------------------------------------------------------------- /bin/Superuser.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seSuperuser/AOSP-SU-PATCH/HEAD/bin/Superuser.apk -------------------------------------------------------------------------------- /bin/angler-N-boot.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seSuperuser/AOSP-SU-PATCH/HEAD/bin/angler-N-boot.img -------------------------------------------------------------------------------- /bin/bullhead-N-boot.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seSuperuser/AOSP-SU-PATCH/HEAD/bin/bullhead-N-boot.img -------------------------------------------------------------------------------- /bin/flounder-N-boot.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seSuperuser/AOSP-SU-PATCH/HEAD/bin/flounder-N-boot.img -------------------------------------------------------------------------------- /bin/fugu-N-boot.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seSuperuser/AOSP-SU-PATCH/HEAD/bin/fugu-N-boot.img -------------------------------------------------------------------------------- /bin/lights.shamu.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seSuperuser/AOSP-SU-PATCH/HEAD/bin/lights.shamu.so -------------------------------------------------------------------------------- /bin/shamu-N-boot.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seSuperuser/AOSP-SU-PATCH/HEAD/bin/shamu-N-boot.img -------------------------------------------------------------------------------- /bin/su_arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seSuperuser/AOSP-SU-PATCH/HEAD/bin/su_arm -------------------------------------------------------------------------------- /bin/su_x86: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seSuperuser/AOSP-SU-PATCH/HEAD/bin/su_x86 -------------------------------------------------------------------------------- /device_asus_fugu.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seSuperuser/AOSP-SU-PATCH/HEAD/device_asus_fugu.patch -------------------------------------------------------------------------------- /device_htc_flounder.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seSuperuser/AOSP-SU-PATCH/HEAD/device_htc_flounder.patch -------------------------------------------------------------------------------- /device_huawei_angler.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seSuperuser/AOSP-SU-PATCH/HEAD/device_huawei_angler.patch -------------------------------------------------------------------------------- /device_lge_bullhead.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seSuperuser/AOSP-SU-PATCH/HEAD/device_lge_bullhead.patch -------------------------------------------------------------------------------- /device_moto_shamu.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seSuperuser/AOSP-SU-PATCH/HEAD/device_moto_shamu.patch -------------------------------------------------------------------------------- /kernel_moto_shamu_LEDPWM.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seSuperuser/AOSP-SU-PATCH/HEAD/kernel_moto_shamu_LEDPWM.patch -------------------------------------------------------------------------------- /system_core.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seSuperuser/AOSP-SU-PATCH/HEAD/system_core.patch -------------------------------------------------------------------------------- /system_sepolicy.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seSuperuser/AOSP-SU-PATCH/HEAD/system_sepolicy.patch --------------------------------------------------------------------------------