Not really, but i did notice the krescue images have some issues with ATV builds.
Still do not know why.
So I’ll flash it directly to emmc using burning tool and test
Anyway Vim3 and Vim3L builds are in a need of a update, i will try to do it as soon as i can.
That will be awesome!!! Thx in advance 4 that!
Do u think star plus and google tv can work on new builds?
Updated 1º post.
From now on i will only supply DEBUG builds, i do not have the time to also do the user builds.
To many builds to manage and i really do not have the time for it.
Sorry!
Hi all, not sure if this is a common issue, but after writig this image with krescue I couldn’t get an SD card to act as internal/adoptable storage, no matter how many I tried or how fast they were. They always showed up in ATV as removable storage, with no option to convert.
I solved this by using adb from the Android Platform Tools - you’ll need to download these from here and extract: Catatan rilis SDK Platform Tools | Developer Android | Android Developers
then connect your phone to your PC and execute the following:
adb shell
sm list-disks
- In my case it listed disk 179:128
sm has-adoptable true
sm set-force-adoptable on
sm partition disk:179:128 public
sm partition disk:179:128 private
sm list-volumes all
- Volume information is displayed, in this case volume 179:130
emulated:179:130 unmounted null
sm format private:179:130
sm set-force-adoptable off
sm set-force-adoptable on
exit
A few unnecessary steps in here like turning adoptable off and on at the end, and formatting public. These were just to ensure it was working as expected. Once rebooted, go back in to storage settings and you can move apps to the SD card.
Hope this helps,
mullie68
I don’t know why, but the video quality using coreelec is much better than ATV. I have already disabled DNR but it still looks like 720p.
Will there be any new release?
coreelec codecs are better than the ones used in android.
And DNR on my builds are disabled, even if you enable them 
But it still looks crap, but that is more a android 9 problem than other thing.
About a new rls, i really dont know if i will do another one for the VIM3L, but i suspect i don’t… 
I have installed yesterday ATV for VIM3L. Unfortunately I can not get back to Coreelec.
I have tried everything. Since the installation even booting from sd card, to get krescue running, is not working.
The only thing that works is burning an image with usb burning tool but to do this I need an image of Coreelec for VIM3L. Any image from github doesn’t work to get loaded into the tool, always an error therefore it must be an image that was compiled from khadas team like every Image I can download from their library.
can you provide the image file for me?
Well, i think coreelec going to stop their support for the VIM3/3L and older khadas boards.
Im not a coreelec expert so…(im an android dev) the one still being updated and working on older khadas devices is LibreElec is almost same as coreelec diferent team(former coreelec devs…)
here is the link to their latest builds.
Now how to install, this is from correlec wiki but its same for libreelec:
https://wiki.coreelec.org/coreelec:khadas
Good luck.
Thank You for the info. Will try how it works.
However, CoreELEC New Order nightly works OK on vim3 pro. Missing only some vim3 hardware specific functions like fan regulation, LED light and remote settings, etc.
Ye it should work fine, missing some of the functions as you said.
I do not use it so im really not following the dev of it.