View Single Post
Old November 9th, 2009, 10:48 AM   #55 (permalink)
Rastaman-FB
Senior Member
 
Rastaman-FB's Avatar
 
Join Date: Sep 2009
Location: UK
Posts: 5,973
 
Device(s): i7500@galax0-1.6.3.4 OC@710mhz HTC Desire - never ending modding
Thanks: 111
Thanked 981 Times in 816 Posts
Default

Quote:
Originally Posted by spottyelephant View Post
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.
dont mount the phone

put the file in the tools folder
do
adb remount
adb push libhgl.so /system/lib/libhgl.so
Rastaman-FB is online now  
Reply With Quote