Closed GoogleCodeExporter closed 9 years ago
I fixed bug related to SMS receiving yestarday.
http://downloads.nitdroid.com/e-yes/ofono_nitdroid/prebuilt/libofono-ril.so
Place file in /system/lib/ directory and restart radio (su + rr).
Original comment by alexey.r...@gmail.com
on 9 Sep 2010 at 11:34
Thanks. I placed the file in /system/lib/ directory. By restart radio I hope
just a reboot of the device is sufficient? I don't know what is (su + rr)??
Do I need to CHMOD libofono-ril.so ? What permissions if needed.
Original comment by mva...@gmail.com
on 9 Sep 2010 at 11:57
chown root:root /system/lib/libofono-ril.so
chmod 644 /system/lib/libofono-ril.so
Original comment by alexey.r...@gmail.com
on 9 Sep 2010 at 12:00
Thanks! Will do that right away.
Original comment by mva...@gmail.com
on 9 Sep 2010 at 12:02
I did this but the cell signal still dropped when I just received an SMS. No
way to recover unless phone is rebooted.
1. Downloaded
http://downloads.nitdroid.com/e-yes/ofono_nitdroid/prebuilt/libofono-ril.so and
moved it to /system/lib
2. chown root:root /system/lib/libofono-ril.so
3. chmod 644 /system/lib/libofono-ril.so
I must mention that I was not able to chown and chmod from outside the
directory so I changed to the directory and then chown and chmod
libofono-ril.so respectively.
Original comment by mva...@gmail.com
on 9 Sep 2010 at 12:15
Ignore the last msg.. it's working now.. I had to rm the file first before
putting it again. Works well now. This bug can be closed.
Original comment by mva...@gmail.com
on 9 Sep 2010 at 12:51
I think it's random. At certain times the signal dropped on receiving SMS while
it did not at other times so I am guessing the behavior is random. If I receive
5 SMS messages, 3 times the signal will drop and go into airplane mode and 2
times it will be fine. Problem is it needs rebooting once it drops the signal.
Original comment by mva...@gmail.com
on 10 Sep 2010 at 4:29
Please, post your logs after receiving `unlucky` SMS.
( short guide how to enable logging for NitDroid/0.0.8 -
http://forum.nitdroid.com/index.php?topic=343.msg1956 )
Original comment by alexey.r...@gmail.com
on 10 Sep 2010 at 4:19
Okay that could take a while as I am not always running NitDroid. But I could
spend a sometime trying to repro the issue. Btw in your first comment you asked
to restart radio (su + rr).. does that happen automatically on rebooting device
or is this something that needs to be specifically done and if so then how?
I already did this:
chown root:root /system/lib/libofono-ril.so
chmod 644 /system/lib/libofono-ril.so
How does one reboot radio? Maybe that is what I haven't done?
PS. Ignore my ignorance.
Original comment by mva...@gmail.com
on 10 Sep 2010 at 8:51
Okay there you go. I enabled logging and once booted to NitDroid I sent an sms
to myself and the service dropped immediately. I noticed it's doing that on
every sms received now. No longer random unfortunately.
I am getting this warning on boot but it goes through after that and starts
booting android:
Warning: 'rild' uses 32-bit capabilities (legacy support in use)
Started to get this since installing 0.0.8
Original comment by mva...@gmail.com
on 10 Sep 2010 at 10:50
Attachments:
Thank you indeed, i managed to reproduce the bug, and now it's fixed.
New version of ofono-ril will be released soon (i hope at next week).
Original comment by alexey.r...@gmail.com
on 11 Sep 2010 at 11:47
Original comment by alexey.r...@gmail.com
on 11 Sep 2010 at 11:48
You are welcome. Looking forward to the new version of ofono-ril and I really
hope you can fix the messages trimming to 127 characters. That would be great.
Cheers.
Original comment by mva...@gmail.com
on 11 Sep 2010 at 3:40
Fixed in ofono-ril v0.0.4
Original comment by alexey.r...@gmail.com
on 16 Sep 2010 at 9:44
Thanks for the fix. Incoming SMS does not drop cell network anymore. However I
think (but not sure) if it's ofono-0.28 or ofono-ril v0.0.4 that has surfaced a
new bug which is the green notification light stays lit when an SMS is
received. Even if you read the SMS or delete it the green light stays lit until
the phone is rebooted.
Original comment by mva...@gmail.com
on 20 Sep 2010 at 11:41
Original issue reported on code.google.com by
mva...@gmail.com
on 9 Sep 2010 at 8:44