Guest Paul Posted December 29, 2010 Report Posted December 29, 2010 Internet Calling (SIP) is pretty cool, I'm using it with sipgate and it works great. One thing that is slightly annoying is that it works over WiFi only and disables itself over 3G. Thankfully, this is easily resolved! In the framework-res APK there is the following setting... <bool name="config_sip_wifi_only">false</bool> I think you can guess what changing this option does! :( I'm going to build this option into the Nexus S MCR. P
Guest RinTinTigger Posted December 29, 2010 Report Posted December 29, 2010 Internet Calling (SIP) is pretty cool, I'm using it with sipgate and it works great. One thing that is slightly annoying is that it works over WiFi only and disables itself over 3G. Thankfully, this is easily resolved! In the framework-res APK there is the following setting... <bool name="config_sip_wifi_only">false</bool> I think you can guess what changing this option does! ;) I'm going to build this option into the Nexus S MCR. P Cant wait! Thanks for your hard work, though ya sick :(
Guest Paul Posted December 29, 2010 Report Posted December 29, 2010 Caveat: The problem with doing this on a completely stock ROM is that if you change this setting using the various tools available, you'll break the framework-res signature. Not an issue on MCR or AOSP builds where the core libraries are re-signable, but a problem on stock. P
Guest chowdarygm Posted December 29, 2010 Report Posted December 29, 2010 Thank you thank you.......was waiting for this....
Guest roggin Posted December 29, 2010 Report Posted December 29, 2010 Hi Paul, Cool, I have searched it for a long time. Would you mind if I add it in my gingerbread ROM of Acer Liquid? :( Thanks.
Guest roggin Posted December 29, 2010 Report Posted December 29, 2010 Of course not! Go for it! ;) P Hi Paul, Big thanks to you. :( Thanks.
Guest markzh Posted January 2, 2011 Report Posted January 2, 2011 (edited) Hi Paul Thanks a lot. Markus Edited January 3, 2011 by markzh
Guest bemymonkey Posted January 12, 2011 Report Posted January 12, 2011 (edited) Hi there! Has anyone here gotten this working on 3G without massive power drain? On WiFi the power drain is the same as Sipdroid, but as soon as I switch to 3G, the power drain during standby spikes up to about 180-200 mA (normal is about 5mA). I'm using an early CyanogenMod 7 build, which seems to have Paul's tweak from the first post enabled, because I can place and receive calls over 3G. It's just the power drain that's killing me... has anyone got it working properly? Edited January 12, 2011 by bemymonkey
Guest bemymonkey Posted January 21, 2011 Report Posted January 21, 2011 Wow, nobody? Isn't anyone using Gingerbread's built-in SIP over 3G with this hack?
Guest Gyurci Posted January 31, 2011 Report Posted January 31, 2011 Hi, can you tell me how to implement SIP on a Nexus One? If I modify the ROM as described, does it not break the signature of my microMod v20 rom? Or else, is there a ready-made ROM that includes this feature? Any advice would be appreciated. Caveat: The problem with doing this on a completely stock ROM is that if you change this setting using the various tools available, you'll break the framework-res signature. Not an issue on MCR or AOSP builds where the core libraries are re-signable, but a problem on stock. P
Guest kaiya Posted April 14, 2011 Report Posted April 14, 2011 thats awsome... gonna try this out as soon as i can figure out how to set up a sip that will work properly on here... anyone got a good link to how to set this up properly? or if theres anyway to set up google voice account as my primary sip?
Guest david007 Posted June 1, 2011 Report Posted June 1, 2011 (edited) Is it possible to add native sip support to samsung galaxy s2(android 2.3.3) ? How ? Edited June 1, 2011 by david007
Guest asadi.alireza Posted July 5, 2011 Report Posted July 5, 2011 hi there, I have developed a SIP based voip application, I have a Server(Written in c# and two android client application(which is written based on the Native Sip Stack of Android 2.3). The SIP registration works perfect and beside that streaming and playing of my voice also works perfect over WiFi network but when i switch my network to 3G I cannot hear the voice(the SIP registration works without any problem). I trace the network, and I found out that stream passes my 3G network, but the android clients cannot play it, and one more thing that I tested was that If I change one of my client from android to a simple c# desktop application, even in 3G network everything works fine(it shows that my 3g network does not have any problem) and streaming and playing the voice works without any problem. please someone help me how can i hear this stream which is created by Native SIP Stack in a 3G network? PLEASE PLEASE PLEASE HELP ME, I GOOGLED, TESTED EVERY THING in the past 3 weeks but could not find any solution
Guest IBTECH Posted November 23, 2011 Report Posted November 23, 2011 Is there anyone here who can help be de-compile the new galaxy tab 7 plus framework-res.apk to enable SIP over 3G? The tab plus comes with SIP enabled stock, but not over 3g. My file is located here: http://www.multiupload.com/3A96VGBMG1 For some reason i can't get this to de-compile as APK tool just errors out.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now