[android-porting] Re: How to enable logs for Android Applications like camera

2009-05-17 Thread Dianne Hackborn
You don't. There may be debug output in the camera app you can turn on by recompiling it with a constant changed, but there is nothing you can just turn on at runtime. On Sun, May 17, 2009 at 9:53 PM, somu wrote: > > Hi I would like to know how to enable logs for camera applications. > > I mean

[android-porting] How to enable logs for Android Applications like camera

2009-05-17 Thread somu
Hi I would like to know how to enable logs for camera applications. I mean to say as to know the complete flow of camera application how is it working and which encoder/decoder going to act,how the image view is working and capturing is working. Please if any one know this stuff help me regardin

[android-porting] How to use Android.mk to build a project with JNI library calls?

2009-05-17 Thread efu
I am building an application with part of it implemented in JNI. It looks like that it's possible to setup a project with an Android.mk makefile to build everything into a single package. For example, there is an example project under /development/samples/SimpleJNI. My questions are: 1) Is it p

[android-porting] Re: Running Android applications on Linux OS

2009-05-17 Thread Chen Yang
This discussion may be helpful: http://groups.google.com/group/android-porting/browse_thread/thread/e3070a43b8565642/da900ba4acaa05a6?lnk=gst&q=chroot#da900ba4acaa05a6 -- Chen On Sun, May 17, 2009 at 2:10 PM, Vaidya wrote: > Hi.. > Is there anybody who has tried running an Android application on

[android-porting] Re: What does com.android.acore do?

2009-05-17 Thread Dianne Hackborn
I did, they declare the process in their manifest. On Sun, May 17, 2009 at 3:52 AM, Elvis Dowson wrote: > Hi Dianne, Can you tell me how all the home, contacts, etc > are bundled into a process called acore? > > Elvis > > > > > > -- Dianne Hackborn Android framework engineer ha

[android-porting] Re: What does com.android.acore do?

2009-05-17 Thread Dianne Hackborn
Btw, before working on the platform you really should have a basic understanding of applications and how they are put together. See in particular: http://developer.android.com/guide/topics/fundamentals.html http://developer.android.com/guide/topics/security/security.html http://developer.android.

答复: [android-porting] Re: ALSA proble

2009-05-17 Thread travis
The hook_arg's name is not match with your sound card driver. u should read the driver and correctly configure it. -邮件原件- 发件人: android-porting@googlegroups.com [mailto:android-port...@googlegroups.com] 代表 crazygenie 发送时间: 2009年5月15日 13:44 收件人: android-porting 主题: [android-porting] Re

[android-porting] Re: pppd syslogs not printing for packets or IP addresses

2009-05-17 Thread Brian Liu
liblog in Android doesn't support "%I" format string for IP address. I use below workaround: notice("local IP address %I", go->ouraddr); CHANGE TO notice("local IP address %s", ip_ntoa(go_outaddr); On May 16, 3:58 am, John Michelau wrote: > A little more digging shows that the error, notice, et

[android-porting] Running Android applications on Linux OS

2009-05-17 Thread Vaidya
Hi.. Is there anybody who has tried running an Android application on any Linux OS (without the emulator)? I had posted a request in the android-beginners group to find out if it is possible to run Android applications on Ubuntu linux OS. I got the reply saying that it is possible if Java and Dal

[android-porting] Help : H324m compilation flags ( play from file & recording into file )

2009-05-17 Thread srinu gorle
Hi All, i would like to test 2wayEngine with 324 supprot in opencore with all flags & combinations . But i have failed to compile the 2Wayengine code with the follwing flags PV_PLAY_FROM_FILE_SUPPORT, PV_RECORD_TO_FILE_SUPPORT. i enabled these flags in the /engines/2way/test/build/local.mk even i

[android-porting] Re: What does com.android.acore do?

2009-05-17 Thread Elvis Dowson
Hi Dianne, Can you tell me how all the home, contacts, etc are bundled into a process called acore? Elvis --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~-

[android-porting] Re: What does com.android.acore do?

2009-05-17 Thread Elvis Dowson
Ok Thanks Dianne. On Sun, May 17, 2009 at 10:26 AM, Dianne Hackborn wrote: > Get the stack trace of the crash from the log with "adb logcat". > > --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/grou