Kindle 3(非常旧的版本) 隔一段时间自动重启问题
买了本新书后,kindle 3 自己没事就在那边重启,几分钟一次
查到解决方案1:
https://answers.yahoo.com/question/index?qid=20140408155650AAdw06v
原文抄下,防止链接失效
Amazon doesn't repair old Kindles. Also you are out of warranty. However if you ask them about the problem, they might offer you a decent price to buy a refurb of the same or a newer model.
If it is rebooting/hanging repeatedly then it probably isn't just installing firmware (there is a firmware upgrade waiting for my 3G Kindle 3 keyboard model according to the Manage Your Devices page at Amazon)
You could check if it is stuck indexing a book. From the library screen search for a nonsense word like pghtywd and wait. it will take a while buy eventually it will either tell you the word is not found OR will tell you what book it is still indexing. If it is still indexing a book, delete that book.
You could try a soft reset. Turn the Kindle off. Now hold the power button or slider ON for 30 seconds. Let go and wait for the Kindle to totally reboot. Then use it and see if the problem has gone away.
After doing those things, if it still hangs/reboots then your Kindle could be damaged. Did you do any damage like accidentally yanking the charging cable and bending/angling the mini-USB socket?
Are you using one of those trouble-causing cases that clip into the powered slots on the left edge of the Kindle (some of Amazon's cases used that for cases that turned the >Kindle on when the case was opened ot ones that had a built-in light). Many people in the past have had rebooting and lockup problems caused by those kind of cases. I won't use them. I use a case that holds the Kindle in w/ elastic corners and I turn the Kindle on myself. And to deal with lighting, I eventually got a Kindle Paperwhite so I no longer need a separate light to read in the dark.
BTW if you get a new Kindle and register it to the same account, you can send the Kindle books you bought at Amazon to the new device (one at a time, but it works). You can do that from the Cloud tab or Archived Items list on the device or from your Manage Your Kindle page.
大概意思:
亚马逊不会帮你修这么老的kindle了,一般是建议补差价你换购个新的。
你可以:
1、升级固件
2、搜索一个没有意义的单词 比如 wjoasjaosifjas (肯定搜不到),然后结果中会有一些书本显示没有被索引(items not yet indexed),删了这些书
3、重置到出厂设置
4、要不你还是买个新的kindle吧
从上面的文章可以看出,似乎这种间歇性重启和建立索引有关,可以猜测一下,可能是kindle建立索引的时候crash了,所以删了这些没索引的书就好了。。。也有可能建立索引后出了什么问题,那么就可以考虑重新建立,下面这
https://ilmk.wordpress.com/2010/02/08/kindle-trouble-shooting-1/
原文防删
Please follow the instructions below to re-index your Kindle.
Removing the index files on both the internal memory and on the SD card. Steps for removal –
** Connect the Kindle to AC power before connecting to the computer **
On a Windows PC:
- In Windows Explorer, Select Tools – Folder Options
- In Folder Options, select the View Tab
- In the View List, select the radio button to Show Hidden Files and Folders
- Deselect the checkbox to Hide protected operating system files (the customer may wish to re-enable after removing the index files from the Kindle)
- Connect the Kindle to the PC
- Open the Kindle internal memory on the PC
- Open the System folder on the Kindle disk
- Open the Search Indexes folder inside the System folder
- Select all files inside the System Indexes folder and move them to the Recycle Bin
- Open the Kindle’s SD card on the PC – repeat steps 7-9 to remove the index files
- Safely eject the Kindle and the Kindle’s SD card from the PC
- Disconnect the Kindle from the computer
On a Mac running OS X:
- Connect the Kindle to the Mac
- Open the Kindle internal memory on the Mac
- Open the System folder on the Kindle disk
- Open the Search Indexes folder inside the System folder
- Select all files inside the System Indexes folder and move them to the Trash
- Open the Kindle’s SD card on the PC – repeat steps 7-9 to remove the index files
- Eject the Kindle and the Kindle’s SD card from the Desktop
- Disconnect the Kindle from the computer
PLEASE NOTE: Once the indexes are removed from the device, the Kindle will start
re-indexing all content.
It is highly recommended the user keep the device connected to power while the Kindle re-indexes the content. Indexing of all content should complete within 24 hours, at which time the increased power usage from heavy indexing will subside.
After this point, the device should behave as expected.
还有个扯淡的问题是在youtube上看到的
不要将kindle放在金属表面上。。。
Kindle 3(非常旧的版本) 隔一段时间自动重启问题的更多相关文章
- 系统每隔一段时间自动pull代码
#!/bin/bash while true;do dd=$( date -u ) echo $dd,"start pull wmsinventoryapiwms6.2" cd / ...
- setTimeout() 实现程序每隔一段时间自动执行
定义和用法 setTimeout() 方法用于在指定的毫秒数后调用函数或计算表达式. 语法 setTimeout(code,millisec) 参数 描述 code 必需.要调用的函数后要执行的 Ja ...
- worker 启动时向 etcd 注册自己的信息,并设置一个带 TTL 的租约,每隔一段时间更新这个 TTL,如果该 worker 挂掉了,这个 TTL 就会 expire 并删除相应的 key。
1.通过etcd中的选主机制,我们实现了服务的高可用.同时利用systemd对etcd本身进行了保活,只要etcd服务所在的机器没有宕机,进程就具备了容灾性. https://mp.weixin.qq ...
- logback 指定每隔一段时间创建一个日志文件
我使用的logback版本是1.2.3 目前logback支持根据时间来配置产生日志文件,但是只支持每周,每天,每个小时,每分钟等创建一个文件,配置如下: <appender name=&quo ...
- C#实现每隔一段时间执行代码(多线程)
总结以下三种方法,实现c#每隔一段时间执行代码: 方法一:调用线程执行方法,在方法中实现死循环,每个循环Sleep设定时间: 方法二:使用System.Timers.Timer类: 方法三:使用Sys ...
- 隔一段时间应用就会挂掉(进程在,但停止响应,也无log输出),必须重启tomcat
此处是转载的 是给自己做的备注 问题:隔一段时间应用就会挂掉(进程在,但停止响应,也无log输出),必须重启tomcat 原因查找:由于tomcat自身log中并无错误产生,磁盘空间足够,读写也正常 ...
- TLS 改变密码标准协议(Change Cipher Spec Protocol) 就是加密传输中每隔一段时间必须改变其加解密参数的协议
SSL修改密文协议的设计目的是为了保障SSL传输过程的安全性,因为SSL协议要求客户端或服务器端每隔一段时间必须改变其加解密参数.当某一方要改变其加解密参数时,就发送一个简单的消息通知对方下一个要传送 ...
- js setInterval每隔一段时间执行一次
js setInterval每隔一段时间执行一次setInterval() 方法可按照指定的周期(以毫秒计)来调用函数或计算表达式.setInterval() 方法会不停地调用函数,直到 clearI ...
- python每隔一段时间做一个事情
#!/usr/bin/env python #coding:utf8 #Author:lsp #Date:下午2:17:54 #Version:0.1 #Function: 每隔一段时间做一个事情 f ...
随机推荐
- VisualSVN Server更改SVN版本库存放路径的方法
来源:http://blog.csdn.net/tcjy1000/article/details/42023849 最近也玩起了SVN软件版本管理,在本机上安装了VisualSVN Server+To ...
- c语言描述的顺序表实现
//顺序表的实现:(分配一段连续地址给顺序表,像数组一样去操作) #include<stdio.h> #include<stdlib.h> #define OK 1 #defi ...
- kali linux (Raspberry Pi 3b) 更新失败 出现上面的问题
Invalid signature for Kali Linux repositories : “The following signatures were invalid: EXPKEYSIG ED ...
- ABAP术语-BOR (Business Object Repository )
BOR (Business Object Repository ) 原文:http://www.cnblogs.com/qiangsheng/archive/2007/12/25/1013523.ht ...
- 前端之Vue.js库的使用
vue.js简介 Vue.js读音 /vjuː/, 类似于 view Vue.js是前端三大新框架:Angular.js.React.js.Vue.js之一,Vue.js目前的使用和关注程度在三大框架 ...
- 爬虫——GET请求和POST请求
urllib.parse.urlencode()和urllib.parse.unquote() 编码工作使用urllib.parse的urlencode()函数,帮我们将key:value这样的键值对 ...
- jQuery Ajax请求后台数据并在前台接收
1.ajax基本语法 <script> $(function(){ $('#sub').click(function(){ var username=$('#username').val( ...
- Laravel5.x 封装的上传图片类
图片缩放需要用conposer安装 ImageManagerStatic类 可参考下面的地址安装: https://www.jb51.net/article/128159.htm 控制器里: 控制器里 ...
- Hadoop(24)-Hadoop优化
1. MapReduce 跑得慢的原因 优化方法 MapReduce优化方法主要从六个方面考虑:数据输入.Map阶段.Reduce阶段.IO传输.数据倾斜问题和常用的调优参数. 数据输入 Map阶段 ...
- python基础小知识,is和==的区别,编码和解码
1.is和==的区别 1)id() 通过id()我们可以查看到一个变量表示的值在内存中的地址 >>> s1 = "Tanxu" >>> s2 = ...