Hi all, This bug seems has multiple duplicates: 1. https://bugzilla.mozilla.org/show_bug.cgi?id=876772 this one is tagged leo+, so we all accept to use this one to fix the bug 2. https://bugzilla.mozilla.org/show_bug.cgi?id=880615 this one is reported by me, already marked as duplicate
I think the one reported by hub is also a duplicate. I had discussed with ril team in Taipei. They gave me a quick patch for this bug. If you really want to use latest version from nightly build. You can download a working one which is the version before 20130524070205 (included) and pull its rild out: adb pull /system/bin/rild . After installed(flashed) the latest version, you need to push rild back to your phone, and reboot: adb remount adb push rild /system/bin/ adb chmod 744 /system/bin/rild adb reboot Your ril will work and everything goes back as normal. BR, John ----- Original Message ----- From: "Rudy Lu" <[email protected]> To: "Hubert Figuière" <[email protected]> Cc: [email protected] Sent: Tuesday, June 18, 2013 6:03:01 PM Subject: Re: [b2g] Unknown SIM card state with 1.1 on an inari Hi Hub, This sounds like the same issue as, https://bugzilla.mozilla.org/show_bug.cgi?id=876772 Best regards, Rudy, Mozilla Taiwan On Tue, Jun 18, 2013 at 6:04 AM, Hubert Figuière <[email protected]> wrote: > On 17/06/13 05:57 PM, Andrew Overholt wrote: > > Hi, > > > > I have successfully been using 1.0.1 on an inari with my SIM from a > > Rogers re-seller in Canada. I flashed a nightly inari build of 1.1 > > (inari.zip built by Mozilla Releng) onto it today and now it can't seem > > to connect to the cellular network. > > > > What did I do wrong or is this just a regression from 1.0.1? > > This is: > > https://bugzilla.mozilla.org/show_bug.cgi?id=882174 > > Hub > _______________________________________________ > dev-b2g mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-b2g > _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
