You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GPS device has sometime to be initialized.
Something like the following commands:
su root
stty -F /dev/ttyUSB0 ispeed 4800
However it would require a rooted device with busybox and superuser installed... stty is not available in the standard android shell.
Should not be a pb, if the device is rooted.
The text was updated successfully, but these errors were encountered:
If you have busybox, you should call "busybox stty -F ..." instead of "stty -F ...", because stty isn't a standalone binary. Can you change that, or better make an option?
The GPS device has sometime to be initialized.
Something like the following commands:
su root
stty -F /dev/ttyUSB0 ispeed 4800
However it would require a rooted device with busybox and superuser installed... stty is not available in the standard android shell.
Should not be a pb, if the device is rooted.
The text was updated successfully, but these errors were encountered: