View Single Post
Old 12-07-2006, 08:10 AM   #94
yokos
Pac-Man caught my iLiad.
yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.
 
yokos's Avatar
 
Posts: 807
Karma: 3595
Join Date: Apr 2006
Location: Germany; next to Baltic Sea
Device: Boox Max Lumi, iRex iLiad (RIP)
latest ipdfx installation scripts for firmware 2.8
Ok, this should work now.
[1] Please don't use the older scripts on firmware 2.8, just delete them.
[2] Scripts are written for firmware version 2.8.x.
[3] There is a "Click on me AFTER a firmware update." entry in contentlister, this is for 2.8.1 or 2.9, we will see. [It will be later integrated in the scripts wo user interaction. ]

fake FAQ:
Why should I use ipdf5 o ipdf4 without the ability to scribble?
Hey, it is your decision.

install_ipdf:
Code:
export scriptdir=`/usr/bin/dirname $0`
cd /usr/bin
if [ -e ipdf.o ] 
else cp ipdf ipdf.o
fi
cd $scriptdir
cp ipdf /usr/bin/ipdf
cp deinstall.xml manifest.xml
deinstall_ipdf:
Code:
export scriptdir=`/usr/bin/dirname $0`
cd /usr/bin
mv ipdf.o ipdf
cd $scriptdir
cp install.xml manifest.xml
fu.sh [needed to remove the back-up [if exist] of older ipdf version, after fw update]:
Code:
export scriptdir=`/usr/bin/dirname $0`
cd $scriptdir
cd ../ipdf5
cp install.xml manifest.xml
cd ../ipdf4
cp install.xml manifest.xml
cd /usr/bin
test -e /usr/bin/ipdf.o && rm /usr/bin/ipdf.o
[Edit] I remvoved scripts, because I found a bug. I have published scripts before I tested them [I took some time to get the shell exececution download after updating to 2.8], this was not a good idea.

Last edited by yokos; 12-07-2006 at 03:17 PM.
yokos is offline   Reply With Quote