Beta Tests - Where can I find the latest 2.0.0 builds? #469
Replies: 9 comments 34 replies
-
theres no official releases yet, but you can try the development builds from the Action tabs, there you can get the latest ones (which has the master branch tag), scroll down to Artifacts, there you can download the cfw package generated (cfw-2.0.0-master-xxxxxxxx.tar.gz). Note: the 1bit version is for bittboy v1 and some sup-m3 units which doesnt boot the normal one. the process to install this beta is written under readme Note 2: you must be logged on github to get them. |
Beta Was this translation helpful? Give feedback.
-
What is the difference between uClibc and musl build? |
Beta Was this translation helpful? Give feedback.
-
How can I become a beta tester? |
Beta Was this translation helpful? Give feedback.
-
@ysahmed, we appreciate u did testing on our CFW (count yourself as Beta Tester thus 😄). The latest build should tackle performance issues. Could you reflash image and confirm? Regardind FAT check, the |
Beta Was this translation helpful? Give feedback.
-
@ysahmed, please update your CFW to current build FIXES:
REWORKS:
|
Beta Was this translation helpful? Give feedback.
-
Hi, I don't know if its the right place, I posted on discord but since no one answered it I decided to post here, there are two things I noticed: its not necessarily a bug, but can be annoying. After the screen signal of low battery it sets the screen on different brightness from that it was before, For example, you're playing on brightness 15, it signals the low battery then when it ends set it on 50 brightness instead of comeback to original brightness 15 value. In a dark room I'have to set the brightness down again so it hurts my eyes less. Its possible to make it return to the level it was before the warning? I guess smt like store the brightness value on a variable before the warning and then read that variable to set the brightness level after the low battery warning routine or script. Other thing is that It failed to expand the SD card, I don't know if it is fixed, Tiopex said it was smt about swap partition before the expand, I guess it should be fixed already though. Sometimes it just fails to launch the cfw and I get stuck in a grey screen without and It didn't show the hints, just the start screen (without the intro, I removed it). If I press any button the color on the screen changes, Im using a grey theme btw. I will post a picture when it happen again. |
Beta Was this translation helpful? Give feedback.
-
@nfriedly I shamelessly increased `swap` to 896MB on [custom build](https://github.com/Apaczer/buildroot_miyoocfw/actions/runs/5806789785),
could you try it so we could bisect that issue?
Did you have any luck on old `resize` method when using 512GB cards? It may
be that we're now accesing full libparted library when executing fatresize
so memory is defering to swap for more room and overall slowdown occurs.
I might try stripping whole fatresize.c code to only whats necessary the
same way @flabbergast did. I see he's also substraccting start_sector for
max_size.
…On Wed, Aug 9, 2023, 02:47 Nathan Friedly ***@***.***> wrote:
I've been formatting the microsd with the SD card association formatting
tool, and then writing the image with Win32DiskImager.
—
Reply to this email directly, view it on GitHub
<#469 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWUIZIFV27XTYMPTFOIIQWLXULMZHANCNFSM6AAAAAAVOBJ66I>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Just tested 334 on a 8gb microsd sandisk on q20 mini and worked, it expand the partition correctly now! Used USB Image Tool, btw |
Beta Was this translation helpful? Give feedback.
-
Ok guys, closing with:
MiyooCFW/buildroot@9a59e2d?w=1
Added warning and resize will expand only to 128gb max even with bigger
cards to not run out of memory.
Till the next, have rest ;)
…On Thu, Aug 10, 2023, 12:47 CopyistMonk ***@***.***> wrote:
Just tested 334 on a 8gb microsd sandisk on q20 mini and worked, it expand
the partition correctly now! Used USB Image Tool, btw
—
Reply to this email directly, view it on GitHub
<#469 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWUIZIGEIRZV243IVSGZPITXUS35ZANCNFSM6AAAAAAVOBJ66I>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I don't have the capacity to build it on my machine, so I was wondering if there's possibly a forked repo where someone has uploaded the latest build?
Beta Was this translation helpful? Give feedback.
All reactions