[APP] ZIPME - flashable file maker - Sprint LG Optimus G

Description:
ZIPme is in beta. This means there will be bugs and some hiccups. Thanks for testing.
ZIPme is a powerful tool to create update ZIP packages to install in recovery. Whether you are a ROM developer or just getting into "root" and "ROMs" ZIPme can simplify your life.
Who should use ZIPme?
If you install custom ROMs on your rooted Android device then ZIPme can be a powerful tool. ZIPme requires root access.
What does ZIPme do?
ZIPme creates ZIP packages to install in recovery mode. When you install a new ROM your system is wiped and many times you clear your data. ZIPme can create a package of your apps, data and files you want to install right after a ROM or as a ROM addon. ZIPme programs and signs the update ZIP package so your recovery can install it.
TLDR: Make anything into a flashable zip.
Download (Google Play)

Just wondering if i make a flashable zip of apps or data while on a stock rom, will it install and work properly on an aosp rom? Thanks for any info
Sent from my LG-LS970 using xda app-developers app

It should as long as the thing being backed up doesn't have an special needs.

Related

Customize a rom

Hi,
i like alot of the roms, however they come pre-installed with apps like rom manager, or flash i use these apps, but they fail to update. How can i remove these apps from a rom before flashing? Ive tried using titanium backup to uninstall but the phone reboots (no /system rw?)
thanks
(im using ubuntu and windows 7 64bit)
remove them in adb
or download a rom, remove them, sign it and flash
Jedipottsy said:
Hi,
i like alot of the roms, however they come pre-installed with apps like rom manager, or flash i use these apps, but they fail to update. How can i remove these apps from a rom before flashing? Ive tried using titanium backup to uninstall but the phone reboots (no /system rw?)
thanks
(im using ubuntu and windows 7 64bit)
Click to expand...
Click to collapse
download the andriod kitchen.
use the kitchen to extract the files and remove those apks that you don't want.
then repack the zip using the kitchen and flash it.
just do a search on xda and you will find the android kitchen.
i will agree with the kitchen too i am using it today and i am amazed of what you can do....
in addition you can just open the rom in winrar, go to /system/app and just delete the apps you don't want the rom will update itself!!!
then on your phone you should toggle the signed verification and install it
lambrospower said:
in addition you can just open the rom in winrar, go to /system/app and just delete the apps you don't want the rom will update itself!!!
Click to expand...
Click to collapse
is there any other file i need to delete or just the .apk? and would you mind telling me what addition features does the kitchen offer?
thanks in advance=)
if the rom is odexed you should delete the .odex file too....it should be below the .apk
the kitchen has anything you want to do with a rom.....zipalign, a2sd, busybox and you can edit any file from the rom.....!!!!
Thanks! would def try out the kitchen when new roms are out=)
i really recommend it to you to start NOW you can customize the rom as you like at every possible way.....even ringtones, languages, alarm sound by default, images, colours, apps, bootanimation and everything
you will need much reading though especially when customizing framework

Aroma Installer and some question

Hello guys.
Since it's my first post so i hope this's can usefull and can help my problem.
Did you all see thread this http://forum.xda-developers.com/showthread.php?t=1461712 It's aroma installer that can build custom rom with UI in recovery mode (if no mistake) and success in htc device. From this forum i know that sgy have dev and mod that success to build rom, recovery, and now MAROK kernel. It's sound good if we can build in with the installer to make our device more better.
So, is there any dev or mod try or start to this stuff to build our device?
You know that i'm newbie in android device, but i've start to learn the installer and make some modification (just a little part) and you know it's not easy to develop something if we are a newbie.
After i read about android i know that i must have tools to help us, so i've start to download any stuf to help me. Some of my tool that i have in my PC are cygwin, dsixda kitchen, apk manager, xUltimate, notepad++, 7zip, winrar, jre 6.22, jdk 6.20, microsoft.netframework 2 and 4 client user, and window xp sp2.
Is there any tools that i should have to help me playing with my device?
From all stuff that i have so far only xUltimate can give me best result for deodex. But to applied to my device in recovery mode i use tool that develop from other member like pratyuse, shuvit_kaskuser, skin, and the newest is marok. Thanks to you all guys and other that i've forget
Sory if this post is annoying you all and thanks to make me more better with this forum.
wow...you're so serious dude. I'm only using CWM, root explorer, titanium backup and a base custom ROM to make my own custom ROM (lol). btw, a deodex ROM will use a lot of internal memory. It isn't a mighty feature that every ROM must have. I thought we should use it wisely.
kurotsugi said:
wow...you're so serious dude. I'm only using CWM, root explorer, titanium backup and a base custom ROM to make my own custom ROM (lol). btw, a deodex ROM will use a lot of internal memory. It isn't a mighty feature that every ROM must have. I thought we should use it wisely.
Click to expand...
Click to collapse
I just read all bout android and don't know what should i do so i've try all of method for customize my device.
deodex In original stock of course it's will be more use internal memory but i've delete some app that i don't need. only some app can't deodex with xultimate.
I wanna make my device simple n fast. and of course wanna try aroma installer too.
well...this is what I do for compiling a new ROM. I'm definetely not a dev so I can't start with a raw project. I started from a custom ROM (in my case, its myss v.3.4. you may use other one. Repencis doesn't work in my test thought). we need these custom rom only to install our ROM in our device so basicly we can use any custom ROM. after that I customize my stock ROM with root explorer and titanium backup. I use root explorer to put some apps in /system/app and editing script. I like a light ROM which consume minimum internal memory so I use titanium backup to integrate dalvik cache into /system/app. after all customization on my stock ROM, I create a nandroid backup with CWM. extract it. then replace anything in my base custom ROM except /system/bin and /system/xbin. these two folder is related to kernel and the installer script so basicly I didn't do anything on them except removing any a2sd script. the last step, repack all the files into *zip file and flash it via cwm.
for customizing the theme, we can use UOT kitchen or recompile framework-res.apk and systemUI.apk manually via eclipse or just replacing the files inside with 7zip. we may also put another bootanimation.zip in /system/media to change the bootscreen and put bootsound.ogg in /system/etc for the bootsound.
for everything we do, we should make sure the size is fit with our system partition. thats the reason why I customize my stock ROM manually via rootexplorer. I just want to make sure that the my customization is fit with my system partition and work properly. I thought our system partition is 220 mb but make sure you give some space for later modification.
well...thats all. I'm not saying that I really make a new custom ROM. It's more like recompile another ROM with my personal taste. a fresh installation of mine is only use about 3.4 mb internal ROM.
kurotsugi said:
well...this is what I do for compiling a new ROM. I'm definetely not a dev so I can't start with a raw project. I started from a custom ROM (in my case, its myss v.3.4. you may use other one. Repencis doesn't work in my test thought). we need these custom rom only to install our ROM in our device so basicly we can use any custom ROM. after that I customize my stock ROM with root explorer and titanium backup. I use root explorer to put some apps in /system/app and editing script. I like a light ROM which consume minimum internal memory so I use titanium backup to integrate dalvik cache into /system/app. after all customization on my stock ROM, I create a nandroid backup with CWM. extract it. then replace anything in my base custom ROM except /system/bin and /system/xbin. these two folder is related to kernel and the installer script so basicly I didn't do anything on them except removing any a2sd script. the last step, repack all the files into *zip file and flash it via cwm.
for customizing the theme, we can use UOT kitchen or recompile framework-res.apk and systemUI.apk manually via eclipse or just replacing the files inside with 7zip. we may also put another bootanimation.zip in /system/media to change the bootscreen and put bootsound.ogg in /system/etc for the bootsound.
for everything we do, we should make sure the size is fit with our system partition. thats the reason why I customize my stock ROM manually via rootexplorer. I just want to make sure that the my customization is fit with my system partition and work properly. I thought our system partition is 220 mb but make sure you give some space for later modification.
well...thats all. I'm not saying that I really make a new custom ROM. It's more like recompile another ROM with my personal taste. a fresh installation of mine is only use about 3.4 mb internal ROM.
Click to expand...
Click to collapse
Same case with me, i'm not dev so i just compile any trick from other. But i always start from stock rom (i use dxlb1) then i modified as i like to make my device at least not brick. Anyway your method sound nice just 3.4MB fresh installation in internal and maybe sometime i will try.
I now there's many method to customize device but we (as newbie) still confuse with the step and tools are needed. Some method doesn't work even we doing step by step right because of different case or maybe some forget guide from the source.
In my opinon, can moderator give us guide or compilation how to customize device because i didn't see that thread in sgy forum (hope i'm not wrong) or maybe just link reference. Of course must put in faq or ultimate tutorial because this is just for newbie.
there's also a negatif effect of using full odexed ROM. it takes a lot of space in /system. in my case, I remove all bloatware and useless app and got only 20-15 mb free space in /system. btw, if you want to see which app is safe to removed, you may see hybrid ROM app list. he remove almost everything in this ROM (lol). I thought we can't put a tutorial for compiling a ROM. it would be huge and difficult to understand for a noob (just like me). you should PM'ed the dev to teach you how to make a custom ROM.
Aroma Installer can use on SGY..
--deleted--

ZIPme [APP] flashable ZIP maker

Hello, guys. I'm sharing with you the app ZIPme, it allows you to create a flashable backup ZIP of anything! Build.prop, boot animation, system fonts, accounts, messages, wallpaper, Wi-Fi, apks, apks+data, only data etc.
It's really easy, I added some screenshots to you.
Tested in:
Xperia U | Xperia P
Note: if you test tell me to add in list
Hope you like!
Words of developer (JRummy Apps):
ZIPme is in beta. This means there will be bugs and some hiccups.
ZIPme is a powerful tool to create update ZIP packages to install in recovery. Whether you are a ROM developer or just getting into "root" and "ROMs" ZIPme can simplify your life.
Who should use ZIPme?
If you install custom ROMs on your rooted Android device then ZIPme can be a powerful tool. ZIPme requires root access.
What does ZIPme do?
ZIPme creates ZIP packages to install in recovery mode. When you install a new ROM your system is wiped and many times you clear your data. ZIPme can create a package of your apps, data and files you want to install right after a ROM or as a ROM addon. ZIPme programs and signs the update ZIP package so your recovery can install it.
DOWNLOAD
DOWNLOAD
Screenshot
reserved
Thread Closed
16 of 17 duplicates
http://forum.xda-developers.com/show....php?t=2416641

ZIPme [APP] flashable ZIP maker

Hello, guys. I'm sharing with you the app ZIPme, it allows you to create a flashable backup ZIP of anything! Build.prop, boot animation, system fonts, accounts, messages, wallpaper, Wi-Fi, apks, apks+data, only data etc.
It's really easy, I added some screenshots to you.
Tested in:
Xperia U | Xperia P
Note: if you test tell me to add in list
Hope you like!
Words of developer (JRummy Apps):
ZIPme is in beta. This means there will be bugs and some hiccups.
ZIPme is a powerful tool to create update ZIP packages to install in recovery. Whether you are a ROM developer or just getting into "root" and "ROMs" ZIPme can simplify your life.
Who should use ZIPme?
If you install custom ROMs on your rooted Android device then ZIPme can be a powerful tool. ZIPme requires root access.
What does ZIPme do?
ZIPme creates ZIP packages to install in recovery mode. When you install a new ROM your system is wiped and many times you clear your data. ZIPme can create a package of your apps, data and files you want to install right after a ROM or as a ROM addon. ZIPme programs and signs the update ZIP package so your recovery can install it.
DOWNLOAD
DOWNLOAD
Screenshot
reserved
Mods please close
14 of 17 duplicates
http://forum.xda-developers.com/show....php?t=2416641

ZIPme [APP] flashable ZIP maker

Hello, guys. I'm sharing with you the app ZIPme, it allows you to create a flashable backup ZIP of anything! Build.prop, boot animation, system fonts, accounts, messages, wallpaper, Wi-Fi, apks, apks+data, only data etc.
It's really easy, I added some screenshots to you.
Tested in:
Xperia U | Xperia P
Note: if you test tell me to add in list
Hope you like!
Words of developer (JRummy Apps):
ZIPme is in beta. This means there will be bugs and some hiccups.
ZIPme is a powerful tool to create update ZIP packages to install in recovery. Whether you are a ROM developer or just getting into "root" and "ROMs" ZIPme can simplify your life.
Who should use ZIPme?
If you install custom ROMs on your rooted Android device then ZIPme can be a powerful tool. ZIPme requires root access.
What does ZIPme do?
ZIPme creates ZIP packages to install in recovery mode. When you install a new ROM your system is wiped and many times you clear your data. ZIPme can create a package of your apps, data and files you want to install right after a ROM or as a ROM addon. ZIPme programs and signs the update ZIP package so your recovery can install it.
DOWNLOAD
DOWNLOAD
Screenshot
reserved
Looks promising. I'll give it a go.
Edit: I used to back up all my apps so I could clean install my DD rom and worked flawless.Only thing that had issues was trying to back up my Text messages. Went to flash it and it flashed but, after I started the Rom back up the text messages were not there. So I opened the zip file the app made and text messages were in there but must not of flashed them so I moved them to the directory where they are located. In my honest opinion excellent app. Keep up the awesome work.
Why does it need root access just to build a zip? Not trying to be condescending, just wondering?
Sent from my Galaxy Nexus using Tapatalk
Is this comparable to titanium backup?
Sent from my Galaxy Nexus using xda app-developers app
Does it support image files?
Thread Closed
4 of 17 duplicates
http://forum.xda-developers.com/show....php?t=2416641

Categories

Resources