View Single Post
Posts: 557 | Thanked: 370 times | Joined on Apr 2010
#202
Originally Posted by divan View Post
Another quick copy-and-paste instruction for NFSU (needs preenv 1.1).
Game data files will be put on eMMC and binary onto /home/user

0.
Code:
root
apt-get install binutils tar-gnu preenv libgles1
exit
mkdir -p /home/user/MyDocs/Games/NFS
1. Download *.ipk file to /home/user/MyDocs/Games/NFS

2.
Code:
ar p /home/user/MyDocs/Games/NFS/com.ea.app.nfsuc_*.ipk data.tar.gz | /usr/bin/gnu/tar xz -C /home/user/MyDocs/Games/nfs
mkdir -p /home/user/Games/NFS
cp /home/user/MyDocs/Games/nfs/usr/palm/applications/com.ea.app.nfsuc/nfsuc /home/user/MyDocs/Games/nfs/usr/palm/applications/com.ea.app.nfsuc/appinfo.json /home/user/Games/NFS/
chmod +x /home/user/Games/NFS/nfsuc
ln -s /home/user/MyDocs/Games/nfs/usr/palm/applications/com.ea.app.nfsuc/res_nfsuc/ /home/user/Games/NFS/res_nfsuc
root
preenv
desktopgen /home/user/Games/NFS/appinfo.json
exit
exit
That's all. Please confirm if this manual works.
Can't say I tried it but there certainly seems nothing wrong with the code. I've gone a completely different route and just used an ext3 partitioned MicroSD, saves having to 'optify' the code and means I can just plug 'n' play without xterminal (almost).