Quantcast
Channel: Codewalker
Viewing all articles
Browse latest Browse all 72

How to use Supersu on ODROID-N2 Android PIE

$
0
0

https://forum.odroid.com/viewtopic.php?f=178&t=34063

Install Magisk Manager



Make boot.img
$ adb shell
odroidn2:/ # cd sdcard/Download/                                             
130|odroidn2:/sdcard/Download # dd if=/dev/block/boot of=boot.img             
32768+0 records in
32768+0 records out
16777216 bytes transferred in 0.249 secs (67378377 bytes/sec)
odroidn2:/sdcard/Download #









After making patched_boot.img, do dd command.

odroidn2:/sdcard/Download # dd if=patched_boot.img of=/dev/block/boot        
21768+0 records in
21768+0 records out
11145216 bytes transferred in 0.824 secs (13525747 bytes/sec)
odroidn2:/sdcard/Download #

system reboot


Now enable supersu.





















Viewing all articles
Browse latest Browse all 72

Trending Articles