升级android 6.0系统

How to Fix errors by manually flashing Marshmallow update
镜像下载for nexus Factory image

Step 1: Download the [Marshmallow factory image](http://www.theandroidsoul.com/download-mra58k-android-6-0-marshmallow-update-released-for-nexus-5-nexus-6-nexus-9-nexus-7-2013-and-nexus-player-84708/) for your device.
Step 2. Extract the .tgz file you downloaded into a separate folder. You will radio and bootloader .img files, and a big image-something.zip file.
Step 3. Extract the .zip file (name begins with image) inside that folder to a new folder. Rename the new folder as update6
Step 4. Now, move the radio and bootloader file from step 2, to new folder update6 in step 3.
Step 5. You must have these files in update6 folder:

userdata.img system.img recovery.img cache.img boot.img radio*.img
bootloader*.img

(You will have long filename in place of * in radio and bootloader files above.)

Once you have those 7 files in one folder, proceed to next step.

Step 6. Disconnect your Nexus device from PC if it’s connected.
Step 7. Install ADB and fastboot drivers on your PC.
Step 8. Boot your Nexus device into bootloader/fastboot mode:

Power off the device.
Press and hold both Volume Down and Power button together until you see anything on screen. Fastboot should be written at top.

Step 9. Connect your Nexus device to PC now using USB cable.
Step 10. Open a command window into that folder. For this, with update6 folder open, click on the address bar, delete current text there, and just type cmd. This will open up a command window wit its location set at update6 folder.

(You can also do shift+right click, and then choose open command window here.)

Step 11. Enter the following command to test whether fastboot is working alright or not. If it’s working good, you should get a serial no.

fastboot devices

Step 12. Install the Marshmallow update. For this, enter the following command one by one:

fastboot flash bootloader name-of-your-bootloader-image-file.img
→ Be sure to replace the text name-of-your-bootloader-image-file.img with the filename of the bootloader file you got from factory image.

fastboot reboot-bootloader

fastboot flash radio name-of-your-radio-image-file.img
→ Be sure to replace the text name-of-your-radio-image-file.img with the filename of the radio file you got from factory image.

fastboot reboot-bootloader

fastboot flash system system.img

fastboot flash boot boot.img

fastboot flash recovery recovery.img

fastboot erase cache

fastboot reboot

Step 13. When done, reboot your device if required. Either choose reboot menu using volume buttons on device, or run the command fastboot reboot into cmd window for this.

That’s it. Once all files are installed, your Nexus device will have the MRA58K build running.

More Fixes

→ Btw, if you still get error flashing the image file, then try to use the latest fastboot files that were released with the Marshmallow update. You can download the latest files linked just before, and then extract the 4 files from the zip package, and transfer the 4 files to the update6 folder where you already have system.img and other files. Then try flashing the system.img file again using the command given for it above, and it should be success.

→ Also, make sure you have some 3GB space free on your Android device, as that could play a role when flashing factory image too.

Need help? Let us know if you face any difficulty with this via comments section below.

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/389163.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

AGC 022 B - GCD Sequence

题面在这里&#xff01; 锻炼脑子的小构造题。。。 一开始被 a[]<30000 且 序列 gcd 1所困扰&#xff0c;但是发现这并没有什么&#xff0c;因为我接下来发现了一种总是能构造出 序列和是6的倍数的方案。 首先如果 n3 的话输出样例&#xff0c;因为只有这种情况没法用我的方…

最接近原点的 k 个点_第K个最接近原点的位置

最接近原点的 k 个点In this article, I will be explaining to you one of the problems that you may find when tackling questions in data structures and algorithm. You will need some basic knowledge of data structures in order to understand the optimized solut…

网络浏览器如何工作

Behind the scenes of modern Web Browsers现代Web浏览器的幕后花絮 The Web Browser is inarguably the most common portal for users to access the web. The advancement of the web browsers (through the series of history) has led many traditional “thick clients”…

让自己的头脑极度开放

为什么80%的码农都做不了架构师&#xff1f;>>> 一. 头脑封闭和头脑开放 头脑封闭 你是否经常有这样的经历&#xff0c;在一次会议或者在一次小组讨论时&#xff0c;当你提出一个观点而被别人否定时&#xff0c;你非常急迫地去反驳别人&#xff0c;从而捍卫自己的尊…

简介DOTNET 编译原理 简介DOTNET 编译原理 简介DOTNET 编译原理

简介DOTNET 编译原理 相信大家都使用过 Dotnet &#xff0c;可能还有不少高手。不过我还要讲讲Dotnet的基础知识&#xff0c;Dotnet的编译原理。 Dotnet是一种建立在虚拟机上执行的语言&#xff0c;它直接生成 MSIL 的中间语言&#xff0c;再由DotNet编译器 JIT 解释映象为本机…

RecyclerView详细了解

关于RecyclerView大家都不陌生了&#xff0c;它的使用也越来越受欢迎&#xff0c;现在总体了解一下RecyclerView的作用&#xff0c;为什么会有RecyclerView呢&#xff0c;我用ListView也能干所有的事情啊&#xff0c;尺有所短&#xff0c;寸有所长&#xff0c;先来看看Recycler…

案例与案例之间的非常规排版

In 1929 the Cond Nast publishing group brought Russian-born Mehemed Fehmy Agha—who had been working for the German edition of Vogue magazine—to America as art director for House & Garden, Vanity Fair, and the senior edition of Vogue.1929年&#xff0c…

熊猫分发_熊猫新手:第二部分

熊猫分发This article is a continuation of a previous article which kick-started the journey to learning Python for data analysis. You can check out the previous article here: Pandas for Newbies: An Introduction Part I.本文是上一篇文章的延续&#xff0c;该文…

浅析微信支付:申请退款、退款回调接口、查询退款

本文是【浅析微信支付】系列文章的第八篇&#xff0c;主要讲解商户如何处理微信申请退款、退款回调、查询退款接口&#xff0c;其中有一些坑的地方&#xff0c;会着重强调。 浅析微信支付系列已经更新七篇了哟&#xff5e;&#xff0c;没有看过的朋友们可以看一下哦。 浅析微信…

view工作原理-计算视图大小的过程(onMeasure)

view的视图有两种情况&#xff1a; 内容型视图&#xff1a;由视图的内容决定其大小。图形型视图&#xff1a;父视图为view动态调整大小。 ### measure的本质 把视图布局使用的“相对值”转化成具体值的过程&#xff0c;即把WRAP_CONTENT,MATCH_PARENT转化为具体的值。 measur…

[转载]使用.net 2003中的ngen.exe编译.net程序

ngen.exe程序为.net 2003自带&#xff0c; 在&#xff1a;/windows/microsoft.net/framework/v1.1.4322目录下ngen.exe ngen能把.net框架的东西编译成机器码.... 网友&#xff1a;Visual Studio .NET 2003程序的运行速度怎么样&#xff0c;我有一个感觉&#xff0c;V…

基于Redis实现分布式锁实战

背景在很多互联网产品应用中&#xff0c;有些场景需要加锁处理&#xff0c;比如&#xff1a;秒杀&#xff0c;全局递增ID&#xff0c;楼层生成等等。大部分的解决方案是基于DB实现的&#xff0c;Redis为单进程单线程模式&#xff0c;采用队列模式将并发访问变成串行访问&#x…

数据分析 绩效_如何在绩效改善中使用数据分析

数据分析 绩效Imagine you need to do a bank transaction, but the website is so slow. The page takes so much time to load, all you can see is a blue circle.想象您需要进行银行交易&#xff0c;但是网站是如此缓慢。 该页面需要花费很多时间来加载&#xff0c;您只能看…

隐私策略_隐私图标

隐私策略During its 2020 Worldwide Developers Conference, Apple spent time on one of today’s hottest topics — privacy. During the past couple of years, Apple has been rolling out various public campaigns aiming to position itself as a company that respect…

Java中的数组

一、数组的定义type[] arrayName;type arrayName[]; 推荐第一种 二、数组的初始化 含义&#xff1a;所谓的初始化&#xff0c;就是为数组的数组元素分配内存空间&#xff0c;并为每个数组元素赋初始值 &#xff08;1&#xff09;静态初始化&#xff1a;arrayName new type[…

您一直在寻找5+个简单的一线工具来提升Python可视化效果

Insightful and aesthetic visualizations don’t have to be a pain to create. This article will prevent 5 simple one-liners you can add to your code to increase its style and informational value.富有洞察力和美学的可视化不必费心创建。 本文将防止您添加到代码中…

用C#编写的代码经C#编译器后,并非生成本地代码而是生成托管代码

用C#编写的代码经C#编译器后&#xff0c;并非生成本地代码而是生成托管代码。也就是说&#xff0c;程序集在打包时是连同CLR一起打包的。在客户端的机器上&#xff0c;CLR一行行的读取IL&#xff0c;在读取每行IL时&#xff0c;CLR利用JIT编译器将IL编译成本地的CPU指令。若要节…

figma 安装插件_彩色滤光片Figma插件,用于色盲

figma 安装插件So as a UX Designer, it is important to design with disabilities in mind. One of these is color blindness. It is important to make sure important information on your product is legible to everyone. This is why I like using this tool:因此&…

服务器运维

1.服务器和网站漏洞检测&#xff0c;对Web漏洞、弱口令、潜在的恶意行为、违法信息等进行定期扫描&#xff1b;代码的定期检查&#xff0c;漏洞检查及服务器安全加固 2.服务器数据备份&#xff0c;包括网站程序文件备份&#xff0c;数据库文件备份、配置文件备份&#xff0c;如…

产品观念:更好的捕鼠器_故事很重要:为什么您需要成为更好的讲故事的人

产品观念&#xff1a;更好的捕鼠器重点 (Top highlight)Telling a compelling story helps you get your point across effectively else you get lost in translation.讲一个引人入胜的故事可以帮助您有效地传达观点&#xff0c;否则您会迷失在翻译中。 Great stories happen…