webOS Nation Forums >  webOS developer forums >  Canuck Coding > WebOS Quick Install
WebOS Quick Install

  Closed Thread
Like Tree8Likes

 
LinkBack Thread Tools Display Modes
Old 07/29/2009, 02:14 PM   #301 (permalink)
Member
 
Join Date: Jul 2009
Posts: 2
Likes Received: 0
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by nick8539 View Post
I tried this but still receiving the same error. I replied to your email and yeah I can help you with testing.
same issue still here (i actually tried it before my last post)
mlemonds is offline  
Old 07/29/2009, 02:51 PM   #302 (permalink)
Member
 
hmagoo's Avatar
 
Join Date: Jun 2009
Location: Palm Desert, CA
Posts: 249
Likes Received: 1
Thanks: 38
Thanked 47 Times in 22 Posts
Default

same error here, file does not exist, have the webOSdoctor jar file right next to the quick install file, using Xubuntu 9.04..

java -version says
Code:
java version "1.6.0_14"
Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode, sharing)
hmagoo is offline  
Old 07/29/2009, 02:52 PM   #303 (permalink)
Member
 
Join Date: Jul 2009
Posts: 13
Likes Received: 0
Thanks: 1
Thanked 0 Times in 0 Posts
Default

for those that have already this working.

Are you supposed to turn dev. mode off once u finish and you take it out the pc?
what would happen if i leave it on, or off?
angelito is offline  
Old 07/29/2009, 03:04 PM   #304 (permalink)
Member
 
Join Date: Jul 2009
Posts: 27
Likes Received: 0
Thanks: 2
Thanked 0 Times in 0 Posts
Default

do i need to do anything with the web os doctor once it finnishes downloading? or do i go straight to the WebOSQuickInstall and click on that?
Norelco is offline  
Old 07/29/2009, 03:18 PM   #305 (permalink)
Legend
 
Jason Robitaille's Avatar
 
Join Date: May 2005
Location: Winnipeg, MB, Canada
Posts: 3,883
Likes Received: 496
Thanks: 801
Thanked 12,954 Times in 1,495 Posts
Default

Quote:
Originally Posted by hmagoo View Post
same error here, file does not exist, have the webOSdoctor jar file right next to the quick install file, using Xubuntu 9.04..
Yea, seems to be a common issue between Mac and Linux i plan to work on tonight.

Quote:
Originally Posted by angelito View Post
for those that have already this working.Are you supposed to turn dev. mode off once u finish and you take it out the pc? what would happen if i leave it on, or off?
If you leave DevMode on, it leaves open other devices to connect to your device. You can leave it on or turn it off, it's really a matter of choice.

Quote:
Originally Posted by Norelco View Post
do i need to do anything with the web os doctor once it finnishes downloading? or do i go straight to the WebOSQuickInstall and click on that?
as long as webOSDoctor is in the same folder as WebOSQuickInstall.jar, you should be good to launch my program
Jason Robitaille is offline  
Thanked By: Norelco
Old 07/29/2009, 03:37 PM   #306 (permalink)
Member
 
Join Date: May 2009
Posts: 17
Likes Received: 0
Thanks: 0
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by Jason Robitaille View Post
Yea, seems to be a common issue between Mac and Linux i plan to work on tonight.
It looks like a directory path is missing the leading slash (/). For example when I run the installer, it says it cannot find webOSDoctor in home/myHome/myInstallerDirectory when it SHOULD be looking in /home/myHome/myInstallerDirectory.

As a temporary fix, you can create the path it is looking for in the directory where you are running the app. So in my case I would copy webOSDoctor to /home/myHome/myInstallerDirectory/home/myHome/myInstallerDirectory
SoyleMycelf is offline  
Thanked By: Jason Robitaille
Old 07/29/2009, 03:38 PM   #307 (permalink)
Member
 
Join Date: Jul 2009
Posts: 20
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I got it workin now! THANKS!!!! So far i got dkgooglevoice and filecoaster! i downloaded a mp3 with filecoaster but it didnt play.I was able to download apps from my phone tho! what other apps are worth downloadin? i dont wanna download all of them to find out!!!
ostrange is offline  
Old 07/29/2009, 03:41 PM   #308 (permalink)
Member
 
Join Date: Jul 2009
Posts: 27
Likes Received: 0
Thanks: 2
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by Jason Robitaille View Post
Yea, seems to be a common issue between Mac and Linux i plan to work on tonight.


If you leave DevMode on, it leaves open other devices to connect to your device. You can leave it on or turn it off, it's really a matter of choice.


as long as webOSDoctor is in the same folder as WebOSQuickInstall.jar, you should be good to launch my program

YES THANK YOU SO MUCH THAT WAS ALL I NEEDED TO DO PUT THEM IN THE SAME FOLDER THANK YOU I HAD THEM BOTH ON MY DESKTOP AND THAT's WHY IT CAME UP SAYING EMULATOR OR USB AND WHEN I CHOSE ONE NOTHING HAPPENed WHEN I PUT THEM INTO THE SAME FOLDER WHEN I CLICKED QUICKINSTALL IT MADE A NED FOLDER CALLED INSTALL AND OPENED THANKS AGAIN
Norelco is offline  
Old 07/29/2009, 04:06 PM   #309 (permalink)
Member
 
Join Date: Jul 2009
Posts: 98
Likes Received: 0
Thanks: 22
Thanked 11 Times in 8 Posts
Default

Thanks for the Win 7 tutorial! Thought I had a problem because I kept getting "device not installed". After a bit I realized that i'd forgotten to put the Pre in Developer mode
Worked perfectly after that.

Does MyTether install without rooting in this version? (hope)
tamvegas is offline  
Old 07/29/2009, 04:15 PM   #310 (permalink)
Member
 
nick8539's Avatar
 
Join Date: Jul 2009
Posts: 88
Likes Received: 0
Thanks: 4
Thanked 25 Times in 12 Posts
Default

Quote:
Originally Posted by SoyleMycelf View Post
It looks like a directory path is missing the leading slash (/). For example when I run the installer, it says it cannot find webOSDoctor in home/myHome/myInstallerDirectory when it SHOULD be looking in /home/myHome/myInstallerDirectory.

As a temporary fix, you can create the path it is looking for in the directory where you are running the app. So in my case I would copy webOSDoctor to /home/myHome/myInstallerDirectory/home/myHome/myInstallerDirectory

I don't quite understand this. How do I create a path within a folder?

UPDATE**** OH Got it. basically make a folder within a folder...I'm one step further will let you know if it doesn't work. Thanks

Last edited by nick8539; 07/29/2009 at 04:22 PM.
nick8539 is offline  
Old 07/29/2009, 04:31 PM   #311 (permalink)
Member
 
Join Date: Jul 2009
Posts: 6
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Fixing the directory structure worked! Up and running on my Mac. Thanks for all your great work.
kbpre24 is offline  
Old 07/29/2009, 04:36 PM   #312 (permalink)
Member
 
Join Date: Jul 2009
Posts: 27
Likes Received: 0
Thanks: 2
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by tamvegas View Post
Thanks for the Win 7 tutorial! Thought I had a problem because I kept getting "device not installed". After a bit I realized that i'd forgotten to put the Pre in Developer mode
Worked perfectly after that.

Does MyTether install without rooting in this version? (hope)
I've tride it and it didn't work you have to do something like root in some shell.ipk you can find that ipk on the my tether post either first or second page but you do have to root your pre which really sucks
Norelco is offline  
Old 07/29/2009, 04:55 PM   #313 (permalink)
Member
 
nick8539's Avatar
 
Join Date: Jul 2009
Posts: 88
Likes Received: 0
Thanks: 4
Thanked 25 Times in 12 Posts
Default

On the mac I tried fixing the directory structure to match the error and got as far as asking me to choose USB Device or Emulator, regardless of what I choose it just closes.
nick8539 is offline  
Old 07/29/2009, 05:02 PM   #314 (permalink)
Member
 
Join Date: Jun 2009
Posts: 4
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Can anyone advise me?

I'm on Windows Vista 32. I've installed novacom without a problem. I've removed and then installed the newest version of Java. Just to be safe, I installed the SDK and Virtual Machine.

However, whenever I try and open the .jar file, I get one of the following errors:
- When trying to open via an association with Java Platform SE Binary, I get a Windows dialogue that prompts me, "Could not find the main class ... Program will exit"
- When trying to open via an association with Java Web Start Launcher, I get a Java dialogue that prompts me, "Unable to Launch the application."

Thus far, no luck getting the .jar file to execute? Any help out there?
nunboi is offline  
Old 07/29/2009, 06:29 PM   #315 (permalink)
Member
 
Join Date: Jul 2009
Posts: 1
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Default Pre SDK download???

I cannot get anything to work on the pre, do I have to download the SDK? and if so where can i find the download for it? It keeps stating, device not found, and i am at a stop as to what is causing this besides the SDK thing.
UnloadingWhale is offline  
Old 07/29/2009, 07:17 PM   #316 (permalink)
Legend
 
Jason Robitaille's Avatar
 
Join Date: May 2005
Location: Winnipeg, MB, Canada
Posts: 3,883
Likes Received: 496
Thanks: 801
Thanked 12,954 Times in 1,495 Posts
Default

Quote:
Originally Posted by UnloadingWhale View Post
I cannot get anything to work on the pre, do I have to download the SDK? and if so where can i find the download for it? It keeps stating, device not found, and i am at a stop as to what is causing this besides the SDK thing.
No, SDK is not required.
If you're on Windows, try http://forums.precentral.net/web-os-...er-method.html
Jason Robitaille is offline  
Old 07/29/2009, 08:42 PM   #317 (permalink)
Member
 
Join Date: Oct 2005
Posts: 8
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I am having the same problem.
I DID have it working the other night, but for some reason I deleted everything and now I get the same message even though I have webOSDoctor in the same directory (actually its the webosdoctorp100ewwsprint.jar file)

can't seem to get past this.

Thanks.e
elwood17 is offline  
Old 07/29/2009, 11:53 PM   #318 (permalink)
Legend
 
Jason Robitaille's Avatar
 
Join Date: May 2005
Location: Winnipeg, MB, Canada
Posts: 3,883
Likes Received: 496
Thanks: 801
Thanked 12,954 Times in 1,495 Posts
Default

v1.3 - July 29, 09
- Many Mac/Linux bugfixes
- Minor internal code changes

Download Mirror

I don't have a Mac, but I did as much testing on Ubuntu as I could. A redid a fair bit of the setup code and my app should be much more Mac/Linux-friendly.

I'm gonna postpone my guide on how to install non-standard apps til tomorrow (for various personal reasons).

Enjoy
Jason Robitaille is offline  
Old 07/30/2009, 12:05 AM   #319 (permalink)
Member
 
Join Date: Jul 2009
Posts: 6
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thank you, thank you it finaly worked on my mac!
alex6137 is offline  
Old 07/30/2009, 12:23 AM   #320 (permalink)
Member
 
Join Date: Jul 2009
Posts: 6
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Default

WebOS Quickinstall works but non off the apps are installed on my Pre. I'm i doing something wrong?
alex6137 is offline  
Closed Thread

 

Thread Tools
Display Modes


LinkBacks (?)
LinkBack to this Thread: http://forums.webosnation.com/canuck-coding/194832-webos-quick-install.html
Posted By For Type Date
YouTube - Easy way to get a virtual keyboard on the Palm Pre This thread Refback 05/27/2010 06:51 PM
YouTube - Easy way to get a virtual keyboard on the Palm Pre This thread Refback 05/21/2010 11:20 PM
YouTube - Easy way to get a virtual keyboard on the Palm Pre This thread Refback 05/21/2010 06:11 PM
YouTube - Easy way to get a virtual keyboard on the Palm Pre This thread Refback 05/20/2010 03:47 AM
YouTube - Easy way to get a virtual keyboard on the Palm Pre This thread Refback 05/18/2010 07:56 PM
YouTube - Easy way to get a virtual keyboard on the Palm Pre This thread Refback 05/18/2010 05:20 PM
YouTube - Easy way to get a virtual keyboard on the Palm Pre This thread Refback 05/14/2010 08:51 PM
YouTube - Easy way to get a virtual keyboard on the Palm Pre This thread Refback 05/08/2010 02:32 PM
YouTube - Easy way to get a virtual keyboard on the Palm Pre This thread Refback 05/05/2010 08:33 AM


 


Content Relevant URLs by vBSEO 3.6.0