User:Elizabeth/scratch.3

From FreekiWiki
Jump to navigation Jump to search

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"]