I was testing a legato app which acquires GPS coordinates on WP7702, the app is programmed to constantly send GPS in SMS to my cell phone for 4 mins, but my cell phone only received the SMS for approx 1-2 mins, and I looked at the terminal trying to figure out what was going wrong on Legato app, I found out the the ssh connection drops:
packet_write_wait: Connection to 192.168.2.2 port 22: Broken pipe
I don’t really have an ubuntu machine, I could only install a virtual ubuntu machine to see if it would happen. Will that be okay? any particular ubuntu version it requires?
Also, I forgot to mention, the app seems to stop working while ssh connection drops.
I don’t think so. does the system log the reset?
As far as I can tell, the legato app has a SQLite database, if a reset occurred, the database would also be reset, I just checked the database, it looks good as before. so I dont think that was a reset…