View Single Post
kingoddball's Avatar
Posts: 1,187 | Thanked: 816 times | Joined on Apr 2010 @ Australia
#8
I'll make it nice and easy!

Code:
root
cd /home/user/MyDocs

bzip2 -d gingerbread.tar.bz2
mount /dev/mmcblk1p2 /and
cd /and
rm -rf * (this removes all the files from the old installation)
tar xvf /home/user/MyDocs/gingerbread.tar

cd /home/user/MyDocs

dpkg -i nitdroid-kernel-2.6.28-06_final1_armel.deb
This works.
All works. Apply the patches using the same method as installing gingerbread (.tar blah blah).

I have no issues.
__________________
The thanks button? Sure! You can press it! I would!
 

The Following User Says Thank You to kingoddball For This Useful Post: