skykooler
|
2011-07-04
, 14:18
|
Posts: 482 |
Thanked: 550 times |
Joined on Oct 2010
|
#2521
|
The Following User Says Thank You to skykooler For This Useful Post: | ||
|
2011-07-04
, 14:22
|
|
Posts: 102 |
Thanked: 2 times |
Joined on Nov 2010
@ Scotland
|
#2522
|
|
2011-07-04
, 14:46
|
|
Posts: 102 |
Thanked: 2 times |
Joined on Nov 2010
@ Scotland
|
#2523
|
|
2011-07-04
, 14:51
|
Posts: 101 |
Thanked: 47 times |
Joined on Aug 2010
@ somerset
|
#2524
|
i think im on the right tracks now
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.
~ $ sudo gainroot
Root shell enabled
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.
/home/user # cd /home/user/MyDocs
/home/user/MyDocs # dpkg -i bzip2_1.0.5-3+0m5_armel.deb
Selecting previously deselected package bzip2.
(Reading database ... 23576 files and directories currently installed.)
Unpacking bzip2 (from bzip2_1.0.5-3+0m5_armel.deb) ...
Setting up bzip2 (1:1.0.5-3+0m5) ...
/home/user/MyDocs #
am i on the right tracks?
The Following User Says Thank You to scoobydoo For This Useful Post: | ||
|
2011-07-04
, 15:29
|
|
Posts: 102 |
Thanked: 2 times |
Joined on Nov 2010
@ Scotland
|
#2525
|
|
2011-07-04
, 16:10
|
|
Posts: 102 |
Thanked: 2 times |
Joined on Nov 2010
@ Scotland
|
#2526
|
|
2011-07-04
, 16:25
|
Posts: 75 |
Thanked: 43 times |
Joined on Aug 2007
@ UK
|
#2527
|
g
Nokia-N900-42-11:~# cd /home/user/MyDocs bzip2 -d nitdroidarchivename.tar.bz2
cd /home/user/MyDocs bzip2 -d nitdroidarchivename.tar.bz2
Nokia-N900-42-11:/# mount /home /and
Nokia-N900-42-11:/# cd /and
Nokia-N900-42-11:/and# tar xvf /home/user/MyDocs/nitdroidarchivename.tar
tar: can't open '/home/user/MyDocs/nitdroidarchivename.tar': No such file or directory
The Following User Says Thank You to yorkey For This Useful Post: | ||
|
2011-07-04
, 16:40
|
|
Posts: 102 |
Thanked: 2 times |
Joined on Nov 2010
@ Scotland
|
#2528
|
you have two commands on one line here, a "cd" and a "bzip2". Only the cd did anything
so do them as two commands
Its written as two line because you need to type two separate linesCode:cd /home/user/MyDocs bzip2 -d nitdroidarchivename.tar.bz2
the tar fails because you didnt do the bzip2 in a way that actually did anything.
Oh! and where people have been putting "nitdroidarchivename" you actually need to put the right name. It will be the name of the file you downloaded for the bzip2 and the same name without ".bz2" on the end for the tar command
bzip2 -d nitdroidarchivename.tar.bz2
bzip2 -d NITDroid-0.0.9.tar.bz2
|
2011-07-04
, 16:50
|
Posts: 75 |
Thanked: 43 times |
Joined on Aug 2007
@ UK
|
#2529
|
The Following User Says Thank You to yorkey For This Useful Post: | ||
|
2011-07-04
, 16:52
|
|
Posts: 102 |
Thanked: 2 times |
Joined on Nov 2010
@ Scotland
|
#2530
|
Tags |
community win, mor*nicindians, nitdroid |
|