Guest maranric Posted August 22, 2011 Report Posted August 22, 2011 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 August 22, 2011 Report Posted August 22, 2011 (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 August 22, 2011 by KonstaT
Guest maranric Posted August 22, 2011 Report Posted August 22, 2011 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 August 22, 2011 Report Posted August 22, 2011 (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 August 22, 2011 by k0zmic
Guest KonstaT Posted August 23, 2011 Report Posted August 23, 2011 Here's what appears to be a decent APK decompiling tool though, :http://forum.xda-dev...ad.php?t=695701 I've used the one and original apktool. It's fast and simple and gets the job done. http://code.google.com/p/android-apktool/
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now