android 設備名稱_如何更改您的Android TV的設備名稱

android 設備名稱

android 設備名稱

Settings_20160420_121548

Android TV is Google’s attempt at taking over the living room, and with some units being available for under $99, it’s not unheard of for users to have more than one box. The problem is, when multiple devices identify themselves identically on the network, how are you supposed to know which is which? Changing the device name is super simple, and something that you’ll definitely want to do if you have more than one identical Android TV box in your house.

Android TV是Google接管客廳的嘗試,有些設備的價格低于99美元,用戶擁有一個以上的盒子并非聞所未聞。 問題是,當多個設備在網絡上相同地標識自己時,您應該如何知道哪個是哪個? 更改設備名稱非常簡單,如果您家中有多個相同的Android電視盒,則肯定要執行此操作。

為什么要更改Android TV的名稱? (Why Change Your Android TV’s Name?)

A while back, a bunch of sites put the Nexus Player on sale for something like $50. At that price, it’s a little more than a Chromecast, but adds a ton of additional functionality. Given that, it’s not unlikely that some users bought a couple of units for different rooms in the house.

不久前,許多網站都以約50美元的價格出售Nexus Player。 在這個價格,它比Chromecast的多一點,但增加了一的附加功能。 鑒于此,一些用戶不太可能會為房子中的不同房間購買幾個單元。

So, in that scenario, let’s say you have one in the living room and one in the bedroom. You’re lying in bed looking at your phone when you come across a rad video on YouTube that you want to share with your significant other. You hit the “cast” button, only to see “Nexus Player” and “Nexus Player”—but which one is which? Yep, there’s no way to tell.

因此,在這種情況下,假設您在客廳有一個,在臥室有一個。 當您在YouTube上觀看要與他人分享的rad視頻時,您躺在床上看著手機。 您按下“播放”按鈕,只看到“ Nexus Player”和“ Nexus Player”,但是哪個是哪個? 是的,沒有辦法說出來。

2016-04-20_12h40_55

To make your life much simpler, you should just rename them to specify where they are. The good news is that it’s stupid-simple. Let’s do it.

為了使您的生活更加簡單,您只需將其重命名以指定位置。 好消息是它很愚蠢。 我們開始做吧。

如何重命名您的Android TV播放器 (How to Rename Your Android TV Player)

The first think you’ll want to do is jump into the Settings menu by heading to the bottom row of icons and selecting the gear icon.

首先,您要進入“設置”菜單,方法是轉到圖標的底行,然后選擇齒輪圖標。

Leanback Launcher_20160420_121844

From there, just head all the way to the end of the of the first row and head into the “About” section.

從那里開始,一直到第一行的結尾,然后進入“關于”部分。

Settings_20160420_120659

The “Device name” is found in this menu, though exactly where it is in the list will vary depending on the device. Just scroll down until you find it.

在此菜單中可以找到“設備名稱”,盡管它在列表中的確切位置會因設備而異。 向下滾動直到找到它。

Settings_20160420_120706

One you’ve located it, go ahead and click on it. This will open a menu asking if you if you’d like to change the name. Select “Change.”

找到一個人,繼續并單擊它。 這將打開一個菜單,詢問您是否要更改名稱。 選擇“更改”。

Settings_20160420_120710

You’ll then be presented with a handful of different pre-set options, like “Media Room,” “Family Room,” and the like. If one of those fits your situation, go ahead and select it. You’ll be taken back to the “About” menu and the new device name will be displayed. You’re done.

然后,您會看到一些不同的預設選項,例如“媒體室”,“家庭室”等。 如果其中一種適合您的情況,請繼續進行選擇。 您將被帶回到“關于”菜單,并且將顯示新的設備名稱。 你完成了。

Settings_20160420_120801

If none of the preset options are good enough for you, scroll all the way to the bottom of the list, where you’ll see a “Enter Custom Name…” option. Select that.

如果沒有一個適合您的預設選項,請一直滾動到列表底部,您將在其中看到“輸入自定義名稱...”選項。 選擇那個。

Settings_20160420_121616

The on-screen keyboard will show up, allowing you to name your device whatever you like. Once you’re finished renaming it, just hit “Next”. That’s it.

屏幕上的鍵盤將會出現,您可以根據自己的喜好命名設備。 重命名后,只需單擊“下一步”。 而已。



Once the device has been renamed, the new name will show up almost immediately?in the cast menu. Gone are the days of guessing which box is the correct once when you want to watch YouTube or Netflix. You’re welcome.

設備重命名后,新名稱幾乎會立即在投射菜單中顯示。 當您想觀看YouTube或Netflix時,猜測哪個框是正確的日子已經一去不復返了。 別客氣。

翻譯自: https://www.howtogeek.com/251527/how-to-change-your-android-tvs-device-name/

android 設備名稱

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/280017.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/280017.shtml
英文地址,請注明出處:http://en.pswp.cn/news/280017.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

AD-查找符合指定條件的用戶Get-User

以下服務器為Exchange 2010一、使用 Get-User 命令查找部門為IT的用戶Get-User -ResultSize Unlimited | ? { $_.Department -Eq "IT" } | ft Name,Department二、查找注釋為多行內容的指定用戶如下圖:注釋Notes信息為多行要使用 match 和 (?*) 來做匹配…

目標檢測算法之Fast R-CNN算法詳解

在介紹Fast R-CNN之前我們先介紹一下SPP Net 一、SPP Net SPP:Spatial Pyramid Pooling(空間金字塔池化) 眾所周知,CNN一般都含有卷積部分和全連接部分,其中,卷積層不需要固定尺寸的圖像,而全連…

RGB-D(深度圖像) 圖像深度

RGB-D(深度圖像) 深度圖像 普通的RGB三通道彩色圖像 Depth Map 在3D計算機圖形中,Depth Map(深度圖)是包含與視點的場景對象的表面的距離有關的信息的圖像或圖像通道。其中,Depth Map 類似于灰度圖像&…

WPF-21 基于MVVM員工管理-01

接下來我們通過兩節課程使用MVVM來開發一個簡單的Demo,首先我們創建一個項目名稱WPF-22-MVVM-Demo,目錄結構如下:我們在Models文件下創建Employee類并讓該類實現INotifyPropertyChanged接口,該類中定義編號、姓名和角色三個基本屬…

qt 蘋果應用程序_什么是蘋果的電視應用程序,您應該使用它嗎?

qt 蘋果應用程序Apple’s TV app, which recently appeared on iOS devices and Apple TV, is meant to help users discover and watch shows across an increasingly expanding lineup of television channels, as well as iTunes movies and shows, in one central app. App…

細說flush、ob_flush的區別

ob_flush/flush在手冊中的描述, 都是刷新輸出緩沖區, 并且還需要配套使用, 所以會導致很多人迷惑… 其實, 他們倆的操作對象不同, 有些情況下, flush根本不做什么事情.. ob_*系列函數, 是操作PHP本身的輸出緩沖區. 所以, ob_flush是刷新PHP自身的緩沖區. 而flush, 嚴格來講, 這…

關于jHipster框架在構建中的出現的error修復

jhipster The JDL object and the database type are both mandatory.這個錯誤應該是在構建基于jHipster的spring-cloud項目中經常遇到的,因為這個在這個過程中會讀取.yo-rc文件,之后生成相關的.json文件,再之后生成相關的.java文件&#xff…

protobuf編碼

proto2Protocol Buffers 是一種輕便高效的結構化數據存儲格式,可以用于結構化數據序列化,適合做數據存儲或 RPC 數據交換格式。可用于通訊協議、數據存儲等領域的語言無關、平臺無關、可擴展的序列化結構數據格式。 字段規則 required: 字段必須存在opti…

定制.NET 6.0的Middleware中間件

大家好,我是張飛洪,感謝您的閱讀,我會不定期和你分享學習心得,希望我的文章能成為你成長路上的墊腳石,讓我們一起精進。在本文中,我們將學習中間件,以及如何使用它進一步定制應用程序。我們將快…

Python-循環控制--個人課堂筆記

Python中的兩種循環方式(目前學到):for循環和while循環 for循環和while循環的區別: for循環一般用于控制循環的次數,while循環則是條件循環。 操作實例-猜數字小游戲(3次猜錯提示游戲結束)&…

刪除microsoft_如何從您的Microsoft帳戶中刪除設備

刪除microsoftWhen you sign into Windows 8 or 10 using your Microsoft account (and other Microsoft devices, like an Xbox), those devices become associated with your account. If you want to remove an old device you’ve gotten rid of, you’ll have to pay a vi…

線程的語法 (event,重要)

Python threading模塊 2種調用方式 直接調用 12345678910111213141516171819import threadingimport timedef sayhi(num): #定義每個線程要運行的函數print("running on number:%s" %num)time.sleep(3)if __name__ __main__:t1 threading.Thread(targetsayhi,args(…

求最大值和下標值

本題要求編寫程序&#xff0c;找出給定的n個數中的最大值及其對應的最小下標&#xff08;下標從0開始&#xff09;。 輸入格式: 輸入在第一行中給出一個正整數n&#xff08;1<n≤10&#xff09;。第二行輸入n個整數&#xff0c;用空格分開。 輸出格式: 在一行中輸出最大值及…

windows應用商店修復_如何修復Windows應用商店中的卡死下載

windows應用商店修復Though it’s had its share of flaky behavior since being introduced in Windows 8, the Windows Store has gotten more reliable over time. It still has the occasional problems, though. One of the more irritating issues is when an app update…

OpenWrt:Linux下生成banner

Linux下有三個小工具可以生成banner&#xff1a;1、banner使用#生成banner&#xff1b;2、figlet使用一些普通字符生成banner&#xff1b;3、toilet使用一些復雜的彩色特殊字符生成banner。使用apt-get安裝的時候需要輸入以下命令&#xff1a; $ sudo apt-get install sysvbann…

新冠病毒中招 | 第二天

今天跟大家分享我個人感染奧密克戎毒株第二天的經歷和感受。早上7點多自然醒來&#xff0c;已經沒有四肢乏力的感覺&#xff0c;但是身體的本能還是告訴我不愿意動彈。由于第一天躺著睡了一天&#xff0c;確實是躺得腰酸背疼的。起床量了一下體溫36.4正常&#xff0c;決定今天不…

輸出到Excel

HSSFWorkbook oBook new HSSFWorkbook(); NPOI.SS.UserModel.ISheet oSheet oBook.CreateSheet(); #region 輸出到Excel MemoryStream ms new MemoryStream(); oBook.Write(ms);string sExportPath ""; using (SaveFileDialog saveFileDialog1 new SaveFileDial…

JavaScript 精粹 基礎 進階(5)數組

轉載請注明出處 原文連接 blog.huanghanlian.com/article/5b6… 數組是值的有序集合。每個值叫做元素&#xff0c;每個元素在數組中都有數字位置編號&#xff0c;也就是索引。JS中的數組是弱類型的&#xff0c;數組中可以含有不同類型的元素。數組元素甚至可以是對象或其它數組…

icloud 購買存儲空間_如何釋放iCloud存儲空間

icloud 購買存儲空間Apple offers 5 GB of free iCloud space to everyone, but you’ll run up against that storage limit sooner than you’d think. Device backups, photos, documents, iCloud email, and other bits of data all share that space. Apple為每個人提供5 …

基于LAMP實現web日志管理查看

前言&#xff1a;日志是一個重要的信息庫&#xff0c;如何高效便捷的查看系統中的日志信息&#xff0c;是系統管理員管理系統的必備的技術。實現方式&#xff1a;1、將日志存儲于數據庫。2、采用LAMP架構&#xff0c;搭建PHP應用&#xff0c;通過web服務訪問數據庫&#xff0c;…