I would like to use the fx30 as site survey network coverage where I can just have the app install inside the fx30 and drive around the place to capture the cell id / signal strength info .
I have check the below doc but still unsure how to go about it? Any advise and sample app i can start with ?
I test it on FX30 WP8548.
I tried issue the command manually and it works but not the executing of the script.
OK
at!gstatus?
!GSTATUS:
Current Time: 52 Temperature: 31
Bootup Time: 5 Mode: ONLINE
System mode: WCDMA PS state: Not attached
WCDMA band: WCDMA 2100
WCDMA channel: 10688
GMM (PS) state:REGISTERED NORMAL SERVICE
MM (CS) state: LA Start NORMAL SERVICE
I have tested the scripts but seems like nothing result inside.
Kindly find result as below:
root@fx30:~# ./script_jyi.sh
CTRL+C to quit
loop 0
Mon Jul 9 06:10:03 UTC 2018
loop expr $i + 1
Mon Jul 9 06:10:13 UTC 2018
loop expr $i + 1
Mon Jul 9 06:10:23 UTC 2018
Mon Jul 9 06:10:03 UTC 2018
loop expr $i + 1
Mon Jul 9 06:10:13 UTC 2018
loop expr $i + 1
Mon Jul 9 06:10:23 UTC 2018
Can you advise possible to do the legato app for this same like… "EthernetRouter.wp85.update " as previously installed inside and it will runs automatically with the SIM.
I have tried the script .sh, and I am able to execute it.
Possible to have guide how to have app like
"EthernetRouter.wp85.update " as previously installed inside and it will runs automatically with the SIM. ?
Hi @SWAPAC
if you refer to doing the legato application (.wp85.update) as opposed to a shell script, this is a whole different thing.
However, you can refer to another thread about launching a script at startup.
I guess it should help you to address your need to have script to run automatically.
Let me know if it helps
Sun Jan 6 00:05:46 UTC 1980
AT!GSTATUS?
!GSTATUS:
Current Time: 345 Temperature: 31
Modem Mitigate Level: 0 ModemProc Mitigate Level: 0
Reset Counter: 1 Mode: LOW POWER MODE
OK
AT!GPSSTATUS?
Current time: 1980 01 06 6 00:05:46
1980 01 06 6 00:00:00 Last Fix Status = FAIL, FAILCODE = 9
1980 01 06 6 00:00:00 Fix Session Status = FAIL, FAILCODE = 9
No TTFF available
OK
root@swi-mdm9x28-wp:~#
root@swi-mdm9x28-wp:~#
root@swi-mdm9x28-wp:~# cm data connect
Setting up profile 1
Connecting … failed
Sun Jan 6 00:07:05 UTC 1980 - Connection Failure: LE_FAULT
root@swi-mdm9x28-wp:~#
Please note that RTC time and system time are different. If you set RTC time it won’t affect system time and vice versa. However, they are synchronized.
you can refer to the dedicated article on legato.io explaining the difference: Set User Timebase - Legato Docs
you can also refer to the following post which gives an example of command line to set the system time using NTP service and then set RTC based on the system time: