Skip to content

Commit

Permalink
README: Use asterisks for all bulleted lists
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrenierejm committed Apr 27, 2017
1 parent 15be69c commit f8b4332
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ This doesn't work on Android M, and is considered obsolete.
(SELinux policies aren't keeping up)

To install it this way, here are the needed steps:
- Rename /system/bin/app_process32 to /system/bin/app_process32.old
- Copy placeholder to system/bin/app_process32
- Ensure permissions of app_process32 are the same as of app_process32.old, including SELinux attributes (should be 0755 u:object_r:zygote_exec:s0)
- Put su file in system/xbin/
- Add /system/xbin/su --daemon in install-recovery.sh
* Rename /system/bin/app_process32 to /system/bin/app_process32.old
* Copy placeholder to system/bin/app_process32
* Ensure permissions of app_process32 are the same as of app_process32.old, including SELinux attributes (should be 0755 u:object_r:zygote_exec:s0)
* Put su file in system/xbin/
* Add /system/xbin/su --daemon in install-recovery.sh

### From sources

Expand Down Expand Up @@ -118,9 +118,9 @@ I setup a robot to build rooted boot.img.
The result is available at [superuser.phh.me](https://superuser.phh.me/).
Each boot.img is signed with the keystore at [superuser.phh.me/keystore.img](https://superuser.phh.me/keystore.img).
Every boot.img contains the latest su and SELinux policy.
- orig-boot.img is extracted from the ROM and is provided **for reference only**.
- boot-su-eng.img is generated by calling `su` with the `eng` option.
- boot-su-user.img is generated by calling `su` without any arguments.
* orig-boot.img is extracted from the ROM and is provided **for reference only**.
* boot-su-eng.img is generated by calling `su` with the `eng` option.
* boot-su-user.img is generated by calling `su` without any arguments.

The matching APK is available at [play.google.com/store/apps/details?id=me.phh.superuser](https://play.google.com/store/apps/details?id=me.phh.superuser).

Expand Down

0 comments on commit f8b4332

Please sign in to comment.