Re: When will ANdroid provide video phone function?

2009-05-20 Thread hengli cui
Thanks,I see.If I want to enable VT,than I will do the integration work
myself.

2009/5/19 Dave Sparks davidspa...@android.com


 That's just the video stack. For VT to work, it needs to be integrated
 with the telephony stack for call setup and teardown.

 On May 18, 7:06 pm, hengli cui sdch...@gmail.com wrote:
  How about the video telephony on opencore 2.0?Can it work?
  2009/5/19 Dave Sparks davidspa...@android.com
  
 
 
   The Android team doesn't have a schedule for video telephony support.
   It isn't high on the list of feature requests from partners.
 
   However, there may be others working on it.
 
   On May 17, 7:03 pm, hengli cui sdch...@gmail.com wrote:
When will ANdroid provide video phone function?Is there a schedule
 for
   this?
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
android-framework group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~--~~~~--~~--~--~---



Re: How to play a .avi file(encoded with mpeg4) on android?

2009-05-20 Thread Tejas M
Hi Hengli cui !
Just wanted to know if you were successful in integrating AVI parser into
openCORE ?
If yes, could you please share some steps on how you went about it...
We have also, taken up this activity. But, most of the concepts are new to
us and we are facing lot of issues.

Till now... we are trying to enable TRACE for MP4 playback path and study
the flow as Freepine has suggested.
And, we want to try the same for AVI.

Any suggestion from you in this regard,  will really help us.
Going forward, we shall publish our learnings.

Thanks  Regards,
Tejas

On Mon, Apr 27, 2009 at 7:48 AM, hengli cui sdch...@gmail.com wrote:

 Thanks very much.I want to integrate avi to opencore.Welcome everyone to
 discuss it.

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
android-framework group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~--~~~~--~~--~--~---



how to redirect pvlogger msg to logcat?

2009-05-20 Thread peng du


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
android-framework group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~--~~~~--~~--~--~---



Re: How to play a .avi file(encoded with mpeg4) on android?

2009-05-20 Thread hengli cui
I am not successful now.I check the parser of avi file in opencore,and can
not find a way.I will continue to do the work.I hope I can integrate the
paser of avi file into the opencore at the first step.

2009/5/20 Tejas M tejas.mah...@gmail.com

 Hi Hengli cui !
 Just wanted to know if you were successful in integrating AVI parser into
 openCORE ?
 If yes, could you please share some steps on how you went about it...
 We have also, taken up this activity. But, most of the concepts are new to
 us and we are facing lot of issues.

 Till now... we are trying to enable TRACE for MP4 playback path and study
 the flow as Freepine has suggested.
 And, we want to try the same for AVI.

 Any suggestion from you in this regard,  will really help us.
 Going forward, we shall publish our learnings.

 Thanks  Regards,
 Tejas

 On Mon, Apr 27, 2009 at 7:48 AM, hengli cui sdch...@gmail.com wrote:

 Thanks very much.I want to integrate avi to opencore.Welcome everyone to
 discuss it.




 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
android-framework group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~--~~~~--~~--~--~---



MmsApp giving a ClassNotFoundException and resulting in incoming text messages being lost.

2009-05-20 Thread helo

Hi there,

After having updated my ADP1 (to 1.5) with the images provided here:
http://www.htc.com/www/support/android/adp.html

I'm getting a ClassNotFoundException for the MmsApp. I can use another
app like ChompSMS to send text messages, but I'm unable the get
incoming messages.

Does anyone have any suggestions?

One weird thing I've noticed is that I do receive text messages for a
short period of time shortly after having done a factory reset, but I
do not find it a lasting solution =) It's weird though that the
ClassNotFoundException suddenly appears...

I've got a stack trace here:
http://pastie.org/483943
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
android-framework group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~--~~~~--~~--~--~---



Re: adb remount fails on G1 with Android 1.5 images

2009-05-20 Thread alanchen

Hi Mike,

Suppose there's a new fancy device made by BrandNew Co. and it's
equipped with a new hardware component and its driver.

Now I wish to develop a new fancy application to utilize the new
hardware feature, the only way to retrieve the eng build is to
contact the BrandNew Co ?

Alan

On 5月14日, 下午8時30分, Mike Lockwood lockw...@android.com wrote:
 FYI - there are three types of builds that have varying levels of security:

 user builds are secure. there is no way to get root access to the
 phone (unless you count the keyboard console bug that was fixed in
 RC30).  This is what ships for regular customers.

 eng builds are insecure - adb runs as root user, which allows you to
 get access to files within the /data partition, remount the /system
 file system read/write, etc.  The eng builds are normally used for
 development, so it is easier to debug and replace system files with
 adb remount and adb sync

 userdebug builds are somewhere in between.  The purpose is to run as
 close as possible to a user build while still allowing access for
 debugging.  adb runs as non-root, but the su command is enabled so
 you can get a root shell.  And new in cupcake is the adb root
 command, which restarts adb as root user, which basically allows you
 to enable the adb commands that work in the eng build.

 eng and userdebug builds also have some extra features enabled not in
 user builds, like the ability to attach to any Java process with DDMS
 or a Java debugger and saving bugreport files to the SD card by
 pressing a key combination.

 Based on what you are saying (the fact that adb root works), it
 sounds like HTC has a userdebug build on their web site.

 Mike

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
android-framework group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~--~~~~--~~--~--~---



Re: MediaRecorder / MediaPlayer simultaneous use?

2009-05-20 Thread Andy Quan
Dave,As for the restriction you mentioned, would I run into this violation
if I first minimize my video player (push it to the background like what it
is for music player), then open camcorder?

On Tue, May 19, 2009 at 11:03 PM, Dave Sparks davidspa...@android.comwrote:


 The media framework should be able to support it if you don't overtax
 the DSP, but I believe there's a restriction in SurfaceFlinger that
 prevents you from having two push-buffer SurfaceViews at the same
 time.

 On May 18, 5:34 pm, John Bresnik jbres...@gmail.com wrote:
  Anyone have experience doing simultaneous playback / recording, i.e. full
  duplex - couldn't find a definitive answer on whether it was support or
  not.
  Thanks
 



-- 
Thanks,
Andy

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
android-framework group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~--~~~~--~~--~--~---



Re: how to redirect pvlogger msg to logcat?

2009-05-20 Thread Freepine
http://groups.google.com/group/android-porting/browse_thread/thread/19502fce6473068b#
I guess it's the most popular question about opencore:) So it would be nice
if it can be recorded in pvlogger_users_guide.pdf
http://android.git.kernel.org/?p=platform/external/opencore.git;a=blob;f=doc/pvlogger_users_guide.pdf;h=a3d22e0fb297e0ddade2ea4c5d5160dc27116075;hb=6b31782f62c033186ad890719195f3c04e0a5f25or
in external/opencore/quick_start.txt

On Wed, May 20, 2009 at 4:25 PM, peng du peng1299...@gmail.com wrote:




 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
android-framework group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~--~~~~--~~--~--~---



Re: When will ANdroid provide video phone function?

2009-05-20 Thread Dave Sparks

You still have the same issue with VOIP - you need some protocol for
setting up the call (SIP, XMPP, etc).

On May 19, 5:45 pm, Eric Wong (hdmp4.com) ericwon...@gmail.com
wrote:
 Hi Dave,

 But that's not necessary for VOIP video calls, right?
 OpenCore 2.0 or higher can allow developers to support things like
 Video Skype or Google Video chat?

 Thanks
 Eric

 On May 20, 1:05 am, Dave Sparks davidspa...@android.com wrote:

  That's just the video stack. For VT to work, it needs to be integrated
  with the telephony stack for call setup and teardown.

  On May 18, 7:06 pm, hengli cui sdch...@gmail.com wrote:

   How about the video telephony on opencore 2.0?Can it work?
   2009/5/19 Dave Sparks davidspa...@android.com

The Android team doesn't have a schedule for video telephony support.
It isn't high on the list of feature requests from partners.

However, there may be others working on it.

On May 17, 7:03 pm, hengli cui sdch...@gmail.com wrote:
 When will ANdroid provide video phone function?Is there a schedule for
this?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
android-framework group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~--~~~~--~~--~--~---



Re: When will ANdroid provide video phone function?

2009-05-20 Thread Dave Sparks

Yes, those are the high-level steps.

BTW, we have already officially accepted OpenCORE 2.0, so this has
nothing to do with that. It's just that there are thousands of new
features we want to implement, and VT is not at the top of the list
right now.

On May 20, 4:29 am, Tejas M tejas.mah...@gmail.com wrote:
 Hi,
 So, just to make sure I have understand properly...
 Till the time Android officially takes the openCORE 2.0 into Android
 release... If someone wants to have a VT application running... needs to do
 following (very HIGH level break down) ...

 1. Use the PV 2Way developer's guide and come up with their own JNI layer
 and expose custom APIs for JAVA language.
 2. Develop VT application using those Java APIs. JNI in turn will interact
 with PV VT Stack.
 3. PV's VT stack has to be integrated with Telephony Stack.

 Is this the way ?

 Thanks  Regards,
 Tejas

 On Tue, May 19, 2009 at 8:35 PM, Dave Sparks davidspa...@android.comwrote:



  That's just the video stack. For VT to work, it needs to be integrated
  with the telephony stack for call setup and teardown.

  On May 18, 7:06 pm, hengli cui sdch...@gmail.com wrote:
   How about the video telephony on opencore 2.0?Can it work?
   2009/5/19 Dave Sparks davidspa...@android.com

The Android team doesn't have a schedule for video telephony support.
It isn't high on the list of feature requests from partners.

However, there may be others working on it.

On May 17, 7:03 pm, hengli cui sdch...@gmail.com wrote:
 When will ANdroid provide video phone function?Is there a schedule
  for
this?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
android-framework group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~--~~~~--~~--~--~---



Nike dunk high shoes wholesale\retail

2009-05-20 Thread http://www.nikestore88.com....................

Nike dunk high shoes wholesale\retail

Our company mainly deal with the import and export of the brand
sports
shoes, clothes, jewelry, bags , glasses, etc . Products such as Nike
Jordan sell well in America , Canada , as well as Europe and other
countries. Our objective is to supply products of first-class quality
and advanced technology. Customers satisfaction is our greatest
pursuit. We thank you for your attention and wish having a long time
business relationship with all buyers from all over the world.


we take PAYPAL as the method of payment!
please kindly visite our website: http://www.nikestore88.com
msn: nikestore...@hotmail.com
email: nikestore...@gmail.com


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
android-framework group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~--~~~~--~~--~--~---



Re: about sp and wp

2009-05-20 Thread Dave Sparks

I inserted comments below. You need to make sure that the critical
section cannot be entered by another thread at the same time.
Otherwise a race condition can occur that result in two camera objects
being created.

Typically this is done by having a mutex associated with the singleton
that you lock at the start of the critical section, and unlock at the
end. Don't forget to unlock before the return inside the critical
section or you will deadlock the third time you call this function.

However, the mutex is not necessary if there is already a mutex around
the call to createInstance() and there is no other code that accesses
the singleton.

spCameraHardwareInterface CameraHal::createInstance()
{
LOG_FUNCTION_NAME

// BEGIN CRITICAL SECTION
if (singleton != 0) {
spCameraHardwareInterface hardware = singleton.promote();
if (hardware != 0) {
return hardware;
}
}

spCameraHardwareInterface hardware(new CameraHal());

singleton = hardware;
// END CRITICAL SECTION

return hardware;

}

On May 19, 6:42 pm, xie yili@gmail.com wrote:
 thanks very much ,there must have a mutex to protect the singleton~~~

 ye, it actually has 2 references : the singleton and the fuction return
 value ,but the singeleton is a wp pointer . It just add a weak
 reference , not a strong reference.Do you mean that the caller to
 createInstance() will hold a strong reference when the return value goes
 out of scope ?

 在 2009-05-19二的 08:00 -0700,Dave Sparks写道:

  Yes, it actually has 2 references upon exit: The singleton and the
  function return value. Presumably the caller to createInstance() also
  holds onto a reference when the return value goes out of scope.

  I hope there is a mutex protecting the singleton somewhere because
  this code has a race condition otherwise.

  On May 19, 5:15 am, Freepine freep...@gmail.com wrote:
   Its reference count gets increased by copy constructor  operator = while
   returned from createInstance().

   On Tue, May 19, 2009 at 4:15 PM, xie yili@gmail.com wrote:

hi Dianne~~

thanks for you answer~~ i have implmented the camera hal with v4l2,
although i used the below source, i still have some confusion. I think
the below source is a singleton mode, if the object have been freed we
will creat a new object . when i creat a new object with this code :

spCameraHardwareInterface hardware(new CameraHal());

i think the hardware is a temp variable, it will be deleted when the
function return. And the sp is a smartpointer ,it will free the object.
But i am wrong in fact , the object have not been deleted. Can you tell
my where i am wrong ~~

thanks very much

spCameraHardwareInterface CameraHal::createInstance()
{
   LOG_FUNCTION_NAME

   if (singleton != 0) {
       spCameraHardwareInterface hardware = singleton.promote();
       if (hardware != 0) {
           return hardware;
       }
   }

   spCameraHardwareInterface hardware(new CameraHal());

   singleton = hardware;
   return hardware;
}

在 2009-05-19二的 00:43 -0700,Dianne Hackborn写道:
 sp == strong pointer, wp == weak pointer.

 The object will remain around while there are strong pointers; it is
 destroyed once the last one is released.  All you can do with a weak
 pointer is comparison and attempting to promote to a strong pointer;
 the latter will fail if there are no other strong pointers on the
 object.

 On Mon, May 18, 2009 at 11:56 PM, xie yili@gmail.com wrote:

         Dear all :

         when i read the android source, i find that sp is not only
         a smart
         pointer,it manage a strong ref count and i also find that the
         wp
         manage a weak ref count .

         who can tell me how the two kinds of pointer works together,
         when will
         the object be freed?

         thanks a lot

 --
 Dianne Hackborn
 Android framework engineer
 hack...@android.com

 Note: please don't send private questions to me, as I don't have time
 to provide private support, and so won't reply to such e-mails.  All
 such questions should be posted on public forums, where I and others
 can see and answer them.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
android-framework group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~--~~~~--~~--~--~---



WWW.IOFFERKICKS.NET cheaper nike shoes g-satr kidrobot hoodies ed hardy star red monkey gino green global true religion ed-hardy kidrobot jeans hoodies china supplier wholesaler exporters,manufactur

2009-05-20 Thread ghvghfhvgh...@gmail.com

Get Nike Shoes at Super Cheap Prices
Discount Nike air jordans  (www.iofferkicks.net)
Discount Nike Air Max 90 Sneakers  (www.iofferkicks.net)
Discount Nike Air Max 91 Supplier  (www.iofferkicks.net)
Discount Nike Air Max 95 Shoes Supplier  (www.iofferkicks.net)
Discount Nike Air Max 97 Trainers  (www.iofferkicks.net)
Discount Nike Air Max 2003 Wholesale  (www.iofferkicks.net)
Discount Nike Air Max 2004 Shoes Wholesale
(www.iofferkicks.net)
Discount Nike Air Max 2005 Shop  (www.iofferkicks.net)
Discount Nike Air Max 2006 Shoes Shop  (www.iofferkicks.net)
Discount Nike Air Max 360 Catalogs  (www.iofferkicks.net)
Discount Nike Air Max Ltd Shoes Catalogs  (www.iofferkicks.net)
Discount Nike Air Max Tn Men's Shoes  (www.iofferkicks.net)
Discount Nike Air Max Tn 2 Women's Shoes  (www.iofferkicks.net)
Discount Nike Air Max Tn 3 Customize  (www.iofferkicks.net)
Discount Nike Air Max Tn 4 Shoes Customize
( www.iofferkicks.net)
Discount Nike Air Max Tn 6 Supply  (www.iofferkicks.net)
Discount Nike Shox NZ Shoes Supply  (www.iofferkicks.net)
Discount Nike Shox OZ Sale  (www.iofferkicks.net)
Discount Nike Shox TL Store  (www.iofferkicks.net)
Discount Nike Shox TL 2 Shoes Store (www.iofferkicks.net)
Discount Nike Shox TL 3 Distributor (www.iofferkicks.net)
Discount Nike Shox Bmw Shoes Distributor  (www.iofferkicks.net)
Discount Nike Shox Elite Shoes Manufacturer
(www.iofferkicks.net)
Discount Nike Shox Monster Manufacturer  (www.iofferkicks.net)
Discount Nike Shox R4 Running Shoes  (www.iofferkicks.net)
Discount Nike Shox R5 Mens Shoes  (www.iofferkicks.net)
Discount Nike Shox Ride Womens Shoes (www.iofferkicks.net)
Discount Nike Shox Rival Shoes Wholesaler  (www.iofferkicks.net)
Discount Nike Shox Energia Wholesaler  (www.iofferkicks.net)
Discount Nike Shox LV Sneaker  (www.iofferkicks.net)
Discount Nike Shox Turbo Suppliers  (www.iofferkicks.net)
Discount Nike Shox Classic Shoes Suppliers
(www.iofferkicks.net)
Discount Nike Shox Dendara Trainer  (www.iofferkicks.net)
Discount Nike Air Jordan 1 Seller  (www.iofferkicks.net)
Discount Nike Air Jordan 2 Shoes Seller  (www.iofferkicks.net)
Discount Nike Air Jordan 3 Collection  (www.iofferkicks.net)
Discount Nike Air Jordan 4 Shoes Collection
(www.iofferkicks.net)
Discount Nike Air Jordan 5 Chaussure Shoes
(www.iofferkicks.net)
Discount Nike Air Jordan 6 Catalog  (www.iofferkicks.net)
Discount Nike Air Jordan 7 Shoes Catalog  (www.iofferkicks.net)
Discount Nike Air Jordan 8 Customized  (www.iofferkicks.net)
Discount Nike Air Jordan 9 Shoes Customized
(www.iofferkicks.net)
Discount Nike Air Jordan 10 Wholesalers  (www.iofferkicks.net)
Discount Nike Jordan 11 Shoes Wholesalers (www.iofferkicks.net)
Discount Nike Air Jordan 12 Factory  (www.iofferkicks.net)
Discount Nike Air Jordan 13 Shoes Factory (www.iofferkicks.net)
Discount Nike Air Jordan 14 Shoes Sell  (www.iofferkicks.net)
Discount Nike Air Jordan 16 Exporter  (www.iofferkicks.net)
Discount Nike Air Jordan 17 Shoes Exporter
(www.iofferkicks.net)
Discount Nike Air Jordan 18 Offer  (www.iofferkicks.net)
Discount Nike Air Jordan 19 Shoes Offer  (www.iofferkicks.net)
Discount Nike Air Jordan 20 Manufacture  (www.iofferkicks.net)
Discount Nike Jordan 21 Shoes Manufacture  (www.iofferkicks.net)
EMAIL:dudesmallm...@gmail.net
MSN :dudes-m...@msn.net

http://www.iofferkicks.net
we are specialized in all kinds of brand name sport shoes AAA grade,
like NIKE SHOES, ADIDAS SHOES, JORDAN AIR MAX, SHOX, PUMA, DUNK, BAPE,
TIMBERLAND, AF1, GUCCI,LV,PRADA,LEISURE SHOES ,BBC nike suppliers in
china, nike, nike dunk, dunk, nike af1, af1, nike rift, rift, nike max
95, max95, nike max 90, max 90, nike max 91, max 91, nike max 95, max
95, nike max 97, max97, nike max180, nike max360, max 360, max 180,
nike max ltd, nike max tn, nike max 2003, max 2003, nike max 2006, max
2006, nike max 2004, max 2004, air force 1, air force one, nike af1,
af1, nike air force 1, nike shox, nike max, nike shox nz, shox nz, nz,
nike shox oz, shox oz, oz, nike shox r3, shox r3, r3, nike shox r4,
shox r4, r4, nike shox r5, shox r5, r5, nike shox tl1, shox tl1, tl1,
nike shox tl2, tl2, nike shox tl3, LRG, GGG, RMC, ArtfulDodger, DG,
Rockjeans, AF, EVS, seven, t-shirts, LV, AF1, max, shox, converse,
timberland boots, NBAstars, james, kobe, garnett, carter, macgrady,
pippen, sandals, hogan, adidas, nikeshoes, dunk, puma, prada, bape,
gucci, jordan, BBC, jacket, DS, hoody, ED hardy, CLH, kidrobot,
sweater, kidclothes, jersey, swimmingwear, ranbansunglass, coach,
chanel, armani, burberry, watch, fendi handbags, belts, wallet,
jewellery, umbrella, hats, mobile phone..., bape, bbc, evisu, lrg, ed-
hardy, lacoste hoody, polo, red monkey, NFL abercrombie, Clothing,
hoody, jacket, coat, jeans, suit, t-shirt, sweater, jerseys BAPE,
BBC,EVISU HOODIES POLO LACOSATE t-shirt, jeans like ED EVISU BBC RMC;
LV, CHANEL GUCCI PRADA HANDBAGS, IPOD MP3,,MP4 PS3 PSP; HATS;
SUNGLASSES; BELTS; and so on, our products have been exported to South
America, north merica,Australia, 

Re: Android source code versions

2009-05-20 Thread Jelly

yep~the cupcake-1.5 version is same as anroid-1.5~~~:)

2009/5/20 sandy sandy.andr...@gmail.com:

 Is android-1.5 and cupcake-1.5 is same?
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
android-framework group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~--~~~~--~~--~--~---



Re: Android 1.5 and cupcake 1.5

2009-05-20 Thread Romain Guy

Cupcake == Android 1.5

On Wed, May 20, 2009 at 8:26 AM, Nima sayikuma...@gmail.com wrote:

 Hi,

  We have downloaded the source code using the following link.

 repo init -u git://android.git.kernel.org/platform/manifest.git -b
 android-1.5

  Whether this source code version is cupcake 1.5?

 How can we download cupcake 1.5 source code ?

 ThanksRegards,

 




-- 
Romain Guy
Android framework engineer
romain...@android.com

Note: please don't send private questions to me, as I don't have time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
android-framework group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~--~~~~--~~--~--~---



Re: Docs on telephony and how to use log in Telephony

2009-05-20 Thread Yusuf T. Mobile

http://developer.android.com/reference/android/telephony/package-summary.html
is the telephony API doc. Does that help?

I probably don't understand your second question, sorry. But in case I
do, the answer is: you use Log the same way everywhere.




Yusuf Saib
Android
·T· · ·Mobile· stick together
The views, opinions and statements in this email are those of the
author solely in their individual capacity, and do not necessarily
represent those of T-Mobile USA, Inc.



On May 20, 1:18 am, ramesh chr...@gmail.com wrote:
 Hi,

 I started working on Telephony. I am not finding any doc on this
 topic. Can You help me? where it is available.
 And how to use Log in Telephony?

 Thanks in advance!
 Ramesh Chandra
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
android-framework group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~--~~~~--~~--~--~---



Android source code versions

2009-05-20 Thread sandy

Is android-1.5 and cupcake-1.5 is same?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
android-framework group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~--~~~~--~~--~--~---



OpenCORE rtsp streaming in android1.5

2009-05-20 Thread Andy Quan
Hi,I am working on rtsp streaming with opencore in android1.5. I want to
check time stamp information for each data packet at the very beginning of
opencore framework. Could anybody tell me which part of source codes I
should refer to? I guess it should be rtp packets receiver at the beginning
of opencore pipeline.

-- 
Thanks,
Andy

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
android-framework group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~--~~~~--~~--~--~---



Re: Docs on telephony and how to use log in Telephony

2009-05-20 Thread ramesh

Hi,

Thanks For your reply.
I am not looking for APIs.
I am searching for Architecture of Telephony in Android.
Regards,
Ramesh Chandra

On May 20, 10:53 pm, Yusuf T. Mobile yusuf.s...@t-mobile.com
wrote:
 http://developer.android.com/reference/android/telephony/package-summ...
 is the telephony API doc. Does that help?

 I probably don't understand your second question, sorry. But in case I
 do, the answer is: you use Log the same way everywhere.

 Yusuf Saib
 Android
 ·T· · ·Mobile· stick together
 The views, opinions and statements in this email are those of the
 author solely in their individual capacity, and do not necessarily
 represent those of T-Mobile USA, Inc.

 On May 20, 1:18 am, ramesh chr...@gmail.com wrote:

  Hi,

  I started working on Telephony. I am not finding any doc on this
  topic. Can You help me? where it is available.
  And how to use Log in Telephony?

  Thanks in advance!
  Ramesh Chandra
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
android-framework group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~--~~~~--~~--~--~---



dmtracedump

2009-05-20 Thread k kruups
Hi All,

Has anyone tried the dmtracedump command on windows system( window XP sp2 or
sp3).

Here is the command syntax:

dmtracedump [-ho] [-s sortable] [-d trace-base-name] [-g outfile]
trace-base-name

The exact command I am executing is the following (I have a trace file
generated by traceview command -- I am able to view the trace files
(filename: info.trace and otherinfo.trace) successfully via traceview.

*at command prompt:*

dmtracedump -ho  -d otherinfo -g output info

However no error nor file is generated.  Is this operator error or issue
with tool?

Is there a verbose mode for this tool?

Regards,
K

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
android-framework group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~--~~~~--~~--~--~---