[Q] Customizing a custom ROM - General Questions and Answers

Hey guys,
i was wondering, if there is a possibility to customize a custom ROM. I found a great one but, as almost every ROM, it consists of apps i dont need/want. Removing is not possible (or possible?). I already tried to unpack it with osKitchen, but it crashes because "its a custom ROM".
Are there any other options to make it works?
Thx a lot,
Darkslider2k4

If you use titanium backup you should be able to delete any app you want. Or you can use a program called 7 zip, unzip it, take out and add what you want and zip it back up. This is useful for apps that you can't install such as theme chooser for CM7.

I do not use titanium backup, software which is better?

No, iam not using titanium backup. Its a Windows Mobile (6.5) Phone.
I already tried to unzip it with 7-zip, but its impossible. He always whines that the file Gambit 1.3.2048 RC2 - Sense 2.5.2019|Titanium cannot be opened as an archive.
But you get my intension? I want to customize a ROM, which is done by an user (the one i linked).
Thx

Related

Create "image" of phone

Hi,
I just placed energy rom cookiehome tab on my phone and installed some apps
to fine tune the phone to my needs.
Is there a way that I can create an "image"/rom myself of this setup on my phone. So if I want to try another rom, i can simply place this "image" back to my phone and don't have to install the additional apps.
I know how to flash my phone and place roms on it. cooking and creating roms i have no idea about.
thanks.
use backup software like: "spb backup" or "sprite backup", do backup of your device by one of those and save image file on memory card when you chenge rom you will need to install the rom of wich backup you done and then just run image file and that will bring all back from the moment before backup
Thanks I will give it a try, but does this also sets back to applications I installed additional to rom.
That will return back everything you done with your phone eg: all programs, games, sound setings, registry etc., but you can use the backup image only on the rom of wich was done
Hi,
Just gave it a try and worked great.
Thanks for the help

Create ROM from current android phone setup

I just setup my Droid Incredible with the MIUI ROM and adjusted all of the settings the way I like it (wifi, ringtones, layout, etc.). Is there a way to somehow spin that into a flashable rom?
Bump
I want to do the same thing! I have FireFly3.0 installed and want to try out a 2.3.3 rom, but don't want to have to endure all the pain of having to set everything back up if I find it unstable. A "known good" rom, if you will.
Can't you just use rom manager to create a backup, and pull it off the phone and keep it safe? I seem to recall using restores when I tried roms that I didn't like the feel of.
Yeah, it's called a nandroid backup. Boot into recovery, do your backup, then wipe and flash the other rom. If you decide you want to go back to your old setup, restore from the nandroid backup and everything will be just as it was. Like nothing ever happened...
(from... Evo/MIUI/Tapatalk)
For work I made a pre-configured phone with our own software
wich is used for consumer research.
I want to make a rom from this phone so I can distribute this on
the hundrets of phone's we are having.
(There's no *.apk or setup package from our own written software,
we use 2 *.bat files to reset the phone and install our software)
What's the most easyest / effecient wat to do this?
Phone: Samsung Galaxy Ace
Running: Gingerbread 2.3.6
Thank you in advance

How to install gingerbread stock camera or MIUI camera app on ICS stock ROM ?

Hello
Tried install both of these on stock ICS and checked "unknown source" , didn't allow me ...
Can I do it using CWMR ?
Thanks
im not sure if this will work but its worth a shot.
when youre in the rom that you want a system application from get the app called "system app backup" i believe cm made it but dont quote me. Then backup the app you want and save it to your sd card. after copy it to your computer and install the rom you want to have on your phone, once again install system app backup on your phone and recover the app you would like to have on your system.
the only thing that i have done close to this is replace the stock launcher.apk with "launcher 7".
always remember to backup, and if this works let me know!
mikeydubbs said:
im not sure if this will work but its worth a shot.
when youre in the rom that you want a system application from get the app called "system app backup" i believe cm made it but dont quote me. Then backup the app you want and save it to your sd card. after copy it to your computer and install the rom you want to have on your phone, once again install system app backup on your phone and recover the app you would like to have on your system.
the only thing that i have done close to this is replace the stock launcher.apk with "launcher 7".
always remember to backup, and if this works let me know!
Click to expand...
Click to collapse
Thanks for the answer...I have the apk no problem..the issue is how to install it..and specifically the camera app...and I am on ICS 4.0.3 stock and don't wanna change it...
mahanddeem said:
Hello
Tried install both of these on stock ICS and checked "unknown source" , didn't allow me ...
Can I do it using CWMR ?
Thanks
Click to expand...
Click to collapse
You might have luck with the MIUI camera but the GB one is most likely a no go (all kinds of changes in ICS that should prevent GB system apps from working). If you really want to try it then you can use a file explorer with super user permissions (estrongs or root explorer come to mind) and move the .apk to /system/app and change the permissions to match other system apps.
Sorry to revive an old thread, but in case someone actually stumbles on it, here is the answer.. this should be easy. If you can get apktools working on your computer(google is your friend) you decompile the app you want, along with the app it would be in conflict with. The android system has a list of SYSTEM apps that are able to use the same features.. anyways, once you decompile both apks, copy the manifest.xml and meta-info folder(and contained folder) from the built in app(in this case the ICS camera) into the decompiled app you want to install(gingerbread camera), then you recompile the one you want to add(you can just leave the original app installed and delete the one you decompiled). Make sure you give the gingerbread app a different name, and it will work. Literally, I just tested it(it is that quick and easy once you have apktools setup), and it seems to install/work just fine.
Some FEATURES of the app might not work- like you may not be able to preview the pictures you take with it in the system gallery, but all the settings and whatnot of the actual camera app should be built into the apk itself-- besides 4.0.3+ has app associations, you may be able to use that to get some features working by making it your default camera..
Anyways, pretty sure that would help- good luck.
want ideas
Silentbtdeadly said:
Sorry to revive an old thread, but in case someone actually stumbles on it, here is the answer.. this should be easy. If you can get apktools working on your computer(google is your friend) you decompile the app you want, along with the app it would be in conflict with. The android system has a list of SYSTEM apps that are able to use the same features.. anyways, once you decompile both apks, copy the manifest.xml and meta-info folder(and contained folder) from the built in app(in this case the ICS camera) into the decompiled app you want to install(gingerbread camera), then you recompile the one you want to add(you can just leave the original app installed and delete the one you decompiled). Make sure you give the gingerbread app a different name, and it will work. Literally, I just tested it(it is that quick and easy once you have apktools setup), and it seems to install/work just fine.
Some FEATURES of the app might not work- like you may not be able to preview the pictures you take with it in the system gallery, but all the settings and whatnot of the actual camera app should be built into the apk itself-- besides 4.0.3+ has app associations, you may be able to use that to get some features working by making it your default camera..
Anyways, pretty sure that would help- good luck.
Click to expand...
Click to collapse
Helow my Friend.I want a step wise instruction . Can you please post it
i attached 2 versions of Miui apk. V 1.7 i think is latest i could find. Tested by me in my stock 4.0.4 Nexus S.

[Q] now rooted, few questions regarding apps

i've rooted my device with the Exynos exploit and installed titanium backup pro but i am not sure where to start when it comes to transferring app data to a sd card, any tips? can anyone recommend me some app data to sd apps that are simple to use and does the job?
HUYI said:
i've rooted my device with the Exynos exploit and installed titanium backup pro but i am not sure where to start when it comes to transferring app data to a sd card, any tips? can anyone recommend me some app data to sd apps that are simple to use and does the job?
Click to expand...
Click to collapse
Now that you have root you have 2 options I'm aware of for our device. What your trying to accomplish is a link between your actual data folder where apks get installed by default on your internal memory to a replicated directory on your external storage. The device will install data to its default location but then this link will just move it for you to the mirrored directory. Zedomax and tweaker have both made a script to do this. Tweakers script seems to be a cleaner better method but is more user intensive to implement. Zedos script, which im using now is simple to use and it gets the job done. I've had no issues using it on any rom that has init.d support. Stock firmware will not work however, even with root so you'll need to install a rom with init.d support. Theres the recent stock jelly bean in android dev that has this now. Also our dev community has been busy and you got a few choices if youd like a custom rom as well.
To make that happen youll need a custom recovery that youll install with a pc program called odin. Thats a simple procedure shouldnt take more than a few minutes. Also you could do the same with an android app called mobile odin though I haven't done it this way myself so I may not be the best person to ask how. After the recovery has been installed youd want to backup your stock rom then flash your init.d supported rom of choice after a full wipe, then once thats completed flash zedos script, reboot and then everyones favorite: profit!!
If your still reading this at this point and thinking youd like to give it a shot let me know, I can point you to the relevant threads and maybe fill in some blanks on some areas where you need to read between the lines. Good luck and know I think its worth the time my redemption install is terrific, definitely an improvement over stock jellybean imo.

Easiest way to keep stock apps with custom rom

I just recently treated myself to an ex-demo unit of this gloriously impractical tablet for reading digital comics on and successfully used odin to flash the proper stock firmware to get rid of demo mode.
I'm quite tempted by the custom roms available, but I'd like to keep some of the stock samsung apps, especially sketchbook for galaxy, and I'm wondering what everyone's opinion on the easiest or best way to do it is.
Do I need to install titanium backup and backup the apps I want to keep? Can I just extract the .apk files I want from the stock firmware image which I still have?
Thanks
IMO the easiest way is:
Step 1 - stay stock, do an nandroid backup in TWRP.
Step 2 - Install Titanium . . do a full backup and debloat by freezing apps and services to get rid of lag and unwanted apps . . if you end up needing it later, defrost.
Step 3 - Install Xposed Framework, and begin experimenting with custom xposed modules to add additional features.
Step 4 - install other root applications to taste.
thanks, i may ultimately end up doing that, but i would like to try different roms as there are a lot of things about the GUI that i don't like on this tablet, and i'm confident enough that i can always get back to stock using odin.
i went ahead and installed cyanogenmod and reinstalled sketchbook from a .apk i created with es file explorer, seems to have worked fine.
Glad it works, sorry that I misunderstood.
I had sketchbook too, but after flashing cm 12 I tried artflow, never went back.
goenieg said:
I had sketchbook too, but after flashing cm 12 I tried artflow, never went back.
Click to expand...
Click to collapse
i'll check artflow out, i wanted to keep sketchbook just because i heard this version was made especially for this tablet and its screen.
I've had some success keeping stock apps
Mr Creosote said:
i'll check artflow out, i wanted to keep sketchbook just because i heard this version was made especially for this tablet and its screen.
Click to expand...
Click to collapse
I use ES File Explorer. It has a Root explorer function which allows you to backup apps and their data. After backing up the stock app and data I have been able to transfer the app to other devices including custom roms like slimkat on my i9100. One app I've had success with is Navigon. I haven't tried sketchbook, because my tablet isn't rooted yet, but it might work. The backup directory can be customised, but its default location is on internal sd. This process of backing up leaves you with the APK and a zip file with your data. You can install ES File Explorer on the new device/rom and put the APK and zip file back into the backup directory. Then go to backup in root explorer tab of File Explorer and restore app with data, or just app. This may work.
Yep I used es file explorer in the end, and it worked. There seems to be no end to what es can do, i don't know why it doesn't appear on every list of essential/most useful droid apps. Just figured out a couple of days ago that you can use it to stream music wirelessly from a shared folder on your network. I've installed if as a system app on my phone with titanium backup and removed the stock file explorer.

Categories

Resources