> Attention!

New threads need to be created only inroot partition! In the future, they will be processed by moderators.



Decorating Orders Desk for Sony Ericsson and Sony Xperia | Mods, graphics, translations and other tuning



Rep: (245)
Attached Image

Logo author muzontnt

In this topic we leave requests for changing and editing system files, changing graphics in applications, mods, etc.


Links to relevant and useful topics:

Forum Rules | Icons, dock bars and backgrounds | Wallpaper | Search for themes, icons, wallpapers, widgets | Photoshop | Editing framework-res.apk | New way to change applications (translation) | Lessons, FAQ on editing system resources | Pantry Graphics | Battery Indicator Percentage

The rules of the topic.
  1. In this thread, we leave requests for changing graphics in applications, creating mods, etc.
    All questions on search, resizing, color, etc. set in the profile topics.
  2. Strictly prohibited questions; how to install, how to set permissions, where to copy a file, etc. etc.
    This topic is not for consultation, only the execution of orders!

  3. We describe all requests as completely as possible, we write concisely, so that everyone can understand what it is about.
    When composing a message, it is necessary to indicate the version of the firmware, the code / deodex, whether a mod has already been installed, wishes, attach files for editing, etc.
  4. Be sure to attach frames from the firmware, in addition to the system files that are intended for editing. The frames (located in the system \ framework) are called files.
    framework-res.apk and SemcGenericUxpRes.apk


    In the absence of the necessary files, the request will be denied and the order will be deleted.

  5. To fully understand your desires, be sure to supplement your orders with screenshots.
  6. It is forbidden to upload screenshots in BMP format.
  7. Registration of messages with a request for modification is allowed only in accordance with the template.
    All non-template messages will be deleted without warning!
  8. The topic is fully subject to the rules of the forum.
    Failure to comply is punishable.
  9. Removed without warning:messages containing images outside the spoiler;

General conditions and recommendations:
  • Patiently waiting for an answer. Duplication of messages is prohibited by the Rules of the forum.
  • The one who undertakes to help writes an approximate answer: "Nick (the one who wants the decorator), I'll do it."
    Conducting dialogue in the process of creating a mod to implement in QMS
  • If the order is made, add it at the bottom of the post.
    [SIZE = 3] [COLOR = green] [B] Done [/ B] [/ COLOR] [/ SIZE]

  • Acknowledgments: If you want to thank the user for the help, do not write the message “Thank you! You are super!!!".
    Just press the buttonAttached Imagenext to his reputation.
    If you do not have 15 helpful posts, ask the moderator to raise the reputation of the person who helped you through the buttonAttached Image
  • If you used material from this topic in your work, be sure to include the name of the author.

Manuals
Mods made in this topic
Android 2.3

Android 4.X
Dialers


Lockscreen BLACKBERRY TEN !!! For HDPI phones ("Android 4.0.x (ICS) - 587")
Vibration with line busy, call completed. For HDPI 587 4.0.4
Modified Conversations from SXZ for phones of 2011!
scrubbers (sliders) with normal markers for HDPI
Themes from Xperia Z
Sony Xperia в„ў HDPI Butanimation
SMS (Conversations.apk) with xperia Z
Laucher 5.1.S.0.0 modified with graphics (for 2012 models)
Xperia AX_v1beta mod
The final version of the new launcher from T-patches!
curtain with 20 corners and settings 6.0
Fully customizable curtain with 20 widgets (with Small Apps support) , The same curtain with fixed transparency
Minimod (working on all bodies of the 2011 line on firmware .431 and .587)
Shutter with interest (587 firmware) (with support for Small Apps)
status bar with a clock in the middle
Reduced font in setting and lock screen
"Stretched" setting without add. points (option 3), but with WaiFay location:here
Background reading from applications and without mourning frames:here
"Stretched" setting without NaviBar (option 2):here
Another setting (var. 2) with a different location ext. items:here
Framework with slightly modified graphics:here
Another framework with modified graphics:here
Shutters "designer"here
Shutter v7here
Shutter for SXS + m7 Control Panel!Here

AndroidKK 4.4.2 - 4.4.4



Post design template.
Copy to your message and fill.
[CENTER] [size = 3] [b] [COLOR = crimson] Application for editing. [/ COLOR] [/ b] [/ size] [/ CENTER]
[B] Device Name [/ B] - we indicate the exact model
[B] Android version [/ B] - we indicate the version of the android and the firmware version (coke or deodex)
[SPOILER = Wishes. What should be done:] VERY DETAILED DESCRIBE WHAT IT IS NECESSARY TO DO [/ SPOILER]
[SPOILER = Screenshots:] indicate in the screenshots that we want to change [/ SPOILER]
[b] [color = "darkblue"] Files: [/ color] [/ b] HERE POST THE ARCHIVE WITH ALL NECESSARY FILES (be sure to attach your framework-res.apk and SemcGenericUxpRes.apk files from the framework folder)


topic curator sergos77

Post has been editedsergos77 - 21.03.16, 14:45
Reason for editing: cap update



Rep: (2086)
Manual for reading tabs in Sonevskih NOT prog

In Sonevskih prog as follows:
Attached Image

open framework-res \ res \ values ​​\ styles.xml
change:
<style name = "Widget.TabWidget" parent = "@ style / Widget">
<item name = "textAppearance">@ Style / TextAppearance.Widget.TabWidget</ item>
<item name = "ellipsize">marquee</ item>
<item name = "gravity">fill_horizontal | center</ item>
<item name = "divider">@null</ item>
<item name = "singleLine">true</ item>
<item name = "tabStripLeft">@ drawable /tab_bottom_left</ item>
<item name = "tabStripRight">@ drawable /tab_bottom_right</ item>
<item name = "tabStripEnabled">true</ item>
<item name = "tabLayout">@ Layout /tab_indicator</ item>
on:
<style name = "Widget.TabWidget" parent = "@ style / Widget">
<item name = "textAppearance">@ Style / TextAppearance.Widget.TabWidget</ item>
<item name = "ellipsize">marquee</ item>
<item name = "gravity">fill_horizontal | center</ item>
<item name = "divider">@null</ item>
<item name = "singleLine">true</ item>
<item name = "tabStripLeft">@ drawable /semc_tab_bottom_left</ item>
<item name = "tabStripRight">@ drawable /semc_tab_bottom_right</ item>
<item name = "tabStripEnabled">true</ item>
<item name = "tabLayout">@ Layout /semc_tab_indicator</ item>

further change:
<style name = "Widget.Holo.TabWidget" parent = "@ style / Widget.TabWidget">
<item name = "divider">? dividerVertical</ item>
<item name = "tabStripLeft">@null</ item>
<item name = "tabStripRight">@null</ item>
<item name = "tabStripEnabled">false</ item>
<item name = "measureWithLargestChild">true</ item>
<item name = "showDividers">middle</ item>
<item name = "dividerPadding">8.0dip</ item>
<item name = "tabLayout">@ Layout /tab_indicator_holo</ item>
on:
<style name = "Widget.Holo.TabWidget" parent = "@ style / Widget.TabWidget">
<item name = "divider">? dividerVertical</ item>
<item name = "tabStripLeft">@null</ item>
<item name = "tabStripRight">@null</ item>
<item name = "tabStripEnabled">false</ item>
<item name = "measureWithLargestChild">true</ item>
<item name = "showDividers">middle</ item>
<item name = "dividerPadding">8.0dip</ item>
<item name = "tabLayout">@ Layout /semc_tab_indicator_holo_dark</ item>

further change:
<style name = "Widget.Holo.Light.Tab" parent = "@ style / Widget.Holo.Light.ActionBar.TabView">
<item name = "background">@ drawable /tab_indicator_holo</ item>
<item name = "layout_width">0.0dip</ item>
<item name = "minWidth">80.0dip</ item>
<item name = "layout_weight">1.0</ item>
on:
<style name = "Widget.Holo.Light.Tab" parent = "@ style / Widget.Holo.Light.ActionBar.TabView">
<item name = "background">@ drawable /semc_tab_indicator_holo_light</ item>
<item name = "layout_width">0.0dip</ item>
<item name = "minWidth">80.0dip</ item>
<item name = "layout_weight">1.0</ item>

and further:
change:
<style name = "Widget.Holo.ActionBar.TabView" parent = "@ style / Widget.ActionBar.TabView">
<item name = "background">@ drawable /tab_indicator_ab_holo</ item>
<item name = "paddingLeft">16.0dip</ item>
<item name = "paddingRight">16.0dip</ item>
on:
<style name = "Widget.Holo.ActionBar.TabView" parent = "@ style / Widget.ActionBar.TabView">
<item name = "background">@ drawable /semc_tab_indicator_ab_holo_dark</ item>
<item name = "paddingLeft">16.0dip</ item>
<item name = "paddingRight">16.0dip</ item>

and:
change:
<style name = "WindowTitleBackground">
<item name = "background">@ drawable /title_bar</ item>
on:
<style name = "WindowTitleBackground">
<item name = "background">@ drawable /semc_title_bar</ item>


Continued here:Advance orders for jewelry for Sony Ericsson and Sony Xperia (Post # 25084360)

result:
Attached Image


Post has been editedmuzontnt - 07.10.13, 18:42



Rep: (2086)
Manual reading of the text editor is NOT prog Sonevskih

Holo-Style in blue strip in a text editor
We do it to be so: D
Attached Image
Attached Image

open framework-res \ res \ values ​​\ styles.xml
line 227
<item name = "editTextBackground">@ drawable /edit_text</ item>
change to:
<item name = "editTextBackground">@drawable/ semc_edit_text</ item>

line 1073
<item name = "editTextColor">? textColorPrimary</ item>
<item name = "editTextBackground">@ drawable /edit_text_holo_dark</ item>
change to:
<item name = "editTextColor">@ Color / semc_edittext_color_dark</ item>
<item name = "editTextBackground">@drawable/ semc_edit_text_holo_dark</ item>

andline 1315
<item name = "editTextColor">? textColorPrimary</ item>
<item name = "editTextBackground">@ drawable /edit_text_holo_light</ item>
change to:
<item name = "editTextColor">@ Color / semc_widget_text_color_light</ item>
<item name = "editTextBackground">@ drawable /semc_edit_text_holo_light</ item>

and further:line 1079item name = "textCursorDrawable">@ Drawable / text_cursor_holo_dark</ item>we changedarkonlight

Post has been editedmuzontnt - 28.09.13, 16:48
Reason for editing: + from mr.dyaykin, supplemented by the cursor



Rep: (133)
Manual reading of "checkboxes", "Radio", "a Button", and to the end "Tabov" Sony Style

muzontnt
he made a couple of adjustments), and your manual on "Tabam" activates not the tabs as "indicators" tabs ....
Attached Image
Attached Image

small addition,Button
<style name = "Widget.Holo" parent = "@ style / Widget" />
<style name = "Widget.Holo.Button" parent = "@ style / Widget.Button">
<item name = "textAppearance">? textAppearanceMedium</ item>
<item name = "textColor">@ Color / primary_text_holo_dark</ item>
<item name = "background">@ drawable /semc_btn_default_holo_dark</ item>
<item name = "minWidth">64.0dip</ item>
<item name = "minHeight">48.0dip</ item>
</ style>
<style name = "Widget.Holo.Button.Small" parent = "@ style / Widget.Holo.Button">
<item name = "textAppearance">? textAppearanceSmall</ item>
<item name = "textColor">@ Color / primary_text_holo_dark</ item>
<item name = "background">@ drawable /semc_btn_default_holo_dark</ item>
<item name = "minWidth">48.0dip</ item>
<item name = "minHeight">48.0dip</ item>
</ style>

and throw with the replacement of
Attached fileres.rar(4.27 KB)

and before the pile: D,checkboxes, "Radio"
Attached Image
Attached Image
Attached Image

this
1003 <item name = "listChoiceIndicatorSingle">@ drawable /semc_btn_radio_holo_dark</ item>
1004 <item name = "listChoiceIndicatorMultiple">@ drawable /semc_btn_check_holo_dark</ item>

and this
1245 <item name = "listChoiceIndicatorSingle">@ drawable /semc_btn_radio_holo_light</ item>
1246 <item name = "listChoiceIndicatorMultiple">@ drawable /semc_btn_check_holo_light</ item>

P.s. checkboxes took over not only the style of Sony, but also animation : D
Tabs Fully take the style of Sony: dancer:
Attached Image

to dark theme
<style name = "Widget.Holo.ActionBar" parent = "@ style / Widget.ActionBar">
<item name = "progressBarStyle">@ Style / Widget.Holo.ProgressBar.Horizontal</ item>
<item name = "background">@ drawable /semc_ab_transparent_dark_holo</ item>
<item name = "divider">? dividerVertical</ item>
<item name = "titleTextStyle">@ style / TextAppearance.Holo.Widget.ActionBar.Title</ item>
<item name = "subtitleTextStyle">@ Style / TextAppearance.Holo.Widget.ActionBar.Subtitle</ item>
<item name = "indeterminateProgressStyle">@ Style / Widget.Holo.ProgressBar</ item>
<item name = "progressBarPadding">32.0dip</ item>
<item name = "itemPadding">8.0dip</ item>
<item name = "backgroundStacked">@ drawable /semc_ab_stacked_transparent_dark_holo</ item>
<item name = "backgroundSplit">@ drawable /semc_ab_bottom_transparent_dark_holo</ item>

and that's for the light
<style name = "Widget.Holo.Light.ActionBar" parent = "@ style / Widget.Holo.ActionBar">
<item name = "progressBarStyle">@ Style / Widget.Holo.Light.ProgressBar.Horizontal</ item>
<item name = "background">@ drawable /semc_ab_transparent_light_holo</ item>
<item name = "titleTextStyle">@ style / TextAppearance.Holo.Widget.ActionBar.Title</ item>
<item name = "subtitleTextStyle">@ Style / TextAppearance.Holo.Widget.ActionBar.Subtitle</ item>
<item name = "homeAsUpIndicator">@ Drawable / ic_ab_back_holo_light</ item>
<item name = "indeterminateProgressStyle">@ Style / Widget.Holo.Light.ProgressBar</ item>
<item name = "backgroundStacked">@ drawable /semc_ab_stacked_transparent_light_holo</ item>
<item name = "backgroundSplit">@ drawable /semc_ab_bottom_transparent_light_holo</ item>


Post has been editedmr.dyaykin - 17.09.13, 07:39



Rep: (3)
art0502ver @ 15.09.2013, 06:27*
after installing the mod all photos on the contacts will have to reassign, or will not see the effect of
did for deodeks for The Code owners should be further remove SemcContactsProvider.odex and SemcPhone.odex files system / app path
Try: Mod_Phone_White_Large_Acro_S.zip (6.89 MB)

I deodeks firmware after installing fashion photo reappointed, but when zvonish screen black square.



Rep: (1267)
mr.dyaykin @ 16.09.2013, 13:13*
and another to the heap

I'll tell you later how to do Spinners color theme
Attached Image
Attached Image


Post has been editedvalday456 - 16.09.13, 13:48



Rep: (2086)
mr.dyaykin @ 16.09.2013, 16:13*
but also animation

Ltd! Cool!

Attached filestylesMUZ.rar(22,41 РљР‘)


Post has been editedmuzontnt - 16.09.13, 14:30



Rep: (1267)
mr.dyaykin @ 16.09.2013, 13:13*
checkboxes took over not only the style of Sony, but also animation

muzontnt @ 16.09.2013, 15:20*
Ltd! Cool!

I told you yesterday about the checkboxes said screen and overlaid



Rep: (2086)
valday456, : D I thought they read from the animation anim folder, and then just in the script consecutive prescribed image that reads the checkbox



Rep: (133)
muzontnt
yeah: P



Rep: (31)
Lads. Can someone adapt this widget for Xperia Z -proshivka 244 (The Code), Ruth is. (Well, not installed, that just did not do)Attached fileClockWidgets.apk(1.43 MB)

sorry - the picture is not a spoiler zaskachila (and not deleted)

Attached images
Attached Image


Post has been editedEvgeniy126 - 16.09.13, 15:05



Rep: (1267)
Evgeniy126 @ 16/09/2013, 15:36*
to this widget working on Xperia Z

I need a table and watch Hons Hons then earn



Rep: (2086)
Evgeniy126, Home.apk should be put out of Honami and throw additional fonts in the fonts folder



Rep: (133)
muzontnt @ 16.09.2013, 18:07*
additional fonts to throw in the fonts folder

oo)), I did not throw Th. Do not share fonts)?



Rep: (2086)
mr.dyaykin, uh, they have me there happened to be, demolished the clock widget, do not use, and then take: http://forum.xda-developers.com/showthread.php?t=2349266

under spoiler:
For Clock Widgets
There are 2 methods


Post has been editedmuzontnt - 16.09.13, 15:38



Rep: (1267)
muzontnt @ 16.09.2013, 16:07*
and additional fonts to throw in the fonts folder

opa interesting
testers can and can not be a slave table Hons run just because the font?



Rep: (133)
muzontnt
In short picking your style, a lot of different interesting things found, but the tabs and did not take Sony style ((



Rep: (1267)
mr.dyaykin @ 16.09.2013, 17:08*
but tabs and did not take Sony style

similarly



Rep: (112)
I understand that I write a little here but still, those who engage in modes not seen anywhere if these icons?
Attached Image



Rep: (2086)
mr.dyaykin @ 16.09.2013, 20:08*
but tabs and did not take Sony style

valday456 @ 16.09.2013, 20:21*
similarly

: Scratch_one-s_head: strange

activity_title_bar.9.png is responsible for the upper substrate, on which is written the name of a program, there is a script on the way \ framework-res \ res \ drawable \ title_bar.xml
This file is in Sony-style called semc_activity_title_bar.9.png is in the framework-res \ res \ drawable \ semc_title_bar.xml
sootvetsstvenno change
3107 <style name = "WindowTitleBackground">
3108 <item name = "background">@ drawable /title_bar</ item>
on
<style name = "WindowTitleBackground">
<item name = "background">@ drawable /semc_title_bar</ item>

Post has been editedmuzontnt - 16.09.13, 18:50



Rep: (133)
muzontnt
Already the current Che did not try)), have no idea why there is not "Tab"

Post has been editedmr.dyaykin - 16.09.13, 18:30


Full version    

Help     rules

Time is now: 28/09/20, 12:34