UOT Kitchen Question - HTC Inspire 4G

I've created a few mods in the Kitchen for the Unity Rom and have a couple things I need help on. I flash the zip and part of the mods work but not all of them. I changed the battery but it only changes on my phone when I charge it. I used the 1.24 Rom they have listed and I have 1,25. Could this be causing an issue or am i doing something wrong.

louslugger15 said:
I've created a few mods in the Kitchen for the Unity Rom and have a couple things I need help on. I flash the zip and part of the mods work but not all of them. I changed the battery but it only changes on my phone when I charge it. I used the 1.24 Rom they have listed and I have 1,25. Could this be causing an issue or am i doing something wrong.
Click to expand...
Click to collapse
Instead of choosing the rom from the list, just upload a copy of your framework-res.apk and the systemUI.apk. That takes away some of the guesswork. Also add the com.htc.resources.apk if you are running a sense rom.

louslugger15 said:
I've created a few mods in the Kitchen for the Unity Rom and have a couple things I need help on. I flash the zip and part of the mods work but not all of them. I changed the battery but it only changes on my phone when I charge it. I used the 1.24 Rom they have listed and I have 1,25. Could this be causing an issue or am i doing something wrong.
Click to expand...
Click to collapse
It could be.
Whenever I have trouble with the UOT Kitchen...I upload my own files instead of using the files they have.
Try uploading your own framework-res.apk and systemui.apk. I think if its a Gingerbread sense ROM you also have one more file you have to upload.
From the UOT Kitchen How To:
Files you need to upload:
Froyo rom: framework-res.apk
Gingerbread rom: framework-res.apk and SystemUI.apk
Gingerbread with sense rom: framework-res.apk, SystemUI.apk and com.htc.resources.apk
Cyanogenmod7 rom: Cyanbread.apk or Androidian.apk or any theme for ThemeChooser (rename as you like it to apear in theme menu)

How do I upload these files. I'm still somewhat new to this.

louslugger15 said:
How do I upload these files. I'm still somewhat new to this.
Click to expand...
Click to collapse
download Root Explorer or File Expert from the Market (I personally use File Expert...its a free app...does everything Root Explorer does). Navigate to your Root directory...thats where you will find these files. When you find them...copy and paste them to your desktop. That way when you get to that point with the Kitchen, you can easily find them to upload.

I had the same problem. You need to disable the battery percentages in the build.prop file. See the OP and then reboot. Problem solved.
Sent from my Inspire 4G using XDA App

Related

[How To] Basic Themeing

This is a very basic guide to beginning themeing. It is not meant to be all-inclusive, just some simple steps that can be taken to make your own custom theme fairly easily. This guide should allow anyone to be able to grab images they like from any ROM and incorporate them into their own.
I SUGGEST YOU ALWAYS MAKE A BACKUP OF ANY FILE BEFORE YOU THEME IT AND NANDROID FIRST BEFORE FLASHING
Here is a basic overview of changing images in an apk:
1. Get your base file to theme – framework-res.apk, com.htc.resources.apk, phone.apk ect.
2. “Open” apk archive with 7-zip (don’t unzip!) and drag and drop the new images into the appropriate folder.
3. Flash new file.
Now some details:
1. The first step is to obtain the file you are going to theme. The file you are themeing ( i.e. going to flash to your phone) must come from the ROM you are currently running. Always use files from your current ROM as a base, however the images you want to change can come from other ROMs, or you can edit existing ones or make your own from scratch. You can obtain your theme base through an ADB pull of the files from your phone, or simply downloading the ROM zip file and extracting the files you need.
2. Now that you have the file to theme, don’t touch it! OK, more specifically, you won’t unzip or do anything to this file except “open” it with 7-zip (unless this is a market app, but more on that later). You are going to drag and drop the new icons into this file by “opening” it and navigating to the appropriate folder. The images you want to change are stored in the apk under /res/drawable-hdpi. Once you have your new icons from other sources, open your base file and navigate to this folder and drop them in.
3. Now you can flash this new file. I have provided empty zip files that you can place your themed files into and flash in recovery. Place your framework-res.apk and/or com.htc.resources.apk into the /system/framework folder located in the zip file provided. Now highlight the META-INF and system folders and zip them up. You can now place this file on the root of your SD card and flash. System apps can be placed under /system/app in the zip file.
Some more info on common themeable files:
Framework-res.apk – this is the meat and potatoes of a theme. On an AOSP ROM it will contain almost everything you want to theme aside from individual apps themselves. Sense ROMs have another file com.htc.resources.apk, as well as framework-res.apk. Both of these files are located in a ROM under /system/framework.
System apps: These apps come packaged in a ROM under /system/apps. They can be themed in the same manner as a framework apk. Some of these apps include Gmail, browser, camera, ect. Place them in your flashable zip under the folder /system/app.
Market apps: These apps are downloaded from the market and are can be pulled from your phone from /data/app. These files require a bit more to theme. They don’t share the same signature as the system apps and you must resign them using a program such as apkmanger. Place them in your flashable zip under /data/app.
If there are any errors, or if anyone has suggestions please let me know. I may have over looked some details, ect.
Thanks to everyone on XDA who has shared their knowledge and made this a great community!
Thanks that will be helpful
Sent from my PC36100 using XDA App
so using this guide we can pull parts and what not from other elements of themes we like and create our own framework to push back? Also, based on what you have, shouldn't it be easy to put this up on bid for hire (?) website to create a program to automate that?
xlGmanlx said:
so using this guide we can pull parts and what not from other elements of themes we like and create our own framework to push back? Also, based on what you have, shouldn't it be easy to put this up on bid for hire (?) website to create a program to automate that?
Click to expand...
Click to collapse
Yes the idea of this guide was to help people pick and choose icons they like in other ROMs and add it to their own. I'm not sure what bid for hire is?
its a website where you can load your requirements and folks can bid to do your work
linky
nukedukem said:
Yes the idea of this guide was to help people pick and choose icons they like in other ROMs and add it to their own. I'm not sure what bid for hire is?
Click to expand...
Click to collapse
xlGmanlx said:
its a website where you can load your requirements and folks can bid to do your work
linky
Click to expand...
Click to collapse
Interesting. Didn't know anything like this existed.
Sent from my EVO (CM6.1) using XDA App
Thank you, thank you!!!! I've been looking for something like this for a while.
evolishesh said:
Thank you, thank you!!!! I've been looking for something like this for a while.
Click to expand...
Click to collapse
No prob. Let me know if it works for you.
I couldn't get the auto signing to work, but the manual way of doing it worked.
Hmm, I got a boot loop on first try and doing this. Does that mean something went wrong with the signing, or that what I created for the theme was wrong? I used the empty .zip folder and re-zipped it, so I don't think that is the issue.
JasonK75 said:
Hmm, I got a boot loop on first try and doing this. Does that mean something went wrong with the signing, or that what I created for the theme was wrong? I used the empty .zip folder and re-zipped it, so I don't think that is the issue.
Click to expand...
Click to collapse
The signing should be ok. If you are using Amon_ra recovery it wont let you flash an unsigned zip I believe. Are you on sense or AOSP? Are you editing images or just copying from other ROMs?
What you might want to do is just create a simple test file. Change just one image and then flash that. That should let you know that your process is correct.
I using Amon Ra and using AOSP. I was moving some items out of a sense ROM so I guess that is where I might have went wrong. I think I'll take your advice and move just a single image and see how that works for me. Thanks!
I tried again this time I ended up stuck at the EVO white screen. I'm guessing it doesn't like the sense part I'm trying to throw in there. I'll have to try again with a AOSP theme instead.
Sent from my EVO (CM6.1.1) using XDA App
A couple things to look out for when swapping sense/CM icons - some file names are slightly different between sense and AOSP. Rename any sense icons to their AOSP counterparts and vice versa. Also, double check the image size of the icon is the same in both, i.e. 70x70 pixels, ect. and make sure you are not adding images that don't exist normally in the framework. For example there wont be any 4G icons in CM framework.
Also, make sure you aren't unzipping the new framework-res.apk you want to theme and flash, or trying to resign it. Only sign the flashable zip, not the individual files inside. The only thing you want to do with the framework-res.apk you will package and flash is open (not unzip) with 7-zip and navigate to the res/drawable-hdpi folder so you can drag and drop the new icons into it, overwriting the old.
I hope that helps!
How important is it to re-sign? I have modified the Framework and Resources apks with 7zip by switching images out. I have also modified the Rosie.apk. I put everything back where it was supposed to go, backed out of 7-zip and flashed. I have never had an issue with it, nor have I re-signed it. Just wondering.
spence341 said:
How important is it to re-sign? I have modified the Framework and Resources apks with 7zip by switching images out. I have also modified the Rosie.apk. I put everything back where it was supposed to go, backed out of 7-zip and flashed. I have never had an issue with it, nor have I re-signed it. Just wondering.
Click to expand...
Click to collapse
AFAIK if you are on clockwork recovery, I don't think it checks for signatures. I think Amon_ra requires a signed file to flash. I think it's just added protection against flashing any old junk. If you can flash in amon_ra without a signature and you don't have problems then I wouldn't worry about it. It's the signature of the framework-res.apk ( or com.htc.resources.apk) that's important. That's why you don't unzip it.
I think that
1.7.0.2 = yes
1.8 = no
nukedukem said:
AFAIK if you are on clockwork recovery, I don't think it checks for signatures. I think Amon_ra requires a signed file to flash. I think it's just added protection against flashing any old junk. If you can flash in amon_ra without a signature and you don't have problems then I wouldn't worry about it. It's the signature of the framework-res.apk ( or com.htc.resources.apk) that's important. That's why you don't unzip it.
Click to expand...
Click to collapse
nukedukem said:
A couple things to look out for when swapping sense/CM icons - some file names are slightly different between sense and AOSP. Rename any sense icons to their AOSP counterparts and vice versa. Also, double check the image size of the icon is the same in both, i.e. 70x70 pixels, ect. and make sure you are not adding images that don't exist normally in the framework. For example there wont be any 4G icons in CM framework.
Also, make sure you aren't unzipping the new framework-res.apk you want to theme and flash, or trying to resign it. Only sign the flashable zip, not the individual files inside. The only thing you want to do with the framework-res.apk you will package and flash is open (not unzip) with 7-zip and navigate to the res/drawable-hdpi folder so you can drag and drop the new icons into it, overwriting the old.
I hope that helps!
Click to expand...
Click to collapse
Thanks, any advice does help.
I did make sure the the icons I was swapping out were named the same thing in the CM ROM, but I didn't check the size of it at all.
I didn't unzip the famework-res.apk but instead just went into it with 7-Zip and dragged the icons into that. Then I backed out of 7-Zip so that it would save and close everything properly - know that does work because that is how I add the Fold transistions to the ROM - and then I put the famework-res.apk into the folder and zip it up per your instructions above. Then I manually sign it (still haven't been able to get the auto-signing to work) and then flash.
I'll have to try again moving a CM theme to the CM framework-res.apk and see if it is working. What I was attempting to do was take, from the Batman Theme for sense, the drop down notification shade with the Bat Icon and put it into the CM ROM. I don't know if you have time to try it yourself to see if it works, or if you get the same issues that I had.
Either way, thanks for the help! I know I'll get this theming down at some point!
nukedukem said:
No prob. Let me know if it works for you.
Click to expand...
Click to collapse
Hey buddy.
I’m stuck. I had to download and install Eclipse with the sdk plus java. I don’t know where to go from there. Every time I open the rom that I want to theme and get the framework.apk and edit the PNG’s , how do I go about saving them? Do I just used the same name as the old ones or I have to save them with a new name.
Or pm Me.
xlGmanlx said:
I think that
1.7.0.2 = yes
1.8 = no
Click to expand...
Click to collapse
So the new amon_ra doesn't require a signed file to flash? I'll make a note off that. Thanks.
JasonK75 said:
Thanks, any advice does help.
I did make sure the the icons I was swapping out were named the same thing in the CM ROM, but I didn't check the size of it at all.
I didn't unzip the famework-res.apk but instead just went into it with 7-Zip and dragged the icons into that. Then I backed out of 7-Zip so that it would save and close everything properly - know that does work because that is how I add the Fold transistions to the ROM - and then I put the famework-res.apk into the folder and zip it up per your instructions above. Then I manually sign it (still haven't been able to get the auto-signing to work) and then flash.
I'll have to try again moving a CM theme to the CM framework-res.apk and see if it is working. What I was attempting to do was take, from the Batman Theme for sense, the drop down notification shade with the Bat Icon and put it into the CM ROM. I don't know if you have time to try it yourself to see if it works, or if you get the same issues that I had.
Either way, thanks for the help! I know I'll get this theming down at some point!
Click to expand...
Click to collapse
OK I'll try and do what you are trying to do and see if it works...
evolishesh said:
Hey buddy.
I’m stuck. I had to download and install Eclipse with the sdk plus java. I don’t know where to go from there. Every time I open the rom that I want to theme and get the framework.apk and edit the PNG’s , how do I go about saving them? Do I just used the same name as the old ones or I have to save them with a new name.
Or pm Me.
Click to expand...
Click to collapse
So now you have an unzipped framewor-res.apk with a bunch of images. This framework should be the one that you want to take icons from. If not, start over with the ROM you want to copy images from. You will want to copy the images you want to put into another ROM so that you can dump them into the new framework-res.apk. After you figure out what icons you want to bring to your new framework, get a clean version of framework/com.htc from the ROM you are actually running - i.e. if you are running myn ROM on your phone, download the myn ROM and pull out the framework-res.apk or com.resources.apk that you are going to theme.
Now with this fresh clean framework you will "open" it with 7-zip to navigate to the /res/drawable-hdpi folder so you can now drag and drop the images you want to copy over into it. Then the close the 7zip window and your framework-res.apk is all set to flash. You don't need to rename if the file names are the same, you can just drag and drop and the files will be overwritten in the new framework.

UOT Kitchen

Hi if you extracted the framework-res.apk can you use the OUT Kitchen to modify the file and use root explorer to replace the apk?
rodger-sp said:
Hi if you extracted the framework-res.apk can you use the OUT Kitchen to modify the file and use root explorer to replace the apk?
Click to expand...
Click to collapse
Not sure. but the ROM has to be de-odexed first I believe.
UOT says it will work on odexed roms
didn't know if the stock rom was odexed
Sent from my SAMSUNG-SGH-I997 using XDA Premium App
rodger-sp said:
UOT says it will work on odexed roms
didn't know if the stock rom was odexed
Sent from my SAMSUNG-SGH-I997 using XDA Premium App
Click to expand...
Click to collapse
stock / official ROMs are always odex'ed. If thats the case, try the UOT at your own risk. Framework-res breaking will cause boot loops.
Anybody brave enough to try this?
I tried uploading framework-res.apk to UOT and just did the Circle Battery mod, then downloaded the .zip and renamed it to "update.zip" and flashed in stock recovery, but no go... I think once we get CWM recovery working, this might start working...
FYI, framework-res.apk and twframework-res.apk aren't odexed. On any Samsung ROM I've poked around in.
I tried it last night and installed with cwm and it bootloooped had to restore from backup would be cool if it did though i will tinkier more with it and see
I flashed Refuse (check out the other threads about this rom) via Odin, then extracted the framework-res.apk and uploaded it to UOT and created a zip with the battery mod I wanted. Then I installed Rom Manager from the market, moved it to phone (by default it installed to SD), flashed the Captivate recovery, then booted into recovery, selected reinstall packages (which got me to CWM recovery), then selected install zip from SD card, then selected the zip, and it worked.
this is the same method i used and it worked for the fonts and battery mods and i changed some color schemes also now have a white status bar
why wont it let me download my framework and systemUI?
rodger-sp said:
UOT says it will work on odexed roms
didn't know if the stock rom was odexed
Sent from my SAMSUNG-SGH-I997 using XDA Premium App
Click to expand...
Click to collapse
It works. I've done it personally (on stock Froyo). Just do it as anyone else would do it (follow the directions given).
bignate78 said:
why wont it let me download my framework and systemUI?
Click to expand...
Click to collapse
Using a file manager/explorer, copy the file and paste it to your sdcard.
Simba501 said:
It works. I've done it personally (on stock Froyo). Just do it as anyone else would do it (follow the directions given).
Using a file manager/explorer, copy the file and paste it to your sdcard.
Click to expand...
Click to collapse
Im tryin to make it first! uot kitchen wont let me upload them to make my mods. Keep getting server (10) error
Big dog Infuse I997 running Infused v2.0.4 Gingerbread, Gingerbread OP kernel
bignate78 said:
Im tryin to make it first! uot kitchen wont let me upload them to make my mods. Keep getting server (10) error
Big dog Infuse I997 running Infused v2.0.4 Gingerbread, Gingerbread OP kernel
Click to expand...
Click to collapse
Oh. Didn't know you were to that point since you said download. When I was getting that error, it was because of the particular internet connection I was on. Haha, I was going to suggest you visit the thread for support, but I see you've already posted there. Well, good luck.

UOT kitchen works for desire s!

yes, i tried the theme kitchen (http://uot.dakra.lt/kitchen/)
and it worked. i uploaded my framework-res.apk from my rom and the battery and font worked. but i don't think you can edit the bar at the top of the phone. it didn't work for me. But still. battery and font works
indeed it does work
test just for battery, nothing else
Good stuff
jullejul said:
yes, i tried the theme kitchen (http://uot.dakra.lt/kitchen/)
and it worked. i uploaded my framework-res.apk from my rom and the battery and font worked. but i don't think you can edit the bar at the top of the phone. it didn't work for me. But still. battery and font works
Click to expand...
Click to collapse
you need to upload systemui.apk for other mods.
jullejul said:
yes, i tried the theme kitchen (http://uot.dakra.lt/kitchen/)
and it worked. i uploaded my framework-res.apk from my rom and the battery and font worked. but i don't think you can edit the bar at the top of the phone. it didn't work for me. But still. battery and font works
Click to expand...
Click to collapse
hey are you running on stock rom? if so can guide me please? new to themeing etc >.<
Working with stock?
Tried this on the stock rom by extracting framework, systemui and com.htc.resource, phone bricked when i applied zip through cwm. Thankfully had a backup. Did anyone have success working with a stock rom?
danielting said:
Tried this on the stock rom by extracting framework, systemui and com.htc.resource, phone bricked when i applied zip through cwm. Thankfully had a backup. Did anyone have success working with a stock rom?
Click to expand...
Click to collapse
Oh, did you use framework-res.apk?
Or framework.apk? Try to only use the framework file and just battery mod.
Sent from my HTC Desire S using XDA Premium App
Framework file.
So its the framework.jar file you use? Cos my stock rom does not seem to have a framework apk file in the framework folder so i used the framework-res.apk
Works
Oh nevermind. Tried with the framework-res.apk and it worked. Thanks anyway.
Yes,you need to upload systemui.apk
maybe someone can post his litle work ?)
My little work
Experimented with both methods, uploading all 3 files and just uploading framework file. Second method worked. This is the battery i made using the kitchen. I am also running stock sense 2.3.3 on my desire s.
Circle battery with animation while charging.
Copy anywhere to SD, reboot into clockwork recovery, clear cache and davlik then apply update.
danielting said:
Experimented with both methods, uploading all 3 files and just uploading framework file. Second method worked. This is the battery i made using the kitchen. I am also running stock sense 2.3.3 on my desire s.
Circle battery with animation while charging.
Copy anywhere to SD, reboot into clockwork recovery, clear cache and davlik then apply update.
Click to expand...
Click to collapse
Cheers for making this one fella. Been having upload problems at work (and I forget at home). Wanted circle battery for ages now!
It's the blue circle for all who might want to know.
Anyone can upload all the 3 stock file heres?
framework-res.apk
com.htc.resource.apk
SystemUI.apk
or anyway i can extract/get myself
Many thanks
You can find them all using an app like astro file manager. Just copy to your SD card and then to pc. Location of files can be found with Google..l
Sent from my HTC Desire S using Tapatalk
ah ! THANKS =)
what happens if you select the rom rather than upload the files?
Also, do boot animations work?
Tried using the inbuilt rom settings but it didn't work. Not tried boot animations yet.
danielting said:
Experimented with both methods, uploading all 3 files and just uploading framework file. Second method worked. This is the battery i made using the kitchen. I am also running stock sense 2.3.3 on my desire s.
Circle battery with animation while charging.
Copy anywhere to SD, reboot into clockwork recovery, clear cache and davlik then apply update.
Click to expand...
Click to collapse
Works also with v1.47 rom , but framework from stock and 1.47 have different filesize (the uot-generated zip also is different). Once installed i've noticed no differences, but is better to install a proper 1.47 based battery
jullejul said:
yes, i tried the theme kitchen (http://uot.dakra.lt/kitchen/)
and it worked. i uploaded my framework-res.apk from my rom and the battery and font worked. but i don't think you can edit the bar at the top of the phone. it didn't work for me. But still. battery and font works
Click to expand...
Click to collapse
I've been using the kitchen on my Desire S since i got S-Off, not exactly a revelation that it works, it'll probably work on any HTC as long as you upload the required files.

[MOD] Battery Icon Mod for Stock 2.3.6 ROM

Was bored today (read: avoiding doing work), and quickly had the UOT kitchen give a better battery icon. Nothing fancy.
If anyone wants the zip, feel free. Also attached are the necessary files to make your own mods in UOT kitchen (if you're running the stock 2.3.6 rom).
....and now I guess I'd better do work today.
Without CWM (on stock 3e recovery), how's this installed? Can't install non official samsung zip files with 3e. Also, stock ROM is odexed... can i just rename/delete SystemUI.odex and replace my SystemUI.apk with this one? Or does it have to be pushed with ADB?
Good question! Wish I knew how else to install it without CWM. You might be able to change out the files, but I honestly don't know. Anyone out there know better than I?
Sent from my SAMSUNG-SGH-I727
easiest way to install without cwm is to have root explorer extract all the files in there which should be (framework-res.apk) and systemui.apk . once extracted and in your phone sd then you have to drag it with root explorer to system/framework for the framework-res.apk and for systemui.apk to system/app but before u do that you have to fix permissions by bringing them into system folder then fix permission and then move it otherwise you'll see forecloses like no tommorow and you're done. but if your rom is .odexed its not possible because of .odex scripts it'll mess up your phone like whoa ..anyways enjoy
permission to fix in the box are like this..
Read X X
Write X
Other X
This is stock 2.3.6, so it is still odexed...
Sent from my SAMSUNG-SGH-I727
Will this work for Sky ICS? 6.9
Sent from my SAMSUNG-SGH-I727 using XDA App
jslanger said:
This is stock 2.3.6, so it is still odexed...
Sent from my SAMSUNG-SGH-I727
Click to expand...
Click to collapse
I'm on the stock 2.3.6 ROM which is odexed. I see in /system/framework there is framework.jar and framework.odex. And a framework-res.apk with no matching odex. In /system/app there is systemUI.apk and systemUI.odex. So, to avoid a FC shii storm, I should:
1) put the OP systemUI.apk and framework-res.apk in /system and fix permissions...
2) then move systemUI.apk to /system /app folder.
3) move framework-res.apk to /system/framework folder.
Do I need to delete my current SystemUI.odex or leave it? Not sure if OP's systemUI.apk is deodexed or odexed?
Secondly, do I do anything with my current framework. jar and framework.odex files?
Kenneth.Torres said:
Will this work for Sky ICS? 6.9
Sent from my SAMSUNG-SGH-I727 using XDA App
Click to expand...
Click to collapse
Sorry, but it won't. But you can make your own using uot kitchen (online) for themes. Though I have read that some of the personalized ROMs don't play nice with UOT...
Sent from my SAMSUNG-SGH-I727
DoctorQMM said:
I'm on the stock 2.3.6 ROM which is odexed. I see in /system/framework there is framework.jar and framework.odex. And a framework-res.apk with no matching odex. In /system/app there is systemUI.apk and systemUI.odex. So, to avoid a FC shii storm, I should:
1) put the OP systemUI.apk and framework-res.apk in /system and fix permissions...
2) then move systemUI.apk to /system /app folder.
3) move framework-res.apk to /system/framework folder.
Do I need to delete my current SystemUI.odex or leave it? Not sure if OP's systemUI.apk is deodexed or odexed?
Secondly, do I do anything with my current framework. jar and framework.odex files?
Click to expand...
Click to collapse
ive not tried anything with .odex but it doesn't work as far as i know and yah some roms that are personalized have uot problems but just follow up with devs of those roms they can fix it up and all for ya.
I can confirm that it does work with odexed roms (since it does work with stock 2.3.6).
Sent from my SAMSUNG-SGH-I727
jslanger said:
I can confirm that it does work with odexed roms (since it does work with stock 2.3.6).
Sent from my SAMSUNG-SGH-I727
Click to expand...
Click to collapse
Thx for confirming... so back to my questions above.. do i need the systemUI.odex file or does your systemUI.apk combine both? Also, do I do anything with the framework.jar and framework.odex files (or just replace framework-res.apk with yours?)
DoctorQMM said:
Thx for confirming... so back to my questions above.. do i need the systemUI.odex file or does your systemUI.apk combine both? Also, do I do anything with the framework.jar and framework.odex files (or just replace framework-res.apk with yours?)
Click to expand...
Click to collapse
The framework and systemui files posted above are originals (I posted them in case someone else wanted to mod it themselves, so they wouldn't have to extract them themselves). The zip file is the new icon materials from UOT. Not sure how to directly install it (I've only ever installed from the zip file myself)...
Sent from my SAMSUNG-SGH-I727
I am missing something
I tried installing with CWM and following DoctorQMM steps to the letter (even learned all about fix permissions) but no matter what, my phone locks up and just flashes after the install and reboot. What can I try next?
Running stock 2.3.6 ROM on an AT&T i727 that i rooted just now this is my first mod

Post your UOT Kitchen Changes

Hey guys post some pics and zips of changes you have done to your ROM with UOT Kitchen Ill start:
easy tutorial on how to work the kitchen guys... I have no interest, yet lol.
You better state which version of Android you used, otherwise this will end up at no where
Sent from my LG-P999 using xda premium
mt3g said:
easy tutorial on how to work the kitchen guys... I have no interest, yet lol.
Click to expand...
Click to collapse
I was wondering the same thing. Every time I attempt to make something I get stuck in a bootloop.
C0dy said:
I was wondering the same thing. Every time I attempt to make something I get stuck in a bootloop.
Click to expand...
Click to collapse
I put this link in the post, I thought... http://www.youtube.com/watch?v=aesWuyGCIVQ
C0dy said:
I was wondering the same thing. Every time I attempt to make something I get stuck in a bootloop.
Click to expand...
Click to collapse
The zip that UOT kitchen produces usually has to be repacked using different CWM install scripts. Alternatively, you could simply push the framework-res.apk to /system/framework/ and the systemUI.apk to /system/apps/
I will also say, though, that quite a few of their statusbar changes are applied to the framework-res.apk when they should be applied to the systemUI.apk for our devices. This won't cause bootloops, but it also won't give you the changes you asked for.
MWBehr said:
The zip that UOT kitchen produces usually has to be repacked using different CWM install scripts. Alternatively, you could simply push the framework-res.apk to /system/framework/ and the systemUI.apk to /system/apps/
I will also say, though, that quite a few of their statusbar changes are applied to the framework-res.apk when they should be applied to the systemUI.apk for our devices. This won't cause bootloops, but it also won't give you the changes you asked for.
Click to expand...
Click to collapse
Just make sure you select "optimus" when uploading your framework and systemui apk's.
I never had to repack any zip I got out of uot kitchen.
I also never got a bootloop even after like 6 different zips from the kitchen.

Categories

Resources