It is currently Tue Sep 07, 2010 12:20 pm

All times are UTC





Post new topic Reply to topic  [ 135 posts ]  Go to page Previous  1 ... 5, 6, 7, 8, 9
Author Message
 Post subject: Re: Rockbox on M:Robe 500i
PostPosted: Sat May 15, 2010 10:44 am 
M:Newbie

Joined: Wed Dec 24, 2008 11:02 pm
Posts: 15
Offline
kkurbjun,

since the last few subversion I get always "Codec failure".
I don't know, if you still work on rockbox, but please:
fix this :)


Top
 Profile  
 
 Post subject: Re: Rockbox on M:Robe 500i
PostPosted: Tue May 25, 2010 5:37 am 
M:oderator

Joined: Fri Aug 31, 2007 6:33 pm
Posts: 47
Offline
j00ker,
I just fixed the problem so codecs and plugins should be working in the latest build. Offhand I am not sure if the fix made it into the daily build for today so you may have to wait a day.

jamelikat,
You can setup the M:Robe to run both Rockbox and Linux. You need two remix cubes. You need to place the appropriate SVG (Rockbox or Linux) in the remix cube folder you want to use for the OS. In my case I have one cube setup with the Rockbox SVG loader and one cube setup with the Linux SVG loader.

Thanks for the encouragement guys. I have not had much time lately to work on Rockbox. There have been some things I've been messing with but have not made it into Rockbox SVN including the following:
  • Faster boosted clock while providing lower power resulting in ~10% decrease in power consumption. It works for me, but additional checks are needed since not all of the TI SOCs are capable of this feature. The faster boosted clock also speeds up full screen video from around 15 fps to about 24 fps.
  • Unrelated to Rockbox: Faster Linux. Cat's linloader was leaving the clock setup from the Olympus firmware so the processor was running more than 2x slower than it needed. I tested this a while ago and it cut the Linux boot time in half.
  • There have been some other optimizations to the LCD code, some have made it in and others have not yet. These help reduce power consumption and improve video playback.

When I get a chance to finalize those pieces I'll add them to SVN.


Top
 Profile  
 
 Post subject: Re: Rockbox on M:Robe 500i
PostPosted: Fri May 28, 2010 10:23 pm 
M:oderator
User avatar

Joined: Sat Feb 18, 2006 12:45 am
Posts: 5955
Location: oxford, U.K.
Offline
>>>>jamelikat,
You can setup the M:Robe to run both Rockbox and Linux. You need two remix cubes.


thks for clearing that up kkurbjun.

_________________
.
Image


Top
 Profile  
 
 Post subject: Re: Rockbox on M:Robe 500i
PostPosted: Thu Jun 10, 2010 1:23 pm 
M:Newbie

Joined: Wed Dec 24, 2008 11:02 pm
Posts: 15
Offline
kkurbjun,

thanks for the fix.
It's great to have the sound back :-)

Unfortunately your theme isn't working with the courrent build.
I will try to make my own, but I need a reference ;-)


Top
 Profile  
 
 Post subject: Re: Rockbox on M:Robe 500i
PostPosted: Sat Jun 12, 2010 11:36 am 
M:Postwhore

Joined: Tue Jun 06, 2006 10:07 am
Posts: 748
Offline
the new additions sound awesome kkurbjun, however until j00ker give the all clear I am not sure about upgrading (I really like your theme and also my music)

@j00ker, there is a good guide at the rockbox wiki, using that and just going through code from currently available themes gets you all the knowledge you need. First design something and then go about it. I Think you will be fine making a great theme, mine is never going to see the light of day due to troubleshooting but maybe if I have time I might start over with a new theme.


Top
 Profile  
 
 Post subject: Re: Rockbox on M:Robe 500i
PostPosted: Sun Jun 13, 2010 5:24 pm 
M:Newbie

Joined: Wed Dec 24, 2008 11:02 pm
Posts: 15
Offline
chansthename,

well, the sound is 100% back.
The mainproblem is the SkinBreakingChange, so kkurbjuns theme doesn't work with the new syntax.

I've skined already a nice&simple theme, but it is still buggy (the hole "CustomWPS"-thing is quite complex).
I still don't unterstand some things :x


Top
 Profile  
 
 Post subject: Re: Rockbox on M:Robe 500i
PostPosted: Thu Jun 17, 2010 3:38 am 
M:oderator

Joined: Fri Aug 31, 2007 6:33 pm
Posts: 47
Offline
I just updated my theme for the new syntax and it is on the Rockbox website so using the latest builds should be fine. When I updated the theme I improved the remote support so you can now browse menus with the remote.

As a note: The theme no longer sets the touchscreen mode so you will have to manually change it from grid to point if you would like to take advantage of the buttons.

J00ker,

I would love to see another theme other than my own make it to the site! I hope you are able to work out the details.


Top
 Profile  
 
 Post subject: Re: Rockbox on M:Robe 500i
PostPosted: Thu Jun 17, 2010 10:22 am 
M:Postwhore

Joined: Tue Jun 06, 2006 10:07 am
Posts: 748
Offline
yay, updating now. thanks a lot kkurbjun and j00ker

EDIT: kkurbjun, what is the %Vi for and why do you have

%Vi(-,0,0,640,480,1)

I am wondering shouldn't it be
%Vi(x,y,width,height,font)

Also in your song info section, you have written
%V,20,17,325,10,0)

not sure if the comma is intentional or not (but I think it shouldn't be there). You did it twice but not once for the next song info.


Top
 Profile  
 
 Post subject: Re: Rockbox on M:Robe 500i
PostPosted: Sat Jun 19, 2010 3:17 pm 
M:oderator

Joined: Fri Aug 31, 2007 6:33 pm
Posts: 47
Offline
chansthename,

You are right, my use of commas instead of parentheses is incorrect - it was a find/replace mistake on my part. Currently the code accepts them, but it will fail later. I am going to update the theme to correct them. Thanks for noticing it.

The %Vi tag in the WPS is to set the user input area. Generally it is used to set how the menus will be displayed (x,y position with width and height). I should not have to do this, but the WPS screen is honoring that UI area for the touchscreen so it causes buttons that are outside the area defined in the SBS not to work if that %Vi tag is not in the WPS.

For now I would recommend placing the tag I used as is "%Vi(-,0,0,640,480,1)" in the WPS of any theme created for the M-Robe 500.

I used the syntax I did because of the SkinBreakingChange that j00ker linked earlier. The syntax of some of the tags have changed and with %Vi some form of a label is now required.


Top
 Profile  
 
 Post subject: Re: Rockbox on M:Robe 500i
PostPosted: Sun Jun 20, 2010 8:09 am 
M:Postwhore

Joined: Tue Jun 06, 2006 10:07 am
Posts: 748
Offline
thanks for the reply,

I have a theme in the final stages (got the kinks sorted out this time)

I am uploading a copy here and I hope you don't mind me using your theme as a basis for most of my code (your sbs is almost unaltered).

I have a few problems. the main is that whenever either fastforward or rewind is used the player freezes up and has to be shutdown. fastforward actually rewinds the song as does rewind.

I can't see much wrong with the code regarding both functions.
Code:
#FFW and skip
%T(530,402,100,73,&ffwd)

and later
Code:
#REW and back
%T(290,402,100,73,&rwd)


Attachments:
Brushedrobe.zip [215.46 KiB]
Downloaded 10 times
Top
 Profile  
 
 Post subject: Re: Rockbox on M:Robe 500i
PostPosted: Sun Jun 20, 2010 10:08 am 
M:Newbie

Joined: Wed Dec 24, 2008 11:02 pm
Posts: 15
Offline
kkurbjun,

it's strange, but the hotkey-support seems to be lost in the current svn.
It is a pity because over the hotkey you can integrate pictureflow ...

(Unfortunately the pictureflow is still quite slow :P
Are there maybe any inprovements in the future?)


Top
 Profile  
 
 Post subject: Re: Rockbox on M:Robe 500i
PostPosted: Tue Jun 22, 2010 4:11 am 
M:oderator

Joined: Fri Aug 31, 2007 6:33 pm
Posts: 47
Offline
The FFWD and RWD problems you guys were seeing were fixed by Jonathan Gordon this last weekend. The problem was just a bug in the code. He also added in the ability to put buttons in the SBS so you can have music control on any screen. I haven't tried the feature yet, but I think it can add a lot to the themes.

chansthename,

I like your theme. I don't mind that it is based off mine at all - that's the spirit of the CC-BY-SA license. The buttons should work properly now. The only critique I have would be to fix the buttons so that the pink border isn't there unless that was intentional.

j00ker,

I haven't tried the hotkey support for pictureflow, but if it's still broken it would be good to get a bug filed in the tracker.


Top
 Profile  
 
 Post subject: Re: Rockbox on M:Robe 500i
PostPosted: Tue Jun 22, 2010 9:49 am 
M:Postwhore

Joined: Tue Jun 06, 2006 10:07 am
Posts: 748
Offline
kkurbjun wrote:
I like your theme. I don't mind that it is based off mine at all - that's the spirit of the CC-BY-SA license. The buttons should work properly now. The only critique I have would be to fix the buttons so that the pink border isn't there unless that was intentional.


Lol at the buttons, It was not intentional at first but I tried editing it out but it ended up not pretty. I will have another attempt sometime soon (or even change the buttons over to something else)

The other problem that I had was a slow updating volume. the volume Icon has two halfs for controlling volume up and down (this will be changed with a plus and minus button very soon as I have discovered there is not enough room) but the problem is the volume only updates at song changes.

WRT the buttons on the sbs, that can be done much later once I have done this and uploaded it to the themes site.

EDIT:

I have spent a bit of time trying to remove the pink edges, I have different buttons now and have spent a bit of time tring to manually remove the colouring from the edges (at 1200% zoom)

it is still not nice and took a lot of time for the one button that I have been playing with.

Does anyone have any advice how to get rid of the pink edges? (I have played around with sharpen etc, to no avail)

forgot to mention, the buttons are 100x100 pixels being converted from a size of 447x447. they are in a psd file type with a transparent background to begin with.

Thanks


Top
 Profile  
 
 Post subject: Re: Rockbox on M:Robe 500i
PostPosted: Mon Aug 16, 2010 6:38 pm 
M:oderator

Joined: Fri Aug 31, 2007 6:33 pm
Posts: 47
Offline
Hey congratulations on finishing your theme! It looks good. I need to fix mine again it seems...

-Karl


Top
 Profile  
 
 Post subject: Re: Rockbox on M:Robe 500i
PostPosted: Tue Aug 17, 2010 6:07 am 
M:Postwhore

Joined: Tue Jun 06, 2006 10:07 am
Posts: 748
Offline
hey thanks karl, when I get more time I plan to make another (more adventurous one this time).

I still have the pink border which I would like to remove however have been unable. if you have any hints, please post them ;)

Just a few very minor issues. firstly let me explain that I have new headphones (they are canalphones) now they are much more sensitive than my old pair and as a result I can hear a small buzzing in my left ear. I am not sure exactly what the problem is but I have been able to find that it doesn't happen in the olympus music mode and in rockbox without a remote. it only does it with the remote and rockbox running. I think it may be to do with the incomplete remote drivers (not saying fix it, just saying that it may be added to the to do list)

balance is also something that is not a 100%. rockbox has gives me a non-centred stereo (if you get what I mean). this does not happen from my PC but I need to do further testing before I can be conclusive.

anyway, good to hear from you.


Top
 Profile  
 
Display posts from previous:  Sort by  
Reply to topic  [ 135 posts ]  Go to page Previous  1 ... 5, 6, 7, 8, 9

All times are UTC


Who is online

Users browsing this forum: Google [Bot] and 1 guest



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group