Posted
about 17 years
ago
by
[email protected]
(Diluka Moratuwage)
Hi all, I tried to build a shared library, using an existing static library. (I wanted to build and test a custom dynamic library, by statically linking to libc.a) It seems that there exists a relocation problem. Any ideas ? Following is the
|
Posted
about 17 years
ago
by
[email protected]
([email protected])
Hello, I'm new to Android, but I've skimmed over the APIs and glanced at the kernel configuration in order to figure out how deployed Android units can interact with GSM SIM, Java Card, or Global Platform cards. Are there plans to allows this kind of interaction? I notice android.telephony.gsm allows SMS, but I'm specifically
|
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]
(John Ohara)
Hi, I am looking for a security contact to email about findings and issues in Android. Is anybody there? Cheers, J..
|
Posted
about 17 years
ago
by
[email protected]
([email protected])
Hi guys: Does anybody has the experience of running apache httpd on android. I have installed the busybox(it has the httpd) on android. But how can i do in the next step ? I have tried push the httpd.conf into android then used the command: httpd -c /data/httpd/httpd.conf but I use netstat I found it dose not work:(
|
Posted
about 17 years
ago
by
[email protected]
(Diluka Moratuwage)
Hi all, Any ideas about the toupper() and tolower() functions of the Android C library ? I use them in one of my programs and I get the error, undefined reference to `__ctype_toupper_loc' . Seems toupper() is not working in android. Any ideas, highly appreciated. Thanks, Diluka.
|
Posted
about 17 years
ago
by
[email protected]
(Diluka Moratuwage)
Hi all, Is there and equivalent function for int pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) in android ? I'm curious about that. Any ideas ? thanks, Diluka.
|
Posted
about 17 years
ago
by
[email protected]
(andy luo)
Hi, Anyone knows how to boot Android from on-board Nand Flash? Currently I can boot it from Ethernet and USB, but failed to boot from Nand. The problems seems that I can not run Android Java code on Yaffs.
|
Posted
about 17 years
ago
by
[email protected]
(Diluka Moratuwage)
Hi all, I need to know about the operating system that is running on android. Is it a custom compiled linux kernel ? Or else is it an existing linux kernel for Embedded Software systems ? I believe it is a custom build linux kernel. I just want to make sure about that. Any ideas ? Thanks, Diluka.
|
Posted
about 17 years
ago
by
[email protected]
(motz)
Hi all; Does anyone experienced segmentation fault when connecting to the emulator's console by telnet? I often have such experience. The following is my environment and the procedure to reproduce. Is it a known bug? My environment; emulator: m3-rc37 host: Fedora 8 eclipse : not used
|