View Single Post
Member: antonio3
at: 11:13 AM 06/30/2009
Originally Posted by tcbeutler:
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!

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>[/CODE]

Then

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)[/CODE]


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?
Reply