Related
Hi there,
After using the MIUI ROM and discovering it is quite awesome and innovative, I began thinking about applying the SSBM to it. It doesn't have the percentage stuff in its XML's (not fully sure how all that stuff works) so copying it in manually woulden't have done much. I attempted to apply it using the online kitchen, but it came back with a kilometer long error log.
Is there a way at this point to get it working?
Thanks!
Josh.
if u only want the % in ur battery, go in settings and Display settings, there is an Option for this!
Thanks for the reply,
I understand that, and that's what I'm using at the moment, but (as per the title of the thread) I'm looking for / looking to implement the Super Circle MOD for MIUI roms. Google hasn't been much help as of yet. So if anyone knows how it all works when the battery icons arnt in the framework-res.apk, i'd be interested.
Josh.
So every custom ROM seems to have a couple mods in common...
This thread is to (hopefully) help anyone looking to learn to do them
and yet after doing a ton of searching, the only thing I have found is links to prebuilt files without much direction on how to do this myself. What if I don't want your red themed market? (No offense) What if all I want is a stock ROM that I customized with these generic modifications? What happens when a new build of Android is leaked and only two people know how to do the modifications manually and one releases a version claiming they are done when they aren't and the other appears to have used it as a base and then has to go back and manually do the edits and re-release? (Not saying it happened...)
How to Compile a Kernel
http://forum.xda-developers.com/showthread.php?t=1039854
More in-depth guide here:
http://forum.androidcentral.com/htc...how-build-your-own-kernel-package-source.html
How to Deodex a ROM
http://forum.xda-developers.com/showthread.php?t=1082749
Advanced Power Options
http://forum.xda-developers.com/showthread.php?t=1023960
(No Howto - but there are edits in android.policy.jar)
Remove GPS Reticle
http://forum.xda-developers.com/showthread.php?t=1001838
(No Howto - but there are edits in services.jar)
(Gingerbread edits are in the systemui.apk)
6 Bar Service Indicator
No direct download
(No Howto - but there are edits in services.jar)
(Gingerbread edits are in the systemui.apk)
Power Control Widgets
http://forum.xda-developers.com/showthread.php?t=1024220
(No Howto - prebuilt package with other edits already made)
Radio Info in Settings
http://forum.xda-developers.com/showthread.php?t=1018159
(Contains instructions on doing modification - Kudos!)
Wake on Volume Keys
/system/usr/keylayout/mecha-keypad.kl
Add "WAKE" to desired key down values:
key 114 VOLUME_DOWN WAKE
key 115 VOLUME_DOWN WAKE
Remove the "WAKE" to disable again.
Disable End Call Button
http://forum.xda-developers.com/showthread.php?t=1058072
(No Howto - prebuilt modification package)
Increase Max Alarms in HtcClock
http://forum.xda-developers.com/showthread.php?t=1052843
(No Howto - prebuilt modification package)
Install Ubuntu to Sdcard Ext Partition
http://forum.xda-developers.com/showthread.php?t=1104983
Install Ubuntu to Loop Device Image File:
http://code.google.com/p/android-cruft/wiki/LucidWithAndroid
(Loop device support for the common method is included in most kernels, but does not seem to support the process)
I am not asking anyone to write out explicit instructions on how to do each and every one of these modifications, but any help that can be offered is appreciated. Even if I can track down the original instructions for another phone, it will help those with the ability to do these things to help get them out there.
its a great idea, but some of them, the advanced power controls one for example -that one was a ***** to do lemme tell ya- require an in depth knowledge of how and why things work the way they do. many how-tos would just be passed right over.
I wrote a massive write up on how to work out the sensation resizing issues, and a few people did actually read it, though nobody actually did anything with it.
and smali is so difficult to begin with...geesh
great idea though, and if you want to write a how to of your own for some of them, i would be more than happy to get you started and answer what questions you run into.
r2DoesInc said:
its a great idea, but some of them, the advanced power controls one for example -that one was a ***** to do lemme tell ya- require an in depth knowledge of how and why things work the way they do. many how-tos would just be passed right over.
I wrote a massive write up on how to work out the sensation resizing issues, and a few people did actually read it, though nobody actually did anything with it.
and smali is so difficult to begin with...geesh
great idea though, and if you want to write a how to of your own for some of them, i would be more than happy to get you started and answer what questions you run into.
Click to expand...
Click to collapse
I know a lot will pass them over, and honestly it is like i explained to the gf today. Everyone who started with Android had a G1, some of us moved to myTouch, some of us moved to Droid, some of us moved to Thunderbolt. With each move, we brought our mods, but in the process left behind how we did them and just DID them. When I wrote kernels, I used a script on AndroidWiki that is now a 404 error. Instead I ended up with some preconfigured gui and a bunch of premade update.zip files.
It isnt really about whether anyone reads it in my opinion, its knowing the information is there for that one person that does. I appreciate the offer. The main thing is anymore if you want a mod, you have to take the theme, additions, removals, ect of the modder.
Sent from my DROID2 using Tapatalk
I have to agree. It's been a while since I have posted anywhere regarding Android, but the whole purpose of this forum (any android forum) as far as I am concerned is for developers to share not just the finished product (and the betas, alphas, pre-alphas, etc) but also the details of how they did what they did.
Sent from my ADR6400L using Tapatalk
Thanks
I was actually looking for some of these MODS
I like to stay stock rooted, but their are some MODS that are too tempting to pass up.
I would love to have a how-to for the power controls.
I'm gonna try to pull it apart, it's the last one I haven't done by hand.
I didn't make any sort of docs about what I did though, just diffing stock from the provided package.
But that one is big.
Anyway, good list to have in any case.
D
Very handy. I would also love to learn how to create a 5 row icon app drawer. Thats the only thing im missing in my current rom im using. Any tutorials, then I could do it myself?
dukins said:
Very handy. I would also love to learn how to create a 5 row icon app drawer. Thats the only thing im missing in my current rom im using. Any tutorials, then I could do it myself?
Click to expand...
Click to collapse
That is done with a layout modification in the home app. That is from way back in G1 days and I know there is documentation somewhere. I'll look for it.
What I am trying to accomplish is something like http://forum.xda-developers.com/showpost.php?p=13969789&postcount=585 without having to dig for parts. Often it is harder to find working parts than to simply modify the ones that are already running.
Sent from my ADR6400L using Tapatalk
I for one would love to learn how to create themes and eventually my own roms. I found a theming guide in these forums that had a lot of information in it, but felt it was missing a lot of whys's for example when you can just modify a PNG to produce a particular look and when do you have to edit XML files. Be nice if some documented maybe there creation of a rom/theme and explaned everything along the way. Then someone could build the same rom/theme and learn by doing. I know when I got my active directory Certifications I learned at home on my own and used some training videos. I built the network right along with the training videos in Vmware. Best way to learn in my opinion is by doing.
Sent from my ADR6400L using XDA Premium App
twistedumbrella said:
That is done with a layout modification in the home app. That is from way back in G1 days and I know there is documentation somewhere. I'll look for it.
I will be releasing a Jane Bamf Ginger ROM later that is semi stock. It has extended power options, bamf toolkit, removed gps icon, 3.0 weather, 6 bar, Google talk with video, but stock theme, animations, sounds, and the weather will be optional.
Sent from my ADR6400L using Tapatalk
Click to expand...
Click to collapse
Can we remove the Gps icon? So at I've only seen it being hidden. Thanks.
Is there any instructions, or is anyone willing to send me instructions, on how to do the 6 bar modifications myself? Also trying to find the information for the accurate/smooth battery indicator but coming up empty handed.
thanks for posting twisted
Thank you for the thread!
I would really love a write up of manual removal of 5 row app drawer back to 4. That is the main reason I'm not trying any themed stuff right now because everyone has it and I'm not a fan. It must be similar to the lead that was said about adding 5 rows a few posts back...
Sent from my ADR6400L using XDA App
I agree completely. JCase had promised us in the Fascinate forum a step by step on how to mod an .apk (specifically, a Car Dock one that Adrynalyne had made) to customize it. Then, alas, our beloved Thunderbolt came out, and he became preoccupied...
The HOW is deff needed for those up and coming devs and those that just like to tinker.
New kernel making guide added
Testing and finishing a guide on ubuntu for android without loop support
Working on some other guides
Sent from my DROID2 using Tapatalk
Edit: Volume Stepping Mod fixed! More Mods Added!! See second post for new Mods.
Hello, my name is Doc....and I am a recovering lurker!
First post ever here! (Would that be Step 2 or 3 in the recovery program???)
Anyhow, I have been lurking around XDA for quite some time now, mostly just absorbing A LOT of fantastic information, and although it is not much I thought it was time I shared back!
Please keep in mind, that I can offer no promise of support. (These are mods I did for myself and figured others may appreciate them.) The main reason I have never participated here before is time, as in I don't have much of it! (Single Dad, 2 jobs, and all that jazz) I will do my best to help out (and keep contributing), but there will often be periods of time where I simply will not be around to respond. I am not trying to be an ass, just honest and up front. If there are any issues with what I share, I don't want people getting angry because the OP wasn't around to fix his stuff!
I have been using these for a few weeks now and have had no real problems, so I am fairly confident that they should work for the rest of you. Once I reach my 10 post limit I will move these into the Development section since it seems that very few people even vist these other areas anymore. I will also post links to the original threads where I got the mods.
If any of these have already been done for our phones please let me know. And of course, if anyone knows of a better way, or has any ideas, please do share!
Link to downloads are at bottom of post.
Remember, these are for STOCK FROYO!
NANDROID, NANDROID, NANDROID!!!
Remap Faves button to Settings (Rosie.apk) -(Thanks/Credit to the1wingedangel)-
I know there are quite a few of these already out there, but have not seen one made to go into Settings. I find I use it quite often and it has been very convenient for me. Hopefully someone else may find it usefull as well.
Smooth Spinners (Framework-res.apk) -(Thanks/Credit to D.O.C)-
This is simple eye-candy, but I like it a lot! It does what it implies...Smooths out the rotation of the spinning circles displayed while loading.
(NOTE: This mod is in Framework-res.apk, so if you are themed, you may not want to flash this) (I will post the modded smali files later on so you can do a simple copy paste and keep your themes intact)
Volume Stepping Increase and Smooth Scroll (Framework.jar) -(Thanks/Credit to AndroidON)-
The Smooth Scroll portion of this will disable ScrollingCache for the whole system. Apparently it was not implemented as well as it should have been and I find my Slide really likes having it disabled. (i.e. Under Settings > Applications > Manage Apps - when scrolling through the list of apps, it is very very smooth! No more skipping or hesitating!)
The volume portion will not increase the max volume of your Slide, but will allow finer control over the volume. It changes:
Media, Bluetooth and TTS from 15 to 30 volume steps;
Ringtone from 7 to 15 volume steps;
Voice Call from 5 to 10 volume steps. (I am uncertain what this changed, as in-call and speakerphone volume remains unchanged. I assume this may be overridden by another setting or it is not applicable to the custom ROM I am using. If anyone knows more about this, please share your knowledge!)
Download: min.us/mEspresso < copy/paste in browser
Thanks to everyone here at XDA!
ENJOY!
Extended Power Menu - All In One Zip - Decompiled files for Framework-res.apk
Here are a couple of more Mods...
All mods are flashable through CWM.
Extended Power Menu (Reboot) (android.policy.jar and com.htc.resources.apk) -(Thanks/Credit to ca1ne)-
My personal fave! This will add an extended power menu...Long press the power button and you will see an extra option, Reboot! Select this and you will get a second menu to choose the type of reboot. Choose from Normal, Hot Restart, Bootloader, or Recovery.
I do plan on uploading one without the htc.resources.apk for those that have already modded this file. The only reason it is included is for the Reboot icon. I made this icon for myself, but it is possible to default it to the generic Settings Gear icon you may have seen on similar mods, which would remove the need for including the extra file.
AllMods.zip - This is all of the mods I have listed so far, in one flashable file.
In my download folder, you will notice a few other items:
SmoothSpinnersMod_Themed.zip and AllMods_Themed.zip - These are the exact same mods, only the framework-res.apk is the one I personally use. (Others provided have not been themed). It isn't much, but I used UOT (Thanks to them of course!!) to spice up my Status Bar a little. Replaced many of the white status icons with prettier colored ones, changed the stock spinner to a Radar spinner, and included the Circle Battery with %.
I had it, so I figured I'd share it!
SmoothSpinners Files.zip - If your framework-res is already modded/themed, this is for you. Unzip the files, decompile your framework-res and copy/paste the files from my zip to: framework-res.apk/res/drawable/ Recompile. Thats it.
I know these are fairly minor mods, but I wanted to put them out there anyway in case someone is interested. I do hope someone finds some good use in these.
There are a few other mods I have attempted, but could not get to work on Froyo. I will likely be making the move to SalsaSlide sometime this week. (Finally, right??) Anyway, I plan to bring all of these over to GB as well as a few others I have been working on, so stay tuned!
Downloads: min.us/mEspresso < copy/paste in browser.
I know that these are for Froyo, which is probably not being used by very many people here anymore, but I am curious if anyone has even tried any of them and if so what did you think?
Sent from my custom MT3gS
Wow! It seems I am a bit more behind the times than I realized! I guess it is time to move on, eh? Ah well, Gingerbread here I come!
DocHoliday77 said:
Wow! It seems I am a bit more behind the times than I realized! I guess it is time to move on, eh? Ah well, Gingerbread here I come!
Click to expand...
Click to collapse
Don't be so quick, I end up coming back to my favorite froyo rom because things just work. I loved your reboot mod. I have a request, I have seen other froyo phones with power control widgets on the notification, do you think that's possible on sense?
Alrighty xda gods, please shower your knowledge upon me.
I'm on EC07 (Miunia) right now. I get some force closes here and there, plus I've installed so much junk on it, that I figure it's time to blow everything away and start fresh so that it'll run a bit quicker.
So I'm going to move to EC09. Before I do that though, there are two mods that are all-important to me, and reading through the forum I'm not real clear on how to make sure I have them. They are the battery mod (showing exact battery level) and the removal of ticker weather and history icons (I never use them and I always accidentally bump them). From the screenshots available, it's hard to tell if any of the ROMs have those mods.
Could somebody kindly point me to the right files? From what I can tell, I should get to stock EC09, then flash the EC09 Deodexed/debloated or Debellare. Where do I go from there to get the mods mentioned above?
Thanks.
colbyman said:
Alrighty xda gods, please shower your knowledge upon me.
I'm on EC07 (Miunia) right now. I get some force closes here and there, plus I've installed so much junk on it, that I figure it's time to blow everything away and start fresh so that it'll run a bit quicker.
So I'm going to move to EC09. Before I do that though, there are two mods that are all-important to me, and reading through the forum I'm not real clear on how to make sure I have them. They are the battery mod (showing exact battery level) and the removal of ticker weather and history icons (I never use them and I always accidentally bump them). From the screenshots available, it's hard to tell if any of the ROMs have those mods.
Could somebody kindly point me to the right files? From what I can tell, I should get to stock EC09, then flash the EC09 Deodexed/debloated or Debellare. Where do I go from there to get the mods mentioned above?
Thanks.
Click to expand...
Click to collapse
yes flash to stock ec09 and then flash your rom, debellare comes with your battery % and so doesnt my eco9 ics theme, for ticker customization you can always use trailblazer101 themer to do so.
make sure to TiBU to back up your apks and data, also sms backup works well for mms back up and make sure contacts are saved somewhere. wipe data when flashing.
Hello, everyone!
I'm new here on XDA and very, very new to modding. I was wondering if anyone could help me? I just purchased a Galaxy Note 3 and I would like to theme it but I don't particularly know how. I've used the search feature but I don't think I'm wording what I need correctly. Here's what I need help with:
1. A tutorial to edit just a theme not the whole ROM.
2. How do I preview my work so far? I don't want to flash every time I make a change.
3. Is it at all possible to create a whole theme with Eclipse? If so, is there a tutorial I can use?
Before you start grumbling, I repeat...I have used the search feature on XDA and I can't seem to find what I'm looking for. Simply links pointing me to the right place would be perfect. Thanks in advance, everyone!
kittyfantastic said:
Hello, everyone!
I'm new here on XDA and very, very new to modding. I was wondering if anyone could help me? I just purchased a Galaxy Note 3 and I would like to theme it but I don't particularly know how. I've used the search feature but I don't think I'm wording what I need correctly. Here's what I need help with:
1. A tutorial to edit just a theme not the whole ROM.
2. How do I preview my work so far? I don't want to flash every time I make a change.
3. Is it at all possible to create a whole theme with Eclipse? If so, is there a tutorial I can use?
Before you start grumbling, I repeat...I have used the search feature on XDA and I can't seem to find what I'm looking for. Simply links pointing me to the right place would be perfect. Thanks in advance, everyone!
Click to expand...
Click to collapse
Welcome to XDA!
1. Just use Google, many reputable themers write up good guides to get you started: http://forum.xda-developers.com/showthread.php?t=916814 and http://xda-university.com/as-a-user/introduction-to-basic-rom-theming
2. You can just switch your themed apk's and SystemUI, then adjusting permissions on them will do fine too...except this will take more time than flashing all files at once.
3. Well you'll need Photoshop too.........for themes....
nicholaschum said:
1. Just use Google, many reputable themers write up good guides to get you started: http://forum.xda-developers.com/showthread.php?t=916814 and http://xda-university.com/as-a-user/introduction-to-basic-rom-theming
2. You can just switch your themed apk's and SystemUI, then adjusting permissions on them will do fine too...except this will take more time than flashing all files at once.
3. Well you'll need Photoshop too.........for themes....
Click to expand...
Click to collapse
Thanks for that link! I have Photoshop already, I had a feeling I would need it at some point, haha. As for #2... that was gibberish to me. I would love to share my theme once I'm done with it (if anyone is interested in girly white and light pink). I don't know how to switch apk's and SystemUI or adjusting permissions. Will that link you gave me explain it all? I'm sorry, this is hard for me to grasp.
kittyfantastic said:
Thanks for that link! I have Photoshop already, I had a feeling I would need it at some point, haha. As for #2... that was gibberish to me. I would love to share my theme once I'm done with it (if anyone is interested in girly white and light pink). I don't know how to switch apk's and SystemUI or adjusting permissions. Will that link you gave me explain it all? I'm sorry, this is hard for me to grasp.
Click to expand...
Click to collapse
#2 meant that if you wanted to do system level modding, like modding the look of general apps like Settings, your notification bar, etc....you will have to do that. It's quite complex because you can't just use Java/Eclipse solely to do this. At the end of this though, you can make any device look "the same".
APK's are program files and the SystemUI is what makes your phone....well, a phone. The general GUI of the Statusbar, lockscreen and navigation bar (if you have one set). You will have to set your permissions back as you have to give the system the rights to access the file. If the permissions are set incorrectly, then you'll have to reflash an entire ROM, so that's why making sure you do it right in the updater-script of the flashable zip is more reliable.
If I were you, try theming launchers first, they're usually what people theme for. You could earn good money from it if you put it on Play.
nicholaschum said:
Welcome to XDA!
1. Just use Google, many reputable themers write up good guides to get you started: http://forum.xda-developers.com/showthread.php?t=916814 and http://xda-university.com/as-a-user/introduction-to-basic-rom-theming
2. You can just switch your themed apk's and SystemUI, then adjusting permissions on them will do fine too...except this will take more time than flashing all files at once.
3. Well you'll need Photoshop too.........for themes....
Click to expand...
Click to collapse
nicholaschum said:
#2 meant that if you wanted to do system level modding, like modding the look of general apps like Settings, your notification bar, etc....you will have to do that. It's quite complex because you can't just use Java/Eclipse solely to do this. At the end of this though, you can make all the devices look good.
APK's are program files and the SystemUI is what makes your phone....well, a phone. The general GUI of the Statusbar, lockscreen and navigation bar (if you have one set). You will have to set your permissions back as you have to give the system the rights to access the file. If the permissions are set incorrectly, then you'll have to reflash an entire ROM, so that's why making sure you do it right in the updater-script of the flashable zip is more reliable.
If I were you, try theming launchers first, they're usually what people theme for. You could earn good money from it if you put it on Play.
Click to expand...
Click to collapse
I would really, really like to theme the whole thing, because I absolutely hate the stock colors and the black on white hurts my eyes. I've searched for a ROM with a light theme, but to no avail, especially since the Note 3 is relatively new. I've been trying to figure it out all day and I don't know what I'm doing, haha. I have a theme that I want to modify, so I don't have to start from scratch. It is very complex, I think I have smoke coming out of my ears -_-;
kittyfantastic said:
I would really, really like to theme the whole thing, because I absolutely hate the stock colors and the black on white hurts my eyes. I've searched for a ROM with a light theme, but to no avail, especially since the Note 3 is relatively new. I've been trying to figure it out all day and I don't know what I'm doing, haha. I have a theme that I want to modify, so I don't have to start from scratch. It is very complex, I think I have smoke coming out of my ears -_-;
Click to expand...
Click to collapse
I understand...reminds me of being on stock S5 ROMs where everything was forced to be a shade of teal or blue, made me want to puke.
You could try installing a theme, tweaking it directly on your device (in turn learning how the Android operating system works), and then doing it again on your computer to make it shareable.
May I also recommend an Xposed module called Wanam Xposed alongside your flashed theme. You can essentially change every aspect of your Samsung SystemUI there. From toggles to the notification colors, it gives you a certain amount of themeability that may satisfy some needs.
nicholaschum said:
I understand...reminds me of being on stock S5 ROMs where everything was forced to be a shade of teal or blue, made me want to puke.
You could try installing a theme, tweaking it directly on your device (in turn learning how the Android operating system works), and then doing it again on your computer to make it shareable.
May I also recommend an Xposed module called Wanam Xposed alongside your flashed theme. You can essentially change every aspect of your Samsung SystemUI there. From toggles to the notification colors, it gives you a certain amount of themeability that may satisfy some needs.
Click to expand...
Click to collapse
Thank you for your help! I'm going to try all this and see if I can figure it out. In the meantime, I'm on the hunt for a pink theme. xD
This is a good place to start.
And this is good for photoshop/Gimp processing.
B3311 said:
This is a good place to start.
And this is good for photoshop/Gimp processing.
Click to expand...
Click to collapse
Oh man, thanks! I think this is just what I was looking for!!!! *insert girly squeezing here*
:victory::victory:
Due to my haste and a surfeit of whiskey, I forgot to say that Alliance ROM - my daily driver - will allow you to get your theme as pink as you need without complications. Background, text, whatever. http://forum.xda-developers.com/showthread.php?t=2571255
B3311 said:
Due to my haste and a surfeit of whiskey, I forgot to say that Alliance ROM - my daily driver - will allow you to get your theme as pink as you need without complications. Background, text, whatever. http://forum.xda-developers.com/showthread.php?t=2571255
Click to expand...
Click to collapse
Shouldn't all ROMs allow for that? Wanam Xposed themes everything in the status bar without custom ROM'ming
nicholaschum said:
Shouldn't all ROMs allow for that? Wanam Xposed themes everything in the status bar without custom ROM'ming
Click to expand...
Click to collapse
I tried Wanam Xposed, it didn't work for me at all. Nothing happened and I followed instructions.
B3311 said:
Due to my haste and a surfeit of whiskey, I forgot to say that Alliance ROM - my daily driver - will allow you to get your theme as pink as you need without complications. Background, text, whatever. http://forum.xda-developers.com/showthread.php?t=2571255
Click to expand...
Click to collapse
Thank you for that ROM it looks nice
kittyfantastic said:
I tried Wanam Xposed, it didn't work for me at all. Nothing happened and I followed instructions.
Thank you for that ROM it looks nice
Click to expand...
Click to collapse
Did you install the Xposed Framework on Xposed Installer?
It works on all devices no matter what firmware.
nicholaschum said:
Shouldn't all ROMs allow for that? Wanam Xposed themes everything in the status bar without custom ROM'ming
Click to expand...
Click to collapse
Alliance allows changes to backgrounds etc, either universal or per app. Same with text colours, the dialler and heaps more, not just the status bar. Other roms and associated kitchens may allow the same, I wouldn't know. But Alliance is so easy to theme on the fly and is rock solid too.
B3311 said:
Alliance allows changes to backgrounds etc, either universal or per app. Same with text colours, the dialler and heaps more, not just the status bar. Other roms and associated kitchens may allow the same, I wouldn't know. But Alliance is so easy to theme on the fly and is rock solid too.
Click to expand...
Click to collapse
I see. I'm just more used to AOSP because of its sleek professional look over TW ROMs, so I'm not up to date with the mass influx of TW custom ROMs.