Jump to content

how to deactivate vibration on answering


Recommended Posts

Guest maranric
Posted

Hi, a very small question :

Blade with Ginger Stir Fry beta21...it's work perfectly, only I want to know is how to deactivate the vibration on answering...

When I call anyone, when the other one answer, I receive a vibration...and i don't want it to preserve battery life...thanks

Guest KonstaT
Posted (edited)

Decompile Phone.apk. Edit /res/values/bools.xml.

Change <bool name="enbale_call_connected_vibrate">true</bool>

to <bool name="enbale_call_connected_vibrate">false</bool>

Compile, resign and push to phone.

Untested but I think it's that line. There also seems to be a little typo. ;) I'd also test changing it to <bool name="enable_call_connected_vibrate">false</bool>

Or you can always switch to CM7. It has option to disable it.

Edited by KonstaT
Guest maranric
Posted

Decompile Phone.apk. Edit /res/values/bools.xml.

Untested but I think it's that line. There also seems to be a little typo. ;) I'd also test changing it to <bool name="enable_call_connected_vibrate">false</bool>

Or you can always switch to CM7. It has option to disable it.

Ouch! I don't know how to decompile an apk file...I cannot switch to CM7 cause it was killing my battery... Cyanogem 7.10 drained my battery from 100 to 50 % in 7 hours...

Ginger Stir Fry is faster and preserve battery life..

I hope that the Cookers of this release will inject a way to disable vibration without force me to decompile/compile a poor apk :)

Thanks

Guest k0zmic
Posted (edited)

Ouch! I don't know how to decompile an apk file...I cannot switch to CM7 cause it was killing my battery... Cyanogem 7.10 drained my battery from 100 to 50 % in 7 hours...

Try a newer nightly, the battery drain issues seem to be fixed for most people.

Otherwise, there was a graphical tool to make decompiling an APK easier. I can't find the program ATM but I'm sure I've seen it.

Ah, looks like it's in Chinese.

Here's what appears to be a decent APK decompiling tool though, :http://forum.xda-developers.com/showthread.php?t=695701

Edited by k0zmic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.