troubleshooting
Adding logs to gsmd
Here are the steps to activate the log in gsmd :
- edit the /etc/init.d script
- in the line DAEMON_ARGS="-F", add "-l /tmp/gsmd.log".
You will get DAEMON_ARGS="-F -l /tmp/gsmd.log"
Restart gsmd and phone-kit:
/etc/init.d/gsmd restart killall phone-kit
The output will be located at /tmp/gsmd.log
