View Single Post
Posts: 223 | Thanked: 67 times | Joined on Jun 2006
#2335
To save some typing and storage space during installation the commands
Code:
bzip2 -d NITDroid-N900-0.0.5-1FroYo-GAPPS-Fixed.tar.bz2
cd /and
tar xvf /home/user/MyDocs/NITDroid-N900-0.0.5-1FroYo-GAPPS-Fixed.tar
could be replaced with
Code:
cd /and
bzcat /home/user/MyDocs/NITDroid-N900-0.0.5-1FroYo-GAPPS-Fixed.tar.bz2 | tar xvf -
Also, how long should the command "softupd -vv -v --local" take to run? Mine had been sat "Waiting for messages" for 10 minutes now.