Quote:
Originally Posted by shaun0207
thanks for all the help guys. She loves her phone.
She does have one issue. When she is on the phone, the screen should black out (I figure) but it doesn't. So her face is touching it and she is either muting the call or calling someone else on 3way.
any ideas?
|
yeah i had that same issue. There's a thread over on SDX that shows how to put the eclair dialer. Which makes the contact pic bigger and removes the buttons. So now in-call my screen looks like this:
Then the Mute and Speaker buttons are moved to the menu.
first backup your Phone.apk
Code:
adb pull /system/app/Phone.apk
copy the Phone.apk from /AndroidSDK/tools (or wherever it saves it after adb pull) and save it somewhere else
then download the dialer from here:
https://sites.google.com/site/chibuc...edirects=0&d=1
then rename the .apk to Phone.apk
Then put it in the /AndroidSDK/tools (or wherever it saves pulled files)
Then
Code:
adb push Phone.apk /system/app/Phone.apk
Should have the new dialer now.