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

2010-02-05 Thread Xingwen Huang
Hi all, I want to start the pppd but i get this problem! E/pppd( 196): This system lacks kernel support for PPP. This could be because E/pppd( 196): the PPP kernel module could not be loaded, or because PPP was not E/pppd( 196): included in the kernel configuration. If PPP was

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

2010-02-05 Thread Xingwen Huang
BTW, start pppd in Donut On Fri, Feb 5, 2010 at 5:27 PM, Xingwen Huang hxwsi...@gmail.com wrote: Hi all, I want to start the pppd but i get this problem! E/pppd( 196): This system lacks kernel support for PPP. This could be because E/pppd( 196): the PPP kernel module could

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

2010-02-01 Thread Xingwen Huang
I got it. This is my modem's problem. The datas are wrong in my modem . On Wed, Jan 27, 2010 at 7:24 PM, Xingwen Huang hxwsi...@gmail.com wrote: I check the modem in my PC, using linux pppd, and it works. BTW, the same options, the same MUXD, using no flow control. r...@ubuntu:/etc/ppp# pppd

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

2010-02-01 Thread Xingwen Huang
Is the channel crashed? (just 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

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

2010-02-01 Thread Xingwen Huang
that the pty setting may exists some problem. Any suggestion? Thanks On Tue, Feb 2, 2010 at 3:21 PM, Xingwen Huang hxwsi...@gmail.com wrote: Is the channel crashed? (just 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

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

2010-01-27 Thread Xingwen Huang
On Wed, Jan 27, 2010 at 9:48 AM, hongxue.ren bigc...@gmail.com wrote: 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

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

2010-01-26 Thread Xingwen Huang
I check the data on the port, and find one issue. i use chat util to dial ATD*99***1#, and it got the CONNECT and other data (I guest it is the REQ from the peer) 0d 0a 43 4f 4e 4e 45 43-54 0d 0a (CONNECT) 7e ff 7d 23 c0 21 7d 21-7d 21 7d 20 7d 32 7d 22 7d 26 7d 20 7d 2a 7d 20-7d 20 7d 23 7d 24

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

2010-01-25 Thread Xingwen Huang
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 it appears once more!!! LCP terminated by peer On Wed, Jan 20, 2010 at 3:02 PM, Xingwen Huang hxwsi...@gmail.com wrote: I also got this problem --- LCP

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

2010-01-19 Thread Xingwen Huang
I also got this problem --- LCP terminated by peer !!! But i had no idea about that. On Fri, Nov 13, 2009 at 1:45 PM, HermanMao hermanmao...@gmail.com wrote: Hi, I change some parameters of PPPD and get another situation. It failed on IPCP step. Latest log is showed below. PPPD ran by

Re: [android-porting] Re: pppd start

2009-12-08 Thread Xingwen Huang
? http://groups.google.com/group/android-porting/browse_thread/thread/f744e931122e8475 -Jesse On Nov 24, 10:29 pm, Xingwen Huang hxwsi...@gmail.com wrote: Hi, Jesse Now, i use ttyS1 to make the phonecall, and send sms. It's ok. another issue, gprs init.rc 296 service pppd_gprs /etc

Re: [android-porting] Re: pppd start

2009-11-26 Thread Xingwen Huang
with it specifically... are you already on that thread? http://groups.google.com/group/android-porting/browse_thread/thread/f744e931122e8475 -Jesse On Nov 24, 10:29 pm, Xingwen Huang hxwsi...@gmail.com wrote: Hi, Jesse Now, i use ttyS1 to make the phonecall, and send sms. It's ok. another

Re: [android-porting] Re: pppd start

2009-11-24 Thread Xingwen Huang
(/bin/pppd /dev/ttyS1); or the like in your RIL (this is what we've done for donut cupcake support, as some releases of cupcake didn't support the gprs_pppd service properly either) -Jesse On Nov 19, 4:59 am, Xingwen Huang hxwsi...@gmail.com wrote: Thank you very much! Your advice

Re: [android-porting] Re: pppd start

2009-11-19 Thread Xingwen Huang
Thank you very much! Your advice is helpful. Today, I have worked on linux(ubuntu) to implement gprs with pppd. I have been aware of the process. The problem is that there is no at+cmux in my modem. any idea? On Wed, Nov 18, 2009 at 11:45 PM, hikeit hik...@gmail.com wrote: I'm seeing two

[android-porting] Re: pppd start

2009-11-18 Thread Xingwen Huang
any idea for the problem, please On Wed, Nov 18, 2009 at 11:33 AM, simon hxwsi...@gmail.com wrote: Hi, all I want to start pppd in my system. So, I follow the advice in the maillist, but it still doesn't work. It said that Unable to start service ctl [pppd_gprs] uid: 1001. I found my

[android-porting] Re: RIL: s_listen_event is not triggered

2009-10-18 Thread Xingwen Huang
not clear about the android application/framworks level. :-( Thanks best regards On Sat, Oct 17, 2009 at 12:06 AM, Michael Trimarchi trimar...@gandalf.sssup.it wrote: Xingwen Huang wrote: any idea? please On Wed, Sep 30, 2009 at 10:18 AM, simon hxwsi...@gmail.com mailto:hxwsi...@gmail.com

[android-porting] Re: RIL: s_listen_event is not triggered

2009-10-08 Thread Xingwen Huang
any idea? please On Wed, Sep 30, 2009 at 10:18 AM, simon hxwsi...@gmail.com wrote: hi, all experts: my log: D/AT ( 29): AT +CREG: 1, 247C, 0E26, 0 D/RIL ( 29): in onUnsolicited *reference-ril.c*** D/RIL ( 29): unsol_response_network_state_changed D/RILC(