[Q] Vibrate on CallConnected - Hero CDMA Q&A, Help & Troubleshooting

Anyone happen to know where the code would be that causes the vibrate on connect? I'm pretty sure it's not in Phone.apk or HtcDialer.apk.
HtcDialer makes a call like this when getting ready to dial:
invoke-static {p1}, Lcom/htc/util/phone/DialUtils;->callDirectly(Landroid/content/IntentZ
Click to expand...
Click to collapse
only problem is i'm not sure where this class would be located, ie in which APK...
I've sorted out the signature problems for modifying Phone.apk and all other system apks... i've seen a couple of question threads about this and will be posting a solution shortly

I would pm JsChiSurf, I think he would know

The vibrate on call connected is in the phone.apk
its in
smali\com\android\phone\CallNotifier.smali
Code:
invoke-virtual {v1}, Lcom/android/phone/Ringer;->startVibrateforMoConnected()V

Related

open touch 2.4 and bluetooth profile problem (resolved)

I installed open touch 2.4 and LOVE IT.. it makes windows mobile so much useful..
one thing i found problamatic was the bluetooth profile. The problem is when I press the call button on my bluetooth headset it doesn't trigger the voice speed dial. It just launches the dialler which shows the keypad.
That kind of defeats the purpose of 'hands free' if I need to press the voice speed dial on the phone and then use the headset.
Any solution ? Or any other package I can install to get the full functionality of voice speed dial with bluetooth.
I have the same problem, and it effects the ability for me to use MS Voice Command. I wish someone would help, but I made a post about this and got no replies.
beowolf said:
I have the same problem, and it effects the ability for me to use MS Voice Command. I wish someone would help, but I made a post about this and got no replies.
Click to expand...
Click to collapse
guys,
I'm working on v2.5 and will try to resolve this issue if possible.
I need more details as to what is happening.
Also,
I did not see any of this nature posted in the original v2.2 post.
Who else is having this issue?
hoolahoous said:
I installed open touch 2.4 and LOVE IT.. it makes windows mobile so much useful..
one thing i found problamatic was the bluetooth profile. The problem is when I press the call button on my bluetooth headset it doesn't trigger the voice speed dial. It just launches the dialler which shows the keypad.
That kind of defeats the purpose of 'hands free' if I need to press the voice speed dial on the phone and then use the headset.
Any solution ? Or any other package I can install to get the full functionality of voice speed dial with bluetooth.
Click to expand...
Click to collapse
Just to cover all basis, did you setup the button 5 options?
Remember that I left the 5th button free for people to choose either voice record or voice speed dial.
Going forward, please do not create new post, instead post your issues in the original thread.
Thanks,
I'm pretty sure that what your dealing with is a registry problem. When i switched to touchit 2.3 i had to reconfig to the following:
1 Use registry editor to edit the following entries on your Wing:
Under: \HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\A udioGateway\, Modify Value data: OEMAGEX.dll to BTAGExtModule.dll
Under: \HKEY_LOCAL_MACHINE\SOFTWARE\OEM\VoiceCommand\, Add DWord Value: LaunchAPEnable, Value Data: 1
Under: \HKEY_LOCAL_MACHINE\SOFTWARE\OEM\VoiceCommand\, Add DWord Value: VoiceCmdEnable",Value Data: 0
2. Wait about 30 sec, then soft-reset
Try it and let me know how it goes. I dont get credit for this it is from a previous post. This did work for me tho. I can prompt the voice speed dial from the bluetooth.
ttran001 said:
guys,
I'm working on v2.5 and will try to resolve this issue if possible.
I need more details as to what is happening.
Also,
I did not see any of this nature posted in the original v2.2 post.
Who else is having this issue?
Click to expand...
Click to collapse
Thanks ttran for responding. I have great respect for you for putting together this great ROM.
The issue is..
I am pairing my bluetooth headset (motorola h850) with the phone. After paring, if I press the call button on my bluetooth, it is supposed to invoke the voice dial app in the phone and call the voice tag I spoke. However it just brings the phone dialler screen and does nothing.
My diagnosis
For an incoming call (when paired), I can pickup the call using bluetooth headphone's button. So I know bluetooth instrument is working.
Secondly when I directly invoke voice speed dial from phone (i mapped a hardware button to voice speed dial) it works fine too.
Only problem is I can not invoke voice speed dial from bluetooth headset.
Do not confuse this issue with the hardware button mapping since I am trying to invoke voice speed dial from bluetooth headset (not from hardware button on phone. that works fine)
Please let me know if you need any futher information. I will happy to provide any additional details.
BTW thanks again for putting together such a great ROM.
Hi,
Thanks for clearing that up.
Please try what mrmikemcguire posted:
1 Use registry editor to edit the following entries on your Wing:
Under: \HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\A udioGateway\, Modify Value data: OEMAGEX.dll to BTAGExtModule.dll
Under: \HKEY_LOCAL_MACHINE\SOFTWARE\OEM\VoiceCommand\, Add DWord Value: LaunchAPEnable, Value Data: 1
Under: \HKEY_LOCAL_MACHINE\SOFTWARE\OEM\VoiceCommand\, Add DWord Value: VoiceCmdEnable",Value Data: 0
2. Wait about 30 sec, then soft-reset
And let us know if it works for you, I don't use blue tooth so I can not test it for you.
Also,
Let me know if it fixes your issue so that I can add it to the next release.
Thanks folks,
sorry didn't work for me..
Ok.... First, thank you mrmikemiguire . Now hoolahoous .. did we make progress? The Audio gateway should be opening now... Verify that the registry modifications are correct in your device, then power cycle..... there may be another piece to the puzzle but those changes should work.
Edit: Final piece... Verify HKLM,"SOFTWARE\OEM\VoiceCommand "Path" = \Windows\SDDialer.exe
Okay.. thanks for everyone's help.. I finally got it to work... One thing incorrect in above settings was
\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\A udioGateway\, Modify Value data: OEMAGEX.dll to BTAGExtModule.dll
the default entry was VCBTHAG.DLL not OEMAGEX.dll , I missed that..
however when I changed VCBTHAG.DLL to BTAGExtModule.dll , it started working..
ttran001, maybe you can include these entries in 2.5.
I know you are not planning to include voice speed dial or voice command in 2.5, I personally feel that you should include atleast one of them. My vote would be voice speed dial since it works for everyone but voice command works only for subset of people. When I say work, I mean software being able to recognize what a person is saying.
but thanks to everyone including mrmikemcguire to get it to work for me.
hoolahoous said:
Okay.. thanks for everyone's help.. I finally got it to work... One thing incorrect in above settings was
\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\A udioGateway\, Modify Value data: OEMAGEX.dll to BTAGExtModule.dll
the default entry was VCBTHAG.DLL not OEMAGEX.dll , I missed that..
however when I changed VCBTHAG.DLL to BTAGExtModule.dll , it started working..
ttran001, maybe you can include these entries in 2.5.
I know you are not planning to include voice speed dial or voice command in 2.5, I personally feel that you should include atleast one of them. My vote would be voice speed dial since it works for everyone but voice command works only for subset of people. When I say work, I mean software being able to recognize what a person is saying.
but thanks to everyone including mrmikemcguire to get it to work for me.
Click to expand...
Click to collapse
Hi,
That reg fix has been added to v2.5 and yes Voice speed dial is included but not voice command since it takes about 4mb of space.
hoolahoous said:
Okay.. thanks for everyone's help.. I finally got it to work... One thing incorrect in above settings was
\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\A udioGateway\, Modify Value data: OEMAGEX.dll to BTAGExtModule.dll
the default entry was VCBTHAG.DLL not OEMAGEX.dll , I missed that..
however when I changed VCBTHAG.DLL to BTAGExtModule.dll , it started working..
ttran001, maybe you can include these entries in 2.5.
I know you are not planning to include voice speed dial or voice command in 2.5, I personally feel that you should include atleast one of them. My vote would be voice speed dial since it works for everyone but voice command works only for subset of people. When I say work, I mean software being able to recognize what a person is saying.
but thanks to everyone including mrmikemcguire to get it to work for me.
Click to expand...
Click to collapse
Yep sorry about that.. I realized that when i did it, same occurance, but forgot to mention it! Sorry about that, but at least you got it squared away. Glad I could at least point you in the right direction.
mrmikemcguire said:
Yep sorry about that.. I realized that when i did it, same occurance, but forgot to mention it! Sorry about that, but at least you got it squared away. Glad I could at least point you in the right direction.
Click to expand...
Click to collapse
Either way thanks for providing feed back so to help resolve this issue.
I am using 2.5 slim and cannot get audio from realplayer, skype, etc.
I push the button and all I get is some wrong application, try again later errors....
Please help.
It all worked perfectly with the Clean ROM so may be someone with know-how can look at the registry differences between them and tell me if this is fixable, or i have to install the clean again...
Thank You!
#13 said:
I am using 2.5 slim and cannot get audio from realplayer, skype, etc.
I push the button and all I get is some wrong application, try again later errors....
Please help.
It all worked perfectly with the Clean ROM so may be someone with know-how can look at the registry differences between them and tell me if this is fixable, or i have to install the clean again...
Thank You!
Click to expand...
Click to collapse
Is this with bluetooth or the actual headset, or headphones?
And is anybody else having this issue?
Yes, BT.
Sorry i didn't mention this important detail.

mms missing on black6.1....reward for finding it 1,000 us dollars lol...

can i get some insight regarding the missing mms from 6.1, its making me angry lol
............................................
we are working on it
............................................
cookzitall said:
can i get some insight regarding the missing mms from 6.1, its making me angry lol
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=1890481&postcount=1
I would assume, that you could install a different version of arcsoft mms, in order to fix it... bc it should just override the missing arcsoft files or whatever.
I also use mms on a daily basis. I flashed last nite and didn't noticed the mms prob until this morning... so when I get home tonite, I'll see if I can come up with something. But you should be able to search and find an arcsoft cab somewhere... if you do, try installing it. Obviously, we'd all like to find the newest version..
I found a post over in the kaiser forum about trying to extract version 5.xx of the arcsoft mms.. so hopefully that will solve our problems if someone is able to make that available.
thanks kamal, for sharing that...ill try to keep my acronym usage down for your sake...didnt mean to offend you or anyone else with "lol" im truely sorry i hope me and you can be bff someday and we will rofl about this..lmao lolol )
ohh and duprade, i tryed downloading arcsoft...but i had no success. maybe u kno if you have to copy some of the arcsoft files to directory or something bc my attempt to download it didnt solve the problem...
thanx in advance
Arcsoft_MMS_5.0.31.7.cab
someone ows duprade 1000 bux
found more problems...seeing if neone can relate
thanx a lot for the arcsoft cab..im gonna try it right now..
i ran into a few other problems tho...
1. the calendar soft key gives me an error HTCcalendar cannot be opened..but oddly enough i can open it through programs..but through the softkey it gives me an error...i tryed to fix it with the softkey changer but still no luck....
sms typing area or whatever u call it gets cut off..its some sort of glitch..
ne ideas?
cookzitall said:
thanx a lot for the arcsoft cab..im gonna try it right now..
i ran into a few other problems tho...
1. the calendar soft key gives me an error HTCcalendar cannot be opened..but oddly enough i can open it through programs..but through the softkey it gives me an error...i tryed to fix it with the softkey changer but still no luck....
sms typing area or whatever u call it gets cut off..its some sort of glitch..
ne ideas?
Click to expand...
Click to collapse
sms typing area = threadded sms = chat window like
calendar is called calendar.exe not HTCcalendar.exe. you have to cahnge the reghack for using softkeychange.
ok i found the registry hack for the calendar , sry for wasting space...but has neone had the chat window get cutt off ???
no money for duprade yet..MMS still doesnt work...when i go to send a mms it just hangs there and doesnt send.....what can be done?
cookzitall said:
no money for duprade yet..MMS still doesnt work...when i go to send a mms it just hangs there and doesnt send.....what can be done?
Click to expand...
Click to collapse
I'm guessing a soft reset didn't help matters for you, because it didn't for me. Somewhere somehow someone with figure out something
cookzitall said:
ok i found the registry hack for the calendar , sry for wasting space...but has neone had the chat window get cutt off ???
Click to expand...
Click to collapse
If you click the keyboard icon on the screen, this makes the reply window the correct size so you can see what you are typing. You can think resume normal typing once the window has enlarged...I am also missing my mms!
well, here's a cab that will setup your settings correctly for MMS ... but its still not working on my end... and im too tired to keep messing with it... but Im working with some other people on this .. so hopefully we'll get it solved soon.
i appreciate all the help..but where's the cab.? haha
duprade said:
Arcsoft_MMS_5.0.31.7.cab
Click to expand...
Click to collapse
I like the Itje's most recent rom release (6.1 black version), but reverted bacl to his previous rom release (ItsBlack) due to the stability, particularily the MMS issue. Would you or anyone else know the advantages or differences from this MMS cab's version over the HTC ArcSoft MMS 4.2.8.1?
the biggest advantage would be that arcsoft doesnt work! atleast not on 6.1black...i been trying to find some sort of solution...its really frustrating...but 6.1 black seems very stable to besides the mms issue....
has ne1 came close to finding the answer to our mms problem?
I love Black 6.1, and im dealing with the missing MMS (tho the dirty pics from chicks is sorely missed). Im just gonna wait since David and his "team" are working on it. They came thru with the keyboard fix....i have faith.
Quick side question (sorry to thread hijack as im in need of the MMS fix), how do you change the colors of the home icons?
What exactly is the issue with the MMS? It works on my ROM, maybe someone can compare the two's files and find out what's missing...
ivanmmj said:
What exactly is the issue with the MMS? It works on my ROM, maybe someone can compare the two's files and find out what's missing...
Click to expand...
Click to collapse
I have no option for MMS. From what Ive read its just missing from Black 6.1.

Still getting SMS Sent Notification

Hello everyone, I've googled the hell out of the problem i'm having with my phone and I'm still coming up with no luck. I've reg hacked the bejesus out of my phone, using KaiserTweak and AdvancedConfig. After installing Rumball's UI/themes (http://forum.xda-developers.com/showpost.php?p=2326335&postcount=28) I noticed that I'm still getting SMS sent notification, both icon, bubble, and sound. In KT or AC, I can look into the messaging section and see that I'm set to disabled...yet even after a soft reset i still get the notification.
Can anyone lead me in the right direction? I know a hard reset would handle the problem, but after 4 hours of tweaking to get match that setup, I'm hesitant to do that.
If a fix to this this is posted in another thread, please help me with posting the search string you used to find it so I avoid making redundant noob posts in the future. Thank you!
Josh
By any chance are you using the application phonealarm?
-McMex
rx7freak said:
Hello everyone, I've googled the hell out of the problem i'm having with my phone and I'm still coming up with no luck. I've reg hacked the bejesus out of my phone, using KaiserTweak and AdvancedConfig. After installing Rumball's UI/themes (http://forum.xda-developers.com/showpost.php?p=2326335&postcount=28) I noticed that I'm still getting SMS sent notification, both icon, bubble, and sound. In KT or AC, I can look into the messaging section and see that I'm set to disabled...yet even after a soft reset i still get the notification.
Can anyone lead me in the right direction? I know a hard reset would handle the problem, but after 4 hours of tweaking to get match that setup, I'm hesitant to do that.
If a fix to this this is posted in another thread, please help me with posting the search string you used to find it so I avoid making redundant noob posts in the future. Thank you!
Josh
Click to expand...
Click to collapse
I had this exact problem a few days ago but I dont know whether the solution will be the same. I had gone into advanced config to change my settings but the panorama setting for the camera can only be found in the
Try the following:
1. Run advanced config and go into the Messaging tab making sure Sent Notification and Delivery Notification are Disabled and then click done.
2. Now run your kaisertweak program and goto the Text Messages section making sure Sent Notification is Disabled and then close it.
3. Now goto your sms inbox and click on a txt message to open it. Click Menu at the bottom and select Message options making sure Delivery Notification is unticked.
If none of those steps fix it then try uninstalling Rumball's UI/themes.
If all those steps have been checked and ur still getting a delivery notification then I dont knnow what it is.
mcmexican said:
By any chance are you using the application phonealarm?
-McMex
Click to expand...
Click to collapse
YES!!! I went into the advanced options and it was right there... Thanks a million, my friend.
No Problem I have used PhoneAlarm for a long time.
-McMex
I had this issue with certain ROM's ... I found the answer from ROM make G-
Using a Registry editor do this...
[HKEY_LOCAL_MACHINE\Software\Microsoft\Inbox\Settings]
"SMSNoSentMsg"=dword:1 -> Change it to "0" to make it ENABLED
Click to expand...
Click to collapse
found it here...
http://forum.xda-developers.com/showthread.php?t=420494
A quick search should turn up the 2 most popular reg. editors...
question answered.
Thread closed.

Does Android 2.1 support bluetooth voice dialing?

If not, is there any way to get it working?
Since it was an option all the way back to 1.0.... the answer is *yes*.
lbcoder said:
Since it was an option all the way back to 1.0.... the answer is *yes*.
Click to expand...
Click to collapse
Never has worked for me. Voice dialing when connected to bluetooth, sure, but only through the phone's mic, not the headset.
Also, can't initiate the voice dialing by pressing the button on the headset. Are you sure about what you claim?
lbcoder said:
Since it was an option all the way back to 1.0.... the answer is *yes*.
Click to expand...
Click to collapse
Looks like your smart ass-ish response was incorrect sir. I'd have no problem with you being a bit of a smart ass in your reply if you were correct. But that's not the case.
http://code.google.com/p/android/issues/detail?id=1412
Sorry, read it fast. Missed the "bluetooth" part.
BTW: You douchebags don't need to be condescending a$$holes.
lbcoder said:
Sorry, read it fast. Missed the "bluetooth" part.
BTW: You douchebags don't need to be condescending a$$holes.
Click to expand...
Click to collapse
LOL. I'll let you slide this time. But no more speed-reading.
Back on topic. Has anyone figured out what the problem is, and if it can it be fixed? Is this a topic I need to move into Development?
Part Four said:
LOL. I'll let you slide this time. But no more speed-reading.
Back on topic. Has anyone figured out what the problem is, and if it can it be fixed? Is this a topic I need to move into Development?
Click to expand...
Click to collapse
Disabled via flag in the java framework.
frameworks/base/core/java/android/bluetooth/BluetoothHeadset.java:
/** The voice dialer 'works' but the user experience is poor. The voice
* recognizer has trouble dealing with the 8kHz SCO signal, and it still
* requires visual confirmation. Disable for cupcake.
*/
public static final boolean DISABLE_BT_VOICE_DIALING = true;
The flag is also present in the phone and voice dialer apps. You could probably recompile with the flag set false, so far haven't found a custom rom where anyone else has bothered to do that.
Am I missing something? All I do is hold the call button on my headset...

[Q] AT&T Ginger v20p, disabling increasing call volume??

I Tried searching on google, xda general, xda for LG Thrill 4G, everywhere, but just can't find a solution. Is there any way to disable the increasing call volume ?? I Hate that, and just can't find it anywhere on settings.... This is driving me nuts, please help !!
EDIT: I meant the increasing ringtone volume, my bad.
I agree....I want to hear it ring when it starts ringing. Some times it take a while till I can get my phone out to answer. And if I'm not hearing it till the second or third ring I would miss the call.
Smeagol44 said:
I Tried searching on google, xda general, xda for LG Thrill 4G, everywhere, but just can't find a solution. Is there any way to disable the increasing call volume ?? I Hate that, and just can't find it anywhere on settings.... This is driving me nuts, please help !!
EDIT: I meant the increasing ringtone volume, my bad.
Click to expand...
Click to collapse
It seems this is not only an LG Thrill "feature." To fix it, it looks like you have to root the device and replace phone.apk. But it also seems that phone.apk can be custom for each device. Apparently, there is a way to modify an existing phone.apk. If you can try, I'd be interested in the results.
forums.androidcentral.com slash t-mobile-optimus-t slash 131353-eliminate-ringtone-fade dot html (sorry, new users can't post links)
Xesdeeni
Xesdeeni said:
It seems this is not only an LG Thrill "feature." To fix it, it looks like you have to root the device and replace phone.apk. But it also seems that phone.apk can be custom for each device. Apparently, there is a way to modify an existing phone.apk. If you can try, I'd be interested in the results.
forums.androidcentral.com slash t-mobile-optimus-t slash 131353-eliminate-ringtone-fade dot html (sorry, new users can't post links)
Xesdeeni
Click to expand...
Click to collapse
I Actually tried that, i've followed a guide, but the actual file that has to be modified isn't there... (Ringer$1.smali, THIS is the guide i've tried to follow)
It may not be the same name.look at the smali files one at a time until u find the code to edit..the main thing is to find that line of code and comment it with the # thus disabling that feature...i would use apk tool as that is what im use to using. I will try it later tonight and post apk file if no one gets it first.
Sent from my LG-P920 using xda premium
Here is the editted phone.apk
Edit. Didn't work for me..wasn't too quite on first ring but definitely got loader.... I will double check edit and poke around in the ringer smali files later when I get some time .

Categories

Resources