Re: [android-porting] No APN. 2g or 3G

2011-08-03 Thread arindam das
? using build.prop or i will have to change it on >> the code? >> >> >> On Wed, Aug 3, 2011 at 9:49 AM, arindam das wrote: >> >>> Hi James, >>>i once faced the problem,i founf out that if you hardcode >>> the IMSI value,then the

Re: [android-porting] No APN. 2g or 3G

2011-08-03 Thread arindam das
Hi James, i once faced the problem,i founf out that if you hardcode the IMSI value,then the problem comes. First 5/6 digits of IMSI is MCC/MNC number, which you have to set when you are manually adding APN names.If there is a mismatch then telephony framework wont accept the APN and

Re: [android-porting] GPRS and RIL

2011-05-12 Thread arindam das
I think you have to use ttys2...recheck with earlier posts on this group with the same matter On Thu, May 12, 2011 at 4:30 PM, Adrien wrote: > Hi, > > I'm facing problems whe nintegrating a sireaa wireless Q26 dev kit on > my IGEP board. > > I have succesfully linked the two parts with a RS232 s

Re: [android-porting] Re: RIL Issue for Making GSM call

2011-03-04 Thread arindam das
gt; > ANI > > On Fri, Mar 4, 2011 at 12:08 PM, arindam das wrote: > >> Hi Animesh, >> I can see in ur log >> >> D/RILJ( 1748): [0067]> DIAL >> >> but it didnt result to any AT command(hoping that the IPC mechanism is &g

Re: [android-porting] Re: RIL Issue for Making GSM call

2011-03-03 Thread arindam das
Hi Animesh, I can see in ur log D/RILJ( 1748): [0067]> DIAL but it didnt result to any AT command(hoping that the IPC mechanism is AT). No log is coming from reference-ril.so(or whatever logtag you ahve given in reference-ril.c code) Please check first those logs are enable

Re: [android-porting] Re: Cannot send SMS

2010-12-02 Thread arindam das
SMS can be sent in two modes PDU and TEXT mode.In PDU mode (which android supports) the SMS SC number has to be present in the PDU.If android doesnot have SMS SC number,it will send it your modem.And ideally your modem should be having the SMS SC number,which will append the SMS SC number into the

Re: [android-porting] Froyo Boot up error

2010-10-13 Thread arindam das
Hi, Logs are not sufficient.Also check the init.rc file is it correct or not? On Thu, Oct 14, 2010 at 1:30 AM, TheLoneJoker wrote: > I am trying to bring up Froyo on a custom board. Could someone please > drop hints on what the error below pertains to ? > > > E/AndroidRuntime( 673): *** FA

Re: [android-porting] System.img Load Problem

2010-09-05 Thread arindam das
HI Nomi, it seems,the sd card is not properly inserted,that's why its not able to load up the all the necessary modules as you can in it the log as [5.992999] init: cannot find '/system/bin/sh', disabling 'console' [5.993706] init: cannot find '/system/bin/servicemanag

Re: [android-porting] Socket connection using native socket() functions

2010-08-27 Thread arindam das
You need to have the connect method in your client side with the server details can be something like: (connect(sock, (struct sockaddr *)&server_addr, sizeof(struct sockaddr)) On Fri, Aug 27, 2010 at 12:41 PM, Nand wrote: > Hi, > I want to open a socket connection us

Re: [android-porting] opencore test cases issue

2010-02-24 Thread arindam das
Hi Uander , I guess ur doing it correctly.While running the test cases already provided by the PVcore,one can only see the logs and not the output on the screen or the speaker. This is what my experience says.Other people who worked on this can confirm. Regards Arindam On