1. MIUI is one of the best android ROMs, based on Android 4.1 Jelly Bean MIUI provides a fresh user experience with Cloud services, backup and security tools. MIUI is released every Friday round 12pm UK time. MIUI is now 3 years old and is growing stronger every day with over 10 million users world-wide.

Simple script for lazy people

Discussion in 'Theme Development' started by qknet, Sep 16, 2011.

  1. qknet Members

    Message Count:
    6
    I've been modifying minor things in the great Leather theme, originally created by bmeh, and I find it quite boring and annoying to repeat a series of actions:
    1) Zipping
    2) Naming to mtz
    3) copy to theme folder
    4) Flash the theme

    With a little help from a friend, I came up with a short command line script which do step 1-3 in a single click. Hope it help those like me. :D
    Code:
    for %%* in (.) do @set F=%%~n*
    7za a %F%.zip
    ren %F%.zip %F%.mtz
    adb push %F%.mtz /sdcard/MIUI/theme/
    pause
    [IMG]

    I hope someone can give the command for the step 4. :D
  2. Google Adsense

Share Our Site