| Home | Forums | Register | FAQ | Search | Today's Posts | Mark Forums Read |
|
Welcome to the misticriver forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Rockbox Progress [ANNOUNCEMENTS ONLY - NO DISCUSSION]
Since Rockbox has achieved almost the same level of functionality on the H300 series as on the H100 series (with battery efficiency being the notable exception), most Rockbox progress announcements relate to both platforms. I have started this thread to replace the separate H100 and H300 series Rockbox announcement threads.
PLEASE NOTE THAT THIS THREAD IS FOR ANNOUNCEMENTS ONLY! Any posts made in this thread that are not announcements will be deleted immediately and the poster warned. |
|
|||
|
According to this thread in the Rockbox.org forum, WMA support is close:
Quote:
|
|
|||
|
As of now the iHP-100 series supports SPDIF recording through Rockbox!
As the message suggests, please test thoroughly. Quote:
__________________
It's a signature after all! Want to make a Dock or a Sync/Charge Cable? Games music for the nostalgic ones! |
|
|||
|
No fonts in the regular zip files
Do note that we've moved out the fonts from the "regular" zip package and they are now provided in a separate font package on the daily build page.
People who build their own from sources can still do 'make fullzip' to create a full zip in the old style.
__________________
Your grumpy Rockbox hacker - http://www.rockbox.org/ |
|
|||
|
Greast news for H300 users!
From the IRC logs: [22:56] * amiconn succeeded in locating the heat source on the H300 pcb when running rockbox [22:56] <amiconn> Unsurprisingly, it's the ISP1362 [22:56] <Genre9mp3> \o/ [22:57] <egotrippen> \m/ \m/ [22:57] <amiconn> 7 °C more than its surroundings [22:57] <amiconn> ...even more than the CPU [22:57] <amiconn> (which runs a bit cooler under rockbox than under retailos) [22:58] <amiconn> The ISP1362 stays at environment temperature under retailos... [22:58] * amiconn should probably try USB host mode under retailos [22:58] <petur> bingo Seems that amiconn managed to discover which component consumes more power than needed (thus lower battery times in Rockbox) Now sit back and wait for a fix commit.... (until code is written to prevent that behaviour)
__________________
It's a signature after all! Want to make a Dock or a Sync/Charge Cable? Games music for the nostalgic ones! |
|
|||
|
Again great news for the power issue on H300!
From the IRC logs: [03:46] <amiconn> w0000000000000000000 0t !!!! [03:47] * amiconn has contact to the isp1362 [03:47] <midkay> amiconn, great, congrats. [03:47] <amiconn> ISP1362 HC ID: 0x3630 [03:47] <amiconn> ISP1362 DC ID: 0x3630 [03:47] <amiconn> Now we can try to send it to sleep... [03:48] <amiconn> ...but before doing so, I need sleep :/ [03:48] <amiconn> We need to stop it from sucking battery [03:49] <amiconn> midkay: USB on the go [03:49] <amiconn> The problem was indeed a really fundamental one <amiconn> We do want to support usbotg one day, but if the chip is not in use, it should be put to sleep [03:54] <amiconn> The chip sucks power in the same order of magnitude as the CPU, thereby almost halving battery runtime on H300 [03:55] <midkay> amiconn, right, should certainly be disabled while it's not in use.. [03:55] <amiconn> I'd expect >19hours, but get 11 hours [03:55] <amiconn> (stock battery) That's all for now, hopefully it will be fixed soon....
__________________
It's a signature after all! Want to make a Dock or a Sync/Charge Cable? Games music for the nostalgic ones! |
|
|||
|
The commit all the H300 users were waiting for...
16 Jun 19:34 Jens H300: Rudimentary driver for the ISP1362 USB on-the-go controller. For now it just sends the chip to sleep, solving the poor battery runtime issue. |
|
|||
|
The Rockbox feature freeze has been lifted, according to this e-mail from the Rockbox developers list:
Quote:
|
|
|||
|
5 Aug [various developments]
Quote:
|
|
|||
|
Quote:
__________________
If at first you don't succeed, then skydiving definitely isn't for you!
|
|
|||
|
linuxstb posted this message on the Rockbox forums, giving a good explanation of where video stands and what you should and should not expect from video on iriver players:
Quote:
|
|
|||
|
Lots of developments.
Quote:
|
|
|||
|
From the change log:
Quote:
TC
__________________
How in the world can the words that I said Send somebody so over the edge That they’d write me a letter Sayin’ that I better Shut up and sing or my life will be over |
|
|||
|
Quote:
|
|
|||
|
Today Tag Cache was renamed to simply "Database". You'll need to rebuild your database (or rename all files starting with tagcache in .rockbox to use database instead).
__________________
Download my Rockbox stuff: Prebuilt Windows simulators, Fonts, and more! Rockbox users around the world - add yourself if you're one! |
|
|||
|
Cover art displays now are possible on Rockbox, in the committed code (i.e., not only by way of a patch).
However, as best I can tell, setting margins for text to appear to the side of cover art is not yet possible in the committed Rockbox code (although there are a couple of patches out there to do this)--my best guess is, that will be up next for committing to the code, if possible, making cover art very practicable. |
|
|||
|
Dang, I got that one: just committed, a scrolling text left margin setting command. Note that this does not allow the right margin to be set and so, when used with album art, the album art will be in the left position. Looking forward to all the cover art WPSs to come (including for the H1xx player ...)!
|
|
|||
|
Major WPS developments with Rockbox the past few days:
-- Viewports has now been committed, allowing the use of precise positioning of information on the screen. -- Bitmap strips has been committed, vastly increasing the number of images that are possible in a WPS. |