General :: Any Way To Have Multiple APKs Of Same App?
Jul 16, 2012
Is there a way to have, say, multiple Gallery.apk, all being individual applications that can be opened? But not default apks, an apk that I downloaded from the Playstore.
On that note, where can I find my apks that I downloaded from the Playstore?
View 1 Replies
Nov 11, 2013
sideloading apks to multiple android devices at once (like, 8 or 9 of em). Searched around the forums a bit and couldn't find anything directly relating to this issue, so I figured I'd ask. I dunno if this belongs more in App development, but its an Android specific issue so...
At present I'm using Test Flight App (I'd post the URL but I'm too much of a noob here) to manage builds and releases. Its really great for getting beta builds out to the studio team, and to various beta testers and potential partners.
1) Actually downloading the apks is a manual process per device. So if you've a small QA team (or are working solo) it takes alot of time to get the newest build onto everything.
2) Each build has to be uploaded via the Test Flight website, then distributed to users on a build by build basis. This is a difficult to automate process, so makes having any kind of continuous integration system for nightlies etc. difficult at best.
I've been looking into possibly doing something like installing a Dropbox on each device and automating CI builds to a dedicated folder, which is shared via Dropbox to everything, but its a bit of work up front to get it working and I may still have to actually manually install the things each time.
View 2 Replies
View Related
Mar 25, 2010
I have 4 different games apk for one device. Now to Android market. i need to upload one apk which contains all the four apk.
How to bundle the multiple apks to one apk.?
Am able install multiple apk through eclipse. Plz suggest me how to do bundle apks without eclipse.
It's VVV urgent.
View 8 Replies
View Related
Oct 13, 2010
The application reads a key from a file to hit production vs test server.
I want to create a test apk build that will pick test key and second build apk for release that will pick the production key
I am currently building app using eclipse
View 1 Replies
View Related
Oct 19, 2009
Is there a way to package multiple apks into a single apk for users to download.
View 5 Replies
View Related
Dec 17, 2009
I have the same service in multiple APKs. In each of the APKs, I am going to launch the service. Because the APK are difference "applications" that have been installed & upgraded at various times, the service implementation in each may be different. I am trying to figure out a way to make sure startService() runs the implementation that is newest.
I have been fiddling around with PackageManager and Manifest meta-data and categories but I can't seem to get my head around it. It's really a leader-election problem... has anyone ever done this ? Any clues?
View 8 Replies
View Related
Jan 20, 2013
I am trying to install apks from a sense rom for the Droid DNA but none of them install. What am I doing wrong?
View 1 Replies
View Related
Jun 16, 2011
i am trying to combine two apk's in one..i write scripts using python for android.i can package those scripts in apk. however apk if installed on a phone which doesn't have python interpreter ask's user's to download interpretor.
what i want is one monolithic apk which contains python interpretor plus my script.
View 3 Replies
View Related
Jul 8, 2013
I have been trying to use APK Tool for HOURS and I keep getting this error:
I: Baksmaling...
I: Loading resource table...
Exception in thread "main" java.lang.ClassCastException: brut.androlib.res.data.
value.ResFileValue cannot be cast to brut.androlib.res.data.value.ResScalarValue
at brut.androlib.res.decoder.ARSCDecoder.readComplexE ntry(ARSCDecoder.ja[code].....
I am trying to edit BlockLauncher Pro APK. Is there any other way to decompile apks?
View 7 Replies
View Related
Nov 22, 2011
Using APK Manager im trying to decompile some APKs from ICS, though always run into errors (Unlike GB APKs which I have no problem with)
Code:
|22/11/2011 -- 20:21:58.42|
--------------------------------------------------------------------------
java version "1.7.0_01"
Java(TM) SE Runtime Environment (build 1.7.0_01-b08)
Java HotSpot(TM) 64-Bit Server VM (build 21.1-b02, mixed mode)
--------------------------------------------------------------------------
|22/11/2011 -- 20:22:29.68|
--------------------------------------------------------------------------
java version "1.7.0_01"
Java(TM) SE Runtime Environment (build 1.7.0_01-b08)
[URL]
Ive heard using the newer version of APK Manager is supposed to fix things, though cant find a newer one. The only file I found on XDA was a Jar file, and didnt explain what / how to replace with current APK Manager.
View 9 Replies
View Related
Sep 24, 2012
I have been searching all over the place for a guide on how to invert apk's.
View 9 Replies
View Related
Jan 9, 2013
I want to modify some apps but when I do I can't seem to get them working on devices.
I am happy with the use of APK tool and zipaling, and have successfully modified my SystemUI.apk but when I try to mod apps it does not work.
I have tried modding the apk in data/app and just replacing the file and tried modding the downloaded apk and try to install.
My process:
Decompile (APKtool)
Mod
Recompile (APKtool) - with errors
I add the files from the original APK that errored during recompile with 7zip
Zipaling
Transfer back to the device
Devices
Samsung S3 mini & Nexus 7 - both running stock rooted JB 4.1.1
View 1 Replies
View Related
Mar 3, 2012
Everywhere i look redirects to apkmanager.. Which is not working for me.. Any manual way to recompile an apk.. Or an alternative to apk manager.
SPH-D710
View 6 Replies
View Related
Dec 29, 2013
I cant recompile movies,stock launcher apk. If I just decompile and again recompile without any changes it gives me error.
C1904
View 5 Replies
View Related
Jun 14, 2012
We use Eclipse for making android apps. Is there any way to open APK files in Eclipse, so I can view their source folder, etc. and do any editing? I've used APK Multi tool and APK Manager, but I wanted to open an APK in Eclipse.
View 3 Replies
View Related
Feb 20, 2014
I've installed the android sdk, java, and all the other fancy things I was supposed to, but cannot get Android Multitool to decompile any apk's.
This is the error log it throws out: The system cannot find the path specified. 'apktool' is not recognized as an internal or external command, operable program or batch file. The system cannot find the file specified.
View 4 Replies
View Related
Sep 2, 2013
So I know how to extract APKs with APK manager.
However, I want to know, when you extract APKs, where are the images of the APK located?
In which folder when you extract the APK files, are the images?
- It used to be easier back in the day, you would extract and all the images would just be there.
View 3 Replies
View Related
May 27, 2014
Sideloading of apk's does not work anymore. I did not install any new app or module. Unknown sources is checked of course.
But when I try to install an APK clicking on Install does not respond and no message appears. I rebooted more times, cleared all caches, etc. to no avail.
View 2 Replies
View Related
Mar 21, 2012
My first post on XDA...I bought myself a Galaxy S2 (G!) and really loving it.Now that I want to have some apps on my phone and enjoy it , I have data connection and a bit costly and also wired internet has some problem to be converted into WIFI as well
where I can download the APK files of android apps?But I want dont want take risk of my google account and want to download APKs without making my ID out .
View 1 Replies
View Related
Sep 18, 2012
I want to extract all files from multi packages odin files, that comes in .tar.md5 extension.
View 6 Replies
View Related
Aug 10, 2013
When trying to install an application does not allow. installation starts proper activation, during the course of the installation remains frozen and after a few seconds restarts my xperia s ...
View 2 Replies
View Related
Jul 16, 2012
I know they should be in /data/app but 2 are missing. I recently added my wife's account to my Gnex since she bought Where's my Water and Amazing Alex for my son to use on her phone. I wanted to install Amazing Alex on our Asus Transformer TF101 but Rovio has decided it doesn't work well. Now my 5 year old is freaking out. I added her account to my phone and downloaded it from the Play Store. I wanted to side load it to the TF101 via Dropbox but the apk doesn't show in the /data/app folder when using Root Explorer. Neither game I installed using her account shows.
View 3 Replies
View Related
Apr 6, 2014
I've been looking for a way to make a flashable ZIP that does the following:
Installs Galaxy Locker
Installs Nova Launcher
Installs an icon pack
Sets the wallpaper
Uses my Nova Launcher settings
View 1 Replies
View Related
Feb 24, 2012
i was wondering if there is a way to create a zip package to flash through CWM, in order to install various apks simoultaneously... You know, when i flash a new rom i get bored of having to reinstall everything, and Titanium backup doesn't work properly... so i wanted to create a pack with all my favourite apps, and install them all in once!
View 1 Replies
View Related
Aug 26, 2012
I'm just curious if it is possible to port proprietary apps (for example the S3 SecEmail.apk) to different phones, or are they locked into mfg specific phones?
The reason I ask this is because I am trying to find an email app that offers image compression, and I can't find one anywhere. This is the only one I've found.
View 2 Replies
View Related
Jun 19, 2012
how do i install apks from other devices? i am trying to install sonyericsson timescape on mi700 with no success.
View 1 Replies
View Related
Jun 1, 2014
I'm trying to make my own slimmed version of a ROM's .zip, by deleting some APKs and changing some other files (media, bootanaim, walls; minor changes to systemui and framework-res; etc)..
Until now, I've done it several times, but I think that I can do a more in-depth research to reduce junk files..Is there a way to find a list of LIBs and other files that are related to the APKs that I delete??. I've tried two ways:
1) Decompiling APKs and "explore" to find related files
2) Search all over the Web to find information
View 3 Replies
View Related
May 31, 2013
when I press it to install the install button just doesn't press, like it's grayed out.The only thing that happened was Google store sort of updated itself (even when I rolled back updates) and it just re-installed itself. Can't install APKs off aptoid or BMA
View 2 Replies
View Related
Jun 14, 2012
I bought some books from the Play Store, and I'd like to move them in my brother's phone too, so he doesn't has to buy them again and we can share the price. Is there any way to do that?
View 5 Replies
View Related
Apr 12, 2013
I wanted to mod a simple android app. Now i decompiled the apk with apktool. It worked fine!
But the only files I get after compiling are .xml files and .smali files...
So now, how i can edit the .smali files? Respectively can I mod apk apps by a other way?
View 2 Replies
View Related