买了本新书后,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:

  1. In Windows Explorer, Select Tools – Folder Options
  2. In Folder Options, select the View Tab
  3. In the View List, select the radio button to Show Hidden Files and Folders
  4. Deselect the checkbox to Hide protected operating system files (the customer may wish to re-enable after removing the index files from the Kindle)
  5. Connect the Kindle to the PC
  6. Open the Kindle internal memory on the PC
  7. Open the System folder on the Kindle disk
  8. Open the Search Indexes folder inside the System folder
  9. Select all files inside the System Indexes folder and move them to the Recycle Bin
  10. Open the Kindle’s SD card on the PC – repeat steps 7-9 to remove the index files
  11. Safely eject the Kindle and the Kindle’s SD card from the PC
  12. Disconnect the Kindle from the computer

On a Mac running OS X:

  1. Connect the Kindle to the Mac
  2. Open the Kindle internal memory on the Mac
  3. Open the System folder on the Kindle disk
  4. Open the Search Indexes folder inside the System folder
  5. Select all files inside the System Indexes folder and move them to the Trash
  6. Open the Kindle’s SD card on the PC – repeat steps 7-9 to remove the index files
  7. Eject the Kindle and the Kindle’s SD card from the Desktop
  8. 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(非常旧的版本) 隔一段时间自动重启问题的更多相关文章

  1. 系统每隔一段时间自动pull代码

    #!/bin/bash while true;do dd=$( date -u ) echo $dd,"start pull wmsinventoryapiwms6.2" cd / ...

  2. setTimeout() 实现程序每隔一段时间自动执行

    定义和用法 setTimeout() 方法用于在指定的毫秒数后调用函数或计算表达式. 语法 setTimeout(code,millisec) 参数 描述 code 必需.要调用的函数后要执行的 Ja ...

  3. worker 启动时向 etcd 注册自己的信息,并设置一个带 TTL 的租约,每隔一段时间更新这个 TTL,如果该 worker 挂掉了,这个 TTL 就会 expire 并删除相应的 key。

    1.通过etcd中的选主机制,我们实现了服务的高可用.同时利用systemd对etcd本身进行了保活,只要etcd服务所在的机器没有宕机,进程就具备了容灾性. https://mp.weixin.qq ...

  4. logback 指定每隔一段时间创建一个日志文件

    我使用的logback版本是1.2.3 目前logback支持根据时间来配置产生日志文件,但是只支持每周,每天,每个小时,每分钟等创建一个文件,配置如下: <appender name=&quo ...

  5. C#实现每隔一段时间执行代码(多线程)

    总结以下三种方法,实现c#每隔一段时间执行代码: 方法一:调用线程执行方法,在方法中实现死循环,每个循环Sleep设定时间: 方法二:使用System.Timers.Timer类: 方法三:使用Sys ...

  6. 隔一段时间应用就会挂掉(进程在,但停止响应,也无log输出),必须重启tomcat

    此处是转载的  是给自己做的备注 问题:隔一段时间应用就会挂掉(进程在,但停止响应,也无log输出),必须重启tomcat 原因查找:由于tomcat自身log中并无错误产生,磁盘空间足够,读写也正常 ...

  7. TLS 改变密码标准协议(Change Cipher Spec Protocol) 就是加密传输中每隔一段时间必须改变其加解密参数的协议

    SSL修改密文协议的设计目的是为了保障SSL传输过程的安全性,因为SSL协议要求客户端或服务器端每隔一段时间必须改变其加解密参数.当某一方要改变其加解密参数时,就发送一个简单的消息通知对方下一个要传送 ...

  8. js setInterval每隔一段时间执行一次

    js setInterval每隔一段时间执行一次setInterval() 方法可按照指定的周期(以毫秒计)来调用函数或计算表达式.setInterval() 方法会不停地调用函数,直到 clearI ...

  9. python每隔一段时间做一个事情

    #!/usr/bin/env python #coding:utf8 #Author:lsp #Date:下午2:17:54 #Version:0.1 #Function: 每隔一段时间做一个事情 f ...

随机推荐

  1. Java 加密Excel文件(打开时需输入密码)

    收集:author: lifq package com.XXX.XXX.utils; import java.io.IOException; import com.jxcell.CellExcepti ...

  2. JDBC相关

    //原生jdbc操作案例 import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; i ...

  3. 数组reduce方法以及高级技巧

    基本概念: reduce()方法接收一个函数作为累加器,数组中的每个值(从左到右)开始缩减,最终为一个值. reduce为数组中的每一个元素依次执行回调函数.不包括数组中被删除或从未赋值的元素,接受两 ...

  4. 重装系统后激活win10和office2016

    激活win10: 重装的版本和电脑刚买来是的系统一样的话直接联网,过一段时间就会自动激活.如果不一样可以下载Kms工具激活. 激活office2016: 在开始菜单里双击“我的Office”,登录账号 ...

  5. mysql主从延时临时解决办法

    主从延时临时解决办法: 主从延迟严重的原因很多,其中有以下原因: 一.由于无主键大表的delete 和update导致. mysql  主从复制时.如果表上没有主键.会导致update和delete操 ...

  6. java中的基本算法

    整理一下常用的又基础的算法.由于平时的项目比较简单,很少用到算法,但工作不只是眼前的苟且,还有诗和远方. 1.链表 链表用来存储数据,由一系列的结点组成.这些结点的物理地址不一定是连续的,即可能连续, ...

  7. Docker与FastDFS的安装命令及使用

    Docker特点 1)上手快 用户只需要几分钟,就可以把自己的程序“Docker 化”.Docker 依赖于“写时复制” (copy-on-write)模型,使修改应用程序也非常迅速,可以说达到“随心 ...

  8. latex03-LaTeX中的中文处理办法

    编译含中文的tex文件的前提有三个: 默认编译器为XeLaTeX: 编辑器的默认字体编码格式为UTF-8: 引入ctex的宏包. 效果: 源码: %导言区 \documentclass{article ...

  9. Python3 os模块&sys模块&hashlib模块

    ''' os模块 非常重要的模块 ''' import os # print(os.getcwd()) # 获取当前工作目录 # os.chdir(r'路径名') # 改变当前工作目录 # print ...

  10. go学习笔记-基础类型

    基础类型 布尔值 布尔值的类型为bool,值是true或false,默认为false. //示例代码 var isActive bool // 全局变量声明 var enabled, disabled ...