virus4love / rowboat

Automatically exported from code.google.com/p/rowboat
1 stars 0 forks source link

SIP API not supported on beaglebone #176

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compile SipDemo sample from android SDK
2. Install WalkieTalkieActivity on beaglebone
3. Run the app

What is the expected output? What do you see instead?
After configuration I expect to call someone over SIP protocol. Instead when I 
debugged the application I get null SipManager (file 
"WalkieTalkieActivity.java" class "WalkieTalkieActivity"  method 
"initializeManager" line 104).

What version of the product are you using? On what operating system?
I'm using BeagleBone with LCD3 cape REV A2. I' ve installed android JB 4.2.2 
(sources from git://gitorious.org/rowboat/) compiled with ubuntu 12.10 64-bit

Please provide any additional information below.
From API docs I read SipManager.newInstance return null if SIP API not 
supported, but it should be supported from API level 9 and JB 4.2.2 has API 
level 17.

Original issue reported on code.google.com by mas...@gmail.com on 9 Mar 2013 at 7:06