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'.
This article is created by nurl and is licensed under the Creative Commons Attribution 4.0 International License.
All articles on this site, unless otherwise specified as reprints or sources, are either original works or translations by this site. Please ensure proper attribution before reprinting.