Closed
Bug 986303
Opened 11 years ago
Closed 11 years ago
[dolphin] dsds doesn't work
Categories
(Firefox OS Graveyard :: GonkIntegration, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: seinlin, Assigned: sam.hua)
References
Details
Now only one SIM can connect to network.
Reporter | ||
Comment 1•11 years ago
|
||
Ying, can you help to add "ro.moz.ril.numclients=2" into device mk file? Thanks!
Blocks: dolphin
Flags: needinfo?(ying.xu)
Comment 2•11 years ago
|
||
Hi Sam:
After manual setup ro.moz.ril.numclients=2, we still can not get correct SIM2 state.
Please help update ril lib to fix this issue. (xxx.rc might need update too)
// ps info.
$ adb shell ps | grep "ril"
root 101 1 1384 672 ffffffff 00000000 S /system/bin/rild
radio 109 1 920 364 ffffffff 00000000 S /system/bin/rilproxy
radio 143 1 7648 912 ffffffff 00000000 S /system/bin/rild_sp
radio 146 1 7640 904 ffffffff 00000000 S /system/bin/rild_sp
// Socket information
srw-rw---- root radio 2014-03-21 10:50 rild
srw-rw---- radio system 2014-03-21 10:50 rild-debug
srwx------ root radio 2014-03-21 10:50 rilproxy
...
srw-rw---- root radio 2014-03-21 10:50 wrild
srw-rw---- radio system 2014-03-21 10:50 wrild-debug
srw-rw---- radio system 2014-03-21 10:50 wrild-debug1
srw-rw---- root radio 2014-03-21 10:50 wrild1
Flags: needinfo?(sam.hua)
Comment 3•11 years ago
|
||
We have fixed this bug on my side.
Sam, you should update the RIL library to spreadtrum git repo.
commit e5741132b4804b7e29bed06ec6253456ed506c62
Author: sam hua <sam.hua@spreadtrum.com>
Date: Thu Mar 20 19:18:43 2014 +0800
Bug #291542 dolphin,change rild socketname from wrild to rild
[bug number ] 291542
[root cause ] 7715,change rild socketname from wrild to rild
[changes ]
[side effects]
[reviewers ]
Change-Id: Ia7a5997dc209cdf702ecd8362f54613055d933d6
Assignee: nobody → sam.hua
Comment 7•11 years ago
|
||
Sam fixed.
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(james.zhang)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•