Recent content by charliefowle

  1. C

    Post [Q] How to repair partition on internal storage?

    Here is a list of all the partitions on MZ604 Motorola Xoom. I obtained a few list using different commands. Take a look. Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\Owner>cd c:\adb\adb c:\adb\adb>adb shell ~ # ←[6nls -l...
  2. C

    Post [Xpost from Q&A] Can't delete, flash, wipe atrix

    deeep in the abyss of this computer 0 and 1's thing. Im tackling a Motorola Xoom. This thread has been epic.
  3. C

    Post [Q] How to repair partition on internal storage?

    I was successful with e2fsck through adb on my userdata partition and using an alternate superblock. But not I am unsuccessful with it on my cache. These are the only two partions that I am unable to mount in TWRP. I am not even sure if fixing these is proper. I attempted to go in on the...
  4. C

    Post [Q] How to repair partition on internal storage?

    I believe I flashed a 4.1.2 boot.img file a modified rooted version and possibly also reset before a proper flashing in twrp 2.8.6.0. could be one or the other. Both. No go on any of the suggested fixes. I'm experiencing same issues. Specifically, I am unable to mount /data & /cache partitions...
  5. C

    Post Rooting the Asus Eee Pad Slider??

    pperho Thn Thanks so much man! That worked great! Here is a helpful link along with yours, gave some more clarification. http://www.joescat.com/linux/android_rules.html Rock and Rooted!
  6. C

    Post Rooting the Asus Eee Pad Slider??

    sorry for back-to-back -back responses. I type adb devices in terminal and get.. [email protected]:~/android/tools$ '/home/charlie/android/tools/adb' devices * daemon not running. starting it now on port 5037 * * daemon started successfully * List of devices attached ???????????? no...
  7. C

    Post Rooting the Asus Eee Pad Slider??

    adb push nachoroot.bin /data/local/ adb shell chmod 777 /data/local/nachoroot.bin adb shell /data/local/nachoroot.bin --stage1 adb reboot <wait for boot> adb shell /data/local/nachoroot.bin --stage2 adb reboot <wait for boot> adb shell id <if id is 0 / root then continue, else start over> adb...
  8. C

    Post Rooting the Asus Eee Pad Slider??

    the vipermod link for linux will not work. how do i downgrade?
  9. C

    Post Rooting the Asus Eee Pad Slider??

    yes i did, but thank you for asking. Im now trying to do a root on my linux machine (Ubuntu 11.10) any guidance to this process would be greatly appreciated.
  10. C

    Thread Rooting the Asus Eee Pad Slider??

    Hi everyone! First off i want to say im pleased to be a new owner of this machine and im struggling to get some straight forward info on rooting/unlocking the device. i am struggling to get adb commands sent to my device and my windows 7 x86 machine will not pick it up after installing all the...