Surviving BlackBerry
Thursday, April 21, 2011
Don't allow application to go back
Just add following code to your Screen class:
public
boolean
onClose() {
return
false
;
}
Wednesday, April 20, 2011
Over the air installation for BlackBerry
When you know it -- is simple. But I spent few hours figuring out how to do this.
So you need to do following (Using Eclipse IDE):
Go to
BlackBerry/Package/All
(make sure you are building for device so all binaries will be signed)
in your project folder go to d
eliverables\Web\
copy all files to your webserver
Important!
Add mime type for jad
text/vnd.sun.j2me.app-descriptor jad
Here is instruction how to do this on godaddy's shared hosting
Give your customers link to
jad
file
I hope this will save you some time
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)