Moto Hell - The Motorola Modding Community

Motorola Phone Models => Software (Phone) => Topic started by: zincro3 on October 07, 2007, 05:28:01 am



Title: [E2] SDThemes mpkg
Post by: zincro3 on October 07, 2007, 05:28:01 am
i got it from moto.it168.com
But i dont know what the function of this mpkg coz its chinese  :(
hope some one can explain this software function and translate it to english  :)


Title: Re: [E2] SDThemes mpkg
Post by: sjj on October 07, 2007, 06:37:17 am
This program stores the skin files in your SD card....


Title: Re: [E2] SDThemes mpkg
Post by: pizzadox619 on October 07, 2007, 07:19:35 am
so, if the phone connected to computer (Memory Card), the phone won't hang/freeze again?
we need a chinese to translate it :)


Title: Re: [E2] SDThemes mpkg
Post by: are_goenk on October 07, 2007, 07:24:11 am
Yup, it will be great if someone could translate it to english. Waiting for english version  :) :)


Title: Re: [E2] SDThemes mpkg
Post by: error398 on October 07, 2007, 08:54:40 am
waiting for iLove3d or Chinesian to translate it LOL


Title: Re: [E2] SDThemes mpkg
Post by: crz on October 09, 2007, 11:51:43 pm
nice software. Are this program use show modules?


Title: Re: [E2] SDThemes mpkg
Post by: pizzadox619 on October 10, 2007, 12:00:27 am
^ yes, it uses Show* Binaries


Title: Re: [E2] SDThemes mpkg
Post by: crz on October 13, 2007, 05:00:01 pm
can some one translate it to englsh?


Title: Re: [E2] SDThemes mpkg
Post by: ham on October 20, 2007, 12:41:04 am
can someone translate it ?  ;D :D :(


Title: Re: [E2] SDThemes mpkg
Post by: pizzadox619 on October 23, 2007, 02:40:21 am
yes can someone translate it?
i don't know chinese :(


Title: Re: [E2] SDThemes mpkg
Post by: DDSH on October 23, 2007, 09:48:42 am
Copy skins to skins folder on SD card and add to autorun:

Code:
mkdir /mmc/mmca1/skins/

for dir in /usr/data_resource/skin/* ; do
a=`dir "$dir"`
if [ $a= "" ] ; then
rm $dir
fi
done

for skin in /mmc/mmca1/skins/* ; do
name=`basename "$skin"`
name=`echo $name|sed 's/ /_/g'`
echo $name
ln -s "$skin" "/usr/data_resource/skin/$name"
done

and after reboot choose skin from "edit theme" menu.


Title: Re: [E2] SDThemes mpkg
Post by: jsdlzj on October 29, 2007, 06:40:38 am
huh? don't get you, I tried reading the chinese but I don't get it


Title: Re: [E2] SDThemes mpkg
Post by: keaglez on October 29, 2007, 07:20:59 am
The script will link /usr/data_resource/skin/ to SD if im not wrong... So its not link to /ezxlocal/download/appwrite/skins/ anymore... Am i correct? :?


Title: Re: [E2] SDThemes mpkg
Post by: arti on October 30, 2007, 09:03:16 pm
I am the author,I have translated it to English,but my English is poor,sorry~

https://motohell.com/index.php?topic=1487.0