View Single Post
Posts: 68 | Thanked: 5 times | Joined on Jan 2011
#1307
I was right you do have to mount /home /and.
Anyway just to reiterate if anyone is wondering how to install an update or modification to the Android core.
Make sure the packages are in MyDocs and do the following
Code:
root
cd /home/user/MyDocs
bzip2 -d nameofpackage.tar.bz2
cd /home
mkdir /and
cd /
mount /home /and
cd /and
tar xvf /home/user/MyDocs/nameofpackage.tar
-optionalTo save times whilst I am still in root, I type reboot and enter to save time

Last edited by geekygenes; 2011-01-06 at 16:42.