• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [MOD] *updated 5/9* ICS Style SETTINGS.APK

Oh well that sucks cause I was looking forward to it.

Ima give a try on the upcoming days. My knowledge is limited on the coding, I do must mods copying and pasting the codes, I don't code myself so half of the things I see inside the xmls are foreign language lol
 
Hello to all. My first post here. This is a nice mod. Thanks SuperUser.

Do you know how to find the menu entries in the HtcEntryProxy.smali ?
I have decompilied the apk and I want to delete a specific entry.
 
Hello to all. My first post here. This is a nice mod. Thanks SuperUser.

Do you know how to find the menu entries in the HtcEntryProxy.smali ?
I have decompilied the apk and I want to delete a specific entry.

Welcome to AF bro! Have fun :D
 
I was wondering if it would be possible to make the ics settings apk do the same thing your contacts do when you have both of your fingers on the screen when your in contacts and bring them together your contacts come together into abc tabs that you can select in abc order I wouldn't want the settings in abc order but only to become tabs to look at them individually six tabs would be cool but like I said only if possible just wanted to share my thoughts
 
I was wondering if it would be possible to make the ics settings apk do the same thing your contacts do when you have both of your fingers on the screen when your in contacts and bring them together your contacts come together into abc tabs that you can select in abc order I wouldn't want the settings in abc order but only to become tabs to look at them individually six tabs would be cool but like I said only if possible just wanted to share my thoughts

Thats a little more difficult. Thats going to involve writing samli to collapse it. Possible tho. But I think everyone here (themers,modders, rom builder) can agree all of us are samli illiterate Ahaha
 
crazy idea here but maybe to get the wifi, bluetooth toggles to work we can use the xml text for the power widget toggles? lol
 
crazy idea here but maybe to get the wifi, bluetooth toggles to work we can use the xml text for the power widget toggles? lol

interesting, gives me an idea now lol . I don't really use the Wifi, Bluetooth, Airplane Mode toggles. maybe we can use their existing xmls and replace it with other things
 
i have a issue.. i cant seem to locate the file used for the header text in this mod? ie: where it says 'DEVICE' i need to change the background color of that area.. does anyone know/remember where it is? :D
 
i have a issue.. i cant seem to locate the file used for the header text in this mod? ie: where it says 'DEVICE' i need to change the background color of that area.. does anyone know/remember where it is? :D

Have you tried ADDING a line of code to change the color? Like "backgroud-color: 000000" (<---thats not how the real code would look like but just so you have an idea)
 
i have a issue.. i cant seem to locate the file used for the header text in this mod? ie: where it says 'DEVICE' i need to change the background color of that area.. does anyone know/remember where it is? :D


After making the ICS settings I made I realized that half the shit that controls settings is in the framework. What exactly changes that header? I dont know.
 
If it's a color code just change it android:background ="@drawable/nameofyourimage" and put your image in the hdpi
 
Back
Top Bottom