deploying j2me application on old handsets - java-me

I was to develop a simple j2me application for microworks. The application is to send sms.
But I found that most of the mobile phone they carry are very simple and even some of them don't have Bluetooth, infrared, browser. How to make it work out?
We can assume configuration as nokia 2100, nokia 1616. How am I supposed to deploy my app on such handsets?

OTA is required to work on every MIDP mobile device, just navigate with the device browser to the jad URL and click it.

Related

Tizen send data from wearable to android phone and also from phone to wearable

I need to send some binary files via bluetooth from tizen g2 watch to android phone and then from phone to watch, as I've searched it I can't implement bluetooth in js files as said here so what is the most straightforward way to do it? can we use tizen wearable debug over bluetooth instead? is it applicable in this case?
I'm new to tizen so I feel confused and I really appreciate any advice about this problem.
You can develop companion app using Samsung Accessory Protocol(SAP) in this scenario. Please go through this link to know more. If you are trying to develop the tizen part in web, then have a look in the File Transfer sample of web section. There're separate applications for sending and receiving files from tizen to android and vice versa. You can combine those to implement the bidirectional communication.

How to make a Web App that works with beacons?

I know you can work with beacons with a iOS app or Android app.
But you can work with a web app to?
(A website recognize a beacon and do something)
Unfortunately, the general answer is no. You need native components to detect Bluetooth beacons on both Android and iOS. The web browsers on both operating systems have no hooks to detect beacons via JavaScript or HTML.
Chrome OS does have Bluetooth bindings in its Chrome browser, which may allow you to build a web app on Chrome OS that does this. But this would really be a Chrome App not a general purpose web app.
The Chrome browser for iOS and Android also detects Eddystone-URL beacons, but it will not pass the detection info to a web app. Detections are sent to the user as a notification and tapping on that notification simply brings up a configured URL in the Chrome web browser. This does not allow any dynamic web app behavior based on beacon detections.

J2me mobile app run in sony ericson but not run in nokia mobile.Help me to solve it?

I am developing a mobile app using j2me. It works fine in "sony ericsson z530i". It works fine in "Nokia c2-00" mobile before 1 week. But I run the app now in nokia phone after sometime in the middle of app automatically my nokia phone switches off. I cannot resolve it but it works fine in sony ericsson mobile. I think I need to change some phone setting or the phone is in problem? I cannot find a solution so please help me solve the issue. I am using "Nokia c2-00" mobile which had "S40" sdk.
Some time problem may be in MIDP version in the mobile application check whether property and select MIDP as 2.0.
I find the solution.The problem is not in mobiles is in my application.It will not run due to ran out of heap memory.
Now i modified my code with respect to decrease the memory leak.Now its working in all mobiles which have the configuration cldc1.1 and midp2.0

Download third party application through your application in iphone

I have some queries for iPhone
1) Can I download third party application through my current application in iphone?
2) Can I get a notification if any application from iTunes gets installed on device? If there is any error while downloading the application from iTunes, Can I get notification for this also?
3) Can I come to know which applications are installed in iphone through my application?
Regards,
VM
No to all 3 questions I am afraid.
Can I download third party application through my current application in iphone
You can take iTunes URL for the application which you want to download and open it in safari which will launch the AppStore for you and user can download application from there.
For 2nd and 3rd question its not possible.

How to design a website for mobile phone users?

How can i start the development of a site that can be browse from mobile phones? For example, if i browse my website http://xavytech.com site from a browser it looks fine which is known by everyone... I am extending my website to browse through nokia mobile phones..
Where should i start?
How to write css or should i
recreate a new website for mobile
phones?
The Sencha Project here was just announced that offers an HTML5 framework for mobile devices. It works well with Safari on iOS and the Android web browser.
Try out the examples here with a Nokia phone to see if it's something you want.

Resources