How do I setup wrufl so that I can begin querying for inf开发者_如何学运维ormation regarding phone models ?
Hello i am creating a J2ME application in which i need to call a web service for processing i am encrypting data and then calling web service
i want to find group name and re开发者_如何学JAVAlated phone no for my sms application i know how to find phone book contact name and numbers
Is there an online database where I can check the amount of available heap memory on a particular mobile phone ?开发者_JAVA技巧
H开发者_Go百科ow to stop the execution of midlet of j2me for a specific amount of time ?MIDlet\'s life cycle is completely controlled by AMS software resident on the phone. So, any facility that is re
I used the Nokia sample codes for Google Map. It has retrieveStaticImage method which loads and returns an Image. I them loaded the image to an ImageItem but I get an exception everytime..
I am doing encryption and decryption using AES Algorithm with bouncy castle My encryption and decryption works ok but it gives me error when my plain text size is bigger
I want to capture black and white image using j2me i am ok with color image capturing but wan开发者_如何学Gots to capture black and white and gray scale iamge
I just downloaded the Java ME Platform SDK 3.0 and created my frist Midlet (from some Oracle Tutorial). Which works fine on the Emulator. When I deploy it on my Nokia N97 I can run it but as soon that
ok so i got this setup: a midlet Gui extends Midlet{ private static Gui instance; protected void startApp() {