Thread
:
[Announce] modRana: a flexible GPS navigation system
View Single Post
白い熊
2011-11-17 , 17:03
Posts: 451 | Thanked: 334 times | Joined on Sep 2009
#
909
Great success!!! I was able to get modRana to run on Android with gpsd navigation and all...
Thanks to skykooler, I eliminated the option of running modRana native on Android right away.
The only way to run is in debian chroot.
Now the process basically is:
- Install BlueNMEA from the Market in Android.
- Run BlueNMEA
It enables you to connect to the GPS data via tcp...
- In the debian chroot run:
Code:
gpsd -N tcp://127.0.0.1:4352
gpsd will complain about not being able to connect to dbus, as it's not functional in chroot, however it'll run and it'll access the GPS data.
- Run modRana in the chroot, it navigates fine and everything.
Whoa!!!
Now, based on my findings of running modRana in chroot so far, I have the following two requests:
- An exit button is SORELY needed for modRana. This is not evident on the N900, where you exit via the x, however running StumpWM there is no window decoration, and no way to exit modRana. The only option is to kill it, and I'm afraid that exit is not clean, as it leaves python hanging etc. So please, an Exit button for a clean exit from modRana.
- Display orientation is NOT working, i.e. no matter if I select horizontal or landscape, the rotation is still the same. Automatic rotation doesn't work in the chroot, as X is accessed via TightVNC android VNC viewer, and obviously it doesn't give any signal. Can the rotation be fixed? And a rotation button, maybe optional would also be handy in the UI.
Sidenote, currently there is no espeak output in the chroot, as I can install espeak, however Android sound implementation obviously has nothing to do with alsa or pulse, and thus not sure how to get sound output in the chroot... Will investigate this further. If anyone has any hints on getting sound in the chroot, please mention those...
But basically, our modRana is WORKING in Android!
Quote & Reply
|
The Following 2 Users Say Thank You to 白い熊 For This Useful Post:
ejasmudar
,
MartinK
白い熊
View Public Profile
Send a private message to 白い熊
Find all posts by 白い熊