{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is a guide to show hidden android 4.3 features like OP.APP and Latin Ime Debug Settings (there's themes inside!! )... on developer options
If You want to add this to Your ROM or try make for stock Odex follow these guidelines using Apktool and Notepad++ (There's a plenty of guides on XDA ):
1) Install framework-res from the ROM
2) Decompile Settings.apk from the ROM
3) Navigate to /res/xml and find/open development_prefs.xml in Notepad++
4) Put GREEN lines at the end of the file to show like this:
Code:
<CheckBoxPreference android:title="@string/disable_overlays" android:key="disable_overlays" android:summary="@string/disable_overlays_summary" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/debug_monitoring_category" android:key="debug_monitoring_category">
<CheckBoxPreference android:title="@string/strict_mode" android:key="strict_mode" android:summary="@string/strict_mode_summary" />
<CheckBoxPreference android:title="@string/show_cpu_usage" android:key="show_cpu_usage" android:summary="@string/show_cpu_usage_summary" />
<ListPreference android:persistent="false" android:entries="@array/track_frame_time_entries" android:title="@string/track_frame_time" android:key="track_frame_time" android:entryValues="@array/track_frame_time_values" />
<ListPreference android:persistent="false" android:entries="@array/enable_opengl_traces_entries" android:title="@string/enable_opengl_traces_title" android:key="enable_opengl_traces" android:entryValues="@array/enable_opengl_traces_values" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/debug_applications_category" android:key="debug_applications_category">
<CheckBoxPreference android:title="@string/immediately_destroy_activities" android:key="immediately_destroy_activities" android:summary="@string/immediately_destroy_activities_summary" />
<ListPreference android:persistent="false" android:entries="@array/app_process_limit_entries" android:title="@string/app_process_limit_title" android:key="app_process_limit" android:entryValues="@array/app_process_limit_values" />
<CheckBoxPreference android:title="@string/show_all_anrs" android:key="show_all_anrs" android:summary="@string/show_all_anrs_summary" />
<CheckBoxPreference android:title="@string/experimental_webview" android:key="experimental_webview" android:summary="@string/experimental_webview_summary" />
[B][COLOR="Lime"][COLOR="SeaGreen"] </PreferenceCategory>
<PreferenceCategory android:title="LatinImeGoogle Debug Mode" android:key="english_ime_debug_settings">
<PreferenceScreen android:title="Android keyboard Debug settings" android:key="english_ime_debug_settings">
<intent android:targetPackage="com.google.android.inputmethod.latin" android:action="android.intent.action.MAIN" android:targetClass="com.android.inputmethod.latin.DebugSettingsActivity" />
</PreferenceScreen>
</PreferenceCategory>
<PreferenceCategory android:title="App Permission Manager" android:key="app_ops_settings">
<PreferenceScreen android:title="@string/app_ops_settings" android:key="app_ops_settings">
<intent android:targetPackage="com.android.settings" android:action="android.intent.action.MAIN" android:targetClass="com.android.settings.Settings$AppOpsSummaryActivity" />
</PreferenceScreen>
</PreferenceCategory>[/COLOR][/COLOR][/B]
</PreferenceScreen>
And recompile back properly.
Related
I hope a screen shot says a thousand words?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I followed the mods in this thread for centre time and date, and it has caused my notifications to shift across also.
http://forum.xda-developers.com/showpost.php?p=19760562&postcount=3
If I have a few notifications here they actually display all through my time and mix. It looks terrible. I can't show it here, but you can see that they are getting close in the screen shot. I want todrag them back to where the arrow is pointing?
Is there anyway of keeping centred date and time, but making notifications display in the standard position?
James
Also occassionally all my status bar icons disappear? If I take a screenshot they always return again? I can't figure this out? The following two shots taken within a second and a half of each other?
center clock
HTML:
Your line:
<com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="center" android:paddingTop="3.0px" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:layout_weight="1.0" />
Test This:
<com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="center" android:paddingLeft="6.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
I don't have RC4.2 for testing.
You can try to modify only this line and report.
Thanks.
Sweet man! thanks will try it as soon as I get home.
It sort of works?
It makes it adjust to the far left when it is normal, but it jumps back again when I plug in USB
Also there is a big black chunk still appearing on odd occassions? Why no consistency?
Hey guys,
I like a clean look and weather pro's widget bg is pants gradiant. I would prefer a nice clear bg but can't figure out how to mod this. Any ideas?
here's how it looks:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Cheers!
If the background isn't in the drawable folders it'll probably be a shape with gradient values in one of the xmls
Sent from my GT-I9100 using xda premium
Yeah that's what I'm trying to figure out!
I've emailed th developer about an update with transparent options for the widget is let's see what happens!
I just give it a try for myself.
I used GUI APK Tool to De- and Recompile the app.
It's my very first try so I tried to make it analog to the SGS 3 Guide for Transparent Home Screen Statusbar.
At least I didn't find out how to make the borders of the widget invisible, but the Widget itself is now completely transparent. Maybe I will find a hint for it next time, but for now I don't know any further.
I made it only for the 4x2 widget without clock, but probably all all widgets without clock are now full transparent (this with clock will have a 25% transparent frame).
To do so I needed to edit the files:
res/drawable/widget_bg1.xml
.../widget_bg2.xml
.../widget_daybg.xml
From:
Code:
<gradient android:startColor="#7f000000" android:endColor="#7f000000" android:angle="90.0" android:centerY="0.2" android:centerColor="#7fffffff" />
To:
Code:
<gradient android:startColor="#00000000" android:endColor="#00000000" android:angle="90.0" android:centerY="0.2" android:centerColor="#7fffffff" />
I added the edited files to this post, so you just have to decompile your app, overwrite the 3 files with mine, recompile and sign it.
Hi all the theme developers, is there anyone of you can shine some light on how to change the carrier text color?
I am currently developing a theme for cm10.1/AOKP and I'm bumped with this problem.
Any help is highly appreciated. Thank you in advance.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
@vicino, will you help me?
wai10691 said:
@vicino, will you help me?
Click to expand...
Click to collapse
Sure,
For CM10 Themes:
1. Open res\xml\com_android_systemui.xml and add this line:
Code:
<item name="style/TextAppearance.StatusBar.Expanded.Network">@style/TextAppearance.StatusBar.Expanded.Network</item>
2. Go to res\values\styles.xml and add this style:
Code:
<style name="TextAppearance.StatusBar.Expanded.Network" parent="@style/TextAppearance.StatusBar.Expanded.Date">
<item name="android:textColor">#ff999999</item>
</style>
3. Change the "android:textColor">#ff999999 for any color you want.
You're a life saver. Million thanks. One day I will return the favor.
[/COLOR]
vicino said:
Sure,
For CM10 Themes:
1. Open res\xml\com_android_systemui.xml and add this line:
Code:
<item name="style/TextAppearance.StatusBar.Expanded.Network">@style/TextAppearance.StatusBar.Expanded.Network</item>
2. Go to res\values\styles.xml and add this style:
Code:
<style name="TextAppearance.StatusBar.Expanded.Network" parent="@style/TextAppearance.StatusBar.Expanded.Date">
<item name="android:textColor">#ff999999</item>
</style>
3. Change the "android:textColor">#ff999999 for any color you want.
Click to expand...
Click to collapse
Thanks, I added carrier label into status bar from this: http://forum.xda-developers.com/showthread.php?t=2295136 and I'm using Paranoid rom, Can you guide me how change the color of carrier base on changing status bar icon color in Paranoid setting. Thanks so much
:good::good::good:
hi!
i woulde to delete the darke space betwine 2 notifications it is a modification in status bare.xml or a png in framwork.res or system UI? help pleas :crying:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
terminator2012 said:
hi!
i woulde to delete the darke space betwine 2 notifications it is a modification in status bare.xml or a png in framwork.res or system UI? help pleas :crying:
Click to expand...
Click to collapse
hi, maybe in SystemUI/res/values/dimens.xml
in line:
Code:
<dimen name= "jelly_statusbar_notification_divider_height" > 6dp </dimen>
6 -> 1dp
gulyuk.s said:
hi, maybe in SystemUI/res/values/dimens.xml
in line:
Code:
<dimen name= "jelly_statusbar_notification_divider_height" > 6dp </dimen>
6 -> 1dp
Click to expand...
Click to collapse
thnx but ther is not dimens.xml i am not in cm10.1 iam in cm7.2 and in SystemUI/res/values ther is
power_widget_button.xml
battery_low.xml
status_bar.xml
status_bar_expanded.xml
status_bar_icon.xml
status_bar_latest_event.xml
status_bar_tracking.xml
terminator2012 said:
iam in cm7.2
Click to expand...
Click to collapse
I know, it's jellyheader by Achep integrated in SystemUI, can you give me your SystemUI and framework-res.apk?
gulyuk.s said:
I know, it's jellyheader by Achep integrated in SystemUI, can you give me your SystemUI and framework-res.apk?
Click to expand...
Click to collapse
my system ui and my framwork.res: www.mediafire.com/download/rac83r4ax2xg2j9/SystemUI_de_jelly_belly_et_framework-res_de_monsterX.zip
:good:
i hop you can help me!!!
any one can help me?
CHANGING THE SIZE OF SOME UI OBJECTS IN CYANOGENMOD THEMES​
Disclaimer:
I will not be held responsible if you brick your ROM, nor will I held responsible if your phone is permanently dead for reasons of your own stupidity. Even though my small contributions to XDA-Developers are harmless, they may turn evil and attack your phone. Crying, pain, beatings and even death may be caused by this. I may be able to correct what you have done to your phone but successful recovery or data recovery is not guaranteed. SO PLEASE DO A NANDROID BACKUP
Requirements
APK Multi-Tool
Basic decompiling/recompiling knowledge
A file explorer (I'd be worried if you don't have one)
A text editor (Notepad ++ recommended for Windows and Kate recommended for Linux)
Cyanogenmod theme you wish to edit
Notice(s)
Code:
You may not publish the modified theme without asking the developer. It is not okay to share any modifications unless the developer is okay with it. This is intended for personal use only.
GUIDE
After babbling on forever, let do this! It's a very simple case of modifying an XML file.
1) Put the theme in the 'place-apk-here-for-modding' folder. If you don't see this: Click me.
2) Select option 9 to decompile APK.
3) Now in the 'projects' folder you should see a folder name *.apk (where '*' is the name of your origanal APK)
4) Goto res>values and open up styles.xml in your editor.
5) Find:
Code:
item name="android:windowTitleSize">(number)dip</item>
There will be a number instead of the text 'number'. It will be under the <style> tag of your theme name.
6)Replace the (number)dip with the number of your choice. The Action bar in android 3.0+ is 48.0dip so I'll be using that:
Code:
<item name="android:windowTitleSize">48.0dip</item>
7) Close all folders and select 'Recompile and you're done!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}