
Originally Posted by
Halftux
Is it possible with startup script?
You don't want to see my startup script 
As you can see, there is no wwspn here.
It is of no use there, because it get reset to default if you lose GSM signal.
Code:
#! /bin/sh
cd /ezxlocal/download/QTDownLoad/Rootexec
/sbin/start-stop-daemon -S -o -c root:root -x ./startup
# change INSTALL_PATH to whereever you've copied gerald_vibe.bin
INSTALL_PATH=/diska/.system/vibe
export LD_LIBRARY_PATH=/usr/lib:/usr/lib/ezx/lib
/gerald_vibe_stop.sh ; # to avoid starting more than one process
/gerald_vibe.bin > /dev/null 2>&1 &
echo $! > /tmp/gerald_vibe ; # store the pid of the process
# delete unwanted things
rm -r /diska/Recycled
rm -r '/diska/System Volume Information'
rm -r /mmc/mmca1/Recycled
rm -r '/mmc/mmca1/System Volume Information'
rm -r /diska/Thumbs.db
rm -r /mmc/mmca1/Thumbs.db
rm -r /diska/.Trash-1000
rm -r /mmc/mmca1/.Trash-1000
rm -r /mmc/mmca1/.Trashes
rm -r /diska/.Trashes
rm -r /mmc/mmca1/.DS_Store
rm -r /diska/.DS_Store
cd /mmc/mmca1/.system/QTDownLoad/Prompt
./Prompt
# cd /mmc/mmca1/gpsdump
# ./gpsdump
Please, no questions on "How to run a startup script" in this thread