Hi,
thanks but that doesnât answer the most common question that many users are going to have. Like this: âI have a version X. Do I need to update the Android FW before updating CE to 9.2.2?â
Also it is not clear, if âeverything beneath failedâ means that you were not able to flash older versions or that youâve tried e.g. 907P0 but ethernet didnât work. Or which ârather old firmwareâ did you actually have before?
You donât have to know the exact version, just update to the latest android on your GTK. Simple.
My GTK (which is a newer one sent by Beelink after I sent back my previous broken GTK) worked fine with all fw I tried. 907P0 was as good as 909P0.
Is the big problem always keeping the device on the latest software? I always update to the latest firmware and have never had problems, now on 909P0 as well. It doesnât matter from which version everything works, itâs important that it works well on the latest. After all⌠if necessary you can always rollback.
907P0 worked, 909P0 worked but I had to use the USB burning tool 2.2.0 (I did not try 3.x). And as stated by others, I did not care for more experiments as things just worked out for me fine - YMMV.
2 of my devices are no longer starting after the update.
X96 (S905X) and X96 AIR P2 (S905X3) both hang at the splash screen and i cannot ping them. Android on the X96 Air still works, the other device has only coreelec installed.
Update: I think the problem is that starting kodi now takes 10 minutes. I changed the cpu governor to perfomance but it didnât help.
Update 2: It was docker. I removed all docker addons and now it boots normally.
Successfully upgraded my Wetek Hub to 9.2.2, everything looks good with one exception - both âUpdate Channelâ and âAvailable Versionsâ are empty, no matter what I do. Here is the relevant (I think so) portion of the log:
2020-04-13 23:41:21.249 T:3743470464 ERROR: ## CoreELEC Addon ## updates::get_json ## ERROR: (ValueError('No JSON object could be decoded',))
2020-04-13 23:41:21.251 T:3743470464 ERROR: Traceback (most recent call last):
File "/home/adamg/CoreELEC/build.CoreELEC-Amlogic.arm-9.2.2/CoreELEC-settings-34e5845c9423a4e86f0edd42ab473c3aadb17561/.install_pkg/usr/share/kodi/addons/service.coreelec.settings/resources/lib/modules/updates.py", line 476, in get_json
File "/usr/lib/python2.7/json/__init__.py", line 339, in loads
File "/usr/lib/python2.7/json/decoder.py", line 364, in decode
File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
ValueError: No JSON object could be decoded
Edit:
After some additional search it seems like that is desired behavior when auto updates are off - correct?
Can I put the regular upgrade URL in the custom field to see versions available on the server?
I updated my VIM3 from a without a hitch from the CE settings menu. Afterwards I removed use_rgb_to_yuv=1 from my config.ini and now I experience no more âgreen screenâ issue, even with that setting disabled. Great, thanks for all the hard work guys!
One question though: should I update my VIM3 with the latest Android firmware in order to get the latest U-BOOT from them? Their latest firmware is from 2020-03-19 and I think I installed the one from 2019-11-22 before I replaced Android with CE on the eMMC. Or should I never worry about this when I run CE from eMMC?
I had same problems with a bootloop when my USB HDâs are plugged into the bottom port near the power connector. I spent several hours learning how to pull UART logs and think I have one (below). I captured 3 boot events. It seems like it hangs at a slightly different point during the boot process. I only get a boot loop when the HD is plugged into that one port. I tried a bluetooth adapter in that same slot, and the device booted normally. HD_bootloop.txt (103.3 KB)
Had an issue today. We had a delivery I paused the program and when I came back about 10 minutes later started to play the program and the video ran at erratic speeds. The sound and picture were out of sync it caught up then ran behind again every few seconds. I have not seen it on short pauses and it may have been a one off I just thought Iâd mention it if someone else has seen similar.
I was also struggling with Kodi taking 10 mins to start. Thanks to corona insomnia, Iâve read your post earlier than I would normally. It was indeed. With all 3 of my docker addons disabled kodi started normally. I suspected the image updater cause that caused a hang when I tried to reenable it. Had to pull the plug for the nth time recently and on restart the addon updated. Rebooted to check and kodi starts within 30 secs.
So, I am a happy bunny again with 9.2.2. The release wasnât the train wreck I had started to think of it as (sorry for these thoughts) and the community has been on fine form. I know that the docker image updater wonât have fixed itself so thanks to the unknown people who sorted it.
Great update for me! Thank you!
X96 Max+ (S905X3) CE on SD card, H96 Pro+ (S912) CE on EMMC and X96 mini (S905W) CE on EMMC - updated without any problems via SSH.
PS: Boot splash screen looks awesome!!! Much better then red one.
The pause after resume seems not fixed on my minix neo u9-h, I think itâs shorter then before but still there.
Same symptoms: if you resume within 5 seconds then there is no issue, when you pause for more then 5 seconds the image is paused for about 3/4 seconds, sound is not affected.
Hi I found this in ~/.kodi/temp/kodi.log at startup, in both releases (NG and 1GEN)
2020-04-14 19:59:12.806 T:3805266816 ERROR: ## CoreELEC Addon ## updates::get_json ## ERROR: (ValueError(âNo JSON object could be decodedâ,))
2020-04-14 19:59:12.809 T:3805266816 ERROR: Traceback (most recent call last):
File â/home/adamg/CoreELEC/build.CoreELEC-Amlogic-ng.arm-9.2.2/CoreELEC-settings-34e5845c9423a4e86f0edd42ab473c3aadb17561/.install_pkg/usr/share/kodi/addons/service.coreelec.settings/resources/lib/modules/updates.pyâ, line 476, in get_json
File â/usr/lib/python2.7/json/init.pyâ, line 339, in loads
File â/usr/lib/python2.7/json/decoder.pyâ, line 364, in decode
File â/usr/lib/python2.7/json/decoder.pyâ, line 382, in raw_decode
ValueError: No JSON object could be decoded
And this in 1GEN
2020-04-15 12:15:45.001 T:3855602560 ERROR: ## CoreELEC Addon ## hardware::load_values ## ERROR: (IOError(2, âNo such file or directoryâ))
2020-04-15 12:15:45.002 T:3855602560 ERROR: Traceback (most recent call last):
File â/home/adamg/CoreELEC/build.CoreELEC-Amlogic.arm-9.2.2/CoreELEC-settings-34e5845c9423a4e86f0edd42ab473c3aadb17561/.install_pkg/usr/share/kodi/addons/service.coreelec
.settings/resources/lib/modules/hardware.pyâ, line 440, in load_values
File â/home/adamg/CoreELEC/build.CoreELEC-Amlogic.arm-9.2.2/CoreELEC-settings-34e5845c9423a4e86f0edd42ab473c3aadb17561/.install_pkg/usr/share/kodi/addons/service.coreelec
.settings/oe.pyâ, line 358, in get_config_ini
IOError: [Errno 2] No such file or directory: â/flash/config.iniâ