21
Feature Ideas / Re: Backlight exemption: add radio change station Clip Zip
« Last post by Fredgolightly on February 16, 2025, 01:21:14 PM »Ah got it, thanks for the reply!
22
Hardware / Re: IHIFI770C gets stuck during boot process
« Last post by speachy on February 16, 2025, 07:53:03 AM »The IHIFI770C using daily builds fails to start and gets stuck at the Rockbox boot logo. I tried building from the Master branch source code, but the same issue occurs. However, after removing the INIT_ATTR from the line extern void system_init(void) INIT_ATTR; in the firmware/export/system.h file, it starts normally. My C language skills are poor, and I’m unsure if removing this might cause any side effects. Could someone help check how to properly fix this?
Wow, I've been trying to find someone with one of these devices (770/770C/800) for several years now; as far as I am aware you are the first person who has tried this stuff out since it was merged.
The change you made is an interesting one; can I ask why you tried that in particular? Also, where did the bootloader come from?
As for the failure, system_init() is only called as part of the early boot process by other early boot code, so nothing immediately stands out. I'm looking into it though
23
Audio Playback, Database and Playlists / Re: iPod 5G skipping and glitching
« Last post by Midiman on February 15, 2025, 10:55:53 AM »I will try tomorrow when I am back from work 😅👍
24
Audio Playback, Database and Playlists / Re: iPod 5G skipping and glitching
« Last post by iPodVT on February 15, 2025, 10:52:23 AM »You can get the most recent builds at https://www.rockbox.org/daily.shtml or via the Rockbox Utility app. The app has a menu that offers a choice of v3.15, latest Daily and most up-to-the-minute Dev Build (which is often the same as the latest Daily). The nice thing about the Rockbox Utility app is that it will update the version of Rockbox that is already installed on your device, preserving your settings and other customizations.
25
Audio Playback, Database and Playlists / Re: iPod 5G skipping and glitching
« Last post by Midiman on February 15, 2025, 10:45:16 AM »So there are newer versions than 3.15? Under Downloads this is the latest. Is it under dev builds?
26
Audio Playback, Database and Playlists / Re: iPod 5G skipping and glitching
« Last post by iPodVT on February 15, 2025, 10:37:56 AM »Definitely update Rockbox to the latest Daily or Dev Build. Version 3.15 is ancient - there are five years of improvements in the current releases that hugely benefit flash/ssd mods, plus offer many new features.
27
Audio Playback, Database and Playlists / Re: iPod 5G skipping and glitching
« Last post by Midiman on February 15, 2025, 10:32:17 AM »I am using latest Release 3.15 and iflash sd Adapter. SD cards 2x 256gb Lexar Silver Plus Micro SD.
I am not shure about settings - load to ram, max Songs in Playlist etc. is there anything in the settings that cause the skipping. Or should I try to erase and load new?
I am not shure about settings - load to ram, max Songs in Playlist etc. is there anything in the settings that cause the skipping. Or should I try to erase and load new?
28
Audio Playback, Database and Playlists / Re: iPod 5G skipping and glitching
« Last post by saratoga on February 15, 2025, 09:22:50 AM »Make sure you're running the latest build if using an SSD. Solder builds will corrupt the disk.
29
Audio Playback, Database and Playlists / iPod 5G skipping and glitching
« Last post by Midiman on February 15, 2025, 09:06:37 AM »Hello,
I am new to this and built a 30gb with a better Battery and 512gb and got issues. Them I built a second 5G 60gb with 64mb ram and hipes that would solve it. But no luck. Found out that its faster and more relieable to load Songs in I tunes Disc Mode. (44k Titles)
But still skips and glitsches.
Any advise?
I am new to this and built a 30gb with a better Battery and 512gb and got issues. Them I built a second 5G 60gb with 64mb ram and hipes that would solve it. But no luck. Found out that its faster and more relieable to load Songs in I tunes Disc Mode. (44k Titles)
But still skips and glitsches.
Any advise?
30
Hardware / IHIFI770C gets stuck during boot process
« Last post by fuyi on February 15, 2025, 09:00:14 AM »The IHIFI770C using daily builds fails to start and gets stuck at the Rockbox boot logo. I tried building from the Master branch source code, but the same issue occurs. However, after removing the INIT_ATTR from the line extern void system_init(void) INIT_ATTR; in the firmware/export/system.h file, it starts normally. My C language skills are poor, and I’m unsure if removing this might cause any side effects. Could someone help check how to properly fix this?