zap it dude it's pretty good.....
Sorry but i've never tryed pixcall. I don't use pictures for my contacts so i don't need it.
For the moment my internet connection is killing me....
As soon as the speed will be good enough i'll download pixcall and i'll try to see how to insert it in the startup scriptknoppix@Knoppix:~$ ping MotorolaFans.com
PING motorolafans.com (67.225.128.189) 56(84) bytes of data.
64 bytes from 67.225.128.189: icmp_seq=1 ttl=48 time=2856 ms
64 bytes from 67.225.128.189: icmp_seq=2 ttl=48 time=1849 ms
64 bytes from 67.225.128.189: icmp_seq=3 ttl=48 time=2323 ms
64 bytes from 67.225.128.189: icmp_seq=4 ttl=48 time=2216 ms
64 bytes from 67.225.128.189: icmp_seq=5 ttl=48 time=1207 ms
64 bytes from 67.225.128.189: icmp_seq=6 ttl=48 time=230 ms
--- motorolafans.com ping statistics ---
6 packets transmitted, 6 received, 0% packet loss, time 11275ms
rtt min/avg/max/mdev = 230.593/1780.783/2856.801/854.340 ms, pipe 3
zap it dude it's pretty good.....
you just have to run the show script if you want pixcall running.
#!/bin/bash
#uncomment the next line if it's not running properly (it might load too early)
#example: if startmenu is runned at startup without a a wait period it loads the biggest font instead of the wright one
#sleep 5
#change the folder where you have pixcall as you need (remember that everything is case sensitive)
/mmc/mmca1/pixcall/show.sh
Last edited by BruceLee; 05-19-2008 at 10:10 AM.
Good question. What's the command for setting a certain font with the font app?
Last edited by BruceLee; 05-21-2008 at 04:29 PM.
Well im using this startup1.txt an autorun folder Startup folder - MotorolaFans.com Forums im not using the font app.Im only using qeiLock an Mysys with a startup.txt an still cant get pixcall working.
@BruceLee
I dont know the command for the font app.Ill try a few commands to see if i can get it working on a startup.txt,then ill post it if i get it.
I got a MAN-UP lifestyle.
Rename the font u have to myfont.ttf and place it in the root of the mem card. then add the following to the startup text:
Code:#!/bin/bash # Change fonts on startup if [ -f /mmc/mmca1/myfont.ttf ] then cp /mmc/mmca1/myfont.ttf /tmp/myfont.ttf mount --bind /ram/tmp/myfont.ttf /usr/language/fonts/AMCSL.TTF fi
thanks konig
Edit:
I've simplified a bit the script:
I've skipped the if statement since the mount command is doing it's thing only if there is a file to mount and i've mounted the font directly from the mmc.mount --bind /mmc/mmca1/myfont.ttf /usr/language/fonts/AMCSL.TTF
I know your method is safer but my method is faster. (tested and working)
Each one of the forumers can choose what he thinks is better for him. Personally i need speed because i have many scripts running at startup.
Last edited by BruceLee; 05-22-2008 at 08:10 AM.
does the 10P sandman support startup? i followed the directions from the link posted by MANUP456 and cant get it to work?
duh. got it working, thx
Last edited by Twizzlor; 05-22-2008 at 07:49 PM.
Yes, sandman 10P support startup script, but the file name should be startup.txt not startup1.txt.