Looking for an alternative to the Motorola Java ME SDK for for platform emulator customization - netbeans

I'm following a tutorial that utilizes the Motorola Java ME sdk for device profile customization, as it uses quite a user-friendly UI, but this SDK seems to no longer exist. Can anyone suggest an alternative?
I'm using netbeans as my IDE.

Currently you can't find any Motorola emulator for Java ME. Because they fully moved to Android. So better you can try with some other emulator for Java ME.

Related

GWT developer plugin not supported now in Chrome

I was developing GWT application but as I came to know google doesn't support GWT developer plugin for Google Chrome now, provide me any other method to test my application of GWT
SuperDevMode is the new way of debugging GWT applications.
If you want to use the older GWT developer plugin then you can if you use an older browser. The latest version of Firefox that can be used is version 24. IE 11 works fine too.
GWT Development Mode will no longer be available for Chrome sometime
in 2014, so we improved alternate ways of debugging. There are
improvements to Super Dev Mode, asserts, console logging, and error
messages.Read Note
for more information about super dev mode

Blackberry plugin for eclipse compatible with Blackberry 10

This may be an incredibly stupid question, but I have not gotten a clear answer through google. Will the eclipse Blackberry plugin work for the new Blackberry as well as older versions? I am actually an android developer so this is quite a change for me. Any hint will be appreciated. Thanx
EDIT You can use the BlackBerry Runtime for Android apps to run Android Jelly Bean 4.2.2 (10.2) platform applications on the BlackBerry 10 OS. If you are developing for a previous version of BlackBerry 10 OS, use Android Gingerbread 2.3.3. To use the runtime, you must first repackage your Android applications to BAR file format, which is the compatible file format required for an application to run on the BlackBerry 10 OS.
Got this from here. Does this mean that I should write two apps? One for the old blackberry devices and one for the new one?
I'm not sure that the above is clear, so thought I would restate the position as I understand it:
Android applications, repackaged to run on BlackBerry devices, can be used on BB10 and PlayBook devices only. These can not be run on BBOS devices, i.e. BB 5/6/7.
The later releases of BB10, specifically 10.2+, supports Android applications developed using Jelly Bean 4.2.2.
PlayBook and previous levels of BB10, support Gingerbread 2.3.3.
So for example, my Z10, which is running BB10.1, would only be able to load repackaged Android applications developed using Gingerbread. My Curve, running OS 7.0, can't run any Android applications.

which sdk is needed to compile java me code for samsung tocco?

I've developed an Android app which has replaced two previous systems written in J2ME. My boss has the old source code and needs it compiling for Samsung tocco phones. Which sdk/jar file do i need in Eclipse to make the source code compile?
I've had a look on the samsung web site but can't seem to find anything. Also it's not clear which operating system the Tocco phones use.
thanks in advance Matt
You may try installing Samsung SDK 1.2.2 for the Java ME platform:
http://developer.samsung.com/java/tools-sdks/New-Samsung-Java-SDK-1-2-2-release-28th-October-2010
And then taking the steps on how to create a Hello world with it:
http://developer.samsung.com/java/tools-sdks/Developing-HelloWorld-MIDlet-using-Samsung-SDK

Install blackberry plugin in Titanium studio OsX

i have a huge problem since yesterday!!
i have installed titanium studio,it runs with android and iphone.
I know it does not support blackberry yet, but is there a workaround that let me build app using the blackberry plugin?
If so, can anyone guide me to a tutorial on installing the BB plugin in titanium?
I tried to follow this and this with no success:
thank you.
You might notice that in the second link, near the top of the page it states "Currently, BlackBerry development is enabled on Windows OS only." This is because we (Appcelerator) dont support beta software, and the only non-beta version of the BlackBerry emulator (provided by BlackBerry) is windows only. This emulator is required to do any kind of BlackBerry development.
It appears that the blackberry OSX plugin requires "rosetta" to install on OSX so the installer will not work on later versions of the operating system
i just needed to be registered as minimum with indie account !!

What language are Android apps built in?

I have just started learning about Android and I was planning on making a few apps.
So I was wondering what language do I build apps on and what are the free tools and ebooks about it and also any good IDE for it?
It's in Java and the IDE that can be used is Eclipse:
all information on this SDK page
But you should ask this on the Stackexchange site: here
As Edelcom said, Android apps are built in Java.
Eclipse is one of the IDEs that can be used, though personally I prefer using IntelliJ. IntelliJ10 comes with Android SDK - go for the Community Edition, it's free :)
Have a look at the Android website for lots of information, the tutorials are a good place to start, and are great for hands-on learning - http://developer.android.com/resources/browser.html?tag=tutorial
As of December 2014 use Android Studio.