are u porting to some new target hardware or will be working with
android emulator?

- for emulator,
   since u've completed android build, have you're output in the
<android>/out  directory. That includes, besides the ROM images, a
bunch of tools too, including the emulator. say, linux emulator is at
<android>/out/host/linux-x86/bin/emulator. Just set an environment
variable named ANDROID_PRODUCT_OUT  to
<android>/out/target/product/generic, and then running the emulator
without any options will run your compiled ROM.

- for actual hardware,
  u need to get bootloader and kernel working first. (will be the
major work, if u dont have them already)
 then, see existing projects for more steps - like rowboat,
http://code.google.com/p/rowboat/
 or some wiki's like http://omappedia.org/wiki/Android_Getting_Started

-Deva


On Mon, Mar 22, 2010 at 6:51 PM, Venkat <venkivo...@gmail.com> wrote:
> hi Experts,
>
> I am Venkat, I am new to Android porting, I would like to port
> android. I have done the works as per the instruction from this
> website http://source.android.com/download , I have done the make once
> getting the things form the repo sync. I need a help to proceed
> further.
>
> Thanks & Regards,
> Venkat
>
> --
> unsubscribe: android-porting+unsubscr...@googlegroups.com
> website: http://groups.google.com/group/android-porting
>
> To unsubscribe from this group, send email to 
> android-porting+unsubscribegooglegroups.com or reply to this email with the 
> words "REMOVE ME" as the subject.
>

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

To unsubscribe from this group, send email to 
android-porting+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to