Re: [android-porting] changing gsm modem in android RIL

2011-06-20 Thread Jerry cui
First you should make sure you modem can be wrote and read as a FD. And make some changes in reference-ril.c, atchannel.c and ril.cpp to add the GSM at command. You can test the modified in the ril.java. On Mon, Jun 20, 2011 at 4:13 PM, hedwin wrote: > Think if you need to make a change it is m

Re: [android-porting] Why are local sockets used between rild and RIL.java

2011-06-21 Thread Jerry cui
I think ril module is important support of many mobile applications. Binder is part of android framework, and is used by other common APK. Other side,local socket is much steadier than binder. On Tue, Jun 21, 2011 at 7:22 PM, freakingtux wrote: > Hi > > Why are sockets used between rild and RIL.

Re: [android-porting] Telephony Call State

2011-07-04 Thread Jerry cui
I don't think you can get them, if you can't modify the framework code. On Sat, Jul 2, 2011 at 2:19 AM, Raju Sana wrote: > Hi All, > > I had the same problem, any pointers on this is really appreciate. > > Thanks, > Venky. > > On Mon, Nov 30, 2009 at 10:28 AM, neeloor2004 > wrote: > >> Hi >> I

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é wrote: > You should read this: > http://*pp

[android-porting] Where can I get the vchanneld.c source code?

2011-08-03 Thread Jerry Cui
Hi all, Is vchanneld.c open source code? If yes, where can I get it? I am using the gsm0710muxd.c, got lots of problem while receiving lots of data from modem. So I think maybe vchanneld.c can give me some useful help. Who know where the file is, Please tell me, please. Thanks in advance.

[android-porting] Re: start bluetooth failed from UI

2012-05-30 Thread Jerry Cui
Dear andy Did you get any resolution about this issue? I have got one so. On Wednesday, November 23, 2011 11:02:00 AM UTC+8, andy xu wrote: > > Hi all: > hciattach complete with success and hcitool scan can get information > of other devices under command line, but when start bluetooth from U