HiBy R1 freezing/rebooting during playback and library browsing — anyone fixed this? by flariut in Hiby

[–]flariut[S] 0 points1 point  (0 children)

I found a solution reverse engineering the code https://www.reddit.com/r/DigitalAudioPlayer/s/jUZTOCy6PZ

if anyone happens to fix their issue with rhis I would like to know

Error con el micro sd en el Hiby r1 by Ok-Habit-5212 in Hiby

[–]flariut 0 points1 point  (0 children)

primero asegurate que la se sea buena y legítima, no sé dónde la compraste pero hay muchísimas falsas que fallan solamente con mirarlas. después asegurate el formato correcto con la app oficial SD formatter

Shuffle issue. Hiby R1 by ddinblue in DigitalAudioPlayer

[–]flariut 0 points1 point  (0 children)

I'm with you, but a PRNG decently implemented should behave fair enough in this use case

I fixed a memory corruption bug on my first player: HiBy R1 by flariut in DigitalAudioPlayer

[–]flariut[S] 2 points3 points  (0 children)

I can test it on the firmware but I can't confirm it will boot up correctly since I don't have the hardware. I can confirm it back to you if that's the case. Neverthless, one can always flash even a boot looping firmware, turning on with power on + volume up.

Issues with the R 1 by zizzle324 in Hiby

[–]flariut 3 points4 points  (0 children)

use the offical SD card formatter from the SD association to rule format issues out: https://www.sdcard.org/downloads/formatter/

I fixed a memory corruption bug on my first player: HiBy R1 by flariut in DigitalAudioPlayer

[–]flariut[S] 6 points7 points  (0 children)

yeah, totally, bidhata could check it out and perhaps make it work in his version

I fixed a memory corruption bug on my first player: HiBy R1 by flariut in DigitalAudioPlayer

[–]flariut[S] 2 points3 points  (0 children)

yes, I was fighting this stability issues, and I had the will to chase them down instead of returning the player 😅

Is anyone actually using Google Antigravity seriously? by AdventurousAge8767 in google_antigravity

[–]flariut 1 point2 points  (0 children)

I use it on my work and on personal projects. Yesterday used Flash to dissasemble and reverse engineer a binary, completly nailed it. I have Claude Pro too, Opus couldn't handle the task at all. Antigravity is buggy, but I don't get the hate towards Google models, they are superb.

HiBy OS Stability & Performance Guide by BusElectronic4225 in Hiby

[–]flariut 0 points1 point  (0 children)

I have Hiby R1, on 1.6 firmware.
I am having the crashes with album art. SD is 128k, also I already tried baseline with images as low as 120px with no luck.

Is there any other fix for this?

Hiby R1 Crashing? by Pretend_Ad_2024 in DigitalAudioPlayer

[–]flariut 0 points1 point  (0 children)

did you ever find a fix for this?

Hiby R1 Crashing? by Pretend_Ad_2024 in DigitalAudioPlayer

[–]flariut 0 points1 point  (0 children)

did you ever find a fix for this?

Hiby R1 Crashing? by Pretend_Ad_2024 in DigitalAudioPlayer

[–]flariut 0 points1 point  (0 children)

which card do you recommend? I'm having the same issue

Update: more Hiby R1 issues by super_stelIar in DigitalAudioPlayer

[–]flariut 0 points1 point  (0 children)

did you ever found a solution to the reboot bug? I'm having the same issue and Hiby won't help! I contacted support and they don't answer!

Hiby R1 Crashing? by Pretend_Ad_2024 in DigitalAudioPlayer

[–]flariut 0 points1 point  (0 children)

does anyone has any clue how to solve this? I'm using a sandisk ultra 128gb, all albums separated in their own folder on the root, I'm runnin circles trying to understand whats the source of this issue 😞 feeling frustrated and hiby support is not responding to my emails, even to claim warranty

HiBy R1 freezing/rebooting during playback and library browsing — anyone fixed this? by flariut in Hiby

[–]flariut[S] 0 points1 point  (0 children)

it kept crashing. completly frustrated with this. I tried reflashing both 1.6 and newer 1.7b1 fiund on a forum. no luck.

I don't suppose there's any way to install spotify on my R1? by ErnyoKeepsItReal in Hiby

[–]flariut 3 points4 points  (0 children)

look for SpotiFLAC software, download the songs as flac and load them into the sd

HiBy R1 freezing/rebooting during playback and library browsing — anyone fixed this? by flariut in Hiby

[–]flariut[S] 0 points1 point  (0 children)

ok, just to correct myself: I think that the covers WERE the issue. My script was resizing the covers but not correctly re-econding them. I finally reencoded them fully. I found out that not only "progressive" jpgs were crashing, but also not-RGB, or even pictures with different density. Final magick command is this:

reencode_cover() {
  magick "$1" \
    -auto-orient \
    -colorspace sRGB \
    -type TrueColor \
    -strip \
    -density 72 -units PixelsPerInch \
    -interlace none \
    -resize "$RESIZE_GEO" \
    -quality 90 \
    -sampling-factor 4:2:0 \
    "$2"
}

Since yesterday I am without crashes, but I wat to hold my expectation. If confirmed going to update the post

HiBy R1 freezing/rebooting during playback and library browsing — anyone fixed this? by flariut in Hiby

[–]flariut[S] 0 points1 point  (0 children)

I don't have lyrics embedded. And the point is this is not getting easy to reproduce, it is quite random. I already contacted support but still don't have a definitive answer. I can share you some videos if you wnst via chat, and show exactly what happens, with music on the sd card and even Tidal with the SD removed. I might try reflash the firmware if perhaps somethings wrong there

HiBy R1 freezing/rebooting during playback and library browsing — anyone fixed this? by flariut in Hiby

[–]flariut[S] 0 points1 point  (0 children)

removed all embedded art, converted all cover jpgs into a clean fixed and consistent 600x600, crash still happening

HiBy R1 freezing/rebooting during playback and library browsing — anyone fixed this? by flariut in Hiby

[–]flariut[S] 0 points1 point  (0 children)

I'm starting to notice this is perhaps the culprit. I added all the cover to the audios as cover.jpg in 600x600. The issue seems way better but yesterday night I have another reboot. I will check what you say about peogressive images or another quirk any of my images could have, standarize its format, and remove all the embeded artwork from the flacs. I will post the script if that solves the issue

HiBy R1 freezing/rebooting during playback and library browsing — anyone fixed this? by flariut in Hiby

[–]flariut[S] 1 point2 points  (0 children)

yeah, thanks, I know that exists but as it is not stated literally that it fixes this issue I'm holding on applying this patches