PDA

View Full Version : [How to] Change font


Av3LaR
03-19-2009, 11:38 PM
Well do you wanna know how to change font, well here it is
- Telnet to the machine.
- Copy to myfont to /ezxlocal
- Copy overwrite medld.conf in /ezxlocal/medl
- Restart phone.

That's the simple part, if you wanna go deeper, then check the code
#!/bin/sh
##system autorun and env
mount -o remount,rw,exec -t vfat /dev/mmca1 /mmc/mmca1
mount -o remount,rw,exec -t vfat /dev/loop/0 /ezxlocal/download/mystuff
mount -o bind /ezxlocal/medl/root/ /root/
mount -o remount,rw,exec /ezxlocal
busybox killall inetd
mount -t devpts devpts /dev/pts
inetd /etc/inetd.engr
sleep 3
export LD_LIBRARY_PATH=/ezxlocal/medl/lib:
export PATH=/ezxlocal/medl/bin:
/ezxlocal/medl/bin/sshd
/ezxlocal/medl/bin/bftpd -d -c /ezxlocal/medl/etc/bftpd.conf
##userspace autorun
/bin/sh /mmc/mmca1/.system/autorun.sh
#
# And here we enable some MaaaaGiiiiCkkkk!!!
mount -o bind /ezxlocal/medl/mot_security.sh /etc/initservices/services/mot_security.sh
/ezxlocal/medl/unlock_insmod
# Change font
mount -o bind /ezxlocal/Other/myfont.ttf /usr/language/fonts/AMCSL.TTF
mount -o bind /ezxlocal/Other/myfont.ttf /usr/language/fonts/NUMBER.TTF

Myfont's file can be ANY ttf font inside a rar, it's quite simple :D

Any question feel free to ask!

Thanks to Jupiter for the files and pointing how to do it