Closed
Bug 745692
Opened 13 years ago
Closed 13 years ago
B2G RIL: Can't dial-out with Akami, startTone/stopTone fails
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: vicamo, Unassigned)
References
Details
I have a 3G SIM card inserted in NETHER slot. The `getprop` reports:
$ adb shell getprop |grep ril
[rild.libpath]: [/system/lib/libril-qc-1.so]
[rild.libargs]: [-d]
[ro.ril.hsxpa]: [1]
[ro.ril.gprsclass]: [10]
[init.svc.ril-daemon-b2g]: [running]
[init.svc.rilproxy]: [running]
[gsm.version.ril-impl]: [Qualcomm RIL 1.0]
[ril.ecclist]: [911,112,110,119,120]
Log captured is available in http://pastebin.com/ubkJKzgh .
Line 298 ~ 316, cardState, previously set to null, is set to absent.
Line 658, begin dialing sequence with `startTone` and get an error at line 666.
Line 669, same situation for `stopTone`
Line 879, failed to dial-out
Reporter | ||
Comment 1•13 years ago
|
||
Mark blocking bug 740238 for there is still same errors with http://pastebin.com/bTziLNhr line 1036..1043
Comment 2•13 years ago
|
||
John, can you see if this still occurs on Akami?
blocking-basecamp: --- → +
Keywords: qawanted
Reporter | ||
Comment 3•13 years ago
|
||
Can't install recent Gaia into Akami, no enough space in /data:
$ make install-gaia
.....
push: profile/OfflineCache/index.sqlite -> /data/local/OfflineCache/index.sqlite
failed to copy 'profile/OfflineCache/index.sqlite' to '/data/local/OfflineCache/index.sqlite': No space left on device
make[1]: *** [install-gaia] Error 1
make[1]: Leaving directory `/home/vicamo/WorkSpace/mozilla/b2g/akami/gaia'
make: *** [install-gaia] Error 2
$ du -sh gaia/profile
127M gaia/profile/
$ adb shell df /data
Filesystem Size Used Free Blksize
/data 133M 133M 104K 4096
Reporter | ||
Comment 4•13 years ago
|
||
By removing samples in Gaia video app, installation passed but still gets crashed within libril. I'll report the two issues in separate later.
Reporter | ||
Comment 5•13 years ago
|
||
1) bug 761896 opened, but it duplicates https://github.com/mozilla-b2g/gaia/pull/1586, which was already merged in Gaia master branch this morning.
2) rild crash only happens when SIM card is inserted in UPPER sim slot, but inserting SIM card in either slot generates the same log capture with my previous one.
Updated•13 years ago
|
blocking-kilimanjaro: --- → +
Reporter | ||
Comment 6•13 years ago
|
||
Akami with ICS build is immune to this issue.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Comment 7•13 years ago
|
||
I tested a build that was built on 6-27-2012, and was able to successfully connect and converse on a call. phone rings as expected.
Comment 8•13 years ago
|
||
(INVALID means it's not a valid bug; but at some point it was; changing resolution to WORKSFORME.)
Resolution: INVALID → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•