RSD , Cryptload or ... on HD - Touch HD Themes and Apps

is there a program which support a rsdf or ccf file?

i didn't find one so far
jdownloader is in java but the
crappy esmertec can't handle it maybe
u find a better java runtime

Related

pls help quick

im sorry if this is a dumb question just doing my reasearch now but i downloaded schap's 4.31 on my 8525 and now i cannot dowload opera mini anymore, now it downloads a .jar and .jad? files that it doesnt know what to do with what should i do?
cmon i know someone had this happen?
hi!
This files r Symbian OS. Nokia, Sonyericsson. etc. What u need r .exe or a CAB
you can run the jar file if you install a decent java stack, search the threads for JAVA.
install this. esmertec java and opera mini in the package. works for me.
ok everything works with that now i cannot stream from youtube, no error or anything just it does nothing with the link when pressed

Java Development on Touch HD

I've been studying Java with the Open University and would like to put into practice some of my newfound knowledge on the mobile side of things.
Can anybody help me get started by telling me which configuration I should be using with regard to CLDC/CDC-MIDP, are there any JDK's for the Touch HD etc?
I have tried searching but to no avail so far so would appreciated your help.
Also, is there a decent Java compiler that operates under WM6. As that would be novel to play around with too! I currently use NetBeans on my pc.
Regards
Gary
Java on a mobile device = J2ME
There are plenty of Java VM for Pocket PC (check this thread). I think JBed (found in most blackstone ROM's including stock ones) is the best. It has severe limits but it is the best you can get on blackstone. For developement you can use your PC with Sun WTK 2.5.2 (it is supported by Netbeans).
There are no decent java compilers that run directly on PocketPC.
As your first app can you create a D-Pad in java to run skymobile????
garyainsworth said:
Can anybody help me get started by telling me which configuration I should be using with regard to CLDC/CDC-MIDP, are there any JDK's for the Touch HD etc?
Click to expand...
Click to collapse
Java ME : JBed or JBlend, choose one of them, both work great.
Java SE (Yes Desktop-class Java): MySaifu - http://www2s.biglobe.ne.jp/~dat/java/project/jvm/index_en.html
As for the JDK part (I mean the javac compiler and other tools), I do not know such a package yet. However, you can make javac work with MySaifu with a tools.jar file copied from standard JDK (1.3 or older probably).
Hope this helps
Java development with JVM for CDC
Thanks for your help guys.
I've managed to ge set up and have managed to create my first Midlet and run it on my Blackstone via JBed. I've used NetBeans 6.7
However, that is CLDC/MIDP, but when I try and install CDC creations JBed will not install it because a Midlet name is missing. Is this because the stock JBed does not support CDC. I have tried to find out but it is not perfectly clear and I will have to pay for a JVM to test my theory out if nobody can advise!
Thanks for help
Gazza
MOD EDIT
Moved to Themes, Applications and Software forum (?) as not related to rom development
I'd seriously look at JavaFX, sun released a beta of it the other day.
I really like it, it works well on the HD from my limited testing
http://javafx.com/downloads/windows.jsp
One slight flaw with the current version is that it wants to get network address even when try to search for local jar/jad on storage.
but setting it as default file association gets around that one..
JavaFX
Downloading as I write....
Thanks for your advice I appreciate it. As you may know, as a newcomer to development of JME it is so complicated to get started due to all the configurations so any pointers at this stage are very much appreciated.
Thanks
Gaz
OK, I have JavaFX installed on my HD and it works and I particularly like the calculator example app included with it. However, I still cannot get my CDC app to install. It says "Cannot install application because critical information is missing from the application file (.jad). I thought CDC used xml files and not JAD for descriptions. Am I wrong or is something to do with my platform/deployment configuration?
I cant see a jad file in the deploy folder either. Is this an error.
Thanks
Gaz
Nope, you still need the JAD descriptor file.
It's plain text file, just find some on the internet, open it with text editor and alter some of the properties in there, it's really easy.
Don't forget to change the path to your JAR archive - the best way is to put there just simple JAR name and copy the JAD to the same directory as JAR.
Thanks Pepcza,
I'll try that, just a thought though, if you still need a descriptor file (in this case .jad) why does'nt the Netbeans deployment process create it along with everything else? It does when creating CLDC platform apps!
Gaz
JavaFX
I think we should concentrate on this one. Youtube videos are working in bolt browser using Javafx. If only it would be a bit faster, It'll throw Jbed out of the window.

Myriad Java?

Am I right that Esmertec was renamed to Myriad?
And now that Sony Ericsson XPERIA X2 had its software dumped we have cabs of Myriad Java.
Anybody tried it? Is it better than some of the esmertec jbed builds?
Myriad Java on X1
Yes, I installed it. It removed my Esmertec jbed 2009.04.16.5.1 and installed a new Java logo in the Start menu. However, when trying to start it, it only closes the Start menu - no access to my java midlets anymore.
Anyone has some ideas how to fix this?
X1
os version 5.2.21889 (21869.5.0.82)
Manila 2.5.19202525.0
ROM 1.05.931.10 GER 09/09/08
Do the following and have fun with the best Java-Runtime
ultrashot said:
[HKEY_LOCAL_MACHINE\Software\Apps\Esmertec Java]
"ProgramsGamesURL"="\\Windows\\Start Menu\\Programs\\Games" ;this
"ProgramsURL"="\\Windows\\Start Menu\\Programs" ;this
But I don't know paths for your rom
\\Start Menu\\Programs\\Games is a language-dependent part
Click to expand...
Click to collapse
Shortcuts will appear for installed Midlets after Softreset.
or you can try the Java runtime form JavaFX website ( google JavaFX )
This runtime can handle old Java applications and some new JavaFX applications

please i want java for explore

hi all
when iam trying to play in webs java games online it's not show to me
maybe It not supports java or i don't have java plugin for opera or explore
any one can help me to fix this ?
thanks

[Q] Loading JAR Files?

Hi I have searched the 8 pages of threads and didn't see my question which is how do I load JAR files onto my HD7?
Thanks in Advance
Windows Phone 7 doesn't support Java JAR files.
I have a HTC HD2 with JBlend, and I would like to run also a jar file. I think that this depends only by the Java runtime like JBlen or JavaFX. Is the operating system under der Java runtime indeed essential?
Unfortunately if I try to install my jar file within JBlend I get the message "Failure extracting a jad file". With another Java runtime the jar freezed after starting successfully. On the desktop PC the jar runs without problems. Why not under WM?
you won't be able to load any random jar on your hd2. Cell phones don't have a full jvm so you will need a java app designed specifically for the cell phone. Chances are if you didn't get a jad (Java Archie Descriptor) with the jar then it's not for a cell phone.
Thank you, so it's a pitty. Actually I expected that the advantage of Java is to clear the differences bewteen platforms, especially between mobile and "big". It should be only a question of the jvm implementation. Why doesn't existe a "full" jvm for mobiles? There are several jvms. You know e.g. Esmertec or Mysaifu?
On the other hand I may construct the jad afterwards. There are jad-gengerators on the market. I did so, and the jvm complains that there is a missing descriptor within the jad. So I think that I should only complete the jad. But how?
m i n e c r a f t
?

Categories

Resources