[Q] Java (.jar) execution - Galaxy Tab General

Hi folk,
wanna run a .jar file on my device. Is there any chance i can end up running such kind of files?
Up to now my GT opens .jar as an archive; no execution at all!
Thanks

You can try an app called Java/J2ME Runner
Works for games so it might run what you have.
Sent from my GT-P1000M using XDA App

Related

[Q] convert. jad or .jar to. apk

Hi i was wondering if there is some application to convert a java application to android. There is a webpage that does that but it doesnt work at all...any suggestion??
I think it's impossible (or?)
'cause an .apk file is a .zip folder....
Sent from my rooted 026 x10i using XDA App
Mmm so what do you suggest to convert??
Sent from my HTC HD2 using XDA App
Have you tried NetMite?
Well my Tamagotchi Apps for android are the original .jar apps that I converted to .apk, give me a minuet and ill give u a link, ps u need bothe the .jar and .jad
*edit*http://www.netmite.com/android/srv/2.0/getapk.php after conversion and resize and instalation, download j2me runner from the market to use it
Sent from my HTC Espresso, that is apperantly a failing device using the XDA App

ZIP in command line...

Ok... I know that a rooted phone uses busybody for most of the command line tools... and busybox has unzip, gunzip, bzip2, etc.... but busybox doesn't support creating zip files
is there any program, or source i could cross compile, so i can zip things up using the command line interface?
Sent from my Legend using XDA App
You can find it in my ROM for instance. Or MetaMorph apk.
Sent from my HTC Legend
You can make tarballs.
I would just use another type of compression utility, but what I'm trying to do is modify apks and that's zip specific...
Sent from my Legend using XDA App
Ninjamorph and metamorph might come in handy, and signapktic is another useful one
Ok cool, thanks guys!
Sent from my Legend using XDA App

[q] how to run java apps

I m wonderin if there s sumthin to run java apps (*.jad , *.jar etc) in android...!
Sent from my GT-I5801 using Tapatalk
Yeah, then we can finally run the super bluetooth hack (fpt bt)
Humpie said:
Yeah, then we can finally run the super bluetooth hack (fpt bt)
Click to expand...
Click to collapse
Yeah.. Thats my real purpose to create this thread...!
Sent from my GT-I5801 using Tapatalk
Well there is a j2me runner but I dont know how it works....
I tried that one but it doesn't work well
Humpie said:
I tried that one but it doesn't work well
Click to expand...
Click to collapse
True
Sent from my GT-I5801 using Tapatalk
I have tried one. ..it runs fine there is an online tool too. ..to convert jar to apk just google it...da software i tried was appsigner
or sumthing. ..
Sent from my GT-I5800 using XDA App
Software on pc or phone?
ranadip.bswas said:
I m wonderin if there s sumthin to run java apps (*.jad , *.jar etc) in android...!
Sent from my GT-I5801 using Tapatalk
Click to expand...
Click to collapse
You need Java runner (andme_signed_2.0.3.2.apk) and transform your java aplication to .apk but I don't know where just now . I already transform my java aplication to .apk and work fine . But no every aplication will work fine...
Sorry for my english...

Argent help 4 my sister :(

He friends, I'm not sure if I can ask such a question in such a form, yet hope you help me, my sister needs to download some educational files in java form from a website, also she needs to browse those files in her class PC, so I need a software to download java & browse it, thank you very mush
Sent from my GT-I9000 using xda app-developers app
saw man said:
He friends, I'm not sure if I can ask such a question in such a form, yet hope you help me, my sister needs to download some educational files in java form from a website, also she needs to browse those files in her class PC, so I need a software to download java & browse it, thank you very mush
Sent from my GT-I9000 using xda app-developers app
Click to expand...
Click to collapse
Are they .jar files. If they are then you can use Izarc. I'm assuming she has widows. If she has a Mac let me know and all give you special instructions for it. I have windows and izarc works wonderfully
Sent From My YP-G1 running ICS build 3.5
Yes, she use windows Xp, I'll appreciated if you give me a download link and how to use it, thx
Sent from my GT-I9000 using xda app-developers app
saw man said:
Yes, she use windows Xp, I'll appreciated if you give me a download link and how to use it, thx
Sent from my GT-I9000 using xda app-developers app
Click to expand...
Click to collapse
http://www.izarc.org/download.html
Find the .jar file you want, right click, open with, izarc
Sent From My YP-G1 running ICS build 3.5

[TOOL][0.1] -=Apk Box=- easily editing .apk file

What is `Apk Box'?
==================
"Apk Box" make it easy to modify a .apk file, unpack and repack them for you,
and remove some unwanted code(ads or usage feedback) in apk.
Features
========
- interactive mode and batch mode both supported
- apktool, smali and signapk inside
- able to remove class in .dex
Requirements
============
- Java installed
- Windows or linux OS
- unzip and zip command support
- adb support (interactive mode only)
Install
=======
- Download the .zip from the Download section
- Extract the .zip file
- Put ApkBox folder anywhere as you like
Typical Usage
=============
- Put apk you want to modify in ApkBox folder(apk.apk for example)
- Open you favorite command prompt, type command `cd ApkBox'
- Unpack the apk using command `./apk.sh apk' (NOTE: no suffix here)
- some editing to apk folder...
- Repack apk using command `./apk.sh apk'
- get the output apk at out/apkbs.apk (NOTE: "bs" is added to the filename)
How to remove class from dex
============================
- using command `./smali_clean.sh apk com.example.ads com.example.mobstat`
- watch out the output and lines commented in apk/smali folder
you may need more editing around these lines, or the apk just FC
- use a diff tool to compare apk/smali against apk/smali.orig
- more editing...
Interactive mode
================
- Open you favorite command prompt, type command `cd ApkBox'
- Enter interactive mode using command `./apk.sh'
Download
========
Windows batch version: https://www.dropbox.com/s/xrzids3oyc61txz/ApkBox_1.0.zip
Linux shell version: https://www.dropbox.com/s/y7fks74mvih3lyf/ApkBox2_1.0.zip
Source code
===========
Windows batch version: https://github.com/iptux/iptux/tree/master/ApkBox
Linux shell version: https://github.com/iptux/iptux/tree/master/ApkBox2
i think if you move your thread in this forum
http://forum.xda-developers.com/forumdisplay.php?f=613
you will receive more response
Mmmmm..., seems useful.
I will try it out one day when required.
Sent from my Sony Tablet S using xda premium
Nice tool...
My Greatest Work:
Xperia NxT MoD v1.2 For All GB
http://forum.xda-developers.com/showthread.php?t=1967172
Sent from my GT-5360 with Xperia NxT MoD
should i upload the NO ADS version xda app for android
iptux said:
should i upload the NO ADS version xda app for android
Click to expand...
Click to collapse
Wait, the free version of the XDA application has AD's? :what:
Sent from my Sony Tablet S using xda premium
R: [TOOL][0.1] -=Apk Box=- easily editing .apk file
andyabc said:
Wait, the free version of the XDA application has AD's? :what:
Sent from my Sony Tablet S using xda premium
Click to expand...
Click to collapse
Yes
GEKTHEBOSS said:
Yes
Click to expand...
Click to collapse
Never knew that.
Sent from my Sony Tablet S using xda premium
Sure Op,if its valid on Xda,then go for it!
Sent from my MT11i using xda premium
is it just batch tools for apktools and smali?
spiderio said:
is it just batch tools for apktools and smali?
Click to expand...
Click to collapse
yes, it is
Sent from my LG-P350 using xda app-developers app
XDA android app with NO ADS
it modded by ApkBox

Categories

Resources