Q-Man
|
2010-03-31
, 18:16
|
Posts: 7 |
Thanked: 0 times |
Joined on Mar 2010
|
#71
|
|
2010-03-31
, 18:19
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#72
|
|
2010-03-31
, 18:22
|
Posts: 7 |
Thanked: 0 times |
Joined on Mar 2010
|
#73
|
That seems to be where most people have issues. There's three places you can try changing the DNS - on the wireless router, in the advanced network configuration, or the /etc/resolv/conf file. I'd try them in that order and see whether any (or a combination) help.
|
2010-03-31
, 18:47
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#74
|
could you plz write down the steps for /etc/resolv/conf file
i not familiar with termX commands
sudo gainroot echo "nameserver 8.8.8.8" > /etc/resolv.conf echo "nameserver 8.8.4.4" >> /etc/resolv.conf
sudo gainroot echo "nameserver 127.0.0.1" > /etc/resolv.conf
|
2010-03-31
, 20:01
|
Posts: 7 |
Thanked: 0 times |
Joined on Mar 2010
|
#75
|
Sorry, that should have been /etc/resolv.conf - you'll need to be root to edit it, so you'll need rootsh installed.
You can then do:
Make sure there's one > in the first command, and two in the second. To change it back to the default, do:Code:sudo gainroot echo "nameserver 8.8.8.8" > /etc/resolv.conf echo "nameserver 8.8.4.4" >> /etc/resolv.conf
Code:sudo gainroot echo "nameserver 127.0.0.1" > /etc/resolv.conf
|
2010-03-31
, 20:32
|
Posts: 7 |
Thanked: 12 times |
Joined on Mar 2010
|
#76
|
|
2010-03-31
, 22:55
|
Posts: 1,283 |
Thanked: 370 times |
Joined on Sep 2009
@ South Florida
|
#77
|
Hi,
I'm one of the author of Enna and the one who did the N900 port. I recently been introduced to this talk so I've decided to share a bit more with you and reply to your questions.
At first, Enna has been mainly developed and tested on HTPC so far. Embedded devices obviously are one of the targets but only recently got my N900 so the first release was pretty experimental. As a result, a few functions have been disabled by purpose and theme is not yet completely adapted to touchscreen (need bigger icons).
Anyhow, regarding the few asked questions:
- The app is indeed optified, same goes for all its dependencies.
- It's indeed slow at boot, this is because Enna scans your media paths for media infos and this does a lot of I/Os. Once the database has been created it is obviously faster.
- Regarding dependencies problems, it seems some other repos have different EFL libs versions and names (which can conflict)
- Display has been turned to 16bits only in rel -maemo3, it is now a bit faster.
- Weather and configuration menus have been disabled by purpose because not yet easily human configurable (except from config file)
- MicroSD: I wasn't aware of such a device. I've added support for it in rel -maemo2.
- Auto-rotate: planned when theme will be ready to handle rotated displays
- Cover art browser: not yet planned but interesting idea
- Ability to download data from imdb / themoviedb.org for movies / videos: that's already the case
- Ability to pull lyrics from tunewiki: already pulled (through other providers though), you can display them using "i" touch-key in audio player menu
More to come with next releases (maybe h/w DSP access for A/V playback too, need to check) but I'm all ears with remarks and suggestions.
BTW, I just released a 0.4.0-1maemo3 release which is a bit faster to display. So feel to upgrade.
|
2010-03-31
, 23:24
|
Posts: 1,751 |
Thanked: 844 times |
Joined on Feb 2010
@ Sweden
|
#78
|
Hi,
I'm one of the author of Enna and the one who did the N900 port. I recently been introduced to this talk so I've decided to share a bit more with you and reply to your questions.
At first, Enna has been mainly developed and tested on HTPC so far. Embedded devices obviously are one of the targets but only recently got my N900 so the first release was pretty experimental. As a result, a few functions have been disabled by purpose and theme is not yet completely adapted to touchscreen (need bigger icons).
Anyhow, regarding the few asked questions:
- The app is indeed optified, same goes for all its dependencies.
- It's indeed slow at boot, this is because Enna scans your media paths for media infos and this does a lot of I/Os. Once the database has been created it is obviously faster.
- Regarding dependencies problems, it seems some other repos have different EFL libs versions and names (which can conflict)
- Display has been turned to 16bits only in rel -maemo3, it is now a bit faster.
- Weather and configuration menus have been disabled by purpose because not yet easily human configurable (except from config file)
- MicroSD: I wasn't aware of such a device. I've added support for it in rel -maemo2.
- Auto-rotate: planned when theme will be ready to handle rotated displays
- Cover art browser: not yet planned but interesting idea
- Ability to download data from imdb / themoviedb.org for movies / videos: that's already the case
- Ability to pull lyrics from tunewiki: already pulled (through other providers though), you can display them using "i" touch-key in audio player menu
More to come with next releases (maybe h/w DSP access for A/V playback too, need to check) but I'm all ears with remarks and suggestions.
BTW, I just released a 0.4.0-1maemo3 release which is a bit faster to display. So feel to upgrade.
|
2010-03-31
, 23:36
|
Posts: 1,283 |
Thanked: 370 times |
Joined on Sep 2009
@ South Florida
|
#79
|
Thanks for the answers! You should implement an easier way of change witch folder it should look for. Right now editing the /etc/enna.cfg i the only way i know.
For me it's only stuttering in the beginning. After that it works perfect. I have all my media organized in different folders.. that might be the case why it's faster for me.
|
2010-04-01
, 06:11
|
Posts: 7 |
Thanked: 12 times |
Joined on Mar 2010
|
#80
|
You addressed a lot of questions, thanx!
However, you didn't address my issue. I have SiB, Media Player, and MediaBox and everything plays perfect, both Music and Video.
I try to open Music or Video in Enna and it is too choppy to listen to.
Any solutions for that or comment?