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:c1_android_release_note_v2.3 [2016/02/15 10:31]
codewalker created
en:c1_android_release_note_v2.3 [2017/07/06 09:01] (current)
codewalker [Summary]
Line 5: Line 5:
 | Release Type | Regular release | | Release Type | Regular release |
 | Release Files| [[http://​dn.odroid.com/​S805/​Android/​ODROID-C/​selfinstall-odroidc-eng-s805_4.4.2_master-407-v2.3.img.xz|Self-installation Image]] (MD5SUM: 4e93ad33a69aa047b8314bde28ba5b17)| | Release Files| [[http://​dn.odroid.com/​S805/​Android/​ODROID-C/​selfinstall-odroidc-eng-s805_4.4.2_master-407-v2.3.img.xz|Self-installation Image]] (MD5SUM: 4e93ad33a69aa047b8314bde28ba5b17)|
-| | [[http://​dn.odroid.com/​S805/​Android/​ODROID-C/​daily-odroidc-eng-s805_4.4.2_master-407-v2.3.tar.gz|Fastboot update]] (MD5SUM: 8f7ea6712f96fe342677bbc9fe049a3a)|+
 Android release 2.3 can be upgraded through network from the earlier version, v1.7 for example, please read [[http://​odroid.com/​dokuwiki/​doku.php?​id=en:​c1_android_release_note_v2.1#​upgrade_installation|this]] for more detail. Android release 2.3 can be upgraded through network from the earlier version, v1.7 for example, please read [[http://​odroid.com/​dokuwiki/​doku.php?​id=en:​c1_android_release_note_v2.1#​upgrade_installation|this]] for more detail.
 ===== New updates ===== ===== New updates =====
-  * Improved Wi-Fi connection ​stablility+  * Improved Wi-Fi connection ​stability(WiFi #0 and #4) : Updated Backports WiFi drivers version to v3.19 
-  * Improved CEC compatibilityIt works stably with the LG Simplink too+  * Enable to unmount Internal Storage(vfat partition) :  When some Apps could not be installed, Unmount the internal storage and try again. 
-  * Added HID_DRAGORISE/​INPUT_FF_MEMLESS drivers+  * Remove ​the auto suspend of USB host controller for better stability : Add "​usbcore.autosuspend=-1"​ on the "​bootargs"​ in boot.ini after update 
-  * Remove ​unintentional suspend/​sleep mode+  * Shape of icons on the navigation bar is improved. Taken from the CM icons. 
-  * Fix some GPS functionality issues.+  * Add some USB Serial device driver modules ( CP210X, FTDI_SIO ) 
 +  * Remove ​1366x768 resolution because it cannot be supported. Use 1360x768
 +  * Fixed the "​infinite update"​ issue in the ODROID-Utility. 
 +  * Add a few requested USB-Multitouch VID/PID. [[http://​forum.odroid.com/​viewtopic.php?​f=51&​t=15495]] 
 +<​code>​ 
 +/* DMeasyTouch USB capacitive Screen */ 
 +#define USB_VENDOR_ID_DMEASY 0x7374 
 +#define USB_DEVICE_ID_DMEASY_TOUCH 0x1241 
 + 
 +/* ELO 1002L USB capacitive Screen */ 
 +#define USB_VENDOR_ID_ELO_1002L 0x05E3 
 +#define USB_DEVICE_ID_ELO_1002L_TOUCH 0x0608
  
 +/* LG 23ET63V USB capacitive Screen */
 +#define USB_VENDOR_ID_LG_23ET63V 0x0457
 +#define USB_DEVICE_ID_LG_23ET63V_TOUCH 0x1034
 +</​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 26: Line 41:
 You can install the release to your MicroSD or eMMC with the tool **dd** in Linux or **Win32DiskImager** in Windows. Please refer [[http://​odroid.com/​dokuwiki/​doku.php?​id=en:​odroid_flashing_tools#​using_win32diskimager|this]] for more detail. You can install the release to your MicroSD or eMMC with the tool **dd** in Linux or **Win32DiskImager** in Windows. Please refer [[http://​odroid.com/​dokuwiki/​doku.php?​id=en:​odroid_flashing_tools#​using_win32diskimager|this]] for more detail.
 <WRAP center round important 80%> <WRAP center round important 80%>
-We'​ve ​reported that some of users can not watch Android logo on their TV while installing even though installation is proceeded. So please wait for 5 minutes since power on and red and blue LED is on. If blue led is started blinking then installation is proceeding, ODROID-C1 will reboot when finished.+We have been reported that some of users can not watch Android logo on their TV while installing even though installation is proceeded. So please wait for 5 minutes since power on and red and blue LED is on. If blue led is started blinking then installation is proceeding, ODROID-C1 will reboot when finished.
 </​WRAP>​ </​WRAP>​
 ==== Upgrade Installation ==== ==== Upgrade Installation ====
Line 32: Line 47:
 {{ :​en:​odroidc1-391-v2.0-upgrade.png?​direct&​800 |}} {{ :​en:​odroidc1-391-v2.0-upgrade.png?​direct&​800 |}}
   * Update server setting   * Update server setting
-    * You can set your own update server and path where you upload your custom update package. Ordinary users does not need to run this and change the detail, it is already set with Hardkernel'​s ​official download server for ODROID-C1.+    * You can set your own update server and path where you upload your custom update package. Ordinary users does not need to run this and change the detail, it is already set with Hardkernel official download server for ODROID-C1.
   * Check online update   * Check online update
-    * This will start to check latest update from Hardkernel'​s ​official download server and start to download and install if new version is discovered. Your ODROID-C1 device must be connected through the network.+    * This will start to check latest update from Hardkernel official download server and start to download and install if new version is discovered. Your ODROID-C1 device must be connected through the network.
   * Package install from storage   * Package install from storage
     * This will help you to install the official upgrade package downloaded manually or custom update package. You can store a update file to **external storage** and select it to install.     * This will help you to install the official upgrade package downloaded manually or custom update package. You can store a update file to **external storage** and select it to install.
en/c1_android_release_note_v2.3.1455501667.txt.gz · Last modified: 2016/02/15 10:31 by codewalker
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0