91
User Interface and Voice / Re: Odd interface stuff in current/recent dev builds
« Last post by speachy on November 25, 2024, 09:18:02 AM »Is there a glimmer of a clue in any of this?
WEll, that's just reaffirming that the I/O pattern that the language load paths use manages to pathologically trigger the underlying issue.
So, here's a build that turns on a bunch of instrumentation when the language stuff is used.
https://www.shaftnet.org/~pizza/ipod6g-exp1.zip
Load it up (pristine .rockbox dir please), then go into the settings, change the language (thereby triggering the problem, please make sure it happens too), then go into the debug menu and select 'dump log file'.
That will create '/logf.txt' -- please send that my way. Hopefully that will tell me wtf is going on behind the scenes, and from there maybe figure out where things are going awry.
92
Hardware / Re: AIGO EROS Q / AIGO EROS K / IRULU Surfans F20 / AGPTek H3 / HIFI WALKER H2
« Last post by speachy on November 25, 2024, 07:25:26 AM »Eros Q Native 11/24/2024. I'm getting just a white screen on the Hifi Walker H2. I went back to 11/20/2024 and everything is back to normal.
First, please try the 20241122 daily to make sure this is due to the hw4 enablement work.
Second, we need to know what hardware version you're using. This can be inferred from the firmware version the device was shipped with. It's also reported in the debug info/device data menu, under 'lcd version'. Or both, preferably.
Meanwihle, the person responsible for that native port is out of reach for about a week. So nothing is likely to happen on this until then.
93
Hardware / Re: AIGO EROS Q / AIGO EROS K / IRULU Surfans F20 / AGPTek H3 / HIFI WALKER H2
« Last post by mrsubway on November 24, 2024, 09:27:39 PM »Eros Q Native 11/24/2024. I'm getting just a white screen on the Hifi Walker H2. I went back to 11/20/2024 and everything is back to normal.
94
User Interface and Voice / Re: Odd interface stuff in current/recent dev builds
« Last post by iPodVT on November 24, 2024, 10:27:57 AM »This morning I did a little more testing to try to drive this bug, using an iFlash-modded 160GB 7th Gen iPod Classic running dev build 7ea64a315b-241124. I successively changed languages and observed the displayed "Yes" item in the "Start Sleep Timer On Boot" No/Yes menu after each language change. At the outset, the language was set to english-us and the "Yes" item was displayed as "ouping". Here is a list of the languages I subsequently tried and what the menu displayed for "Yes", listed in the order in which I changed languages:
english - "and artist at the bottom"
english-us - "ouping"
francais - "Press LEFT to cancel"
espagnol - "ror de archivo: %d"
deutsch - "ht wiedergeben"
dansk - "Ja"
english-us - "Yes"
english - "Yes"
english-us - "Yes"
When I saw "Ja" after changing to dansk I guessed that it translated to "Yes", so I again selected english-us, english, and english-us one more time, and at each turn the menu correctly displayed "Yes". At that point I checked the contents of the .cfg files and they all contained "lang: /.rockbox/langs/english-us.lng" (as had previously been the case). So I rebooted, still in english-us, and the menu reverted to "ouping", though the .cfg files still contained the same "lang: /.rockbox/langs/english-us.lng".
Is there a glimmer of a clue in any of this?
english - "and artist at the bottom"
english-us - "ouping"
francais - "Press LEFT to cancel"
espagnol - "ror de archivo: %d"
deutsch - "ht wiedergeben"
dansk - "Ja"
english-us - "Yes"
english - "Yes"
english-us - "Yes"
When I saw "Ja" after changing to dansk I guessed that it translated to "Yes", so I again selected english-us, english, and english-us one more time, and at each turn the menu correctly displayed "Yes". At that point I checked the contents of the .cfg files and they all contained "lang: /.rockbox/langs/english-us.lng" (as had previously been the case). So I rebooted, still in english-us, and the menu reverted to "ouping", though the .cfg files still contained the same "lang: /.rockbox/langs/english-us.lng".
Is there a glimmer of a clue in any of this?
95
Repairing and Upgrading Rockbox Capable Players / Re: Best/Simplest Uprgrades for iRiver IHP-140
« Last post by Mr Whippy on November 24, 2024, 07:26:07 AM »I've done battery replacement (bigger capacity) and CF adapter, I think it needed several adaptors, PATA to ZIF, Zif to Compact flash, and Compact Flash to SD- amazingly all those adapters fitted. Not sure if I had to remove or cut down the blue rubber padding. Been a while.
Would be better if SD card could be removed like modern devices that way copy to native slot on a computer, refit- rather than copy over the slow USB1/2 connection
Would be better if SD card could be removed like modern devices that way copy to native slot on a computer, refit- rather than copy over the slow USB1/2 connection
96
Hardware / Today build on H140
« Last post by Mr Whippy on November 24, 2024, 06:56:29 AM »On both daily and develpment build 7ea64a315b and daily 20241124 I get crash on boot from (hard drive, this version) with I04:Illinstru
at 000000002
Works with 3.15 but with CF card I need a newer build.
Any recommendations on which build works?
Ok I found a build on my NAS backup
rockbox-iriverh120-20220503
This version boots ok.
at 000000002
Works with 3.15 but with CF card I need a newer build.
Any recommendations on which build works?
Ok I found a build on my NAS backup
rockbox-iriverh120-20220503
This version boots ok.
97
Plugins/Viewers / Re: Keyremap plugin - remaps keys in rockbox
« Last post by rnkn on November 24, 2024, 03:07:52 AM »Hello,
Big thanks to Bilgus for this plugin.
I'm trying to adapt chris_s's keymap to be a little bit more like the original iPod firmware in that a menu long press will always return to the main menu. This mostly works, except in settings. This is what I've got:
It would seem that ACTION_STD_MENU is not available in CONTEXT_SETTINGS but I've been looking through the code and I can't find an alternative.
Any ideas would be greatly appreciated.
Edit: I'm using 2591f6ad02-241123 on an iPod 5.5g Video.
Big thanks to Bilgus for this plugin.
I'm trying to adapt chris_s's keymap to be a little bit more like the original iPod firmware in that a menu long press will always return to the main menu. This mostly works, except in settings. This is what I've got:
Code: [Select]
# Key Remap
# Device: Apple iPod 5.5g Video
# Entries: 20
# Each entry should be PROPER_CASE and on its own line
# Comments run to end of line
CONTEXT_TREE = {
{ACTION_STD_MENU, BUTTON_MENU|BUTTON_REPEAT, BUTTON_MENU},
{ACTION_STD_CANCEL, BUTTON_MENU|BUTTON_REL, BUTTON_MENU},
}
CONTEXT_STD = {
{ACTION_STD_MENU, BUTTON_MENU|BUTTON_REPEAT, BUTTON_MENU},
{ACTION_STD_CANCEL, BUTTON_MENU|BUTTON_REL, BUTTON_MENU},
}
CONTEXT_LIST = {
{ACTION_STD_MENU, BUTTON_MENU|BUTTON_REPEAT, BUTTON_MENU},
{ACTION_STD_CANCEL, BUTTON_MENU|BUTTON_REL, BUTTON_MENU},
}
CONTEXT_SETTINGS = {
{ACTION_STD_MENU, BUTTON_MENU|BUTTON_REPEAT, BUTTON_MENU},
{ACTION_STD_CANCEL, BUTTON_MENU|BUTTON_REL, BUTTON_MENU},
}
CONTEXT_MAINMENU = {
{ACTION_NONE, BUTTON_MENU|BUTTON_REPEAT, BUTTON_MENU},
{ACTION_STD_CANCEL, BUTTON_MENU|BUTTON_REL, BUTTON_MENU},
}
CONTEXT_WPS = {
{ACTION_WPS_MENU, BUTTON_MENU|BUTTON_REPEAT, BUTTON_NONE},
{ACTION_WPS_VIEW_PLAYLIST, BUTTON_SELECT|BUTTON_REL, BUTTON_SELECT},
{ACTION_WPS_BROWSE, BUTTON_MENU|BUTTON_REL, BUTTON_MENU},
{ACTION_WPS_MENU, BUTTON_SELECT|BUTTON_MENU, BUTTON_NONE},
}
CONTEXT_BOOKMARKSCREEN = {
{ACTION_STD_MENU, BUTTON_MENU|BUTTON_REPEAT, BUTTON_MENU},
{ACTION_STD_CANCEL, BUTTON_MENU|BUTTON_REL, BUTTON_MENU},
}
It would seem that ACTION_STD_MENU is not available in CONTEXT_SETTINGS but I've been looking through the code and I can't find an alternative.
Any ideas would be greatly appreciated.
Edit: I'm using 2591f6ad02-241123 on an iPod 5.5g Video.
98
User Interface and Voice / Re: Odd interface stuff in current/recent dev builds
« Last post by iPodVT on November 24, 2024, 12:39:07 AM »...Grab the latest dev build (or the 1124 daily when it lands) and see what happens when you try changing the language.
(If this does resolve the issue, it's due to a buffer overflow of the low-level disk cache code that has been been there a for a _long_ time. It could also explain some of the random wonkiness on the ipod5g, fuzeplus, and some uncommon devices... The ipod6g was accidentally immune until I ripped out bunch of device-specific hacks in its ATA device driver...)
I just now updated to dcec6828a3-241124 and I'm sorry to have to report that I'm still seeing "ouping" and "and artist at the bottom" when I switch the language back and forth between english and english-us.
I have to sign off for tonight. I'll check back in again tomorrow.
99
User Interface and Voice / Re: Odd interface stuff in current/recent dev builds
« Last post by speachy on November 24, 2024, 12:22:01 AM »I have now reverted to my fully personalized installation of 1bf19eaaff-241124, with the language setting commented out of the .old, .new and current versions of my config.cfg files, and all the No/Yes menus look as they should.
...Grab the latest dev build (or the 1124 daily when it lands) and see what happens when you try changing the language.
(If this does resolve the issue, it's due to a buffer overflow of the low-level disk cache code that has been been there a for a _long_ time. It could also explain some of the random wonkiness on the ipod5g, fuzeplus, and some uncommon devices... The ipod6g was accidentally immune until I ripped out bunch of device-specific hacks in its ATA device driver...)
100
User Interface and Voice / Re: Odd interface stuff in current/recent dev builds
« Last post by iPodVT on November 24, 2024, 12:21:14 AM »I updated both a 4th Gen iPod Color and a 2nd Gen iPod mini to the current dev build, and then checked them for the language and No/Yes menu issue, and neither showed any problems.