Re: [android-porting] Debugging cause of reset

2014-05-09 Thread hongxue.ren
Hardware watchdog timeout? On Thu, Apr 10, 2014 at 8:04 PM, Richard Phillips rip...@gmail.com wrote: Hello all, I'm trying to get Android booting on custom hardware (that appears to be based heavily on BeagleBoard/xM design). I'm having problems with the device resetting, as shown in the

[android-porting] wifi with WPA2 encryption cannot reconnect to AP after click forget

2010-04-20 Thread hongxue.ren
hi all, My platform is PXA310 with wifi module sd8688. I connected to the AP successfully with WPA encryption in first time, and then I click 'forget' button to drop the AP. However when I want to reconnect to the AP using WPA encryption with correct password, It always failed. And I change the

Re: [android-porting] Re: WIFI - signal strength

2010-02-01 Thread hongxue.ren
driver_wext.c in wpa_supplicant may help you On Tue, Feb 2, 2010 at 1:40 PM, linux newbie linux.newbi...@gmail.comwrote: Hi, Any suggestion? Thanks On Thu, Jan 28, 2010 at 4:29 PM, linux newbie linux.newbi...@gmail.comwrote: Hi, Which section of the code do I need to look at??

[android-porting] pty cannot write any more after pppd exit

2010-02-01 Thread hongxue.ren
Hi, all I start up pppd over a mux channel, and it can work well. And I also implement the method requestDeactiveDataCall() of RIL_REQUEST_DEACTIVATE_DATA_CALL request in ril. In requestDeactiveDataCall() function, I stop the pppd by setting a property which is define in init.rc. Pppd receives

Re: [android-porting] pty cannot write any more after pppd exit

2010-02-01 Thread hongxue.ren
guset) : ) On Tue, Feb 2, 2010 at 2:35 PM, hongxue.ren bigc...@gmail.com wrote: Hi, all I start up pppd over a mux channel, and it can work well. And I also implement the method requestDeactiveDataCall() of RIL_REQUEST_DEACTIVATE_DATA_CALL request in ril. In requestDeactiveDataCall() function

Re: [android-porting] Re: PPP problem on Android

2010-01-26 Thread hongxue.ren
What type is your modem? Check your modem serial setting, and try to use some AT command to change the flow control. On Wed, Jan 27, 2010 at 9:28 AM, Xingwen Huang hxwsi...@gmail.com wrote: I check the data on the port, and find one issue. i use chat util to dial ATD*99***1#, and it got the

Re: [android-porting] Re: PPP problem on Android

2010-01-25 Thread hongxue.ren
Your mru and mtu are all set to 1280, and how long is your max frame length of mux? On Tue, Jan 26, 2010 at 11:22 AM, Xingwen Huang hxwsi...@gmail.com wrote: any idea?? On Fri, Jan 22, 2010 at 3:48 PM, Xingwen Huang hxwsi...@gmail.com wrote: i ues the option refuse-eap! So CHAP works, but

Re: [android-porting] Re: make Android to support multi displays architecture

2009-12-26 Thread hongxue.ren
and quick response. Thank you, Sanjay On Dec 25, 6:55 am, hongxue.ren bigc...@gmail.com wrote: Hi, all I am working on android multi screens. Now, the emulator can support two screens simultaneously, and the following work is based on it. I modified some native code

[android-porting] make Android to support multi displays architecture

2009-12-24 Thread hongxue.ren
Hi, all I am working on android multi screens. Now, the emulator can support two screens simultaneously, and the following work is based on it. I modified some native code in directory surfaceflinger and ui, and also some java code about WindowManager, ViewRoot etc. I use

Re: [android-porting] make Android to support multi displays architecture

2009-12-24 Thread hongxue.ren
/projects/android/ 2009/12/25 hongxue.ren bigc...@gmail.com Hi, all I am working on android multi screens. Now, the emulator can support two screens simultaneously, and the following work is based on it. I modified some native code in directory surfaceflinger and ui, and also

Re: [android-porting] make Android to support multi displays architecture

2009-12-24 Thread hongxue.ren
I guess odroid may be. On Fri, Dec 25, 2009 at 11:29 AM, tommy tommy hongjiuj...@gmail.com wrote: hi,ren,do you mean hardware Overlay of android ? 2009/12/25 hongxue.ren bigc...@gmail.com Thanks Justin Our product is with two framebuffer devices, and their resolution is different. I

Re: [android-porting] Re: how to start pppd in Donut?

2009-11-11 Thread hongxue.ren
I do it in function requestSetupDataCall of RIL daemon. I think difference between Donut and Cupcake is Donut keep dialup process according with Qualcomm platform. On Thu, Nov 12, 2009 at 1:47 PM, hikeit hik...@gmail.com wrote: Have you had any luck with this? I am also facing this question.