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 ?
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
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
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
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
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.
>
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
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
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]>
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
10 matches
Mail list logo