View Single Post
Guest | Posts: n/a | Thanked: 0 times | Joined on
#225
Originally Posted by juiceme View Post
Actually, that's not true

You can extract it on Harmattan or ubiboot console. As long as you do it as root you do not need the "--numeric-owner" option.
Wow, that sound cool.
I'm not sure if this is totally off topic here, but could you then please translate this line:
Code:
sudo tar --numeric-owner -xf nemo-handset-armv7hl-n950-*.tar.bz2 -C /media/Alt_OS/
into a MeeGo terminal acceptable format?
I mean what commands should I write into Terminal, if I want to unpack "sailfish.tar.bz2" on the phone? (I'm mostly concerned about the correct extraction path)

My guess would be

Code:
devel-su
rootme
tar -xf sailfish(or nemo).tar.bz2 -C /Alt_OS/

Last edited by Just486; 2013-11-26 at 16:00.