flashing instructions for hyperos
ImPerfectDevUpdates
1.Extract rom zip file in your PC
2.Then boot your phone into fastboot mode
3.Then open the extracted rom folder then run the ".bat" file
-For Clean installation Put Y and press enter
-For Dirty installation Put N and press enter
*if sometimes stuck for 5 - 10 minute
*Wait for 10min here at least
*Don't Cancel * just press enter on keyboard
4.After the installation is finished the phone will reboot after few seconds after the .bat file will close✨
For Fixing Crash issues /Smoothness Improvement
*IF YOU EXPERIENCE APP CRASHING AFTER DIRTY,YOU NEED TO DO THIS
-Enable USB debugging from developer options
-Connect phone to PC and put these commands in adb
adb shell
pm compile -a -f -r cmdline
pm compile -f -r cmdline --secondary-dex com.google.android.gms
exit
Or
Root (termux)
su -c pm compile -a -f -r cmdline
su -c pm compile -f -r cmdline --secondary-dex com.google.android.gms
exit