Hello, Can I run Android in a PC, if so please point me few links/steps
I understand that Dalvik is for ARM, but if the Emulator can create A platform for Android apps to run why not we be able to run it In a normal OS? Is Android compiled Bytecode completely different from normal bytecode, Where does it differ, is it the Hardware Architecture or the software? Thanks Arul -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Markus Sent: Monday, November 24, 2008 4:49 PM To: android-porting Subject: [android-porting] Re: Procedure to extract Filesystem From NewSDK Hi, you can extract the filesystem like in the tutorial you mentioned, nothing changed in Android's basic file system structure. Indeed, there are some changes in the booting process. You have to call /init to boot Android, runtime does not exist anymore. There are also some changes in the kernel, like the new ashmem driver, which are required for Android. bye Markus On 24 Nov., 06:54, Eric Michael <[EMAIL PROTECTED]> wrote: > Hi all., > > I would like to know the procedure to extract the Filesystem > from the latest release of android SDK 1.0. > > I ve already extracted the Filesystem from the older SDK mc5-r14 by > following the steps given in > > http://elinux.org/Android_on_OMAPand I was able to boot the board > with older filesystem. > But Now some modifications are done on the init script and I m not > able to boot with RFS from NewSDK. --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [EMAIL PROTECTED] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
