1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

need help with an android tablet

Discussion in 'Android Phones' started by WOZBALDY, Nov 10, 2012.

  1. WOZBALDY

    WOZBALDY Member

    Joined:
    Jan 1, 2006
    Messages:
    33
    Likes Received:
    0
    Trophy Points:
    16
    just got a used android tablet and its stuck on boot up screen think i need to reflash software but i am stuck any ideas are welcome cheers in advance
    this is what it says on screen and it only turns on and off

    factory data restoring ,please wait,,,,,



    green android in the middle doing nothing




    android tm os2.2
    kernal 2.6.32
    build number v1.3.0
     
  2. Ripper

    Ripper Active member

    Joined:
    Feb 20, 2006
    Messages:
    4,697
    Likes Received:
    13
    Trophy Points:
    68
    What tablet is it? Sounds fixable if you can get in to fastboot or a recovery of some sort - find out how to do this.
     
  3. WOZBALDY

    WOZBALDY Member

    Joined:
    Jan 1, 2006
    Messages:
    33
    Likes Received:
    0
    Trophy Points:
    16
    not sure one of these easy tablet 8 inch cheap ones cant find anything to helop
     
  4. Ripper

    Ripper Active member

    Joined:
    Feb 20, 2006
    Messages:
    4,697
    Likes Received:
    13
    Trophy Points:
    68
    Well, a couple of things to try:

    - Power off and then when turning it back on, hold down any miscellaneous buttons e.g. volume rocker etc while booting up. See if that boots you in to a fastboot/recovery menu.

    - Take a look at this:

    http://androidforums.com/faqs/443072-adb-guide-updated-12-05-2011-a.html

    Set-up the Mini-SDK (or if you are familiar with Android and already have the SDK installed, then great). Connect the tablet via USB and open up a command prompt as Administrator in the sdk-tools folder. Use either command:

    Code:
    adb devices
    fastboot devices
    To see if the tablet is recognised. Hopefully it will be, and you can use any of these commands to try to boot into fastboot or recovery:

    Code:
    adb reboot recovery
    adb reboot bootloader
    fastboot reboot-bootloader
    The idea is you should be able to reset the device from here and we can go from there if it won't boot.
     
    Last edited: Nov 10, 2012
  5. deadpixel1

    deadpixel1 Newbie

    Joined:
    Dec 5, 2012
    Messages:
    0
    Likes Received:
    0
    Trophy Points:
    0
    If none of the buttons are responding then your only option is to wait for battery to die, then reboot. It should work fine when rebooted. I used to have that problem all the time with my old Limited Edition iPod. I Regardless of the fact that mine was Apple and yours in Android, it is the same principal for all computers.
     

Share This Page