webOS Nation Forums >  webOS apps and software >  webOS development > palm-install troubles
palm-install troubles

  Reply
 
LinkBack Thread Tools Display Modes
Old 07/12/2009, 06:55 PM   #21 (permalink)
Member
 
Join Date: Dec 2008
Posts: 63
Likes Received: 4
Thanks: 12
Thanked 11 Times in 7 Posts
Default

I finally got the installer to work! It seems that there was a problem with my Novacom. If anyone is still having this problem, right click on your "My Computer " link, go to Hardware>Device Manager. In there, if there is a yellow exclamation point on Novacom, click on it and re-install the driver.

Other people have found other ways to fix this problem, so this may not work for everyone. It seems that many different problems cause this same error message.

Gotta go play with all my great downloaded apps now!
tasdad is offline   Reply With Quote
Old 07/16/2009, 06:49 PM   #22 (permalink)
Member
 
Join Date: Jun 2009
Posts: 3
Likes Received: 0
Thanks: 0
Thanked 1 Time in 1 Post
Default

Still having major issues...with "connection refused error" multiple install and reinstalls, went to services.msc, novacom started...usb shows palm novacom plugged in.

windows vista home...no yellow exclamation...just over and over connection refused

when starting emulator from icon..says novacom needs to be running..get options of abort ignore retry

help
StangAK is offline   Reply With Quote
Old 07/17/2009, 03:04 PM   #23 (permalink)
Member
 
Join Date: Jul 2009
Posts: 1
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Default

i also have the connection refused error no matter what i try

my services list claims that palm novacom is in fact running, but when i try to restart it, i get errors

im running vista home premium as well, I'm trying a full install on an old XP machine now, ill post here if that works

EDIT: the install on XP worked fully so I guess Vista was causing the problem :/

Last edited by nealbhasin; 07/17/2009 at 08:26 PM. Reason: found problem
nealbhasin is offline   Reply With Quote
Old 07/22/2009, 10:01 AM   #24 (permalink)
Member
 
Join Date: Jun 2009
Posts: 3
Likes Received: 0
Thanks: 0
Thanked 1 Time in 1 Post
Default

Guess i will never get this working on Vista
StangAK is offline   Reply With Quote
Old 07/27/2009, 10:15 AM   #25 (permalink)
Member
 
Join Date: Jun 2009
Posts: 2
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Default Reboot the Palm Pre in the emulator

I use the Ubuntu Linux SDK.

I got the error in either case, whether I tried to run the test app from Eclipse or manually, through the command window.

To correct the problem, I did a "Close", then "Power Off the Machine," in the emulator, then restarted the emulator (the equivalent of turning your Pre completely off and back on again, which does a shutown and a reboot of the Linux/webOS).
Dr. Mike is offline   Reply With Quote
Old 08/02/2009, 06:43 AM   #26 (permalink)
Member
 
Thibaud's Avatar
 
Join Date: Feb 2008
Location: France
Posts: 98
Likes Received: 1
Thanks: 20
Thanked 24 Times in 15 Posts
Exclamation Could webOS novacomd be the cause of the issue?

Quote:
Originally Posted by Dr. Mike View Post
I use the Ubuntu Linux SDK.

I got the error in either case, whether I tried to run the test app from Eclipse or manually, through the command window.

To correct the problem, I did a "Close", then "Power Off the Machine," in the emulator, then restarted the emulator (the equivalent of turning your Pre completely off and back on again, which does a shutdown and a reboot of the Linux/webOS).
I fully agree, restarting Gnu/Linux webOS "within" the emulator always did the trick for me (I use Cygwin under Windows XP).

Personally, I'm using a different (smarter?) way to restart Gnu/Linux webOS, by logging in the emulator and asking for a reboot (commands in bold, console output in italics):
Code:
$ ssh -p 5522 root@localhost
root@localhost's password: 
root@qemux86:/var/home/root# shutdown -r now

Broadcast message from root@qemux86
        (/dev/pts/0) at 12:24 ...

The system is going down for reboot NOW!
root@qemux86:/var/home/root# Connection to localhost closed by remote host.
Connection to localhost closed.
Of course, you get kicked out of the emulator, but back in your native environment, you can see the communication being brought back to life:
Code:
$ novacom.exe -l
3633 7b3a2fecb5c526f08722bea6e78731c34aa05bc2 tcp emulator

But looking further, I came to suspect the webOS novacomd daemon to be the reason for the "no device found" issue. It appeared that simply killing and restarting it did the trick too (notice the & to put the process in background):
Code:
$ ssh -p 5522 root@localhost
root@localhost's password: 
root@qemux86:/var/home/root# ps axuww | grep novacomd | egrep -v grep
root      1313  4.8  0.2   1904   676 ?        S<l  12:52   1:40 /sbin/novacomd --connect-ip 10.0.2.2
root@qemux86:/var/home/root# kill -1 1313
root@qemux86:/var/home/root# /sbin/novacomd --connect-ip 10.0.2.2 &
root@qemux86:/var/home/root# [2009/8/2 13:27:32] novacomd version novacomd-59 starting...
[2009/8/2 13:27:32] novacomctl socket ready to accept
[2009/8/2 13:27:32] Got option connect-ip with value 10.0.2.2
[2009/8/2 13:27:32] Connecting to 10.0.2.2/6969 via IP
[2009/8/2 13:27:32] [2009/8/2 13:27:32] going online
[2009/8/2 13:27:32] novacom_register_device:187: dev '347c170321261c677fe2f9538e86b36ee44a7e46' via tcp type emulator
failed to open gadgetfs ep0 node
If confirmed, this could mean the novacomd daemon somewhat gets lost whenever the emulator is restarted from the previously saved state. So rebooting the whole webOS was just a (bit complicated) way of restarting the novacomd daemon itself! ;-)

Hope it helps, this worked for me like a charm so far...

Last edited by Thibaud; 08/02/2009 at 08:34 AM. Reason: Typo fix
Thibaud is offline   Reply With Quote
Old 11/13/2009, 11:46 PM   #27 (permalink)
Member
 
johncc's Avatar
 
Join Date: Oct 2005
Location: Adelaide, AU,.... (EU Pre 3, TP 32GB, P100UEU 2.1.0)
Posts: 3,910
Likes Received: 87
Thanks: 544
Thanked 453 Times in 331 Posts
Default device not found

The solution to my "device not found" problem, when installing to the emulator, seemed to be solved by not saving the state of the emulator prior to loading it before the install. ie the emulator had to go throught the complete bootup process before the install.
johncc is offline   Reply With Quote
Old 11/14/2009, 07:47 AM   #28 (permalink)
Developer
 
rwhitby's Avatar
 
Join Date: Apr 2003
Location: Adelaide, Australia - follow @webosinternals on Twitter visit www.webos-internals.org and www.facebook.com/webosinternals
Posts: 10,220
Likes Received: 546
Thanks: 90
Thanked 8,534 Times in 2,806 Posts
Default

I just use "killall novacomd"

-- Rod
__________________
WebOS Internals and Preware Founder and Developer
You may wish to donate by Paypal to donations @ webos-internals.org if you find our work useful.
All donations go back into development.
www.webos-internals.org twitter.com/webosinternals facebook.com/webosinternals
rwhitby is offline   Reply With Quote
Thanked By: Thibaud
Old 11/14/2009, 09:48 AM   #29 (permalink)
Member
 
Join Date: Nov 2009
Location: UK
Posts: 45
Likes Received: 0
Thanks: 16
Thanked 7 Times in 2 Posts
Default

I also have a problem with disconnecting the Pre from my PC after using palm-install. I try the XP "Safe removal" but it never let's me disconnect.

In the end, I have to physically disconnect, and get warned by the Pre that this may damage data.

Any ideas?
wonka68 is offline   Reply With Quote
Old 12/04/2009, 04:59 AM   #30 (permalink)
Member
 
Thibaud's Avatar
 
Join Date: Feb 2008
Location: France
Posts: 98
Likes Received: 1
Thanks: 20
Thanked 24 Times in 15 Posts
Default Small is beautiful...

Quote:
Originally Posted by rwhitby View Post
I just use "killall novacomd"

-- Rod
Small is beautiful, as always, thank you Rod...
__________________
Palm Pilot Pro -> M505 -> T|X -> (franken) Pre & Pixi
Linphone port to webOS (1.4.x -> ...)

Last edited by Thibaud; 12/04/2009 at 05:20 AM.
Thibaud is offline   Reply With Quote
Reply

 

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0