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 ...
随机推荐
- scala性能测试
主要对比scala 的for, while循环,以及和java for while循环作对比 scala代码 object TestScalaClass { var maxindex = 100000 ...
- Django-rest-framework(三)view and viewsets使用
DRF 中有多种view和viewsets,我整理了一下,如下图所示,接下来,我们分别了解下view,viewsets. APIView 所有的view,viewsets都是继承APIView,而AP ...
- selenium之Xpath定位
1. 绝对定位: driver.find_element_by_xpath("/html/body/div[x]/form/input") x 代表第x个 div标签,注意,索引从 ...
- mysql存储过程和函数(一)
存储过程和函数是事先经过编译并存储在数据库的一段sql语句集合,调用存储过程和函数可以简化应用程序开发人员的很多工作,减少数据在数据库和应用服务器之间的传输,对提高数据运行效率是有好处的. 存储过程和 ...
- 使用Windows服务定时去执行一个方法的三种方式
方式一:使用System.Timers.Timer定时器 public partial class Service1 : ServiceBase { private UnitOfWork unitOf ...
- JS基础——数组API之数组操作(filter、map、some、every、sort)
var arr = [1,2,3,4]; forEach arr.forEach((item,index,arr) => { console.log(item) //结果为1,2,3,4 } ...
- qt项目:员工信息管理系统
开发一个员工信息管理系统 一.项目具体要求: 1.用qt开发界面,数据库用QSqlite 数据库文件名:demostudent.db 2.通过界面能够查看到数据库中员工信息表中内容,包括员工姓名.年龄 ...
- 配置Echarts大全
由于项目中需要用到Echarts,最近研究了一个星期.网上的教程也挺多的.磕磕碰碰的,难找到合适的例子.都说的马马虎虎.不废话了.开始. 这种上下排列的... 还有这种地图的.(如下) 还有就是配置的 ...
- Vijos 纸牌
题目网址 https://vijos.org/d/Randle/p/5a0011e1d3d8a10a532d6d71 题目描述 在桌面上放着n张纸牌,每张纸牌有两面,每面都写着一个非负整数.你的邪王真 ...
- (数据科学学习手札17)线性判别分析的原理简介&Python与R实现
之前数篇博客我们比较了几种具有代表性的聚类算法,但现实工作中,最多的问题是分类与定性预测,即通过基于已标注类型的数据的各显著特征值,通过大量样本训练出的模型,来对新出现的样本进行分类,这也是机器学习中 ...