[Q] [CustomRom] Android Settings screen is stuck as 2-column after theme apply - X 2014 Q&A, Help & Troubleshooting

Hello everyone,
I'm using Resurrection Remix rom which is based on CM13, and I don't know where it'd be more appropriate to post about this so I do it here. A while ago I applied a CM theme, which turned the single-column Android Settings show as 2-column. It was ok, but I want it back to single column, and changing back to the original theme doesn't bring back the single column layout. Changing DPI settings doesn't help either. Any other ideas, apart from reflashing etc.? Maybe a config file/entry I can edit?
Thanks!

Related

[Q] Could anybody tell me how to change the color of time and notices in taskbar ?

[Q] Could anybody tell me how to change the color of time and notices in taskbar ?
I changed the taskbar of a 2.2 rom for hero but cannot see the time color,Does anyone know which smali files to edit to change the time color ? i'm wanting it to be a white color.I know how to do in a 2.1 rom,but it seems different in android 2.2.Thanks a lot.
l344364737 said:
I changed the taskbar of a 2.2 rom for hero but cannot see the time color,Does anyone know which smali files to edit to change the time color ? i'm wanting it to be a white color.I know how to do in a 2.1 rom,but it seems different in android 2.2.Thanks a lot.
Click to expand...
Click to collapse
If you are running a 2.2 rom, it is most likely based on CyanogenMOD source, and you should be able to add the CMParts.apk to it, which will let you change the color through CyanogenMOD Settings.
tristan202 said:
If you are running a 2.2 rom, it is most likely based on CyanogenMOD source, and you should be able to add the CMParts.apk to it, which will let you change the color through CyanogenMOD Settings.
Click to expand...
Click to collapse
If not tons of threads has already been posted on this. Look at the android themes section
I think in 2.2 this slightly differs, but here would be a good start - http://forum.xda-developers.com/showthread.php?t=549309

[Q] Font change question

Last night I was using Root Tools and decided to try out the 'font installer'. I tried out the 'Droid' font and was not fond of it, nor any of the other fonts. I reverted to the stock font but noticed the pattern unlock screen clock in the top left still had the Droid font. I tried getting it back to the stock font but have no idea how to do it at this point. I want to revert everything to the stock; I find all the other ones rather ugly.
Rooted Samsung Captivate - I896 - 2.1 Rogers
Any help would be much appreciated !
Edit: Even through the settings on the captivate (settings>sound and display> fonts) it won't revert back to normal.
I guess what I'm asking is if someone can post the default/stock captivate fonts and tell me how to 're-apply' them ?
There is a collection of fonts in the themes forum. I would try installing one of those, applying it, and restore to the stock font. Do this through the font selection in display settings, instead of that other app. Maybe applying and restoring though the "official" way will revert it for you.
I don't know what that app does. If it replaces the fonts in your system folder with a new font, that method may not fix the original font, but there is dozens of fonts, you may find one you like better than stock.
Sent from my Captivate running Continuum 5.5

[MOD][JB] [P3110] XXCLK7 odex/deodex Tablet UI Enhanced

This was a mod of stock XXCLK7 ROM that enable Tablet UI in Jelly Bean.
I've made some changes in stock TabletUI graphics because of not optimal display in TAB2 7.
Here are list of features:
- ability to display quick button only in landscape mode (added option in settings to hide the button in portrait)
- adjusted miniapps icon in portrait mode
- modified Notification panel in landscape mode (no more off-screen and wider)
- moved settings from item of notification-panel menu's to title of navigation-panel (wast of space)
- smaller width of navigation-bar button's in portrait mode
- i don't remember
ScreenShot:
[
Download ClockworkMod flashable zip:
ODEX XXCLK7
http://ul.to/3shinb08 Odex - TabletUI ver 1.0beta
http://ul.to/b50dvnju Odex - Restore to Stock Phablet UI
DEODEX XXCLK7
Code:
Deodex build was not tested by me but seems to work. Before install [U]make a cwm backup[/U]!!!
Test TabletUI Deodex - Mirror Link
Test Restore PhabletUI Deodex - - Mirror Link
Credits:
0jmaster0 - for the idea and first deodex patch
barrmulio - for the Nexus 7 initial patch
The deodex mod wont download for me .
Sent from my GT-P3110 using Tapatalk 2
Could you please elaborate what and how did you that? I'd like to make this for P3100 XXCLL2 also
Cheers!
Good mod :good: By the way works with my vodafone firmware too.
Two questions:
1) How did you changed width of landscape notification bar? It is too wide for me I guess, that it is not in dex, what xml files did you edit?
2) Is there any way to disable moves of status bar icons? I mean, that miniapplications button in no more in center. It takes place of screenshot button, if it is - moves to position of the menu button.
Can you make mod with changes only in notification bar(but with stock width for landscape)? Thank you again
Strange it works for me!
dogredwing1 said:
The deodex mod wont download for me .
Sent from my GT-P3110 using Tapatalk 2
Click to expand...
Click to collapse
I made a lot of changes that i don't rember but if you want i can give you the sources.
_TB_TB_ said:
Could you please elaborate what and how did you that? I'd like to make this for P3100 XXCLL2 also
Cheers!
Click to expand...
Click to collapse
0jmaster0 said:
Good mod :good: By the way works with my vodafone firmware too.
Two questions:
1) How did you changed width of landscape notification bar? It is too wide for me I guess, that it is not in dex, what xml files did you edit?
2) Is there any way to disable moves of status bar icons? I mean, that miniapplications button in no more in center. It takes place of screenshot button, if it is - moves to position of the menu button.
Click to expand...
Click to collapse
1) I added in dimens.xml on values-sw720dp-port the item "notification_panel_width" for portrait, the landscape is readed from values-sw720dp. If you change this values you can build an personalized version. Finally i have changed TabletStatusBar.smali to force update size when the configuration change.
2) The miniapps button was placed by samsung statically in the center of the bar, so it can overlap on a icon (if there is an icon in the center). So i placed next to the last button. With the modified width of button the problem can be resolved bu i've not tried. You can try to reposition on center, simply change position and proprierties of Imageview id "traybar_handler" in "tw_system_bar.xml" such as in original SystemUI (At least you can add some margin to accomplish the best result)
Happy New Year!
I want to ask one more thing - how did you move settings button to title of notification panel? I'm trying to compare files of mod and original and can't find anything. And, as additional problems, systemui.apk from your firmware and from my vodafone are almost completely different. Maybe it gives some problems with displaying and crushing it in my firmware...
0jmaster0 said:
Happy New Year!
I want to ask one more thing - how did you move settings button to title of notification panel? I'm trying to compare files of mod and original and can't find anything. And, as additional problems, systemui.apk from your firmware and from my vodafone are almost completely different. Maybe it gives some problems with displaying and crushing it in my firmware...
Click to expand...
Click to collapse
Happy new Year!!!
I simple hided the settings item (@id/settings) from tw_system_bar_notification_panel.xml and then added an ImageView with the same ID in tw_system_bar_notification_panel_title.xml.
If you want to look at original XXCLK7 SystemUI you can download from here.
Hi, I tried the deodex versions on my kwbr expresso rom.
TabletUI cant be flashed, cwm says bad zip. Downloaded both from main dl link & mirror. Both has zip error.
Was able to flash Restore phabletUI, messed up my Apex screen, lost the uper and lower margins. Crashed but came back. Reverting to the older version for kwbr rom. Thanks anyway.
Sent from my GT-P3110 using XDA Premium HD app
MonJovi said:
Hi, I tried the deodex versions on my kwbr expresso rom.
TabletUI cant be flashed, cwm says bad zip. Downloaded both from main dl link & mirror. Both has zip error.
Was able to flash Restore phabletUI, messed up my Apex screen, lost the uper and lower margins. Crashed but came back. Reverting to the older version for kwbr rom. Thanks anyway.
Sent from my GT-P3110 using XDA Premium HD app
Click to expand...
Click to collapse
What's the version of firmware used in your kwbr rom?
This keep making touchwiz crash after flasing.
Sent from my SCH-I535 using Tapatalk 2
epgen said:
What's the version of firmware used in your kwbr rom?
Click to expand...
Click to collapse
kwbr expresso 3.0
dogredwing1 said:
This keep making touchwiz crash after flasing.
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
It's a common problem you can fix it, see here: http://forum.xda-developers.com/showpost.php?p=35402926&postcount=32
I first flashed the latest Tablet UI from this thread:
http://forum.xda-developers.com/showthread.php?t=2032941
Got stuck at boot logo. Tried installing Phablet restore, still stuck. Then tried Tablet UI in this new mod thread, still stuck at Samsung boot logo. Running stock CLK7, no modifications other than root. Any ideas? I'd like to fix this without a full wipe if possible.
ivorycruncher said:
I first flashed the latest Tablet UI from this thread:
http://forum.xda-developers.com/showthread.php?t=2032941
Got stuck at boot logo. Tried installing Phablet restore, still stuck. Then tried Tablet UI in this new mod thread, still stuck at Samsung boot logo. Running stock CLK7, no modifications other than root. Any ideas? I'd like to fix this without a full wipe if possible.
Click to expand...
Click to collapse
You can reflash clk7 stock firmware to restore it without full wipe, but what is the first mod that you have installed?
Will this work on P3113 XXCLK7 ?
Answer my own Q - it won't
epgen said:
You can reflash clk7 stock firmware to restore it without full wipe, but what is the first mod that you have installed?
Click to expand...
Click to collapse
I tried looking for a stock CLK7 firmware image, couldn't find one though. I've taken a nandroid of the broken state (kicking myself for not doing so before flashing mods) and gone to AOKP for now. Actually quite a nice rom, but no IR support is a bummer, since it's one reason I chose this over the Nexus 7. Wondering if this broke because I wasn't de-odexed first, but I thought this mod was specifically built to apply to the stock rom. I have a P3113, fyi.
The first mod I flashed, as I mentioned, was the most recent version of your tablet UI fix from the old thread here. That is, unless you count the method I used to root, which I got from here.
I'm wondering if I'd have to go back to the original ICS image, re-upgrade to CLK7 through Kies, and then restore just the data partition from the nandroid backup. Assuming that only files under the system partition were changed by this mod, I would think that would work, but I'm clearly no expert on this.
Sorry - New at This
Hello,
I apologize that I am new at this and this is probably a dumb question. I've never rooted or flashed any of my Android devices, but with the new interface they pushed to 7' tablets with Jelly Bean, they have forced me to learn. I hate it.
I really have tried to look, but haven't found what I am looking for so I am hoping someone could point me in the right direction. Is there a step by step guide on how to do this somewhere? I'm a computer tech, so I am sure with a basic guide I could figure it out. I just don't know enough about the process and I am afraid of messing my tablet up if I just wing it...
Thanks,
epgen, hello again Trying to make such mod for russian 4.1.2 firmware, already succsseded in odexing(script not worked too, odexed through manual commands in adb-shell in CWM) and modifying files, but I have one question: clock with upper part of notification panel in landscape easily goes off-screen even when 2-3 notifications available. Have you fixed it? If so - can you say how? Thank you

[Q] CM10.1 RC2 Question

Hello,
Sorry if I'm not supposed to make a new thread, but I didn't know where I should ask a question.
I just clean installed CM10.1 RC2 on my captivate because my phone was getting really buggy. Everything works great and smoothly again, but I can't seem to find how to change the number of rows on my homescreen anymore. I thought it used to be under Settings --> Launcher --> Homescreen, but I don't see any options for changing number of grids anywhere. Did they remove this from RC2, or did they move the location of these settings? Or is it possible the settings didn't make it on my phone when I flashed for some reason?
I was previously on RC1, so I'm not sure what they updated in RC2. Please help me if you can. Thank you very much.
tonitron1 said:
Hello,
Sorry if I'm not supposed to make a new thread, but I didn't know where I should ask a question.
I just clean installed CM10.1 RC2 on my captivate because my phone was getting really buggy. Everything works great and smoothly again, but I can't seem to find how to change the number of rows on my homescreen anymore. I thought it used to be under Settings --> Launcher --> Homescreen, but I don't see any options for changing number of grids anywhere. Did they remove this from RC2, or did they move the location of these settings? Or is it possible the settings didn't make it on my phone when I flashed for some reason?
I was previously on RC1, so I'm not sure what they updated in RC2. Please help me if you can. Thank you very much.
Click to expand...
Click to collapse
You need a 3rd party launcher, like Nova.

Change font back to stock

Hi. I've installed a theme which changed my font.
Now I can't change it back to stock.
I've tried to enable the default themes but no luck, the font is still this cartoonish one.
I found a useful solution.
Change to this theme* to get Helvetica, which is almost like stock, then change to your desired theme. If your theme doesn't come with a font then it will not be replaced.
*This theme http://forum.xda-developers.com/huawei-p8/how-to/font-emui-theme-versions-t3290516
I wnat to back my default front in my huawei p9 lite please help me...
Same problem here
http://forum.xda-developers.com/showthread.php?t=3450304

Categories

Resources