Modified CG43 for Rokr E6, and CG44 for A1200
Saturday, 11. August 2007, 11:35:37
Here is a modified cg43 for Rokr E6 (09P) and cg44 for A1200 (09P)
Modification list is
1. can be telnet by acmattach.lin or old telnet.pkg
2. can be telnet by echo at+mode=13 > comX (X is comport number of motorola usb modem)
3. can be switch font by put AMCSL.TTF and fontdef.cfg into folder "fonts" in flash memory (/ezxlocal/download/mystuff/fonts) and restart phone. and delete or move both file and restart phone to change back to normal phone font.
4. in Rokr E6 you can telnet via command line with this cg. (can login into phone)
5. can run startup scripts by put a *.lin into folder "startup" in flash memory and/or in card.script in flash memory 'll executed first in order of it 's name and later scripts in mmc 'll executed.
this file is contain only CG43 or CG44 and RDL3. you can flash it with RSDLite and all you data is remain after flashing.
thanks for Imahottyguy for how to extract cg.
CG43 for E6
R533_G_11.12.09P_CG43_TLPDA_001.zip
CG44 for A1200
R532H2_G_11.20.09P_CG44_TLPDA.zip








Anonymous # 7. November 2007, 10:22
One of my best phone ever, just take a look at the amazing ROKR E6 spec at http://www.cellphonevibes.com/motorola/rokr-e6.html and you'll see why this is one of the best phone ever. Go Moto go!
Eakrin (Ake หรือ เอก) # 26. November 2007, 05:13
toylam # 11. December 2007, 14:04
I can't run startup scripts by put a *.lin into folder "startup" in flash memory and/or in card.
I had run RSDLite_3.8.msi to change F/W to R533_G_11.12.09P_GSZMCAUT678AC01C_LP0021A_T678AC_S008_E006_R002_G004_1FF_UNICODE_FONT.sbf
and then change F/W to R533_G_11.12.09P_CG43_TLPDA_001.sbf
Eakrin (Ake หรือ เอก) # 19. December 2007, 02:26
check your .lin by try execute it on mystuff first.
toylam # 19. December 2007, 17:34
How to edit the changring.lin to become a startup scripts ?
Please & thanks for your attention !
Eakrin (Ake หรือ เอก) # 20. December 2007, 02:30
ZZZZZ is a folder name
2. in line Exec = XXXX
XXXX is indicate a main application file. you should call it to start this app
3. create your lin script by editplus (set document format CR/LF to unix)
PS. depent on each script some may need to change path for script working some may not.
4. put it in startup folder
cheer!
toylam # 24. December 2007, 06:15
cd /mmc/mmca1/.system/QTDownLoad/chang3ring
changring-start.lin
and saved it as UTF-8 format.
But it can't work auto when startup.
When I put the "StartupSound.lin" in startup folder, it works normally.
#!/bin/bash
# Startup Sound Script : changing power-on sound for startup script suppoerted CG43, 44.
# by Ake @ ThaiLinuxPDA.com
# Version 1.0 Sep 10, 2007
STARTUP_DIR='/mmc/mmca1/startup/'
STARTUP_SOUND_FILE='startup.wav'
DEFAULT_SOUND_FILE='/usr/data_resource/phone/ui_start_up_mono.wav'
if [ -f "${STARTUP_DIR}${STARTUP_SOUND_FILE}" ]; then
start-stop-daemon --start --quiet --chuid root --exec /bin/mount -- --bind "${STARTUP_DIR}${STARTUP_SOUND_FILE}" "${DEFAULT_SOUND_FILE}"
fi
Is there anything I miss or wrong ?
Thanks for your help again !
Eakrin (Ake หรือ เอก) # 3. January 2008, 02:09
2. and about this line
cd /mmc/mmca1/.system/QTDownLoad/ZZZZZ
XXXX
XXXX need to be ./changring-start.lin because linux does not know file in the same folder without ./ prefix.
or try to call it directly by
/mmc/mmca1/.system/QTDownLoad/chang3ring/changring-start.lin
3. test it on phone by tapping on changring-start.lin in file manager before testing on startup script.