@shahin, look over these threads
https://www.mobileread.com/forums/sh...d.php?t=336523
https://www.mobileread.com/forums/sh...d.php?t=344505
https://www.mobileread.com/forums/sh...d.php?t=349397
The last thread has some instructions attached to the first and fourth posts. Read and re-read them. Hopefully, it will start to sink in.
As Renate has posted in threads throughout here--
Quote:
There's a lot of commonality between recent models of Onyx.
Rooting of them is pretty much all the same. There are explicit tutorials up already.
1. Enable ADB on your device
2. Get a copy of the boot image, either:a. Download an update and decrypt it b. Use EDL mode to extract the boot image from your device 3. Install Magisk.apk
4. Have Magisk process your boot image
5. Replace your boot image, either:a. fastboot flash boot magisk.img b. In a rooted recovery, dd if=magisk.img of=/dev/block/by-name/boot c. Use EDL mode to write the magisk image
|