Notices


Closed Thread
Thread Tools
Posts: 1,097 | Thanked: 650 times | Joined on Nov 2007
#111
I have been having the same problem - photos show, but the music does not play - the scanner icon (rotating arrow) keeps scanning, but music does not play at all.

So I did the Canola-cleanup again... I had done canola cleanup once before, before I switched from Beta 2 to Beta3.

This time however after cleanup - I rebooted, and then installed Canola Beta 3 again (from Application manager). And now Canola works - i.e. the music plays.

I still need to reinstall the Canola Tuning of course.
Even the podcasts are working again - had to re-download all the podcasts again though.
 
brashley46's Avatar
Posts: 74 | Thanked: 12 times | Joined on Dec 2007 @ Toronto
#112
Originally Posted by nilchak View Post
I have been having the same problem - photos show, but the music does not play - the scanner icon (rotating arrow) keeps scanning, but music does not play at all.

So I did the Canola-cleanup again... I had done canola cleanup once before, before I switched from Beta 2 to Beta3.

This time however after cleanup - I rebooted, and then installed Canola Beta 3 again (from Application manager). And now Canola works - i.e. the music plays.

I still need to reinstall the Canola Tuning of course.
Even the podcasts are working again - had to re-download all the podcasts again though.
Rebooted after running cleanup, eh? Hmmm. Then an immediate reinstall?
__________________
 
brashley46's Avatar
Posts: 74 | Thanked: 12 times | Joined on Dec 2007 @ Toronto
#113
Originally Posted by brashley46 View Post
Rebooted after running cleanup, eh? Hmmm. Then an immediate reinstall?
Nope, didn't help.
__________________
 
handful's Avatar
Posts: 1,412 | Thanked: 594 times | Joined on Aug 2005 @ Recife, Brazil
#114
Brashley, I think arthur posted here how to get the debug from "atabake" which is the component responsible for the media playback handling to (mplayer or maemo media player) can you do that? :

Menu > Utilities > X Terminal

$> atabake stop
$> atabake start -vvvvvv --logfile=log.txt
$> atabake

It should fail at this point as you related. Now, put an MMC or SD
card on the device and:

$> cp log.txt /media/mmc1

Then you just have to email us the file log.txt

Thanks.
__________________
Marcelo Eduardo
www.marceloeduardo.com
----------------------------
OpenBossa Labs @ INdT, Recife Brazil
http://openbossa.indt.org
 
morphbr's Avatar
Posts: 26 | Thanked: 11 times | Joined on Nov 2007 @ Recife
#115
Originally Posted by brashley46 View Post
I've been having this problem with Canola from the first install. Canola scans and finds my directories with no problem at all; and it shows me my photos, no problem. But it will not play .mp3 files in the music app, nor will it play .mp4 videos in the video player. They are all playable in the stock media player. All are in folders on my internal memory card, which is an 8G SDHC. They simply sit there loading forever.

I've a 1G SD card in the external slot, would they play from there, perhaps?
Hi, could you give some log details for us ? Just follow these steps while in terminal (menu > utilities > terminal) or through ssh:

$> atabake stop
$> atabake start -vvvv --logfile=log.txt
$> canola -vvv 2> canolalog.txt

try to play your music, exit canola.

paste here or send to my email both log files. If you need any more help, just let me know.

Thanks
 
Posts: 3 | Thanked: 0 times | Joined on Feb 2008
#116
Only started using Canola this week ever. I'm really liking it with a few caveats.
Specifically I can't get 2 of my podcasts to work:
http://feeds.feedburner.com/TheAcapodcast
http://www.mashuptown.com/rss.xml

Other than that, just looking forward to hopeful future easier/more support for adding audio/video/photo podcasts, internet radio (got mine working, but it was more work/odd than other clients) and a2dp support(seems like Nokia should have that done...). I wouldn't mind a sleep timer too... (:

BTW, I tried installing Kagu several times and only got it to work once by removing ALL of my music and video and e-mail files(so there were only a couple demo songs on my n800). And after each install/uninstall more of my app memory is missing... So I'm rating Canola WAAY ahead of Kagu! (:

Thanks!
Levi
N800 OS2008, 16gb SDHC, 4GB RS-MMC
 
brashley46's Avatar
Posts: 74 | Thanked: 12 times | Joined on Dec 2007 @ Toronto
#117
Originally Posted by morphbr View Post
Hi, could you give some log details for us ? Just follow these steps while in terminal (menu > utilities > terminal) or through ssh:

$> atabake stop
$> atabake start -vvvv --logfile=log.txt
$> canola -vvv 2> canolalog.txt

try to play your music, exit canola.

paste here or send to my email both log files. If you need any more help, just let me know.

Thanks
I get :
Code:
~ $  atabake stop
Traceback: (most recent call last):
  File "/usr/bin/atabake", line 23, in <module>import atabake.lib.daemon
ImportError: no module named atabake.lib.daemon
~ $ atabake start -vvvv --logfile=log.txt
Traceback: (most recent call last):
  File "/usr/bin/atabake", line 23, in <module>import atabake.lib.daemon
ImportError: no module named atabake.lib.daemon
~ $  canola -vvv 2> canolalog.txt
[ShuffleOptionModel (name='Repeat', parent=True), RepeatOptionModel(name='Repeat', parent=True)]
SHUTDOWN
~ $ cp log.txt /media.mmc1
cp: cannot stat 'log.txt': no such file or directory
~ $ canolalog.txt /media/mmc1
cp: cannot remove '/media/mmc': No such file or directory
~ $
and nothing further.



Eited to correct commands.
__________________

Last edited by brashley46; 2008-02-20 at 19:35.
 
morphbr's Avatar
Posts: 26 | Thanked: 11 times | Joined on Nov 2007 @ Recife
#118
Originally Posted by brashley46 View Post
I get :
Code:
~ $ > atabake stop
-sh: stop: not found
~ $ > atabake start -vvvv --logfile=log.txt
-sh: start: not found
~ $ > canola -vvv 2> canolalog.txt
~$
and nothing further.

Hmm...try just:

$> atabake

anyway, it looks like that somehow atabake was not installed on your system for some reason.....Maybe you need to use canola-fix and then install canola again to try to correct this problem. Weird.
 
brashley46's Avatar
Posts: 74 | Thanked: 12 times | Joined on Dec 2007 @ Toronto
#119
Originally Posted by morphbr View Post
Hmm...try just:

$> atabake

anyway, it looks like that somehow atabake was not installed on your system for some reason.....Maybe you need to use canola-fix and then install canola again to try to correct this problem. Weird.
I corrected teh commands and ran everything again as you can see in my amended post above. Still nothing. Running atabake tells me the module is missing. I'll try again tonight after my chorus practice.
__________________
 
morphbr's Avatar
Posts: 26 | Thanked: 11 times | Joined on Nov 2007 @ Recife
#120
Originally Posted by brashley46 View Post
I corrected teh commands and ran everything again as you can see in my amended post above. Still nothing. Running atabake tells me the module is missing. I'll try again tonight after my chorus practice.
It looks like that atabake was not installed. Please, use the last version of canola-fix and install canola2 again (remembering to reboot the device after install)

Thanks
 

The Following User Says Thank You to morphbr For This Useful Post:
Closed Thread


 
Forum Jump


All times are GMT. The time now is 14:38.