Default Messaging app (changed default smileys) - AT&T Samsung Galaxy S 4 Themes and Apps

If anyone is interested. I changed the smileys in the SecMMS.apk to something I like better than the stock green android ones.
I have included the edited SecMMS.apk
You will need to be rooted to make changes to the files in the system/app folder.
Instructions:
Using Root Explorer go into system/app and rename SecMMS.apk to SecMMS.apk.bak (Make sure you back up the stock file as a precaution)
Copy the attached SecMMS.apk to the above mentioned system/app folder, once copied over long press the apk and select Permissions,
change premissions to rw-r--r--
I did not need to reboot, but you might need to.
I have not had an issue, but as always you do this at your ow risk as we do not yet have recovery.
Enjoy and Happy Friday.
Props also to @djrbliss (Dan Rosenberg) for unlocking the bootloader and all the countless dev's that help make our devices better!

Awesome job bro! I'm really excited about these cool looking smilies. They're eye popping and much better than boring ol' stock. Hey by the way, do you think you could make this mod on top of a black secmms.apk that's out here? That'll be perfect
Sent from my SAMSUNG-SGH-I337 using xda app-developers app

Thanks bro. I didnt even know those were there

Alternative
As an alternative, there is an XposeFramework module called Smiley Replacer that works just fine with our devices. It also gives the ability of choosing from a few smiley packages.

Related

[Q] Implement Theme in Rom

Hello!
I'm trying to make my own Rom right now. With dsixda's Kitchen it isn't very hard to do so I thought I'd just give it a try. I'm taking a rooted official Update (Version: 2.10.405.2) as my base. Adding busybox runparts, the /data/app functionality, a2sd+, the custom bootanimation functionality etc. isn't a problem. Removing some apps like Maps, Facebook, Teeter (and so on) and adding some like Rom Manager, Neocore or Quadrant isn't a problem, too. But if I want to implement a theme like the Carbon Espresso Mod or a theme I made with the UOT Kitchen I'm getting bootloops at booting the phone. Here's what I do: I unzip the folder (for example a theme made with the UOT Kitchen) and I copy over the framework-res.apk from the unzipped folder to my Working Folder of the Kitchen (to system/framework) and I overwrite the original framework-res.apk.
And NO: I didn't choose a battery mod or a bootanimation in the UOT Kitchen....
Hope you guys can help me
I might be wrong but doesn't the new file have to be signed? I know there is a signing option in the kitchen.
Sent from my PC36100 using Tapatalk
It's a system .apk so it doesn't have to be signed.
I can't shed any light on the subject, but here's a bump.
Are you replacing the whole "framework-res.apk" file? If so then you will need to resign your entire ROM. Why? When you change a system file ("framework-res.apk", "com.htc.framework.apk", "twframework-res", "rosie.apk", etc.) it no longer has a matching "signature" for all the files it serves images to. Plug your phone into your computer and open up "ddms" in your android_sdk > tools folder to watch what happens when the phone boots up.
A workaround (The way I do it, it's more fun IMHO) is to open up your .apk files in 7zip (or if you're on a mac BetterZip) and add the images from the themed .apk to your stock .apk. This way makes it so your original .apk has the same signature as your other system files yet has the new images from the other files that you wanted. I've had a lot of luck with this method. I don't know if it will still work if you change any .xml files as I have not messed with those yet.
I've subscribed to this thread so if you have any questions post back here or you can PM me if you want. I'm on XDA all day, every day so I'll try to help as much as I can.
Thanks for all the answers! Especially to you, mbobino. Is there a way to sign the whole Rom new? When I make my Rom at the End, the Kitchen signs it automatically, doesn't it? The idea with the images is very good, but if I want to implement a theme like Carbon Espresso it isn't that easy, 'cause Carbon Espresso isn't just a few images. There are several .xml's etc.
The reason you boot loop is mis matched resource ID's in the public.xml file. If you decompile the framework using apktool after adding your images using an archiver then recompile apktool will update the public file for you which saves you from pulling ID''s for every image. I have a video tutorial of how to set up apktool and decompile framework in my Rom thread. Changing images in app apk's won't cause you to boot loop just messing with the framework will.
Sent from my ADR6300 using XDA App
DomiKamp said:
Thanks for all the answers! Especially to you, mbobino. Is there a way to sign the whole Rom new? When I make my Rom at the End, the Kitchen signs it automatically, doesn't it? The idea with the images is very good, but if I want to implement a theme like Carbon Espresso it isn't that easy, 'cause Carbon Espresso isn't just a few images. There are several .xml's etc.
Click to expand...
Click to collapse
The kitchen signs the .zip that you flash when you build it. It does not sign any .apks for you on its own. However, there is an option to sign .apks within the kitchen.
In my opinion, taking all of the images and figuring out how it all works is fun. I feel like I've already learned quite a bit from just digging around and moving files around.
As for the .xml files, you can decompile the .apk and edit them and then recompile the .apk. I'm actually looking into this today. It sounds like some work but hopefully I'll get it figured out.
Sounds like fun indeed So, I'll just have to try it. Where can I find the "Settings" for the Notification Bar? Thanks
The variois status*.xml files in the res/layout folder of the framework-res.apk and the status*.smali files in the services.jar.
What? If I want to implement a Theme made with the UOT Kitchen (without battery) I should just copy over those files to my existing res-framework.apk OR copy over the whole res-framework.apk (the new one) and sign it?
EDIT: Just tried it with a theme from the UOT Kitchen and it worked perfectly. I've just signed the res-framework.apk and the htc.com.resources.apk (or whatever) in the Kitchen, flashed it on my Phone and it just worked like a Charm. But I have got a 50% Transparent Notification Bar and all the system icons (Battery and time/date) are still black and not transparent! Has anyone got a idea where to change this? (.xml or whatever)...And does anyone know where I can find the HTC Wallpapers? I want to change them a little bit
HeyItsLou said:
The reason you boot loop is mis matched resource ID's in the public.xml file. If you decompile the framework using apktool after adding your images using an archiver then recompile apktool will update the public file for you which saves you from pulling ID''s for every image. I have a video tutorial of how to set up apktool and decompile framework in my Rom thread. Changing images in app apk's won't cause you to boot loop just messing with the framework will.
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
HeyItsLou, I looked up your ROM thread but couldn't locate the video tutorial.... do you mind providing the url? Specifically, I am trying to add to the list of wallpapers in a ROM. (I have setup apktool but not sure where/which folder to add my wallpapers in Framework-res.apk Launcher.apk before recompiling/signing). Thanks.
You COULD use the Theme Porter by daneshm90. It will only port the PNG s for it so things like clock colour n stuff will be lost, but it will get you alot closer...
http://forum.xda-developers.com/showthread.php?t=737526
Sent from my HTC Hero using XDA App
Thanks! But like I've written before in my Edit, I made it. The bigger theme (Carbon Espresso) wasn't a problem, too. I just had to sign the .apk's in system/app and system/framework (the kitchen doesn't do it by itself. You have to choose the option to sign a single .apk and then look, where the system/framework .apk's are...). Works great now!
DomiKamp said:
Thanks! But like I've written before in my Edit, I made it. The bigger theme (Carbon Espresso) wasn't a problem, too. I just had to sign the .apk's in system/app and system/framework (the kitchen doesn't do it by itself. You have to choose the option to sign a single .apk and then look, where the system/framework .apk's are...). Works great now!
Click to expand...
Click to collapse
Isnt that what I said in the 2nd post -.- lol jk. Glad you got it working!
Yes! And that's why I tried it. And it worked! Thanks Husker and, of course, everybody else!
Glad you got it working. Welcome to the development side of android!
Sent from my PC36100 using XDA App
I don't sign system files or apps and apkmanager among other threads I've read say not to. Im on a rooted backflip. I find I only have to sign third party apps to install.
Why do you have to sign YOUR files?
Sorry for answering that late. Had a few things to do, so I wasn't online very often
If you want to cook an App into your Rom (NeoCore for example), then you don't have to sign it. You can just copy it into data/app. But if you want to change the whole framework-res.apk of the Rom, you have to sign it. 'Cause if you don't sign it, you'll get a Bootloop. The framework-res.apk is a very important part of the Rom, so it has to "fit" to the others. There are some ID's which have to match. Otherwise it won't work. That's how I understood it
Another Question: Has anybody got an Idea where to change the things that are coming, when you first start the phone with a new Rom (the "installation" of the Rom)? I wan't to write: "Welcome to DomiKamp's Rom!" Or something like that...
bestialbub said:
I don't sign system files or apps and apkmanager among other threads I've read say not to. Im on a rooted backflip. I find I only have to sign third party apps to install.
Why do you have to sign YOUR files?
Click to expand...
Click to collapse
I was curious about this too. I always edit the framework-res of any ROM I flash using a custom set of images I have and have never signed the apk afterwards and it has always worked. Maybe cause I'm only replacing images? I usually do this with framework-res and twframework-res and they both can sometimes grow by 1MB or more. Just my experience.
Sent from my SAMSUNG-SGH-I897 using XDA App
DomiKamp said:
Sorry for answering that late. Had a few things to do, so I wasn't online very often
If you want to cook an App into your Rom (NeoCore for example), then you don't have to sign it. You can just copy it into data/app. But if you want to change the whole framework-res.apk of the Rom, you have to sign it. 'Cause if you don't sign it, you'll get a Bootloop. The framework-res.apk is a very important part of the Rom, so it has to "fit" to the others. There are some ID's which have to match. Otherwise it won't work. That's how I understood it
Another Question: Has anybody got an Idea where to change the things that are coming, when you first start the phone with a new Rom (the "installation" of the Rom)? I wan't to write: "Welcome to DomiKamp's Rom!" Or something like that...
Click to expand...
Click to collapse
I think that in order to do the "welcome to" thing you'll have to edit the update-script file. I'm not 100% on it though. Look at a cm Rom and see what all is in there.
Sent from my HTC Evo 4G using XDA App

[THEME] Project-V Assassin Edition

This is Project-V Assassin Edition
for Project-V 06-08-11 : 06-11-11​What was themed:
Browser.apk
Contacts.apk
DialerTabActivity.apk
Email.apk
MMS.apk
Phone.apk
Settings.apk
Framework-res.apk
TwFramework-res.apk
Boot Animation
Shutdown Animation
Screenshots a plenty HERE (there are so many I felt it better just to link the album)
DOWNLOAD HERE
MD5: 387e3c88b82c977850b67a0f69644dec
Credits:
Thanks to Annex at EDT for the help he provided!!!!!!
EDT for the sweet rom
VibrantHD Theme for some images
Scarlet Leftovers Theme for some images
Ubisoft and Assassins Creed Teams
and anyone else I may have left out. Let me know and I'll add you.
If you like it let me know, if you see bugs let me know.
****You may have to re-login to your google account and exchange emails due to the framework-res, but everything else should stay just fine if not let me know. I am not responsible for anything that may happen to your phone because of this... you chose to root it yada yada.****
Looks really awesome. Thanks!
urgent
hi really awesome
1 (Q) can i use this theme on triger 3.2? it's KB5
2. can anybody get me phone with this visual?
i have other one wich one i don't like
Looks sick man..Thanks!!
i have answer on my question yes it works great on Triger 3.2 wipe dalvik and refleshed very nice but there is 1 problem i still don't have such phone dialer
vazovskiiii said:
i have answer on my question yes it works great on Triger 3.2 wipe dalvik and refleshed very nice but there is 1 problem i still don't have such phone dialer
Click to expand...
Click to collapse
You are running 3.2? I'll check and see if its because of that or not after work. Otherwise you may try extracting the dialer from from the .zip and push it through root explorer to system/app folder and reboot.
yes i have 3.2 but dialer is still old one from wich folder and which apk i should to extract
i have replased but still old one
under dialer you mean phone.apk write? or dialertabactivity.apk?
Sick theme! Only problem I'm having is my phone keeps force closing. I'm going to reflash in a little bit and see if that fixes it. Everything else is great. Keep up the good work!
Sent from my SGH-T959 using XDA Premium App
vazovskiiii said:
yes i have 3.2 but dialer is still old one from wich folder and which apk i should to extract
i have replased but still old one
under dialer you mean phone.apk write? or dialertabactivity.apk?
Click to expand...
Click to collapse
Those images are in the DialerTabActivity.apk and you would need to extract the ProjectV_AssassinEdition.zip and push the DialerTabActivity.apk from system/app/ folder in that .zip to the system/app folder of your phone and reboot. Not sure why it didn't go unless 3.2 has a different naming system for the files. I still gotta look into that. That's why I posted it for Project-V, could be port issue requiring a full port.
Crash1014 said:
Sick theme! Only problem I'm having is my phone keeps force closing. I'm going to reflash in a little bit and see if that fixes it. Everything else is great. Keep up the good work!
Sent from my SGH-T959 using XDA Premium App
Click to expand...
Click to collapse
You may try to do a wipe cache, dalvik and fix permissions from red recovery... The only issue I have had so far has also been an issue for all unthemed roms for me and that's no email notification sounds. But fix permissions might do it without a full wipe. let me know.
vazovskiiii said:
yes i have 3.2 but dialer is still old one from wich folder and which apk i should to extract
i have replased but still old one
under dialer you mean phone.apk write? or dialertabactivity.apk?
Click to expand...
Click to collapse
I just realized that the image you posted is the in-call dialer....You know, When you are asked to press 7 to delete voicemail or 1 for english lol
Those images are in the phone.apk, but the main dialer for dialing your calls is in the dialertabactivity.apk To get that as the main dialer would require a multi-apk rework... If I have time I might make you a zip you can use in ninja morph.
Nice work mate but can you please change the notification drop down to one that match the theme better lile rhe vibrant hd for sample but with yoir icons. Im sure it will look much better my friend.
Sent from my SGH-T959 using XDA App
vazovskiiii
attached is a simple zip you can download and extract.
1. Get Ninjamorph from Android Market,
2. Open it and go to New project> system> app> DialerTabActivity.apk
3. wait till its done. Then close the app (menu> exit)
4. Connect Usb and copy the files from the folders in the zip to the corresponding folders in AndroidThemes> Wokspace> on your phone
5. Disconnect USB and wait till its completed
6. Re-open ninjamorph, and choose Finish Project> DialerTabActivity APK> Yes> Yes> No(incase you wanna change it back)
7. Wait till its done then menu> exit and reboot.
SVLAN said:
Nice work mate but can you please change the notification drop down to one that match the theme better lile rhe vibrant hd for sample but with yoir icons. Im sure it will look much better my friend.
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
Here you go same install as last post except use twFramework-res from system> framework> instead of dialertab
This is the VibrantHD notification dropdown
thank you very much i will try now
i shoult extract folder named system to my mobile phone yes?
i don't understand this one
4. Connect Usb and copy the files from the folders in the zip to the corresponding folders in AndroidThemes> Wokspace> on your phone
from which folder to which zip can you explain this to me
or can you made recovery fleshable zip ?
Lancelaut said:
Those images are in the DialerTabActivity.apk and you would need to extract the ProjectV_AssassinEdition.zip and push the DialerTabActivity.apk from system/app/ folder in that .zip to the system/app folder of your phone and reboot. Not sure why it didn't go unless 3.2 has a different naming system for the files. I still gotta look into that. That's why I posted it for Project-V, could be port issue requiring a full port.
You may try to do a wipe cache, dalvik and fix permissions from red recovery... The only issue I have had so far has also been an issue for all unthemed roms for me and that's no email notification sounds. But fix permissions might do it without a full wipe. let me know.
Click to expand...
Click to collapse
I did the full wipe yesterday after work. Sorry I didn't have time to update the thread. The phone works great now. I'm have no issues at all now! Once again... Very nice Rom. Thank You again for your work !
Sent from my SGH-T959 using XDA Premium App
vazovskiiii said:
thank you very much i will try now
i shoult extract folder named system to my mobile phone yes?
i don't understand this one
4. Connect Usb and copy the files from the folders in the zip to the corresponding folders in AndroidThemes> Wokspace> on your phone
from which folder to which zip can you explain this to me
or can you made recovery fleshable zip ?
Click to expand...
Click to collapse
Ok here you go try flashing this in Recovery.
thank you veryyyy veryyy much but it's still old one
i've clean dalvik cache and install it from cwm but still the same
my dialer is like this
i whant dialer like this but with your theme
vazovskiiii ;
The update I attached for you should have changed the number buttons background and background of the dialer itself to that of the in-call dialer you first posted a pic of.
After your last post, I realize that I have no clue what exactly it is that you want.
I'm not sure if it is the other language in the header or the layout of the buttons on the bottom row...either way...if its either of those, I may not be able to help you change that. I just took an existing dialer and themed the images not the coding.
yes yes you are wright i whant your themed dialer with second layout my english is very bad i now
i just whant the layout of second picture but with your theme
i whant change the places of buttons like in second picture in my dialer the below row is speaker call and contacts and i just whant to change like in in second picture down, call video call, message and beckward
Is there any way you can post the wallpaper you used for this theme?
Sent from my SGH-T959 using XDA Premium App

[MOD][COG-4][UnNamed] Over-scroll Glow!

Discontinued. The latest versions of all previously supported ROMs have this functionality built in.
This gives you an over-scroll glow when you reach the end of a list.
I really hope you knew that before clicking on this thread.
Example if you don't know what I'm talking about
It's just a modified framework.jar with modified files allowing the over-scroll to work and the correct glow images assigned to it. Theming is very easy, just colorize the over-scroll glow pngs in framework-res.apk. The default is orange.
What I want to do with this thread is sort of have a place where you can find the over-scroll enabling mod for every popular ROM for our phones. If you think I should support a ROM that I currently don't, then please post in the forums because I read every post! Ask to put a ROM on the wishlist. Upload the ROM's framework-res.apk and framework.jar files and I'll work on it when I'm not busy with school.
Currently, the wish list is:
Stock KH7
[Update on 10/15/11] UnNamed v1.0.1 compatible files uploaded. Give them a try. Honorable mention to quarlow
Installation:
BACK UP YOUR OLD FRAMEWORK.JAR
Because I'll just laugh at you if you complain that your phone won't boot up.
>>>ADB:
Code:
Extract the CWM package to get the framework.jar
adb remount
adb shell
su
cd /system/framework/
cp framework.jar framework.jar.backup
exit
exit
adb push framework.jar /system/framework/
adb reboot
>>>ROOT EXPLORER:
Extract the CWM package to get the framework.jar
Okay, now you can theoretically do this, but why would you want to? You'll get lots of crashes and might mess something important up.
Go to: /system/framework/ and rename framework.jar to something else. Go back to where-ever you saved my modified framework.jar and copy it over to /system/framework/ and change the permissions of the new framework.jar to match the old one. I'm pretty sure it's rw-r--r--, but don't quote me on that. + Restart your phone.
Simba501 has a more indepth tutorial on how to install this mod through Root Explorer here
>>>RECOVERY (preferred):
Flash the one specific to the ROM you're running
Whatever method you choose, know that it will take a stupidly long time for your phone to boot-up. Don't worry though, it'll be worth the wait.
Yoderk created some cool themes for the over-scroll glow for Cognition Beta-4 which you can find HERE.
UnNamed 1.0.1 works with 1.0.2 and 1.0.3 as well.
Also, please remember to say THANKS if I helped you!
cwm please!!
<3
diabolicalangle said:
cwm please!!
<3
Click to expand...
Click to collapse
It's there if you REALLY need it. I haven't tested it and to be honest, it's been a very very long time since I made my last CWM compatible file. Maybe it works though, try it out. If not, then use one of the other methods.
Fine work sir! Works well on Cog Beta 4.
yoderk said:
Fine work sir! Works well on Cog Beta 4.
Click to expand...
Click to collapse
That's awesome! Someone test it on stock w/ root, because if it works there, I'll be amazed.
Confirming that the cwm flashable zip works on cog beta 3!
Working fine here. I'm technically on Beta 1, but I've manually added the components I wanted from each Beta update because there were things I didn't want.
I have a suggestion. I don't know why everyone repeats that method for using root explorer. That's a terrible way to do it. I always use root explorer to manually replace my files and have never experienced any issues. Here is the correct way to use root explorer for manually replacing modded files:
1. Navigate to the file that you plan to replace (in this case, system/framework/framework.jar).
2. Copy (not move) the file and paste it somewhere on your SD card (internal or external, doesn't matter - as long as you can locate it in case you need to put it back). Rename the file you just pasted, but very subtly. For example, when renaming framework.jar, I would only throw something in front of the file name, such as "Backup - framework.jar", so I can easily distinguish it from the new file if I put them in the same spot.
3. NANDROID BACKUP!
4. Download/put on your sd card (whatever you do) the new file that you want to replace the old one with.
5. Move the new file to /system (not in a subfolder yet). Here you will change the permissions, which is crucial to avoid FCs and problems. In root explorer, you would long press the file, press permissions, and set them to whatever the old file's permissions are. This may require going to verify what they are before starting this step. In this case, the permissions are RW-R-R, which in root explorer, means that the first two boxes on the first line are checked and only the first box on the next two lines are checked.
6. Ensure that your new file is correctly named to exactly what it is replacing (case actually matters) and that the permissions also match what it is replacing.
7. Move your new file to the folder, root explorer will ask if you want to replace the file. Confirm.
8. Back out of root explorer and immediately reboot.
No force closes, no problems .
Cwm file worked great on cog beta 4. Thnkz!!
Sent from my SAMSUNG-SGH-I777 Cognition
Simba501 said:
Working fine here. I'm technically on Beta 1, but I've manually added the components I wanted from each Beta update because there were things I didn't want.
I have a suggestion. I don't know why everyone repeats that method for using root explorer. That's a terrible way to do it. I always use root explorer to manually replace my files and have never experienced any issues. Here is the correct way to use root explorer for manually replacing modded files:
...
No force closes, no problems .
Click to expand...
Click to collapse
Thanks! I added your tutorial to the OP.
Well if your like me and hate orange! Then here are two framework-res.apk with a blue and green overscroll color. Just rename them to framework-res.apk and overwrite the original file in system/framework.
Do not forget to back up original file! I claim no responsibility to problems.
Very subtle but a very nice touch...kudos...came zip worked great!!!
Sent from my SAMSUNG-SGH-I777 using XDA App
stock with root, i've got nothing. tried root explorer method and cwm
Does this still have the problem of not changing the Contacts or other Samsung apps?
illathanyours said:
stock with root, i've got nothing. tried root explorer method and cwm
Click to expand...
Click to collapse
Alright this may be Cog4 only... if you want, upload your framework.jar and framework-res.apk and I'll mod it for you and let me know if that works.
MikeyMike01 said:
Does this still have the problem of not changing the Contacts or other Samsung apps?
Click to expand...
Click to collapse
Yes. Those need the tw-framework to be modified and I haven't taken a look at those yet since I'm trying out Perception for a couple of days and that already has it coded in? But it isn't a problem per-say, it's just how Samsung decided to code those specific apps and there isn't a way to implement them in 2.3.4 without breaking the slide left to call, slide right to message, feature. 2.3.5 Roms have that built in on Samsung apps.
Problem probably isn't the best word.
Thanks for answering though. I always wanted the overscroll but having mixed bothered me.
Sent from my SGH-i777
shishir95 said:
Alright this may be Cog4 only... if you want, upload your framework.jar and framework-res.apk and I'll mod it for you and let me know if that works.
Well it's not that pressing of an issue, but maybe I'll send it to you later but right now I'm Dealing with insane iPhone customers, makes me want to hang myself... If 2.3.5 is gonna be coming sometime soon I wouldn't care about the wait.
Anyone know about 2.3.5 ota eta?
Sent from illaphone.
Click to expand...
Click to collapse
illathanyours said:
shishir95 said:
Alright this may be Cog4 only... if you want, upload your framework.jar and framework-res.apk and I'll mod it for you and let me know if that works.
Well it's not that pressing of an issue, but maybe I'll send it to you later but right now I'm Dealing with insane iPhone customers, makes me want to hang myself... If 2.3.5 is gonna be coming sometime soon I wouldn't care about the wait.
Anyone know about 2.3.5 ota eta?
Sent from illaphone.
Click to expand...
Click to collapse
There's a leaked 2.3.5 ROM for the i777 but personally I'm using designgear's Perception which is a port of a i9100 ROM and it works perfectly. I'd recommend the latter since leaked ROMs tend to have problems.
Click to expand...
Click to collapse
could you modify the framework.jar for UnNamed v1.0.1 - First ever well documented and open source stock derived rom? It has the extended power menu and if I overwrite the framework.jar using this it will break that extended power menu. Much thanks for getting the overscroll glow!!
Skyler2Dope said:
could you modify the framework.jar for UnNamed v1.0.1 - First ever well documented and open source stock derived rom? It has the extended power menu and if I overwrite the framework.jar using this it will break that extended power menu. Much thanks for getting the overscroll glow!!
Click to expand...
Click to collapse
I'll give it a try if there's enough demand for it.
shishir95 said:
I'll give it a try if there's enough demand for it.
Click to expand...
Click to collapse
+1 here

CMX system button theming

Based on process for galaxy nexus http://forum.xda-developers.com/showthread.php?t=1413582
See also; http://forum.xda-developers.com/showthread.php?t=1724112
Required;
Root
PNGs of desired icons (get them at galaxy nexus post, link above)
Root Browser (or other decent file manager)
Custom ROM (maybe, not tested on stock)
The usual anti-warranty applies; use at your own risk, use common sense, back up your files, back up your System partition
Decompress your systemUI.apk file from /system/app and replace the system icon PNGs in the /res/drawable-sw600dp-mdpi directory with the PNGs downloadable from the above link, giving them the same name as those in the prexisting .apk, then re-zip rename it as "systemUI.apk", and replace the original systemUI.apk in /system/app. Then set permissions to rw-r-r, and reboot. Confirmed working only on custom Roms.
Edit: note when you decompress, you'll get a folder called systemUI. When you go to re-zip, you want to multi-select the contents of that folder and then make a zip of them to normal compression. Then rename the product .zip file as systemUI.apk. its probably a good idea to backup your original systemUI.apk... You should modify the systemUI.apk from your ROM, or be running the same ROM as myself, just to be safe- i have not tested mixing and matching ROMs and systemUI's and it could be potentially dangerous, as I cannot guarantee that they will be compatable.
Attatched- my screenshot (im using a subtle reflection theme) and a modified systemUI.apk (from the screenshot) - only tested on the ROM I'm using - a cm10 euroskank nightly
*don't try to install sysuemUI.apk like an app, it will do nothing.
Known bugs- no downward ^ when keyboard is up (probably an easy fix)- this is because the galaxy nexus files do not include one...
I take no credit for this process, only for writing this post. All credit goes to the author of the original galaxy nexus post
Feel free to post your screenshots and modified systemUI.apk's This is my first how-to, so let me know what you think, and how I can improve it. I'm an official noob, so I'm sure I've left something out. Let me know anything I could mention regarding other custom and stock ROMs as well. Don't forget to hit Thanks

So you want to mod your Fire HD

!!!!!!!!!THIS THREAD IS STRICTLY FOR MODS, AND MODS ONLY, THERE WILL BE NO ARGUING ON THIS THREAD!!!!!!!!!
Users, i am not dev, but i want to help.....do here is this thread.
On this thread feel free to post how-to's, non play store apps etc. So long as its mad based/related. Questions are allowed!
So lets get to it!
Sent from my MB855 using Tapatalk 2
Mod what?
Android>iOS... Android FTW!
so to load a new launcher for root users:
1. Root Your Device!
2. Using a root explorer like es file explorer or root explorer mount system R/W
3. Grab the all for whatever you want from wherever you have it, and just copy it into you /system/app/ folder
4. Re-name the "Launcher.apk" application in the /system/app/ to "Launcher1.apk"
5. Voila you can now use any launcher in the system app folder-->note you may need to reboot
Sent from my KFTT using XDA Premium HD app
craby1925 said:
so to load a new launcher for root users:
1. Root Your Device!
2. Using a root explorer like es file explorer or root explorer mount system R/W
3. Grab the all for whatever you want from wherever you have it, and just copy it into you /system/app/ folder
4. Re-name the "Launcher.apk" application in the /system/app/ to "Launcher1.apk"
5. Voila you can now use any launcher in the system app folder-->note you may need to reboot
Sent from my KFTT using XDA Premium HD app
Click to expand...
Click to collapse
There is no need to rename the launcher.apk. After another launcher is installed you will be given the choice of which launcher you want to set as default, you can change back to stock launcher by clearing the defaults of the custom launcher. Better to not change system files if you dont have to. After you move the new launcher to system/app folder change the permissions to rw-r--r--.
onemeila said:
There is no need to rename the launcher.apk. After another launcher is installed you will be given the choice of which launcher you want to set as default, you can change back to stock launcher by clearing the defaults of the custom launcher. Better to not change system files if you dont have to. After you move the new launcher to system/app folder change the permissions to rw-r--r--.
Click to expand...
Click to collapse
Would you need to rename the new launcher to anything special, or is setting these permissions and/or placing into this directory enough?
4Bn0rmL said:
Would you need to rename the new launcher to anything special, or is setting these permissions and/or placing into this directory enough?
Click to expand...
Click to collapse
Nope, I just got a special/stupid kfhd, that wouldn't work unless launcher was renamed.
Sent from my Fire HD with root!
Alright,
1st, device spoofer will cause BOOTLOOPS!!!! so don't buy!
(I learned this the hard way)
so this isn't really a mod but if you boot-looped your device by messing with build.prop than here is a quick fix:
1.Make sure you have adb set up nice for your fire by following the amazon developers @ https://developer.amazon.com/sdk/fire/getting-started.html AND that you have the orignal build.prop file
Make sure you read the entire page verbatim, especially if your a mac user, because all the answers are either on the page or in the links
2.You either will need to have temp root or have already been rooted.
3. Make sure the device is actually reaching adb, check this by waiting until the sparkly kindle fire logo comes up, and then doing adb devices
4. Down to Business: Turn on the fire and wait until you reach sparkly kindle fire logo.
5.Navigate to platform-tools folder and place your original build.prop file there
6.type
Code:
adb shell
su
mount -o remount,rw /system
mv build.prop /system/build.prop
exit
exit
reboot
7. If you already kept a backup of the original build.prop file on the device, than change the mv line to
Code:
mv /system/build.prop.bak /system/build.prop
-->and there ya go, post if you have problems
craby1925 said:
so to load a new launcher for root users:
1. Root Your Device!
2. Using a root explorer like es file explorer or root explorer mount system R/W
3. Grab the all for whatever you want from wherever you have it, and just copy it into you /system/app/ folder
4. Re-name the "Launcher.apk" application in the /system/app/ to "Launcher1.apk"
5. Voila you can now use any launcher in the system app folder-->note you may need to reboot
Sent from my KFTT using XDA Premium HD app
Click to expand...
Click to collapse
Hi,
Will this replace this awful carousel thing ? And therefore, redirect the home button ?
Sorry, i'm not a native english speaker, i don't understand the "Grab the all for whatever you want from wherever you have it".
Does it mean that i copy the new launcher's apk file to /system/app/ ? And do i have to install the new launcher ?
Thanks
iCoN3o said:
Hi,
Will this replace this awful carousel thing ? And therefore, redirect the home button ?
Sorry, i'm not a native english speaker, i don't understand the "Grab the all for whatever you want from wherever you have it".
Does it mean that i copy the new launcher's apk file to /system/app/ ? And do i have to install the new launcher ?
Thanks
Click to expand...
Click to collapse
Download a launcher from the play store
With a file manager move the apk from /data/app/ folder (It will be named differently than you are used to, usually has the company or developers name instead) to /system/app/ folder then reboot.
No need to change permissions as they are the same coming from /data/app/ folder
onemeila said:
Download a launcher from the play store
With a file manager move the apk from /data/app/ folder (It will be named differently than you are used to, usually has the company or developers name instead) to /system/app/ folder then reboot.
No need to change permissions as they are the same coming from /data/app/ folder
Click to expand...
Click to collapse
Thanks ! It worked perfectly. Goodbye carousel !!!
Sent from my KFTT using xda app-developers app
Are there any alternates to the soft button bar like a stock jb one or something? Or can we not do that because of the odex? I know it's systemui.apk I tried installing a cm9 systemui.apk on my kf2 and system/app rwrr but on reboot all I got was black screen. I backed it up and restored it with adb so I know what i'm doing... for the most part. Sorry for an y random spaces or periods... swype doesn't like furious tapping on the kf2. Needless to say, I have swype as default keyboard and launcher pro as launcher.
Well, I tried the same wpthing with a similar result. My best guess is that it works off of framework res so...until there are custom ROMs we have to wait. But, I've been toying with an idea: if the favorite button on the saftbar was rewritten to display recent apps, e.g. that it always displays 8 apps from data list x, and data list x is a list constantly updated saying the most recent app. Then the app could be themed minorly to have the window over window PNG and voila: a little bit better stock ROM. My problem is that I'm not a coder of any kind, so its a slow process.
Sent from my Fire HD with root!
fmkilo said:
Are there any alternates to the soft button bar like a stock jb one or something? Or can we not do that because of the odex? I know it's systemui.apk I tried installing a cm9 systemui.apk on my kf2 and system/app rwrr but on reboot all I got was black screen. I backed it up and restored it with adb so I know what i'm doing... for the most part. Sorry for an y random spaces or periods... swype doesn't like furious tapping on the kf2. Needless to say, I have swype as default keyboard and launcher pro as launcher.
Click to expand...
Click to collapse
I could try to edit it for you. I don't have a Kindle Fire HD, so you'll have to upload me the framework-res.apk and test it for me. Make sure you backup before you test it though.
Sent from my Kindle Fire
Has anyone figured out or tried to replace or disable stock search and get Google search to work. I've tried a few things with no luck. I would also like Google now.
For Google search, it's really tedious.
For it to work you have to rename the stock search to iforgothenameofit.apk.bak
Than you have to grab the Google search app from jelly bean gapps via goo.I'm, and push it to the system/app folder with permissions rw-r--r--
Than you have to push all the framework files, permission files, basically any other non-apk file to the folder of which it belongs.(you can get this from the whole zip file that you got from goo.I'm
MAKE SURE THAT EVERY FILE YOU PUT IN THE SYSTEM DIRECTORY HAD PERMISSION RW-R--R--
*This can actually be done with a root explorer fairly easily
Sent from my Fire HD with root!

Categories

Resources