[android-porting] Please help!! I want to port some part of dalvik VM on DSP to make it fast. please help.

2010-04-12 Thread stupid123
Hi ALL, I am trying to analyze how JIT works in Dalvik VM. This is what I understood till now about dalvik : After compilation, dalvik builds a shared library libdvm.so. Init process starts Zygote process and It forks itself to start other process. Each process loads libdvm.so library

[android-porting] Re: Please help!!! include Prebuilt library to the main android build (building android from complete source)

2010-04-04 Thread stupid123
Can anyone helpe me out ? On Apr 4, 2:33 pm, stupid123 tapas...@gmail.com wrote: It seems to me that this happens because out/host/linux-x86/bin/acp doesn't find any rules for my library libloop_matmul1gpp.a . Can anyone tell me how to solve that. I am a novice user. please help. thanks

[android-porting] Re: Please help!!! include Prebuilt library to the main android build (building android from complete source)

2010-04-04 Thread stupid123
, stupid123 tapas...@gmail.com wrote: Can anyone helpe me out ? On Apr 4, 2:33 pm, stupid123 tapas...@gmail.com wrote: It seems to me that this happens because out/host/linux-x86/bin/acp doesn't find any rules for my library libloop_matmul1gpp.a . Can anyone tell me how to solve that. I am a novice

[android-porting] Issues on porting android to beagle like board

2010-02-08 Thread stupid123
Hi ALL, I am porting android on beagle board following this guide : http://android.serverbox.ch/wp-content/uploads/2010/01/android_industrial_automation.pdf I used linux omap kernel 2.6.29 and android donut release and reconfigured it for beagle board. But Android hangs while running

[android-porting] How to download from git repositories ?

2010-01-29 Thread stupid123
HI, I am trying to download android-omap-2.6.29 kernel from http://android.git.kernel.org/?p=kernel/omap.git;a=summary I have run following commands :$git clone git://android.git.kernel.org/kernel/omap.git But this does not show android-omap-2.6.29 branch in downloaded directory.