• Login:

Welcome to the Xoom Forum - Motorola Xoom Forum.

Register ButtonIf this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.

Tablet stuck on bootloader

This is a discussion on Tablet stuck on bootloader within the Motorola Xoom 2 forums, part of the Motorola Xoom 2 Forum category; hello all, due to incorrect handling of titanium, I uninstalled the launcher apk. Since the tablet isuseless! it stuck on the bootloader! I tried this ...

+ Reply to Thread
Page 1 of 6 1 2 3 ... LastLast
Results 1 to 10 of 51
Like Tree2Likes

Thread: Tablet stuck on bootloader

  1. #1
    Xoom Lurker
    Member #
    22067
    Join Date
    Mar 2012
    Posts
    6
    Liked
    0 times

    Angry Tablet stuck on bootloader

    hello all,

    due to incorrect handling of titanium, I uninstalled the launcher apk. Since the tablet isuseless! it stuck on the bootloader!

    I tried this method:
    https://motorola-global-en-uk.custhe...ry-settings%3F but it only turn off

    you have a solution?

    thank you very much!














  2. # ADS
    Ads


  3. #2
    Xoom Informant
    Member #
    11045
    Join Date
    Jul 2011
    Posts
    58
    Liked
    1 times
    You need to provide more info outside my xoom is stuck. Are you rooted, have a nandroid backup, have clockwork recovery, can you connect using adb? Your going to have to do some research. All else fails find the correct sbf file and use rsd lite. Your xoom 99.99 percent chance can be fixed. Just need to explore what your options are. Google unbrick xoom or something similar and follow steps to fix it. Until you rule out what didn't work or isn't an option your not going anywheres.

    Sent from my Xoom using Tapatalk

  4. #3
    Administrator

    Member #
    2101
    Join Date
    Mar 2011
    Location
    Wichita Falls
    Posts
    34,258
    Liked
    2181 times
    Twitter
    mgrant76308
    Quote Originally Posted by Arestas View Post
    hello all,

    due to incorrect handling of titanium, I uninstalled the launcher apk. Since the tablet isuseless! it stuck on the bootloader!

    I tried this method:
    https://motorola-global-en-uk.custhe...ry-settings%3F but it only turn off

    you have a solution?

    thank you very much!













    Welcome to the forum. Glad you decided to join us. Is it recognized with fastboot? If so you'll probably need to fastboot the correct imaged.
    MOTODEV > Products > Device Software
    The fastboot commands are on the upper right of the page I linked. If it's a US wifi here's another link.
    [How To] Return To Stock (Wifi-Only HW169)

    SGS-IV-Stock_Rooted
    Nexus 4 - CyanMod 10.1
    SGS-II - Rooted - Jedi Mind Trick VX3
    Samsung Note II - Jedi Master 13
    Motorola Xoom - WiFi - Rooted - EOS 4.2.1 Nightlies

  5. #4
    Xoom Lurker
    Member #
    22067
    Join Date
    Mar 2012
    Posts
    6
    Liked
    0 times
    Ican notaccess thefastboot(the screen turns offafter12 seconds),by plugginginmy tabletPC,the installationworks but doesrecognizethatas a USB,
    I have nobackupNandroid
    I amrooted

  6. #5
    Administrator

    Member #
    2101
    Join Date
    Mar 2011
    Location
    Wichita Falls
    Posts
    34,258
    Liked
    2181 times
    Twitter
    mgrant76308

    SGS-IV-Stock_Rooted
    Nexus 4 - CyanMod 10.1
    SGS-II - Rooted - Jedi Mind Trick VX3
    Samsung Note II - Jedi Master 13
    Motorola Xoom - WiFi - Rooted - EOS 4.2.1 Nightlies

  7. #6
    Xoom Lurker
    Member #
    22067
    Join Date
    Mar 2012
    Posts
    6
    Liked
    0 times
    hello,

    during the installation of ADB, using the cmd, the query "adb reboot", I get the message:"error: device not found"

    Nowthe tabletdo not even wantto start!a smallred LEDblinks3 times,then nothing
    Last edited by Arestas; 03-23-2012 at 05:39 PM.

  8. #7
    Developer

    Member #
    8993
    Join Date
    Jun 2011
    Posts
    254
    Liked
    50 times
    Quote Originally Posted by Arestas View Post
    hello,

    during the installation of ADB, using the cmd, the query "adb reboot", I get the message:"error: device not found"

    Nowthe tabletdo not even wantto start!a smallred LEDblinks3 times,then nothing
    First things first, plug in your charger, let it charge up, then turn on tablet, 3 seconds after u see the red m push volume up, if u have clockwork recovery enter it by pressing down volume to enter, from there adb will work, open your windows command prompt and CD( change directory) to your platfrom-tools (where adb is installed on your PC)
    Command would be like this but include your path
    cd \c:\android-sdk\platform-tools\
    Then
    adb devices
    If it recognized your device simple download what every rom u were on and find the launcher2.apk place it in the folder adb is in then enter in command prompt
    adb push \c:\android-sdk\platform-tools\launcher2.apk /system/app/

    If all is well and no errors next fix permissions
    adb shell
    su
    chmod /system/app/launcher2.apk 664
    (Some correct me if I'm wrong on the permissions)
    Then reboot tablet
    Now
    If you do not and custom recovery u will need to fast boot flash the system img
    For this simple find the instructions on this forum on how to fast boot flash

    Sent from my Galaxy Nexus using Tapatalk

  9. #8
    Xoom Operative
    Member #
    21618
    Join Date
    Mar 2012
    Location
    Ohio
    Posts
    113
    Liked
    16 times
    Twitter
    da_huss
    He's on the xoom 2 forum... If he has clockwork, he knows something we don't


    Sent from my XB10.1

  10. #9
    Developer

    Member #
    8993
    Join Date
    Jun 2011
    Posts
    254
    Liked
    50 times
    Quote Originally Posted by HussX View Post
    He's on the xoom 2 forum... If he has clockwork, he knows something we don't


    Sent from my XB10.1
    Damn son... oops
    In that case welcome yo the bricked club..until they release fast boot files

    Here what u can try,
    Get a charge on it, depending on where it loops, ( seeing its a system app) u should be able to adb push without a problem,
    Follow the steps above and try to push the apk to system/apps

    Come to think of it, I know it will work, cause I've done the same with the launcher, get your hands on the launcher apk and the odex for it and push them both and u will be all good


    Sent from my Galaxy Nexus using Tapatalk
    Last edited by runandhide05; 03-23-2012 at 11:20 PM.

  11. #10
    Developer

    Member #
    8993
    Join Date
    Jun 2011
    Posts
    254
    Liked
    50 times
    Quote Originally Posted by runandhide05 View Post
    Damn son... oops
    In that case welcome yo the bricked club..until they release fast boot files

    Here what u can try,
    Get a charge on it, depending on where it loops, ( seeing its a system app) u should be able to adb push without a problem,
    Follow the steps above and try to push the apk to system/apps

    Come to think of it, I know it will work, cause I've done the same with the launcher, get your hands on the launcher apk and the odex for it and push them both and u will be all good


    Sent from my Galaxy Nexus using Tapatalk
    U may need to push them to the sdcard first then adb shell, remount system as rw then cp to system app, let me know if u need step by step instructions. You r not bricked, you r save able , just get a charge on it

    Sent from my Galaxy Nexus using Tapatalk


 
+ Reply to Thread
Page 1 of 6 1 2 3 ... LastLast

Ads

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Similar Threads

  1. xoom tablet stuck on screenlock on rooted ICS
    By axeman24 in forum Motorola Xoom General Discussion
    Replies: 5
    Last Post: 02-24-2012, 07:50 PM
  2. On boot get stuck at Red M, Recovery get stuck at ODM fuse:1
    By notdarkyet in forum Xoom Rescue Squad Help
    Replies: 13
    Last Post: 10-29-2011, 09:31 AM
  3. Attempting to restore to stock, stuck at bootloader
    By BBOX in forum Xoom Rescue Squad Help
    Replies: 7
    Last Post: 07-24-2011, 12:20 AM
  4. Stuck in boot screen after updating theme--Really stuck!
    By zxrider in forum Motorola Xoom Development
    Replies: 7
    Last Post: 05-20-2011, 08:17 PM
  5. Xoom Featured for Tablet stuck on 60
    By schergr in forum Motorola Xoom Apps
    Replies: 2
    Last Post: 05-20-2011, 11:03 AM

Search tags for this page

android tablet boot screen
,

android tablet stuck on boot screen

,
android tablet stuck on bootscreen
,
bp clear failed xoom
,
corrupt bootloader toshbia thrive
,

htc flyer stuck in recovery

,

motorola xoom bp clear failed

,
motorola xoom bp failed
,
motorola xoom stuck in bootloader
,
motorola xyboard stuck on boot
,
motorola xyboard stuck on red screen
,
thrive stuck on toshiba screen
,
toshiba thrive bootloader
,

toshiba thrive stuck on boot screen

,
toshiba thrive stuck on toshiba screen
,
toshiba thrive stuck on unrecovered bootloader
,
toshiba thrive tablet stuck on boot screen
,

xoom bp clear failed

,
xyboard frozen at boot menu
,
xyboard stuck in bootloader
Click on a term to search for related topics.