All Projects

IDProjectTask TypeCategorySeveritySummaryOpened
 12837 RockboxPatchesLanguageLow 简体中文(Chinese Simplified) translation update 2013-03-0211 Task Description

I just make a patch using git formate-patch. It’s based on commit 3a13150.
No significant changes but some unifying work. A missed string has been added besides.

12753RockboxBugsOperating System/DriversLowRaaA: Lack of buffer on HD (and upper) devices2012-09-182 Task Description
  Nowadays there're more and more Android devices hit the market with higher and higher definetion. Therefore, we need to compile Rockbox with higher definetion.
  Though we can compile and run Rockbox fluently, it doesn't always work as we expected. Sometimes it can't load background image/WPS/SBS or it'll even stop singing. I did a lot of test and comparison between builds with different version and  definition and find out that it's the lacking of buffer which disturbs Rockbox working normally.
  Big tracks, images and WPSs/SBSs and maybe other can cause the buffer lacking. We have bigger and bigger RAM for apps now but Rockbox always can't get enough buffer to hold the data. Hope fix!
12752RockboxBugsConfigurationLowVolume problem on Android RaaA2012-09-186 Task Description

So far there's still two problem which have never been fixed on Android:
1.When opening Rockbox, its volume bump to max automatically whatever it was when last quit;
2.On most HTC(and probably other) devices one can't use physical volume keys to adjust. Volume bars in WPS and SBS work well however.

Hopes the fixes!

 12290 RockboxBugsBootloaderLow Rockbox can't boot on OndaVX747 2011-09-244 Task Description

Just now I knew that a commit fix a serious problem ( FS#12273 ) and I updated my source to r30593. I can’t get it booted, but booting old Rockbox is OK. When I pulled my power button and tried to boot, it just froze at the Bootloader Logo (If I use ROLO to load it before, it freezes at loding…). However, if I pulled power button again, it could reboot itself.

I tried my modified version and the original version of Rockbox. Neither of them can’t be booted.
The only commits between the OK version and the bad version are changing the font cache, so the problem is due to font cache using buflib I guess. It’s not PANIC, not crash. I think it just need some work before it can initialize the font cache.

 12280 RockboxBugsDatabaseLow Error reading ID3 tag of MP3 file with cover 2011-09-1568 Task Description

Once I embeded a cover into some of my mp3 files and remove it, Rockbox can scan ID3 tag from it. However, I can use Foobar2000 to read tags.
The tag is written in ID3 v2.3.

And finally I’m sorry to say that I’m in China and not able to use Dropbox or Mediafire.
I uploaded the file here: http://115.com/file/dnhbrztj# 03.鳥の詩.7z

 12030 RockboxBugsDriversLow Rockbox have the channel "left-side-right" when playing ...2011-03-275 Task Description

I’m using iPod Classic 3rd, 160G and my Rockbox is r29613 compiled by myself.
When I try to play music with it, I found that the sound come from the left of the headphone is actually the right channel, and likely the sound come from the right headphone is actually the left channel.
How could it happend?
I’ve tested some wav, ape, mp3, wv files and all of them appear the problem above.

Edit: Changed category to drivers.

 12016 RockboxPatchesLanguageLow Update Chinese Translation 2011-03-171 Task Description

Fix some strings by me. NO BIG CHANGES.

Please accept it ASAP.

 11896 RockboxBugsBattery/ChargingLow Fix Onda VX747+ display error 2011-01-211 Task Description

See FS #11888.
It seems fix the same problem in OndaVX747+ too, which its OF didn’t initial SLCD competely.

 11890 RockboxPatchesLanguageLow Update Chinese(Simple) Translation (2010-01-18) 2011-01-181 Task Description

*Note: “Yes”s and “No”s has different translation in Chinese when different events, so I use “√” and “×” instead “是” and “否”.

 11889 RockboxBugsBattery/ChargingLow Update Chinese(Simple) Translation (2010-01-18) 2011-01-1811 Task Description

Note: “Yes”s and “No”s has different translation in Chinese when different events, so I use “√” and “×” instead “是” and “否”.

 11888 RockboxPatchesLCDLow Fix Onda VX777 display error without define #USB_BOOT w ...2011-01-1851 Task Description

When I compile Onda VX777 I must define #USB_BOOT in autoconf.h or Rockbox won't display correctly.
But define this will make it unable to boot OF. So I tried to fix this and success.
Tested on VX777 and VX747. Both of them works well.
This patch may also make VX747P work.

11510RockboxPatchesBootloaderLowOnda VX 7X7 series Bootload cannot used through buttons2010-07-3111 Task Description

So, when you compile and run the bootloader on VX767/VX757 or any other buttons-only model, it can only boot to the Rockbox or the OF. It cannot use USB mode or reset RB configuration.

Here is a patch.

 11489 RockboxPatchesLanguageLow Update Chinese translation(100719) 2010-07-191 Task Description

Well this time I work on ‘chinese-simp.lang’ file directly.
Make the translation more exact, and correct some bugs(Of course, these bugs weren’t made by me).

 11484 RockboxPatchesLanguageLow Update Rockbox Chinese translation(100717) 2010-07-1775 Task Description

Update Rockbox Chinese translation(100717),almost all have been translated.

 11327 RockboxPatchesLanguageLow Update Chinese-Simp translation 2010-05-2921 Task Description

I edited a lot,include some old error.

 11217 RockboxPatchesLanguageLow Update Chinese tranlated(100425) 2010-04-2521 Task Description

Update Chinese tranlated(100425).
There’s something I can’t translate,I tried my best.

 11206 RockboxBugsMusic playbackLow Rockbox cannot display my own WPSs correctly 2010-04-171 Task Description

WPS see attachment.It cannot be displayed in the lastest version,however it can be displayed correctly in the older version!
So please help correct it if it has any problems.Thanks.

 11134 RockboxBugsBuild environmentLow Errors with 'rockboxdev.sh' (or my Cygwin?) 2010-03-2111 Task Description
  I've installed Cygwin and synchronized the source code of Rockbox.
  I 'm going to make a build for my Onda VX747 on Windows XP.I know I must install cross compiler first so I run the 'rockboxdev.sh'.
  There must be something wrong with my Cygwin.How could it happened!
Administrator@PC-200908211640 ~
$ cd rock/tools
Administrator@PC-200908211640 ~/rock/tools
$ sh rockboxdev.sh
rockboxdev.sh: line 2: $’\r’: command not found
rockboxdev.sh: line 7: $’\r’: command not found
rockboxdev.sh: line 11: $’\r’: command not found
rockboxdev.sh: line 17: $’\r’: command not found
rockboxdev.sh: line 21: $’\r’: command not found
rockboxdev.sh: line 45: syntax error near unexpected token `$’{\r’’ ‘ockboxdev.sh: line 45: `findtool(){
 11078 RockboxBugsThemesLow Rockbox r25003 cannot load my own WPS correctly 2010-03-0511 Task Description

My own theme is modified from cabbie2.It can be load correctly under Rockbox 091225,but when I upgrade my Rockbox to r25003 and load it again,it returns the default WPS(looks like the rockbox_default.wps).
WPS Files see attachment please,my DAP is Onda VX747.

 11036 RockboxPatchesLanguageLow Update Chinese Translate 2010-02-191 Task Description

Update Chinese Translate on 100219,more exactly.

 11035 RockboxBugsBattery/ChargingLow Update Chinese Translate 2010-02-1911 Task Description

Update Chinese Translate on 100219,more exactly.

 11020 RockboxPatchesLanguageLow Updated Chinese translation(010216) 2010-02-161 Task Description

Updated Chinese translation(010216),maybe some cannot be translted exactly.

 11001 RockboxPatchesLanguageLow Updated Chinese translation(010212) 2010-02-121 Task Description

Updated Chinese translation(010212)

 10961 RockboxPatchesLanguageLow Finish&update Chinese translation 2010-02-0312 Task Description

Add new translation for Base Skin&Remote Base Skin.

 10946 RockboxPatchesLanguageLow Updated Chinese translation 2010-01-311 Task Description

Updated Chinese translation,I have almost translate all.

Showing tasks 1 - 25 of 25 Page 1 of 1

Available keyboard shortcuts

Tasklist

Task Details

Task Editing