Recent content by Toanzzz

  1. T

    Hacking [SX OS Tip] Alphabetical Order your Rom

    I just wrote a script in to do it in my macbook (thanks to @soaresden idea) and I think I should share with everyone here: ( \ export DIR=`pwd`; \ echo "Working dir: $DIR"; \ echo "Making temp folder..."; \ mkdir -p "__tmp"; \ for f in *.{xci,nsp}; \ do \ echo "Moving $f to...