nexus5nexus 7 bootloaderr怎么升级为HHZ12d

后使用快捷导航没有帐号?
只需一步,快速开始
查看: 7|回复: 4
在线时间0 小时经验值538 最后登录注册时间帖子阅读权限60UID
大学本科, 积分 538, 距离下一级还需 162 积分
该用户从未签到
G币2 最后登录注册时间
马上注册,结交更多机友,下载更多应用,让你轻松玩转手机。
已有帐号?   下载游戏和软件,请【】进入机锋市场!
以及如何升级bootloader&&? 会不会清除数据?谢谢
在线时间14 小时经验值3410 最后登录注册时间帖子阅读权限100UID
TA的每日心情擦汗 09:02签到天数: 1025 天[LV.10]以坛为家III
G币2963 最后登录注册时间
13:57 上传
如图,第五行的bootloader version就是版本,版本号HHZ11d
升级降级bootloader不会清除数据,但第一次解锁bootloader的时候会清除。
升降级请看置顶& &有导航帖
在线时间18 小时经验值526 最后登录注册时间帖子阅读权限60UID5412315
大学本科, 积分 526, 距离下一级还需 174 积分
TA的每日心情开心 09:47签到天数: 104 天[LV.6]常住居民II
G币111 最后登录注册时间
升级bootloader版本,有什么用?最新版本是多少?
在线时间18 小时经验值526 最后登录注册时间帖子阅读权限60UID5412315
大学本科, 积分 526, 距离下一级还需 174 积分
TA的每日心情开心 09:47签到天数: 104 天[LV.6]常住居民II
G币111 最后登录注册时间
我的是HHZ12f
在线时间0 小时经验值538 最后登录注册时间帖子阅读权限60UID
大学本科, 积分 538, 距离下一级还需 162 积分
该用户从未签到
G币2 最后登录注册时间
Gaber 发表于
如图,第五行的bootloader version就是版本,版本号HHZ11d
升级降级bootloader不会清除数据,但第一次解锁 ...
多谢 辛苦了& &我是多系统& &请教怎么卡刷bootloader
Powered by1024人阅读
Android逆向学习(32)
Android 5.0、Android5.10、Android5.11的ROM均能用下面的方法刷机成功。
(手机设备进入Fastboot Mode模式),然后在电脑上运行刷机脚本就可以开始刷机之旅了,在刷机的过程中不要随意拔掉USB数据连接线,静静的等待刷机完成--提示脚本运行成功,点击任意键手机设备重启,刷机成功。
关闭手机,当让手机再次重启时,同时按住 音量下和电源键,直至进入bootloader;
直接按照谷歌官方的刷机方法在windows平台直接运行
flash-all_data.batflash-all_no_data.bat
用户数据方式的刷机脚本下载地址:
用户数据方式的刷机脚本下载地址:
用户数据方式的刷机脚本下载地址:
用户数据方式的刷机脚本下载地址:
&/pre&&pre name=&code& class=&java&&Android Debug Bridge version 1.0.31
- directs adb to listen on all interfaces for a connection
- directs command to the only connected USB device
returns an error if more than one USB device is present.
- directs command to the only running emulator.
returns an error if more than one emulator is running.
-s &specific device&
- directs command to the device or emulator with the given
serial number or qualifier. Overrides ANDROID_S
environment variable.
-p &product name or path&
- simple product name like 'sooner', or
a relative/absolute path to a product
out directory like 'out/target/product/sooner'.
If -p is not specified, the ANDROID_PRODUCT_OUT
environment variable is used, which must
be an absolute path.
- Name of adb server host (default: localhost)
- Port of adb server (default: 5037)
devices [-l]
- list all connected devices
('-l' will also list device qualifiers)
connect &host&[:&port&]
- connect to a device via TCP/IP
Port 5555 is used by default if no port number is specified.
disconnect [&host&[:&port&]]
- disconnect from a TCP/IP device.
Port 5555 is used by default if no port number is specified.
Using this command with no additional arguments
will disconnect from all connected TCP/IP devices.
device commands:
adb push [-p] &local& &remote&
- copy file/dir to device
('-p' to display the transfer progress)
adb pull [-p] [-a] &remote& [&local&]
- copy file/dir from device
('-p' to display the transfer progress)
('-a' means copy timestamp and mode)
adb sync [ &directory& ]
- copy host-&device only if changed
(-l means list but don't copy)
(see 'adb help all')
- run remote shell interactively
adb shell &command&
- run remote shell command
adb emu &command&
- run emulator console command
adb logcat [ &filter-spec& ] - View device log
adb forward --list
- list all forward socket connections.
the format is a list of lines with the following format:
&serial& & & &local& & & &remote& &\n&
adb forward &local& &remote& - forward socket connections
forward specs are one of:
tcp:&port&
localabstract:&unix domain socket name&
localreserved:&unix domain socket name&
localfilesystem:&unix domain socket name&
dev:&character device name&
jdwp:&process pid& (remote only)
adb forward --no-rebind &local& &remote&
- same as 'adb forward &local& &remote&' but fails
if &local& is already forwarded
adb forward --remove &local& - remove a specific forward socket connection
adb forward --remove-all
- remove all forward socket connections
- list PIDs of processes hosting a JDWP transport
adb install [-l] [-r] [-d] [-s] [--algo &algorithm name& --key &hex-encoded key& --iv &hex-encoded iv&] &file&
- push this package file to the device and install it
('-l' means forward-lock the app)
('-r' means reinstall the app, keeping its data)
('-d' means allow version code downgrade)
('-s' means install on SD card instead of internal storage)
('--algo', '--key', and '--iv' mean the file is encrypted already)
adb uninstall [-k] &package& - remove this app package from the device
('-k' means keep the data and cache directories)
adb bugreport
- return all information from the device
that should be included in a bug report.
adb backup [-f &file&] [-apk|-noapk] [-obb|-noobb] [-shared|-noshared] [-all]
[-system|-nosystem] [&packages...&]
- write an archive of the device's data to &file&.
If no -f option is supplied then the data is written
to &backup.ab& in the current directory.
(-apk|-noapk enable/disable backup of the .apks themselves
the default is noapk.)
(-obb|-noobb enable/disable backup of any installed apk expansion
(aka .obb) files associated w the default is noobb.)
(-shared|-noshared enable/disable backup of the device's shared storage / SD the default is noshared.)
(-all means to back up all installed applications)
(-system|-nosystem toggles whether -all automatically includes
the default is to include system apps)
(&packages...& is the list of applications to be backed up.
If the -all or -shared flags are passed, then the package list is optional.
Applications explicitly given on the command line will be included even if -nosystem would ordinarily cause them to be omitted.)
adb restore &file&
- restore device contents from the &file& backup archive
- show this help message
adb version
- show version num
scripting:
adb wait-for-device
- block until device is online
adb start-server
- ensure that there is a server running
adb kill-server
- kill the server if it is running
adb get-state
- prints: offline | bootloader | device
adb get-serialno
- prints: &serial-number&
adb get-devpath
- prints: &device-path&
adb status-window
- continuously print device status for a specified device
adb remount
- remounts the /system partition on the device re
adb reboot [bootloader|recovery] - reboots the device, optionally into the bootloader or recovery program
adb reboot-bootloader
- reboots the device into the bootloader
- restarts the adbd daemon with root permissions
- restarts the adbd daemon listening on USB
adb tcpip &port&
- restarts the adbd daemon listening on TCP on the specified port
networking:
adb ppp &tty& [parameters]
- Run PPP over USB.
Note: you should not automatically start a PPP connection.
&tty& refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1
[parameters] - Eg. defaultroute debug dump local notty usepeerdns
adb sync notes: adb sync [ &directory& ]
&localdir& can be interpreted in several ways:
- If &directory& is not specified, both /system and /data partitions will be u
- If it is &system& or &data&, only the corresponding partition
is updated.
environmental variables:
- Print debug information. A comma separated list of the following values
1 or all, adb, sockets, packets, rwx, usb, sync, sysdeps, transport, jdwp
ANDROID_SERIAL
- The serial number to connect to. -s takes prior
ity over this if given.
ANDROID_LOG_TAGS
- When used with the logcat option, only these debug tags are printed.
参考知识库
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:108630次
积分:2220
积分:2220
排名:第14628名
原创:99篇
转载:23篇
评论:90条
文章:31篇
阅读:34897
阅读:6529
文章:16篇
阅读:18683
文章:10篇
阅读:8465
(7)(8)(6)(15)(7)(3)(4)(1)(3)(3)(2)(17)(16)(3)(7)(6)(1)(10)(4)}

我要回帖

更多关于 nexus bootloader 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信