[android-porting] TARGET_BUILD_TYPE=debug and buildspec.mk

2010-05-20 Thread NimeshChanchani
i'm having trouble with buildspec.mk . i copied buildspec.mk.default to buildspec.mk . added And I changed TARGET_BUILD_TYPE to debug. but when i "make cleaned" and then gave make , I got the following :(see below) .It has got TARGET_BUILD_TYPE=release instead of debug. This makes me wonder if the

Re: [android-porting] About boot from SD card

2010-05-20 Thread Brown Huang
First add rootdelay=15 and see the kernel boot message to make sure which sdcard node name the kernel get ,maybe mmcblk. Then add root=/dev/mmcblk rootdelay=15 and try again.This is just my opinior ,I didn,t use uboot.Just make a try ,goodluck! 2010/5/18 Weber > Hi > I want to boot my an

Re: [android-porting] Android Boot time reduction

2010-05-20 Thread Rakesh Kumar
Hi , Anyone achieved any success in this case? Thanks Rocky On Sat, May 15, 2010 at 5:42 AM, Akash Choudhari wrote: > Hi Tim, > > I have measured much better numbers on our Zoom platform. From what I > remember, it was less than 1 minute for the whole boot, upto Wallpaper > > - Akash > > O

[android-porting] Browser localization issue

2010-05-20 Thread Uander
Hi All , I want to know whether my following observation is a issue on my android or just an existing feature in eclair 2.1 Click Main menu->settings->Language&Text->Dutch open browser application ("web Image Local News " are there in English) Click on Images Now "web Image Local News "can be s

[android-porting] Re: Password lock screen in android

2010-05-20 Thread Akash
Hi, Has no one done anything similar to this? Any pointers related will be helpful. On May 19, 8:52 pm, Akash wrote: > Hi, > > Our team is is planning to add password based lock screen in android. > In the current android release only screen lock and pattern lock are > present. Password based lo

[android-porting] RE: Data connection via cell modem (GPRS)

2010-05-20 Thread Uhrenfeldt Henrik
Hi Mike, Maybe you're experiencing a race condition. If your RIL call completes the instant local-ip is set, upper layers in Android may conclude that net.grps.dns1, etc. is not set (because the shell script was suspended by the lowlevel RIL process). Try making sure that the local-ip property

Re: [android-porting] how enable LAN in eclairs

2010-05-20 Thread Akash Choudhari
You can use netcfg I would use netcfg eth0 up netcfg eth0 dhcp netcfg - Akash On Wed, May 19, 2010 at 10:58 PM, Krishna Mohan wrote: > Hi, > Please let me know how to enable LAN (not WiFi) in android eclairs, > I have a developement board which right now has only LAN settings and > i want to

[android-porting] Re: Data connection via cell modem (GPRS)

2010-05-20 Thread M&M stich
Hi Henrik, ip-up sets a custom property last (only does some logging after that) that triggers the ril to send a response. The ril waits 2 sec for the property, then times out and returns an error. Android then tries again shortly thereafter, and the ril does not have to wait at all, everything i

Re: [android-porting] what is the kernel process to manage the device i/o ctrl?

2010-05-20 Thread Deva R
you can communicate from 'ANY' task in user side to kernel side (probably an application talking to a driver), via ioctl calls.. PS. in case of android apps, android java app -> dalvik VM -(JNI)-> native library -(ioctl)-> kernel component On Thu, May 20, 2010 at 7:36 AM, xingchao wang wrote:

[android-porting] RE: Data connection via cell modem (GPRS)

2010-05-20 Thread Uhrenfeldt Henrik
Hi Mike! I bet 2 seconds is not near enough.. I have a timeout of 15 seconds to wait for the PPP to get up properly - in average it takes around 7-8 seconds. Then probably what goes wrong next is the fact that the needed properties were set in the last run, so your SETUP_DATA_CALL finishes quic

[android-porting] Re: Audio Recording from line-in in Eclair

2010-05-20 Thread ani
You should better ask this in alsa mailing list. As it is not android but ALSA specific. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: About boot from SD card

2010-05-20 Thread Weber
Thank you,Ashwin Bihari Actually,I just want to use sd for my rootfs ,so scene 2) ,3) and 4) are my choices In scene 2),My logs are posted as above And I also try scene 4), but when booting,nothing can be seen in the ttySAC0 console Thanks -Weber On 5月19日, 下午8时02分, Ashwin Bihari wrote: > Her

Re: [android-porting] Keyevent not support the long-pressed behavior entering screen-off mode

2010-05-20 Thread Tu Shawn
Hi Subbu, I tried it on the Nexus One & G1 device. And I verified the scenario as bellow: 1. Play the music until timeout to screenoff. 2. I tried to adjust the volume and found that can't support it continuous. AP will not trigger any behavior through the long-press behavior in screen-off mode.

Re: [android-porting] Re: Audio Recording from line-in in Eclair

2010-05-20 Thread Krishna Mohan
Hi, The above mentioned problem is in android environment. I feel kernel part is fine because command prompt utility arecord works fine in recording from line-in source. But SoundRecorder app has some prob doing its job. please let me know the fix for this. Regards, -Krishna On Fri, May 21, 2010