[Q] SIP / VoIP Client Codecs - HTC Sensation

Hi all,
This thread pertains to the inbuilt Internet Calling feature on Gingerbread. By default, it uses g.711 but I use an audio broadcast unit which requires g.722.
Is anyone able to help me, with finding out where the prefs are for the default SIP client, and how to enable g.722 as Mon codec de preference?
Many thanks

Perhaps I should post this in Dev...

Well, according to the rules, I'm not allowed to post a development based question in the dev forum. Apparently "If it's not about a ROM, it's not allowed in the development area" - perhaps the 'Dev' area should be renamed 'ROMs', and a separate Development Area should be opened?! That way, serious questions won't get overlooked and moved down so quick with the masses of repeated questions from new members.
Anyway - thats my rant...
Here's my actual question - reposted:
Hi folks
OK, this isn't ROM related as such, but it is definitely development related, hence posting here. I'm not a programmer, but I know my way around config files etc. usually. What I'm trying to find out, is this:
Can I adjust the 'built-in' VoIP Client to use a different codec? There's no options available in software, but the config for the client must be somewhere - question is, WHERE would it be? If anyone can point me in the right direction, I'll report my findings
There's a few VoIP things I want to customise, but using the native client, rather than a third party app.
I'm not after a spoon-fed solution - just the clues where to look so I can sort it out.
Many thanks

Just unzip any ROM and look inside,
That would spare you own phone and you can check every single file.
Btw, apk are zip files as well...

I've had a look around, but still haven't found the right things.
I guess the 'Internet Calling' function is part of the main 'phone' app, but I can't find any settings or config files for this.
It should be such a simple change to make; but I'm stuck at the first hurdle!!

Related

Set phone to automatic profile programatically

Hi,
Does anyone know how to set the phone sound profile to automatic, through native or manged code, or whatever?
I know this is vendor specific, but I am assuming that HTC devices have a standard dll that exposes this functionality (pls let me know otherwise)
Thanks
-CU
this has been asked more than 10 times.
G-Profile
Hi Thanks for the response.
But I am actually looking for pointers with regard to how to implement this functionality in Code, I still havent found that through all the searching I have done. If you have seen another post regarding this, I would really appreciate the link.
Secondly, I actually checked out GProfile, regardng setting the sound profile, from what I saw it can do Normal, Vibration and Muted, but i couldnt find an option to set the phone back to automatic.
Thanks,
Appreciate any help.
-CU
oh oh sorry...
well.. first of all, you can post this question, with a good explanation of what you want to do in the Development and Hacking section (there goes all questions about development)... secondly, you can contact ageye for tips on profile programming. he knows it all
Hi Nir,
I actually did that, but I was asked to post to the Questions and Answers forum, and the post got closed.
see http://forum.xda-developers.com/showthread.php?t=515893
Shall I repost it in the Development & Hacking section?
Thanks,
-CU

[Q] Samsung Focus S = Not hack friendly

So, I have the feeling this isn't the place to post this, but seeing as how I was unable to find a section for the Focus S (yet there is one for the HTC Titan, which isn't even out yet) I figured I might as well post somewhere.
I've interlop unlocked and loaded a few different .xap's onto my device and have found that most either will not work (they close shortly after loading up) or they allow you to navigate around, but not edit anything. Advanced Config, Registry Editor, Samsung Tools, etc. will not allow for any kind of registry changes. Is there anyone who can point me to the right place for solving this issue?
Give me, oh, another hour. Reverse engineering the Focus S DLLs now. Already have registry, provxml, quite possibly filesystem, and a few other things (including the interface for call blocking, which doens't seem to exist in the older phones - sorry people with first-gen phones).
The new SecProxyClient.dll is super-useful. The new FCRouterProxy.dll looks to be amazing too, with lots of new APIs, but they obfuscated the function signatures, so it's going to take me a while to figure them out.
Of course, I don't have Focus S or Focus Flash, so I'm going to need some testers to make sure I've reassembled these APIs correctly. Any takers? I make no guarantee that these functions will work correctly, and if they don't it could mess up something, but I'll try hard to avoid that.
EDIT: Of course, the apps will need to be modified to use the new APIs and DLLs. It's not like I can publish my results and eisting apps will magically just work. I'll include the source of course, though, so it should be easy to build on my work. If schaps were willing to distribute the source for his own apps, I could fix them myself, but no such luck. That's what you get for closed-source, I guess.
I'm right here to test what you need.
I am more than willing to test. Just post it here or shoot me an email: [email protected]
I'm western time, so ill be up for a while
Yeah, I'm not.
Ill leave the testing for you, hope you guys have **** worked out by the morning.
i'm also willing to test as well, but please don't break my phone
All right folks, have at it. I'd like a few testers from each device, if possible, but mostly I just want good reports. PLEASE read the first post carefully - yes, I know it's long, but it will save both of us time.
http://forum.xda-developers.com/showthread.php?t=1348914
Moved to WP7 Q&A
You are correct there is no focus s forum. There are some posts relating to that phone there, but they are different so i will not move it there. As it is a question it has been moved to WP7 Q&A. Hopefully if and when a focus s forum is created you can request the thread is moved again.
Take it easy
O_G
You know, I'm beginning to wonder of the reason that the call blocking app is struggling so much is just because there's a problem with this DLL that it is (and I am) trying to use. Sigh...
Speaking of which, if anybody can get me the XAP for the Call Blocking app, or for any other Samsung Gen2 app, that could be very helpful.
Here you go

[Q] Is there an easy way to add a dummy service to an existing application? (for oom)

Hello world,
yes, I used the search function.
Background: (you may wish to skip to the question)
I'm a multitasker and I don't like Android killing my browser if I use one or two other applications for a minute or so, because I lose all my tabs content that way. While that isn't bad having a good network connection, it is real bad in subway train where I usally read news by phone and the internet connection is very bad.
So I tried many different things in order to prevent android from killing my browser, and finally I found a solution in the opera forum:
(I really would like to link you there, but: "To prevent spam on the XDA forums, ALL new users prevented from posting outside links in their messages. After approximately 10 posts, you will be able to post outside links. Thank you for understanding!")
knumsole wrote in Opera forum:
Here, take this: (sorry, can't post link, see above)
This is Opera Mobile 11.5.3, (...). I repackaged it with a dummy service which increases the OOM priority of the application. This will very effectively prevent Android from killing it.
Click to expand...
Click to collapse
(google for the complete sentences in that quote will lead you there.)
Adding this dummy service changed the applications oom priority from about 7 to 10 (--> gets killed soon to first) to an oom priority of 2 (which is totally stable for me).
[ooms read by auto memory manager.]
Question:
Is there a relative easy way to add a dummy service to an existing application? Such as "knumsole" did described before? (I tried contacting him, but wasn't successful)
I'd like to be able to do that myself, e.g. if I need a newer version of the browser. With "easy", I mean: I'm not an application developer, and I don't intend to become one. But I am able to extract an .apk file and modify text files in there and so. And if it is necessary, I would also compile that, too.
I use Android 4.1.2 on a rooted Samsung Galaxy S2.
Thank you!
* (more than) 24h bump *
24h bump
*bump*

[Completed] [Q] Need VOIP calling application with theme's

I did some quick searching and I did not find much on this specific topic.
I need to have a tablet, Windows or Android, that can make VOIP calls internally to our office.
Of course we can use Skype or one of the many other VOIP services. But we also want the application to look "professional" and "customized" to our office (Our logo, matching color scheme, ect.)
We do not have the resources to hire a developer to build an app for us.
I've seen some incredible themes made for android, IE Themer. And by my understanding it shouldn't be to far fetched of a thought that there is a barebones VOIP app capable of being themed.
Thanks for the help! First time poster, so I assume I've made many errors. #Clueless
Hi,
Here is a dedicated thread for such questions,
> General discussion > General > [Discussion] What's your next smartphone / What should I buy
Good luck!
Thank you. Thread closed.

Access and Change System Locale

Hey xda-forum!
I am currently trying myself on some Android development and need a little bit of a head start - I usually roam around in Web Developement and Scientific Data Analysis.
I want to quickly be able to switch back and forth my System Locale in Android by using a TileService.
I know from extensive googling and reading that since Android 4.2 these system settings are protected by the "WRITE_SETTINGS" permission.
As I only wanna use this "app" on my own, I am not bothered by this as I can grant that.
The question I am asking myself is how to actually set such a permission and what the correct identifier is for setting the locale.
I unfortunatly am too stupid to find it in the Android Documentation and the often refered "MoreLocale" app doesnt help me much as it doesnt work anymore apparently and the used code is deprecated.
Would be amazing if one or multiple of you could give me a heads-up on that, either pointing me into the right direction or giving me an example!
Thanks!
infiniteWays
P.S.: I think this belongs more to Software Development but I don't have enough posts to go there ^^ Sorry.

Categories

Resources