Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:c2_android_release_note_v1.2 [2016/03/31 13:04] odroid [How to checkout] |
en:c2_android_release_note_v1.2 [2017/07/06 08:49] (current) codewalker [Summary] |
||
---|---|---|---|
Line 4: | Line 4: | ||
| Release Date | Mar/31/2016 KST | | | Release Date | Mar/31/2016 KST | | ||
| Release Type | Regular release | | | Release Type | Regular release | | ||
- | | Release Files| [[http://dn.odroid.com/S905/Android/ODROID-C2/selfinstall-odroidc2-eng-s905_5.1.1_master-217-v1.2.img.xz|Self-installation Image]] (MD5SUM: c65dd9904f977a1bb5c25dbdf7d9a7b7)| | + | | Release Files| [[http://dn.odroid.com/S905/Android/ODROID-C2/selfinstall-odroidc2-eng-s905_5.1.1_master-220-v1.2.img.xz|Self-installation Image]] (MD5SUM: 8c53f7d8e8cab4db9e680a1f835170de)| |
- | | | [[http://dn.odroid.com/S905/Android/ODROID-C2/daily-odroidc2-eng-s905_5.1.1_master-217-v1.2.tar.gz|Fastboot update]] (MD5SUM: 1c4df3eba79c0b2fe60c02e3e5e36a4c)| | + | |
- | File name : selfinstall-odroidc2-eng-s905_5.1.1_master-217-v1.2.img | + | File name : selfinstall-odroidc2-eng-s905_5.1.1_master-220-v1.2.img |
===== New updates ===== | ===== New updates ===== | ||
* Fixed Google Framework Service crash. Google Play Store works stably. (Fixed by Voodik) | * Fixed Google Framework Service crash. Google Play Store works stably. (Fixed by Voodik) | ||
* Fixed Volume control error on the HDMI and the USB sound card audio output. | * Fixed Volume control error on the HDMI and the USB sound card audio output. | ||
* Set the GPIOY.BIT14 pin to high for the power latch on the UPS2 board. | * Set the GPIOY.BIT14 pin to high for the power latch on the UPS2 board. | ||
- | * Enable PWM/I2C_ALGOBIT/BMP085/SI1131/SI702X/W1/CH341/CP210X/FTDI_SDIO drivers | + | * Enable PWM/I2C_ALGOBIT/BMP085/SI1131/SI702X/W1/CH341/CP210X/FTDI_SDIO drivers. A NDK example will be available in a week. |
- | * Fixed the update file corruption problem. | + | * Fixed the update-package file corruption problem. |
* Automatically match the density for ODROID-VU7. You can skip the density adjusting process. | * Automatically match the density for ODROID-VU7. You can skip the density adjusting process. | ||
* YouTube app supports 1080p mode. | * YouTube app supports 1080p mode. | ||
Line 25: | Line 24: | ||
[[http://codewalkerster.blogspot.kr/2016/02/how-to-install-kodi-v170krypton-for-4k.html]] | [[http://codewalkerster.blogspot.kr/2016/02/how-to-install-kodi-v170krypton-for-4k.html]] | ||
===== Known issue ===== | ===== Known issue ===== | ||
- | * System is always crashes when the Google service version is newer than Google Play store. Check this workaround [[http://codewalkerster.blogspot.kr/2016/02/google-play-store-on-odroid-c2.html|this workaround]]\\ | + | * Audio passthrough for both AC3 and DTS sources where every few seconds there's an audio dropout. |
- | + | Workaround: Write the codec value to //**/sys/class/audiodsp/digital_codec**// sysfs file before executing the media player. | |
+ | |||
+ | **AC3** | ||
+ | <code> | ||
+ | $ echo 2 > /sys/class/audiodsp/digital_codec | ||
+ | </code> | ||
+ | **DTS** | ||
+ | <code> | ||
+ | $ echo 3 > /sys/class/audiodsp/digital_codec | ||
+ | </code> | ||
+ | <WRAP center round important 80%> | ||
+ | If there is //no sound// or //frequent sound drop// when using HDMI passthrough, then please reboot the system. | ||
+ | </WRAP> | ||
===== Update Instruction ===== | ===== Update Instruction ===== | ||
==== Self Installation ==== | ==== Self Installation ==== |