Hi to everybody
this is my first post on the forum. I report an issue that I' ve already opened on the rowboat project site. Thanks in advance for the support.
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.