|
Posted by Siegfried Heintze on January 11, 2007, 4:36 pm
Please log in for more thread options
I have an audiovox 5600 smart phone and I want to get "hello world" to work.
I am using XP2003 server and VS 2005.
I am able to make my "hello world" application work on the emulator by
single stepping in debug mode. :-)
However, when I try to run it on my actual phone by using VS2005 to deploy
to the phone:
Error 1 Deployment and/or registration failed with error: 0x8973190e. Error
writing file '\Windows\NETCFV2.ppc.armv4.cab'. Error 0x80070070: There is
not enough space on the disk.
Device Connectivity Component
Here we see my attempt to deploy the release version in hopes that that
would require less room. I received a similar error message when I tried to
deploy the debug version.
I deleted all the extra wav files I could. There should be plenty of space
on my 2GB SD Card. There is a combo box in the project properties dialog
that allows one to specify the output folder. So when I did not see my SD
card in the drop down list of directories, I typed in "\Storage
Card\HelloWord".
(1) How can I free up more disk space on my phone? Do I need to delete some
contacts? I don't know what else I could delete.
(2) How do I tell it to use my SD Card where there is more space?
(3) How can I manually create a cab file and manually deploy it?
Thanks,
Siegfried
|