oldfriend
Moderator
Mình lập hội để chia sẻ cũng như tổng hợp các thủ thuật của Shield. Tuy biết vẫn chưa có nhiều người dùng em này nhưng có một chỗ để anh em vào chia sẻ tốt hơn là tự mò mẫm trên các diễn đàn nước ngoài ^^.
Hiện tại Shield đang ở FW 2.1 Link cho bạn nào muốn tải về update offline
Nvidia SHIELD Android TV Firmware 2.1
Điểm sơ về cấu hình:
- Processor NVIDIA Tegra X1 processor
256-core NVIDIA Maxwell GPU with 3 GB RAM
- Video Features 4K Ultra-HD ready with 4K playback at 4K 60 FPS (VP9, H265, H264). 4K capture at 4K 30 (H264, H265)
- Audio 7.1 and 5.1 surround sound pass through over HDMI
High-resolution audio up-sample to 24-bit/192 kHz over USB
High-resolution audio playback up to 24-bit/192 kHz over HDMI and USB
- Storage* 16 GB or 500GB (Pro version)
*Portion of storage occupied by system software.
- Wireless 802.11ac 2x2 MIMO 2.4 GHz and 5 GHz Wi-Fi
- Bluetooth 4.1/BLE
- Interfaces Gigabit Ethernet
HDMI 2.0
Two USB 3.0 (Type A)
Micro-USB 2.0
MicroSD slot
Chip chơi game ^^
Bổ sung link cho bác nào muốn về fw cũ hoặc flash lại Shield:
Chào mừng các bạn đến với thế giới của Shield !
[video=youtube;FhY4gR1SzBo]
[video=youtube;FhY4gR1SzBo]
Hiện tại Shield đang ở FW 2.1 Link cho bạn nào muốn tải về update offline
Nvidia SHIELD Android TV Firmware 2.1
Điểm sơ về cấu hình:
- Processor NVIDIA Tegra X1 processor
256-core NVIDIA Maxwell GPU with 3 GB RAM
- Video Features 4K Ultra-HD ready with 4K playback at 4K 60 FPS (VP9, H265, H264). 4K capture at 4K 30 (H264, H265)
- Audio 7.1 and 5.1 surround sound pass through over HDMI
High-resolution audio up-sample to 24-bit/192 kHz over USB
High-resolution audio playback up to 24-bit/192 kHz over HDMI and USB
- Storage* 16 GB or 500GB (Pro version)
*Portion of storage occupied by system software.
- Wireless 802.11ac 2x2 MIMO 2.4 GHz and 5 GHz Wi-Fi
- Bluetooth 4.1/BLE
- Interfaces Gigabit Ethernet
HDMI 2.0
Two USB 3.0 (Type A)
Micro-USB 2.0
MicroSD slot
Chip chơi game ^^
Dành cho bác nào máu thì root
http://nvidiashieldzone.com/index.php/shield-android-tv/root-shield-android-tv/
Còn máu lên não thì cài full Android luôn
http://forum.xda-developers.com/shield-tv/development/rom-t3138575
Bổ sung link cho bác nào muốn về fw cũ hoặc flash lại Shield:
link đây bạn, chúc bạn thành công ^^
https://developer.nvidia.com/shield-open-source
https://developer.nvidia.com/shield-developer-os-images
*******************************************************************************
SHIELD RECOVERY IMAGE FLASHING INSTRUCTIONS
*******************************************************************************
To follow the instructions in this guide, you require the "adb" and "fastboot
utilities. These tools are provided as part of the Android SDK:
- http://developer.android.com/sdk/index.html
To setup the tools, follow one of Google's guides:
- http://developer.android.com/tools/help/adb.html#Enabling
- https://developers.google.com/cast/docs/android_tv#adb-usb
If you are running Windows and the standard Google adb USB driver does not
detect the SHIELD device, you can use NVIDIA's driver:
- https://developer.nvidia.com/gameworksdownload#?search=SHIELD Family Windows USB
*******************************************************************************
ENTERING FASTBOOT MODE
*****
To begin, connect your SHIELD via USB to the PC where you downloaded this recovery image.
- Insert a USB OTG cable and connect the other end to the host PC
- Setup adb using one of the guides above
Next, put your SHIELD into fastboot mode using one of the following methods:
Software Method:
- Boot the into Android
- Connect the device to the host PC
- Open terminal (on linux); command prompt (on windows).
- Type "adb reboot bootloader" at the prompt
Hardware Method:
- Disconnect power cable
- Connect power cable to SHIELD
- As soon as the green LED turns on -BUT NOT BEFORE- hold down the power button
- Count to three, then immediately release the power button
- i.e. one-one thousand, two-one thousand, three-one thousand.. LIFT!
- You should now see the fastboot menu on the screen.
- If the standard boot process starts, disconnect the power cable and repeat
the process increasing the count in the previous step to 4.
NOTE: You should leave the HDMI TV connected to SHIELD at all times.
*******************************************************************************
FASTBOOT MENU NAVIGATION
*****
Once in fastboot mode, navigate the menus using the power button.
- Single tap the power button to move between menu items
- Hold down the power button for 4 seconds and release to select a menu item
*******************************************************************************
UNLOCKING THE BOOTLOADER
*****
Your SHIELD may have shipped with a locked bootloader. To update the device,
you must unlock the bootloader using the following command on the host PC:
- fastboot oem unlock
That command triggers a new page on the device headed '!!! READ THE FOLLOWING !!!'
- Read the warning on the screen
- To unlock the bootloader, select 'Confirm'
WARNING: Unlocking the bootloader securely formats the user data partition. This
process PERMANENTLY DELETES all data such as photos, music and downloads that
have previously been stored on the device.
NOTE: On the SHIELD Android TV Pro (500GB unit), the unlock process WILL take
around two hours (ie 120 minutes) due to the large size of the hard drive. This
is a security precaution and cannot be avoided.
*******************************************************************************
FLASHING THE DEVICE
*****
To flash the recovery image to your SHIELD, download and unpack the recovery
image package. From the unpack directory, execute the commands below for your
particular upgrade path.
If this is the first time you have done this procedure, you must unlock the
bootloader (see above step).
*****
* SHIELD UNITS WITH ANDROID LOLLIPOP OR LOWER
*
If your SHIELD device OS is currently running Android Lollipop or lower
(i.e. the Android version is less than 6.0) or you are unsure of the OS
version, follow these intructions:
*** Prerequisites:
1. Ensure that the bootloader is unlocked (see above step)
2. Ensure USB debugging is enabled and adb is working (when not
in fastboot mode)
*** Flashing instructions:
1. Execute these commands IN ORDER on the host PC:
adb reboot bootloader
fastboot flash staging blob
fastboot flash boot boot.img
fastboot reboot
adb wait-for-device
adb reboot bootloader
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash vendor vendor.img
fastboot reboot
NOTE: If the "adb wait-for-device" step does not complete within
5 minutes, you can try re-entering fastboot mode using the
"Hardware Method" given in the "ENTERING FASTBOOT MODE" step above. Then
execute the rest of the commands after "adb reboot bootloader".
*****
* SHIELD UNITS WITH ANDROID MARSHMALLOW OR NEWER
*
If you are CERTAIN that your SHIELD device OS is currently running Android
Marshmallow or newer (i.e. the Android version is 6.0 or greater), follow
these intructions:
*** Prerequisites:
1. Ensure that the bootloader is unlocked (see above step)
*** Flashing instructions:
1. Execute these commands on the host PC:
fastboot flash staging blob
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash vendor vendor.img
fastboot reboot
Chỉnh sửa lần cuối: