[android-porting] Re: About image make

2009-09-11 Thread Kaushik(ICMAN)
yup..thats it ... Thats the perfect way..I have similare way of doing that for ARM systems. Thanks 2009/9/11 Yi Sun > Sorry, clicked on the send too fast. With the source code from > git.android-x86.org, you can add your applications in following ways:1. if > you have a prebuilt application,

[android-porting] Re: About image make

2009-09-11 Thread Yi Sun
Sorry, clicked on the send too fast. With the source code from git.android-x86.org, you can add your applications in following ways:1. if you have a prebuilt application, then you can just copy the apk file to vendor/asus/eeepc/app. The makefile will pick it up and put it into the right location in

[android-porting] Re: About image make

2009-09-11 Thread Yi Sun
Go www.android-x86.org On 2009-9-11, at 21:16, 李承霖 wrote: > > no, i porting on X86 systems > > the path is ?? > "out/target/product/eee_701/apps" ?? > > 2009/9/12 Kaushik(ICMAN) : >> R u using the beagleboard ??? >> -kaushik >> >> On Fri, Sep 11, 2009 at 6:45 PM, 李承霖 wrote: >>> >>> Hi Kaushi

[android-porting] Re: About image make

2009-09-11 Thread Kaushik(ICMAN)
yeah ..I guess that is the path of your system. I have Android and I am using it for beagleboard. My path is also similar to yours. You can try using that. 2009/9/11 李承霖 > > no, i porting on X86 systems > > the path is ?? > "out/target/product/eee_701/apps" ?? > > 2009/9/12 Kaushik(ICMAN) : > >

[android-porting] Re: About image make

2009-09-11 Thread 李承霖
no, i porting on X86 systems the path is ?? "out/target/product/eee_701/apps" ?? 2009/9/12 Kaushik(ICMAN) : > R u using the beagleboard ??? > -kaushik > > On Fri, Sep 11, 2009 at 6:45 PM, 李承霖 wrote: >> >> Hi Kaushik, >> Can you give the path of the apps folder?? >> thanks. >> >> 2009/9/12 Kaush

[android-porting] Re: About image make

2009-09-11 Thread Kaushik(ICMAN)
R u using the beagleboard ??? -kaushik On Fri, Sep 11, 2009 at 6:45 PM, 李承霖 wrote: > > Hi Kaushik, > Can you give the path of the apps folder?? > thanks. > > 2009/9/12 Kaushik(ICMAN) : > > > > Hi Chang, > > > > If you making apps using eclipse then as far as I knw. it gives you an > > .apk files

[android-porting] Re: About image make

2009-09-11 Thread 李承霖
Hi Kaushik, Can you give the path of the apps folder?? thanks. 2009/9/12 Kaushik(ICMAN) : > > Hi Chang, > > If you making apps using eclipse then as far as I knw. it gives you an > .apk files. You can directly copy this files into the apps folder to > be able to use on the phone or the developeme

[android-porting] Is there anybody who have ported 3G USB modem into the android device?

2009-09-11 Thread max
Hi All, Now I have ported a 3G USB modem into the android device, I use pppd to do the dial. But one problem is that I can not do hot-plugin, in other words, when I plug in a USB modem into the device, I must manually input the command in the adb shell to realize dialing job, How can I realize

[android-porting] Re: About image make

2009-09-11 Thread Kaushik(ICMAN)
Hi Chang, If you making apps using eclipse then as far as I knw. it gives you an .apk files. You can directly copy this files into the apps folder to be able to use on the phone or the developement board. -Kaushik On 9/11/09, Cheng Lin wrote: > > Could you give me some tips on how to create a

[android-porting] About image make

2009-09-11 Thread Cheng Lin
Could you give me some tips on how to create a android system image that contains a apps that i developed using eclipse? thanks --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -

[android-porting] Re: libaudio build issue

2009-09-11 Thread Maxime Petazzoni
Apparently Donut at git.omapzoom.org doesn't use hardware/ti/omap3/ libaudio/ anymore, I'll try disabling it. It's building, we'll see if it works :) On Sep 11, 5:19 pm, Maxime Petazzoni wrote: > Hi, > > I'm trying to build the latest Android from git.omapzoom.org for > Zoom2. I synced to the la

[android-porting] libaudio build issue

2009-09-11 Thread Maxime Petazzoni
Hi, I'm trying to build the latest Android from git.omapzoom.org for Zoom2. I synced to the latest code using "./repo sync", but when starting the build, I get an error about libaudio : PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=1.6 TARGET_PRODUCT

[android-porting] Re: Video decoder: LCML_InitMMCodec fails

2009-09-11 Thread Pras
Ok, Thanks On Sep 11, 6:08 pm, RaviY wrote: > The error is coming from "TI_Video_Decoder". It is not part of the > default framework. You need to consult whoever owns that module. > > -Ravi > > On Sep 11, 12:21 am, Pras wrote: > > > > > Hi, > > > I am using the following android code for Omap Z

[android-porting] Re: How to Enable Hardware Audio Codecs in android OMAP zoom2

2009-09-11 Thread RaviY
A very similar question has been asked at http://groups.google.com/group/android-porting/browse_thread/thread/c491bcb2660e7b1e#. Please collaborate. -Ravi On Sep 11, 12:21 am, sunee wrote: > Hi, > > I am working on android for omap zoom2 target. > omapkernel - 2.6.27 > android    - RLS25.6 > >

[android-porting] Re: Video decoder: LCML_InitMMCodec fails

2009-09-11 Thread RaviY
The error is coming from "TI_Video_Decoder". It is not part of the default framework. You need to consult whoever owns that module. -Ravi On Sep 11, 12:21 am, Pras wrote: > Hi, > > I am using the following android code for Omap Zoom2 target: > Android Code – RLS25.6 version > Omap Kernel – 2.6.

[android-porting] Re: Anybody can tell me how the /dev/ folder under linux is mounted into android

2009-09-11 Thread Robert Beckett
The devices are created from system/core/init/devices.c as part of the init process. You can change the names in there if you wish. The names by default come from the uevent that the init process receives, but there is no reason why you couldnt change the name, or better still keep the default

[android-porting] Re: ARM EABI toolchain for Android donut

2009-09-11 Thread koba
Jim, thank you for your quick reply. So nice. I will try it later. On 9月11日, 午後4:53, Jim Huang wrote: > 2009/9/11 koba : > > > I want to try to rebuild the toolchain on myself. > > Can I get the source code? Or some android patch? > > hi koba, > > You can try "android-toolchain" builder from 0xd

[android-porting] Re: ARM EABI toolchain for Android donut

2009-09-11 Thread Jim Huang
2009/9/11 koba : > I want to try to rebuild the toolchain on myself. > Can I get the source code? Or some android patch? > hi koba, You can try "android-toolchain" builder from 0xdroid: http://gitorious.org/0xdroid/development/trees/beagle-cupcake Or, try prebuilt GNU Toolchain provided by

[android-porting] Re: ARM EABI toolchain for Android donut

2009-09-11 Thread koba
Hi, I want to try to rebuild the toolchain on myself. Can I get the source code? Or some android patch? On 9月11日, 午後2:11, osd wrote: > Hi All, > > Embinux team has released beta build > (ecc-android-crm_g3d7823fa_bb0f1156c-0909-arm-eabi.bin.tgz) of Embinux > Cross Compiler (ARM port) for Androi

[android-porting] Re: Porting on beagle_Error

2009-09-11 Thread Kaushik(ICMAN)
My log file of the system On Fri, Sep 11, 2009 at 12:00 AM, Jim Huang wrote: > > 2009/9/11 Kaushik(ICMAN) : > > I am also getting the same error. Is there any solution for this?? > > -Kaushik > > > > hi, > > Maybe you can take a try with 0xdroid from 0xlab: >http://gitorious.org/0xdroid >

[android-porting] Re: Porting on beagle_Error

2009-09-11 Thread Jim Huang
2009/9/11 Kaushik(ICMAN) : > I am also getting the same error. Is there any solution for this?? > -Kaushik > hi, Maybe you can take a try with 0xdroid from 0xlab: http://gitorious.org/0xdroid http://gitorious.org/0xdroid/pages/Install-Prebuilt-Images Or, http://downloads.0xlab.org/d