• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [DEV] Visual Voice Mail for CM10.1 / AOSP 4.2.2

G

g60madman

Guest
All,

So I have gotten visual Voice Mail to work by using an App called PF Voicemail+ the problem is getting Virgin Mobile to forward your voice mail to 7185359024. If you call that number it ask you for a number to leave a message on. You then put in your phone number to leave a message and the visual voice mail came through instantly on the PF Voicemail+ app.

I need to spend some time on seeing if I can hack around the source code in CM10.1 to allow for that feature to work. The cool thing though is I did not get any text messages bothering me. I will see what I can do on that front, but wanted to let other know so we can get more eyes on this. :D
 
Is this working now? or is it just an idea? I the sprint feature code doesn't work for me. and changing the voice mail number in the dialer settings doesn't take (which I am pretty sure only changes the number for the press and hold 1 button).

This does work in they way I listed but wont work if some ones calls you and hits voice mail. Hoping we can get more Devs involved to assist in solving this.
 
Upvote 0
So doing some further testing with the CM10.1 / AOSP 4.2.2 I released using the 3/10 build. I ran a logcat when the call hits voice mail and a voice mail is left. VM is sending the visual voice mail properly we just need to find a way to talk to the text message and grab it in the visual voice mail app

Code:
03-10 19:48:40.970: V/MmsConfig(3205): mnc/mcc: 310120
03-10 19:48:40.970: V/MmsConfig(3205): tag: bool value: enabledMMS - true
03-10 19:48:40.980: V/MmsConfig(3205): tag: bool value: enabledTransID - true
03-10 19:48:40.980: V/MmsConfig(3205): tag: bool value: enabledNotifyWapMMSC - true
03-10 19:48:40.980: V/MmsConfig(3205): tag: int value: maxMessageSize - 1258291
03-10 19:48:40.980: V/MmsConfig(3205): tag: string value: userAgent - sami515
03-10 19:48:40.980: V/MmsConfig(3205): tag: string value: uaProfTagName - Profile
03-10 19:48:40.980: V/MmsConfig(3205): tag: string value: uaProfUrl - http://uaprof.vtext.com/sam/i515/i515.xml
03-10 19:48:40.980: V/MmsConfig(3205): tag: int value: recipientLimit - 20
03-10 19:48:40.980: V/MmsConfig(3205): tag: string value: httpParams - x-up-calling-line-id: 1##LINE1##|X-VzW-MDN: 1##LINE1##
03-10 19:48:40.980: V/MmsConfig(3205): tag: string value: httpParamsLine1Key - ##LINE1##
03-10 19:48:40.980: V/MmsConfig(3205): tag: int value: maxImageHeight - 1944
03-10 19:48:40.980: V/MmsConfig(3205): tag: int value: maxImageWidth - 2592
03-10 19:48:40.980: V/MmsConfig(3205): tag: string value: emailGatewayNumber - 6245
03-10 19:48:40.980: V/MmsConfig(3205): tag: bool value: aliasEnabled - true
03-10 19:48:40.990: V/MmsConfig(3205): tag: int value: aliasMinChars - 2
03-10 19:48:40.990: V/MmsConfig(3205): tag: int value: aliasMaxChars - 48
03-10 19:48:40.990: V/MmsConfig(3205): tag: bool value: enableMultipartSMS - true
03-10 19:48:40.990: V/MmsConfig(3205): tag: bool value: enableSplitSMS - true
03-10 19:48:40.990: V/MmsConfig(3205): tag: int value: smsToMmsTextThreshold - 8
03-10 19:48:40.990: V/MmsConfig(3205): tag: int value: maxMessageTextSize - -1
03-10 19:48:40.990: V/MmsConfig(3205): tag: bool value: enableSprintVVM - true
03-10 19:48:41.050: V/SmsReceiverService(3205): onStart: #1 mResultCode: -1 = Activity.RESULT_OK
 
Upvote 0
So doing some further testing with the CM10.1 / AOSP 4.2.2 I released using the 3/10 build. I ran a logcat when the call hits voice mail and a voice mail is left. VM is sending the visual voice mail properly we just need to find a way to talk to the text message and grab it in the visual voice mail app

Code:
03-10 19:48:40.970: V/MmsConfig(3205): mnc/mcc: 310120
03-10 19:48:40.970: V/MmsConfig(3205): tag: bool value: enabledMMS - true
03-10 19:48:40.980: V/MmsConfig(3205): tag: bool value: enabledTransID - true
03-10 19:48:40.980: V/MmsConfig(3205): tag: bool value: enabledNotifyWapMMSC - true
03-10 19:48:40.980: V/MmsConfig(3205): tag: int value: maxMessageSize - 1258291
03-10 19:48:40.980: V/MmsConfig(3205): tag: string value: userAgent - sami515
03-10 19:48:40.980: V/MmsConfig(3205): tag: string value: uaProfTagName - Profile
03-10 19:48:40.980: V/MmsConfig(3205): tag: string value: uaProfUrl - http://uaprof.vtext.com/sam/i515/i515.xml
03-10 19:48:40.980: V/MmsConfig(3205): tag: int value: recipientLimit - 20
03-10 19:48:40.980: V/MmsConfig(3205): tag: string value: httpParams - x-up-calling-line-id: 1##LINE1##|X-VzW-MDN: 1##LINE1##
03-10 19:48:40.980: V/MmsConfig(3205): tag: string value: httpParamsLine1Key - ##LINE1##
03-10 19:48:40.980: V/MmsConfig(3205): tag: int value: maxImageHeight - 1944
03-10 19:48:40.980: V/MmsConfig(3205): tag: int value: maxImageWidth - 2592
03-10 19:48:40.980: V/MmsConfig(3205): tag: string value: emailGatewayNumber - 6245
03-10 19:48:40.980: V/MmsConfig(3205): tag: bool value: aliasEnabled - true
03-10 19:48:40.990: V/MmsConfig(3205): tag: int value: aliasMinChars - 2
03-10 19:48:40.990: V/MmsConfig(3205): tag: int value: aliasMaxChars - 48
03-10 19:48:40.990: V/MmsConfig(3205): tag: bool value: enableMultipartSMS - true
03-10 19:48:40.990: V/MmsConfig(3205): tag: bool value: enableSplitSMS - true
03-10 19:48:40.990: V/MmsConfig(3205): tag: int value: smsToMmsTextThreshold - 8
03-10 19:48:40.990: V/MmsConfig(3205): tag: int value: maxMessageTextSize - -1
03-10 19:48:40.990: V/MmsConfig(3205): tag: bool value: enableSprintVVM - true
03-10 19:48:41.050: V/SmsReceiverService(3205): onStart: #1 mResultCode: -1 = Activity.RESULT_OK


Maybe someone can logcat an evervolv rom and see what that one does differently. Visual Voice mail works on that 4.2.2 rom using the sprint VVM from E4GT-ICS-FE10 zip
 
Upvote 0
Uh, I installed Evervolv rom and flashed the sprint-VVM-from-E4GT-ICS-FE10.zip file, but it doesn't work. does the same thing as on every other cm10.1 rom.

I'm on the 2-17 nightly which is JB 4.2.2 and it works perfectly.
VVM, GPS, I even installed the (AOSP3) ACID Audio_engine for better sound and the HDR camera apk.

Mod version: Evervolv-Neco-3.2.0-Nightly-2013.02.17
 
  • Like
Reactions: g60madman
Upvote 0
I'm on the 2-17 nightly which is JB 4.2.2 and it works perfectly.
VVM, GPS, I even installed the (AOSP3) ACID Audio_engine for better sound and the HDR camera apk.

Mod version: Evervolv-Neco-3.2.0-Nightly-2013.02.17

Thanks that build worked for me, I tried the latest build and it didn't work. I was wondering would anyone be able to modify this VM MMS fix to not show 9016 VVM texts? http://d-h.st/B5K

btw is the Volume Button Music Controls (for long press) working for you, it isn't for me on this rom.
 
Upvote 0
Thanks that build worked for me, I tried the latest build and it didn't work. I was wondering would anyone be able to modify this VM MMS fix to not show 9016 VVM texts? Dev-Host - CM10_1MMS with MmsFix+cache.zip - The Ultimate Free File Hosting / File Sharing Service

btw is the Volume Button Music Controls (for long press) working for you, it isn't for me on this rom.


It works for me but if i open an app while listening to music it distorts the sound.
I'm trying to figure out why on the 2/17 4.2.2 rom vvm mail works but later nighties it doesn't. BTW if you fresh install the rom you can install any of the vvm apks available I am currently using sprints version T.5.3.1.20 works perfect. seems you can add the sprint ones on top of eachother but if you start with e4gt one you can't add the newer ones.
 
  • Like
Reactions: g60madman
Upvote 0
It works for me but if i open an app while listening to music it distorts the sound.
I'm trying to figure out why on the 2/17 4.2.2 rom vvm mail works but later nighties it doesn't. BTW if you fresh install the rom you can install any of the vvm apks available I am currently using sprints version T.5.3.1.20 works perfect. seems you can add the sprint ones on top of eachother but if you start with e4gt one you can't add the newer ones.

This. I installed that 2/17 rom last night and vvm works perfect! It even lists the text of the voicemail in the pull down menu! Why can't this successful 4.2.2 w/ vvm rom be built on?
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones