maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Panucci 0.4 Testing (https://talk.maemo.org/showthread.php?t=29583)

silvermountain 2009-06-26 16:37

Re: Panucci 0.4 Testing
 
Quote:

Originally Posted by danramos (Post 299935)
Hey neat! I installed your test version of Panucci (0.4-2) and I LOVE the new layout and features and it seems to work brilliantly! I'm especially glad to see the working pause D-pad center key. (Oh GOD I missed that!)

If you get a lot of time on your hands...would you mind outlining the steps for novice users for how to install it? :)

I want to see if the sound quality issues are gone in 0.4

danramos 2009-06-26 17:42

Re: Panucci 0.4 Testing
 
Quote:

Originally Posted by silvermountain (Post 300045)
If you get a lot of time on your hands...would you mind outlining the steps for novice users for how to install it? :)

I want to see if the sound quality issues are gone in 0.4

Actually, it's relatively simple. Just use your Nokia N810 to read this thread, click on the link in Nick's original posting and choose INSTALL (rather than save or cancel)... bam, done! :)

danramos 2009-06-26 17:49

Re: Panucci 0.4 Testing
 
If the last post was too simple and you prefer something a little more complicated, you can do what I did over ssh from my laptop to my Nokia N800 (where the Nokia is at 192.168.0.5 on my network):

ssh root@192.168.0.5 'cd /media/mmc2/apps;wget "http://nikosapi.org/software/panucci/panucci_0.3~pre0.4-2_all.deb"; apt-get update; apt-get install python2.5-gtk2 python2.5-gstreamer python2.5-dbus python2.5-hildon python2.5-gnome python2.5-mutagen python2.5-osso gstreamer0.10-plugins-bad-faad gstreamer0.10-plugins-ugly-mad ogg-support; dpkg -i /media/mmc2/apps/panucci_0.3~pre0.4-2_all.deb'

Mind you.. you'd still need to enter a password (unless you set up a keypair automated login) and you'll still need to hit Y and press enter at one point. :) I don't recommend this for most folks because it pre-requires openssh or dropbear, a remote root login and I usually suggest you understand everything being done before you just blindly do something somebody on the Internet tells you to do. :)

example: If you're happy and you know it, press ALT+F4!

IT'S A TRAP!!

My apologies for the distraction. :)

silvermountain 2009-06-26 18:18

Re: Panucci 0.4 Testing
 
Quote:

Originally Posted by danramos (Post 300067)
Actually, it's relatively simple. Just use your Nokia N810 to read this thread, click on the link in Nick's original posting and choose INSTALL (rather than save or cancel)... bam, done! :)

I choose 'Open' (Only get Open, Save, Cancel).
And when I get taken to the Application manager I get an error that these files are missing:

python2.5-mutagen
gstreamer0.10-plugins-bad-faad
gstreamer0.10-plugins-ugly-mad
ogg-support

danramos 2009-06-26 20:11

Re: Panucci 0.4 Testing
 
Quote:

Originally Posted by silvermountain (Post 300084)
I choose 'Open' (Only get Open, Save, Cancel).
And when I get taken to the Application manager I get an error that these files are missing:

python2.5-mutagen
gstreamer0.10-plugins-bad-faad
gstreamer0.10-plugins-ugly-mad
ogg-support

**slaps forehead** You're right. I'm an assuming dummy. :)

As Nick mentioned in the first post, though, you need to make sure you have those prerequisite apps installed. You can do that by using sudo or ssh (or whatever method you use) to get root on your tablet, then run the apt-get command he posted.. THEN go ahead and do the plain old install from the app manager.

Alternatively, preferably, Nick can list those apps as dependencies in the deb and the app manager will go out and install them as well.

tso 2009-06-26 20:36

Re: Panucci 0.4 Testing
 
Err, they are listed in the deb, thats why app manager is having a issue...

Nokia, in their questionable wisdom, made app manger not try to download deps when manually installing something.

Note, that in freemantle, the ability to install a deb manually have been removed from app manager. So there it will be dpkg -i only...

danramos 2009-06-26 20:59

Re: Panucci 0.4 Testing
 
Quote:

Originally Posted by tso (Post 300114)
Err, they are listed in the deb, thats why app manager is having a issue...

Nokia, in their questionable wisdom, made app manger not try to download deps when manually installing something.

Note, that in freemantle, the ability to install a deb manually have been removed from app manager. So there it will be dpkg -i only...

**more forehead slapping** Cripes.

silvermountain 2009-06-26 21:17

Re: Panucci 0.4 Testing
 
Quote:

Originally Posted by danramos (Post 300109)
As Nick mentioned in the first post, though, you need to make sure you have those prerequisite apps installed. You can do that by using sudo or ssh (or whatever method you use) to get root on your tablet, then run the apt-get command he posted.. THEN go ahead and do the plain old install from the app manager.


HA! Even I was able to figure it out :)

I installed a sudoroot app that allowed me to open a shell in which, I assume, I am temporarily granted root priviledges.
In that shell I apt-get installed the missing dependencies and after that...I was able to install the deb.

I'm rather proud of myself seeing as I have ZERO Linux knowledge :)

Maybe I can upgrade my rating below to..hmm.. 4/100 soon? :)

QUESTION: Is there a way to, in the X terminal, to bring up the latest executed command to the prompt again? I find that I re-typed a lot and it would be great to sometimes bring up the last command (a la F3) and just modify and execute..if possible.

danramos 2009-06-26 21:57

Re: Panucci 0.4 Testing
 
Quote:

Originally Posted by silvermountain (Post 300127)
HA! Even I was able to figure it out :)

I installed a sudoroot app that allowed me to open a shell in which, I assume, I am temporarily granted root priviledges.
In that shell I apt-get installed the missing dependencies and after that...I was able to install the deb.

I'm rather proud of myself seeing as I have ZERO Linux knowledge :)

Maybe I can upgrade my rating below to..hmm.. 4/100 soon? :)

QUESTION: Is there a way to, in the X terminal, to bring up the latest executed command to the prompt again? I find that I re-typed a lot and it would be great to sometimes bring up the last command (a la F3) and just modify and execute..if possible.

Press UP and DOWN on the dpad to scroll through your command line history, rather than retype. :)

CONGRATS, btw! That's brilliant of you!

silvermountain 2009-06-26 22:22

Re: Panucci 0.4 Testing
 
Quote:

Originally Posted by danramos (Post 300139)
Press UP and DOWN on the dpad to scroll through your command line history, rather than retype. :)

CONGRATS, btw! That's brilliant of you!

Ah...I didn't even have the keyboard open when I typed :)

And thanks, it's a "small non-existing step for most of you - but a giant one for me".

(I am tonight putting aside some time to start reading my Linux for Dummies book. No, I'm not kidding. I got it :) )


All times are GMT. The time now is 02:58.

vBulletin® Version 3.8.8