[android-porting] how to open an app when the Android OS start up?

2010-06-14 Thread CMF
hi all, is there any one know how to open an App when the Android OS start up, I have to do it in an embedded system? -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Froyo source code

2010-06-14 Thread Soumya
Am not sure about it, but possible. Maybe companies which have already released their phones in the market will get the source code so that they can customize and send it across to their customers. But for developers, we need to wait. It would be good though if some info is provided by mods in

[android-porting] Re: Network error eth0 not found

2010-06-14 Thread Nilly
Pramod, netcfg is not listing eth0. while booting kernel it is printing... smsc911x: Driver version 2008-10-21. IRQ 179/eth%d: IRQF_DISABLED is not guaranteed on shared IRQs 11c011c smsc911x-mdio: probed eth0: attached PHY driver [Generic PHY] (mii_bus:phy_addr=:01, irq=-1) i2c /dev

[android-porting] Building android without debug symbols

2010-06-14 Thread yogesh
Hi, I am trying to build android eclair without debug symbols for hawkboard, so that its rootfs size is less and takes less time to execute . Can any one know how to disable all the debug symbols from android eclair. Regard Yogesh -- unsubscribe: android-porting+unsubscr...@googlegroups.com

[android-porting] Re: Network error eth0 not found

2010-06-14 Thread pramod
I think SMSC LAN911x/LAN921x families embedded ethernet support (SMSC911X) is the option kernel for your ethernet driver. Looking at your message i think the driver is sharing the IRQ lines. So search in the kernel code and try to disable the other driver which is sharing the IRQ lines with the

[android-porting] Re: how to open an app when the Android OS start up?

2010-06-14 Thread sws-vinpa
Add it to the start-up script, init.rc. Take a look at what's currently in there and add your command to the appropriate location within the script. sws-vinpa On Jun 14, 6:42 am, CMF manf...@gmail.com wrote: hi all, is there any one know how to open an App when the Android OS start up, I

[android-porting] video resolution 3gp file

2010-06-14 Thread manjunath
Hi , I'm facing a problem in video resolution. In surfaceflinger/LayerBase.cpp, i've substituted the texture creation procedure of using glTexImage2D and glTexSubImage2D APIs. These were blocking in the h/w graphics libraries provided by the vendor. Now , I'm creating texture using

[android-porting] Re: Network error eth0 not found

2010-06-14 Thread Srikant
Hi, Try with IRQF_SHARED, this just to see whether if it interrupt problem. - Srikant On Jun 14, 3:59 pm, Nilly ni...@oriolesoftware.com wrote: Pramod, netcfg is not listing eth0. while booting kernel it is printing... smsc911x: Driver version 2008-10-21. IRQ 179/eth%d: IRQF_DISABLED is

[android-porting] Re: how to build Android with recovery.img

2010-06-14 Thread zu
Hi, There is the following test in build/core/Makefile : # If neither TARGET_NO_KERNEL nor TARGET_NO_RECOVERY are true ifeq (,$(filter true, $(TARGET_NO_KERNEL) $(TARGET_NO_RECOVERY) $ (BUILD_TINY_ANDROID))) Replace TARGET_NO_KERNEL := true with TARGET_NO_KERNEL := false. You also need a kernel

[android-porting] Android For Non Touch Screen Phones

2010-06-14 Thread Jay
Hello I love what I have seen from the Android OS, I'm not much of a programmer but I would like to know if there is a way for this operating system to be installed on a Motorola ROKR EM30? Or if there will be a non touch version of Android anytime soon? Thanks for your help with this Regards

[android-porting] Re: how to open an app when the Android OS start up?

2010-06-14 Thread mah
Adding something to init.rc is fine if it's a Linux-layer application / daemon / service. If you need an Android level app to be started, you need your app to listen for the BOOT_COMPLETED broadcast intent, and your broadcast receiver needs to start whatever should be started -- normally a

Re: [android-porting] Building android without debug symbols

2010-06-14 Thread David Turner
I'm not sure to understand what you want, but the debug symbols are removed from the system images by default by the build. On Mon, Jun 14, 2010 at 4:21 AM, yogesh embedded.yog...@gmail.com wrote: Hi, I am trying to build android eclair without debug symbols for hawkboard, so that its

Re: [android-porting] Android For Non Touch Screen Phones

2010-06-14 Thread Ashwin Bihari
Has anyone gotten Linux running on the ROKR? If the answer is no, and you're not much of a programmer, that would be a tall task to handle. Andoid is really meant for a touchscreen device..making it to work without most likely involve significant effort.. You're better of trying to gets your

[android-porting] Building Android for Nexus One

2010-06-14 Thread Jonathan
I am trying to understand how to build Android for Nexus One. (Or any non generic target) I have completed a repo sync with the server using repo init -u git://android.git.kernel.org/platform/manifest.git and repo sync I have looked through the make files, and can not figure out what the

[android-porting] using recovery to preform a manual update

2010-06-14 Thread Andy Griffin
How do I use recovery to do an update? I have red the information in recovery.c, I attempted to execute a recovery from sdcard by writing -- update_package=SDCARD:update.zip into /cache/recovery/command. Recovery never executes however, I added several prints to the recovery code to ensure that

[android-porting] multiple SD mounts

2010-06-14 Thread DJ_Steve
hello, me again :) im porting to the nokia n900 as many of you will of seen by now, but the n900 has an internal 32gb flash storage + a microsd slot but im wondering how i can get android to work with both and mount both ? i know the samsung galaxy does this but i am not sure how its done. using

[android-porting] Re: multiple SD mounts

2010-06-14 Thread dmitriy moskvitin
Hi~ Check this thread vold can't mount multi MMC device http://groups.google.com/group/android-porting/browse_frm/thread/9eade1acb9ba9eec/738278d5e9652f6b#738278d5e9652f6b On 15 июн, 06:46, DJ_Steve steve103...@gmail.com wrote: hello, me again :) im porting to the nokia n900 as many of you

Re: [android-porting] Building Android for Nexus One

2010-06-14 Thread Deva R
I am trying to understand how to build Android for Nexus One. u should set your build configuration for nexus one., from like say ./vendor/htc/common-open (i dont find nexus-one config in android.git.kernel.org) I am trying to understand how to build Android for Nexus One. (Or any non generic