We're no longer updating This wiki!!

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:xu3_android_release_note_v3.3 [2015/12/22 16:34]
codewalker created
en:xu3_android_release_note_v3.3 [2016/01/08 09:41]
codewalker [Summary]
Line 4: Line 4:
 | Release Date | Dec/22/2015 | | Release Date | Dec/22/2015 |
 | Release Type | Regular release | | Release Type | Regular release |
-| Release Files | [[http://​dn.odroid.com/​5422/​ODROID-XU3/​Android/​4.4.4_Alpha_3.2_Dec-22-2015/​update.zip|update.zip]] (MD5SUM:)|+| Release Files | [[http://​dn.odroid.com/​5422/​ODROID-XU3/​Android/​4.4.4_Alpha_3.3_Dec-22-2015/​update.zip|update.zip]] (MD5SUM:d910b331cda165ce76ab6799417323e0)|
 ===== New updates ===== ===== New updates =====
-  * Added a couple ​of device drivers for ODROID-VU7 7inch 800x480 LCD/Touch screen+  * Add 32Mhz of HDMI PHY CLOCK to support 800X480P at 60Hz (Actual frequency is 65Hz)
-  * Adjust icon placement on the navigation bar for the portrait mode+  * Support Ralink RT5370 WiFi chipset (VID:PID 148F:​5370) 
-  * GPS accuracy fix for the navigation software. [[http://​forum.odroid.com/​viewtopic.php?​f=113&t=11887 |Many thanks joerg!]]  +  * Support USB-IO board for the motion sensor and Joypads. More information will be disclosed in the middle of January 2016
-  * Fix HDMI HPD Enable/​Disable bug. "​HDP"​ option in the boot.ini works correctly. +  * U-boot:Add get_mmc_size command to detect ​the size of boot storage.  
-  * Improved eMMC/SD device driver for better stability of Sandisk Ultra/​Extreme series.. ​ +  * Add a few requested USB-Multitouch VID/PID. [[http://​forum.odroid.com/​viewtopic.php?​f=51&t=15495]] 
-  * Add required VDD regulator settings for the USB OTG port while reboot process. +<​code>​ 
-  * Show throttle counters via /​sys/​devices/​10060000.tmu/​throttle +#define USB_VENDOR_ID_IRTOUCHSYSTEMS 0x6615 
-  * Add a Fan speed control GUI. +#define USB_DEVICE_ID_IRTOUCH_INFRARED_USB 0x0070 
-  * Support IO Expansion Board. +#define USB_DEVICE_ID_IRTOUCH_TOUCH 0x0001
-  * Add a USB WIFI ID for "Wifly City BDU-10G"​+
  
 +/* Xenarc 700CSH */
 +#define USB_DEVICE_ID_700CSH_TOUCH 0x7200
 +/* D_WAV Scientific Co.,​Ltd ​ */
 +#define USB_DEVICE_ID_AT070TN90_TOUCH 0x0001
 +/* Chalkboard Electronics 14" */
 +#define USB_DEVICE_ID_CHALKBOARD_14_TOUCH 0xA107
 +/* IEI EGLAX 21" */
 +#define USB_DEVICE_ID_IEI_EGLAX_21_TOUCH 0x7382
 +
 +
 +/* Dell P2314T USB capacitive Screen */
 +#define USB_VENDOR_ID_DELL 0x2149
 +#define USB_DEVICE_ID_P2314T_TOUCH 0x2316
 +</​code>​
 ===== Notes for the ODROID-VU7 ===== ===== 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.\\ 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.\\
Line 31: Line 44:
 <​code>​ <​code>​
 shell@odroidxu3:/​ $ getprop | grep ro.build.version.incremental ​               ​ shell@odroidxu3:/​ $ getprop | grep ro.build.version.incremental ​               ​
-[ro.build.version.incremental]:​ [eng.jenkins.20151125.111037]+[ro.build.version.incremental]:​ [eng.jenkins.20151222.163420]
 shell@odroidxu3:/​ $ uname -a                                                    shell@odroidxu3:/​ $ uname -a                                                   
-Linux localhost 3.10.9-ge59b36c ​#34 SMP PREEMPT ​Wed Nov 25 11:09:32 KST 2015 arx+Linux localhost 3.10.9-g06eaefa ​#35 SMP PREEMPT ​Tue Dec 22 16:33:12 KST 2015 armv7l GNU/Linux
 shell@odroidxu3:/​ $ shell@odroidxu3:/​ $
 </​code>​ </​code>​
-===== How to checkout ​the source code ======+===== How to download ​the source code ======
 <​code>​ <​code>​
 $ repo init -u https://​github.com/​hardkernel/​android.git -b 5422_4.4.4_master $ repo init -u https://​github.com/​hardkernel/​android.git -b 5422_4.4.4_master
Line 436: Line 449:
 148f 5572 rt2800lib /​system/​lib/​modules/​backports/​rt2800lib.ko 148f 5572 rt2800lib /​system/​lib/​modules/​backports/​rt2800lib.ko
 148f 5572 rt2800usb /​system/​lib/​modules/​backports/​rt2800usb.ko 148f 5572 rt2800usb /​system/​lib/​modules/​backports/​rt2800usb.ko
 +148f 5370 compat /​system/​lib/​modules/​backports/​compat.ko
 +148f 5370 cfg80211 /​system/​lib/​modules/​backports/​cfg80211.ko
 +148f 5370 mac80211 /​system/​lib/​modules/​backports/​mac80211.ko
 +148f 5370 rt2x00lib /​system/​lib/​modules/​backports/​rt2x00lib.ko
 +148f 5370 rt2x00usb /​system/​lib/​modules/​backports/​rt2x00usb.ko
 +148f 5370 rt2800lib /​system/​lib/​modules/​backports/​rt2800lib.ko
 +148f 5370 rt2800usb /​system/​lib/​modules/​backports/​rt2800usb.ko
 0bda 8176 8192cu /​system/​lib/​modules/​8192cu.ko /* 8188cu 1*1 dongole */ 0bda 8176 8192cu /​system/​lib/​modules/​8192cu.ko /* 8188cu 1*1 dongole */
 0bda 8170 8192cu /​system/​lib/​modules/​8192cu.ko /* 8188CE-VAU USB minCard */ 0bda 8170 8192cu /​system/​lib/​modules/​8192cu.ko /* 8188CE-VAU USB minCard */
en/xu3_android_release_note_v3.3.txt · Last modified: 2016/01/08 09:41 by codewalker
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0