[Q] How to join 2 apk files ? - General Questions and Answers

Hi
How can i join two apk files into 1 finally. And when this 1 is executed, both apks should be executed.
I am talking about a binder. i don't care about signing the apk.
is it possible ?
Thanks.

Extract the second file to the 1st file?
Sent from my GT-I9100 using XDA Premium 4 mobile app

bogdanalaci said:
Hi
How can i join two apk files into 1 finally. And when this 1 is executed, both apks should be executed.
I am talking about a binder. i don't care about signing the apk.
is it possible ?
Thanks.
Click to expand...
Click to collapse
Not Possible.

then my friend your knowledge is very limited.

There is a binder called "Androrat Binder" but it's paid and considered as malicious so I wont give you any link.
Sent from my ST25i using Tapatalk 2

devstaff said:
There is a binder called "Androrat Binder" but it's paid and considered as malicious so I wont give you any link.
Sent from my ST25i using Tapatalk 2
Click to expand...
Click to collapse
i was looking for something better than that or a bit more professional. btw, i already have that and its crap !
thankyou for your reply though !

Try to extract both of them, then archive them as apk and sign with ZipSigner.
Sent from my ZTE Grand X Pro.
Any questions? Send me a PM

Idea looks interesting.
Kindly suggest me tools for that !
Sent from my GT-I9300 using XDA Premium 4 mobile app

hero420 said:
Idea looks interesting.
Kindly suggest me tools for that !
Sent from my GT-I9300 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Here is the full guide:
1. Put your files in a folder.
2. Extract the .apk files by opening them in WinRAR into a folder.
3. Then select all the files from the folder you extracted the apks in.
4. Right click and select add to archive.
Now... choose .zip but where the name is erase all and type in : yournamehere.apk
5 Archive it and put it on your phone.
Now get a program called zipsigner from play store.
6 Open ZipSigner.
Now select the apk you made on your pc, then click sign.
7 try to open the apk.
This is JUST a THEORY so it might NOT work.
Sent from my ZTE Grand X Pro.
Any questions? Send me a PM

TeamMaverick said:
Here is the full guide:
1. Put your files in a folder.
2. Extract the .apk files by opening them in WinRAR into a folder.
3. Then select all the files from the folder you extracted the apks in.
4. Right click and select add to archive.
Now... choose .zip but where the name is erase all and type in : yournamehere.apk
5 Archive it and put it on your phone.
Now get a program called zipsigner from play store.
6 Open ZipSigner.
Now select the apk you made on your pc, then click sign.
7 try to open the apk.
This is JUST a THEORY so it might NOT work.
Sent from my ZTE Grand X Pro.
Any questions? Send me a PM
Click to expand...
Click to collapse
Hi, I arrived halfway
my routine:
decrypt two apk (for example bmp.apk and custom.apk) whit apktools
java -jar apktool.jar d -f bmp.apk
java -jar apktool.jar d -f custom.apk
Now i have 2 folder whit apk decrypt!!!
Now in theory the two applications should be joined both the file and the AndroidManifest.xml
inserting into AndroidManifest.xml the startup for both apks
You have no idea how to do?
p.s. for sign your bind apk you use signapk.jar
java -jar signapk.jar certificate.pem key.pk8 merge.apk merge-signed.apk
enjoy!

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

Post your apk recompilation/decompilation here

Hello,
Post whatever decompilation or recompilation of apks here.
I will try to help u through the same
Error should be in this form
1. Name of apk in which u r having errors
2. Android version
3. Error
Note: I m not expert in apk editing, its a just initiative by me to help apk editors, hence if I skip any reply then openly understand that I m unfamiliar to the error.
Sent from my Micromax_A70 using Tapatalk 2 Beta-4
What do you use to edit apks?
/noob who wants to learn
Sent from my LG-E739 using Tapatalk 2 Beta-4
At present there is only one decompilation and recompilation tool called apktool by brut.
But there are many derived programs which use apktool and have a GUI.
e.g APK Manager, APK Multitool, APK Easy manager etc.
Sent from my Micromax_A70 using Tapatalk 2 Beta-4
original
here is it:
http://code.google.com/p/android-apktool/

[EMULATOR] Run java app/game on your xperia play

cut the crap,i i wanna share java emulator that let us run .jar app on our phone..just flash it using cwm or u can extract it and use root explorer and place the file inside it at the specified folder..
instruction:
1.download jbed.apk and the rar
2.after install the apk extract the rar and using root explorer put the file inside it into system/lib folder and set it to the right permission.
3.download .jar app n put on your phone
4.now open jbed
4.press menu n scan your sdcard
5.your .jar app will listed..just choose which you wanna run
explore this app if u wanna know more,this is just general instruction.
im not responsible if ur phone going into deep sleep..
doesn't work. well the zip is empty for me can you upload just the .apk
Sent from my R800i using Tapatalk
same here .... do you have apk ?
Sent from my Transformer TF101 using XDA
sory,my bad..reuploded
dam can't open rar on android
Sent from my R800i using Tapatalk
lol try posting a source and credits etc
http://forum.xda-developers.com/showthread.php?p=16059280
I think that is the source.
not working atleast not on ics
Sent from my R800i using Tapatalk
fma965 said:
lol try posting a source and credits etc
http://forum.xda-developers.com/showthread.php?p=16059280
I think that is the source.
not working atleast not on ics
Sent from my R800i using Tapatalk
Click to expand...
Click to collapse
use androzip file manager..and i dont think i take it from there actually..beside,in that post he also not give credit to the original creator..

[GUIDE] HOW TO CONVERT ARMv7 GAMES INTO ARMv6

Today i am going to TEACH you how to convert ARMv7 games to ARMv6, Its easy and no special ability requires it
means even a noob or APPLE user can do this thing. so lets get started.
What you need to have is........
1) Winrar (To OPEN APK FILE)
2)LIB Files of Unity Engines
3)APK Singer
Download Links:
""""""""""""""""""""""
Download A TO Z LIB Files from hear
http://www1.datafilehost.com/d/20eebbea
Download APK Signer from this form
http://forum.xda-developers.com/showthread.php?t=822388
=============================
Instructions:
1) Using Winrar OPEN the APK File and head to Assets>Bin>Data> and Open
"MAINDATA" file using NOTEPAD or
NOTEPAD++
2) Now Check the Version of Unit
3) Now you have the info about the
Unity Engine Version, in our case it is
3.5.6f4 so now you have to extract
3.5.6f4 libs which you have
downloaded from above links.
4) Now using winrar Delete LIB Folder from APK file and Place ARMv6 lib
folder now head to Assets>Libs and
delete ARMv7 folder and place the
armeabi-vfp. now we are almost done.
5) Now using APK Signer sign the APK
and you are done.:beer:
NOTE: If you find Unity Engine Version
4.0 or above it means its dead end :banghead: and
those games can not be converted
HIT THANKS IF HELPED :thumbup:
Download link is Shared from
Andropalace .
Sent from my GT-S5830i using xda app-developers app
Thanks very much for this:laugh:
if there's one windows program exist can convert this by one click. i think that would be better than ever.:laugh:
good job
Good job mate i converted a game its working well!
I pressed thanks button
Can u help me?
Can u help me to install jellybean in Samsung Galaxy Ace s5830i??
please tell me how to do root and install custom roms??
Nice info, deepak.
You ported some ?
sam_shah said:
Can u help me to install jellybean in Samsung Galaxy Ace s5830i??
please tell me how to do root and install custom roms??
Click to expand...
Click to collapse
Check out,many roms are available out there ...
Sent from my GT-S5830i using xda app-developers app
alaminok said:
Nice info, deepak.
You ported some ?
Click to expand...
Click to collapse
Yes many
Sent from my GT-S5830i using xda app-developers app
Great jop :thumbup:
Sent from my X10i using xda app-developers app
It's just for unity games or any game ?
Will it work with armv7 software too??
Can i play subway surfer's latest version on my device
Sent from my GT-S5830i using xda app-developers app
Deepak sai said:
1) Using Winrar OPEN the APK File and head to Assets>Bin>Data> and Open
"MAINDATA" file using NOTEPAD or
NOTEPAD++
Click to expand...
Click to collapse
On Facebook Messenger I can't find this?!
I may be posting in wrong section. But i can't find the correct one.
I want to play god of war 2 and god of war 3 games on pc . can anyone tell me the pc requirements for playing those games on pc with or without emulators.
Sent from my GT-P3100 using xda app-developers app
sukkukikku said:
I may be posting in wrong section. But i can't find the correct one.
I want to play god of war 2 and god of war 3 games on pc . can anyone tell me the pc requirements for playing those games on pc with or without emulators.
Sent from my GT-P3100 using xda app-developers app
Click to expand...
Click to collapse
You're posting in the wrong section because XDA is a mobile development site, not a PC games site. Use Google.
wow...nice job buddy
it's great ..thanks
Wont Show
Yeah, i see assets folder but i don't see bin folder (MINECRAFT POCKET EDITION 0.8.1)
Tnx in advance to those who reply... :cyclops:
Subway Surfer
Can you convert Subway Surfer Sao Paulo For Samsung galaxy Y Dous Lite plz......................... And Sent A download Link To me after Converting The Game
Thank yon very much:thumbup::thumbup:great job:thumbup::thumbup:
thanks for your good share .
Deepak sai said:
Today i am going to TEACH you how to convert ARMv7 games to ARMv6, Its easy and no special ability requires it
means even a noob or APPLE user can do this thing. so lets get started.
What you need to have is........
1) Winrar (To OPEN APK FILE)
2)LIB Files of Unity Engines
3)APK Singer
Download Links:
""""""""""""""""""""""
Download A TO Z LIB Files from hear
http://www1.datafilehost.com/d/20eebbea
Download APK Signer from this form
http://forum.xda-developers.com/showthread.php?t=822388
=============================
Instructions:
1) Using Winrar OPEN the APK File and head to Assets>Bin>Data> and Open
"MAINDATA" file using NOTEPAD or
NOTEPAD++
2) Now Check the Version of Unit
3) Now you have the info about the
Unity Engine Version, in our case it is
3.5.6f4 so now you have to extract
3.5.6f4 libs which you have
downloaded from above links.
4) Now using winrar Delete LIB Folder from APK file and Place ARMv6 lib
folder now head to Assets>Libs and
delete ARMv7 folder and place the
armeabi-vfp. now we are almost done.
5) Now using APK Signer sign the APK
and you are done.:beer:
NOTE: If you find Unity Engine Version
4.0 or above it means its dead end :banghead: and
those games can not be converted
HIT THANKS IF HELPED :thumbup:
Download link is Shared from
Andropalace .
Sent from my GT-S5830i using xda app-developers app
Click to expand...
Click to collapse
the post is very helpful for those who cant play good armv7 games on low end devices.
can u help me to develop a techinique to conver games above unity 3d version 4.0? waiting for your reply / :good:

[Q] how to get apktool working on android ?

How do I get apktool working on android ? Where do I download latest working version ? I had apktool working but now I flashed custom rom and I installed it again and it won't work. It won't install framework and doesn't decompile the whole app
code.google.com/p/android-apktool/
Yes, it wont decompile whole app successfully sometimes, so it's better to edit the smali code which can be wholly decompiled successfully.
Hope this can help you
henry0504 said:
code.google.com/p/android-apktool/
Yes, it wont decompile whole app successfully sometimes, so it's better to edit the smali code which can be wholly decompiled successfully.
Hope this can help you
Click to expand...
Click to collapse
it's not decompiling any apps all the way.
I don't know what to download from there.
I tried both from here.
http://pan.baidu.com/s/1qWyPYVE
When I try recomepile it won't do it
I think the files in your link is not apktool...
Apktool is a jar file for decompiling and recompiling apks.
Use with cmd, example:
apktool.jar d filetobedecompile.apk
apktool.jar if frameworktobeinstall.apk
apktool.jar b filetoberecompile
It's definitely not an apk so far, so you should go to the official page on google code and download the official jar file.
Hope this can help you. Hit thanks!
henry0504 said:
I think the files in your link is not apktool...
Apktool is a jar file for decompiling and recompiling apks.
Use with cmd, example:
apktool.jar d filetobedecompile.apk
apktool.jar if frameworktobeinstall.apk
apktool.jar b filetoberecompile
It's definitely not an apk so far, so you should go to the official page on google code and download the official jar file.
Hope this can help you. Hit thanks!
Click to expand...
Click to collapse
Are those commands I can use in terminal emulator ? Does it change a jar file to apk or let me run jar files ? I don't know how to get terminal emulator working. I tried a java app that says it can run java files but the app wouldn't run. @henry0504
forum.xda-developers.com/showthread.php?t=1989533
I don't have a computer @henry0504
That's the first time I heard somebody didn't own a computer....
I am shocked that I heard it in xda…
You should own one bro
henry0504 said:
That's the first time I heard somebody didn't own a computer....
I am shocked that I heard it in xda…
You should own one bro
Click to expand...
Click to collapse
Do you know any other way ? I tried different apps that are suppose to run Java apps and they close when I try running the app or I couldn't get it to run the java app.
ryan012 said:
Do you know any other way ? I tried different apps that are suppose to run Java apps and they close when I try running the app or I couldn't get it to run the java app.
Click to expand...
Click to collapse
I don't get what you really mean, but you can try JBED for running java file on Android.
But I strongly recommend you to use computer to decompile apks. If you don't have one, you can't decompile apks and use apktool.
henry0504 said:
I don't get what you really mean, but you can try JBED for running java file on Android.
But I strongly recommend you to use computer to decompile apks. If you don't have one, you can't decompile apks and use apktool.
Click to expand...
Click to collapse
any way to run the java app. I tried that app, it won't run.
To decompile app on android you can try ninja morph
Sent from my Xperia Live with Walkman using XDA Premium 4 mobile app
android yoyash said:
To decompile app on android you can try ninja morph
Sent from my Xperia Live with Walkman using XDA Premium 4 mobile app
Click to expand...
Click to collapse
That app isn't bad. I like zarchiver, app better

Categories

Resources