View Single Post
ammyt's Avatar
Posts: 1,918 | Thanked: 3,118 times | Joined on Oct 2010 @ My pants
#1321
Originally Posted by geekygenes View Post
Click this linkhttp://downloads.nitdroid.com/e-yes/
And download the following files and make sure you put them in MyDocs
gingerbread_update1.tar.bz2
gingerbread_update2.tar.bz2
Then apply each update using 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
After this videos should now work
you will not have to mkdir /and since it is already there