Re: Re : Re: Re : Re: Re : Re: [android-porting] pppd on gingerbread

2011-07-26 Thread venkat k raju
Hi Adrien Ferré. i am able to connect internet using gprs modem with ip address. #ping 209.85.231.104 i did these steps for enabling the gprs on Gingerbread. first i had enable the gpsr connections using some at+ command. then i run pppd command. then i got the ip address and my network file

Re : Re: [android-porting] pppd on gingerbread

2011-07-26 Thread Adrien Ferré
Hi Adrien Ferré. i am able to connect internet using gprs modem with ip address. #ping 209.85.231.104 i did these steps for enabling the gprs on Gingerbread. first i had enable the gpsr connections using some at+ command. then i run pppd command. then i got the ip address and my network

Re: Re : Re: [android-porting] pppd on gingerbread

2011-07-26 Thread venkat k raju
Hi Adrien Ferré, tell me all ways welcome. 2011/7/26 Adrien Ferré ferre.adr...@gmail.com Hi Adrien Ferré. i am able to connect internet using gprs modem with ip address. #ping 209.85.231.104 i did these steps for enabling the gprs on Gingerbread. first i had enable the gpsr

Re: Re : Re: [android-porting] pppd on gingerbread

2011-07-26 Thread Hamilton Vera
Try this: setprop net.dns1 server_ip setprop net.dns2 server_ip Example setprop net.dns1 8.8.8.8 setprop net.dns2 8.8.4.4 On Tue, Jul 26, 2011 at 7:36 AM, venkat k raju kvraju@gmail.com wrote: Hi Adrien Ferré, tell me all ways welcome. 2011/7/26 Adrien Ferré ferre.adr...@gmail.com

Re: Re : Re: Re : Re: [android-porting] pppd on gingerbread

2011-07-24 Thread Jerry Cui
HI Adrien Ferré: I am using pppd and chat on gingerbread. I have got the response CONNECT of ATD*98*1# . But I can not get the IP address and DNS address. Can you give me some suggestion? Thank you in advance. On Jul 22, 3:26 pm, Adrien Ferré ferre.adr...@gmail.com wrote: You should read

Re : Re: Re : Re: [android-porting] pppd on gingerbread

2011-07-22 Thread Adrien Ferré
You should read this: http://*ppp*.samba.org/*ppp*/pppd.htmlhttp://www.google.com/url?sa=Dq=http://ppp.samba.org/ppp/pppd.html And then try a bunch of configurations with your modem. For my sierra wireless Q26 and pppd I use : /system/bin/pppd /dev/ttyUSB0 115200 modem linkname ppp0 user

Re: Re : Re: [android-porting] pppd on gingerbread

2011-07-21 Thread venkat k raju
Hi Adrien Ferré,Manish Shakya my APN's name is bsnlnet . so had changed internet to bsnlnet, even though it's not working same error. E/pppd( 1202): Connect script failed please can you suggest me how the pppd frame work in android? On Wed, Jul 20, 2011 at 9:05 PM, venkat k raju

Re: [android-porting] pppd on gingerbread

2011-07-20 Thread Manish Shakya
If you are using 2.6.37 kernel, ttyS0 should be changed to ttyO0. If AT commands are going through, then check SIM regestration, Antenna connection etc. On Wed, Jul 20, 2011 at 8:50 AM, venkat k raju kvraju@gmail.com wrote: Hi Manish Shakya, yes i had port chat to android but it have been

Re : Re: [android-porting] pppd on gingerbread

2011-07-20 Thread Adrien Ferré
I doubt that your APN's name is internet... -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: Re : Re: [android-porting] pppd on gingerbread

2011-07-20 Thread venkat k raju
Hi Adrien Ferré, thanks for your response. okey! i am checking now... 2011/7/20 Adrien Ferré ferre.adr...@gmail.com I doubt that your APN's name is internet... -- thanksRegards k.v.raju -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] pppd on gingerbread

2011-07-18 Thread venkat k raju
Hi all, please suggest me how to integrate my gsm/gprs modem to beagleboard with gingerbread. using pppd i have integrate with angstrom fileystem. #pppd /dev/ttyS0 115200 asyncmap auth connect 'chat -v AT OK ATE0 OK AT+IPR=11 5200 OK AT+CGDCONT=1,\IP\,\internet\ OK ATD*99# CONNECT' nocrtscts

Re: [android-porting] pppd on gingerbread

2011-07-18 Thread Manish Shakya
You have to port chat to android. There is pppd app but no chat app. Manish On Mon, Jul 18, 2011 at 1:57 AM, venkat k raju kvraju@gmail.com wrote: Hi all, please suggest me how to integrate my gsm/gprs modem to beagleboard with gingerbread. using pppd i have integrate with angstrom

Re : Re: [android-porting] pppd on gingerbread

2011-07-18 Thread Adrien Ferré
Go to ftp://ftp.samba.org/pub and download the 2.4.4 archive file. Copy the chat dir to ../froyo/external/ppp/ . We are gonna have to make a couple of changes to some files in order to actually build the files. You have to add this Android.mk file to ../froyo/external/ppp/chat/ LOCAL_PATH:=