← Back to team overview

ubuntu-phone team mailing list archive

Re: Phone Network ( help )

 

On 03/25/2013 10:06 PM, Henrique Santos Fernandes wrote:
> 
> []'sf.rique
> 
> 
> On Mon, Mar 25, 2013 at 3:31 PM, Tony Espy <espy@xxxxxxxxxxxxx
> <mailto:espy@xxxxxxxxxxxxx>> wrote:
> 
>     On 03/24/2013 01:06 AM, Henrique Santos Fernandes wrote:
>     > Hello guys,
>     >
>     > Can someone help me?
>     > My problem is that my phone ( GT-I9000B ) is not getting any
>     signal from
>     > my operator. ( Yes, my SIM is unlocked. )
>     >
>     > The only thing i can see in the logs that maybe related is that:
>     > Maybe someone can show my where to look or what to do to get
>     Signal from
>     > network? To be able to call and SMS
> 
>     If ofono can't talk to RILD, then you won't be able to do either.
> 
>     The ofono output shows a Connection Refused (111) when ofono attempts to
>     open the RILD command socket.
> 
>     Are you sure you pulled all of our source/patches correctly for the CM
>     side of things?
> 
> 
> I did the  /usr/bin/phablet-dev-bootstrap 
> 
> And just add the repo for my device... 
> 
> I did this one  https://wiki.ubuntu.com/Touch/Devices/galaxysbmtd   (
> also wrote )

OK

>     In particular, you want to ensure that you grabbed the RILD patch which
>     disables credential checking:
> 
>     http://phablet.ubuntu.com/gitweb?p=CyanogenMod/android_hardware_ril.git;a=shortlog;h=refs/heads/phablet-10.1
> 
>     See the first commit listed (
>     http://phablet.ubuntu.com/gitweb?p=CyanogenMod/android_hardware_ril.git;a=commit;h=25abac715370ee5dc689715fd2cb7be612125971
>     ).
> 
>     Without this patch, RILD will reject connections from ofono.
> 
> 
> My file is a lite diferent from the commit, but i i guess i have the
> right patch.
> 
> The /usr/bin/phablet-dev-bootstrap -c  should take care right?

Running this will continue a previously interrupted sync.  So if a
previous sync was stopped before completion, this will resume the sync
at the point it had stopped.

> How can i check if it is rigth?  

You can examine the file and ensure that the lines that were supposed to
be removed by the patch are gone:

http://phablet.ubuntu.com/gitweb?p=CyanogenMod/android_hardware_ril.git;a=commitdiff;h=25abac715370ee5dc689715fd2cb7be612125971

> And if it is right, can i do anything else?

If that doesn't solve the problem, then I'd suggest making ofono a
manual upstart job by running the followning command in the container:

echo "manual" >> /etc/init/ofono.override

** NOTE ** if you do this, don't forget to remove it, once things work.

Reboot your phone, and from a term on your laptop/desktop run:

adb logcat -b radio RILC:D | grep RILC

Now from inside the container, run:

# initctl start ofono

In the adb output, if things are working, you should see:

I/RILC    (  127): libril: new connection

If not, please note any errors logged.

Regards,
/t



Follow ups

References