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 ...
随机推荐
- jenkins 安装配置: centos-master windows/linux-slave + nginx代理 + node + job
centos install jenkins: 1.sudo vi /etc/yum.repos.d/jenkins.repo [jenkins] name=Jenkins baseurl=http: ...
- vue开发工具node.js及构建工具webpack
1.概念 node.js:可以运行JavaScript的服务平台,可以把它当做一个后端程序,只是它的开发语言是JavaScript (通常情况下,JavaScript的运行环境都是浏览器,因此Java ...
- spring入门(五) spring mvc+hibernate
核心是让SessionFactory由Spring管理 1.引入依赖 <!-- https://mvnrepository.com/artifact/org.springframework/sp ...
- MySQL 避免行锁升级为表锁——使用高效的索引
文章目录 普通索引 属性值重复率高 属性值重复率低 小结 众所周知,MySQL 的 InnoDB 存储引擎支持事务,支持行级锁(innodb的行锁是通过给索引项加锁实现的).得益于这些特性,数据库支持 ...
- Sass 基础(三)
扩展/继承 继承对于了解css 的同学来说一点都不陌生,先来看一张图 在Sass 中也具有继承一说,也就是继承类中的样式代码块,在Sass中时通过关键词“@extend”来 继承已经存在的类样式块,从 ...
- JS apply 和 call 的实现
很早之前的一篇博客写了bind的实现,是基于apply的,感兴趣的朋友看完这篇文章可以接着看看bind的实现. apply 和 call 主要就是传参的区别.这里就不多说了,直接看代码. //call ...
- 05 shell编程之正则表达式
正则表达式&&文本处理利器 学习目标: l 掌握正则表达式的运用 l 掌握sed.awk文本处理工具的使用 目录结构: 正则表达式 正则表达式概述 l 正则表达式:使用单个字 ...
- github 常用
1.创建KEY,这个文件生成完了后,要保存好公钥和私钥文件 ssh-keygen -t rsa -C "abc@mail.com" 2.github上添加ssh密钥 3.拷贝公钥信 ...
- sklearn fit transform fit_transform
scikit-learn提供了一系列转换库,他们可以清洗,降维,提取特征等. 在数据转换中有三个很重要的方法,fit,fit_transform,transform ss=StandardScaler ...
- Vue项目中使用vw实现移动端适配
我们在vue移动端项目中的适配一般都采用rem,但是rem也不是能兼容所有的终端. 随着viewport单位越来越受到众多浏览器的支持,下面将简单介绍怎么实现vw的兼容问题,用vw代替rem 当我们采 ...