Is the MPKG file directly installable on the 780? if so can we get a copy to see if that format can be used to install stuff onto the e680?
thanks
Someone has whipped up a shell script for auto wallpaper n startup/shutdown changing to be used on A780.. the installatin file is in mpkg format.... any experts could port it over to E680 for use?
the script is as follows:
#!/bin/bash
if [ -e /tmp/newphoto.cfg ]
then
/usr/SYSqtapp/mystuff/mystuff
exit
fi
photodir=/mmc/mmca1/pictures/
cd $photodir
tmpnum=`try_time| sed "s/[^0-9]//g" `
RANDOM=$(( $tmpnum - ( $tmpnum / 10000 * 10000) ))
echo "\$RANDOM="$RANDOM
wallpaper_num=$(( `ls|grep -v -c .gif$` * $RANDOM / 10000 + 1 ))
echo "\$wallpaper_num="$wallpaper_num
newwallpaper=`ls|grep -v .gif$ | sed -n ${wallpaper_num},${wallpaper_num}p`
echo "\$newwallpaper="$newwallpaper
gif_num=$(( `ls|grep -c .gif$` * $RANDOM / 10000 + 1 ))
newdowngif=`ls|grep .gif$ | sed -n ${gif_num},${gif_num}p`
echo "\$newdowngif="$newdowngif
tmpnum=$((`try_time| sed "s/[^0-9]//g" ` / 10 ))
RANDOM=$(( $tmpnum - ( $tmpnum / 10000 * 10000) ))
echo "\$RANDOM="$RANDOM
gif_num=$(( `ls|grep -c .gif$` * $RANDOM / 10000 + 1 ))
newupgif=`ls|grep .gif$ | sed -n ${gif_num},${gif_num}p`
echo "\$newupgif="$newupgif
downgif=${photodir}$newdowngif
upgif=${photodir}$newupgif
wallpaper=${photodir}$newwallpaper
echo $downgif
echo $upgif
echo $wallpaper
echo "ThemePowerDownImage = $downgif" > /tmp/newphoto.cfg
echo "ThemePowerUpImage = $upgif" >> /tmp/newphoto.cfg
echo "ThemeWallpaperFile = $wallpaper" >> /tmp/newphoto.cfg
grep -v -E "ThemeWallpaperFile|ThemePowerDownImage|ThemePowerUpImage" /ezxlocal/download/appwrite/setup/ezx_theme.cfg > /tmp/theme.tmp
sed -e '/ThemeName/r /tmp/newphoto.cfg' /tmp/theme.tmp > /ezxlocal/download/appwrite/setup/ezx_theme.cfg
/usr/SYSqtapp/mystuff/mystuff
Is the MPKG file directly installable on the 780? if so can we get a copy to see if that format can be used to install stuff onto the e680?
thanks
yup i wanna see the mpkg file too. my guess is it might be similar to ipk and mtf. just a gzip or ar file containing maybe some meta-data. you have any mpkg luckydip?
this is the mpkg file...u can use winrar to open the package 3X