[Q] Convert .jar and .jad to APK - Samsung Galaxy Fit GT 5670

Guys, please help me out on how to convert .jar and .jad to APK format. I'm sick to this. Help me please. Thanks

app_addict said:
Guys, please help me out on how to convert .jar and .jad to APK format. I'm sick to this. Help me please. Thanks
Click to expand...
Click to collapse
Not that easy I guess..
you have to decompile those files and then covert that coding to the android system and then recompile it

I think is very complicated. Better find games/apps like those u want to convert. I mean find a substitute for them
Sent from my GT-S5670 using xda premium

try this
http://netmite.com/android/srv/2.0/getapk.php
though finding a substitute is really better than this....

Related

[APP] Galaxy Note Photo Editor .apk

Hi all,
Here is the freshly extracted .apk of photo editor from i9000's value pack system/app.
There was no .odex.
Its can be installed anyway (system/app or normal installation)
Its opening but force closes after selecting picture!
My rom is'nt deodexed. So someone please try it on a deodexed ROM.
THANKS!
force close on a deoxed rom ddkp3
I think it needs porting of some framework files also....try out to find which one....
I think it needs a correct lib file!
Can someone please post the correct lib file to run this?
Sent from my GT-I9003 CM9
I have a note. Which files do you need?
Sent from my GT-N7000 using XDA App
jaskiratsingh said:
I have a note. Which files do you need?
Sent from my GT-N7000 using XDA App
Click to expand...
Click to collapse
No. we dont' need a file from galaxy note.
Its taken from i9000.
and also dont know which file to take!
Maybe someone would HELP!
So. We might get this app in our value pack!!
Sent from my GT-I9003 CM9
May be we can get
Actually, This is integrated with some .so files which CAN NOT be just decompiled, changed and Re-compiled!
So, You need a hardcore linux guy to reverse engineer it.
bangalorerohan said:
Actually, This is integrated with some .so files which CAN NOT be just decompiled, changed and Re-compiled!
So, You need a hardcore linux guy to reverse engineer it.
Click to expand...
Click to collapse
And that file is?
Skander1998 said:
And that file is?
Click to expand...
Click to collapse
A java file. Look in the logcat u will know
Sent from my GT-I9003 using Tapatalk 2
Try on dxkp9, logcat show android runtime error.
Not able to load few java runtime cmd.
not working for me.
I got it to work. I tried to make an update.zip but I dont think it works. Its best if you just copy over the files manually to there respective directories.
How would you put this file where it goes any instructions ?
Ayway to get this app to work on galaxy s3?
Would really appreciate it if someone could help
khrizg35 said:
Would really appreciate it if someone could help
Click to expand...
Click to collapse
Apps is /system/app with rw-r--r--, lib files(.so files) in /system/lib. Anyway just flash the value pack, it has photo editor too.
Sent from my GT-I9003 using xda app-developers app
I tried to flash it but seemed failed so I copied them to the respective folders and changed permission:
system\app
PhotoEditor.apk
system\lib
libContourJNI.so
libMI_Color_JNI.so
libMI_Effect_JNI.so
libMI_Motion_JNI.so
libMI_ObjectSel_JNI.so
libMI_Tool_JNI.so
yet still FC when trying to open a photo.....
btw, I'm using N7000 Note, it used to have this app but after upgrading to Jellybean no more exists.....:crying:
I got it by following the step(app and lib file)
but there is no drawing pen not like before!!!
this is what I want!!!
[APP] Galaxy Note Photo Editor .apk for note 10.1???
hey I cant download the apk from samsung apps: Photo editor so I need the apk please!!!
It is 30MB because I found some apk for Samung S3, S4 when I installed on my note 10.1 it shows the app working in a screen like mobiles

How to post a file on xda?

Hi people, i just want to ask, if i want to post a log, an app or some file or zip,how to do it?? Have i to upload first to a cloud server?? Or what???
I know is a noob question but i dont know how to do it. Please light my way for do that.
Thanks in advance.
Sent from my GT-I9003 using xda premium
acuicultor said:
Hi people, i just want to ask, if i want to post a log, an app or some file or zip,how to do it?? Have i to upload first to a cloud server?? Or what???
I know is a noob question but i dont know how to do it. Please light my way for do that.
Thanks in advance.
Sent from my GT-I9003 using xda premium
Click to expand...
Click to collapse
Small files (type 7z apk bmp bz2 c cab cab2 diff doc docx gif gz h img jar jpe jpeg jpg jps mtz patch pdf png psd rar tar torrent txt wma xap xls xlsx zip) can be attached to a post.
For larger files, you can use any cloud (dev-host, etc) hosting service.
For, logs/code, pastebin is widely used.

help how to rename package directory is root/data/data

here is what im saying... when i install the app you can find root/data/data
"com.folder.name.here"
i want to change it to
"com.my.project"
already edit the apk from manifest nothing happen.. it still creating the old package name folder hope someone can help me with this!
btw its not my app i just want redevelop it but just a newbie here
gaaramadarax said:
here is what im saying... when i install the app you can find root/data/data
"com.folder.name.here"
i want to change it to
"com.my.project"
already edit the apk from manifest nothing happen.. it still creating the old package name folder hope someone can help me with this!
btw its not my app i just want redevelop it but just a newbie here
Click to expand...
Click to collapse
please help

To make duplicate apk file using apktool for phone

I want to make a duplicate apk by using apktool 4.6 for phone.
example wechat.apk to wechat01.apk
And to install both on same device..
PLEASE PROVIDE TUTORIAL FOR DOING IT...
THANKS
I think u can't do it easily just with apktool, you might need modify content in smali files, which is too complicated for me to make it...
Sorry for my bad English...
Sent from my HTC Desire 200 using XDA Premium 4 Mobile app
Nit Patel said:
I want to make a duplicate apk by using apktool 4.6 for phone.
example wechat.apk to wechat01.apk
And to install both on same device..
PLEASE PROVIDE TUTORIAL FOR DOING IT...
THANKS
Click to expand...
Click to collapse
You need to change the appId in (AndroidManifest.xml) but the consequence of that is that the MainActivity class also needs to be adjusted to match that new id which is not going to be easy unless you have the source code available.

[Completed] How to edit assets folder ,simply ?

hi
I know an application called apk editor which simply edits res folder of the applications...
Now I would like to find a simple way to edit assets folder , in the application file.
Could anybody help me , please?
hmdphantom said:
hi
I know an application called apk editor which simply edits res folder of the applications...
Now I would like to find a simple way to edit assets folder , in the application file.
Could anybody help me , please?
Click to expand...
Click to collapse
Hi and thank you for using XDA Assist
Try using Apktool, it's much easier to modify apks.
Good luck!
nilac said:
Hi and thank you for using XDA Assist
Try using Apktool, it's much easier to modify apks.
Good luck!
Click to expand...
Click to collapse
thank you.
I found the app , downloaded from 4shared...
Now I get these errors :
*] *****\xdaAutoAPKTool_V4.0.2\_INPUT_APK\instasize_78.fl
recompiling *****\xdaAutoAPKTool_V4.0.2\_INPUT_APK\instasize_78.fl...
Exception in thread "main" brut.androlib.AndrolibException: java.nio.file.NoSuchFileException: bin/
at brut.androlib.Androlib.buildUnknownFiles(Androlib.java:570)
at brut.androlib.Androlib.build(Androlib.java:293)
at brut.androlib.Androlib.build(Androlib.java:258)
at brut.apktool.Main.cmdBuild(Main.java:233)
at brut.apktool.Main.main(Main.java:88)
Caused by: java.nio.file.NoSuchFileException: bin/
at com.sun.nio.zipfs.ZipFileSystem.checkParents(ZipFileSystem.java:863)
at com.sun.nio.zipfs.ZipFileSystem.newOutputStream(ZipFileSystem.java:528)
at com.sun.nio.zipfs.ZipPath.newOutputStream(ZipPath.java:792)
at com.sun.nio.zipfs.ZipFileSystemProvider.newOutputStream(ZipFileSystemProvider.java:285)
at java.nio.file.Files.newOutputStream(Unknown Source)
at java.nio.file.Files.copy(Unknown Source)
at java.nio.file.CopyMoveHelper.copyToForeignTarget(Unknown Source)
at java.nio.file.Files.copy(Unknown Source)
at brut.androlib.Androlib.insertFile(Androlib.java:590)
at brut.androlib.Androlib.buildUnknownFiles(Androlib.java:566)
... 4 more
The system cannot find the drive specified.
---------------------------------------------------------------------------------------------------------------------
Can you tell me what is needed to solve the problem?
Is apktool complete ? does it work on all applications?
nilac said:
Hi and thank you for using XDA Assist
Try using Apktool, it's much easier to modify apks.
Good luck!
Click to expand...
Click to collapse
problem solved....
But I like to hear your answers...
------------------------------------------------------------------------
The solution is to extract files directly from (apk or zip) file and mix with decrypted file
then uninstall last version of the app on the phone.
Install the new one....
nilac said:
Hi and thank you for using XDA Assist
Try using Apktool, it's much easier to modify apks.
Good luck!
Click to expand...
Click to collapse
Could some one just extract files from apk, change the files and then rename the file to zip and sign the file?
Could it be that easy?
hmdphantom said:
Could some one just extract files from apk, change the files and then rename the file to zip and sign the file?
Could it be that easy?
Click to expand...
Click to collapse
Yes , done.
that easy....
Apktool one of the bests.
Thanks for the helps.

Categories

Resources