General :: Creating Flashable Zip To Install Various APKs?
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
Aug 13, 2012
Can create a cwm flashable zip for my given .apk file
View 1 Replies
View Related
Jun 16, 2013
i want to create a flash-able zip of PA's HALO for my stock and rooted nexus 4. For all i know i must take the commit files and merge them in my recompiled ROM's folder, compile them and flash (or maybe try to run it in an android emulator first?) Well i'm facing a lot of problem: 1 i can't even get git commit files (yes i have git installed) 2 even if i succeed to get the files and compile my ROM and it all works flawless i don't know how to make HALO as a flashable mod.
View 1 Replies
View Related
May 7, 2013
I want to install apps normal with a zip in cwm.
I know how to create a flashable zip with systemapps. But some apps give me fc when installing as systemapp.
Now I want to create a flashable zip for normal apps that will be installed automatic.
View 3 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
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
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
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
Apr 11, 2013
I use a Note 2, and was able to install apks perfectly fine until this afternoon, now i'm unable to click "install" , it isn't greyed out or anything. I know screen filter and similar apps have a bug which doesn't allow you to click install, so I disabled and uninstalled them just to be sure.
I'm on stock 4.1.2, no software updates of any sort in the last month,weird it suddenly stopped allowing me to install apks
Able to install apps from the play store otherwise.
Edit- Also rebooted several times, and tried installing apks i've installed before, no dice And I do have unknown sources checked.
View 2 Replies
View Related
Jan 15, 2010
I have one apk that installs at folder data/data/totalcross.android. Now i have another application that should install the files in that folder. How can i create a apk that does this?
View 7 Replies
View Related
Jun 12, 2013
The format of recovery that we download from official website is .img. How can we make it a cm flashable zip?
HTC One X+
View 2 Replies
View Related
Jun 10, 2013
I know people talk about this all the time... I found a lot of thread of how to create a flashable zip file.. But every thread has it different than others. So I have tried it several ways and still get errors...
I'm trying to make a flashable zip to push an apk to system/app and I decided to do this to test it out...
This is the update-script I have tested it with
run_program("/sbin/busybox", "mount", "/system");
delete("/system/app/FlashBarService.apk");
package_extract_dir("system", "/system");
run_program("/sbin/busybox", "unmount", "/system");
Ok what I figure is the run_program is to mount system with busybox. Every line i see that it have this on there.. Then Im trying to replace an app from system/app so I put in delete("/system/app/name of app");
then package_extract_dir("system", :/system"); is so recovery can extract and push the zip file
and again run_program to unmount... But recovery is giving me an error status 4
I also deleted that delete line and still got status 4.
Again this is another way I tried it to do it with
run_program("/sbin/busybox", "mount", "/system");
run_program("/sbin/busybox", "mount", "/cache");
run_program("/sbin/busybox", "mount", "/data");
package_extract_dir("system", "/system");
run_program("/sbin/busybox", "umount", "/system");
run_program("/sbin/busybox", "umount", "/cache");
run_program("/sbin/busybox", "umount", "/data");
And this way too
mount("ext4", "EMMC", "/dev/block/mmcblk0p14", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p14", "/data");
package_extract_dir("system", "/system");
run_program("/sbin/busybox", "unmount", "/system");
run_program("/sbin/busybox", "unmount", "/data");
And till got status 4.
Inside my xxx.zip I have it set up this way META-INF/com/google/android
And other folder on root system/app
I have a GS3.
Like I said I have followed several threads about this and all looks different and none worked.
I know this is supposed to be the easies thing to do when it comes to android. But I just need to be directed to the right path.
View 5 Replies
View Related
May 31, 2012
I want to replace my stock screenlock on CM7 to Widgetlocker.
I know that I have to make a flashable zip and install it under the recovery.
I don't know how to make this flashable zip with Widgetlocker.
View 3 Replies
View Related
Sep 24, 2013
How can I make a flashabe uninstaller for system app?
View 1 Replies
View Related
Sep 26, 2012
I noticed every flashable zip has one. If i merge to flashable zips what do I do with the update-binary? Is it important?
View 1 Replies
View Related
Dec 26, 2013
I have a problem using this method URL>..Thats is there any other way to have a CWM Recovery in my ZTE V793?Like Flashing Zip using Stock Recovery or Something..
Also is there a way i can Maximze the capacity of my Internal Memory.Like using Swap Partion or Ungaze Data2SD?
View 1 Replies
View Related
May 26, 2013
Possible to unzip a flashable zip, mod a few files and then rezip it and flash it? SAMSUNG-SGH-I717
View 3 Replies
View Related
May 19, 2013
GT-N7100. Q. How to make an apk into flash able zip for recovery?
View 2 Replies
View Related
Apr 27, 2014
How to make a flashable zip of a single app with its data ??
View 4 Replies
View Related
Nov 12, 2013
Is there a way i can get the transition animation as a flashable zip or something easy as seen in the attached video? [URL]...
View 4 Replies
View Related
Sep 29, 2012
I've never made a rom now do I know how. I'm just broke and have a horrible computer its so bad I haven't used it since I got my evo 4G. Anyway I'm not new to flashing, modding or anything to do with my evo. What I like to do is flash a rom as a base then find other tweaks and mods and flash them. remove things the developer put in and maybe replace them with other thing I find from other roms. Eventually I have a custom "rom" mostly unrecognizable from my original base. My question is, is it possible to nand my "rom" and turn it into a flashable rom to share with the community?
View 9 Replies
View Related
Nov 12, 2012
So, my question: Is it possible to turn a rom from Odin format (.tar/.tar.md5 etc) into a flashable zip? If yes, how?
My intention was to customize a stock rom for the gt-s7500, with dsixda's kitchen, that apparently supports only flashable zips.
View 1 Replies
View Related
Nov 13, 2013
I just wanted to know if there is a way to make my navbar transparent (without decompiling and all that). I have searched all over XDA but found nothing on what I want.
View 3 Replies
View Related
Jun 29, 2012
In other words, if I had a zip file that replaced the framework-res.apk, would it work on any phone or tablet? I know the app wouldn't, but would the zip file?
View 2 Replies
View Related
Feb 10, 2012
I'm planning on using the UpdatezipCreator from this thread http[URL].... to build an update script for some APK updates I want to package up. It appears this app has the ability to build a update-binary file for you.
I have APK files in both the system/app and data/app that I want to be copied to my phone.
First thing, can I have multiple destinations for the files in the script? I haven't found any examples with two destinations and there doesn't seem to be a spot to configure the source which makes me think it just takes everything in the zip and puts it in the folder you specifiy in the package_extract_dir function and that adding a second "package_extract_dir" function would confuse it.
The second question is I keep running across scripts that us busybox instead of the built in commands. Why would you need to/want to do that?This is what I would think would work for my script:
Code:
ui_print("Preparing to update");
ui_print("Copying files..");
package_extract_dir("system", "/system");[CODE].....
View 1 Replies
View Related
Oct 3, 2013
so I've been searching around but I couldn't find any clues. Right now I have a complete system dump for a HTC One Rom. How could add root to it and make it flashable via recovery?
View 4 Replies
View Related
Jan 19, 2014
Is their is a way so i can sign a flashable .zip file so i can flash it on stock non rooted samsung device ? When I try any flashable zip i get " E: signature verification failed".
View 1 Replies
View Related
May 27, 2014
You can convert the file to be attached to me a file cwm in a file flashable with the stock recovery.
I tried to change the name of the file to update.zip, but the stock recovery gives me error.
View 5 Replies
View Related
Oct 11, 2013
Making boot animation? I need to know how to make the flashable zip file I already have the images created
I need them optimized as well, not sure what tool is needed or how to make it? Its for the SG4.
View 2 Replies
View Related
Sep 18, 2013
flashable zips so I can enable Beats Audio, xLoud and Bravia Engine on my device running 4.3.
View 1 Replies
View Related