Understanding Magisk on Redmi Note 6 Pro with Android 10
in Post with 0 comment

This document details the Magisk setup on a Redmi Note 6 Pro running Android 10. We'll identify the Magisk version installed, confirm its location, and demonstrate the basic structure of the Magisk environment within this device.
The Magisk information provided below was gathered using a terminal emulator.

Device: Redmi note 6 pro
Android version: 10
Magisk version name:Magisk v28.1
Magisk version code:28100


To access the Magisk files, navigate to the /sbin directory:


/sbin/magisk: ELF shared object, 64-bit LSB arm64, dynamic (/system/bin/linker64)
/data/data/com.termux/files/home # 

/data/data/com.termux/files/home # ls -a /sbin
.  .magisk magisk32   magiskpolicy su
.. magisk  magiskinit resetprop    supolicy
/data/data/com.termux/files/home #


As you can see, the Magisk files reside within the /sbin directory including essential components like 'magisk', 'magiskpolicy' and 'su'.

The article has been posted for too long and comments have been automatically closed.