Welcome to the Rockbox Technical Forums!
current build is broken now (get an error when opening the file with winrar).
Most Rockbox functions are usable on the D2/D2+, including music playback and most plugins, but there are a number of shortcomings that prevent it from being a fully supported target: * An SD card is required to use many features, since the internal flash memory is read-only in Rockbox. * There is only basic touchscreen support.
I would like to know why the touchscreen support is considered basic, and where exactly are the areas which lack proper touchscreen support, so I can fix it.
Regarding the read-only internal flash - does anyone works on it?
QuoteRegarding the read-only internal flash - does anyone works on it?No, no-one's working on it now. I've spent months looking into this, and in my opinion providing write support (compatible with the Cowon firmware) would require a collossal amount of further effort, and we would almost certainly fall foul of some FTL-related patents.The current situation of booting from an SD card works perfectly well for me, and from the lack of complaints, it seems the majority of users don't mind either. The only difficulty I am aware of is that RbUtil doesn't know about the need to unzip .rockbox to the SD card.
Edit: @Tomers: Perhaps you can do the same for ACTION_WPS_BROWSE because you sometimes hit it by accident when turning off hold feature.
BTW, glad to see another dev working on the D2.
I also sometimes hit the Menu button by accident when controlling the volume using the buttons, and it gets to the menu. When the DAP is in your packet, it is very annoying to open it and return to WPS. Do you think we should disable this button while in WPS?
Quote from: tomers on December 17, 2009, 01:06:06 PMI also sometimes hit the Menu button by accident when controlling the volume using the buttons, and it gets to the menu. When the DAP is in your packet, it is very annoying to open it and return to WPS. Do you think we should disable this button while in WPS?If you meant the MENU button then NO!
there are ways to introduce a hold-mode buttons,i configures mine to skip tracks and play plause with the top buttons while hold is on and the player is on the WPS and in hold.
1. On track start, stop, in the end and in the start of most of quiet tracks I hear clicks (they are often in groups - 3 clicks in group).
4. Rockbox can't open some files with long filenames, but standard firmware can. I.e. file with this name “J:\MUSIC\02 Rus1 (MFM02) [BS2B]\07 Патриаршие пруды (Ñборник авторÑкой пеÑни) (Приложение к журналу 'Stereo _ Video') (2001)\06 Ð—ÐµÐ»ÐµÐ½Ð°Ñ ÐºÐ°Ñ€ÐµÑ‚Ð° (ÑÑ‚. О. Дриз, пер. Г. Сапгир, муз. Ð. Суханов).ogg†(from internal memory) (187 chars + 3 chars for extension).
Quote from: foth on January 07, 2010, 08:16:16 AM1. On track start, stop, in the end and in the start of most of quiet tracks I hear clicks (they are often in groups - 3 clicks in group).The player and also some other players (e200) are 'hearing' flash memory activity. This doesn't happen on the OF, and it is a known bug. Please browse files and folders on your internal and/or external storage and let me know if this is the click sounds you have been hearing.
Quote from: foth on January 07, 2010, 08:16:16 AM4. Rockbox can't open some files with long filenames, but standard firmware can. I.e. file with this name “J:\MUSIC\02 Rus1 (MFM02) [BS2B]\07 Патриаршие пруды (Ñборник авторÑкой пеÑни) (Приложение к журналу 'Stereo _ Video') (2001)\06 Ð—ÐµÐ»ÐµÐ½Ð°Ñ ÐºÐ°Ñ€ÐµÑ‚Ð° (ÑÑ‚. О. Дриз, пер. Г. Сапгир, муз. Ð. Суханов).ogg†(from internal memory) (187 chars + 3 chars for extension).I've confirmed this bug, and opened FS#10899 for it.
Pasting the filename into a text document and saving it in utf-8 encoding yields 288 bytes. MAX_PATH is 260 bytes, so it's not surprising that this path doesn't work.
Page created in 0.165 seconds with 23 queries.