Im going to do this as soon as i get home from work, but first can i please just confirm the exact steps. Im petrified of corrupting something in my phone.
- Have phone on and connect usb
- Ensure debugging mode is ticked in settings, but do NOT mount the phone in the usual manner by pulling down the top bar and tapping "select to copy/paste files"
- Open adb.exe and enter these two commands, and these two only:
adb remount
adb push [location of file] /system/lib/libhgl.so
- Close adb.exe, disconnect usb, reboot phone.
It's the second step im a bit confused about; whether to have the phone mounted or not before adb remount.
|