How to run .jar on hero ports that include JavaBox ? - myTouch 3G, Magic Android Development

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

Related

Can Vox run .jar files ?

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

Extracting CABS from EXE files

How does one go about extracting the CAB file from a desktop installation EXE file so I can have it with me when I want to Hard Reset ?
When you run setup.exe a folder is created in %ProgramFiles%\Microsoft ActiveSync\ with the cab's
If you unplug your device from ActiveSync, run setup.exe, click start - run and type %ProgramFiles%\Microsoft ActiveSync\ (and press return), locate the new folder, copy the cab file to somewhere else, delete the folder, connect the device to ActiveSync, copy the cab to your storage card and your all set
There is also a program called Universal Extractor that unpacks most stuff - Google it
U can use universal extractor in some cases, or after runnig exe on PC files can be found smwhere in async directory, or it creates folder for itself in Program files (both on PC). Or after it starts installing, dont click anything ad search for *.cab. AFAIK it should work (expcept few apps)
FileJuicer
Filejuicer works for Macs. It is a good program for us mac users to get cab files out of .exe. www.filejuicer.com
I use this program but it doesn't work with all the EXE files. It worked 7 out 10 of the files that I tried to extract the CAB. Give it a try.
Wow ALL great ideas ands methods.
I was able to grab them from the active sync folder.
Duh I should have thought of that I have done that on the other end ( ppc) but not desktop.
Thanks

How to clean up my windows folder

How to clean up my windows folder
- Remove touchflo 2d
- remove Htc Home plugin
my folder size more than 136 mb :S make my deivce so heavy :S
Dr.Mazika said:
How to clean up my windows folder
- Remove touchflo 2d
- remove Htc Home plugin
my folder size more than 136 mb :S make my deivce so heavy :S
Click to expand...
Click to collapse
install a clean rom, or customize your own. the windows directory is going to be a little large regardless, the operating system is there..
what is the normal size of windows folder
any how can i customize my room to remove and add new applications
That's basically what got this community started... just about everyone here can testify to having looked into ROM Cooking... please research before asking how to do it, because I PROMISE there's a thread or two out there about it
Clean windows folder possible ?
I'm trying to cook my own rom but when I add an EXT module, all files are in Windows directory and the app.dat file only copy them in the app directory.
So is it realy possible to have a clean windows directory, how to put files directly in app folder? must I use an OEM module with initflashfile or ???
thanks all
superraoul said:
I'm trying to cook my own rom but when I add an EXT module, all files are in Windows directory and the app.dat file only copy them in the app directory.
So is it realy possible to have a clean windows directory, how to put files directly in app folder? must I use an OEM module with initflashfile or ???
thanks all
Click to expand...
Click to collapse
All files go into \windows. The first thing you need to ask is this: do I need to copy the file into another directory, like \program files? A lot of apps work just fine if you leave all of the files in \windows. The files are going to be in \windows in one form or another, so you save space by just running the app out of \windows. You need to change shortcut paths and sometimes registry key paths to get this to work, but in my experience, it works about 95% of the time. Usually, if you've got a multi-component application (several files besides just the .exe), the .exe will search for other files it needs to run in the same directory that the .exe is located in, so you're good to go if everything is in \windows. Some apps have sub-folders, so you'll have to get that folder and its contents into \windows. The best way to do this is with a .cab file or a zip file during customization (using a mortscript for the latter). Zip files are nice, because they install really quickly and are easy to make and edit.
Anyway, if you need to get files into another directory for whatever reason, I'd say that the app.dat method is probably the worst, because if you have multiple files, then you increase the file count in \windows by that amount. Put them in a zip file or a cab file, and then you'll reduce the file count to 1 for the particular package. You will also compress the files, and save some rom storage space.
You can also look into \extendir for another method to clean up the \windows directory.
You do need to be careful with some apps if they have an .ini file or an .xml file or something similar that is basically a settings file. It's usually better if these files aren't read only, so you may need to figure a way to copy the file into the \windows directory.

Tools to read .so, .axf and gibbrish .cfg files in /system folder ?

Do we have tools to read what's in files like .so and .axf and other files like these in the /system folder ?
Also some .cfg files show complete gibberish. I'm looking at one called stagefright2.cfg in a ROM for Toshiba Thrive based on Honeycomb 3.2.1. There's another one called wv.cfg. Tried opening them in notepad++ but no go.
Those are compiled drivers, you can try a hex reader but thats about all you can do .

[Q] How to modify any android apk file?

I use Bluestacks 0.9.11.4119 . I Install android applications and games, from root folder (i.e. device/android/data/data) i copy all the folders to windows directory (i.e. publicfolder/pictures), now many of the apps or games have two type of similar files and i need to see what's inside of the files,
1st.- .so files and database files
2nd.- some of the files have no extension so if i open it on notepad then it comes in Alphanumeric symbolic format,i think its encrypted so i am not able to see even i have tried many language decrypter but failed
3rd.- how to dissemble the apk file and how to modify it.
4th.- how to read XML file of android apps, when i open it on notepad or Microsoft XML it shows error.
I want to learn something so please help me with these issues, and thank you for previous help
To edit any apk is necessary Apktool. Look this guide and try edit:
http://www.xda-developers.com/decompile-edit-and-recompile-in-one-tool-with-apk-studio/
gamer22881 said:
I use Bluestacks 0.9.11.4119 . I Install android applications and games, from root folder (i.e. device/android/data/data) i copy all the folders to windows directory (i.e. publicfolder/pictures), now many of the apps or games have two type of similar files and i need to see what's inside of the files,
1st.- .so files and database files
2nd.- some of the files have no extension so if i open it on notepad then it comes in Alphanumeric symbolic format,i think its encrypted so i am not able to see even i have tried many language decrypter but failed
3rd.- how to dissemble the apk file and how to modify it.
4th.- how to read XML file of android apps, when i open it on notepad or Microsoft XML it shows error.
I want to learn something so please help me with these issues, and thank you for previous help
Click to expand...
Click to collapse
In addition to apktool (thanks, @kaiodduarte), you're also going to need a good text editor (I use Notepad++), an archive manager (like 7zip or WinRAR), and the ZipSigner app for your device.
ИΘΘK¡€ said:
In addition to apktool (thanks, @kaiodduarte), you're also going to need a good text editor (I use Notepad++), an archive manager (like 7zip or WinRAR), and the ZipSigner app for your device.
Click to expand...
Click to collapse
thank you for the advice but i have 1 worries
if the text file or a file is encrypted the how is notepad++ is going to help me..??
gamer22881 said:
thank you for the advice but i have 1 worries
if the text file or a file is encrypted the how is notepad++ is going to help me..??
Click to expand...
Click to collapse
It will help you with actually being able to make edits to text files without screwing up all of the line endings and encoding.

Categories

Resources