[android-developers] 【SIP】Is sip api in android 2.3 support the re-invite request and SDP media negotiation?

2011-03-30 Thread tao li
It seems that sip api in android 2.3 does not support the re-invite request and SDP media negotiation, what should I do? Do you nice guys have any recommendation of sip stack for Android? -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Detect Intent Broadcast Receivers

2010-12-23 Thread Tao
of Receiver... This relies on a specific implementation on the part of the expected receivers, however, so it's not a very general solution. Any ideas? Thanks! Tao -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-27 Thread Tao
Droid, Bloomington, IN. But, it automatically reboots with battery put in, COME ON. Already sent email to android-market-seed...@google.com for replacement. Here are the symptons: If I plugin the usb cable and boot the phone without battery, it works perfectly. If I put the battery

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-27 Thread Tao
Hi Jonas, Thanks for the tips. I just went to a local Verizon store, they have confirmed for me that the battery is dead. I have sent emails to Google to see what they want me to do, quite disappointing though. On Mar 27, 1:31 pm, Jonas Petersson jonas.peters...@xms.se wrote: Hi Tao, Tao

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-27 Thread Tao
a Droid, then please go tohttp://phones.verizonwireless.com/motorola/droid/. (...) On Mar 27, 8:00 pm, Tao grea...@gmail.com wrote: Hi Jonas, Thanks for the tips. I just went to a local Verizon store, they have confirmed for me that the battery is dead. I have sent emails to Google

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-27 Thread Tao
My droid was from Indianapolis, IN, dead battery though. Good luck with yours. On Mar 27, 6:07 pm, Darshan darshan.ish...@gmail.com wrote: Can someone who received a Droid in the US let us know who/where it was shipped from?  Several people have mentioned that the Nexuses are coming from

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-27 Thread Tao
mmur...@commonsware.com wrote: Tao wrote: I did see that and tried to find a link for replacement. No luck so far. That link will just redirect you to the Droid Ads page. \ Local Verizon representative refused to replace the battery for me since she cannot find the number of the phone

[android-developers]

2010-03-02 Thread Vilon Tao
-- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit

[android-developers] How to cut off a long string in TextView

2009-06-05 Thread Tao
Hi All, Maybe it is a simple problem for some of you. But how do you automatically cut off long strings and add ... to the right end in TextViews, like Activity title does? Sorry for posting twice coz I didn't see my previous post in the list

[android-developers] Question about using TextView

2009-06-05 Thread Tao
Hi all, I just have a question which may be very simple to some of you. How can I make a TextView cut off long strings automatically? I noticed that Activity title can do that: from abcdefgh to abc... --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: Question about using TextView

2009-06-05 Thread Tao
gotcha, thx :) On Jun 5, 1:27 pm, Mark Murphy mmur...@commonsware.com wrote: Tao wrote: Hi all, I just have a question which may be very simple to some of you. How can I make a TextView cut off long strings automatically? I noticed that Activity title can do that: from abcdefgh to abc

[android-developers] Re: Question about using TextView

2009-06-05 Thread Tao
, it doesn't work Looks weird, maybe a SDK bug? Correct me if I am wrong. On Jun 5, 2:25 pm, Tao grea...@gmail.com wrote: gotcha, thx :) On Jun 5, 1:27 pm, Mark Murphy mmur...@commonsware.com wrote: Tao wrote: Hi all, I just have a question which may be very simple to some of you. How can