No java support??? - LG Optimus Black

Hi friends I was been able to login into bobibanking website when i was on zeus but now i m on cm10 & when i tries to login my browser redirects me into java's website it says your device has no java support... Is it possible to install java into my phone running on cm10...

sonimayurp said:
Hi friends I was been able to login into bobibanking website when i was on zeus but now i m on cm10 & when i tries to login my browser redirects me into java's website it says your device has no java support... Is it possible to install java into my phone running on cm10...
Click to expand...
Click to collapse
?!? Android OS is written in java (converted to dalvik bytecode after compilation, but still)
Report the bug and it'll get onto the list of stuff too fix.
It's also possibly the website has bad java recognition.
Sent from my LG-P970

Related

does the diamond support MIDP 2.0 and CLDC 1.1

as the title says
basically, im trying to get a mobile version of EVEmon installed, which is basically a skill and other ingame stats tracker.
the page on the eve forums says the following
Blackberry and OTA installation available here: EVE Mobile Skill Planner Download (JAD) http://evemsp.sourceforge.net/emsp.jad
Raw JAR for installation available here: EVE Mobile Skill Planner Download (JAR) http://evemsp.sourceforge.net/emsp.jar
Your device needs to support MIDP 2.0 and CLDC 1.1 for it to work.
Click to expand...
Click to collapse
now how do i go about getting this to work? help
Yes, Diamond support MIDP2.0 CLDC 1.1
That what I define when I play with some java games code...(Just hobby)

Alternative to Android Market?

Hey,
After reading the threads, I presume I'm not the only unlucky one to have a phone without Android Market, combined with the "dreaded" 1.33.0010 SPL, therefore unable to root.
So what's the best way to get new apps for my brand new HTC Sapphire? SlideMe and Leaf Open Market just don't cut it for me.
Alternatively, can I download the Android Market apps via the web?
Ciao,
CUGWMUI
PS: Someone, please root this phone!
you mean like these?
http://www.androidtapp.com
http://www.android.com/market
but i presume you're aware of a google search phenomena so i guess that is not what you were looking for
Not sure if slideme is locked to the mobile emai number or anything else but you can try to open your browser on the mobile and go to http://m.slideme.org/SAM/ and install there application store manager.
Thanks...
I guess the best thing is to acquire as much from as many sources as possible...
Can't wait for my Magic to get rooted..
Ciao,
CUG
Found a methode where i can get applications/games from the market into my non-google magic.
look at my post here: http://forum.xda-developers.com/showthread.php?t=529170
You might want to have a look at this website...it lists all alternatives for appstores per platform: http://www.wipwiki.com/appstores
Bazaar and Aptoide as alternative to Android Market
Hi guys!
Try bazaar.aptoide.org as alternative to Android Market,
As developer let me share with you the following features:
- Bazaar's site allows you to create your own market;
- Under the motto "Own your market!" you can now have your own Aptoide repository with your applications.
- Upload and manage your applications and share them with the world or just your friends.
- Easily browse the available Android Apps and choose which to install from your Android device.
- Discovering more in bazaar.aptoide.org
The Aptoide app allows users to easily install applications from distributed repositories, without having to rely on the Google Market.
The Aptoide enables you the following extra features:
- Add repositories via QR-code.
- Support for private repositories with login credentials (through the standard httpaccess file).
- Faster reloading of the list of applications from the repository
- Many other features and bug fixes.
Best regards,
Fábio
Fabio Te said:
Hi guys!
Try bazaar.aptoide.org as alternative to Android Market,
As developer let me share with you the following features:
- Bazaar's site allows you to create your own market;
- Under the motto "Own your market!" you can now have your own Aptoide repository with your applications.
- Upload and manage your applications and share them with the world or just your friends.
- Easily browse the available Android Apps and choose which to install from your Android device.
- Discovering more in bazaar.aptoide.org
The Aptoide app allows users to easily install applications from distributed repositories, without having to rely on the Google Market.
The Aptoide enables you the following extra features:
- Add repositories via QR-code.
- Support for private repositories with login credentials (through the standard httpaccess file).
- Faster reloading of the list of applications from the repository
- Many other features and bug fixes.
Best regards,
Fábio
Click to expand...
Click to collapse
Gonna install that myself right now
BLAHBLAH as an alternative to market
You could give google a try I know it cannot replace the android market but there is one advantage download paid apps for free.Sorry cannot give the url.
MOD EDITED BECAUSE THIS MEMBER CANNOT READ AND/OR UNDERSTAND FORUM RULES.
swapnilraj said:
You could give applanet a try I know it cannot replace the android market but there is one advantage download paid apps for free.Sorry cannot give the url.
Click to expand...
Click to collapse
open browser >>> go to google.com then download the market.apk install it.
don't forget to check the unknown source in setting application.
MOD EDITED BECAUSE THIS MEMBER CANNOT READ AND/OR UNDERSTAND FORUM RULES.
isnt this kinda warez helping?
swapnilraj said:
You could give google a try I know it cannot replace the android market but there is one advantage download paid apps for free.Sorry cannot give the url.
Click to expand...
Click to collapse
dnhrmnsyh said:
open browser >>> go to google.com then download the market.apk install it.
don't forget to check the unknown source in setting application.
Click to expand...
Click to collapse
If you guys want to get banned then post that crap again!
I have ZERO tolerance for even hinting warez distribution!
In fact... I've had it! Consider this thread closed.

[DEV] Set up CM in Eclipse

Can someone please explain how to set up CM on my PC so that I can run in an emulator and do some dev? Preferrably using Eclipse IDE.
Thanks!
Nexus One
CM 5.0.5.3
Yeah great post! I'm also looking forward to start dev'ing.
Did you already set up the Android SDK?
Yup. Android SDK is set up.
I just read [source.android.com/download] that you can't compile the Android source on Windows. That basically kills it for me at this time until I get my hands on a non-Windows machine.
Basically, I want to make changes to webkit for adding Arabic support. Can this be done without the above requirement?
daiski said:
Yup. Android SDK is set up.
I just read [source.android.com/download] that you can't compile the Android source on Windows. That basically kills it for me at this time until I get my hands on a non-Windows machine.
Basically, I want to make changes to webkit for adding Arabic support. Can this be done without the above requirement?
Click to expand...
Click to collapse
I'd grab a VMware image for e.g. Ubuntu Server 9.10 (http://www.thoughtpolice.co.uk/vmware/) and use some of the free VMware versions (e.g. Player). Then follow the instructions on Cyanogenmod Wiki to get the source code and build your own system image. There should be plenty of information about how to build it, and support on IRC or the forums. Once you're past that, you can start tinkering with the Webkit code. Webkit is part of the framework (I believe), and probably has a lot of dependencies on it, so you probably cannot build it without the rest.
Maybe you want this thread to be moved to the Development forum.
Thanks for the tips robert I'll get right on that!
This thread was in the Development forum and was moved here by a moderator.
Ah btw, I thought about VMWare Player again. I don't think you can add another disk there, or at least, it's complicated (http://communities.vmware.com/thread/158454). So you might want to use VMWare Server, which is free, too. You will need a couple of gigabytes for the source code, intermediate build files, etc.
robert-qfh said:
Ah btw, I thought about VMWare Player again. I don't think you can add another disk there, or at least, it's complicated (http://communities.vmware.com/thread/158454). So you might want to use VMWare Server, which is free, too. You will need a couple of gigabytes for the source code, intermediate build files, etc.
Click to expand...
Click to collapse
Can you explain why I'd need to add another disk?
Depends on how they set up the disk when they created the image. If they made it large enough, you don't need another disk.

Java SE support in browser

Hi all,
As the android OS is built up on Java I assumed I could use java websites -- i no know this is not true as google have there own version.
I currently have root access on my standard rom .. is there a way I can add Java support to my nexus one 2.2.1?

adobe flash install for N7

Hello Nexus 7 lovers,
As we all know Chrome comes pre-installed for Jellybean instead of the old stock ICS browser (which is a very welcomed addition) on the Nexus 7. Chrome Mobile does not support flash (and it never probably will). Also Adobe has stopped support for any Android version 4.1 and up (regardless of chipset). But lucky for us Tegra 3 has been supported by Adobe before Adobe decided to stop even hardware support.
I don't use flash anymore really, but a lot of people still do. If you want to install flash and have a browser that can use it, follow the instructions below.
As we all know you can side-load the flash APK even though you can't install it straight to from the market.
For the new people to Android who don't know how, here is how to install app if you have the .apk file:
Go to Settings.
Go to Security (under Personal)
Check Unknown Sources (under Device Administration)
Click OK
Now Install Flash 11.1, if you need the APK, you can grab it here:
(mediafire...4940h3ixaabr2gp)
Now install Firefox Beta from the Play Store (or download the APK below).
I'm sure there are other browsers that support flash, I'll be testing out quite a few and I can make a list here.
List of browsers that DO support flash on the Nexus 7:
Firefox Beta
Maxthon Browser
Fennec (Aurora Nightly)
Dolphin HD 8.5.x (8.6+ does not support)
List of browsers that DO NOT support flash on the Nexus 7:
Chrome (The default browser installed)
Opera Mobile
bahaakhaled97 said:
Hello Nexus 7 lovers,
As we all know Chrome comes pre-installed for Jellybean instead of the old stock ICS browser (which is a very welcomed addition) on the Nexus 7. Chrome Mobile does not support flash (and it never probably will). Also Adobe has stopped support for any Android version 4.1 and up (regardless of chipset). But lucky for us Tegra 3 has been supported by Adobe before Adobe decided to stop even hardware support.
I don't use flash anymore really, but a lot of people still do. If you want to install flash and have a browser that can use it, follow the instructions below.
As we all know you can side-load the flash APK even though you can't install it straight to from the market.
For the new people to Android who don't know how, here is how to install app if you have the .apk file:
Go to Settings.
Go to Security (under Personal)
Check Unknown Sources (under Device Administration)
Click OK
Now Install Flash 11.1, if you need the APK, you can grab it here:
(mediafire...4940h3ixaabr2gp)
Now install Firefox Beta from the Play Store (or download the APK below).
I'm sure there are other browsers that support flash, I'll be testing out quite a few and I can make a list here.
List of browsers that DO support flash on the Nexus 7:
Firefox Beta
Maxthon Browser
Fennec (Aurora Nightly)
Dolphin HD 8.5.x (8.6+ does not support)
List of browsers that DO NOT support flash on the Nexus 7:
Chrome (The default browser installed)
Opera Mobile
Click to expand...
Click to collapse
Nice write up, but this is common knowledge and has been repeatedly posted. In addition why is it people post a file share sit instead of the adobe archive is beyond me. Also, please follow the rules, especially the one that says to use the search function before posting.
Sent from my Nexus 7 using xda premium
zPacKRat said:
Nice write up, but this is common knowledge and has been repeatedly posted. In addition why is it people post a file share sit instead of the adobe archive is beyond me. Also, please follow the rules, especially the one that says to use the search function before posting.
Click to expand...
Click to collapse
Considering he's also advertising warez in other threads, perhaps the APK he attempted to link to is "modified". Who knows. I wouldn't use it, that's for sure.
Yeah... I wouldn't trust ANYTHING OP posts. I wouldn't trust any of his links, either.
The "missing" Android Stock Browser, fully supports Flash. I have been using it, without any issues, so far on my Nexus7 3G.
Closed - Already very well covered elsewhere

Categories

Resources