@pepijn I think hboot 1.02 could be concidered an update to a degree lololol
Sent from my HTC Legend using XDA App
Sent from my HTC Legend using XDA App
Actually had no idea that was out at the time I posted that, found out a few hours later.@pepijn I think hboot 1.02 could be concidered an update to a degree lololol
Sent from my HTC Legend using XDA App
same 2 me but power button is workingCan anybody help??
I need trackball wakeup. Becoz my power button not working.
Thanx in advance...
Sent from my HTC Legend using xda premium
The new kernel doesn't support this hack. I have tried already.same 2 me but power button is working
would be cool that anybody knows a flashable zip for trackpad 2 wake
i am the only one that have this problem or all have the same problem and live with it?Hi,
i have install this rom its look nice but i have some problem that i dont see other have.
after i end a call get reboot and some apps take long time to be open.
also i have 75 mb free is it look ok?
Hi ogo2,The new kernel doesn't support this hack. I have tried already.
Hi, ogo doesn't really need to update the whole Rom to make this tiny change, all that anyone needs to do is edit the build.prop file in a text editor and delete the "#" in front of the line. If you are s-off or the new htc-dev unlocked boot loader, you can do it directly from your phone via a text editor or es-file manager (my fave).Hi ogo2,
Can you update this ROM to fix the battery drain from the dialer after a call has been made.
Apparently this is the solution:
removed "#" from "gsm.proximity.enable=false" line in build.prop (Fix Dialer battery drain issue)
Alsp could you update this rom to the latest version based on sfm's releases, maybe newest app versions too, we seem to be a bit behind.
Many Thanks!!
how should this text look => =Hi, ogo doesn't really need to update the whole Rom to make this tiny change, all that anyone needs to do is edit the build.prop file in a text editor and delete the "#" in front of the line. If you are s-off or the new htc-dev unlocked boot loader, you can do it directly from your phone via a text editor or es-file manager (my fave).
If you are still s-on and locked boot loader, you will need to use recovery mode (clockwork mod) and adb to pull file, edit it and push it back, or better still, use Android commander. When in recovery mode (clockwork mod) make sure to mount the system folder!
However it would be nice to have the new weather lockscreen from the new 2.3.5 sense 3 in this rom like my wife's HTC desire HD.
Sent from my HTC Legend using XDA App
The first part is a commenthow should this text look => =
20000000# try to disable proximity sensor in call by default#gsm.proximity.enable=false#
delet what the first or the second one , whats the differnts then?
and what can i also change for better battery?P.s. where did that
20000000 come from? It is not in my build.prop.
The first part is a comment
# try to disable proximity sensor in call by default
explaining what the next line does, ie the actual command.
#gsm.proximity.enable=false
The # is no different to a tidel ~ in a Windows environment.
What are you using to edit the build.prop file?
It should be showing formatted line by line commands/settings not wrapped, truncated text.
If the text editor your using is showing the text properly it will look like this...
ro.build.version.release=2.3.3
ro.htc.common.version=2.1.0.0
ro.ril.enable.amr.wideband=1
ro.ril.enable.3g.prefix=1
ro.ril.enable.a53=1
#try to disable proximity sensor in call by default
#gsm.proximity.enable=false
^ Remove the #
ro.ril.enable.a52=0
ro.product.wifi=802.11 b/g
ro.config.cal_notification=Gamma.mp3
ro.aa.modelid=PH1111000
ro.build.user=root
ro.opengles.version=131072
ro.aa.rid=173
ro.aa.maincid=HTC__001
settings.display.brightness=33
ro.tether.denied
This is basic text editing and should not be hard.
Sent from my HTC Legend using XDA App