← 返回命令列表

Linux command

idevicename 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Get device name

idevicename

Set device name

idevicename "New Name"

Target specific device

idevicename -u [udid]

Debug output

idevicename -d

说明

idevicename gets or sets the name of an iOS device. Without argument it displays the current name. The tool changes the device name visible in iTunes and Finder. It requires the device to be paired and trusted.

参数

-u _UDID_
Target device by UDID.
-n
Use network connection.
-d, --debug
Debug output.
--help
Display help information.

FAQ

What is the idevicename command used for?

idevicename gets or sets the name of an iOS device. Without argument it displays the current name. The tool changes the device name visible in iTunes and Finder. It requires the device to be paired and trusted.

How do I run a basic idevicename example?

Run `idevicename` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -u _UDID_ do in idevicename?

Target device by UDID.