[android-developers] Re: MjSip authentication problem

2008-07-09 Thread Andrea Bernardi
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. Best Regards, Andrea Bernardi 2008/7/9 andyn

[android-developers] Re: MjSip authentication problem

2008-07-09 Thread Andrea Bernardi
. But the register functionality not On 9 Jul., 13:00, Andrea Bernardi [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

[android-developers] Re: Wrong UDP checksum

2008-07-07 Thread Andrea Bernardi
is your bug, maybe in the qemu layer. Now I insert it in the web bug tracking system. Best Regards, Andrea Bernardi 2008/7/1 Andrea Bernardi [EMAIL PROTECTED]: Hi, In detail I have a sip user agent inside the Android emulator that exchange signalling data over an UDP socket to an Internet server

[android-developers] Wrong UDP checksum

2008-07-01 Thread Andrea Bernardi
Hi at all, I've noticed that udp packets sent from a my application inside Android emulator have the udp checksum wrong viewing from Wireshark. Seems that udp checksum is computed but the value is erroneous. Anyone have a similar problem? Best Regards, Andrea Bernardi

[android-developers] Image not correctly viewed

2008-04-04 Thread Andrea Bernardi
Hello at all, i'm developing on Android since the last month and I've encountered this problem in these days. If I download an image from Internet with this code isn't correctly viewed: package org.ti.weather; import java.io.BufferedInputStream; import java.io.IOException; import