Pages

24 December 2015

Unbrick chuwi vi8 bootloop after installin' xposed installer framework








1. shut down  tablet and connect it to pc through USB
2. tablet has to be recognized by adb-tools ; Open CMD with administrative permissions (run as Administrator) then write  : "adb devices". this will list your tablet name , ex : BayTrailXXXXX (if tablet is not shown then you need to look for drivers)
3. if tablet is recognized then type : "adb root " (without parentheses^^) then hit enter .
4. then type  : "adb shell" hit enter
5. we are now inside tab shell,  ; type these 5 commands 1 after 1 and hit enter after each one
mount -o rw,remount /system
cp -a /system/bin/app_process.orig /system/bin/app_process
chown 0:2000 /system/bin/app_process
chmod 0755 /system/bin/app_process
/system/bin/restorecon /system/bin/app_process 2>/dev/null

6. type "exit" to quit shell
7. now reboot your tab and it will boot just fine

8. If I helped you <follow me on google+>
9.elif post a comment of what u didn't understand.


No comments:

Post a Comment