[Q] Touchpad won't turn on - TouchPad Q&A, Help & Troubleshooting

I was resizing the partitions for the 4.4.2 install following Roland's youtube instructions. I placed the zip package in the cminstall folder and than ran the installcm5 bat file and let the tp do it's thing but it farted out after a few minutes and was non responsive. Now it won't even turn on to be recognized by WebOS Doctor. Is TPDebrick my only option and if so, is there a noob friendly run through of how to use it in windows?

X-Nemesis said:
I was resizing the partitions for the 4.4.2 install following Roland's youtube instructions. I placed the zip package in the cminstall folder and than ran the installcm5 bat file and let the tp do it's thing but it farted out after a few minutes and was non responsive. Now it won't even turn on to be recognized by WebOS Doctor. Is TPDebrick my only option and if so, is there a noob friendly run through of how to use it in windows?
Click to expand...
Click to collapse
TPDebrick requires Ubuntu. It's unlikely your pad is completely fried though. TPDebrick works miracles.

So if I don't have access to an Ubuntu machine than it's pretty much bricked

You can download the version of Ubuntu required for free, download software that turns it into a Live USB (runs off a jump drive) version for free, and run Ubuntu and TPDebrick for free. The only roadblock is your own time and ability to read/comprehend the instructions. It really comes down to whether or not you want to fix it.
Sent from my TouchPad using XDA Premium 4 mobile app

Live CD
X-Nemesis said:
So if I don't have access to an Ubuntu machine than it's pretty much bricked
Click to expand...
Click to collapse
You can download Ubuntu 12.04 and burn a CD/DVD and run it without installing Ubuntu.
Here is a link with instructions for TBDebrick: http://rootzwiki.com/topic/38786-tpdebrick-v004/
Also, if you are unfamiliar with Linux and Ubuntu in particular, the Ubuntu forums are willing to help.

Related

[GUIDE] How to get Ubuntu on the TouchPad

First off this is completely from Rennat over at PreCentral
-------------------------------------------------------------------------------------
TUTORIAL: How to get the UbuntuChroot up and running for your HP TouchPad
Intro:
UbuntuChroot is the raw Ubuntu terminal without the familiar GNOME graphical interface that all have come to think of Ubuntu. With this installed, you will be able to install ubuntu programs and launch them with in the terminal card.
To do this, the basic rundown will be making a new WebOS Doctor that has a separete partition of memory for Ubuntu to run with in. Then we will install it on your TouchPad and mount that partition so it will be able to be used after a reboot of the device. Lastly, we will install Xecutah, XServer, and UbuntuChroot from Preware and boot up Ubuntu on your TouchPad.
Both credit and Props go to WebOS Internals for making this possible and putting in all the hard work they have to make it as easy as it is.
Warnings:
I nor WebOS Internals take no responsibility over what may happen to your device. If you follow these instructions it 'should' work perfectly. If you do endup messing something up you 'should' be able to just doctor the device using the stock WebOS Doctor from HP.
Step Zero:
- I have provided 2 different ways to set your device up to install the UbuntuChroot onto your device; use the meta-doctor and create your own doctor (Step 1-A) or do as Step 1-B says and contact my army of monkeys for an easier alternitive that won't take forever.
##You my want to backup app data and the like using Save/Restore in Preware as you will lose all your data buy installing a WebOS Doctor. Please do so! And done hesitate to ask questions.
Step 1-A: Creating a WebOS Doctor
- We will be using the Meta Doctor to create a special WebOS Doctor that will create a 2GB (or more if you wish to do so) partition in /media/ext3fs/ were Ubuntu will be.
- Use the WebOS Internals Guide to installing and running the Meta Doctor. In Step 2 you will have to rename you downloaded webOS doctor to the name of the Bell Mobility doctor they have under Step 2'3 (webosdoctorp100ewwbellmo.jar) go ahead and add the webOS version after it like it advises.
- In Step 2'6, if you are using a Wifi Only TouchPad you will be using the last one which has touchpad for device and WiFi all for the carrier.
- Once the Meta Doctor is done, run the Web's Doctor it created under the 'builds' folder. And setup your device.
Step 1-B: Contacting My Army of Monkeys
- If you are having trouble with or are intimidated by Step 1-A go ahead and contact my army of monkeys at [email protected]. Simple.
Step 2: Mounting the new ext3fc partition on bootup
- Now before we continue we have to make sure we have the partition fully setup and mounted on bootup. To do this follow the below WebOS Internals instructions.
All of this is done on device either via novaterm or an SSH login. (simpler terms mean use WebOS Quick install by connecting you device, opening WebOSQuickInstall, and click Tools-Command Line.) If your device does NOT have a folder at /media/ext3fs then you will need to create it first. Use the following two commands:
Code:
mount -o remount,rw /
mkdir -p /media/ext3fs
it is important that you use /media/ext3fs as the location, otherwise some homebrew applications (such as Optware and the Ubuntu 11.04 Chroot) will not be able to find it and use it properly.
After you have created the mountpoint, we are going to edit the fstab file to set it up to mount at bootup.
Code:
mount -o remount,rw /
echo "/dev/mapper/store-ext3fs /media/ext3fs ext3 noatime,data=writeback 0 0" >> /etc/fstab
Now to get it mounted you have several options, the best one is the first command as it will use the data in /etc/fstab. If that works, then you have done this correctly and your ext3fs will mount at bootup.
Code:
mount -a
If you do not want it mounted at bootup, but you do need it mounted, you can use this command.
Code:
mount /dev/mapper/store-ext3fs /media/ext3fs
Click to expand...
Click to collapse
Step 3: Adding Testing Feeds
- Follow these WebOS Internals Instructions to add the Testing Feeds.
NOTE: These are edited slightly and will only work on a Wifi only TouchPad.
- Open Preware and wait for it to finish loading.
- Open the App Menu (tap "Preware" in the top left corner of the screen) and tap Manage feeds.
- Scroll to the bottom until you see the New Feed box.
- Type or paste a name (webos-testing-armv7) and URL (Right Click - Copy Address) sure the URL does *not* have a slash at the end.
- Make sure the IS COMPRESSED option is set to YES.
- Tap Add Feed and then tap Yes when the alert pops up.
- Gesture swipe back. Preware will alert you that you have added feeds and ask if you want to update them now. Choose YES.
Click to expand...
Click to collapse
Step 4: Installing UbuntuChroot, Xecutah, and XServer
- Open up Preware and tap List Of Everything.
- Search for and install the following: UbuntuChroot, Xecutah, and XServer
- Now opened Xecutah and tap XServer and a new card will come up.
- Go back to Xecutah and tap UbuntuChroot. Then swipe back to the new card that came up.
- Now you should have the Ubuntu terminal. Done. It should have a few 'mount' commands and then the @Touchpad:
Step 5: Installing Programs
- Now to have some fun after all that work you put in!
- Type the below and it will update the program lists.
Code:
apt-get update
- Now type the following to install what ever you wish!
Code:
/***type the below for AbiWord
apt-get install abiword
/***type the below for the Chromium Browser
apt-get install chromium-browser
/***type the below for GIMP
apt-get install gimp
/***type the below for Eclipse
apt-get install eclipse
/**type the below for LibreOffice
apt-get install LibreOffice
/***type the below for LXDE (a windows graphical interface) and then launch it by typing lxsession.
apt-get install lxde
---------------------------------------------------------------------------------------
agian from precentral enjoy guys
Mods please move to there thread i was in a rush (dead battery) and put it in the wrong forum
Does anything else besides chromium, abiword, eclipse, libreoffice, lxde and gimp work?
linkinpark4175 said:
Does anything else besides chromium, abiword, eclipse, libreoffice, lxde and gimp work?
Click to expand...
Click to collapse
anything you can compile for ARM or want to compile for ARM. there is a apt repository.
You could also find a complete guide to install Ubuntu Linux on HP TouchPad here
same thing
XDAnoobr said:
You could also find a complete guide to install Ubuntu Linux on HP TouchPad here
Click to expand...
Click to collapse
agian that is only for Chroot which is the exact same thing
Works great, now I have lxde on my touchpad.
able to get ubuntu chroot working properly, with libreoffice
now, hunting for a Bluetooth Keyboard
any one going to test if BT Mouses work? (yeah, i know theres a touchscreen)
Is multi-touch supported on this?
what version of libreoffice does it install the latest one? And if anyone has installed it the ubuntu laggy or is it normal.
harsh3090416 said:
what version of libreoffice does it install the latest one? And if anyone has installed it the ubuntu laggy or is it normal.
Click to expand...
Click to collapse
a little laggy sometimes, but still usable most of the time without any problems
libreoffice 3.3.2... you should probably check the ubuntu ARM 11.04 repository to see what is there
top says 1gb ram, 0.90gb used.... not sure why......
EDIT: Tried pairing a BT Mouse... able to find the device via "BT->Search other", but unable to pair properly. Mouse said paired successful, but touchpad couldnt continue, kept searching for devices
Tried "BT->Search Keyboard", but couldnt find the mouse this way
Now they have Debian chroot. Works great as well. Both can coexist at once. All it is is a folder at /media/extfs
Btw, has anyone gotten gnome working? I keep getting segmentation faults.
Is there a way to make that partition without meta doctor?
DJGonzo said:
Is there a way to make that partition without meta doctor?
Click to expand...
Click to collapse
metadoctor makes a partition
you could loop a filesystem ontop of the existing partition to avoid this issue, but the page below recommends against it
http://www.webos-internals.org/wiki/Chrooting
mount: mounting /dev/mapper/store-ext3fs on /media/ext3fs failed: No such file o
r directory
Why am i getting this error when trying to mount? It's really ticking me off as I haven't done anything different from the instructions.
I just spent an hour redoing the whole thing and guess what... i'm pissed off
same ****
samvillian said:
mount: mounting /dev/mapper/store-ext3fs on /media/ext3fs failed: No such file o
r directory
Why am i getting this error when trying to mount? It's really ticking me off as I haven't done anything different from the instructions.
I just spent an hour redoing the whole thing and guess what... i'm pissed off
same ****
Click to expand...
Click to collapse
looks like you didn't do metadoctor properly,
or you didn't make the /media/ext3fs directory,
or "mount -o remount,rw" didn't execute properly
1st problem: your touchpad should have around 10GB free(out of 16GB, or do the math if you have a 32/64gb)
2nd problem: go back to cmd prompt and check that /media/ext3fs exists
3rd problem: reinstall via webos doctor and do it again
kevina90 said:
Now they have Debian chroot. Works great as well. Both can coexist at once. All it is is a folder at /media/extfs
Btw, has anyone gotten gnome working? I keep getting segmentation faults.
Click to expand...
Click to collapse
Sorry, this is off topic. I'm sure Android will get here, but I really want to use my Touchpad (I haven't done much because I figured everything would get wiped anyway this weekend), so I think I'm going to give Linux a go. My understanding of Linux is rather crap. I thought Linux was the OS, and Ubuntu and other things were just GUIs to make it easier for people unfamiliar with command line. How could Debian simultaneously coexist?
I know I could go to wikipedia and look around and try to understand it, but by chance does anyone know any website that kinda describes Linux to beginners? I don't just want to follow the directions step by step on the guide (although its brilliant, looks very easy)without having the slightest effin idea what everything is, you know? Its weird, Linux confuses me, I don't know why. I've used ubuntu a number of times but it's just browsing firefox, not exactly rocket science!
Thanks if you can easily give link and press send then thanks but don't go out of your way, I can find something eventually, but I don't want someone else mucking around for my sake. Its no emergency.
Komodo Rogue said:
Sorry, this is off topic. I'm sure Android will get here, but I really want to use my Touchpad (I haven't done much because I figured everything would get wiped anyway this weekend), so I think I'm going to give Linux a go. My understanding of Linux is rather crap. I thought Linux was the OS, and Ubuntu and other things were just GUIs to make it easier for people unfamiliar with command line. How could Debian simultaneously coexist?
I know I could go to wikipedia and look around and try to understand it, but by chance does anyone know any website that kinda describes Linux to beginners? I don't just want to follow the directions step by step on the guide (although its brilliant, looks very easy)without having the slightest effin idea what everything is, you know? Its weird, Linux confuses me, I don't know why. I've used ubuntu a number of times but it's just browsing firefox, not exactly rocket science!
Thanks if you can easily give link and press send then thanks but don't go out of your way, I can find something eventually, but I don't want someone else mucking around for my sake. Its no emergency.
Click to expand...
Click to collapse
I would just find a book on amazon about linux with good reviews made in the past 1-2 years. I would look for one that is distribution neutral.
The reason you can have webos on there and another version of linux is because it's basically installed in another partition (not really, but that's the easiest way I can describe it to you). The actual details of how chroot works are different, but that should relate enough to you to get what it it is.
Linux is the Kernel. Debian, Ubuntu, Fedora and the rest are distributions of that kernel along with a GUI, and programs to make it a fully functional OS like Windows or OS X.
The Debian and Ubuntu on WebOS is minimal pared down distribution with no gui.
I just went thru all the steps , contacting the army of monkeys, and installed all the preware stuff.
I get Service Error Unable to run command : /sbin/initctl start org.webinternals.debian-squeeze etc etc
Unknown job org.webosinternals.debian-squeeze-chroot.
I got this with the Ubuntu chroot too. any ideas?
paperWastage said:
looks like you didn't do metadoctor properly,
or you didn't make the /media/ext3fs directory,
or "mount -o remount,rw" didn't execute properly
1st problem: your touchpad should have around 10GB free(out of 16GB, or do the math if you have a 32/64gb)
2nd problem: go back to cmd prompt and check that /media/ext3fs exists
3rd problem: reinstall via webos doctor and do it again
Click to expand...
Click to collapse
I've redone webos doctor like 4 times already.
How do I check if the directory exists? Plus i'm on a fresh 32gb, so its not that.
thanks
edit: i tested to see if the directories existed and i found a possible error.
i just cd to the folder to see if it exists, and media/ext3fs existed.
but the /dev/mapper/store-ext3fs doesn't exist apparently...
would that be the issue?

Q: Valid link to UbuntuTouchPadRootfs.tar?

Hi All,
I'm trying to get Ubuntu installed on my Touchpad... with lots of problems... (anyway, for now most are fixed...)
However, does anyone have a working link for TouchPadBuntuRootfs.tar.gz version: 12.04 LTS edition...??
- all links I found so far are dead!!
Ubuntu 12.10 Final = Screen Corruption, graphics messed up.
Ubuntu 13.04 Final = Does not install, and need to get rid of E17 and restore normal desktop
Ubuntu 12.04 = Cannot find this addition anyone, and Ive been trying...
Many thanks, Lister
I'm downloading mine from here.
https://docs.google.com/file/d/0B4WUjKii92l2bDRlQ0NTbTZBemM/preview?pli=1 but haven't tried it in the process of installing it.
Took me awhile I had android on my tp so I ran acme uninstaller to do a fresh start because for some reason my WiFi is not working on android.
When I did that it messed up my whole TP then I had to follow directions to factory reset it took me about an hour so now I'm downloading the files to try to run Ubuntu
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
Hi Hovax615,
Thanks for the link, but I am after the specific 12.04 LTS edition of that file...
As I have tried 12.10 but that appears to have limited driver support, and both the graphics display drivers are messed up, plus it wont let me join WiFi... Says I do not have permission, even though I'm an Admin user...
And 13.04 version does not install via the method I mentioned in the other post. It says it's installed, but ends up in a Boot-Loop (only in Ubuntu, all other OS's are fine...).
So if anyone has a link to the 12.04 / LTS Edition that would be most welcomed, as all links to that file seem to be dead at the moment...??
Yeah, restoring a Touchpad can be scary times... My first go at that, and I thought my Tablet had proper died... as even WebOS Doctor didnt want to know it... But thankfully, its alive and well... And now I know how to fix that again easily, its not so scary now... lol
Many thanks, Lister
[email protected] said:
I'm downloading mine from here.
https://docs.google.com/file/d/0B4WUjKii92l2bDRlQ0NTbTZBemM/preview?pli=1 but haven't tried it in the process of installing it.
Took me awhile I had android on my tp so I ran acme uninstaller to do a fresh start because for some reason my WiFi is not working on android.
When I did that it messed up my whole TP then I had to follow directions to factory reset it took me about an hour so now I'm downloading the files to try to run Ubuntu
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
Click to expand...
Click to collapse
Yeah I got it to run pretty easily via smackme2. From clean install all you have to do is make a folder “sminstall" put the files in it should be
UImage,
the kexec which on Ubuntu 13.04 it comes with it already.
Moboot
You have to have the smackme2 in the folder that you have acmeinstaller in when you loaded android. I have windows so mine would be in
Program files/palm, in
Okay so let me run it down for you.
Download the files you need it should be 4 files total depending if your going to run the 12.04 which should be 4
UIMAGE SMACKME2
KEXEC.TAR(OR WHATEVER IT IS)
MOBOOT
UBUNTU
MAKE “SMINSTALL" FOLDER IN TOUCHPAD COPY KEXEC.TAR, MOBOOT, UBUNTU TO SMINSTALL FOLDER.
THAN YOU WANT TO PUT THE UIMAGE SMACKME2 IN THE PALM, INC FOLDER.
NOW TO GET THE PALM, INC FOLDER YOU'LL HAVE TO DOWNLOAD AND INSTALL THE NOVACOM DRIVER. WHICH I ASSUME YOU ALREADY DO.
UNMOUNT YOUR TP RESTART IT AND PUT IT INTO RECOVER (WHEN RESTARTED HOLD UP VOLUME)
NEXT YOU WANT TO OPEN UP “FIND" OR “SEARCH" ON YOUR LAPTOP OR COMPUTER AND OPEN EITHER CMD OR COMMAND PROMPT.
NEXT AS FOLLOWS FOR COMMAND PROMPT.
CD /PROGRAM FILES/PALM, INC
novacom boot mem:// < uImage.SmackMe2
You can copy and paste that last one.
After that it should show the two penguins and start extracting.
It'll reboot the boot into kexec then toggle with volume button to Ubuntu and to select it press/hold the power button at the top.
I'm going to try to find Ubuntu 12.04 for you but its 1am here in California and I'm about to go to bed.
Sent from my SAMSUNG-SGH-I337 using xda app-developers app

Help me pls!

Hi there, so I saw that you do a lot of videos about the HP touchpad, Basically I decided to delete android off my touchpad and I did but in the process I also deleted webos. Only thing that comes up is the webOS logo and that's it...I've tried to use webOS doctor and WebOS quick installer but for some reason these programs refuse to pick up the device. All my computers are seeing my device as "palm" and "unidentified" I tried looking for the drivers but because it's such a out dated I couldn't find anything...please help me get webOS back!!
coolzab123 said:
Hi there, so I saw that you do a lot of videos about the HP touchpad, Basically I decided to delete android off my touchpad and I did but in the process I also deleted webos. Only thing that comes up is the webOS logo and that's it...I've tried to use webOS doctor and WebOS quick installer but for some reason these programs refuse to pick up the device. All my computers are seeing my device as "palm" and "unidentified" I tried looking for the drivers but because it's such a out dated I couldn't find anything...please help me get webOS back!!
Click to expand...
Click to collapse
Do you have novacom and novaterm installed, including Java Runtime Environment? hope it helps
http://forum.xda-developers.com/hp-...roid-4-4-x-t2912820/post56167358#post56167358
A)You must have the novacom software installed on your PC before running Jcsullins Touchpad Toolbox.
Download and run the Universal Novacom Installer 1.4.1. Click here:
Note:You will need to have Java installed to run the Universal installer. Click here:
Note: You may need to reboot after installing this software.
Or
Download, extract and install the appropriate version of Novacom for your OS. Click here:
Note: Under Linux the Novacom driver is installed at /opt/Palm run it from this location.
ashTP88 said:
Do you have novacom and novaterm installed, including Java Runtime Environment? hope it helps
http://forum.xda-developers.com/hp-...roid-4-4-x-t2912820/post56167358#post56167358
A)You must have the novacom software installed on your PC before running Jcsullins Touchpad Toolbox.
Download and run the Universal Novacom Installer 1.4.1. Click here:
Note:You will need to have Java installed to run the Universal installer. Click here:
Note: You may need to reboot after installing this software.
Or
Download, extract and install the appropriate version of Novacom for your OS. Click here:
Note: Under Linux the Novacom driver is installed at /opt/Palm run it from this location.
Click to expand...
Click to collapse
Err I'm confused Sorry, I'm so new to all this. So I have Novcom, Novaterm and JRE(Java Run time environment) Do I now just run the WebOS Doctor?
EDIT: I tried that and still it WebOS Doctor does not work.
Read my Super Easy way thread for full details on everything
coolzab123 said:
Hi there, so I saw that you do a lot of videos about the HP touchpad, Basically I decided to delete android off my touchpad and I did but in the process I also deleted webos. Only thing that comes up is the webOS logo and that's it...I've tried to use webOS doctor and WebOS quick installer but for some reason these programs refuse to pick up the device. All my computers are seeing my device as "palm" and "unidentified" I tried looking for the drivers but because it's such a out dated I couldn't find anything...please help me get webOS back!!
Click to expand...
Click to collapse
So you did a complete data reset and you want to reininstall WebOS. You've already run the TPtoolbox from your PC so you must already have the novacom software installed. You just need to read the last two lines in my thread info to find the detailed instructions you'll need.
A)(Optional) Complete Data Reset, Completely Removes WebOS and Android
-The procedure will completely remove WebOS and Android from the device. The partitions/volumes will be rebuilt new and boot will be remade with a minimal amount of programs provided by the TPToolbox.
-Scroll down to Complete Data Reset and select it with the home button and choose yes to begin the process.
-If you previously did step number 3 then skip this step and proceed to step B.
-If you previously removed WebOS but want to add it back use Jcsullins instructions click here:
-If you need to bypass the WebOS activation get the tool and instructions click here:
Read this thread.
[ROM GUIDE]How to install Android 5.x.x/4.4.x with Jcsullins TPtoolbox Super Easy Way
RolandDeschain79 said:
So you did a complete data reset and you want to reininstall WebOS. You've already run the TPtoolbox from your PC so you must already have the novacom software installed. You just need to read the last two lines in my thread info to find the detailed instructions you'll need.
A)(Optional) Complete Data Reset, Completely Removes WebOS and Android
-The procedure will completely remove WebOS and Android from the device. The partitions/volumes will be rebuilt new and boot will be remade with a minimal amount of programs provided by the TPToolbox.
-Scroll down to Complete Data Reset and select it with the home button and choose yes to begin the process.
-If you previously did step number 3 then skip this step and proceed to step B.
-If you previously removed WebOS but want to add it back use Jcsullins instructions click here:
-If you need to bypass the WebOS activation get the tool and instructions click here:
Read this thread.
[ROM GUIDE]How to install Android 5.x.x/4.4.x with Jcsullins TPtoolbox Super Easy Way
Click to expand...
Click to collapse
Hey thanks! Everything has been fixed

HP wont let me in after partial wipe.

I havent used my Touchpad for a year or so but took it on holiday to Portugal. I tried getting my GMAIL to work and it would not. So I did a partial wipe. Now it lets me say what country I am and what language then goes to wifi screen. It shows its picking up my wifi and lets me sign in then an error message comes up and it goes no further I understand Webos is not supported any more so was wondering how to load a new software package ( Android?) and start again. Help please?
Install Android and you're good
rose28454 said:
I havent used my Touchpad for a year or so but took it on holiday to Portugal. I tried getting my GMAIL to work and it would not. So I did a partial wipe. Now it lets me say what country I am and what language then goes to wifi screen. It shows its picking up my wifi and lets me sign in then an error message comes up and it goes no further I understand Webos is not supported any more so was wondering how to load a new software package ( Android?) and start again. Help please?
Click to expand...
Click to collapse
Android would be the way to go, WebOS is no longer supported. Jcsullins TPtoolbox with make it happen, have fun.:highfive:
[ROM GUIDE]How to install Android 5.x.x/4.4.x with Jcsullins TPtoolbox Super Easy Way
RolandDeschain79 said:
Android would be the way to go, WebOS is no longer supported. Jcsullins TPtoolbox with make it happen, have fun.:highfive:
[ROM GUIDE]How to install Android 5.x.x/4.4.x with Jcsullins TPtoolbox Super Easy Way
Click to expand...
Click to collapse
I had a look and think I can do that. But couple questions. How can I get past the screens I mentioned in my post and secondly how can I download if I cant get on internet on the TP?
rose28454 said:
I had a look and think I can do that. But couple questions. How can I get past the screens I mentioned in my post and secondly how can I download if I cant get on internet on the TP?
Click to expand...
Click to collapse
You'll need to connect the touchpad to a PC prior to using the toolbox. It'll let the PC read the touchpad as a USB mass storage device and you can migrate your ROM, GAPPS, etc. onto the device and let the toolbox work its magic .
rfoster2009 said:
You'll need to connect the touchpad to a PC prior to using the toolbox. It'll let the PC read the touchpad as a USB mass storage device and you can migrate your ROM, GAPPS, etc. onto the device and let the toolbox work its magic .
Click to expand...
Click to collapse
I tried for 4 hours last night and eventually downloaded the Novacom but it would not work. Any ideas?
Instructions start with step #1
rose28454 said:
I tried for 4 hours last night and eventually downloaded the Novacom but it would not work. Any ideas?
Click to expand...
Click to collapse
It took you 4hrs to get to step 1? Further explanation is needed here, the steps are in an order for a reason.
If you're having issues getting the novacom drivers installed disable any antivirus or spyware protection that might be preventing the program from downloading the correct drivers for your system. Also make sure you have java installed and reboot after installing everything.
1)Getting started, Requirements and Preparation:
A)You must have the novacom software installed on your PC before running Jcsullins Touchpad Toolbox.
Download and run the Universal Novacom Installer 1.4.1. Click here:
Note:You will need to have Java installed to run the Universal installer. Click here:
Note: You may need to reboot after installing this software.
Or
Download, extract and install the appropriate version of Novacom for your OS. Click here:
Note: Under Linux the Novacom driver is installed at /opt/Palm run it from this location.

Unable to install novacom driver on Ubuntu 17.10

I'm attempting to install an older version of Ubuntu on my HP Touchpad following the instructions from WebOS Internals for UbuntuChroot and I get stuck at the part where I'm supposed to install the novacom drivers. I've tried all sorts of tools, file downloads, etc. to get it to work, and nothing will. Any ideas?
Alternatively, if there's a way to get a Linux distro on the Touchpad using Windows 10, directions to instructions for that would be appreciated as well. I'm able to connect it to my Win10 PC (though novaterm doesn't seem to want to work properly) but the instructions I'm following specify that Linux is needed.

Categories

Resources