J2ME/Java Apps to Android - NetMite - G2 and Desire Z Themes and Apps

I am not the author of this, but just wanted to share this cool web-tool and app available on the web called AppRunner by NetMite.
http://www.netmite.com/android/
This web page lets you use any J2ME/Java app written for other mobile phones on android. You upload the JAR file to the site, and it'll convert it to an APK file for you to download to your phone and install. It works on the few apps I've used.
You'll also need their app to get the converted apps to work the first time. It's called AppRunner, and available on that site.
Somethings I've noticed:
on some apps, I have to change it to Classic Java UI instead of Android Native UI in the settings menu for it to be fully functional - unfortunately this doesnt work to well on scaling but you can zoom and move things around if you play hard enough in the settings.

nonthing work

J2ME to Android Conversion services
You can also try UpOnTek - j2me (jar/jad) to android (apk) conversion services, along with optimization tips for your app.

It would be awesome to get some of the old Java things that I had on my Nokia N95, like all the id games (Doom RPG, Orcs & Elves, etc.) I'll have to try this out. Thanks!

Related

[Q] Animated GIFs for the GT-s5360?

Hello, fellow Samsung Galaxy Y owners.
I've been doing a bit of research, and a lot of attempted tweaks, but so far have had no luck on my own.
In short, I want animated GIFs to play on my phone.
I've tried various ROMs, and none of them seem to have it, and nobody ever seems to bring it up as a feature request.
My googling has found, on GitHub, /CyanogenMod/android_external_webkit/commit/dcc592df10bcce76be37cf9fa49292e8b132f7d2
Suggesting that it -is- possible, if the rom has this option compiled into WebCore/platform/graphics/android/ImageSourceAndroid.cpp and Android.mk -- however, I have no experience with compiling this, otherwise I'd attempt this on my own. I also have no idea which files I'd need to replace.
How do i get GIF animations working? Do I replace a core APK? Do i need a new kernel? Do I need to figure out how to compile my own ROM to get this to work?
Thanks in advance.
There's an app in the market. Just search it.
Sent from my PG86100 using xda premium
Yes, i've found an app to play gifs, but I have to download the gifs first.
For browsing things like gifdumps, or browsing reddit posts in baconreader, that is klutzy and HIGHLY annoying, and I'd much rather that the web based apps be able to natively animate the gifs.
Or, is there an app that will enable the native gif animation?
If so, what search terms should I be using, as my crawling thru the play market have turned up nothing over the past 3 months or so.
what do u want with gif's? for wallpapers? we have live wallpapers
Buddy use uc browser gif images are supported in it
Check this out
http://forum.xda-developers.com/showthread.php?t=81
alkesh95 said:
Buddy use uc browser gif images are supported in it
Check this out
http://forum.xda-developers.com/showthread.php?t=81
Click to expand...
Click to collapse
I think you missed some of the link there, as it's invalid.
Allow me to clarify.
On other android devices, running Gingerbread, GIF animations run in the apps, by the native web rendering code. EG: BaconReader. Dolphin Browser. The standard browser. Apparently, this gets -disabled- on "Lower End" devices automagically during compilation
What I am asking for, has anyone tried, at all, to change those limits, so that -all applications- are able to display animated GIFs, WITHOUT having to resort to using another app to view them.
Also, to the person who suggested UC Browser, please do a little research to make sure that what you are suggesting is supported by the device. Google Play market tells me that it is incompatible with my device. And, I'm willing to wager that it does NOT support GIFs on my device, as gif animation is -disabled-, unless it uses it's own native rendering code instead of piggybacking off of the code supplied by Android.
clarjon1 said:
I think you missed some of the link there, as it's invalid.
Allow me to clarify.
On other android devices, running Gingerbread, GIF animations run in the apps, by the native web rendering code. EG: BaconReader. Dolphin Browser. The standard browser. Apparently, this gets -disabled- on "Lower End" devices automagically during compilation
What I am asking for, has anyone tried, at all, to change those limits, so that -all applications- are able to display animated GIFs, WITHOUT having to resort to using another app to view them.
Also, to the person who suggested UC Browser, please do a little research to make sure that what you are suggesting is supported by the device. Google Play market tells me that it is incompatible with my device. And, I'm willing to wager that it does NOT support GIFs on my device, as gif animation is -disabled-, unless it uses it's own native rendering code instead of piggybacking off of the code supplied by Android.
Click to expand...
Click to collapse
On play store it will show incompatible but visit wap.ucweb.com u'll get the latest version of uc
And yes it uses its own rendering codes
Be happy

Is PhoneGap suitable for developing Android app

I want to learn developing Android app. I don't know much about java, however, I am skill at web design. PhoneGap seems an easy way for me to start learning developing mobile app. I'm not sure apps that build upon PhoneGap are good choice?
any help?
While Phonegap may be a tempting framework, try not to fall into it's trap. No matter what you'll do, it will get slow. Trust me, I've been there. Just try to display a table with 200 rows and it starts to lag.
You can forget your web experience because what you'll be doing is trying to get a normal web code to work on mobile. Most things will not work as you would expect it to work in Firefox or Chrome. You'll end up doing frustrating optimizations. 95% of your time will be wasted on shouting with your computer
Nothing compares to the look and feel of a native app, especially a native Android app. iOS did not really have a uniform design before version 7 but Android always had one. And there is no need to try and reproduce it with laggy html pages. Go the native way
Do not forget about browser touch lag http://updates.html5rocks.com/2013/12/300ms-tap-delay-gone-away
There are ways to remove it for example with http://ftlabs.github.io/fastclick/
From my experience - if you can write native app - do it. Web apps are slower and less responsive.
Wicia said:
Do not forget about browser touch lag http://updates.html5rocks.com/2013/12/300ms-tap-delay-gone-away
There are ways to remove it for example with http://ftlabs.github.io/fastclick/
From my experience - if you can write native app - do it. Web apps are slower and less responsive.
Click to expand...
Click to collapse
I was of the understanding that Chrome and Firefox for android removed this touch lag with one of their recent updates.. I may be wrong though.
Edit: link
http://www.geek.com/android/google-removes-300ms-touch-input-lag-in-chrome-32-for-android-1579721/
I would also highly recommend Codenameone for creating native apps for BB, IOS and Android that compile from Java..
crisdo98 said:
I was of the understanding that Chrome and Firefox for android removed this touch lag with one of their recent updates.. I may be wrong though.
Click to expand...
Click to collapse
You are right, but Phonegap apps run inside a WebView, not in the browser, and I think WebView still has this lag, even in Android 4.4 where it is based on Chrome 30 (this tweak comes in Chrome 32).
and also note,
WebView in GB behaves lil bit differently than webView in ICS and soo on...
for and android app, almost all of us developer try to support GB/ICS at minimum, but webview are not consistent.
I really am struggling to support my app on GB. and I think on KitKat Webviews are awesome, but the market share of KitKar are minimum so its not much of more use to us until few couple of months more
PhoneGap
According to me PhoneGap is a good choice for developing cross platform mobile apps. PhoneGap gives a extreme support for HTML5 language which enable developers to create hybrid apps with less amount of knowledge of other language.
hire phonegap developer
Phonegap ruled the mobile application development world by launching a platform on which universal app can be developed. The application developed on PhoneGap is widely recognized as cross platform mobile development framework which is known as single app accessible to multiple operating systems. PhoneGap considered being a king of app as its combination of HTML 5, JavaScript and CSS3 to produce hybrid applications.
It really depends on what kind of app you are developing. If it is an app just displays some static data or pic, the phonegap should work just fine.

How to create an Android app using HTML, CSS and JavaScript

Hello, I have a question on Android development. Personally, I know web development but I do not know JAVA programming because I am not into software development.
I want to develop an android app by using HTML5, CSS3 and JQuery Mobile. The app will be simple, it will be just an app on poetry where users will click some categories and read poems, and also search. That's all. It will be free, no registration, no ads and no server side. I want to use JQuery Mobile for this or even pure HTML5 and CSS3. In fact, HTML and CSS will be used of course.
Bear in ind that I am NOT converting an existing website into an app, but rather creating an app through HTML, CSS and JavaScript. So, the Web View tool is not appropriate here.
My questions are:
1/ Can we really create an APK with obly HTML, CSS or JavaScript?
2/ If we can create, what software (which is free) can I use to create the APK by compiling/converting my web pages?
Thank!
ali20142014 said:
Hello, I have a question on Android development. Personally, I know web development but I do not know JAVA programming because I am not into software development.
I want to develop an android app by using HTML5, CSS3 and JQuery Mobile. The app will be simple, it will be just an app on poetry where users will click some categories and read poems, and also search. That's all. It will be free, no registration, no ads and no server side. I want to use JQuery Mobile for this or even pure HTML5 and CSS3. In fact, HTML and CSS will be used of course.
Bear in ind that I am NOT converting an existing website into an app, but rather creating an app through HTML, CSS and JavaScript. So, the Web View tool is not appropriate here.
My questions are:
1/ Can we really create an APK with obly HTML, CSS or JavaScript?
2/ If we can create, what software (which is free) can I use to create the APK by compiling/converting my web pages?
Thank!
Click to expand...
Click to collapse
You'll need to go through the (sometimes painful) installation of Eclipse/Android Developer Tools and the Android SDK...
https://developer.android.com/sdk/installing/bundle.html
After that you can then do exactly what you are asking for with this...
http://cordova.apache.org/
I'm using that technology to create professional apps (as in, commercial apps for customers) using HTML5 & CSS, Javascript, jQuery and I opt for Bootstrap over jQuery Mobile as it's a lot lighter, but jQuery Mobile works fine with it too.
There's also PhoneGap, but that's just a rebranding of Cordova at the moment. They may branch out in different directions at some point, but at the moment there's no difference. The only advantage to PhoneGap is that you can point it at your source on GitHub and it will build online for you. Very handy if you want to do pure online development, but a bit messy.
Thank you for replying. I think I will try with the PhoneGap and Eclipse as you suggested. I have other questions:
1/ Even the APK will be developed using just HTML, CSS and JavaScript, how to notify the user an update is available through a notification method? I am not asking for tutorials, but just the steps.
2/ As you know, to view the source code of a website, a user will right click and view. As the APK will be developed using client side languages, will they be able to view the source codes in any other way apart decompiling?
ali20142014 said:
Thank you for replying. I think I will try with the PhoneGap and Eclipse as you suggested. I have other questions:
1/ Even the APK will be developed using just HTML, CSS and JavaScript, how to notify the user an update is available through a notification method? I am not asking for tutorials, but just the steps.
Click to expand...
Click to collapse
Your best bet is to let Google Play Store do all that for you. It means paying for a developer account, but it's not expensive and it means that people can get your app from the Play Store, which looks a lot more credible than a link and instructions how to allow 3rd party apps. Also, you push an update to the Play Store, and that pushes the update to all your users. You can't really ask for better than that.
ali20142014 said:
2/ As you know, to view the source code of a website, a user will right click and view. As the APK will be developed using client side languages, will they be able to view the source codes in any other way apart decompiling?
Click to expand...
Click to collapse
They can't do anything as simple as "View source" as all the files are embedded in the application, but they can decompile it and get at your source that way, but there's nothing to stop someone doing that with an APK anyway. They best thing would be to develop your app till your happy with it, and then obfuscate the crap out of the html, css & js files. Sure someone could decompile the app and get your source, but they'd really struggle to do anything with it.
Have a play with it and see if it's any good for you. It really does make it simple for a developer with web experience to make apps.
Also, if this is of any use, I made a guide for developing and building Phonegap Android apps purely online, without any SDK or IDE installation. It's not ideal as debugging would be a nightmare. I mostly made it as reference for myself, but check it out anyway...
http://johncmolyneux.blogspot.co.uk/2014/05/how-to-build-android-apps-online.html
Sorry for the late reply. Can I know where is the APK file is stored?
ali20142014 said:
Sorry for the late reply. Can I know where is the APK file is stored?
Click to expand...
Click to collapse
/data/app/packagename-1.apk
You tube is your friend
Just do a youtube search with these key words "html5 webview android" and you should be able to find everything you need to know on how to build your html5 powered app
Google offers a "ProGuard" solution on how to mask your code by obfuscation. Good luck!
You can also use phonegap build to build your web apps without using eclipse.
You can't make an app using HTML and all these web developing languages but you can simply make a responsive website (I hope you know that) and then integrate that website into the android app. You may also add something like that once a user opens app once his app will connect to your website and then download the files offline for future offline use.
You can make fully functional games and apps with HTML + Javascript. Once you learn a the basic's you can use the framework I posted here to make a quiz game. As you learn more you can make small puzzle games and action games but that takes time to learn. Start by using this framework to build a game.
http://forum.xda-developers.com/showthread.php?t=2785378
And if you dont know how to use eclipse then use phonegap build it will build the game for you and the 1st game is free with their service.
Sorry, just saw this now... i could have saved you a bit of hassle
If you really dont want to make a deep dive and stay with your current skills theres a really great way to do so (no, im not involed in the project and wanna advertise it i just use it and love it).
Theres really great tool from Intel, named Intel XDK. This thingy lets you easyly use either the Intel based framework (thats really fast and depending on how you "build" the app at the end you get native code, not just an simple AKP that displays content in a webview.).
The above mentioned Cordova is also a build option, so if you already learned about that, you can still use it in here. You can also make the userinterface of your app in a drag&drop IDE that saves you TONS of time.
Check here for some easy examples:
http://app-framework-software.intel.com/components.php
The very best comes at the end, you dont have to care ONE BIT about installing anything on your machine, all build stuff is done on Intel servers. You code the app, decide on a way to build it (Cordova, Android, iOS or whatever) and you get an APK out of it. Whats more, you can test/debug directly on device, in browser or any other possible way.
If you dont want to learn the appfraework (whats is basically just like jquery, you dont really have to "learn" it if your familiar with javascript) or use other known frameworks like jQuery mobile. Best is, you can still use the IDE-Designer even with jQuery. So you can for example choose jquerymobile framework and but in a nvigation layout just with drag&drop. Of course you als have a standard Code-View with autocompletion and all if you want.
Take alook, its awesome...
The reason why i post this here that tere is one flaw (in my opinion), the documentation is not the best (its there of course, full API guides and all) and the Intel foum is not really active, since noone really knows about it it seems. If more ppl use it the community could be great and starters have a really easy tool at hand to get into the world of mobile-development.
Hi,
You can create an Android app using the HTML, CSS, JavaScript by PhoneGap. PhoneGap is a free and open source framework that allows you to create mobile apps using standardized web APIs for the platforms you care about. You can learn it at: phonegap.com
Good luck!
Website 2 APK Builder
The all new Website 2 APK Builder for Windows is now available at sourceforge.
as i'm new and can't post external links,
so i'm unable to provide a link of it,
try searching "Website 2 APK Builder" on Google.
Just Launched Yesterday,
that's all.
Easy to use,
Generates ad-free apps.
and available for offline use.
Give it a try.
Oboy
oboy
If you're planning on making a update thingy like that basically use github for that where you have a text file and test for the version every time the app launches with window.onload in JS
ali20142014 said:
Hello, I have a question on Android development. Personally, I know web development but I do not know JAVA programming because I am not into software development.
I want to develop an android app by using HTML5, CSS3 and JQuery Mobile. The app will be simple, it will be just an app on poetry where users will click some categories and read poems, and also search. That's all. It will be free, no registration, no ads and no server side. I want to use JQuery Mobile for this or even pure HTML5 and CSS3. In fact, HTML and CSS will be used of course.
Bear in ind that I am NOT converting an existing website into an app, but rather creating an app through HTML, CSS and JavaScript. So, the Web View tool is not appropriate here.
My questions are:
1/ Can we really create an APK with obly HTML, CSS or JavaScript?
2/ If we can create, what software (which is free) can I use to create the APK by compiling/converting my web pages?
Thank!
Click to expand...
Click to collapse
I'm not sure if it's still a question for you but maybe try to search some helpful articles on this subject? They are usually easy to read and you'll an understanding of what you need to do.
we can create an APK with only HTML, CSS or JavaScript through new frameworks
CODENAME ONE
This cross platform framework enables in growing industry-based totally applications. The level underpins fast application development. The designer can compose code in Java and the software may be attempted and showed with Codename One’s test system devices and check mechanization devices. The system bolsters well known IDEs like NetBeans, Eclipse, and IntelliJ idea. The maximum captivating detail about its collect server is that the designer can fabricate local iOS applications simply as nearby windows packages with out a Mac gadget or windows pc. The degree is usually recommended for creating iOS applications.
You may ask your suggestion from App Development Company in Bangalore which helps in developing innovative apps according to your ideas

[Q] Developing app with visual interface

Hi everyone. I'm new to developing apps. I want to create a simple app, and I'm a bit overwhelmed by all the options that I have .
I am looking for software / language that:
- Has a visual interface so that I can add buttons, lists, textbox, checkbox, etc, and then program the actions of each.
- Can test the result with my android device, or with an emulator.
- Can create a final apk
- Optional: Can migrate to IOS and Windows phone. This isn't quite necessary though.
- Is free / opensource. If this is impossibe to find, then I'll take a look at commercial ones.
What do you recommend? I tried App inventor, the idea is awesome, but it is quite buggy and pretty basic. I'm looking at Montage Studio and Mosync, but even though they can show me a preview on my phone, they don't have a visual interface in wich I can drag and drop components (Yes, my first steps in programming where with visual studio, that's why I love this).
What do you suggest? I have no problem to start learning to code, but at least I want to create the visual aspect of the app, in a visual way.
Any help will be much aprecciated! :/
Android Studio, which is the official android IDE, and also Eclipse IDE have a visual editor, in which you can add layouts, views, buttons etc.
serknor said:
Hi everyone. I'm new to developing apps. I want to create a simple app, and I'm a bit overwhelmed by all the options that I have .
I am looking for software / language that:
- Has a visual interface so that I can add buttons, lists, textbox, checkbox, etc, and then program the actions of each.
- Can test the result with my android device, or with an emulator.
- Can create a final apk
- Optional: Can migrate to IOS and Windows phone. This isn't quite necessary though.
- Is free / opensource. If this is impossibe to find, then I'll take a look at commercial ones.
What do you recommend? I tried App inventor, the idea is awesome, but it is quite buggy and pretty basic. I'm looking at Montage Studio and Mosync, but even though they can show me a preview on my phone, they don't have a visual interface in wich I can drag and drop components (Yes, my first steps in programming where with visual studio, that's why I love this).
What do you suggest? I have no problem to start learning to code, but at least I want to create the visual aspect of the app, in a visual way.
Any help will be much aprecciated! :/
Click to expand...
Click to collapse
I work for Kinetise.com, a web-based mobile app creator. Here's what it has for you:
- visual interface - check
- Can test the result with my android device, or with an emulator - double check
- Can create a final apk - check
- Optional: Can migrate to IOS and Windows phone. - check, Kinetise compiles to Android and iOS at once, Windows coming soon.
- Is free - the editor, emulator and 24h test apps are free, but in the end, Kinetise is a commercial solution.

Question [ROOT] [TASKER] [APP] OnePlus Parallel App Installer

Hey all,
I was at recently looking for an app to add unsupported apps to OnePlus's Parallel Apps feature, and found that there were only two ways to do it -- manually install them via a pm command, or use an Xposed Module. In response, I went ahead and made a Tasker App/Task that will list all your raw package names, allow you to select multiple, and it will install a clone of the selected apps. It needs root because it invokes the pm command on-device.
I couldn't find a convenient way to list apps via their titles, or filter out system apps without making the Task much more complex, but you can type in the filter bar and find your apps that way. I made this in like 20 minutes and decided to share, I'm sure someone could iterate on it and make it smoother.
If you use this, FLIP THE SWITCH ON A STOCK PARALLEL APP FIRST. When I first used the pm command to make a parallel app, it didn't work because I hadn't used the official feature yet. Then, when I did, it screwed up the profile, and certain apps wouldn't work. Use at your own risk.
Drive link for Task and App:
Apps - Google Drive
drive.google.com
You could use oasisfeng's island app. Will work even on a phone that doesn't have parallel apps. Works great
isiynen said:
You could use oasisfeng's island app. Will work even on a phone that doesn't have parallel apps. Works great
Click to expand...
Click to collapse
Island is nice, but it requires setting up a Work Profile -- a solution I don't particularly like, and won't work for people who have a work profile for their actual work. Plus, I didn't see any reason to not tap into OnePlus's included solution. Options are always good.
Similarly, Shelter is a FOSS app that works via a Work Profile, like Island.
PokemonTotalWar said:
Island is nice, but it requires setting up a Work Profile -- a solution I don't particularly like, and won't work for people who have a work profile for their actual work. Plus, I didn't see any reason to not tap into OnePlus's included solution. Options are always good.
Similarly, Shelter is a FOSS app that works via a Work Profile, like Island.
Click to expand...
Click to collapse
Very nice, I wasn't aware of Shelter. Thanks!
Working fine on OOS 12.1
Is ther any changes in command line or same as old to remove --user 999?
Asked bcoz getting error while removing "user 999"! Could anyone tell me how to remove user 999? I created parallel apps, but no option to delete user 999.

Categories

Resources