777
I Use This!
Activity Not Available

News

Analyzed 4 months ago. based on code collected 4 months ago.
Posted almost 17 years ago by [email protected] (Dustin Leiblein)
So now that Pwnage is released for the iPhone, which allows the iPhone to boot unsigned firmwares, it seems theoretically possible to have an iPhone boot other operating systems. I want to work to get Android running on the iPhone, but need to know if Android can run on the iPhones ARM 1176 processor.
Posted almost 17 years ago by [email protected] (shubhamoy)
I want to compile and build an android application from the command line,possibly from a makefile. please help.
Posted almost 17 years ago by [email protected] (vivi)
Hi all, I tried to port Android(m5-r14) to a ARM9ejs based hardware board. After two week's work, Android successfully ran on the board. But after idle screen appeared on LCD, it would not response to any keypad event. I also created input ... [More] device under /class/input/input0, the event interrupt sent event like kernel\driver\keyboard\goldfis h_event.c did: [Less]
Posted almost 17 years ago by [email protected] (Alvin Cao)
Hi all I try to start android manually by the a.sh method, not /init. It turns out that the runtime process ends up with an infinite loop in which it tries to communicate with zygote but get refused. ============================== =============== 12:00:00.030344 socket(PF_FILE, SOCK_STREAM, 0) = 7
Posted almost 17 years ago by [email protected] (sim0nx)
Hi, I'm trying to get Android running on a n810 (OMAP2420). Currently there is only a 2.6.21 kernel available for this platform, and as the kernel patch to support it is rather large (>5MB, keyboard, touchscreen, oneflash, etc) it seems easier ... [More] to backport the android 2.6.23 patch. I've managed to patch the kernel, but I'm having some issues with [Less]
Posted almost 17 years ago by [email protected] (David Given)
(Originally posted to -developers, but this seems to be more of an -internals issue so reposting here. Slightly modifying for clarity.) I'm trying to use JNI to load a library. However, I seem to have a situation where System.loadLibrary() --- which I assume is calling dlopen() behind the scenes --- is incorrectly applying relocations in
Posted almost 17 years ago by [email protected] (Alvin Cao)
Hi all, I have a problem. The /system/bin/runtime process ends up with an infinite loop. It keep printing out this message 12:00:02.632555 socket(PF_FILE, SOCK_STREAM, 0) = 7 12:00:02.633569 connect(7, {sa_family=AF_FILE, [email protected]}, 17) = -1 ECONNREFUSED (Connection refused) 12:00:02.634857 close(7) = 0
Posted almost 17 years ago by [email protected] (Bright)
Dear All: Does any body know Android can run on ARMV4 or just can run on ARMV5??
Posted almost 17 years ago by [email protected] (Max)
How can I press multiple keys in emulator using mouse? I mean, how I can be sure that pressing multiple keys (two arrows for example) on my keyboard will have same effect like pressing two arrows in emulator or real device? I'm making application for Android which is trying to use all the time
Posted almost 17 years ago by [email protected] (Ze)
I don't understand how Android is an open source project as its source hasn't been released? Ze