[android-developers] Free MEM and SD CARD

2010-03-29 Thread Porting beginner
Hi, I have Android (eclair)running on armv6 target platform. I am trying to check how much memory is currently in used and how much left ( free ) ? During boot I can observe that memory is going in in-active partition and at the end when all processes ( zygote, system ) and apps up and running

Re: [android-kernel] Re: [android-developers] Android factory test mode

2010-03-23 Thread Porting beginner
On Mon, Mar 22, 2010 at 9:41 PM, Dianne Hackborn hack...@android.comwrote: On Mon, Mar 22, 2010 at 9:07 PM, Shuduo Sang sangshu...@gmail.com wrote: Is it also named fast boot mode? No that is unrelated. Thanks for more detail on factory mode. fastboot is special mode of device for

Re: [android-developers] Re: Build with customized SDK

2010-03-23 Thread Porting beginner
pm, Porting beginner porting.begin...@gmail.com wrote: Hi, I want to use my own SDK ( Android SDK + few new app + modified apps ) along with Eclipse on Windows / Linux machine. Am I able to do this ? can anyone share setup procedure for this ? -- Thanks -- You received

[android-developers] GIF file with bg white, lyrics black

2010-03-23 Thread Porting beginner
Hi, We have one .gif file and try to see it from gallery, it looks fine but couldn't see lyrics (fonts ), it has some problem. This gif is kind of special, tried it on PC with a viewer, the background is white and the lyrics in problem are black. Then tried it on one of other phone ( available

[android-developers] Android factory test mode

2010-03-22 Thread Porting beginner
Hi, I have android running on arm11 based target platform with eclair release. How to boot android in factory test mode ? Where I can get more information on this ? -- Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-kernel] Re: [android-developers] Android factory test mode

2010-03-22 Thread Porting beginner
point of view ? On Mon, Mar 22, 2010 at 2:02 PM, Porting beginner porting.begin...@gmail.com wrote: Hi, I have android running on arm11 based target platform with eclair release. How to boot android in factory test mode ? Where I can get more information on this ? -- Thanks -- You

Re: [android-developers] ADT Eclipse Plugin won't let me put in a Target

2010-03-18 Thread Porting beginner
On Thu, Mar 18, 2010 at 5:08 PM, Ray Tayek rta...@ca.rr.com wrote: At 06:23 PM 3/17/2010, you wrote: I've been trying to make a new Android project in Eclipse. But whenever I try to do so, it won't let me select a build target. Here's a screenshot: http://twitpic.com/198od6 if you have

[android-developers] android: memory for kernel and apps

2010-03-11 Thread Porting beginner
Hi, I have android running on my target platform. When its booting, as kernel boots , I see free memory around 53mb-55mb range there till console. ( cat /proc/meminfo ) *Just after kernel boot... * MemTotal: 88792 kB *MemFree: 53496 kB *Buffers: 0 kB *Cached:

[android-developers] KEYCODE from Android phone

2010-02-19 Thread Porting beginner
Hi, As I am struggling to know the KEYCODE for headset button press , I am trying to check any Android phone currently in market to get this KEYCODE. is that possible and helpful to do so ? Please let me know if I am missing something here. -- Thanks -- You received this message because

Re: [android-developers] Re: headset button

2010-02-19 Thread Porting beginner
On Sun, Feb 1, 2009 at 1:01 AM, Nick Pelly npe...@google.com wrote: For wired headsets, you can use Intent.ACTION_MEDIA_BUTTON as mentioned in the other thread. This is how the built in media app does pause/play on wired headset button presses, and where I recommend that you hook in. For

Re: [android-developers] Re: headset button

2010-02-18 Thread Porting beginner
On Sun, Feb 1, 2009 at 1:01 AM, Nick Pelly npe...@google.com wrote: For wired headsets, you can use Intent.ACTION_MEDIA_BUTTON as mentioned in the other thread. This is how the built in media app does pause/play on wired headset button presses, and where I recommend that you hook in. For

[android-developers] KEYCODE for headset button press

2010-02-18 Thread Porting beginner
Hi, I am trying from few days but don't get any information related to issue as below. Which KEYCODE to send to input dev ( /dev/input/event2 here ) on headset button press event from my headset driver so can answer / hang-up call ? Please let me know if I am missing something here. --

[android-developers] mail to group

2010-02-18 Thread Porting beginner
Hi, I don't see my mails sent to these groups. is that any issue ? -- Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

Re: [android-developers] Re: Capturing HEADSET_PLUG (android.intent.action.HEADSET_PLUG)

2010-02-03 Thread Porting beginner
On Thu, Apr 2, 2009 at 6:19 AM, Henning Schaefer henning.schae...@gmail.com wrote: Sure... you need to implement two classes. One, derived from BroadcastReceiver, which actually captures the broadcast. And, of course, the service that keeps the receiver alive all the time. The service is

[android-developers] HEADSET Detection

2010-02-03 Thread Porting beginner
Hi, I am trying to detect headset in to Android UI. My basic Linux headset driver is working fine and detect plug-in plug-out of headset and print message on console. Now whats the next step to get this detection to UI or to inform UI to show headset plug-in plug-out in UI ? is that required to