Bits and pieces of all roms - Samsung Galaxy S (4G Model)

How do I take away different pieces of the roms and put it into mine right now? I'm on icbinb 2.3.7 v2, but i want to take away the beats audio from the pure entity rom and the whole ics look from the valhalla black, Can anybody help me with this?

download root explorer from market its a very usefull tool that allows you to modify, move, copy, paste, delete, and so on. you can use this to extract apk files from one rom and paste them in system/app

To accomplish what the OP is asking will require a lot more than swapping some apk's...
Start reading in the general android section about theming... That should keep you busy for a while.
Sent from my SGH-T959V using xda premium

Actually root explorer can be used to do most if not all what the OP is asking .....plus much more.
In my opinion......if you like flashing and being creative.....you should have root explorer....it will allow you to do sooo much.
If everyone here would get it and learn to use it.... there wouldnt be so many questions and requests.
I personally have created what I feel to be a master piece by compiling several roms and theme packages and other tweaks into one using root explorer and then when I was happy with what I did I took everything I liked and zipped it up for future flashing
I now have a completely bloat free rom that has exactly what I want that only weighs 109 mb's.
So if I feel froggy and wanna flash a different rom and don't like it for what ever reason....I just flash the one I compiled together.....and I'm happy again lol
Sent from my SGH-T959V using xda premium

And also I am not claiming this works with all apk's but all that I have tried have worked. I have Miui music player, tweaks from SCOM, themes from Miui plus others and I'm running Pure Entity. You may also need to reboot and maybe fix permissions. Every time I flash a new row I use TB to save apk's that I like and next flash they are part of my restore that is another way
Sent from my SGH-T959V using XDA

If you want icbinb to look like vb, you need more than root explorer...
Sent from my SGH-T959V using xda premium

How do I get the beats from pure entity
Sent from my SGH-T959V using XDA

Sorry I am just the shortbus driver :-D ....not the teacher.....but Google is a good substitute teacher,she can answer a lot of questions ;-)

Related

[Q] General noob questions

First off, i apologize for my noob questions but i would prefer to ask these before i mess with my phone. so here goes:
what's a kernel and what does it do?
same for modem (or are they the same)
what is the difference between odexed or deoexed and is there an advantage to one or the other?
what are some good ROMs for the SGS4G?
i'll post more as i think of them
Juls317 said:
First off, i apologize for my noob questions but i would prefer to ask these before i mess with my phone. so here goes:
what's a kernel and what does it do?
same for modem (or are they the same)
what is the difference between odexed or deoexed and is there an advantage to one or the other?
what are some good ROMs for the SGS4G?
i'll post more as i think of them
Click to expand...
Click to collapse
I'll post this in pretty basic terms for ease of reading.
A kernel in general terms is what makes the phone run. It's the nuts and bolts. In linux you have different kernels and they all provide certain features. ROM's run on the kernel and provide the screens if you will, the features of the phone. Kinda like your computer's operating system.
Modems/Radios are firmware that control the baseband radio chipsets on your phone device to communicate to the data network for your carrier. You connection to your carrier. Specific to your phone and carrier.
When you have an odexed system you basically have apk's and odex files inside of your file system. The idea behind it is that odex files load up on boot to help speed up loading the APK's. However, it makes it hard to modify the system APK's since it loads parts from odex and parts from the APK.
Deodexing is basically repackaging the APK's and odex files so that they are reassembled and therefore making sure the application package is back in once piece.
This allows the ability to make theming modifications (battery, clock color etc.) without conflict, knowing that the application package is back together.
There are no ROM's per se yet for the SGS4G there is the Bali Kernel which adds some great enhancements made by Dr Honk, see it in the SGS4G android development forum.
There are also SGS4G deodexed kernels such as VUVKD1 DEODEXED from Krylon360 or Whitehawkx, also in the Android Development forum. These builds of the kernel provide the ability for theming, with Whitehawkx build you have the ability to do custom lock screens, there is a mod for supporting custom boot animations etc.
Hopefully this helps you understand more
joedeveloper said:
I'll post this in pretty basic terms for ease of reading.
A kernel in general terms is what makes the phone run. It's the nuts and bolts. In linux you have different kernels and they all provide certain features. ROM's run on the kernel and provide the screens if you will, the features of the phone. Kinda like your computer's operating system.
Modems/Radios are firmware that control the baseband radio chipsets on your phone device to communicate to the data network for your carrier. You connection to your carrier. Specific to your phone and carrier.
When you have an odexed system you basically have apk's and odex files inside of your file system. The idea behind it is that odex files load up on boot to help speed up loading the APK's. However, it makes it hard to modify the system APK's since it loads parts from odex and parts from the APK.
Deodexing is basically repackaging the APK's and odex files so that they are reassembled and therefore making sure the application package is back in once piece.
This allows the ability to make theming modifications (battery, clock color etc.) without conflict, knowing that the application package is back together.
There are no ROM's per se yet for the SGS4G there is the Bali Kernel which adds some great enhancements made by Dr Honk, see it in the SGS4G android development forum.
There are also SGS4G deodexed kernels such as VUVKD1 DEODEXED from Krylon360 or Whitehawkx, also in the Android Development forum. These builds of the kernel provide the ability for theming, with Whitehawkx build you have the ability to do custom lock screens, there is a mod for supporting custom boot animations etc.
Hopefully this helps you understand more
Click to expand...
Click to collapse
Not sure if you could have worded that any better.
As a fellow noob I appreciate this explanation as well.
Sent from my SGH-T959V using XDA Premium App
danstheman7 said:
Not sure if you could have worded that any better.
As a fellow noob I appreciate this explanation as well.
Sent from my SGH-T959V using XDA Premium App
Click to expand...
Click to collapse
Anytime
joedeveloper said:
I'll post this in pretty basic terms for ease of reading.
A kernel in general terms is what makes the phone run. It's the nuts and bolts. In linux you have different kernels and they all provide certain features. ROM's run on the kernel and provide the screens if you will, the features of the phone. Kinda like your computer's operating system.
Modems/Radios are firmware that control the baseband radio chipsets on your phone device to communicate to the data network for your carrier. You connection to your carrier. Specific to your phone and carrier.
When you have an odexed system you basically have apk's and odex files inside of your file system. The idea behind it is that odex files load up on boot to help speed up loading the APK's. However, it makes it hard to modify the system APK's since it loads parts from odex and parts from the APK.
Deodexing is basically repackaging the APK's and odex files so that they are reassembled and therefore making sure the application package is back in once piece.
This allows the ability to make theming modifications (battery, clock color etc.) without conflict, knowing that the application package is back together.
There are no ROM's per se yet for the SGS4G there is the Bali Kernel which adds some great enhancements made by Dr Honk, see it in the SGS4G android development forum.
There are also SGS4G deodexed kernels such as VUVKD1 DEODEXED from Krylon360 or Whitehawkx, also in the Android Development forum. These builds of the kernel provide the ability for theming, with Whitehawkx build you have the ability to do custom lock screens, there is a mod for supporting custom boot animations etc.
Hopefully this helps you understand more
Click to expand...
Click to collapse
Damn insightfull. Thanks from a noob.
sent from my SGS4G running WHITEHAWKX KD1,TW4.0,
and FKNFOCUSED modded notification bar. rockin CWM3 BETA.
Then what's the difference between KB5 and KB1?
Sent from my SGH-T959V using XDA App
Juls317 said:
Then what's the difference between KB5 and KB1?
Sent from my SGH-T959V using XDA App
Click to expand...
Click to collapse
So there is VUVKB5, VUVKC1 (Unreleased engineering build), VUVKD1 (Latest Build).
Haven't heard of KB1, I think you probably have it mixed up with KD1.
Anyhow, KB5 to KD1 there were bug fixes, MMS related bug issues fixed etc. The change log is here:
http://forums.t-mobile.com/t5/Samsu...our-Samsung-Galaxy-S-4G-Community/td-p/839429
If my post helped, feel free to click the thanks button.
Thanks. A great beginners primer
joedeveloper said:
So there is VUVKB5, VUVKC1 (Unreleased engineering build), VUVKD1 (Latest Build).
Haven't heard of KB1, I think you probably have it mixed up with KD1.
Anyhow, KB5 to KD1 there were bug fixes, MMS related bug issues fixed etc. The change log is here:
http://forums.t-mobile.com/t5/Samsu...our-Samsung-Galaxy-S-4G-Community/td-p/839429
If my post helped, feel free to click the thanks button.
Click to expand...
Click to collapse
ok, so Krylon360 is working on CWM for the SGS4G and (at some point) talks about using KD1, so how can I go about flashing KD1 to my phone without using a windows PC (i have a mac)?
Sorry for noob question. I've been studying hard lately and with all the recent developments it had been overwhelming. Anyway.
I have been trying to download the modded recovery binary needed for CWM 3.0 directly to my phone using the multiupload link provided by Krylon360.
When I try to download it on my phone I get cannot download content not supported on my phone. Am I doing something wrong that I can't download straight to my phone? Do I need to check to a box somewhere?
Do I have to download the recovery binary and CWM to a computer first and then to my phone?
Is there a way I can do this with just my phone? I have Root explorer pro, super manager, file explorer, ect...I was really hoping to do it using my phone because I don't have full time access to a pc.
Thank you very much for taking the time to reply.
Sent from my SGH-T959V using XDA Premium App
I downloaded it to my computer and then moved it to my phone using Awesome Drop (found in the Market) and then put the binary in the proper folder using Root Explorer but since you don't have full time access to a computer I don't know how you would go about this. I would suggest just using the limited time that you have on the computer, it should only take a few minutes
Sent from my SGH-T959V using XDA App
Juls317 said:
I downloaded it to my computer and then moved it to my phone using Awesome Drop (found in the Market) and then put the binary in the proper folder using Root Explorer but since you don't have full time access to a computer I don't know how you would go about this. I would suggest just using the limited time that you have on the computer, it should only take a few minutes
Sent from my SGH-T959V using XDA
I'll check that out when I can...if I'm going to be modding I should probably pick myself up a good inexpensive laptop.
I am so used to being a download/install nut that I was hoping to be able to do it in a more familiar way. This modding stuff is a whole other ballgame and I can't wait to play. Lol.
Thank you for you advise. It is greatly appreciated.
Sent from my SGH-T959V using XDA Premium App
Click to expand...
Click to collapse
Jerry D said:
Juls317 said:
I downloaded it to my computer and then moved it to my phone using Awesome Drop (found in the Market) and then put the binary in the proper folder using Root Explorer but since you don't have full time access to a computer I don't know how you would go about this. I would suggest just using the limited time that you have on the computer, it should only take a few minutes
Sent from my SGH-T959V using XDA
I'll check that out when I can...if I'm going to be modding I should probably pick myself up a good inexpensive laptop.
I am so used to being a download/install nut that I was hoping to be able to do it in a more familiar way. This modding stuff is a whole other ballgame and I can't wait to play. Lol.
Thank you for you advise. It is greatly appreciated.
Sent from my SGH-T959V using XDA Premium App
Click to expand...
Click to collapse
You can download directly to your phone using a different browser like dolphinhd.
Click to expand...
Click to collapse
I personally use Skyfire
Sent from my SGH-T959V using XDA App
joedeveloper said:
So there is VUVKB5, VUVKC1 (Unreleased engineering build), VUVKD1 (Latest Build).
Haven't heard of KB1, I think you probably have it mixed up with KD1.
Anyhow, KB5 to KD1 there were bug fixes, MMS related bug issues fixed etc. The change log is here:
http://forums.t-mobile.com/t5/Samsu...our-Samsung-Galaxy-S-4G-Community/td-p/839429
If my post helped, feel free to click the thanks button.
Click to expand...
Click to collapse
so should i flash the KD1 kernel from Krylon? and a coulpe more questions:
when you clear the phones cache, data and dalvik cache through CWM, what does it do? what do i lose? i know some ROMs require it and i don't want to flash a ROM that will make me lose something that i wanna keep
golmar88 said:
Jerry D said:
You can download directly to your phone using a different browser like dolphinhd.
Click to expand...
Click to collapse
Thank you! I'm going to check dolphinHD out.
I have used dolphin in the past but was unaware that it had a better download capability than stock. The message I got was that the phone could not support the content so it never occurred to me to try another browser. Good stuff!
Sent from my SGH-T959V using XDA Premium App
Click to expand...
Click to collapse
golmar88 said:
Jerry D said:
You can download directly to your phone using a different browser like dolphinhd.
Click to expand...
Click to collapse
I downloaded Dolphin HD as you suggested and I was able to download the Modded Recovery Binary directly to my phone.
THANK YOU!!!
Now I just have to find out the steps I need to do to replace the recovery.bin files using Root Explorer Pro and then get CWM 3
Very exciting stuff for a noob like me. Lol.
Sent from my SGH-T959V using XDA Premium App
Click to expand...
Click to collapse
Go into root explorer and go to /system/bin and then paste the file there. It will prompt to overwrite the.current recovery file and just replace it although I suggest copying the original to your external SD card first just in case
Sent from my SGH-T959V using XDA App
The good news is you will have to.do it again but you'll get the final release.
Sent from my SGH-T959V using XDA App

Odex or deodex?

Kinda like a noob question..My build is tmobile stock rooted 2.2.1 kd1..Am I odex or deodex..Don't want to flash the wrong theme
johndrdragon said:
Kinda like a noob question..My build is tmobile stock rooted 2.2.1 kd1..Am I odex or deodex..Don't want to flash the wrong theme
Click to expand...
Click to collapse
You are stock, so that means odexed.
Sent from my SGH-T959V using XDA Premium App
thanks i see,any chance of a custom rom soon you think?..I dont think I wanna flash just to deodexed kd1 for themes etcc.
Sent from my SGH-T959V using XDA App
Isn't most custom roms deodexed anyways?
yeah I believe so,but my point is I dont want to flash something I already have pretty much.kd1 only diffirence its deodexed.then go through the whole process again of dealing with bloatware!
Sent from my SGH-T959V using XDA App
If your happy with just stock then that's cool. If your lazy just to delete/freeze bloatware. Your going to have to still restore your apps when you do a custom ROM anyways. Might as well put it into practice. There's also the Bali Kernel which helps with battery life and flashing themes is cake. But then again I'm used to flashing when I had my Vibrant and TeamWhiskey Roms and themes when they used to push them out almost every week or so.
I agree with beefvvl! It is not a big deal at all to delete and freeze your bloatware. What does it take like 5mins max???? And really after flashing a new rom i think most people if they know a lil something can take care of the bloatware and restore apps and launcher setup in like 10 or 15 mins. I agree u might as well put it in to practice anyways. Practice=Speed!
fatherof4 said:
I agree with beefvvl! It is not a big deal at all to delete and freeze your bloatware. What does it take like 5mins max???? And really after flashing a new rom i think most people if they know a lil something can take care of the bloatware and restore apps and launcher setup in like 10 or 15 mins. I agree u might as well put it in to practice anyways. Practice=Speed!
Click to expand...
Click to collapse
Practice = speed = and KNOWLEDGE.
For this Noob anyway. Lol..
I do anything I can to practice so as not to brick in the very near future. And to get my black belt in modding!
Sent from my SGH-T959V using XDA Premium App
@ fatherof4
Thanks for you post!
Sent from my SGH-T959V using XDA Premium App

Awesome Bionix Infinity Theme On Any Rom

so i was gettin really bored with the stock theme. so i decided to try and copy the frameworks used to theme the rom onto my infused rom. and it worked! its awesome! i have zipped the files you need into a folder. just extract and copy to system/framework u can backup your current ones if ud like. enjoy!
http://www.mediafire.com/?gity8sdf01fvct9
all credits go to
Nopcodex90
Screenshots please
diablo009 said:
Screenshots please
Click to expand...
Click to collapse
O my I'm sorry lol
Sent from my SAMSUNG-SGH-I997 using XDA Premium App
Here: http://forum.xda-developers.com/showthread.php?t=1120469
Look.at his screenshots
Sent from my SAMSUNG-SGH-I997 using XDA Premium App
Is this CWM flashable? I'm not really comfortable messing around with the framework.
Sent from my Infuse
how do i copy the files once i have extracted them? sorry if this sounds stupid. first time rooting and tweaking my phone
amulitsa said:
how do i copy the files once i have extracted them? sorry if this sounds stupid. first time rooting and tweaking my phone
Click to expand...
Click to collapse
Copy.to.system/framework. U cant be on.stock rom.tho.
Sent from my SAMSUNG-SGH-I997 using XDA Premium App
Why not just use bionix???
Sent from my SAMSUNG-SGH-I997 using XDA App
Im running the infused Rom right now. Do i use root explorer to.copy it? Im just confused as to how to replace the files with the bionix theme
Sent from my SAMSUNG-SGH-I997 using XDA App
Its not very wise to start mixing and maxing frameworks from different ROMs. Also I have put alot of work into my ROM, and though I dont mind, if anyone wants to use it in parts or as a whole .... Just PM ME. Like the Matrix theme going on, it looks great , and has some Bionix goodness baked into it. Take it "account disabled" into thought, and just rest assured its for a reason.
Nopcodex90 said:
Its not very wise to start mixing and maxing frameworks from different ROMs. Also I have put alot of work into my ROM, and though I dont mind, if anyone wants to use it in parts or as a whole .... Just PM ME. Like the Matrix theme going on, it looks great , and has some Bionix goodness baked into it. Take it "account disabled" into thought, and just rest assured its for a reason.
Click to expand...
Click to collapse
Nop u and gtg should b broskies and ultimately rock infused ill donate alot for that collabo
Sent from my SAMSUNG-SGH-I997 using XDA Premium App

Request

I've tried a custom rom but to be honest there are some bits of the LG rom l missed (pinch in apps draw) so came back to it. Can one of you guys do a stripped down version of the standard LG rom without the LG bloatware?
Pete
Sent from my LG-P920 using XDA App
tell me what you dont want in it and ill do one
Just the standard 3D capable UI with ESfile manager and the new market. That way I can load whatever else I need.
Pete
Sent from my LG-P920 using XDA App
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums and Read THIS
Moving to General
well i have a stock rom which is rooted with performance pack ill strip it and upload it- may be some time though as its quite a hefty rom
That sounds perfect, cheers mate
Pete
Sent from my LG-P920 using XDA App

(SOLVED) Need help with UOT kitchen

Is there anybody who would be willing to help me with using UOT kitchen? I would really appreciate it. Any body who has my phone the Samsung exhibit 2 4g would be best. But all are welcome.
Sent from my SGH-T679 using xda premium
You're a big boy now. Use your words to express the kind of help you seek, otherwise we can only guess as to the difficulty you are having.
That first part was unnesscary. Anyways it just seems a little complicated and I don't know how the whole process works. Just two things I guess, is the theme I produce in the kitchen a rom or is it just a framework I apply and it doesn't replace the rom I'm using. And do I need to make copies of my framework and that other thing and upload it to the kitchen to make my theme?
Sent from my SGH-T679 using xda premium
Your going to need two files...copy the ones you have on your phone.. system.ui.apk/framework-res.Apk...... then whem your building the theme you like you will add those last.. it will ask you to upload those.. do it...wait till the kitchen makes the theme and place it on the sd card.. flash it.....that's it.. it just adds whatever u made to your current set up your on.. either stock or a rom your on.. or theme.. it will substitute the parts you made and use those instead ...goodluck
It can also be called "SystemUI.apk" right?
Sent from my SGH-T679 using xda premium
OK I did the kitchen and it worked. I have a different status bar and lock screen. Although the boot animation didn't work, probabily because of my rom.
Sent from my SGH-T679 using xda premium
Are you using a ROM with TouchWiz? If so, you will need three files. Connect your phone to your comp and go into /system
From there, go to /apps and copy SystemUI.apk to the desktop. Then go back a folder and go to /framework From there, copy framework-res.apk, and if you have touchwiz, copy twframework.apk to the desktop. Upload these files to UOT when you get to that step.
Once you get the new files from UOT, save it to the desktop and open it. Delete the three previous files you copied to the desktop, then search the one you got from UOT, for the same 3 files.
Now, pay attention, and get Root Explorer or Super Manager.
Open the app of your choice that will let your explore your file system. Find the 3 same files we've been dealing with in their respective locations on your phone, using the file explorer. (after you've transfered the ones from UOT to THE ROOT of your sd card) Copy the 3 UOT files over the ones already in your phone, which you will find in their previosly disclosed locations.
Once copied, IMMEDIATELY reboot to recovery and fix permissions.
Substitute "3 files" for "2 files" if not using Touchwiz.
Hope this helped!
---------- Post added at 02:56 AM ---------- Previous post was at 02:55 AM ----------
Also, you can just straight copy the UOT files to their respective locations in the .zip of the custom ROM you are using, and flash the ROM.
Yea I have the twframework apk in my system, does that mean its touch wiz?
Sent from my SGH-T679 using xda premium
yes. and follow my instructions above, or you will start to have errors. Definatel force closes.
The fact that the status bar wasn't changing could have been due to the fact that I wasn't adding my touch wiz framework?
Sent from my SGH-T679 using xda premium
brokenAndroid93 said:
The fact that the status bar wasn't changing could have been due to the fact that I wasn't adding my touch wiz framework?
Sent from my SGH-T679 using xda premium
Click to expand...
Click to collapse
Dude, how hard is it to read? FOLLOW THE INSTRUCTIONS I POSTED. and hit thanks.
[Deleted]
Wow, forget it, here's your [email protected] thank you
Sent from my SGH-T679 using xda premium
Turns out that my phone has issues with changing the status bar color and the status bar XML file needs to be edited to actually change it. So how about a little less rudeness next time?
Sent from my SGH-T679 using xda premium
This message "WAS" for mendozinas but last post i found from him was in 2011. i do thank for having a kitchen like this to customize pretty much anything for my phone (p500) Optimus one. I was informed that the kitchen will not support ics based so i flashed over Slimgen 1.6.0 (android 2.3.7) i just made some themes for the rom, havent tried them yet. I did upload the Framework.res and SystemUI.apk of the rom so hopefully it will work this time. I was wondering If anyone can add my rom (well the rom im using) on the kitchen list. SlimGen 1.6.0 here is the link to download the rom itself. im sure you already know.
http://code.google.com/p/slimgen-pro...downloads/list
Regarding to Mendozinas only. (Please reply back if you recieved my message. thanks agian. i do appreciate it. I sent you a PM figuring it will get to you quicker but i realized you must have many Pm's about certain questions. So maybe this will do the trick.) Regarding to Mendozinas only.
I tried to trouble shoot myself, still in early dev mode for me (learning the ropes) but i made a copy of the rom i have and plugged in what was from the UOT file that was giving to me from the kitchen. I made a flashable zip on my desktop and place it on the root of my sdcard. Booted into recovery...flashed it but still i get the same message. Am i using a correct rom for this or what?
Im attaching the UOT file i made so if u may need to look at it its there, any info you want from me just ask, im very greatful for the help, would really like to make different themes on my phone for start then move to rom modding .
I would really like a step by step if possible so i may get this theme up and flashed on my phone so i may make different ones for future needs.
Thanks again and hopefully i will be hearing from you.
(I posted this up couples days ago. but nobody is dealing in that thread i guess, So hopefully one of you are more familiar using the kitchen then i am.) 07-30-12 date.
I hope i gave the right information to lead me into the right direction soi may start understanding how to work around such problems like this. Thanks
Welp, all's well that's ends well
Sent from my SGH-T679 using xda premium

Categories

Resources