diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-04-26 22:28:01 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-04-26 22:28:01 +0000 |
| commit | 931b85b0574e84a6cefd172490c069dd33c01758 (patch) | |
| tree | c3bec35728451f2d46d9d98eab57580cec59d09a | |
| parent | 7662f06e5345d35711023bfc100ed90633a66362 (diff) | |
| download | rockbox-931b85b0574e84a6cefd172490c069dd33c01758.zip rockbox-931b85b0574e84a6cefd172490c069dd33c01758.tar.gz rockbox-931b85b0574e84a6cefd172490c069dd33c01758.tar.bz2 rockbox-931b85b0574e84a6cefd172490c069dd33c01758.tar.xz | |
Added the battery connector repair guide
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4556 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | www/docs/index.t | 4 | ||||
| -rw-r--r-- | www/docs/repairbattery.t | 50 | ||||
| -rw-r--r-- | www/docs/solderjoints.jpg | bin | 0 -> 59916 bytes | |||
| -rw-r--r-- | www/docs/solderjoints2.jpg | bin | 0 -> 81739 bytes | |||
| -rw-r--r-- | www/docs/solderjoints2_t.jpg | bin | 0 -> 9141 bytes | |||
| -rw-r--r-- | www/docs/solderjoints_t.jpg | bin | 0 -> 13878 bytes |
6 files changed, 53 insertions, 1 deletions
diff --git a/www/docs/index.t b/www/docs/index.t index 62554d9..d164357 100644 --- a/www/docs/index.t +++ b/www/docs/index.t @@ -77,10 +77,12 @@ Archos. (Jean Boullier) <h2>Hardware</h2> <ul> -<li> Fotographs of various <a href="/internals/">Archos Internals</a> +<li> Photographs of various <a href="/internals/">Archos Internals</a> <li> <a href="repairlcd.html">How to repair your broken LCD</a> +<li> <a href="repairbattery.html">How to repair your broken battery connectors</a> + <li> <a href="/mods/disassemble.html">Disassembling the Archos</a>, part 1: removing the covers diff --git a/www/docs/repairbattery.t b/www/docs/repairbattery.t new file mode 100644 index 0000000..ba311f3 --- /dev/null +++ b/www/docs/repairbattery.t @@ -0,0 +1,50 @@ +#define _PAGE_ Repair your JBR V1 battery connectors +#include "head.t" + +<p> + This guide will show you how to repair the battery connectors on your + Jukebox Recorder V1. + +<h2>Symptoms</h2> +A loose battery connector can give all kinds of weird behaviour: + +<ul> + <li>Drastically lowered battery runtime + <li>It shuts down or reboots when you squeeze the bumpers + <li>It refuses to start up, saying something like this: + <pre> + HD register error + SC1 (85) 128 + SN1 (170) 128 + SC2 (170) 128 + SN2 (85) 128 + </pre> +</ul> + +<h2>Performing the surgery</h2> +First you open up your recorder, this is described +<a href=http://rockbox.haxx.se/mods/disassemble.html>here</a>. +<p> +This picture shows you the two solder joints that most often are broken. + +<p> +<a href=solderjoints.jpg><img border=0 src=solderjoints_t.jpg></a> + +<p> + Now you fire up your soldering iron and resolder the joints. Make sure that the PCB really is connected to the metal housing. + +<p> +<a href=solderjoints2.jpg><img border=0 src=solderjoints2_t.jpg></a> + +<p> +Once you have resoldered all joints, reassemble the archos and start it up. +The reassembly is described +<a href=http://rockbox.haxx.se/mods/reassemble.html>here</a>. + +<p> +Good luck! + +<p> +<i>Linus</i> + +#include "foot.t" diff --git a/www/docs/solderjoints.jpg b/www/docs/solderjoints.jpg Binary files differnew file mode 100644 index 0000000..916311b --- /dev/null +++ b/www/docs/solderjoints.jpg diff --git a/www/docs/solderjoints2.jpg b/www/docs/solderjoints2.jpg Binary files differnew file mode 100644 index 0000000..260a718 --- /dev/null +++ b/www/docs/solderjoints2.jpg diff --git a/www/docs/solderjoints2_t.jpg b/www/docs/solderjoints2_t.jpg Binary files differnew file mode 100644 index 0000000..12a846c --- /dev/null +++ b/www/docs/solderjoints2_t.jpg diff --git a/www/docs/solderjoints_t.jpg b/www/docs/solderjoints_t.jpg Binary files differnew file mode 100644 index 0000000..cfe1dc4 --- /dev/null +++ b/www/docs/solderjoints_t.jpg |