91
Theming and Appearance Customization / Re: Bones Theme
« Last post by chuck_lardo on September 27, 2024, 08:04:16 PM »Thanks @rockbox_dev123.
I am working on an update, which includes this fix and a couple of other little things I noticed.
I am working on an update, which includes this fix and a couple of other little things I noticed.
92
Rockbox Utility / Re: Ipod 6th Gen Mountpoint error
« Last post by saratoga on September 27, 2024, 05:18:37 PM »On Windows the mount point is the device's drive letter. You should be able to select that.
93
Starting Development and Compiling / Re: Sansa E200V2 Bootloader is broken in master
« Last post by Bilgus on September 27, 2024, 03:38:52 PM »that could still be pointing to a voltage issue, it could also be a faulty chip could be an issue with our context switching and it could also be clocked wrong because of a wonky multiplier between the cpu and sd controller
94
Rockbox Utility / Ipod 6th Gen Mountpoint error
« Last post by pjcairns on September 27, 2024, 03:21:14 PM »I am trying to install Rockbox on a 6th gen classic ipod using Windows 11.
Having gone through the iTunes/Rockbox installation process when trying to use the "Configure Rockbox Utility" & choosing the "iPod Classic (6th gen) I get the error message "Mountpoint does not exist".
Not being familiar with UNIX & its subtleties is there any way I can resolve this error other than resorting to repartitioning (using AOMEI Partition Assistant 10.4.2) & starting again?
Having gone through the iTunes/Rockbox installation process when trying to use the "Configure Rockbox Utility" & choosing the "iPod Classic (6th gen) I get the error message "Mountpoint does not exist".
Not being familiar with UNIX & its subtleties is there any way I can resolve this error other than resorting to repartitioning (using AOMEI Partition Assistant 10.4.2) & starting again?
95
Theming and Appearance Customization / Re: Bones Theme
« Last post by helpful_liking on September 27, 2024, 01:19:19 PM »Hey, @rockbox_dev123
That worked like a charm.
Thx
That worked like a charm.
Thx
96
Starting Development and Compiling / Re: Sansa E200V2 Bootloader is broken in master
« Last post by bahus on September 27, 2024, 12:50:03 PM »re unstable sd card try boosting dcdc voltages or force into non HS mode in the sd driver
It's been long time but JFYI. Changing voltage and forcing non HS mode didn't help. What helped - unboosting cpu. Finally found the culprit. Not sure why but with boosted CPU sd writes are pretty fast fail on my e200v2 (only writes, reads are fine - often fails even on bookmark creation). And after cpu_boost(false) gigs are written without any errors.
It's not something sd card specific - I tried two different brands (samsung and sandisk).
97
Theming and Appearance Customization / Re: Bones Theme
« Last post by rockbox_dev123 on September 27, 2024, 12:42:35 PM »Now playing screen doesn't display the seconds correctly.
They are being cut of in the middle.
Surfans f20/AIGO EROS Q / K.
Edit the WPS file and change the following:
Code: [Select]
#__Time Elapsed
%Vl(mainDisplay,30,190,40,15,2)
%al%pc
#
#__Time Total
%Vl(mainDisplay,-70,190,40,15,2)
%ar%pt
See here https://download.rockbox.org/daily/manual/rockbox-ipod6g/rockbox-uildap4.html#x24-459000D.4 to understand what to change. Ultimately I believe the width value of 40 needs to be increased to 50 for both. I've set it to 50 and it works for me with an audiobook that's more than 1hr long (so displays like 00:00:00).
The problem with doing this is it messes up the alignment of the total track time. To fix this you need to change the y value of the Time Total text from -70 to -80.
That works perfectly for me. e.g. the changes are:
Code: [Select]
#__Time Elapsed
%Vl(mainDisplay,30,190,50,15,2)
%al%pc
#
#__Time Total
%Vl(mainDisplay,-80,190,50,15,2)
%ar%pt
#
98
Theming and Appearance Customization / Re: Bones Theme
« Last post by helpful_liking on September 27, 2024, 09:41:57 AM »Now playing screen doesn't display the seconds correctly.
They are being cut of in the middle.
Surfans f20/AIGO EROS Q / K.
They are being cut of in the middle.
Surfans f20/AIGO EROS Q / K.
99
Audio Playback, Database and Playlists / Re: sansa clip zip and 128GB micro sdxc
« Last post by spider_allen on September 26, 2024, 11:19:49 PM »okay! the solution was, as i've often seen, to use the daily build. done and done. thanks for the help on IRC, everyone
100
Audio Playback, Database and Playlists / sansa clip zip and 128GB micro sdxc
« Last post by spider_allen on September 26, 2024, 10:17:54 PM »my clip zip can't seem to find my 128GB micro sdxc expansion card. i jumped through the hoops to get it formatted to FAT32, still nothing. sometimes the database would say it found my 930 files, but wouldn't go past that step. what am i missing?