Guest mattlcfc Posted December 3, 2010 Report Posted December 3, 2010 (edited) installed pauls r2 and happy but would prefer hardware acceleration off due to battery drain , is there a way to due it without flashing through root explorer?? thanx in advance matt Edited December 3, 2010 by mattlcfc
Guest mattlcfc Posted December 3, 2010 Report Posted December 3, 2010 installed pauls r2 and happy but would prefer hardware acceleration off due to battery drain , is there a way to due it without flashing through root explorer?? thanx in advance matt any ideas gents ?? i can flash back to r1 but would have a go if it is possible ?? matt
Guest Arr Too Posted December 3, 2010 Report Posted December 3, 2010 Open the .zip, extract /system/build.prop, edit that file, find line containing "debug.sf.hw", change it to "debug.sf.hw=0", save file, replace .zip's /system/build.prop with this one, flash new .zip.
Guest mattlcfc Posted December 3, 2010 Report Posted December 3, 2010 Open the .zip, extract /system/build.prop, edit that file, find line containing "debug.sf.hw", change it to "debug.sf.hw=0", save file, replace .zip's /system/build.prop with this one, flash new .zip. many thanks m8
Guest The-One Posted December 3, 2010 Report Posted December 3, 2010 Or use the terminal and dont flash anything.
Guest mattlcfc Posted December 3, 2010 Report Posted December 3, 2010 Or use the terminal and dont flash anything. dont appear to have terminal on my phone and have been looking into adb as we speak thanks all help is either a help or an experience :-) matt
Guest Flumpster Posted December 3, 2010 Report Posted December 3, 2010 adb remount : makes system read/writeable adb pull system/build.prop build.prop : copies the build.prop to the folder where you are using adb. edit the file in a text editor as suggested in previous posts and save it. adb push build.prop system/build.prop : pushes the file back over to the phone overwriting the other one. Restart Phone.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now