![]() |
Visual voicemail with Free Mobile
1 Attachment(s)
Being frustrated by lack of software, I tried to figure out if I could make visual voicemail work.
I have found a blog explaning how to retrieve visual voicemail login and password from Free Mobile ( french carrier ). http://ckgandroiddev.blogspot.ch/201...-omtpimap.html Thanks to that guy, he has really been helpful responding to my emails and giving me details about how he did it. Visual voicemail must be activated on Free Mobile account settings, I tried with “android” type. So first we need to send following sms in PDU mode to number 2051 and port 5499 : Code:
STATUS:pv=13;ct=free.VVM.10;pt=5499;//VVM The problem is that they reply on a specific port, and I could not find an easy way to catch that message. I will try to explain how I managed it, but sorry I am a newbie. So I started tcpdump from my computer via SSH ( Is there a way to open more then one terminal on N9 ? ) to see what happens on phonet0 interface : Code:
/usr/sbin/tcpdump -i phonet0 -s 0 -w logfile.pcap Then, in terminal on N9 : I used opensh to have the right capas unless it doesn't work: Code:
opensh Code:
at+cmgf=0 Code:
at+cmgs=57 Code:
00410004810215000430060504157B00005354415455533A70763D31333B63743D667265652E56564D2E31303B70743D353439393B2F2F56564D In SSH session, wait a little bit after the message is sent, and press CTRL+C to stop the dump. I analyzed the file in wireshark and could find following string (not complete) where XXXXXX is the user and YYYYYY is the password: Code:
//VVM:STATUS:st=R;rc=0;srv=vvm.proxad.net;tui=666;dn=2051;ipt=993;spt=0;u=XXXXXX;pw=YYYYYY;lang=fre;g_len=30;vs_len=5;pw_len... - mail address XXXXXX@BLABLA.COM - user XXXXXX - password YYYYYY - server vvm.proxad.net - server type IMAP4 - port 993 - connexion type SSL - download headers only It fails with an error message when refreshing, but then it shows the messages in inbox. When I open an attached AMR file, I also get an error message but then it plays the file. So there must be some tuning to do on the settings or a bug on IMAP handling. Can you please help me to clarify this post, write a script, or find an easier way to do the same thing ? This can help people to make visual voicemail work with other carriers also. EDIT : You will find attached my first bash script !!! You must run it with opensh and have tcpdump installed. It shows the login and password received by sms. -Any way I can improve it ? -Is it possible to make it work without opensh or tcpdump ? -Can I generate an email account with a script ? Thanks in advance. |
All times are GMT. The time now is 17:48. |
vBulletin® Version 3.8.8