Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:xu3_android_release_note_v3.6 [2016/04/28 17:43] codewalker [No-EDID 1080P] |
en:xu3_android_release_note_v3.6 [2016/04/29 14:24] (current) codewalker [Check your Firmware/kernel version to confirm whether the update was done correctly or not] |
||
---|---|---|---|
Line 4: | Line 4: | ||
| Release Date | Apr/28/2016 | | | Release Date | Apr/28/2016 | | ||
| Release Type | Regular release | | | Release Type | Regular release | | ||
- | | Release Files | [[http://dn.odroid.com/5422/ODROID-XU3/Android/4.4.4_Alpha_3.6_Apr-28-2016/update.zip|update.zip]] (MD5SUM:d96429b7eee77d023dc1bad82a8839b1)| | + | | Release Files | [[http://dn.odroid.com/5422/ODROID-XU3/Android/4.4.4_Alpha_3.6_Apr-28-2016/update.zip|update.zip]] (MD5SUM: dc9d2dd34b68943430786b4d06696691)| |
===== New updates ===== | ===== New updates ===== | ||
* Improve the GPS library. Thanks to [[http://forum.odroid.com/viewtopic.php?f=113&t=11887|joerg]]. | * Improve the GPS library. Thanks to [[http://forum.odroid.com/viewtopic.php?f=113&t=11887|joerg]]. | ||
- | * Remove sound volume limit popup dialog. | + | * Remove sound volume limitation. |
+ | * Automatically match the density for ODROID-VU7. You can skip the density adjusting process. | ||
* Added a few requested USB-Multitouch VID/PID. [[http://forum.odroid.com/viewtopic.php?f=51&t=15495]] | * Added a few requested USB-Multitouch VID/PID. [[http://forum.odroid.com/viewtopic.php?f=51&t=15495]] | ||
<code> | <code> | ||
Line 15: | Line 16: | ||
#define USB_DEVICE_ID_ELO_TS2700 0x0020 | #define USB_DEVICE_ID_ELO_TS2700 0x0020 | ||
</code> | </code> | ||
- | ===== Notes for the ODROID-VU7 ===== | ||
- | If you use the low resolution screen like the ODROID-VU7, you need to edit the lcd_density value manually to show the navigation bar properly.\\ | ||
- | Change "ro.sf.lcd_density=160" to "ro.sf.lcd_density=120" in build.prop file. | ||
- | |||
- | $ su \\ | ||
- | # mount -o rw,remount /system \\ | ||
- | # vi /system/build.prop \\ | ||
- | # reboot \\ | ||
- | |||
===== Known issue ===== | ===== Known issue ===== | ||
* The boot-animation is not correctly working in the portrait mode | * The boot-animation is not correctly working in the portrait mode | ||
Line 33: | Line 25: | ||
[ro.build.version.incremental]: [eng.jenkins.20160317.094049] | [ro.build.version.incremental]: [eng.jenkins.20160317.094049] | ||
root@odroidxu3:/ # uname -a | root@odroidxu3:/ # uname -a | ||
- | Linux localhost 3.10.9-g7f495e9 #37 SMP PREEMPT Thu Mar 17 09:39:45 KST 2016 armv7l GNU/Linux | + | Linux localhost 3.10.9-g0fdfe08 #41 SMP PREEMPT Fri Apr 29 14:39:39 KST 2016 armv7l GNU/Linux |
- | root@odroidxu3:/ # | + | |
- | root@odroidxu3:/ # | + | |
</code> | </code> | ||
===== How to download the source code ====== | ===== How to download the source code ====== | ||
Line 174: | Line 164: | ||
# setenv fb_x_res "1024" | # setenv fb_x_res "1024" | ||
# setenv fb_y_res "600" | # setenv fb_y_res "600" | ||
- | # setenv hdmi_phy_res "1024x600p60hz" | + | # setenv hdmi_phy_res "1024x600p43hz" |
# setenv fb_x_res "1280" | # setenv fb_x_res "1280" |