I've been running CM9 on my 16GB Touchpad for quite a while. I flashed the newer version with camera support and again, that went well. Then I decided to flash AOKP and something happened and I can't figure out how to get back into a good state. Basically moboot comes up and shows options for webOS, CM9, AOKP, CWM, and webOS Recovery. None of the OSes will boot including webOS and the two Android entries. When I try to boot into webOS, it just shows the HP logo indefinitely. When I try to boot into either of the Android options, it just reboots after showing the splash screen briefly. When I boot into CWM it has errors like "E:Can't mount /cache/recovery/command" and I can't mount any of the other filesystems (/sdcard, etc.).
So far I've tried running ACMEUninstaller but it errors out saying "Cannot start LVM, aborting! Please reboot". I've tried "wipe data/factory reset" from CWM, but that shows a series of errors similar to the one above saying it can't mount the filesystems. I've tried to use webOS Doctor (both 3.0.0 and 3.0.5) to reimage the entire device but it says "Failed to reboot device. Contact support." I've tried these instructions:
http://forum.xda-developers.com/showthread.php?t=1426244
but after running novacom with that uImage, it doesn't go to a command prompt. As with webOS above, it just shows the HP logo indefinitely.
I've exhausted the options I could find. Any thoughts on how I might be able to get things back into a usable state?
UPDATE: I tried the linked process above again and made more progress. However, now I'm running into the same problem described here:
http://forum.xda-developers.com/showpost.php?p=32774659&postcount=129
UPDATE 2: It looks like this is exactly what's going on with my Touchpad:
http://forum.xda-developers.com/showthread.php?t=1483066&page=4
Anyone know how to get past this?
SCWells72 said:
I've been running CM9 on my 16GB Touchpad for quite a while. I flashed the newer version with camera support and again, that went well. Then I decided to flash AOKP and something happened and I can't figure out how to get back into a good state. Basically moboot comes up and shows options for webOS, CM9, AOKP, CWM, and webOS Recovery. None of the OSes will boot including webOS and the two Android entries. When I try to boot into webOS, it just shows the HP logo indefinitely. When I try to boot into either of the Android options, it just reboots after showing the splash screen briefly. When I boot into CWM it has errors like "E:Can't mount /cache/recovery/command" and I can't mount any of the other filesystems (/sdcard, etc.).
So far I've tried running ACMEUninstaller but it errors out saying "Cannot start LVM, aborting! Please reboot". I've tried "wipe data/factory reset" from CWM, but that shows a series of errors similar to the one above saying it can't mount the filesystems. I've tried to use webOS Doctor (both 3.0.0 and 3.0.5) to reimage the entire device but it says "Failed to reboot device. Contact support." I've tried these instructions
http://forum.xda-developers.com/showthread.php?t=1426244
but after running novacom with that uImage, it doesn't go to a command prompt. As with webOS above, it just shows the HP logo indefinitely.
I've exhausted the options I could find. Any thoughts on how I might be able to get things back into a usable state?
UPDATE: I tried the linked process above again and made more progress. However, now I'm running into the same problem described here:
http://forum.xda-developers.com/showpost.php?p=32774659&postcount=129
UPDATE 2: It looks like this is exactly what's going on with my Touchpad:
http://forum.xda-developers.com/showthread.php?t=1483066&page=4
Anyone know how to get past this?
Click to expand...
Click to collapse
Read this thread : http://forum.xda-developers.com/showthread.php?t=1426244&page=12
Pay special attention to page 12. It will show you how to do it without using novaterm. Also towards the beginning of the process you'll get asked a lot of questions, just answer yes to all.
Good luck.
Hold power and volume up at the same time, this will get you into correct mode (recovery).
Edit : plug your tablet in for a few hours before trying the process.
chicle_11 said:
Read this thread : http://forum.xda-developers.com/showthread.php?t=1426244&page=12
Pay special attention to page 12. It will show you how to do it without using novaterm. Also towards the beginning of the process you'll get asked a lot of questions, just answer yes to all.
Good luck.
Hold power and volume up at the same time, this will get you into correct mode (recovery).
Edit : plug your tablet in for a few hours before trying the process.
Click to expand...
Click to collapse
Thanks. Unfortunately this is actually the process I'd been trying to follow earlier and I get the exact same results through "novacom -t open tty://" that I do through novaterm, basically it fails trying to re-create the volume group 'store':
Code:
[email protected]:/# lvm.static vgcreate -s 8M store /dev/mmcblk0p14
lvm.static vgcreate -s 8M store /dev/mmcblk0p14
No physical volume label read from /dev/mmcblk0p14
/dev/mmcblk0p14 not identified as an existing physical volume
Unable to add physical volume '/dev/mmcblk0p14' to volume group 'store'.
If I continue working through the commands listed on that page, they pretty much all fail since they expect this volume group to exist. Any idea how to get around this issue?
Okay, I just made significant progress on this! After quite a bit of googling I found the following thread:
https://answers.launchpad.net/ubuntu/+question/15044
in particular the following from the fourth post:
Code:
My ad hoc idea: dd if=/dev/zero of=/dev/sda1 bs=1024 count=1000
...
[email protected]:~# pvcreate /dev/sda1
Physical volume "/dev/sda1" successfully created
By adding the following two steps to the process outlined at http://forum.xda-developers.com/showthread.php?t=1426244, I have webOS Doctor 3.0.0 past the dreaded 8% mark now!!!
Code:
dd if=/dev/zero of=/dev/mmcblk0p14 bs=1024 count=1000
lvm.static pvcreate /dev/mmcblk0p14
Once that completes, I'll let it update to 3.0.5 and then reinstall Android, and what I feared was going to become a brick should be back into usable shape!
I hope this helps others who have encountered this same issue! Thanks again for the help!
UPDATE: I can now confirm 100% that this works. I'm installing the latest CM9 nightly to my 16GB Touchpad right now!
Glad you got it going.
Thanks for sharing your solution, I'm sure it'll help others.
really glad to hear that you got thru this..
i get spooked when ppl who know what theyre doing get hung up..
good work
I can't thank you enough for those 2 extra commands. I was able to get through and run the original batch of commands without a problem. I'm now waiting for my TP to charge enough to run the 3.0 doctor. I'm still not out of the woods yet, but I feel like I'm definitely getting there. I'll update once I get enough charge.
But regardless, thank you, thank you. I had given this thing up for a brick, but now there's some hope.
EDIT/UPDATE: This totally worked!! You just saved my TouchPad. Thank you, thank you!
brandonmarkb said:
I can't thank you enough for those 2 extra commands. I was able to get through and run the original batch of commands without a problem. I'm now waiting for my TP to charge enough to run the 3.0 doctor. I'm still not out of the woods yet, but I feel like I'm definitely getting there. I'll update once I get enough charge.
But regardless, thank you, thank you. I had given this thing up for a brick, but now there's some hope.
Click to expand...
Click to collapse
Glad to hear!!! Yeah, I was feeling the same way, so I totally understand. Mine has been running GREAT ever since going all the way through this, and I even updated it for the latest Jellybean ROM yesterday which is coming along very nicely! Please let us know if you hit anymore obstacles, or even better, if you get all the way back up and running!
SCWells72 said:
Glad to hear!!! Yeah, I was feeling the same way, so I totally understand. Mine has been running GREAT ever since going all the way through this, and I even updated it for the latest Jellybean ROM yesterday which is coming along very nicely! Please let us know if you hit anymore obstacles, or even better, if you get all the way back up and running!
Click to expand...
Click to collapse
I updated the post above, but just so no one misses it, I'm back up and running. The 3.0 doctor went flawlessly and I'm staring at WebOS right now. I'm planning on reinstalling Android here in a few minutes. Again, thanks so much! I'll come back with any questions, but for now I'm in the clear.
I would just like to say THANK YOU to SCWells72 and everyone else who is trying to help with this "Brick" issue. I was able to repair my 32gb Touchpad that would time out at 8%, with the help of the 2 extra codes.
I would like to point out something that I ran into. When I ran the 2 extra codes I bypassed the "lvm.static vgremove store" code and went right into SCWells72 codes. So, for me I did this....
lvm.static vgscan --ignorelockingfailure
lvm.static vgchange -ay --ignorelockingfailure
dd if=/dev/zero of=/dev/mmcblk0p14 bs=1024 count=1000
lvm.static pvcreate /dev/mmcblk0p14
lvm.static vgscan --ignorelockingfailure
lvm.static vgchange -ay --ignorelockingfailure
lvm.static vgcreate -s 8M store /dev/mmcblk0p14
lvm.static vgscan --ignorelockingfailure
lvm.static vgchange -ay --ignorelockingfailure
lvm.static lvcreate -l 71 -i 1 -M y --major 254 --minor 0 -n root store
lvm.static lvcreate -l 8 -i 1 -M y --major 254 --minor 1 -n var store
lvm.static lvcreate -l 2 -i 1 -M y --major 254 --minor 2 -n update store
lvm.static lvcreate -l 3 -i 1 -M y --major 254 --minor 3 -n log store
lvm.static lvcreate -l 32 -i 1 -M y --major 254 --minor 4 -n mojodb store
lvm.static lvcreate -l 17 -i 1 -M y --major 254 --minor 5 -n filecache store
lvm.static lvcreate -l 3523 -i 1 -M y --major 254 --minor 6 -n media store
lvm.static lvcreate -l 64 -i 1 -M y --major 254 --minor 7 -n swap store
lvm.static vgscan --ignorelockingfailure
lvm.static vgchange -ay --ignorelockingfailure
mkdosfs -f 1 -s 64 /dev/store/media
Then I proceeded to reboot into recovery and use webOS Doctor 3.0.0 to restore my Touchpad.
I hope this helps those people stuck with the same issue.
Thank you guys. Saved me I never thought I was gonna get this thing to work again. XDS members always to the rescue. Thanks everyone that had anything to do with this
Sent from my PC36100 using xda premium
Thanks so much that worked you saved my touchpad
jakkzen said:
I would just like to say THANK YOU to SCWells72 and everyone else who is trying to help with this "Brick" issue. I was able to repair my 32gb Touchpad that would time out at 8%, with the help of the 2 extra codes.
I would like to point out something that I ran into. When I ran the 2 extra codes I bypassed the "lvm.static vgremove store" code and went right into SCWells72 codes. So, for me I did this....
lvm.static vgscan --ignorelockingfailure
lvm.static vgchange -ay --ignorelockingfailure
dd if=/dev/zero of=/dev/mmcblk0p14 bs=1024 count=1000
lvm.static pvcreate /dev/mmcblk0p14
lvm.static vgscan --ignorelockingfailure
lvm.static vgchange -ay --ignorelockingfailure
lvm.static vgcreate -s 8M store /dev/mmcblk0p14
lvm.static vgscan --ignorelockingfailure
lvm.static vgchange -ay --ignorelockingfailure
lvm.static lvcreate -l 71 -i 1 -M y --major 254 --minor 0 -n root store
lvm.static lvcreate -l 8 -i 1 -M y --major 254 --minor 1 -n var store
lvm.static lvcreate -l 2 -i 1 -M y --major 254 --minor 2 -n update store
lvm.static lvcreate -l 3 -i 1 -M y --major 254 --minor 3 -n log store
lvm.static lvcreate -l 32 -i 1 -M y --major 254 --minor 4 -n mojodb store
lvm.static lvcreate -l 17 -i 1 -M y --major 254 --minor 5 -n filecache store
lvm.static lvcreate -l 3523 -i 1 -M y --major 254 --minor 6 -n media store
lvm.static lvcreate -l 64 -i 1 -M y --major 254 --minor 7 -n swap store
lvm.static vgscan --ignorelockingfailure
lvm.static vgchange -ay --ignorelockingfailure
mkdosfs -f 1 -s 64 /dev/store/media
Then I proceeded to reboot into recovery and use webOS Doctor 3.0.0 to restore my Touchpad.
I hope this helps those people stuck with the same issue.
Click to expand...
Click to collapse
I have tried and tried everything and this worked
dheyden said:
I have tried and tried everything and this worked
Click to expand...
Click to collapse
I'm so glad that this seems to be working for so many people!!! This community has given so much to all of us, so it's nice to be able to give a little back, even if it's basically just standing on the proverbial shoulders of others and stumbling into something that actually worked...
dheyden said:
I have tried and tried everything and this worked
Click to expand...
Click to collapse
Hey, I'm glad my post helped you.
Think my TP is bricked as well. installed the recent CM10 preview, and hit an infinite boot loop. When I tried the reboot the screen went black, and now I can't get a thing to trigger on the device. No reboot, no blinking command buttons, no USB cable recognition on my PC - just an ice cold black touchpad.
I'm thinking about leaving it sit for a week and let the power completely drain. Maybe coming back to reboot it later, I'l be there for a power signal and get into TWRP or something. Other idea is to leave it plugged in for a few hours, and see if I can force a reboot.
Any ideas out there on this one?
--McBean
SCWells72 said:
Okay, I just made significant progress on this! After quite a bit of googling I found the following thread:
https://answers.launchpad.net/ubuntu/+question/15044
in particular the following from the fourth post:
Code:
My ad hoc idea: dd if=/dev/zero of=/dev/sda1 bs=1024 count=1000
...
[email protected]:~# pvcreate /dev/sda1
Physical volume "/dev/sda1" successfully created
By adding the following two steps to the process outlined at http://forum.xda-developers.com/showthread.php?t=1426244, I have webOS Doctor 3.0.0 past the dreaded 8% mark now!!!
Code:
dd if=/dev/zero of=/dev/mmcblk0p14 bs=1024 count=1000
lvm.static pvcreate /dev/mmcblk0p14
Once that completes, I'll let it update to 3.0.5 and then reinstall Android, and what I feared was going to become a brick should be back into usable shape!
I hope this helps others who have encountered this same issue! Thanks again for the help!
UPDATE: I can now confirm 100% that this works. I'm installing the latest CM9 nightly to my 16GB Touchpad right now!
Click to expand...
Click to collapse
Ok I got to run the webOSdocotr, but I get stuck at 8%. I cannot figure out what to do. What did you do exactly to fix this???
ScottBroker said:
Ok I got to run the webOSdocotr, but I get stuck at 8%. I cannot figure out what to do. What did you do exactly to fix this???
Click to expand...
Click to collapse
I did something, and now TWRP wont boot up either. Just the HP logo. I get it into recovery, and try AC%. A webosdocotr, and boots me out at 8% MEuninstaller and it says abort LVM not there.... Any suggestions?
Same problem here with a 16GB Touchpad. But, when I input:
Code:
lvm.static vgremove store
NOVATERM says:
Code:
Volume group "store" not found
What can I do ?
Edit: found out !
Thank you so much
SCWells72 said:
Okay, I just made significant progress on this! After quite a bit of googling I found the following thread:
https://answers.launchpad.net/ubuntu/+question/15044
in particular the following from the fourth post:
Code:
My ad hoc idea: dd if=/dev/zero of=/dev/sda1 bs=1024 count=1000
...
[email protected]:~# pvcreate /dev/sda1
Physical volume "/dev/sda1" successfully created
By adding the following two steps to the process outlined at http://forum.xda-developers.com/showthread.php?t=1426244, I have webOS Doctor 3.0.0 past the dreaded 8% mark now!!!
Code:
dd if=/dev/zero of=/dev/mmcblk0p14 bs=1024 count=1000
lvm.static pvcreate /dev/mmcblk0p14
Once that completes, I'll let it update to 3.0.5 and then reinstall Android, and what I feared was going to become a brick should be back into usable shape!
I hope this helps others who have encountered this same issue! Thanks again for the help!
UPDATE: I can now confirm 100% that this works. I'm installing the latest CM9 nightly to my 16GB Touchpad right now!
Click to expand...
Click to collapse
Dude....you should have a donation button set up. I've been struggling with my TP for 3 days with no luck. Then I found your post here, and those 2 extra lines of code you shared saved the day. I have flashed cyanogen at least a dozen times with no problem, then I tried some hybrid combo of cyanogen and aokp...boy that was a mistake. I'll stay with jcsullins from now on for sure. Thanks for sharing, I'm sure you have helped a lot of people with this.
spunout62 said:
Dude....you should have a donation button set up. I've been struggling with my TP for 3 days with no luck. Then I found your post here, and those 2 extra lines of code you shared saved the day. I have flashed cyanogen at least a dozen times with no problem, then I tried some hybrid combo of cyanogen and aokp...boy that was a mistake. I'll stay with jcsullins from now on for sure. Thanks for sharing, I'm sure you have helped a lot of people with this.
Click to expand...
Click to collapse
Can you say what hybrid you flashed so that I or others can stay away from it if we wish . Or pm.
went from cm9 nightly to AOPK.
bootloader is there can only access TWRP.
TWRP, error /sd card will not mount.
os doctor failed restore.
nothing but TWRP accessible from bootloader.
file manager shows all files empty. no backups accessible.
is this recoverable?
followed this numerous times:
This is for all those people who want to start over. I made the mistake of using webOS Doctor without removing the Android and Linux partitions. That left me with a deer turd for an HP TouchPad. So after about 2 hours of slaving, I figured out what to do
I. What you need
Novacom - Click
Novaterm - Click (or found in C:\Program Files\Palm, Inc\terminal. Run novaterm.bat)
Recovery uImage - Click
WebOS Doctor 3.0.0 - Click
WebOS Doctor 3.0.4 (optional) - Click
II. What to do
1) Install Novacom and extract Novaterm.
2) Open a command prompt and navigate to your Palm, Inc folder (usually \Program Files\Palm, Inc)
3) Move the recovery uImage to the Palm, Inc folder.
4) Boot your Touchpad into recovery (Power + Volume Up from power off)
5) In that command prompt, run ( novacom boot mem:// < nova-installer-image-topaz.uImage ) (without the parenthesis)
6) Once run, all you'll see on the Touchpad is the HP logo. This is good. Now open Novaterm and hit Connect
7) If you see a prompt that says something like "[email protected] device" this is good, now run these commands IN ORDER and these commands are CASE SENSITIVE
lvm.static vgscan --ignorelockingfailure
lvm.static vgchange -ay --ignorelockingfailure
lvm.static vgremove store
lvm.static vgscan --ignorelockingfailure
lvm.static vgchange -ay --ignorelockingfailure
lvm.static vgcreate -s 8M store /dev/mmcblk0p14
lvm.static vgscan --ignorelockingfailure
lvm.static vgchange -ay --ignorelockingfailure
lvm.static lvcreate -l 71 -i 1 -M y --major 254 --minor 0 -n root store
lvm.static lvcreate -l 8 -i 1 -M y --major 254 --minor 1 -n var store
lvm.static lvcreate -l 2 -i 1 -M y --major 254 --minor 2 -n update store
lvm.static lvcreate -l 3 -i 1 -M y --major 254 --minor 3 -n log store
lvm.static lvcreate -l 32 -i 1 -M y --major 254 --minor 4 -n mojodb store
lvm.static lvcreate -l 17 -i 1 -M y --major 254 --minor 5 -n filecache store
lvm.static lvcreate -l 1618 -i 1 -M y --major 254 --minor 6 -n media store
lvm.static lvcreate -l 64 -i 1 -M y --major 254 --minor 7 -n swap store
lvm.static vgscan --ignorelockingfailure
lvm.static vgchange -ay --ignorelockingfailure
mkdosfs -f 1 -s 64 /dev/store/media
I get a store error at the start it does not see the store folder and can not figure how to create one what is my next step. I can not youtube myself out of this one i need help I miss my touch pad I love my nexsus 10 but the TP had a sort of cult following I need it in my life
I know you aren't bricked yet, but you could try TPDebrick by jcsullins. Just google it.
I got it
Wow I finally got it to work in my stupidness I figured out what i was doing incorrectly l
lvm.static lvcreate -l 71 -i 1 -M y --major 254 --minor 0 -n root store and then I would get a error message about parseing error I was putting a number 1 for the -l 71 instead of the l my mistake my touch pad is up and working and I am ready to install cm10 on the puppy
Hello all,
Unfortunately, when Windows asked me to format the TouchPad, my first question was not "Why?" (as it normally is with everything else ). I just did it.
Now, I have a TouchPad that:
1.) Doesn't boot WebOS or Android, and is therefore...
2.) Bricked...?
I have tried the following:
1.) Ran tpdebrick v004 by RolandDeschain79
Successful (It returned "All Done"); WebOS Doctor still had issues though: "We could not recover your device."2.) Tried rebuilding the file system - http://www.webos-internals.org/wiki/How_To_Recover#Complete_filesystem_creation
Not successful; Now hangs at the palm.com/rom screen with the exclamation point3.) Tried running these magical commands (lvm.static vgscan --ignorelockingfailure, lvm.static vgchange -ay --ignorelockingfailure, mkdosfs -f 1 -s 64 -F 32 /dev/store/media) via Novaterm (and "novacom -t open tty://")
1st command: Reading all physical volumes. This may take a while...: If by a while it meant a millisecond, then I guess it went okay. Didn't return anything though.
2nd command: Basically just returned the same thing I typed.
3rd command: /dev/store/media: No such file or directory.4.) Pretty much every other fix I could find through Google.
Didn't work.
I should also note that running things like pvscan, lvscan and fstab though novaterm.
Any help on the matter is greatly appreciated. I have another TouchPad that I can restore from if anyone thinks it will help anything. It was configured almost identically to this one (both are 32GB).
Thanks!
EDIT: SOLVED!
SCWells72's post and rr5678's thread solved my problem after retrying the commands in novaterm for what seems like the millionth time!
To sum it up:
Novacom boot the TP with the topaz recovery image, open novaterm, and enter the following commands (in this order!):
These are the first two commands to send. They are what solved my problem...
dd if=/dev/zero of=/dev/mmcblk0p14 bs=1024 count=1000
lvm.static pvcreate /dev/mmcblk0p14
NOTE: THIS IS FOR THE 32GB TOUCHPAD ONLY!
lvm.static vgscan --ignorelockingfailure
lvm.static vgchange -ay --ignorelockingfailure
lvm.static vgremove store
lvm.static vgscan --ignorelockingfailure
lvm.static vgchange -ay --ignorelockingfailure
lvm.static vgcreate -s 8M store /dev/mmcblk0p14
lvm.static vgscan --ignorelockingfailure
lvm.static vgchange -ay --ignorelockingfailure
lvm.static lvcreate -l 71 -i 1 -M y --major 254 --minor 0 -n root store
lvm.static lvcreate -l 8 -i 1 -M y --major 254 --minor 1 -n var store
lvm.static lvcreate -l 2 -i 1 -M y --major 254 --minor 2 -n update store
lvm.static lvcreate -l 3 -i 1 -M y --major 254 --minor 3 -n log store
lvm.static lvcreate -l 32 -i 1 -M y --major 254 --minor 4 -n mojodb store
lvm.static lvcreate -l 17 -i 1 -M y --major 254 --minor 5 -n filecache store
lvm.static lvcreate -l 3523 -i 1 -M y --major 254 --minor 6 -n media store
lvm.static lvcreate -l 64 -i 1 -M y --major 254 --minor 7 -n swap store
lvm.static vgscan --ignorelockingfailure
lvm.static vgchange -ay --ignorelockingfailure
mkdosfs -f 1 -s 64 /dev/store/media
Again, those commands are for the 32GB TP. See rr5678's thread for more specific information as well as the code for the 16GB version!
Hope that helped someone else! I know this is all around the web already, but I just wanted to post my results here for future reference.
Read this and the comments on page 12, it saved me.
http://forum.xda-developers.com/showthread.php?t=1426244
sstar said:
Read this and the comments on page 12, it saved me.
http://forum.xda-developers.com/showthread.php?t=1426244
Click to expand...
Click to collapse
Tried it. Same result.
The "store" volume group is not found and the commands error out with "No such file or directory" or command unknown.
Still though, I appreciate the suggestion!
Re: [Q] TouchPad Bricked! - Formatted using Windows...
I did this once, it was a real bugger to fix... let me try to remember what I did!
Sent from my Touchpad using xda premium
-SGA- said:
I did this once, it was a real bugger to fix... let me try to remember what I did!
Sent from my Touchpad using xda premium
Click to expand...
Click to collapse
I hope you can remember!
Pretty close to declaring it bricked for good!
Guess what!?
IT'S BACK!
I decided I'd try these instructions again (which popped up all over the place in regards to un-bricking this thing) and sure enough, this time, the mkdosfs command DIDN'T throw back the "No such file or directory" error!
I changed absolutely nothing since the last time I did it, which is weird. But I'm not complaining!
Thank you very much for your help!
Here is where I am at.
Installed -Lolllypop 8 months ago - ran Ok but not great. then installed KitKat 6 months ago. TP ran GREAT for 5 months until one morning it wouldn't wake up. It was bricked.
TP Bricked - had all the classic signs - ? of death, flashing home button, no power....
Ran JSSULLINS most excellent Debricker - got the "ALL DONE - I was happy.
Rebooted into main menu. Chose Android, Android ICON displayed then it just hung , no go.
Went into TWRP -TWRP ran and gives all the options - tried reinstalling Android - no go.
Ran WebOS recovery, USB symbol comes on - OK
Booted into TP Toolbox - Tried every command and everything comes up with an error.
Tried a complete data reset - ERROR- Invalid partition info:end gap greater than 1 percent of mmc
Install Android - Error -Problem w/ ugchange -ay
Resize Android volume sizes - Error - Problem w/ ugchange -ay
Repair Android Volumes - Failed: rc=5 ugchange -ay
Create WebOS Volumes - Error - volsizes all failed rc=1
Tried the WebOS Doctor
Gets to 2%, USB logo turns into an HP logo, goes to 4% and then fails. "We were unable to reset your device"
It appears to have a corrupted partition on the hard drive, (my best guess) so is it possible to format the hard drive to start from fresh?
If I boot into Ubuntu, could I see the hard drive and partitions?
I loved my TP and would like to save it, but I am also looking online for a used one in case this one isn't repairable.
Thanks
Doug
I booted into Ubuntu. I use TWRP to mount the TP to my Netbook. I look at the Touchpad properties - Free space 639 MB - Used Space 299 MB. That doesn't add up to 16 GB
I look at Folders on the TP -
One folder is Android (all the programs that I had installed)
One folder is LOST.DIR - appears empty
One is System Volume Information -IndexerVolme Guid
One is ttinstall - containing - cm11-20151116 tenderloin - ggapps 20140105 - update-TWRP jucs-dm-tendrloin
So where did my 15 GB go and how do I fix it?
Ok so now I've tried the NOVACOM method.
Tried running these commands
lvm.static vgscan --ignorelockingfailure
lvm.static vgchange -ay --ignorelockingfailure
lvm.static vgremove store
lvm.static vgscan --ignorelockingfailure
lvm.static vgchange -ay --ignorelockingfailure
lvm.static vgcreate -s 8M store /dev/mmcblk0p14
lvm.static vgscan --ignorelockingfailure
lvm.static vgchange -ay --ignorelockingfailure
lvm.static lvcreate -l 71 -i 1 -M y --major 254 --minor 0 -n root store
lvm.static lvcreate -l 8 -i 1 -M y --major 254 --minor 1 -n var store
lvm.static lvcreate -l 2 -i 1 -M y --major 254 --minor 2 -n update store
lvm.static lvcreate -l 3 -i 1 -M y --major 254 --minor 3 -n log store
lvm.static lvcreate -l 32 -i 1 -M y --major 254 --minor 4 -n mojodb store
lvm.static lvcreate -l 17 -i 1 -M y --major 254 --minor 5 -n filecache store
lvm.static lvcreate -l 3523 -i 1 -M y --major 254 --minor 6 -n media store
lvm.static lvcreate -l 64 -i 1 -M y --major 254 --minor 7 -n swap store
lvm.static vgscan --ignorelockingfailure
lvm.static vgchange -ay --ignorelockingfailure
mkdosfs -f 1 -s 64 /dev/store/media
But after the second line of script I get this
[email protected]:/# lvm.static vgchange -ay --ignorelockingfailure
[email protected]:/# lvm.static vgchange -ay --ignorelockingfailure
device-mapper: resume ioctl failed: Invalid argument
[email protected]:/# lvm.static vgchange -ay --ignorelockingfailure
device-mapper: resume ioctl failed: Invalid argument
Unable to resume store-cm--data (254:9)
4 logical volume(s) in volume group "store" now active