Posted
about 17 years
ago
by
[email protected]
(Ankur)
hi , I an facing problems in video streaming using android...i can play 3gp file using streaming but only audio is there no video has been displayed ..so any one suggest the way of playing video using streaming and is it possible to run streaming video in androiddddd.................
|
Posted
about 17 years
ago
by
[email protected]
(Arturo Díaz Almagro)
Hello all, Might anybody tell me what does the system_server process do? Thanks
|
Posted
about 17 years
ago
by
[email protected]
(Diluka Moratuwage)
Hi all, Do you have some idea of this statically linking in android ? I tried the statically linking thing, and seems it raise a relocation problem. Can you please give me a suggestion if you have some idea of it. I used the following commands to build the library. arm-none-linux-gnueabi-gcc -c android_util.c
|
Posted
about 17 years
ago
by
[email protected]
(Joey)
Hello all, I am porting android to my ARM9 device and am having problems getting the touchscreen to work. On my device the touchpanel driver passes absolute X/Y co-ordinate values to the kernel input subsystem. When i touch the screen, more often
|
Posted
about 17 years
ago
by
[email protected]
(rajx)
errors while running ./build-emulator.sh [: 48: ==: unexpected operator [: 54: ==: unexpected operator [: 58: ==: unexpected operator cat: /etc/ld.so.conf.d/*.conf: No such file or directory [: 72: ==: unexpected operator In file included from ./src/video/x11/SDL_x11video.h :53, from ./src/video/x11/SDL_x11dga_c.h :24,
|
Posted
about 17 years
ago
by
[email protected]
(rajx)
I get following error while running build-emulator.sh on ubuntu gcc version is 4.1.2 libSDL 1.2.11 is already installed. [: 72: ==: unexpected operator /bin/bash ./libtool --mode=compile gcc -g -O2 -I./include - D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -D_REENTRANT - DHAVE_LINUX_VERSION_H -c ./src/video/x11/SDL_x11dga.c -o build/
|
Posted
about 17 years
ago
by
[email protected]
(windstorm)
I know that Sharp SC-C series have succeed in doing this, But sharp has stopped selling Linux-based PDAs in the US since 2004, and please note that C860 was announced in 2003, so I don't know if we can buy it now. Also its performance is kind of out of date. It's the only device which has been ported to Android successfully,
|
Posted
about 17 years
ago
by
[email protected]
(Diluka Moratuwage)
Hi all, Seems to me that, strtod function, which comes with Android C library is bit different from the one exist in glibc. I could run the following code in a PC but, doesn't run correctly on Android. The code is; char buffer[100] = "2356.35"; double dval = strtod(buffer, (char **)NULL);
|
Posted
about 17 years
ago
by
[email protected]
(Diluka Moratuwage)
Hi all, Is there an equivalent function for signal(); in android. I saw few functions, but I'm not which one I need to use. What I'm interested in is signal handling in multi-threading. The exact function I need to use is; signal(SIGPIPE, SIG_IGN). Anybody has any idea ? Thank you. Thanks, Diluka.
|
Posted
about 17 years
ago
by
[email protected]
(Diluka Moratuwage)
Hi all, Is the header files for android C library available ? Thanks, Diluka
|