Sorry, but I didn't find the issue in this forum
All the webs for example GSMARENA , it says "Java: Yes, via Java MIDP emulator"
I can't find this emulator installed, so it's lie !
I tried to find the JBED , but it doesn't support Android 2.3 yet .
I tried other MIDP emulator (netmite, the one you send the jar and get APK) , but it sucks and not doing good job..
Don't ask why do I need it, "you can find same application for Android..."
So it's not true:
1. I have some old application and they are not exist in Android.
2. I have my application I wrote in J2ME long ago, I have no knowledge/time to learn how to re code them for Android,
I simple want to use them as is...
If any1 here knows good solution, please your advice...
arix said:
Sorry, but I didn't find the issue in this forum
All the webs for example GSMARENA , it says "Java: Yes, via Java MIDP emulator"
I can't find this emulator installed, so it's lie !
I tried to find the JBED , but it doesn't support Android 2.3 yet .
I tried other MIDP emulator (netmite, the one you send the jar and get APK) , but it sucks and not doing good job..
Don't ask why do I need it, "you can find same application for Android..."
So it's not true:
1. I have some old application and they are not exist in Android.
2. I have my application I wrote in J2ME long ago, I have no knowledge/time to learn how to re code them for Android,
I simple want to use them as is...
If any1 here knows good solution, please your advice...
Click to expand...
Click to collapse
Dunno about no. 1, but for no.2 checkout MicroEmu by Bartek Teodorczyk - if you have the code, getting it to run on Android should (I believe) be fairly simple.
Thanks for your answer.
I also saw this solution, it's not simple as it looks like...
(needs many installations , tools etc... and finally you will find
that some lib(s) are missing..
Beside , I wrote the program 6 years ago or something
when I had SE P910 ,
I used also MIDP programs with
WM (HTC Diamond) by using Jbed comes with it...
I just want to run the jar(s) as is...
After searching (1 month since i have the SGS2) I finally found
solution. I think it should comes with SGS2 (but it's not) as all the web(s) says about SGS2 : "Java: Yes, via Java MIDP emulator."
The solution attached here is working fine, no arrows and very small fonts, but with "touch" is fine....
Anyway, Only if you are rooted and knows to mass with files,
Just install the apk as usual and push the lib to /system/lib and change its permissions to rw-r-r-
Or adb:
adb install Jbed.apk
adb remount
adb push libjbedvm.so /system/lib/libjbedvm.so
adb shell
su
chmod 644 /system/lib/libjbedvm.so
exit
exit
adb reboot
You can find the zip file here:
http://forum.xda-developers.com/showthread.php?t=1070185
Related
Is there anyway to get the Oanda FXTrade platform to run on the HD2? The only solution I've been able to come up with is remote desktop, but that is far from optimal. This link: http // www smartphonemag com/cms/blog/9/how-do-i-run-well-known-oandacom-stocks-applet-my-pocket-pc-incl-tons-brand-new-never-publish (had to edit out the "."'s and replace them with spaces to get around the spam filter) talks about running it on WM, but the link to the .jar file is bad (and I had tried it before on my Tilt when the link did work, but never could figure out how to get it to work).
Here is link to the Java Web Start that I normally run from my PC: https //fx1 oanda com/java/beta jnlp (again "."'s replaced with spaces).
Has anyone had any luck at finding a way to run Java programs on the HD2/other WM devices? The 800x480 screen and 1GHz CPU would be perfect for mobile trading. I would be so grateful if anybody has any suggestions.
yup man..been waitin the same... pls help..
Same here, if anyone finds a solution I will be really interested to know!!
For now, I'm using Metatrader for the same purpose...
Yes, this is needed so much. I have different websites that need java applets for my hd2. Is there a solutuion today?
I think the Oanda FXTrade platform has changed since he wrote this article.
even this page: http://www.winmobiletech.com/sekalaiset/OandaComAppletInvoke.html
that he wrote to access the oanda platform is failling due to http 404 (file not found) edit: not the page itself but the page trys to request the platform.class file for the beta.jar and it returns a http connection failed to the java console.
I have looked into this quite fully.
It seems the stuff he was referring to was all beta code and has now been removed.
I have found the current jnlp file:
http://fxtrade.oanda.com/fxgui/desktop/fxtrade.jnlp
The new codebase seems like it should be:
https://fxtrade.oanda.com/fxgui/www/fxtrade
and there are now three jar files instead of one:
https://fxtrade.oanda.com/fxgui/www/fxtrade/trading-app.1.10.17.jar
https://fxtrade.oanda.com/fxgui/www/fxtrade/trading-res.1.10.17.jar
https://fxtrade.oanda.com/fxgui/www/fxtrade/protobuf-java-2.1.0.jar
I have tried to modify what he has done in the tutorial you posted to add the new information.
Unfortunately this has been unsuccessful and I am unsure where to go from here.
maybe someone who knows a bit more about jar/jnlp architecture could take it from here?
download the applet, then go to start > tools > jblend
there should be a list of applets.
Hi,
bought a new Tattoo from Expansys and rooted according to this forum, what I didn't succeed doing is open the market to non 240X320 applications. there is a thread here and I did all the steps (push ADB) but failed. is there other simple way to see all the paid and other apps?
thanks in advance,
Erez
erez29 said:
...is there other simple way to see all the paid and other apps?
Click to expand...
Click to collapse
In short: no.
erez29 said:
Hi,
bought a new Tattoo from Expansys and rooted according to this forum, what I didn't succeed doing is open the market to non 240X320 applications. there is a thread here and I did all the steps (push ADB) but failed. is there other simple way to see all the paid and other apps?
thanks in advance,
Erez
Click to expand...
Click to collapse
Maybe you can first instal Amon-RA recovery and then install Fyodor ROM with built in Market Patch. Also Fyodor ROM is much better than the stock ROM
Recovery
ROM
adb
may be you just didnt get adb working
windows has a usb driver issue sometimes that means you have to un-install the device first then go for the adb device recognition
in your command prompt first check are at the directory where your adb files are located,,,
then plug in and wait a mo- now type - adb devices -
( without the dashes of course )
you should get something like htcw804556554
( made up but you get my drift )
if thats not working you have the usb driver issue i mentioned above
the forum post on tattoo market hacking is brilliant and does work so all i can say is give this a crack see what gives !!
..
thanks terminal 7, I will try this today.
Hi! Take a look at this!!
http://forum.xda-developers.com/showthread.php?t=532719
... good work
Mod. edit: not dev related, moved to general
Hi, my name is José Pereira and i want to share with you the alpha application i'm developing, based on http:/ / code.google.com/p/android-vnc-server/.
It has a simple GUI, so you dont need know nothing about the terminal
As now, it has support for HTC Dream, Hero and Magic (keyboard and mouse), for other devices i need you to send me the "getevent" command output so i can add the input devices names to the application.
PS: YOU NEED ROOT ACCESS
http:/ / zeluispereira.no.sapo.pt/avnc-0.01.apk (i cant post links)
picture: http:/ / zeluispereira.no.sapo.pt/asd.png
thank you
Your screenshot looks great.
This is what I get on my Nexus One (Froyo). I remember others getting the same result with VNC server in the past too. Note: also get high cpu usage.
Keep up the good work, nice and easy to use.
Could you please send me a dump of /dev/graphics/fb0 so i can look into it?
You need to have adb executable, and do something like
"adb pull /dev/graphics/fb0 filename"
and send me the "filename"
Thanks
I've been messing with the vnc server from google, but can't get the touch input to work on my sprint htc hero. I tried installing and pushing your apk, but I don't see the app on my phone.
onaips said:
Could you please send me a dump of /dev/graphics/fb0 so i can look into it?
You need to have adb executable, and do something like
"adb pull /dev/graphics/fb0 filename"
and send me the "filename"
Thanks
Click to expand...
Click to collapse
Here you go. I am having the same problem with my N1 Running Froyo.
View attachment dump.zip
onaips said:
Hi, my name is José Pereira and i want to share with you the alpha application i'm developing, based on http:/ / code.google.com/p/android-vnc-server/.
It has a simple GUI, so you dont need know nothing about the terminal
As now, it has support for HTC Dream, Hero and Magic (keyboard and mouse), for other devices i need you to send me the "getevent" command output so i can add the input devices names to the application.
PS: YOU NEED ROOT ACCESS
http:/ / zeluispereira.no.sapo.pt/avnc-0.01.apk (i cant post links)
picture: http:/ / zeluispereira.no.sapo.pt/asd.png
thank you
Click to expand...
Click to collapse
Any progress on this?
Hey, i've posted on another thread, see h t t p : / / forum.xda-developers.com/showthread.php?t=710805
I've actually found out why nexus isn't compatible, expect to get news soon.
Cheers
need the apk
I need the apk file. Could you please give me the link to download the .apk again the current link you have posted was either removed or doesnt work.
Thanks
Go to onaips.blogspot.com
hows the frame rate with this? i found another similar program that works great, but only gets about 5-10fps on the pc side.
http://forum.xda-developers.com/showthread.php?t=663390&highlight=screencast
onaips said:
Could you please send me a dump of /dev/graphics/fb0 so i can look into it?
You need to have adb executable, and do something like
"adb pull /dev/graphics/fb0 filename"
and send me the "filename"
Thanks
Click to expand...
Click to collapse
hi,
i got the same issue,
i ve did a dump you can download it here
http://no-comp.net/android/dump-nexus-one-froyo
i hope it ll help you out.
do you think it s a client or server issue?
do you know any way to do 20 fps video recording with vnc?
thxx for your effort and your time
best regards
Uninstall your version and install market (search for vnc server), the issue is already fixed!
hi,
that s what i did, and i still get the issue, that s why i ve post you a message.
herve
I run the version
0.2c
sommething funny with the 0.3c V when i clic on "stop server" it s still running...
new screenshot with last version
Make sure you are opening droid VNC server, because i changed names when uploading to market...
nocomp i find it very odd, because i already fixed that issue... can you send me a debug from logcat?
adb logcat
Don't expect to have 20fps in vnc, you cant get it with pcs, so with phones it's even less expected.
Thanks
EDIT: this is a server issue
send me your mail adresse at nocomp (@) gmail and i ll send it to you.
thx for your time
herve
http://forum.xda-developers.com/showthread.php?p=9597994#post9597994
file is on this link
if u like this just give me stars
can just anyone find a solution or there is no1 that can help just a yes or no PLEASE JAVA.zip .apk anything just to let java work please :'(
Download any sense rom, unzip and take the apk yourself.
i Found the APK i try to install it it doesnt work at all i tried to make it as flash zip it worked but Force to close how can i make it work ?? please thank you
i attached the
Jbed.apk (but i get App cant install )
and
the file i did update.zip (but i get FC in this)
do i have something wrong plz check the files
im trying with ADB not working too huh please help
I have done it
after all my hard work and no one helpong me i have done the update.zip to enable java on any phone most likely tried it on my HTC Desire with RCMix HD Rom that doesnt have the JAVA app in it
u can download from this link
NOTE: DO Nandroid & Flash on your own Risk... but most important its working please test
<<< http://forum.xda-developers.com/showthread.php?p=9597994#post9597994 >>>
Thanks too TheGhost1233 giving me one hint
kkarnaout said:
after all my hard work and no one helpong me i have done the update.zip to enable java on any phone most likely tried it on my HTC Desire with RCMix HD Rom that doesnt have the JAVA app in it
u can download from this link
NOTE: DO Nandroid & Flash on your own Risk... but most important its working please test
<<< http://forum.xda-developers.com/showthread.php?p=9597994#post9597994 >>>
Thanks too TheGhost1233 giving me one hint
Click to expand...
Click to collapse
most people are not interested in java apps, they are old and boring.
jbed can be adb pushed into system to work but on Remix HD adb does not work well because system apps are not in system/apps/
thats why you have to flash.
What have you installed that is java which is a must have?
Ronaldo_9 said:
most people are not interested in java apps, they are old and boring.
jbed can be adb pushed into system to work but on Remix HD adb does not work well because system apps are not in system/apps/
thats why you have to flash.
What have you installed that is java which is a must have?
Click to expand...
Click to collapse
well in lame 3rd world no 3G just wap and **** the only thing that works is java apps where i live there is a foo-me app u can check it on www.foo-me.com its for lebanon so its like BB or whatsapp or ping chat so since we still dont have 3G and a good internet this is a fast solution that can help me and other lebaness people who have such phones and need such simple...and lots other apps..this is a two step prosses just enter recovery install zip reboot done thanks anyways for asking step by step i do other stuff starting from the bottom till the top
I've seen on the internet taht some people run debian on android, now i was trying it but it doesn't work.
does annybody knews how it work on the lg gt 540
I've tried it a whole day but i made only a little progress.
I've tried linux installer to but i dont full understan that application
Maybe this works
http://www.talkandroid.com/android-forums/android-development/1091-install-debian-android.html
Joost
same problems here. when i want to chroot (chroot 4755 *) then it says:Operation not premitted! :S
can't understand...what he wants....iv'e gived him superuser right and so ...:S
and even. when i type sh ./installer.sh .....it does nothing...
but somebodey who have done this , please write to me....wanna get this workin too..
cheers. hani93
EDIT. nevermind...gooled bit. and founded this link and it worked.: http://androlinux.com/android-ubuntu-development/how-to-install-ubuntu-on-android/
And how do you like it? Ubuntu instead of android on your phone?
Could somebody tell us the pros and cons?
thanks in advance
hani93 said:
same problems here. when i want to chroot (chroot 4755 *) then it says:Operation not premitted! :S
can't understand...what he wants....iv'e gived him superuser right and so ...:S
and even. when i type sh ./installer.sh .....it does nothing...
but somebodey who have done this , please write to me....wanna get this workin too..
cheers. hani93
EDIT. nevermind...gooled bit. and founded this link and it worked.: http://androlinux.com/android-ubuntu-development/how-to-install-ubuntu-on-android/
Click to expand...
Click to collapse
it doesn't work for me..
jaapstreepjan said:
And how do you like it? Ubuntu instead of android on your phone?
Could somebody tell us the pros and cons?
thanks in advance
Click to expand...
Click to collapse
android is still on my phone....ubuntu is after android.(you can start ubuntu from terminal)
i've wanted this..because, then i can use linux commands aso.
cheers
sam48 said:
it doesn't work for me..
Click to expand...
Click to collapse
what's the error that he showing to you `?
you can try this method too..http://forum.xda-developers.com/showthread.php?t=723493
i've used loop7 and it works...
how much time takes to install tightvncserver???
Any other links for ubuntu.zip on a faster fileshare service than the one's in the www.androlinux.com guide?
It says 2 hours to download :O
I'll rehost it myself when it eventually finishes but if anyone has another link before then then please post it.
sam48 said:
it doesn't work for me..
Click to expand...
Click to collapse
works for me, now I connect via TightVNC from Windows 7 and see greay screen with "X" as mouse pointer.. Also I'm connected via SSH with PuTTY.. I don't know much about Linux but I typed startx and it does something, I hope it will show desktop
Edit:
It says "Fatal server error: no screens found".. What should I do??
Edit2:
got it typed "gnome-session &" (I love you google ) and it seems to load gnome (at this time only Background Image).. Crossing fingers
Edit3:
Now grey bars at top and bottom, maybe it hangs, but hopefully it just starts slowly..
Edit4:
should it take so long??
Edit5:
yep it takes that long, desktop is build very slowly but this is still some crazy ass **** btw. enough edits for now
My desktop was created in few seconds. But I was working with some old and modified Ubuntu version.
I was working with this instructions: http://nexusonehacks.net/nexus-one-hacks/how-to-install-ubuntu-on-your-nexus-oneandroid/ on 2.2 android version.
I hope this would help you (sorry because my bad English).
__http__://4pda.ru/forum/index.php?showtopic=192009 -- instructions on russian
I ve` tried linux installer recently and it worked. I installed debian, in my oppinion this is the easiest way, you just choose which distribution, size of the loop.img and where to install and that is it.
Danzano made also a tut:
http://forum.xda-developers.com/showthread.php?t=1171093