Programs for ├àngstr├Âm
Programs for ├àngstr├Âm
Hello to all again. Anybody knows a good page to download software for A5 ├àngstr├Âm?
I cant find working software on ├àngstr├Âm Feeds, I dont know where to search...
http://www.angstrom-distribution.org/fe ... c405/base/
Here?
Thanks for Help
Robin
I cant find working software on ├àngstr├Âm Feeds, I dont know where to search...
http://www.angstrom-distribution.org/fe ... c405/base/
Here?
Thanks for Help
Robin
Re: Programs for ├àngstr├Âm
You were very close. The directory you were looking at was for the PowerPC. Try any of the directories under the following path for packages compatible with the SDE.
http://www.angstrom-distribution.org/fe ... bc/armv7a/
Better yet, there is a package manager included with the SDE. If you're using the base SDE release (ie. using the GPE interface and not Enlightenment) the package manager can be found under the "Settings" tab.
-Analias
http://www.angstrom-distribution.org/fe ... bc/armv7a/
Better yet, there is a package manager included with the SDE. If you're using the base SDE release (ie. using the GPE interface and not Enlightenment) the package manager can be found under the "Settings" tab.
-Analias
Re: Programs for ├àngstr├Âm
I can install Enlightment on SDE?? HOW?
Just another question:
I managed Wifi Connection and already installed Firefox.
Now another question:
I always have to type in the command
"
[email protected]:/home/root# insmod /lib/modules/sd8xxx.ko mfgmode=0
[email protected]:/home/root# ifdown eth0
[email protected]:/home/root# wpa_supplicant -P /var/run/wpa_supplicant.pid -qq -c /etc/wpa_supplicant.conf -B -ieth0
" to get WiFi working after reboot. any way to "autoexec" it?
Thanks for help and btw sorry for the numerous threads I have created, most of them solved by myself.
Robin
Just another question:
I managed Wifi Connection and already installed Firefox.
Now another question:
I always have to type in the command
"
[email protected]:/home/root# insmod /lib/modules/sd8xxx.ko mfgmode=0
[email protected]:/home/root# ifdown eth0
[email protected]:/home/root# wpa_supplicant -P /var/run/wpa_supplicant.pid -qq -c /etc/wpa_supplicant.conf -B -ieth0
" to get WiFi working after reboot. any way to "autoexec" it?
Thanks for help and btw sorry for the numerous threads I have created, most of them solved by myself.
Robin
-
- Archos Expert
- Posts: 194
- Joined: Mon Jan 14, 2008 9:18 pm
Re: Programs for ├àngstr├Âm
you could make a script, i dont have a5, but it should look somthing like:
then i think there is a way to set the script to execute at startup
always good if you've got questions
just remember to update your threads when you have good answers so other people can find em too!
cheers
Code: Select all
#!/bin/bash
instructions
always good if you've got questions

cheers
Re: Programs for ├àngstr├Âm
But you said you can install enlightment? How? Would be nice, better than GDEgeneric_username wrote:you could make a script, i dont have a5, but it should look somthing like:then i think there is a way to set the script to execute at startupCode: Select all
#!/bin/bash instructions
always good if you've got questionsjust remember to update your threads when you have good answers so other people can find em too!
cheers


Re: Programs for ├àngstr├Âm
Certainly an fancy idea on a device with a 600 MHz processor and 128 MB of RAM...mautz001 wrote:best would be just to install gnome or KDE

openAOS
Re: Programs for ├àngstr├Âm
This thread seems like a good place to start collecting software packages etc.
I found opkg.org, and can install many apps from there. For example Nymptyphysics is really cool. Some of these are in the default package repos (opkg update will update the package repo list). You can install things from the opkg.org repo by using the command line available on the package page. It may be that this doesn't load the dependencies though. For example a lot of the python stuff doesn't get pulled in automatically (I think apt has spoiled me). However I was able to just search the known pacakges (opkd list | grep xxx) and find the needed package in the known repository, and install it that way.
So software I've installed and have working:
- nymptyphysics
- usbmode (though I haven't actually been able to have the SDE mount on my PC without using recovery mode at this point)
- firefox
- x11vnc
- claws-mail (IMAP mail client)
- gnome-mplayer
- xmms
As you can see I've tried a lot of music apps, but I can't get any sound out of this at all. Is Angtrom using alsa, esd, oss, or pulse? Does anyone have any success stories of getting sound to play? if so please inform.
I think I'll stay with the GPE environment for a little while. The fact that it is Xwindows based means that you can launch applications on the A5 and have them displayed on my PC via an ssh session (ssh -X hostname).
Overall, this is really exciting!
I found opkg.org, and can install many apps from there. For example Nymptyphysics is really cool. Some of these are in the default package repos (opkg update will update the package repo list). You can install things from the opkg.org repo by using the command line available on the package page. It may be that this doesn't load the dependencies though. For example a lot of the python stuff doesn't get pulled in automatically (I think apt has spoiled me). However I was able to just search the known pacakges (opkd list | grep xxx) and find the needed package in the known repository, and install it that way.
So software I've installed and have working:
- nymptyphysics
- usbmode (though I haven't actually been able to have the SDE mount on my PC without using recovery mode at this point)
- firefox
- x11vnc
- claws-mail (IMAP mail client)
- gnome-mplayer
- xmms
As you can see I've tried a lot of music apps, but I can't get any sound out of this at all. Is Angtrom using alsa, esd, oss, or pulse? Does anyone have any success stories of getting sound to play? if so please inform.
I think I'll stay with the GPE environment for a little while. The fact that it is Xwindows based means that you can launch applications on the A5 and have them displayed on my PC via an ssh session (ssh -X hostname).
Overall, this is really exciting!
Re: Programs for ├àngstr├Âm
Kirk wrote:This thread seems like a good place to start collecting software packages etc.
I found opkg.org, and can install many apps from there. For example Nymptyphysics is really cool. Some of these are in the default package repos (opkg update will update the package repo list). You can install things from the opkg.org repo by using the command line available on the package page. It may be that this doesn't load the dependencies though. For example a lot of the python stuff doesn't get pulled in automatically (I think apt has spoiled me). However I was able to just search the known pacakges (opkd list | grep xxx) and find the needed package in the known repository, and install it that way.
So software I've installed and have working:
- nymptyphysics
- usbmode (though I haven't actually been able to have the SDE mount on my PC without using recovery mode at this point)
- firefox
- x11vnc
- claws-mail (IMAP mail client)
- gnome-mplayer
- xmms
As you can see I've tried a lot of music apps, but I can't get any sound out of this at all. Is Angtrom using alsa, esd, oss, or pulse? Does anyone have any success stories of getting sound to play? if so please inform.
I think I'll stay with the GPE environment for a little while. The fact that it is Xwindows based means that you can launch applications on the A5 and have them displayed on my PC via an ssh session (ssh -X hostname).
Overall, this is really exciting!
Nice idea.... AbiWord also working...
Re: Programs for ├àngstr├Âm
*push* Noone found any other working Programs for this yet?
Sorry that I dont post currently - my ARCHOS just have normal FW installed, I want to listen to music with it (btw any progress to get sound working in SDE?) and also I dont want that my battery dies.
Robin
Sorry that I dont post currently - my ARCHOS just have normal FW installed, I want to listen to music with it (btw any progress to get sound working in SDE?) and also I dont want that my battery dies.
Robin
Re: Programs for ├àngstr├Âm
Has anyone had success in installing TangoGPS from opkg.org?
www.openAOS.org
Re: Programs for ├àngstr├Âm
I beg to differ here. A forum thread over possibly several pages is not really a good place to keep such information.Kirk wrote:This thread seems like a good place to start collecting software packages etc.
May I suggest you use the openAOS wiki which magically spawned an package page just right now

Another recommendation from my side: use the default oe/angstrom feed preconfigured in opkg if possible.
openAOS
Re: Programs for ├àngstr├Âm
I love magic wikis!
Thanks for the good idea.
Thanks for the good idea.

Re: Programs for ├àngstr├Âm
Oops, Akismet says my updates are spam and so I can't commit them.
Not sure what to do next ... Pasting my contribs here so I can copy/paste them later.
||package-name||version||status||remarks||date of last edit||
||numptyphysics||0.2+svnr109-r1.1||100%||Pulled from opkg.org||2010-02-21||
||x11vnc||0.9.4-r0.1||100%||Cannot start via an SSH shell, must open a terminal and launch (append a '&' to make it last beyond the terminal)||2010-02-21||
||claws-mail (IMAP client)||3.6.1-r1.1||100%|| ||2010-02-21||
Not sure what to do next ... Pasting my contribs here so I can copy/paste them later.
||package-name||version||status||remarks||date of last edit||
||numptyphysics||0.2+svnr109-r1.1||100%||Pulled from opkg.org||2010-02-21||
||x11vnc||0.9.4-r0.1||100%||Cannot start via an SSH shell, must open a terminal and launch (append a '&' to make it last beyond the terminal)||2010-02-21||
||claws-mail (IMAP client)||3.6.1-r1.1||100%|| ||2010-02-21||
Re: Programs for ├àngstr├Âm
Firefox hangs on start up for me. Does anyone else have this issue?
Luke
Re: Programs for ├àngstr├Âm
Hrm, need to look into that, thanks for the heads-up!Kirk wrote:Oops, Akismet says my updates are spam and so I can't commit them.
Also I took the liberty to quickly merge your changes. Thanks for those!

PS: If you want I can give you or anyone else an account for that wiki/tracker. Makes things more convenient with email notify etc.
openAOS
Re: Programs for ├àngstr├Âm
Sure, sign me up please. Happy to contribute what I can.
Re: Programs for ├àngstr├Âm
hangs for me as well.theman101 wrote:Firefox hangs on start up for me. Does anyone else have this issue?
Also, the package manager freezes my system when I try to install a package (even in the root account).
www.openAOS.org
Re: Programs for ├àngstr├Âm
http://www.opkg.org/package_8.htmlSpz0 wrote:Has anyone had success in installing TangoGPS from opkg.org?
I've managed to get this almost installed (all lib packages instal correctly), but run into the following error:
Code: Select all
Installing tangogps (0.9.6.-r2) to root...
Collected errors:
*ERROR: Cannot satisfy the following dependencies for tangogps:
* frameworkd-config * gtk+-fastscaling (>= 2.10.14) *

www.openAOS.org
Re: Programs for ├àngstr├Âm
Well, looks like I got it to work. 
Once I had the lib dependencies installed, I had to use the opkg -force-depends command to install, and it seems to be working.
Very nice!
Downloading some maps now of my local area. 400+Mb est. download. lol Hopefully this works. Would be a great addition to the openAOS wiki page.

Once I had the lib dependencies installed, I had to use the opkg -force-depends command to install, and it seems to be working.

Very nice!

Downloading some maps now of my local area. 400+Mb est. download. lol Hopefully this works. Would be a great addition to the openAOS wiki page.
www.openAOS.org
Re: Programs for ├àngstr├Âm
How can i install this programs? Somebody explain me please? I use Angstrom on my Archos 7 but i can't run any of these. I download the package but where will i put them and how can i run?