How to root Phoenix OS without replacing system.img
Goxome
Please wait 0 seconds...
Scroll Down and click on Go to Link for destination
Congrats! Link is Generated
Phoenix OS x86_32 installation does not come with the su binary.The latest Phoenix OS x86_64 have already developers added the .su binary.
mv su su.orig
cp /sdcard/Download/su/x86/su.pie su
chmod 4751 su
su --install
su --daemon
mv su su.orig
cp /sdcard/Download/su/x64/su .
chmod 4751 su
su --install
su --daemon
Advantages:-
- No need to wait to download and extract a 500MB system.img. Instead, download a 5MB .zip file
- No need to do a fresh install.
- You can root an existing installation without removing all your data.
- Play store and Google Calendar sync work
Tested and works with:
- v2.2.0 64-bit
- v2.2.1 64-bit
- v2.5.0 64-bit
- v2.5.3.64 64-bit
- v2.5.7.348 64-bit
Instructions:-
- Download and extract the .zip file. For the purposes of the tutorial, I'm going to assume that you extract it in the Download folder and rename the SuperSU folder to su. Inside su, you should see META-INF, x64, x86, etc folders.
- Open the terminal by pressing Alt+F1
- If you have Phoenix OS 32-bit, type in these commands: Code:
mv su su.orig
cp /sdcard/Download/su/x86/su.pie su
chmod 4751 su
su --install
su --daemon
- If you have Phoenix OS 64-bit, type in these commands: Code:
mv su su.orig
cp /sdcard/Download/su/x64/su .
chmod 4751 su
su --install
su --daemon
- Close the console by pressing Alt+F7. (If you have trouble exiting the console, post below with your Phoenix OS version and architecture. Then, try pressing Ctrl+Alt+F7)
- Phoenix OS might crash and restart. Using the File Manager, go to the Download folder. Navigate to su>common> and install Superuser.apk
- Launch SuperSU app from the app drawer. Press Continue, then select Normal to update the binary normally. Exit out of the app after the update is successful.
- Launch Security app from the app drawer. Click AutoRun. Toggle SuperSU to enable it so that it can automatically run when other apps request Superuser access. Exit out of the app.
UPDATE-SuperSU-v2.82.zip 5.64 MB
UPDATE-ExtremeGZ-v2.82.zip 6.64 MB

