Re: [android-porting] Re: [0xlab-devel] S5PV210 S5PC110 Android Tree Downloading

2010-10-14 Thread thirumalai Pachamuthu
Hi, How to download for froyo for V210.? On Sat, Oct 9, 2010 at 11:21 PM, Jim Huang wrote: > 2010/10/9 tommy.hong : > > Dear All: > > Code tree: http://git.tarot.com.tw/ > > 1: > > repo init -u git://218.211.38.204/android-ctc/manifest.git-b > > froyo

Re: [android-porting] request_suspend_state sleep (0->3) at 286838669063 (2029-06-12 15:19:00.243719470 UTC)

2010-10-14 Thread Ashwin Bihari
Where's the problem? The system is just suspending when asked by Android and seems to be doing it properly. Regards -- Ashwin On Thu, Oct 14, 2010 at 12:16 AM, liu guoqing wrote: > i have ported android-2.1 to my s3c6410 platform > but when it start after a moment,it print follow >  

[android-porting] Re: Some issues about lock the screen orientation

2010-10-14 Thread hairui
Thanks for your response. I believe both the method you provided can set the screen orientation. But I am looking for some ways to ignore the application's orientation settings in the framework layer, which means modifying some code of the framework and let all the applications appear in a landscap

Re: [android-porting] Re: Making Wifi work on overo board running Android

2010-10-14 Thread manish shakya
Hi Hedwin, Thanks for you patch. Now , Android Wifi Settings GUI is working.I can see list wireless networks available. Those are the things I did 1) in drivers/mmc/host/omap_hsmmc.c I did following static const struct mmc_host_ops omap_hsmmc_ops = { .enable = omap_hsmmc_enable_fclk, //

[android-porting] How to start a daemon after system boot

2010-10-14 Thread neeloor2004
Hi All, I can start a daemon from init.rc , but I don’t want to start my daemon at boot so how can I start a daemon after system is fully up ? can I use system () call to start daemon ? One more question my daemon is using IP tunnel and I wanted to load IPIP module [Normally I use modprobe i

Re: [android-porting] Re: Making Wifi work on overo board running Android

2010-10-14 Thread manish shakya
I am connected to one of the AP and I could ping. 2010/10/14 manish shakya > > Hi Hedwin, > > Thanks for you patch. Now , Android Wifi Settings GUI is working.I can > see list wireless networks available. > > Those are the things I did > 1) in drivers/mmc/host/omap_hsmmc.c I did following > >

[android-porting] Re: Opencore version 2.50 issues

2010-10-14 Thread samy
Hi, i have big confusion with your patch. because andorid 2.1 update 1 , this code comes with v2.07 open core . this is having some problem. it will not play the video. what ever your mention that is latest open core(v2.50). that is coming with andorid froyo. ( android 2.2). if you are trying to c

[android-porting] Native camera preview/take picture

2010-10-14 Thread qinxiaofen
dear all, I am wirte a demo to start camera preview/take picture/recording with Camera class in native lib. It seems there are two ways to implement this. 1. use surface (this is prefer for me) 2. the callback function(postData) in added camera listener. virtual void postData(int32_t msgType, c

[android-porting] I can not find the definition of s ome code in linux kernel by using source insight?

2010-10-14 Thread peng S
can somebody help me ? i am a stduent learning linux beginning! -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] I can not find the definition of some code in linux kernel by using source insight?

2010-10-14 Thread Ashwin Bihari
"Some" code? With such a vague post, you're not going to get a lot of useful responses. Be more clear about what you are trying to do, also if your question is about the basic Linux Kernel, you should head to the LKML or architecture Linux mailing list as opposed to here.. Regards -- Ashwin On

Re: [android-porting] request_suspend_state sleep (0->3) at 286838669063 (2029-06-12 15:19:00.243719470 UTC)

2010-10-14 Thread Deva R
did u meant no UI? seems all services are launched atleast., can u share logcat log? if system suspend is bothering, u can block by holding a wakelock echo test > /sys/power/wake_lock later, release it via echo test > /sys/power/wake_unlock On Thu, Oct 14, 2010 at 6:26 PM, Ashwin Bihari wrote:

Re: [android-porting] Re: Making Wifi work on overo board running Android

2010-10-14 Thread hedwin
Ok that is good news. Have then same issue when turing off and on wifi. Need to take a look at this. Hedwin 2010/10/14 manish shakya : > I am connected to one of the AP and I could ping. > > 2010/10/14 manish shakya >> >> Hi Hedwin, >> >> Thanks for you patch. Now , Android Wifi Settings GUI

Re: [android-porting] I can not find the definition of some code in linux kernel by using source insight?

2010-10-14 Thread Deva R
try rebuilding project, or try online LXR-s for now. say http://lxr.linux.no/linux/ On Thu, Oct 14, 2010 at 11:52 AM, peng S wrote: > can somebody help  me ?  i am a stduent learning linux beginning! > > -- > unsubscribe: android-porting+unsubscr...@googlegroups.com > website: http://groups.googl

Re: [android-porting] How to start a daemon after system boot

2010-10-14 Thread Hamilton Vera
Hi On Thu, Oct 14, 2010 at 1:03 PM, neeloor2004 wrote: > Hi All, > > I can start a daemon from  init.rc , but I don’t want to start my > daemon  at boot  so how can I start a daemon after system is fully > up ? can I use system () call to start daemon ? You can create a script to do that and ch

Re: [android-porting] request_suspend_state sleep (0->3) at 286838669063 (2029-06-12 15:19:00.243719470 UTC)

2010-10-14 Thread liu guoqing
here is the logcat : the application calendar storage(process com.android) Freezing user space processes ... (elapsed 0.00 seconds) done. Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done. Suspending console(s) (use no_console_suspend to debug) pm_op(): platform_pm_suspend+0x0

Re: [android-porting] request_suspend_state sleep (0->3) at 286838669063 (2029-06-12 15:19:00.243719470 UTC)

2010-10-14 Thread Ashwin Bihari
Set the "no_console_suspend" flag in U-Boot while booting Android and that'll tell you if Linux is failing for any particular reason while suspending.. Regards -- Ashwin On Thu, Oct 14, 2010 at 7:06 PM, liu guoqing wrote: > here is the logcat : > >     the application calendar storage(process

[android-porting] how to add log in file which linked into .so file

2010-10-14 Thread qinxiaofen
hi, guys when i try to print some log in camera.cpp which linked in to libcamera_client.so. I following this method to do it. 1. add LOGV in void Camera::stopPreview() 2. make libcamera_client.so 3. replaced the phone's /system/lib/libcamera_client.so with /ANDROID_PRODUCT_OUT/symbols/system/

[android-porting] Where does Android get the screen info from linux device driver in TI OMAP3630?

2010-10-14 Thread Sean
Hi there, The Android official site says the screen info is got by calling ioctl "FBIOGET_FSCREENINFO ". But I tried to output a message in do_fb_ioctl of fbmem.c in linux driver,but seems like not getting screen info from here. I would like to have Android redraw its framework,because I chan

Re: [android-porting] Re: Touch Screen - No response

2010-10-14 Thread Luo Chunbo
I think you should enable CONFIG_PM in the kernel firstly. Otherwise the framework cannot get the position value. On 10/14/2010 06:20 AM, TheLoneJoker wrote: Below is a partial "StartUp" log if that helps. D/AndroidRuntime( 582):>> AndroidRuntime START << D/Androi

[android-porting] Ril implement

2010-10-14 Thread Bill Hu
Hi All, I ported android 2.1 to the omap3530 board, use the ril to connect to the modern, when using the modern to communication, it failed and have no signal strength, could you help to analyze the logcat below, thanks! / # I/RIL ( 1850): RIL_LOG:libpath is /system/lib/librefe

[android-porting] Android on MotoRokr E6

2010-10-14 Thread Abhyudai Shanker
Hi, I am trying to run Android on my Motorokr E6. I am using the files and tutorial given at the following link. http://www.motorolafans.com/forums/android-os/29689-porting-andoid-rokr-e6.html As you can see from the tutorial, I need to telnet into my phone gradually. i have completed all the st

Re: [android-porting] how to add log in file which linked into .so file

2010-10-14 Thread 梁亦飞
Hi, Have you try logcat with V parameter like "adb shell logcat V"? or you can use LOGD or LOGI. 2010/10/15 qinxiaofen : > hi, guys > > > when i try to print some log in camera.cpp which linked in to > libcamera_client.so. > > I following this method to do it. > 1. add LOGV in void Camera::stop

Re: Re: [android-porting] how to add log in file which linked into .so file

2010-10-14 Thread qinxiaofen
Done! thank you very much! 2010-10-15 qinxiaofen 发件人: 梁亦飞 发送时间: 2010-10-15 12:58:57 收件人: qinxiaofen 抄送: 主题: Re: [android-porting] how to add log in file which linked into .so file Hi, Have you try logcat with V parameter like "adb shell logcat V"? or you can use LOGD or LOGI.