blackberry

Please tell me how to integrate blackberry and android into the same IDE.

Deadly 提交于 2019-12-24 06:29:18
问题 I am Using phoneGap as a environment to develop the code. So I need to know how to integrate blackberry and android into the same IDE(Eclipse). 回答1: android: update site: (eclipse 3.4) https://dl-ssl.google.com/android/eclipse/ (eclipse 3.5) https://dl-ssl.google.com/android/eclipse/ blackberry(update site): (eclipse 3.4) http://www.blackberry.com/go/eclipseUpdate (eclipse 3.5) http://www.blackberry.com/go/eclipseUpdate/3.5/java 来源: https://stackoverflow.com/questions/2378149/please-tell-me

blackberry gps getting current Location Address?

让人想犯罪 __ 提交于 2019-12-24 05:52:17
问题 Hi i am new to blackberry application development.I want to get current gps location detail.I had successfully got the latitude and longitude but i dont know how to get the current address.can any one give me a sample?Pls thanks in advance. 回答1: What you are looking for is called "Reverse Geocoding." RIM has an example of exactly how to do this on the BB platform (well, one way to do it anyway). 回答2: You can use Google map to resolve your issue, Google map will return a JSON (or XML)

blackberry gps getting current Location Address?

混江龙づ霸主 提交于 2019-12-24 05:52:12
问题 Hi i am new to blackberry application development.I want to get current gps location detail.I had successfully got the latitude and longitude but i dont know how to get the current address.can any one give me a sample?Pls thanks in advance. 回答1: What you are looking for is called "Reverse Geocoding." RIM has an example of exactly how to do this on the BB platform (well, one way to do it anyway). 回答2: You can use Google map to resolve your issue, Google map will return a JSON (or XML)

Can I show the system log on a Blackberry phone?

你。 提交于 2019-12-24 04:48:09
问题 Is there a way to display the system log from within a Blackberry phone? 回答1: If you hold down the alt key while typing LGLG at the home screen (lowercase is fine, but upper case is easier to read L characters), you'll enter the system log. It's huge , and not easily searched, but under the Options you can find a mechanism to filter entries by type. 回答2: Hold the alt key and press lglg. 来源: https://stackoverflow.com/questions/5674161/can-i-show-the-system-log-on-a-blackberry-phone

Class not found exception after adding a new image to the resource folder

≯℡__Kan透↙ 提交于 2019-12-24 03:26:38
问题 The app works perfectly fine on the simulator and on the device. After adding a new set of images, it started to show on every run, on the simulator and on the device, a class not found exception. When trying to delete some images to find the cause, I get different classes not found when running. Compiling and packaging the application generates no warning or error. They even get signed. Some of the "classes not found exception" I get: java.lang.stringbuilder net.rim.device.api.ui

Blackberry Web Works how to fire event everytime the app is launched

感情迁移 提交于 2019-12-24 02:57:29
问题 <html> <head> <meta name="viewport" id="viewport" content="height=device-height,width=device-width,user-scalable=no"/> <script type="text/javascript"> function helloWorld() { alert("Hello World"); } </script> </head> <body onload="helloWorld();"> <h1>Hello World</h1> </body> </html> I have an app built using Blackberry WebWorks similar to above. I need the above helloWorld() function to be fired everytime the user open the app. The problem is "onload" function only fired when the app first

Weird behavior in Blackberry when toggling virtual keyboard between two textboxes

梦想的初衷 提交于 2019-12-24 02:56:06
问题 My web application is to be supported by iPhone, Android and Blackberry torch. The code is working fine except some issues. One of the major issues that i am facing is: When on a page, there are some tags. Some of which contains a text box for letting user's entry. Everything is working fine on iPhone and Android. But in Blackberry, when i am toggling between textboxes by using taps i.e. first open virtual keyboard by tapping on one textbox, then tap on other textbox, then tap again on the

Embed video on a webpage that will work on a blackberry device and windows mobile 6.5

此生再无相见时 提交于 2019-12-24 02:34:18
问题 I'm trying to embed a video on a website that will play on blackberry and windows mobile 6.5 devices (currently testing on a blackberry curve and acer betouch) but don't seem to be getting anywhere. Blackberry Flash doesn't work, and HTML5 video doesn't either. I can play video in the browser on youtube so can see that it is possible - using third party services like youtube isn't really an option either. Windows mobile 6.5 Same deal really, though I think Flash is the way to go (http://www

BlackBerry problem using Java SE features

佐手、 提交于 2019-12-24 02:27:07
问题 I have imported net_rim_api.jar into my project. I also want to use non-j2me classes like StringTokenizer and PrintWriter from the standard rt.jar, but when I run the application it gives the error "java/io/UTFDataFormatException" Duplicate class definition error. How can i solve this problem? 回答1: The class you mention is part of J2ME, so If you want to use non-J2ME classes (i.e. J2SE) that rely on a class of the same name (i.e. the J2SE equivalent class), you have a problem. I'm not sure it

Blackberry facebook Graph API. “Like” the post of users

可紊 提交于 2019-12-24 02:09:47
问题 I am developing blackberry application that use the Facebook functionality. I do every thing using the Graph API of facebook for blackberry. But my problem is that i m not able to "like" or "comment" on any post or photo. Can you please give the source code or help example on how to like the post of user. I read the "Post - Facebook Developers" but i m not getting what it actually saying or how to achieve this functionality. Any help is appreciated. Thanks in advance. 回答1: i dont know about