View Single Post
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#43
Originally Posted by droll View Post
btw, is this supposed to work with the built-in GPS because i can't get a fix on my location. it keeps defaulting to some place in europe..
Yes, the N900 build in GPS is supported through the standard method (liblocation), so it should work. You can check a few things:
  • is the GPS turned on ?
  • are you running modRana the right way ?
    • modRana needs to know that it is running on a N900 to turn on the liblocation support
    • this is taken care of by this script: /usr/bin/modrana (this is what you run, when you type "modrana" to the command line)
  • was there installation flawless (no error messages during install)?


Originally Posted by ceroberts75 View Post
this may be wierd, but after

...

after trying to open it 6 times with crashes, i have typed this feed for you.
Well, I can say thats really pretty weird. Well, there are a few more things you can try:
  • make sure you are root when installing/removing/purging modrana from the command line
  • purge modrana
    Code:
    apt-get remove --purge modrana
    this should completely remove modrana from your system
  • after purging try to reinstall with the app mamanger
  • if this fails, purge again and try to install from the command line
    Code:
    apt-get install modrana
    this really should not install cloudgps
  • if launching modrana using the desktop icon fails, try tu run it from the command line (as a user) by typing:
    Code:
    modrana
  • if you get some (copypastable) errors, when running or installing, please PM them to me

Originally Posted by Dr.J View Post
liked ur app
just voted!
Thanks !

Originally Posted by akurtz View Post
Just installed 0.12.6 and it's not working.
/opr/modrana was set 754, as were other directories.
chmod -R 755 /opt/modrana got it running, and no doubt broke some features.
Well, it can run even with 777, it doesn't break anything in the app.
But following the standard packaging practices, only what needs to be writable should be writable and so on. Therefore I set the permissions for the code to be read only and configs/tracklogs/cache/etc to be writable. So either I set wrong permissions somewhere or the installation failed during the postinst script, which is when the permissions are set.
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)
 

The Following User Says Thank You to MartinK For This Useful Post: