Difference between revisions of "CM-QS600: Android: Known Issues"
|  (New page: {{IssueCategory|Audio| * Occasionally, audio cannot be played back, and no sound cards appear in ''/proc/asound/cards'' special file :'''Workaround:''' :Exercise power cycle (turn power of...) | |||
| Line 7: | Line 7: | ||
| }} | }} | ||
| − | {{IssueCategory| | + | |
| − | * Occasionally,  | + | {{IssueCategory|3G modem| | 
| + | * Occasionally, Telit 3G modem cannot detect the SIM card. | ||
| :'''Workaround:''' | :'''Workaround:''' | ||
| − | : | + | :Istruct the modem to assume SIM card is present, i.e. similate SIM inserted, by adding to the [[CM-QS600:_Android:_Operating_instructions#Start-up_script | startup script]] the appropriate line in function ''ril_initialize'', prior to starting ''ril-daemon'':<br/> | 
| + | <pre> | ||
| + | echo -en "AT#SIMDET=1\r" > /dev/ttyACM0 | ||
| + | </pre> | ||
| + | <!-- | ||
| + | Reference: | ||
| + | Telit Modules Software User Guide : SIM Detection Mode (p. 29) | ||
| + | --> | ||
| }} | }} | ||
| [[Category:Android]] | [[Category:Android]] | ||
| [[Category:CM-QS600]] | [[Category:CM-QS600]] | ||
Revision as of 12:30, 9 December 2014
| Audio | 
| 
 
 | 
| 3G modem | 
| 
 
 echo -en "AT#SIMDET=1\r" > /dev/ttyACM0 | 
