Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
vingilot
Posts: 224
Registered: ‎03-29-2012
My Carrier: Wind
Accepted Solution

Loading App onto phone

Hey all, would like to load one of my basic apps onto my phone. Have ran it in the eclipse simulator already and works well. I know there are copious posts describing how to do this but I cannot get it to work :s, I have tried using the javaloader.exe but it returns that i cannot open the file, i tried with desktop manager but the import always fails, and I've tried in eclipse with the load project on device command but it says the device cannot be detected. I'd really appreciate help with this, if you need details on my phone, eclipse etc, feel free to request or if someone has a foolproof method to sugggest that'd be great!

Please use plain text.
Developer
Ebscer
Posts: 734
Registered: ‎08-31-2009
My Carrier: Verizon

Re: Loading App onto phone

The command for loading a file onto a phone is

javaloader -u load filename.cod

 Also, make sure that you have first signed the .cod file


Read my thoughts on BlackBerry Development at news.ebscer.com
Please use plain text.
Developer
vingilot
Posts: 224
Registered: ‎03-29-2012
My Carrier: Wind

Re: Loading App onto phone

Yes, I've signed it, can an app be tested on the device from within eclipse? I mean, eclipse has the option to test on device, when I have tried to do that though it has failed. I'm trying to troubleshoot my mistakes. Could it be an incompatible version of eclipse or bb plugin for eclipse, I wish there were more resources or tutorials for BB phone application development. I'll take a look on YouTube, search Google more extensively, etc. 

Please use plain text.
Contributor
ankith13
Posts: 14
Registered: ‎03-29-2012
My Carrier: Airtel

Re: Loading App onto phone

you can run the app in your device.. directly from eclipse..
just right clik your project-> go to Blackberry -> click load to device
shortcut- Alt+Shift+E
Please use plain text.
Developer
vingilot
Posts: 224
Registered: ‎03-29-2012
My Carrier: Wind

Re: Loading App onto phone

Yes, I tried that but unfortunately it fails to recognize a connected device, is there any configuration I have to do before hand or could some incompatbility be causing this error, I'd like to troubleshoot this problem. Thanks again
Please use plain text.
Developer
peter_strange
Posts: 17,720
Registered: ‎07-14-2008

Re: Loading App onto phone

What device are you trying to connect?  What level of JDE are you using?

Please use plain text.
Developer
vingilot
Posts: 224
Registered: ‎03-29-2012
My Carrier: Wind

Re: Loading App onto phone

[ Edited ]

I investigated the issue, i have the cant find WIN32 and usb issue associated with using a 64 bit version, as I believe only 32 would work in this situation. I found a past link: http://supportforums.blackberry.com/t5/Java-Development/Cannot-find-RIMIDEWin32Util-dll/td-p/143982/... 

 

I suspect the problem has persisted in the updates to both eclipse and the JDE. Any suggestions on which versions of each are definitely compatible? I'll just look into it and make some changes.

Please use plain text.