Vonage Mobile on Android — How to find your SIP information
If you have Vonage Mobile on your Android based smartphone you know that you’re able to make free calls over WiFi. I’m currently in a different country using a satellite Internet connection and the Vonage Mobile app is having trouble staying connected to the WiFi here, so I’m using 3CXPhone setup with the SIP server information for Vonage Mobile which is working much better (I tried using fring, but people I called couldn’t hear me although I could hear them). Here are two methods on how to find your SIP information for Vonage Mobile so that you can use other devices or other Android apps with SIP capabilities.
Using ADB
- Install ADB (http://developer.android.com/guide/developing/tools/adb.html)
- Turn on “USB Debugging” on your Android.
On the device, to go the home screen, press MENU, select Applications > Development, then enable USB debugging. - Connect your phone to your computer.
- Open a command prompt (Win+R, type “cmd”, press Enter)
- Type in “adb root“
- Type in “adb shell“
- Type in “cat /data/data/com.vonage.andrd/shared_prefs/VonageSettings.xml“
- Your SIP username is where you see SipPrincipal in the xml file. Your SIP password is where you see SipPassword, and the SIP server (or proxy server) is where you see SipDomain.
Using a terminal emulator on your Android (like Better Terminal Emulator) for rooted phones ONLY:
- Type in “su“
- Type in “cat /data/data/com.vonage.andrd/shared_prefs/VonageSettings.xml“
- Your SIP username is where you see SipPrincipal in the xml file. Your SIP password is where you see SipPassword, and the SIP server (or proxy server) is where you see SipDomain.
Â
|
Vonage Mobile for Android |
3CXPhone for Android (VoIP) |
fring |
Better Terminal Emulator Pro |
|
|
|
|
|
1 Comment to Vonage Mobile on Android — How to find your SIP information
Leave a Reply
Recent Posts
- OnWander Final Scores of the Utterly Pointless Leaderboard
- Ice Cream Sandwich on my G2x… Awesome!
- How To: Use PHP to Change a Bluehost Email Account Password
- How to: Merge Multiple Video Files Into One Using ffmpeg
- Windows 7 as a Wi-Fi Access Point
- Grammar, Spelling and Numbers
- Bulk Convert DOCX to DOC
- Collage Generator
- Identify This Cipher
- Interesting Error from Win 7
- Binary Clock — My First Android App
- Vonage Mobile on Android — How to find your SIP information
- Crest Prime
- The Travelling Salesman Problem
- Install exFAT FUSE Module for Ubuntu with Read/Write Support
- Accessing an IMAP account using SSL (OpenSSL on Gmail)
- Color Wheel
- Bulk Convert XLSX to XLS
- Convert NRG to ISO using DD
- Afghanistan: CRC for the contractor
- Personality Types
- Iraq: CRC for the contractor





Which version of the Vonage app did you use? The newer version has the password and domain obfuscated, though the username is plaintext.