[android-developers] Re: -http-proxy problems

2008-08-21 Thread andyn
ote: > Sorry I forgot to mention i am using the SDK 0.9 beta for Windows > which does'nt have sqlite3 embedded. > I can't invoke the sqlite3 from the adb shell. I can't access the > system table in the /data/.settings.db path. > Any solutions? > > On

[android-developers] Re: -http-proxy problems

2008-08-21 Thread andyn
Try it this way: http://openhandsetmagazine.com/2007/11/tips-howto-connect-android-emulator-behind-proxy/ On Aug 21, 9:05 am, shan <[EMAIL PROTECTED]> wrote: > I am using a Win XP machine, I started the emulator with : emulator - > http-proxy "http://:"  but the default browser does'nt > work (

[android-developers] mjSIP stack - sending subscribe / notify messages

2008-07-25 Thread andyn
Hi, has anyone already successfully tried to send notify messages or subscribe messages over sip by using the mjsip stack? Are there any manuals / tutorials / demo applications / ... available? --~--~-~--~~~---~--~~ You received this message because you are subscr

[android-developers] Re: Does Android support IMS and SIP?

2008-07-15 Thread andyn
I'm currently working with the mjsip stack which is a Android port of a j2me SIP stack. More information under: http://www.hsc.com/resourceCenter/resource.aspx Regards, Andy On 15 Jul., 13:42, Jagan B <[EMAIL PROTECTED]> wrote: > Is there any API  for IMS and SIP for transfer the media files

[android-developers] Re: Showing lists having multiple columns

2008-07-15 Thread andyn
Ok, I created a new adapter which works. But now I've got the problem that I want to add a onclick feature what means that if I click on one item then a list will be shown. I've already found some examples in the internet, but they all are inherting from Activity or ListActivity. In my case the cl

[android-developers] Re: ListView display problem

2008-07-11 Thread andyn
wrote: > Have you setup the security permissions needed to read contacts info > in AndroidManifest.xml? > > -Dave > > On Jul 10, 7:44 am, andyn <[EMAIL PROTECTED]> wrote: > > > Hi there, > > > I want to include a listview displaying my contacts' names. &g

[android-developers] Re: About "adb install"

2008-07-11 Thread andyn
The apk file needs to be in the subfolder "tools" of your Android installation. An interesting site: http://openhandsetmagazine.com/2008/01/tips-how-to-install-apk-files-on-android-emulator/ Have you done it like that and still are getting the error? On 11 Jul., 07:21, Raj <[EMAIL PROTECTED]

[android-developers] Showing lists having multiple columns

2008-07-10 Thread andyn
Hi there, how would you implement a list containing multiple columns like in the contacts demo application which contains the names and a star with "mobile" at the right. I want to display my contacts by adding icons behind the names in an additional column. regards, Andy --~--~-~--~

[android-developers] ListView display problem

2008-07-10 Thread andyn
Hi there, I want to include a listview displaying my contacts' names. I have the following code: -- String[] projection = new String[] { android.provider.BaseColumns._ID, android.provider.Contacts.PeopleColumns.NAME,

[android-developers] Re: MjSip authentication problem

2008-07-09 Thread andyn
. Don't you have the same problem??? Regards, Andy On 9 Jul., 14:21, andyn <[EMAIL PROTECTED]> wrote: > I found out the same. It is automatically handled by the > RegisterAgent, but there seems to be another problem at reading out > some data. So the "realm" and &qu

[android-developers] Re: MjSip authentication problem

2008-07-09 Thread andyn
; <[EMAIL PROTECTED]> wrote: > Yes, is a standard procedure for digest-authentication. > The MjSip MjSip should manage this situation, in the code present in > RegisterAgent.java in the function onTransFailureResponse. > Maybe you can debug this section to see if there is an error. >

[android-developers] Re: MjSip authentication problem

2008-07-09 Thread andyn
t know if it is a normal procedure that first a request is sent without the authorization data and when it fails the second request contains this data or if it is a server specific problem...any ideas??? On 8 Jul., 10:30, "Zhihong GUO" <[EMAIL PROTECTED]> wrote: > Have you t

[android-developers] MjSip authentication problem

2008-07-08 Thread andyn
Hi there, have anyone tried to get the demo application running included in the MjSip zip package from HSC? The whole zip package can be downloaded under: http://www.hsc.com/resourceCenter/resource.aspx I used Wireshark for checking the data transmitted to my sip server. But there's only one re