i tried j2me self replication with several device, on almost all nokia device it worked fine. however same is not working on few LG model, so i guess it is having bluetooth but not obex.
Do you have...
Type: Posts; User: raxitsheth; Keyword(s):
i tried j2me self replication with several device, on almost all nokia device it worked fine. however same is not working on few LG model, so i guess it is having bluetooth but not obex.
Do you have...
Hi Traud,
i want to forward the archive itself. Indeed i am trying to do one step advance of "j2me self replication", where my app will forward to itself (withot embedding my app into my app !)
...
Hi
Is it possible java me app will read couple of files and zip/jar it in memory. [Post that we may want to store it or transfer it via bluetooth.]
java.util.jar
java.util.zip is not...
Hi
if Sending device is having Obex but recieving device is not having Obex, how to send file using bluetooth ?
Any sample code/pointer is available ?
Is there any portable way to send/recv...
Hi
I have writen a program j2me to write "send file via bluetooth"
-----------
connection = (ClientSession) Connector.open(s);
HeaderSet response = connection.connect(null);
HeaderSet...
Hi
I am developing some UI (in form, No canvas etc) and we want to capture 3 input in same horizontal raw. It may be textfield/textbox or any other input field.
Visually it should look like:...
Hi
unfortunately, i come to know previously working app on the phone is now we r not able to install.
After removing all app, the same jar is working fine. I think there is nothing related to...
Hi
When end user install and access my application first time, i will write some entries in RMS. Next time when user access the app, it will check in RMS this application is accessed previously or...
--------
$ cat MANIFEST.MF
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.1
Created-By: 16.0-b12 (Sun Microsystems Inc.)
MIDlet-1: Mobile4Mumbai,,Mobile4Mumbai
MIDlet-Vendor: Vendor...
-------
.htaccess is having...
AddType text/vnd.sun.j2me.app-descriptor jad
AddType application/java-archive jar
$cat Mobile4Mumbai.jad
MIDlet-1: Mobile4Mumbai,,Mobile4Mumbai...
Thanks
We want to develop Platform independent code (including Nokia). Is it possible with given approach ?
Raxit
Hi
i am using form.
---
myForm.append(new StringItem("Contact: ","+919892238248",StringItem.HYPERLINK));
myForm.append(new StringItem("E-mail: ","raxit@m4mum.com",StringItem.HYPERLINK));...
Hi
I have form based applicatoin, having 2 text box, and 2 CG in a form
Based on certain event, i want to hide and show choice group.
form.delete/insert is possible, but is there any way to...
Hi
We are having form (not canvas) based application, so that same jar file will run across the device (binary portability).
when application start/stop, we want to display some logo/image,...
Hi
I am creating offline java app, i need to access around 25k file and am doing using getResourceAsStream.
To avoid multiple file read, i m thinking to store full file as a string in memory,...
Here is the solution which worked for me. :)
take backup of /home/mahdi/netbeans-6.7/mobility8/WTK2.5.2/bin/emulator
open this file and add below line at appropriate place ...
Any working code ? we are using thread...but not knowing how to know on which element the focus is ?
or else can u ping me offline ?
raxit(at)m4mum(dot)com
/*
dont care is it list, choice group of whatever type, implicit, exclusive (no-multichoice,no-multselect)
We are just trying to get out of TEXT_WRAP_ON **not working on all device** ...
Hi
We @ Mobile 4 Mumbai are looking for J2ME geeks to work with some coool,challenging projects on j2me.
Please revert with your details to raxit(at)m4mum(dot)com
Raxit Sheth
www.m4mum.com
Hi
We do have some super cool useful application to sell at very cheap price (but mass market!) in India.
Do here anyone is having any idea about OVI store in India? Contact person ?
...
Hi
i have just tried to compile code from below...with just added 2 line of code.
1. cgEmail.setFitPolicy(Choice.TEXT_WRAP_ON);
2. cgEmail.append("This is a long String it should wrap the...
/***********************
opensourced licensce under GPL. -- for commercial use, please contact raxit@m4mum.com
import standard.disclaimar.*
All rights reserved Mobile 4 Mumbai, www.m4mum.com,...
Hi,
we are using GUI thread only...indeed we want user should not able to put any input.
Please note, this method will get invoked only once, when user first time access the app after...
@Jappit,
Device is mainly N-Series, Till time we face problem Specifically on Nokia N81.
in our second approach, where completely removing getresourceasstream... and put new class file we...
Hi,
I have MIDP application,We have 2 RMS. when the application is accessed first time, it will check for existing RMS,if no RMS found, it will dump the data from Resource file 1 to RMS1, and...