User Guide
Table Of Contents
- Nội dung
- 1 Tổng quan về Màn hình chính
- 2 Nhận hỗ trợ
- 3 Hướng dẫn nhanh
- 4 Thiết lập
- 5 Kết nối
- 6 Chuyển nguồn
- 7 Các kênh
- 8 Hướng dẫn TV
- 9 Freeview Play (chỉ dành cho kiểu máy UK)
- 10 Video, hình ảnh và nhạc
- 11 Mở menu Cài đặt TV
- 12 Thanh điều khiển trò chơi
- 13 Smart TV và Ứng dụng
- 14 Netflix
- 15 Amazon Prime Video
- 16 YouTube
- 17 Alexa
- 18 Google Assistant
- 19 Phần mềm
- 20 Môi trường
- 21 Đặc tính kỹ thuật
- 22 Khắc phục sự cố
- 23 An toàn và chăm sóc
- 24 Điều khoản sử dụng
- 25 Bản quyền
- 26 Nguồn mở
- 27 Tuyên bố miễn trừ trách nhiệm đối với các dịch vụ và/hoặc phần mềm do bên thứ ba cung cấp
- Mục lục
26. Nguồn mở
26.1. Phần mềm mã nguồn mở
TV này có chứa phần mềm mã nguồn mở. Bằng thông báo này
TP Vision Europe B.V. sẵn sàng cung cấp, theo yêu cầu, một
bản sao toàn bộ mã nguồn tương ứng cho các gói phần mềm
nguồn mở có bản quyền được sử dụng trong sản phẩm này
mà việc cung cấp như vậy yêu cầu phải có giấy phép tương
ứng.
Bản cung cấp này có hiệu lực lên đến ba năm sau khi mua sản
phẩm đối với bất kỳ ai nhận được thông tin này.
Để có được mã nguồn, vui lòng gửi yêu cầu bằng Tiếng Anh
đến . . .
open.source@tpv-tech.com
26.2. Giấy phép nguồn mở
Giới thiệu về Giấy phép nguồn mở
README dành cho mã nguồn của các bộ phận trong phần
mềm TV của TP Vision Europe B.V. được xếp loại vào giấy
phép nguồn mở.
Đây là tài liệu mô tả việc phân phối mã nguồn được sử dụng
trên TV của TP Vision Europe B.V. được xếp loại vào Giấy phép
công cộng chung GNU (GPL) hoặc Giấy phép công cộng chung
GNU hạn chế (LGPL) hoặc bất kỳ giấy phép nguồn mở nào
khác. Có thể tìm thấy các hướng dẫn để lấy bản sao của phần
mềm này trong Hướng dẫn sử dụng.
TP Vision Europe B.V. KHÔNG THỰC HIỆN BẤT CỨ BẢO HÀNH
NÀO DÙ ĐƯỢC THỂ HIỆN RÕ RÀNG HAY NGỤ Ý, BAO GỒM
BẢO HÀNH BẤT KỲ VỀ KHẢ NĂNG TIÊU THỤ HOẶC SỰ PHÙ
HỢP CHO MỘT MỤC ĐÍCH CỤ THỂ, ĐỐI VỚI PHẦN MỀM
NÀY. TP Vision Europe B.V. không cung cấp hỗ trợ cho phần
mềm này. Nội dung trên đây không ảnh hưởng đến các bảo
hành và quyền pháp định đối với sản phẩm của TP Vision
Europe B.V. bất kỳ mà bạn đã mua. Điều này chỉ áp dụng cho
mã nguồn này được chuyển thành sẵn dùng cho bạn.
Open Source
apr (1.7.0)
The Apache Portable Runtime Library provides a predictable
and
consistent interface to underlying platform-specific
implementations, with an API to which software developers
may code
and be assured of predictable if not identical behavior
regardless
of the platform on which their software is built, relieving them
of
the need to code special-case conditions to work around or
take
advantage of platform-specific deficiencies or features.
Source: https://github.com/apache/apr
bind ( 9.11.36)
BIND (Berkeley Internet Name Domain) is a complete, highly
portable implementation of the Domain Name System (DNS)
protocol.
Source: https://github.com/isc-projects/bind9
busybox (1.31.1)
BusyBox combines tiny versions of many common UNIX
utilities into a single small executable. It provides
replacements for most of the utilities you usually find in GNU
fileutils, shellutils, etc. The utilities in BusyBox generally have
fewer options than their full-featured GNU cousins; however,
the options that are included provide the expected
functionality and behave very much like their GNU
counterparts. BusyBox provides a fairly complete environment
for any small or embedded system.
Source: https://www.busybox.net/downloads/
binutils (2.31.510
The GNU Binutils are a collection of binary tools. The main
ones are:
ld - the GNU linker.
as - the GNU assembler.
Source: https://www.gnu.org/software/binutils/
bzip2 (1.0.6)
bzip2 is a free and open-source file compression program that
uses the Burrows–Wheeler algorithm. It only compresses
single files and is not a file archiver. It was developed by Julian
Seward, and maintained by Mark Wielaard and Micah Snyder.
Source: https://sourceware.org/bzip2/
c-ares (1.10.1)
c-ares is a C library for asynchronous DNS requests (including
name resolves)
Source: https://c-ares.org/
cario (1.16.0)
Cairo is a 2D graphics library with support for multiple output
devices. Currently supported output targets include the X
Window System (via both Xlib and XCB), Quartz, Win32, image
buffers, PostScript, PDF, and SVG file output. Experimental
backends include OpenGL, BeOS, OS/2, and DirectFB.
source https://www.cairographics.org/
dbus (1.11.2)
D-Bus is a simple system for interprocess communication and
coordination.
The "and coordination" part is important; D-Bus provides a
bus daemon that does things like:
- notify applications when other apps exit
- start services on demand
60