So,

I have done like 200 tests here
Aparently the IMSI is been loaded, but the data isnt setup for some reason
and adding apn still nothing
logcat -b radio shows the MCC and MNC but for some crazy reason its not set
for data call, for normal calls yes

Any ideas?

On Wed, Aug 3, 2011 at 1:57 PM, James Coggan <james.cog...@gmail.com> wrote:

> Aparently my IMSI isnt been "downloaded" and its set to 0/0
> How can i hardcode it ? using build.prop or i will have to change it on the
> code?
>
>
> On Wed, Aug 3, 2011 at 9:49 AM, arindam das <das.ar...@gmail.com> wrote:
>
>> 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 simply delete it.
>>
>> there can be many other opinions regarding ur problem,hope my solution is
>> the right one :)
>>
>>
>> On Wed, Aug 3, 2011 at 5:57 PM, James Coggan <james.cog...@gmail.com>wrote:
>>
>>> Ideas????
>>>
>>>
>>> ---------- Forwarded message ----------
>>> From: James Coggan <james.cog...@gmail.com>
>>> Date: Tue, Aug 2, 2011 at 2:42 PM
>>> Subject: Re: [android-porting] No APN. 2g or 3G
>>> To: Robert Greenwalt <rgreenw...@google.com>, android-porting <
>>> android-porting@googlegroups.com>
>>>
>>>
>>> Unfortunalty i dont have the sources from rild, libril.so or the
>>> reference file thats libril-qc-1.so
>>>
>>> Is it possible to make a data call directly to test? i tried using pppd
>>> but no luck
>>>
>>>
>>>
>>> On Tue, Aug 2, 2011 at 1:28 PM, Robert Greenwalt 
>>> <rgreenw...@google.com>wrote:
>>>
>>>> Are you running something you built?  You mention what kernel you are
>>>> running, so it sounds like perhaps you are running your own android build.
>>>>
>>>> If so, it should be easy to go into the android telephony code and add
>>>> logging around the APN selection logic to see what's happening.  You are
>>>> getting on the network (camping) but we never try to setup a data call.
>>>>  There are several:
>>>>
>>>> <3>[   24.675883] 6:RILJ<284> Exception processing unsol response: 
>>>> 1033Exception:java.lang.RuntimeException: Unrecognized unsol response: 1033
>>>>
>>>> which are concerning.  There are also some:
>>>>
>>>> <3>[   25.229909] 5:GSM<284> countryCodeForMcc 
>>>> errorjava.lang.StringIndexOutOfBoundsException
>>>>
>>>> and
>>>>
>>>> <3>[   25.869518] 6:GSM<284> Wrong network type: 0
>>>>
>>>> I'd look into the source of these.
>>>>
>>>>
>>>> R
>>>>
>>>>
>>>> On Tue, Aug 2, 2011 at 8:48 AM, James Coggan <james.cog...@gmail.com>wrote:
>>>>
>>>>> Sorry,
>>>>>
>>>>> Here goes in attached
>>>>>
>>>>> Thanks for anyhelp
>>>>>
>>>>>
>>>>> On Tue, Aug 2, 2011 at 12:43 PM, Robert Greenwalt <
>>>>> rgreenw...@google.com> wrote:
>>>>>
>>>>>> A bugreport would help.  "adb bugreport > mybug"
>>>>>>
>>>>>>  On Tue, Aug 2, 2011 at 8:23 AM, James Coggan <james.cog...@gmail.com
>>>>>> > wrote:
>>>>>>
>>>>>>> Hi Guys,
>>>>>>>
>>>>>>> I'm having quite a problem
>>>>>>> Been for the last two weeks working almost 6 hours/day on my device
>>>>>>> and trying to get 2G/3G to work
>>>>>>> Telefony part (calling, receiveng) work perfect 100%
>>>>>>> But no APN, 2G or 3G is detected, if i add APN manualy it vanishes
>>>>>>> My rmnet0 is available, using the same kernel that was on froyo (were
>>>>>>> 2G/3G works)
>>>>>>> Please help!
>>>>>>>
>>>>>>> Thanks
>>>>>>>
>>>>>>>  --
>>>>>>> unsubscribe: android-porting+unsubscr...@googlegroups.com
>>>>>>> website: http://groups.google.com/group/android-porting
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>>  --
>>> unsubscribe: android-porting+unsubscr...@googlegroups.com
>>> website: http://groups.google.com/group/android-porting
>>>
>>
>>
>

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to