[android-porting] Re : Re: Setup ppp

2011-06-20 Thread Adrien Ferré
Hi everyone, i made some progress during the weekend, thanks to chenyihuaz. I added the requests IMEI, IMSI et IMEISV which apparently were the cause of the data call never being made. The ppp script is now started by the RIL, but the ip scripts are never called. I obviously made the scripts e

[android-porting] PPP and data connection

2011-06-22 Thread Adrien Ferré
Hi I wanted to know which version of d do you have if you are using it to get data connection (i have ppp 2.4.3). I am having a lot of troubles trying to use pppd with the chat scripts. The connection seems to be up, be the ip-up and ip-down scripts never get called, no matter what permission

[android-porting] Re : Re: Setup ppp

2011-06-23 Thread Adrien Ferré
Hi The problem with the ip scripts was that i had to name them like this ip-up-ppp0 ip-down-ppp0 so that the ppp deamon knows where to find them. So now, pppd starts along with ip-scripts and they allow me to pass the ips to Android's higher level layers (using system properties). BUT, it stop

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:= $

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 : Re: [android-porting] pppd on gingerbread

2011-07-22 Thread Adrien Ferré
You should read this: 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 : Re: Re : Re: [android-porting] pppd on gingerbread

2011-07-25 Thread Adrien Ferré
Hey Don't you use the CHAT program with pppd? Do you have a result code or a verbose string explaining why you don't have an ip or dns (it's given by CHAT)? Can you copy paste the results you have on the RADIO and MAIN logcats (using adb logcat -b main and adb logcat -b radio)? Maybe you mea

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 ne

[android-porting] Re : Re: [rowboat] Re : arowboat Android updates for Crane, Beagle and IGEP platforms

2011-08-03 Thread Adrien Ferré
yep, but not gingerbread-dsp -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re : arowboat Android updates for Crane, Beagle and IGEP platforms

2011-08-03 Thread Adrien Ferré
Not for the beagleboard XM RevC though. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Porting updatedd

2011-08-23 Thread Adrien Ferré
Hi, I'd like to use updatedd in Android. Updatedd is a tool allowing to publish IP address changes to ovh, noip, dyndns, ... I managed to build it using the following: export PATH=/bin ./configure --host=arm-none-linux-gnueabi make sudo make install But now that i have copied the binaries

[android-porting] Re: cinterion gprs

2011-10-23 Thread Adrien Ferré
Hi, I tried to use a BG2 E gprs modem, but didn't succeed. You can use more up to date modems like PH8 (Cinterion has developed the Android RIL for this modem). -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Porting RILd

2012-11-06 Thread Adrien Ferré
Hi Please post the command line you use to start rild. Le dimanche 4 novembre 2012 16:33:19 UTC+1, Alexander Postol a écrit : > > Hello, all. About my problem. I have a Huawei Vision U8850, official > firmware is Android 2.3.7 and don't have official Android 4.0.3 ICS. But i > port Android 4.0.