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 ...
随机推荐
- win10永久激活方法-备份
百度经验 > 游戏/数码 > 电脑 > 笔记本电脑 Win10专业版永久激活方法 听语音 3780404人看了这个视频 返回 暂停 重播 播放 x 1秒后即将播放下一条视 ...
- Angularjs基础(九)
AngularJS 应用应用程序讲解 实例: <html ng-app="myNoteApp"> <head> <meat charset=" ...
- 封装一个方法获取url上面的参数
一.取参 ] : ); ]; ; ]., -); ]) === ]; , , b: 'fdfdfd', c: '9999' })); //a=123546&b=fdfdfd&c=9 ...
- [USACO08NOV]时间管理Time Management(排序,贪心)
题目描述 作为一名忙碌的商人,约翰知道必须高效地安排他的时间.他有N工作要 做,比如给奶牛挤奶,清洗牛棚,修理栅栏之类的. 为了高效,列出了所有工作的清单.第i分工作需要T_i单位的时间来完成,而 且 ...
- Linux性能监控工具 gtop
给大家介绍一款性能监控工具,个人对比界面比top美观,常用指标比较清晰毕竟top上的指标不是每个人都能熟悉,也不是所有指标参数都需要看,对于新手也不便查找,好了说的再多先上图大家参观一下. 1.安装需 ...
- python脚本批量杀死redis链接
#!/usr/bin/python #coding:utf8 import sys import commands,time,re ##自定义redis链接类 from redismodel impo ...
- vue 数组数据更新或者对象数据更新 但是页面没有同步问题
1,使用set函数来设置数据. 2,你可以通过 $forceUpdate 来做这件事.在数据赋值之后 就直接调用 this.$forceUpdata()
- JS 红包随机
微信随机红包,指定金额指定用户,随机发送红包 var moneys = new Array(); var moneyTotal = 0; function rand(obj){ if(obj.size ...
- ELK 安装部署实战 (最新6.4.0版本)
一.实战背景 根据公司平台的发展速度,对于ELK日志分析日益迫切.主要的需求有: 1.用户行为分析 2.运营活动点击率分析 作为上述2点需求,安装最新版本6.4.0是非常有必要的,大家可根据本人之前博 ...
- 【Nginx一】Nginx服务器搭建
Nginx服务器搭建 Nginx服务器搭建 下载Nginx源码包 安装Nginx 解压Nginx安装包 安装Nginx依赖 启动Nginx 下载Nginx源码包 官网下载地址 命令:wget http ...