Join Today
+ Reply to Thread
Results 1 to 9 of 9
  1. #1
    Join Date
    Jan 2009
    Location
    China Mainland
    Posts
    10

    Default HOWTO: Install Unlimited Themes/Skins for ROKR E6/A1200

    Hi ROKRs!

    This topic will guide you to put EZX themes on the SD/MMC so you will have unlimited skin select-able in phone's Setup >> Color Scheme. and change it on the fly. Do this because ROKR E6 have only about 6MB internal free space, and many skin installers always installs skin to the internal,

    well, let's begain.

    1. get a theme/skin.

    2. after you got a theme/skin package, you will see something like:

    Code:
    themename.skn  <<-- we are going to mod this
    themename.pskn
    iconres.ezx
    
    and some other files like on/off.gif desk.jpg wallpaper.jpg ...
    3. edit .pskn file to below style. (Notepad is acceptable, but if you got something wired like many black/empty squares, you should use UNIX compatible editor like Geany, Crimson Edit, UltraEdit...)
    Code:
    ThemeCurrentUse = /mmc/mmca1/autorun/skin/ThemeFolderName/ThemeName.pskn
    ThemeIconDir = /mmc/mmca1/autorun/skin/ThemeFolderName/
    ThemeLogoIcon = /mmc/mmca1/autorun/skin/ThemeFolderName/preview.png
    ThemeName = ThemeName
    ThemeSkinFile = /mmc/mmca1/autorun/skin/ThemeFolderName/ThemeName.skn
    ThemeWallpaper = /mmc/mmca1/autorun/skin/ThemeFolderName/wallpaper.png
    ThemeFolderName is the folder where you keep the theme,
    in Mass Storage mode, it's path is X:/autorun/skin/ThemeFolderName/
    on the Phone's File Manager, it's path is Memory Card > autorun > skin > ThemeFolderName

    ThemeLogoIcon is the preview in Setup > Color Scheme, you can leave it blank

    4. now copy all modded .pskn files into one folder, i use /mmc/mmca1/autorun/skin/skin/ as the folder, and then in telnet or eKonsole do:

    Code:
    mount --bind /mmc/mmca1/autorun/skin/skin/ /usr/data_resource/skin/
    see what happened:

    Code:
    # ls -al /usr/data_resource/skin/
    total 641
    drwxrwxrwx    2 ezx      ezx         32768 Feb 24 14:49 .
    drwxrwxrwx    1 99       99            556 Jan  1  2000 ..
    -rwxrwxrwx    1 ezx      ezx           849 Feb 25 05:05 BlackRUS.pskn
    -rwxrwxrwx    1 ezx      ezx           836 Feb 25 05:05 Ferrari.pskn
    -rwxrwxrwx    1 ezx      ezx           801 Feb 25 05:05 HAINANa1600.pskn
    -rwxrwxrwx    1 ezx      ezx           793 Feb 25 05:05 Linux_mint.pskn
    -rwxrwxrwx    1 ezx      ezx           916 Feb 25 05:05 MFans.pskn
    -rwxrwxrwx    1 ezx      ezx           919 Feb 25 05:05 Musix.pskn
    -rwxrwxrwx    1 ezx      ezx           865 Feb 25 05:43 Musix2.pskn
    -rwxrwxrwx    1 ezx      ezx           798 Feb 25 05:42 NuevoAridario.pskn
    -rwxrwxrwx    1 ezx      ezx           881 Feb 25 05:39 OnyxBlack.pskn
    -rwxrwxrwx    1 ezx      ezx           821 Feb 25 05:05 PRADA.pskn
    -rwxrwxrwx    1 ezx      ezx           808 Feb 25 05:05 Ubuntu.pskn
    -rwxrwxrwx    1 ezx      ezx           867 Feb 25 05:27 WinBlack.pskn
    -rwxrwxrwx    1 ezx      ezx           852 Feb 25 05:26 bluepro.pskn
    -rwxrwxrwx    1 ezx      ezx           955 Feb 25 05:26 iphone_revolution.pskn
    -rwxrwxrwx    1 ezx      ezx           746 Feb 25 05:05 mPhone.pskn
    -rwxrwxrwx    1 ezx      ezx           808 Feb 25 05:05 mix_iphone.pskn
    -rwxrwxrwx    1 ezx      ezx           726 Feb 25 05:05 sunflower.pskn
    -rwxrwxrwx    1 ezx      ezx           762 Feb 25 05:05 white.pskn
    -rwxrwxrwx    1 ezx      ezx           719 Feb 25 05:05 zeus.pskn
    Woo, a dozen .pskn files are there!

    open Setup >> Color Scheme in the phone and enjoy UNLIMITED THEMES

    5. to umount and change to original built-in theme, do
    Code:
    umount /usr/data_resource/skin/
    PLEASE NOTE (VERY IMPORTANT)
    1. after mount, the original themes is disappeared, they are NOT missing, you can see them after umount.
    2. after restart the phone, you have to re mount .pskn's if you want to apply new themes.
    3. you can add mount command to startup.txt/autorun.txt, so you can change themes even your phone is restarted, but this is NOT MUST TO DO, mount or umount will not effect
    applied theme.
    4. if you want to use Mass Storage when connecting to Computer, you should first do umount, then apply the original built-in theme, OR the phone will frozen and the only way to resume is take out/in battery.

    TODO:
    add some notes <-- now using PLEASE NOTE instead
    add known bugs <-- now using PLEASE NOTE instead
    add a mount/umount script <-- 50%
    improve PLEASE NOTE

    ChangeLog:
    UTC+8-2009-03-10-20:30: added original auther name to THANKS section i missed before.
    UTC+8-2009-02-26-21:00: rewrite all for keep it simple and stupid.

    THANKS:
    Original Post in Chinese by dayouling and i changed a bit for all firmwares.

    My Firmware is R535H10_G_11.87.22P_NiKs_Black_Diamond_v1.2, i think it worked for all f/w, please try and report.

    i tried this script, but seems not working with linloader, but working with eKonsole
    # cd /mmc/mmca1/path/to/the/script/
    # ./mount.theme.sh
    the script is used for mount/umount theme folder, so no need to type same command again and again. edit mount.theme.sh before use.
    Attached Files Attached Files
    Last edited by Ge6; 03-10-2009 at 12:28 PM.

  2. #2
    Join Date
    Dec 2008
    Location
    At Home
    Posts
    1,010

    Default

    cool stuff......
    amazing.....
    but i have 1 problem my mmc get disconnected automatically once a day if that happens should i remove & insert battery or there is other way

  3. #3
    Join Date
    Jan 2009
    Location
    China Mainland
    Posts
    10

    Default

    Quote Originally Posted by Rohitlinux View Post
    cool stuff......
    amazing.....
    but i have 1 problem my mmc get disconnected automatically once a day if that happens should i remove & insert battery or there is other way
    i think there is no other way, because the theme is on MMC if disconnected it may be frozen also. so you have to do PLEASE NOTE-4 before disconnecting MMC.
    Last edited by Ge6; 02-22-2009 at 10:54 AM.

  4. #4
    Join Date
    Dec 2008
    Location
    At Home
    Posts
    1,010

    Default

    ok...
    it disconnected automatically i dont do it.
    after i insert mmc again after disconnectig i think it going to work...

  5. #5
    Join Date
    Mar 2009
    Location
    India
    Posts
    67

    Default

    This thread might be weeks old, but hey, this trick worked wonders for me!

    Congratulations and thanks!
    Glory Glory Man United !!

  6. #6
    Join Date
    Dec 2008
    Location
    At Home
    Posts
    1,010

    Default

    ya nice one.
    now my mmc work good.
    but still prefer other way.

  7. #7
    Join Date
    Aug 2008
    Location
    Etawah the city of grt. DACOITS
    Posts
    4,893

    Default

    nice work dude its working fine
    E6 : R533_G_11.81.20R_BLACKANGEL_V9
    A1200 : R541_G_11.52.16R_NIGHTANGEL
    HTC ELFIN : MY OWN COOKED DARIUS 6.5 ROM
    SAMSUNG GALAXY APOLLO WITH 2.1 ROOTED
    SONY ERICSSON X10 MINI WITH 2.1 ROOTED
    MILESTONE ROOTED WITH MIUI

    http://www.motorolafans.com/forums/signaturepics/sigpic64563_36.gif
    "GONE FOREVER TO MAKE A COME BACK"

    Join the Milestone bootloader cracking BOINC project! - http://forum.xda-developers.com/showthread.php?t=883376

  8. #8
    Join Date
    Dec 2008
    Location
    At Home
    Posts
    1,010

    Default

    if mmc get disconnect what happens anyone tell me.

  9. #9
    Join Date
    Jun 2009
    Location
    Uttar Pradesh
    Posts
    147

    Default

    Is there a way auto execute umount command while connecting to mass storage mode in new firmware as they have advance autorun script.


 
+ Reply to Thread

Similar Threads

  1. [INFO] Skins & Themes - How to Install Skins/Themes
    By eakrin in forum A1200 General Chat
    Replies: 110
    Last Post: 08-07-2009, 04:18 AM
  2. ROKR E6 Themes/ Skins : Superthread
    By rankone in forum E6 General Chat
    Replies: 20
    Last Post: 08-02-2009, 02:11 PM
  3. Replies: 4
    Last Post: 07-11-2008, 07:00 PM
  4. Complete N00b guide to Installing Skins/themes/Programs
    By Evil Juggalo in forum E6 General Chat
    Replies: 7
    Last Post: 04-13-2007, 04:07 AM
  5. I cant install my themes and skins!
    By riguino in forum A1200 General Chat
    Replies: 1
    Last Post: 03-24-2007, 01:38 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Single Sign On provided by vBSSO

Search Engine Optimization by vBSEO 3.6.0 RC 1