Questions tagged [j2mepolish]

J2ME Polish is a suite of tools and technologies for Java ME development

J2ME Polish is a suite of tools and technologies for mobile Java and cross-platform development.

Features include:

  • Lush: A UI toolkit.
  • Janus: A toolset for porting to different handsets and transcoding J2ME application to a Blackberry or Android.
  • Touch: Technology for accessing server side content and communicating with remote parties.
  • Trunk: A persistence solution.
  • Marjory: community maintained device database.

155 questions
0
votes
0 answers

Can I add BlackBerry JDE Plugin & J2ME Polish Plugins togather in Eclipse ?

I have installed BlackBerry JDE Plugin in my Eclipse and then I added J2ME Polish in Eclipse. But After adding J2ME Polish , BlackBerry Plugins get removed. so Can I install both the plugins at same time in my Eclipse ?
0
votes
1 answer

J2ME polish - JSON

Does J2ME polish support org.json.me package? My polish code doesnot recognise the json jar. What shall i do? Kidly help. Thanks in advance
0
votes
1 answer

Connection get closed after some time

I have used below code for internet connection HttpConnection httpConn = null; DataOutputStream dataOS = null; redemptionUrl = redemptionUrl+ ";deviceside=true"; httpConn = (HttpConnection)…
0
votes
1 answer

Exception "no ":" in url blackberry"

I am getting "no ":" in url blackberry" exception when I try to hit web service. My url is like "http://url/MobileWrapper/action_name.do" String redemptionUrl = "http://test.TTMF.com/MobileWrapper/reconfirm.do"; HttpConnection httpConn = null;…
happy
  • 2,550
  • 17
  • 64
  • 109
0
votes
1 answer

Package of blackberry not found

I am getting the following type of error, can anyone help on this .I have used Eclipse 3.2.2 and Blackberry-5.0.0 jar,compiler compliance level 1.4,jdk 1.5 and j2mepolish-2.1.4.jar C:\Documents and…
happy
  • 2,550
  • 17
  • 64
  • 109
0
votes
1 answer

rms queries, find a phrase inside a text

I want to do a midlet application for save product with its bar code, product's name, product's description and price. Then it is going to be saved as it: 123123123-coca cola-soda-6.50 124512341-crystal coca-soda-7.00 well for this I have built this…
angel uc
  • 1
  • 1
0
votes
1 answer

Unable to capture picture using camera in J2ME Polish?

I am developing a Mobile Application in J2ME. Now I am converting it into J2ME Polish. In my application, I capture a picture using camera in mobile phone. It works fine in J2ME. But it does not work fine in J2ME Polish. I cannot resolve it. The…
SIVAKUMAR.J
  • 4,258
  • 9
  • 45
  • 80
0
votes
2 answers

How to post data to server in J2ME? Getting response from server Invalid API Key

I am posting some data to server but i am getting {"status":false,"error":"Invalid API Key."} response from server. My API Key is correct but where is the problem i don't know. Please friends help me. I tried lot but i did not find solution. I have…
Mr. Sajid Shaikh
  • 7,051
  • 4
  • 21
  • 35
0
votes
1 answer

How to delete all the local database in the J2ME application

I want to refresh my J2ME application means I want to delete all the local db which the mobile contains. I know how to do above task in android application by "Clear Data" by using this we can delete all the data from my android application same…
mayur rahatekar
  • 4,410
  • 12
  • 37
  • 51
0
votes
1 answer

In J2ME, How to set Header information with HttpConnection?

I have used HttpConnection in J2ME for communication between server. I want to send some data to server with http header. Can anybody tel me how to set header information with HttpConnection. Any example. Thanks
Mr. Sajid Shaikh
  • 7,051
  • 4
  • 21
  • 35
0
votes
1 answer

BlackBerry issue with Textfields in OS6

I'm developing a BlackBerry app and using J2ME Polish to do the styling. So, I'm using TextFields with styling from Polish to get user input. The TextFields work fine in OS versions other than 6. But when testing on devices running OS 6, the…
Buffel
  • 45
  • 7
0
votes
1 answer

Unable to activate direct input mode on textfields

I'm unable to activate direct input mode on devices that don't support pointer events.
Diogo Cardoso
  • 21,637
  • 26
  • 100
  • 138
0
votes
1 answer

J2ME Polish Textfields and Symbian^3 Touch Devices

today's question is about the use of textfields in J2ME Polish for Symbian^3 devices. In my code I have something like this: TextField digitValueText = new TextField ("Number", "", 1, TextField.NUMERIC); This works perfectly fine on other symbian…
Gonçalo Vieira
  • 2,249
  • 2
  • 19
  • 39
0
votes
1 answer

How to create a spreadsheet with j2me or j2mePolish?

I want to create a spreadsheet like Microsoft Excel with j2me or j2mePolish. How to achieve that ?
user833129
0
votes
1 answer

Help me to solve the j2me polish -bluetooth issues

I had a j2me polish doubt. Im using eclipse IDE. The following are the my j2me files: BluetoothHandler.java import javax.bluetooth.DeviceClass; import javax.bluetooth.DiscoveryAgent; import javax.bluetooth.DiscoveryListener; import…