[android-developers] Re: How to upload the video to web site?

2008-05-03 Thread mikel
Thanks very much!! On Apr 25, 9:54 am, Himanshu <[EMAIL PROTECTED]> wrote: > Hey, > > Check out the WebCamBroadCaster > onhttp://www.tomgibara.com/android/camera-source > > Himanshu > > On Apr 24, 6:07 pm, mikel <[EMAIL PROTECTED]> wrote: > > > I want to implement upload the video to web site ?

[android-developers] Re: How to access the native(local) files in emulator

2008-05-03 Thread David Given
Liang Yang wrote: [...] > I want to acess the files which can be listed by adb shell, the below is one > example: As I said, all the Java I/O classes work. Try 'new FileInputStream("/proc/cpuinfo")'. -- ┌─── dg@cowlark.com ─ http://www.cowlark.com ─ │ "I have always wished for my comput

[android-developers] Re: How to access the native(local) files in emulator

2008-05-03 Thread Liang Yang
Hi, David I want to acess the files which can be listed by adb shell, the below is one example: 1) cmd:> adb shell 2) ls 3) cd proc 4) and there is one file named "cpuinfo" which I would like to access from application sied Is it possible ? Thanks, Liang 2008/5/3, David Given <[EMAIL PROTECTED

[android-developers] Re: How to access the native(local) files in emulator

2008-05-03 Thread David Given
Liang Yang wrote: [...] > Is it possible to access the file in emulator, such as files in the below > directories : If you mean from the host computer, try 'adb pull'. If you mean from an Android application, the standard Java file I/O functions work as you would expect (although Unix file permis

[android-developers] Re: New beta book available: Hello, Android

2008-05-03 Thread Ed Burnette
Thanks for reporting the typo, it's fixed in the next version. There are 5 chapters in the B1.0 beta PDF, including the preface. Three sections are publicly available on the web site for free (the preface, and sections from two chapters). On May 1, 9:38 am, Peli <[EMAIL PROTECTED]> wrote: > Than

[android-developers] Re: New beta book available: Hello, Android

2008-05-03 Thread Ed Burnette
It's there now. However Amazon only has the paper version which won't be out until later this year. Pragprog.com has both the PDF (beta) and paper (pre-order). On May 2, 12:02 am, j <[EMAIL PROTECTED]> wrote: > Cool. > > Will thisbookbe available on amazon.com?  I can't seem to find it > there. >

[android-developers] Class loading order, Xml Document.NormalizeDocument method

2008-05-03 Thread 5arky
My android application uses some library, that parses Xml file and uses NormalizeDocument method which is normally included in my jdk. Android SDK m15_rc15 has Document class but has no NormalizeDocument method.. I've found another library (Xerces) which includes class with this method... and I've

[android-developers] How to access the native(local) files in emulator

2008-05-03 Thread Liang Yang
Hi, All: Is it possible to access the file in emulator, such as files in the below directories : cache d init etc var data system sys tmp proc sbin root dev Thanks, Liang --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro

[android-developers] Re: XMPP two way communication problem

2008-05-03 Thread sacoskun
Hello mickrobk and Hielko, I set the emulators in correct way mickrobk, no problem there. Thanks for informing me on asynchronous state of services, it started to work when I give enough time to the service to bound, Hielko. Best wishes, -sacoskun On May 2, 1:09 pm, Hielko <[EMAIL PROTECTED]>

[android-developers] Memory's control. How can I do it?

2008-05-03 Thread vitvikt
Hi,all! I want anderstand, what values are reported in LogCat's string INFO/dalvikvm-heap(508): GC old usage 55.3%; now 2.282MB used / 4.282MB soft max (4.377MB real max) I find, that after several restarts my application, I get "Out of memory on a 551696-byte allocation." After this I can again