Switch to full style
Post a reply

How to execute scripts on Tomtom boot?

Fri Mar 09, 2012 11:50 am

Hey,

With 9.051 I had a startup script, which executed another shell script on the device boot, but it was tied into a long script provided by Mirelle (or smth).

I tried to create a new one, but the Tomtom doesn't boot up with this one.
Could someone take a look and tell me what I'm doing wrong here?

Current Navcore is 9.401

File "ttn"
Code:
#!/bin/sh

/bin/ttn &

Fri Mar 09, 2012 12:09 pm

Mikk36 wrote:Hey,

With 9.051 I had a startup script, which executed another shell script on the device boot, but it was tied into a long script provided by Mirelle (or smth).

I tried to create a new one, but the Tomtom doesn't boot up with this one.
Could someone take a look and tell me what I'm doing wrong here?

Current Navcore is 9.401

File "ttn"
Code:
#!/bin/sh

/bin/ttn &


Your TT model is ??

What is the purpose of this script?

Fri Mar 09, 2012 12:11 pm

TT Go920

In that current form, it has no function.
Full script would be:
Code:
#!/bin/sh

echo "/mnt/sdcard/start_logging &" >> /etc/rc.resume
/mnt/sdcard/start_logging &

/bin/ttn &

Fri Mar 09, 2012 2:02 pm

Navitotal can't help you with your request. It's possible that a member may be able to help.
Post a reply