Difference between revisions of "User:Elizabeth/scratch.3"

From FreekiWiki
Jump to navigation Jump to search
(added more to flow chart)
m
Line 10: Line 10:
 
* Unplug it and remove the SIM Card if applicable.
 
* Unplug it and remove the SIM Card if applicable.
 
* Replace with blank testing SIM Card.
 
* Replace with blank testing SIM Card.
 
+
* Do master reset.
 +
* Do master clear.
 +
* Check to make sure all data is errased from the call log, messages, address book, calendar, and photos.
  
 
<graphviz>
 
<graphviz>
Line 19: Line 21:
 
   start        [label="START HERE", fontsize="11", shape="box", style="bold"]
 
   start        [label="START HERE", fontsize="11", shape="box", style="bold"]
 
   busted        [label="Is the phone visibly broken?", fontsize="11"]
 
   busted        [label="Is the phone visibly broken?", fontsize="11"]
   recycle           [label="Recycle it" fontsize="11", shape="ox", style="bold"]
+
   recycle       [label="Recycle it" fontsize="11", shape="ox", style="bold"]
   charger           [label="Can you match it with a charger?", fontsize="11"]
+
   charger       [label="Match it with a charger", fontsize="11"]
   charging       [label="Does it charge when you plug it in?, fontsize="11"]
+
   charging     [label="Does it charge when you plug it in?", fontsize="11"]
 
   battery      [label="Try up to 3 batteries. Does it charge?", fontsize="11", shape="box"]
 
   battery      [label="Try up to 3 batteries. Does it charge?", fontsize="11", shape="box"]
   powerable    [label="Does it have RAM\nand a power supply?", fontsize="11"]
+
   sim          [label="Unplug it and replace the SIM card with black testing SIM", fontsize="11"]
   getpower      [label="Add RAM or power supply", fontsize="11"]
+
   getpower      [label="", fontsize="11"]
 
   poweron      [label="Does it power on?\n Does it have a working screen?\n Does it post?", fontsize="11"]
 
   poweron      [label="Does it power on?\n Does it have a working screen?\n Does it post?", fontsize="11"]
 
   handwavy      [label="Consult Laptops FAQ on wiki \n Or Ask an Instructor.", fontsize="11", shape="box", style="bold"]
 
   handwavy      [label="Consult Laptops FAQ on wiki \n Or Ask an Instructor.", fontsize="11", shape="box", style="bold"]
Line 38: Line 40:
 
   busted      -> recycle [label="YES"]
 
   busted      -> recycle [label="YES"]
 
   busted      -> charger [label="NO"]
 
   busted      -> charger [label="NO"]
   charger    -> charging [label="YES"]
+
   charger    -> charging  
 
   charging    -> battery [label="NO"]
 
   charging    -> battery [label="NO"]
 +
  charging    -> sim [label="YES"]
 +
  battery    -> sim [label="YES"]

Revision as of 17:20, 14 January 2010

Cell Phone Testing

Steps

  • Is it visibly broken?
  • Match the phone with a charger.
  • Does it charge when you plug it in?

No Try up to three different batteries. Does it charge Yes

  • Unplug it and remove the SIM Card if applicable.
  • Replace with blank testing SIM Card.
  • Do master reset.
  • Do master clear.
  • Check to make sure all data is errased from the call log, messages, address book, calendar, and photos.

<graphviz>

 digraph D {
  1. size="7,10"
  start         [label="START HERE", fontsize="11", shape="box", style="bold"]
  busted        [label="Is the phone visibly broken?", fontsize="11"]
  recycle       [label="Recycle it" fontsize="11", shape="ox", style="bold"]
  charger       [label="Match it with a charger", fontsize="11"]
  charging      [label="Does it charge when you plug it in?", fontsize="11"]
  battery       [label="Try up to 3 batteries. Does it charge?", fontsize="11", shape="box"]
  sim           [label="Unplug it and replace the SIM card with black testing SIM", fontsize="11"]
  getpower      [label="", fontsize="11"]
  poweron       [label="Does it power on?\n Does it have a working screen?\n Does it post?", fontsize="11"]
  handwavy      [label="Consult Laptops FAQ on wiki \n Or Ask an Instructor.", fontsize="11", shape="box", style="bold"]
  procclass     [label="Can you find\n the Processor Info?\n (try entering BIOS)" fontsize="11"]
  enoughproc    [label="Does it fit into one of the specs?", fontsize="11"]
  whatzit       [label="Run Memtest\n(Don't know how?  Ask someone!)" fontsize="11"]
  keeper        [label="Fill out keeper label" fontsize="11", shape="box", style="bold"]
  incoming      [label="Recycle That Laptop!",fontsize="11", shape="box", style="bold"]
 


  start       ->  busted
  busted      -> recycle [label="YES"]
  busted      -> charger [label="NO"]
  charger     -> charging 
  charging    -> battery [label="NO"]
  charging    -> sim [label="YES"]
  battery     -> sim [label="YES"]