Can Vox run .jar files ? - HTC Vox

Hi guys
Can the Vox run .jar files ?
I've found some nice apps and I was wondering if my phone can run smoothly java apps
Do I need an xtra feature ?
Thanks a lot in advance, sorry 4 my ignorance

Try this
After a litlle search i found this:
You can install Java-emulator : Coretek Delta Midp or JavaBlend.. and.. place jar & jad files in one directory (run jad (for JavaBlend)).
Place in all jar-archives directory "com".. this helps to run all Nokia java games..
also.. as you have place com, make jad-file(utilite JADMaker.exe)
Files:
Coretek_Delta_MIDP_2.rar
IBMMIDP.zip
JBlend_Java.CAB
com.rar
JADMaker.zip
HDC_Midlet_JAVA.ZIP
Click to expand...
Click to collapse
Check here for more info.

thanks a lot for the info xokos

Related

Newbie needs some help

Hi ppl, sometimes i download a program and i get a bunch of files with an "XML setup" file included, how do install this? Thanks.
Indy
Indym,
Please could you be a bit more unspecific.
Thanks
HPJ
From what i think , you are opening cab files(with winRAR) which have to be directly copied to the WM device you are using rather than being extracted .
So if u have say prog.cab , dont open it with RAR
>just copy to device and run from there
Hope this helps
udayrulz said:
From what i think , you are opening cab files(with winRAR) which have to be directly copied to the WM device you are using rather than being extracted .
So if u have say prog.cab , dont open it with RAR
>just copy to device and run from there
Hope this helps
Click to expand...
Click to collapse
Thats it thanks! Yep i've been unzipping it on my pc. Appreciate your help.
Indy
No Problem
Enjoy!

help with cab's

hi guys ive searched the forum with no result so here goes
ive download
Windows Live 10.6.0034.0800 (Fixed)
for my vario 3 but when i extract it comes up 57 files
how do i install these on my device????
any help would be great
thanks in advance
http://pocketpccentral.net/help/tutorials/install_cab_file.htm
or just use google ?!
It's done in 5 seconds....
petervbeck said:
http://pocketpccentral.net/help/tutorials/install_cab_file.htm
or just use google ?!
It's done in 5 seconds....
Click to expand...
Click to collapse
what file do i click to install out of the ones that are extracted coz theirs like 50 odd of them?
cheers for the quick reply buddy
you don't have to extract the cab file, just copy the cab to your device
and start file explorer - click it and the setup will start...
cabs are similar to setup.exe's on desktop computers, just for ppc
You DO NOT unpack a cab file! NO! NO! you just transfer the whole cab file to your phone by transferring it to a card or by synchronizing it using activesync! Whatever you do, don't unpack file. It will install itself once it is transferred to phone.
(sorry, was not quick enough to answer...he's beaten me to it! )
petervbeck said:
you don't have to extract the cab file, just copy the cab to your device
and start file explorer - click it and the setup will start...
cabs are similar to setup.exe's on desktop computers, just for ppc
Click to expand...
Click to collapse
perfect buddy got it working lol
im a complete noob at this so thanks for the help its much appreciated
Use enclosed software which is great thanks to modaco.com
after installation, in the file manager right click on the cab file that you wan to install then you will see the menue CABviaActiveSync (device must be connected)

Java on Neonode N2

I have the Neonode N2 phone -- it's a great little phone . I'm trying to install a Java Midlet Manager on it, but I'm not sure how to proceed. I went through Werner Ruotsalainen's article located below but still did not find any definitive answers:
http://www.smartphonemag.com/cms/blogs/3/the_java_midlet_bible
The N2 is unique phone -- it's got an IR-based touchscreen, but has a resolution of a smartphone (176x220). The only thing I could find on the Internet about installing Java on the N2 is this old article in German:
http://atomlabor.blogspot.com/2008/05/java-on-neonode-n2.html
However, I am not sure how the midlet manager mentioned in this article (weme-midp20-wm2003-arm_22.CAB) compares to the other ones out there. Mr. Ruotsalainen's bible seems to imply that only Coretek Delta Java Manager supports 176x220 resolution, but I'm not certain.
If anyone has experience installing a midlet manager on the N2, could you please tell me exactly which CAB you installed?
Thanks,
Tom
installing Java on the N2 is this old article in German:
Click to expand...
Click to collapse
try it like i wrote !
install the first cab after that the second one !
like on http://blog.atomlabor.de/2008/05/java-on-neonode-n2.html
or on http://forum.neono.de
http://forum.neono.de/software-probleme-hilfe-f5/java-dateien-t73.htm
http://neonode.geekaddict.net/software-probleme-hilfe-f5/java-dateien-t73.htm
you´ve installed the j2me vm first (my cabs)
after that you can send your *.jar file to your N2 -via usb or bt.
than you open your neonode-file-browser and go to the jar you like.
now you install the jar in the VM and open it by pressing start.
and now you can work with your jar file
jaycee74 said:
try it like i wrote !
install the first cab after that the second one !
like on ....
you´ve installed the j2me vm first (my cabs)
after that you can send your *.jar file to your N2 -via usb or bt.
than you open your neonode-file-browser and go to the jar you like.
now you install the jar in the VM and open it by pressing start.
and now you can work with your jar file
Click to expand...
Click to collapse
I cant find those 2 cabs.... i just have the weme-midp20-wm2003-arm_22.CAB
and this one doesn't do anything

How to run .jar on hero ports that include JavaBox ?

I'd like to try some java games on my magic, but when opening javabox app it can't find any of the .jar files copied on my SDcard, any hint on how to run these files ?
Thx

Xml read error

Well, not Sure if the past should be here, I think so.
*I was tinkering with a rom (Ledro id for desire), and wanted to take a look at the xml, in such framework-res.apk, but that open from the pc, I get: hexadecimal value 0x03 is an invalid character (with xml notepad). I still open it but it is unintelligible.
What are apk's trying to open with java (do not know if I have what it takes to open them) and that makes me: failed to load main-class manifest attribute ....
I just want to tweak a little, have if I learn slowly.
Sorry for my english I am from spain
Sent from my HTC Desire using XDA App
XML files in apks are compiled to binary form, so you can't open them directly. You have to use some decoding tool: apktool (in my signature), Apk Manager (a wrapper around apktool) or AXMLPrinter2 (older and less powerful tool: can't rebuild XML and only partial info is decoded).
And no, you can't run apk files using Java on your PC.
Brut.all said:
XML files in apks are compiled to binary form, so you can't open them directly. You have to use some decoding tool: apktool (in my signature), Apk Manager (a wrapper around apktool) or AXMLPrinter2 (older and less powerful tool: can't rebuild XML and only partial info is decoded).
And no, you can't run apk files using Java on your PC.
Click to expand...
Click to collapse
Thanks, I will try
Edit: lol I dont know how I can install apktol in Windows...
I unpack the files into c:/ and now?
dany_danay said:
Thanks, I will try
Edit: lol I dont know how I can install apktol in Windows...
I unpack the files into c:/ and now?
Click to expand...
Click to collapse
So How can do this?
dany_danay said:
I unpack the files into c:/ and now?
Click to expand...
Click to collapse
You don't read carefully:
http://code.google.com/p/android-apktool/
Unpack both to your Windows directory
Click to expand...
Click to collapse

Categories

Resources