06/30/2009, 09:50 AM
|
#1 (permalink) |
|
Member
![]() Join Date: Jun 2009
Posts: 66
Likes Received: 0
Thanks: 12
Thanked 12 Times in 6 Posts
|
I'm getting the "no device found" error whenever I try to run palm-install.bat
I only saw one other person with this problem in the entire 22 page thread, and the response was to make sure the emulator is running and make sure the same command window that runs palm-emulator.bat runs palm-install.bat I immediately call palm-emulator then palm-install, and the response is "palm-install: no device found" Any suggestions? Thanks! |
06/30/2009, 10:13 AM
|
#2 (permalink) | |
|
Member
![]() Join Date: Aug 2005
Posts: 832
Likes Received: 0
Thanks: 29
Thanked 99 Times in 65 Posts
|
Quote:
Make sure you are in the top directory of your apps folder... For example.. if you installed your Palm in C: in a dos window go to C:\Palm\SDK\share\samples Start | Run --> Type in CMD a dos prompt opens up. then type cd C:\Palm\SDK\share\samples when you are there.. lets run the "Data" app that is included in the SDK (supposedly, not that i know whats there) so now in the dos prompt.. Type "palm-package Data" it will end up looking like this Code:
C:\Palm\SDK\share\samples>palm-package Data Creating package in C:\Palm\SDK\share\samples\com.palmdts.data_1.0_all.ipk C:\Palm\SDK\share\samples> after you have started the emulator type "palm-install com.palmdts.data_1.0_all.ipk" It will look like this Code:
C:\Palm\SDK\share\samples>palm-install com.palmdts.data_1.0_all.ipk connecting to device emulator (XXXXXXXXXXXXXXXXXXXXXXXXXXX:tcp:5033) copying C:\Palm\SDK\share\samples\com.palmdts.data_1.0_all.ipk to /media/interna l/developer/com.palmdts.data_1.0_all.ipk on device emulator (XXXXXXXXXXXXXXXXXXXXXXXXXXX:tcp:50338) installing package /media/internal/developer/com.palmdts.data_1.0_all.ipk on dev ice emulator (XXXXXXXXXXXXXXXXXXXXXX:tcp:50338) Now you should have a round Palm logo installed called "Data" Let me know how it goes This is all assuming you have the emulator up and running. Also not sure what environment your running, or OS. But you do have to be basically one directory UP of what you're trying to do.. Maybe some more very specific details of what your doing? |
|
06/30/2009, 10:41 AM
|
#3 (permalink) |
|
Member
![]() Join Date: Jun 2009
Posts: 66
Likes Received: 0
Thanks: 12
Thanked 12 Times in 6 Posts
|
I've tried it with absolute paths as well as relative. Kept getting the same thing...
So I figured I'd take the 2 minutes to reinstall the SDK. Now, I get "palm-install: Connection refused: connect" Running Win XP64 Just to show, here's a SS. Gonna try a quick reboot and report back. ![]() Thanks for responding
|
06/30/2009, 11:07 AM
|
#4 (permalink) |
|
Member
![]() ![]() Join Date: Jun 2009
Location: Silicon Valley, California
Posts: 1,025
Likes Received: 0
Thanks: 37
Thanked 444 Times in 161 Posts
|
I always run the palm-package within the Bin folder and just use relative paths to the app folder.
palm-package ../share/samples/UIWidgets That puts the ipk in the Bin folder. Then I just run palm-install whateverthenameis.ipk |
06/30/2009, 11:56 AM
|
#5 (permalink) |
|
Member
![]() Join Date: Dec 2008
Posts: 63
Likes Received: 4
Thanks: 12
Thanked 11 Times in 7 Posts
|
I am having this same problem. I'm running XP home. I can get the SDK to package IPKs, but when I try to install them, I get "palm-install: no device found".
I have also tried putting my Pre in developer mode and install would not find that either. |
06/30/2009, 02:48 PM
|
#7 (permalink) |
|
Member
![]() Join Date: Dec 2008
Posts: 63
Likes Received: 4
Thanks: 12
Thanked 11 Times in 7 Posts
|
Did you do anything special? I have tried uninstalling and re-installing the SDK half a dozen times, restarting the computer in between, after, etc. I guess I will try uninstalling everything tonight and re-installing it all from scratch.
|
06/30/2009, 03:32 PM
|
#9 (permalink) | |
|
Member
![]() Join Date: Jun 2009
Posts: 66
Likes Received: 0
Thanks: 12
Thanked 12 Times in 6 Posts
|
Quote:
Good luck. |
|
06/30/2009, 04:01 PM
|
#11 (permalink) |
|
Member
![]() Join Date: Jun 2009
Location: US
Posts: 49
Likes Received: 0
Thanks: 15
Thanked 13 Times in 7 Posts
|
I had the same problem and found out what it was:
lol, you MUST close the files you're working with.I inadvertently had "index.html" open and didn't notice it. The install couldn't work because one of the files it was trying to install was in use and therefore locked by windows. That's why the problem for most people seemed to eventually "Work with not problem, have no idea what the problem was": after closing the file in use, it magically started working. Hope this helps for some.
__________________
Wake up, Mr. Freeman, wake up and... smell the ashes. My theme: Minimalist+ $5 app icons for webOS developers! |
06/30/2009, 04:46 PM
|
#12 (permalink) | |
|
Member
![]() Join Date: Jun 2009
Posts: 66
Likes Received: 0
Thanks: 12
Thanked 12 Times in 6 Posts
|
Quote:
Doesn't have much to do with not finding the device. =/ |
|
06/30/2009, 06:08 PM
|
#13 (permalink) | |
|
Member
![]() Join Date: May 2009
Posts: 8
Likes Received: 0
Thanks: 5
Thanked 0 Times in 0 Posts
|
Quote:
1) Are you starting the emulator from the shortcut or from VBox? You should start it from the shortcut so that it first checks to see if the Novacom service is running. Novacom is responsible for communication with the emulator. The Novacom service needs to be running before the emulator starts up. If you run it while the emulator is on, you'll have to reset it. 2) To manually check if the "Palm Novacom" Windows service has been started and is running, go to Control Panel > Administrative Tools > Services > "Palm Novacom" The problem on my end is that my Novacom service claims to be running yet I know it's not because when I click on the Palm emulator shortcut, it reports that the service isn't running. I'm running Vista Home Premium (32-bit). |
|
06/30/2009, 06:11 PM
|
#14 (permalink) | |
|
Member
![]() Join Date: May 2009
Posts: 8
Likes Received: 0
Thanks: 5
Thanked 0 Times in 0 Posts
|
Quote:
|
|
07/01/2009, 02:07 AM
|
#15 (permalink) |
|
Member
![]() Join Date: Dec 2008
Posts: 63
Likes Received: 4
Thanks: 12
Thanked 11 Times in 7 Posts
|
Well, I tried re-installing everything and that didn't work. I guess I will have to wait for the official SDK release and hope that it will work. If not, at least then I could get some official support.
If anyone happens to come across a solution to the "no device found" error, please let me know. |
07/02/2009, 09:21 AM
|
#16 (permalink) |
|
Member
![]() Join Date: Jul 2009
Posts: 2
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
|
I also had the "no device found" problem when trying to install to the Emulator, but somehow fixed it by rebooting, running palm-install, running the emulator, then running palm-install again. This is verbatim from the command prompt:
E:\Program Files (x86)\Palm\SDK\bin>palm-install.bat -l palm-install: no device found E:\Program Files (x86)\Palm\SDK\bin>palm-install.bat -l connecting to device emulator (AC61087858484282556ADA0BC53FCC07XXXX) listing packages on device emulator (AC61087858484282556ADA0BCXXXX p:50128) com.palm.app.backup 1.0 "Backup" com.palm.app.bluetooth 1.0 "Bluetooth" com.palm.app.browser 1.0 "Web" ... and the app is there. Can I be the first to complain about Palm's useless support for this leaked SDK running on an unreleased operating system ? :-) [Edit: Should have stated that this is on Windows 7, Build 7100, with 64-bit Java and the 64-bit swt.jar file ] Last edited by stonehat; 07/02/2009 at 12:03 PM. |
07/02/2009, 10:09 AM
|
#17 (permalink) |
|
Member
![]() ![]() Join Date: Apr 2009
Posts: 119
Likes Received: 0
Thanks: 10
Thanked 19 Times in 12 Posts
|
Are you installing to the device or the emulator?
to install to the phone (when not using 'run' in eclipse) I always open a command prompt in the directory of the ipk then run: palm-install -d USB com.whatev.app_1.0_all.ipk Pushes to the phone. I have done this on XP, win7, and vista. All 32bit. Of course in eclipse you just chose to run on 'palm device' instead of 'palm emulator' |
07/02/2009, 02:03 PM
|
#18 (permalink) | ||
|
Member
![]() Join Date: Dec 2008
Posts: 63
Likes Received: 4
Thanks: 12
Thanked 11 Times in 7 Posts
|
Quote:
Quote:
I've tried both. I've tried the device in both USB and Just Charge modes, The emulator launched from the CMD prompt, from the desktop link. Tried launching both the palm-emulator and palmemulator links. I even tried launching the emulator while standing on one leg clucking like a chicken. Still no luck. I wonder if the problem could be that my hard drive is not letter C? Last time I restored my OS, it named my hard drive F. Shouldn't make a difference, but you never know. |
||
07/08/2009, 08:43 PM
|
#19 (permalink) |
|
Member
![]() ![]() Join Date: Jun 2009
Location: The Kingdom (DFW Metroplex)
Posts: 139
Likes Received: 0
Thanks: 3
Thanked 35 Times in 21 Posts
|
I got the 'no device found' thing this morning. So tonight when I got home, I did a reboot. Start Virtualbox. Start emulator. issued:
palm-install -d tcp com......ipk worked just fine, no re-install needed. I'm on XP. I tend to think it may be due to files open. When I was working on things this morning, I had the development files open, moving around various directories, lots of stuff going on. |
07/09/2009, 09:51 AM
|
#20 (permalink) |
|
Member
![]() Join Date: Jun 2009
Posts: 4
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
|
i can install to my emulator, but not to my pre device ("no device found"). anyone have had this, and found a solution? Novacom is running. Emulator is not. Pre in "Just Charge" mode.
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



