Installing same android app more than once - General Questions and Answers

I want to install 2 Opera Mini or any other apps in a single device. I know there are may modded apps. But I want to learn it by myself..
So here are the stuffs that I did.
1. I modded the AndroidManifest.xml and changed package name i.e. "com.opera.android.mini"
2. I went to res/values/strings.xml and changed "app_name" string. i.e. "Opera Mini"
3. Signed the apk.
I can install the apk and run it flawlessly. But the problem is that whenever I install modded apk first then orginal apk and vice versa, It shows "Application not Installed" . Even when I install apk from Play Store, I get certificate error or something like that!
Can anyone guide me? Thanks for help!
This was how I modded apk: https://www.youtube.com/watch?v=GcsvNLoCUzQ

Related

Icon changing from apks, downloaded from XDA

Hey,
could anybody tell me, how i can change an icon from an application, downloaded from this cool forum?
Technically it's very easy.
1. open APK with 7zip or winrar, search the folder with the icon, put the new icon in it (correct masses and name) and save.
2. put this apk to the sd card and install.
But now the installation is aborted.
It's not an market app, its an App from here.
Could anybody help please?
1. Make sure the zip/unzip app you use doesn't try to compress the apk
2. You need to resign the app with test keys (you'll need the sdk for this, http://developer.android.com/guide/publishing/app-signing.html )
OK. Thank you very much!

Apk package name

How can the package name of an apk be changed?
i tried changing it inside the manifest xml, it works but the apk doesn't install or FORCE.closes...I wanted to install two versions of the same app without upgrading
is it not possible?

[Q] HELP! How do I sign an .apk file?

Here's the deal...I downloaded youtube v2.4.4 from here. I opened it in 7zip and extracted the res folder so I could re-theme it. I made my changes then put the res folder back into the original apk. Now this is where the problem occurs. I can't for the life of me figure out how to re-sign the .apk! I have tried every single apk-signer out there to no avail. I have put it in apkManager then decompiled it optimized PNGs recompiled then signed then zipaligned but EVERY time I install it on my phone I get either "Application not installed." or "There is a problem parsing the package." I have uninstalled all versions already on my phone through Titanium Backup prior to installing my themed one. I have manually put it in /System/app and changed permissions and rebooted. NOTHING I do works. I have adb and java installed and in the PATH. I have tried every possible solution I have found on the internet and none work. Any help would be appreciated. Thank You!
P.S. I have an HTC Thunderbolt running the latest build (3/17/12) of ThunderStick Full Blown Sense 3.0 (Thread for this ROM here)
Here is the edited res folder - Maybe someone can look at or use it for troubleshooting.
Thanks again for any input on this problem.
go to market and search and download zipsigner2. open it and navigate to the app and then chose and output and save it as an .apk file and it should install like normal

Install duplicated apps ver without overwrite

I have a question here , is there any way to Installing duplicated apps ver without overwrite each other ?
Eg : firefox verion 21 smooth and fast but version 24 provide more features. Hoping to install both each other if I needed some features.
Currently the only option is , backup data 22 and 24 with titanium bk and restore it when I need the features.
Possible to install alongside without overwrite ? needed to modified the .apk ? I was hoping to retain the original apk.
It's just like you installing Office 2007 and 2010 alongside in the same window.
Thank you
xdadfm said:
I have a question here , is there any way to Installing duplicated apps ver without overwrite each other ?
Eg : firefox verion 21 smooth and fast but version 24 provide more features. Hoping to install both each other if I needed some features.
Currently the only option is , backup data 22 and 24 with titanium bk and restore it when I need the features.
Possible to install alongside without overwrite ? needed to modified the .apk ? I was hoping to retain the original apk.
It's just like you installing Office 2007 and 2010 alongside in the same window.
Thank you
Click to expand...
Click to collapse
I think you cannot without modifying the two .APK, can you rename one then copy to root/system/app ?
xdadfm said:
I have a question here , is there any way to Installing duplicated apps ver without overwrite each other ?
Eg : firefox verion 21 smooth and fast but version 24 provide more features. Hoping to install both each other if I needed some features.
Currently the only option is , backup data 22 and 24 with titanium bk and restore it when I need the features.
Possible to install alongside without overwrite ? needed to modified the .apk ? I was hoping to retain the original apk.
It's just like you installing Office 2007 and 2010 alongside in the same window.
Thank you
Click to expand...
Click to collapse
By modifying the package name of any of the .apk file, I think you should be able to install both versions.. because while installing an App, Android will compare the .apk's package name with the .apks already installed before... The point of modifying the .apk file is to make sure that Android sees it as a completely different app, and not think of one as an update to the other...
For more info, check out link below:
http://stackoverflow.com/questions/1222302/android-multiple-custom-versions-of-the-same-app
and try Googling this:
"install two versions of the same app android"
ivan.untalan said:
I think you cannot without modifying the two .APK, can you rename one then copy to root/system/app ?
Click to expand...
Click to collapse
It crash as I assume
Sami Kabir said:
By modifying the package name of any of the .apk file, I think you should be able to install both versions.. because while installing an App, Android will compare the .apk's package name with the .apks already installed before... The point of modifying the .apk file is to make sure that Android sees it as a completely different app, and not think of one as an update to the other...
For more info, check out link below:
http://stackoverflow.com/questions/1222302/android-multiple-custom-versions-of-the-same-app
and try Googling this:
"install two versions of the same app android"
Click to expand...
Click to collapse
The linked having various discussion but non of them are working
I had google around and the only way is to have different profile https://play.google.com/store/apps/details?id=fahrbot.apps.switchme&hl=en
Which is very risky getting boot looping.
The safest method is to modified the .xml but I am not an android dev.I doesn't know how to modified it.
Does anyone know any tools which can modified .apk to custom version. ?
Thank you
xdadfm said:
It crash as I assume
The linked having various discussion but non of them are working
I had google around and the only way is to have different profile https://play.google.com/store/apps/details?id=fahrbot.apps.switchme&hl=en
Which is very risky getting boot looping.
The safest method is to modified the .xml but I am not an android dev.I doesn't know how to modified it.
Does anyone know any tools which can modified .apk to custom version. ?
Thank you
Click to expand...
Click to collapse
For modifying .apk files you need to Download and Setup a small tool called APKTOOL (for Windows)
Below is the link to the GUI version of apktool:
http://forum.xda-developers.com/showthread.php?p=33815550
The original version of apktool works with Windows' Command Promt's command line interface... If you want that instead, then Google "apktool for windows" or anything similar
After decompiling, I think you need to edit your AndroidManifest.xml file BUT I am not sure about this.. please Google "how to change application package name android"

APK doesn't install even I did no modification to it

Hi masters,
I wanted to modify an android game named Injsutice gods among us. I used ApkEasyTool to decompile the APK and I didn't modify anything. After decompilation I recompiled the APK without doing any changes to its source. After successfully recompilation I installed the APK in android. The error I get while installing the app is "App is not installed". Can you tell me how to recompile the android app in a proper way and what are the steps to make it run successfully? The application is built for arm64-v8a architecture.
Thank you sir.
Use the original APK file.
jwoegerbauer said:
Use the original APK file.
Click to expand...
Click to collapse
Please read the post again. I am trying to modify the application. I would install modified application. But I got an issue while installing the application which is recompiled from apkeasytool.
I was referring to the title of the thread ...

Categories

Resources