> Attention!

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


14 pagesV  < 1 2 3 4 5 6 > »  
 
REPLY
> Modifications of software and decorations for ZTE V5
DEMONTER007
Message#1
10.12.14, 09:41
↕♔↕
*******
[offline]

Group: Friendssavagemessiahzine.com
Messages 1255
Check in: 08.10.11

Reputation:-  252  +

Modifications of software and decorations for

ZTE V5 download



Description | Discussion | Firmware | Forum Rules

Rules of conduct in the topic, recommendations on the design of posts. Read a must.

  1. Before making a message with decorations, it is recommended to check whether widgets, icons, live wallpapers, wallpapers, etc. have already been placed on our forum.
    If this is already on the forum, give a link to the profile topic.
    In the case of a replay, the files will be deleted.
  2. If you want to share files that are absent from the forum (Launchers, icons, widgets, programs, wallpapers, live wallpapers, etc.), do this in profile topics and sections.
    In this thread, leave only the link to the file posted.
  3. Offtopic and flood prohibited and punishable!
  4. Widget search is conducted inFinding Themes, Widgets, Wallpapers, etc.
  5. Search programs are conducted inSearch for programs for Android OS
  6. Wallpaper looking inScreen wallpaper


Patterns of modifications and other decorations
Copy the content into your message and fill

Template for modifications:
>>One screenshot, and the rest under the spoiler.
>>For your modifications, put a MOD mark indicating changes
>>When updating the content, reload the file in the existing post, and with the new post we write: "Update: [Theme] Theme. 11/11/1911." (the title should be a link and lead to relevant content)

[CENTER] [SIZE = 3] [B] [COLOR = royalblue] Here we write the name of the mod [/ COLOR] [/ B] [/ SIZE] [/ CENTER]
[CENTER] Insert the main screenshot here [/ CENTER]
[COLOR = blue] [B] Author [/ B] [/ COLOR]: Specify the author
[COLOR = blue] [B] Firmware [/ B] [/ COLOR]: Specify the version / number, code / deodex
[COLOR = blue] [B] Description [/ B] [/ COLOR]: The most complete description of the mod
[SPOILER = Extras. screenshots] If there are additional screenshots, then insert it here [/ SPOILER]
[COLOR = blue] [B] Installation [/ B] [/ COLOR]: Specify the installation method / method
[COLOR = blue] [B] Download [/ B] [/ COLOR]: Attach files to download


Template for other decorations (themes, icons, widgets, programs, etc.):

[CENTER] [SIZE = 3] [B] [COLOR = royalblue] Here we write the name [/ COLOR] [/ B] [/ SIZE] [/ CENTER]
[CENTER] Insert a screenshot here (if any) [/ CENTER]
[COLOR = blue] [b] Posted by: [/ b] [/ COLOR] if there is
[COLOR = blue] [B] Description [/ B] [/ COLOR]: Full description
[COLOR = blue] [B] Download link [/ B] [/ COLOR]: Give a link to download
[COLOR = blue] [B] Installation instructions [/ B] [/ COLOR]: Write the instructions here



Jewelry catalog
Topics

Embellishments

Icons
  • ...
  • ...
  • ...
  • ...

Modifications

Bootanimation

Instructions, useful links


Remember:
Everything you do - you do at your own peril and risk!
The authors of the modifications and the Administration of the forum is not responsible for the performance of your devices!


Be mutually polite! On our forum, it is customary to express gratitude by raising the reputation of a particular participant. If you want to thank the user for the published decoration, clickPicturenext 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 buttonPicture


Post has been editedfil - 25.03.17, 11:07
Reason for editing: Splash screens by rammist
roky_rs
Message#22
12.12.14, 14:29
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 376
Check in: 30.07.11
Nokia Lumia 730 Dual Sim

Reputation:-  409  +

Modify the clock and date on the lock screen (as on the iphone)

Attached Image

We disassemble Keyguard.apk
Go along the path \ Keyguard \ res \ values ​​\ dimens.xml and search and edit this way.
It was
<dimen name = "lockscreen_def_colck_text">60.0dip</ dimen>
<dimen name = "lockscreen_def_colck_am_pm_text">12.0dip</ dimen>
<dimen name = "lockscreen_def_colck_date_text">12.0dip</ dimen>

It became
<dimen name = "lockscreen_def_colck_text">90.0dip</ dimen>
<dimen name = "lockscreen_def_colck_am_pm_text">18.0dip</ dimen>
<dimen name = "lockscreen_def_colck_date_text">18.0dip</ dimen>

Next, open \ Keyguard \ res \ layout \ clock_view.xml and edit
It was
<? xml version = "1.0" encoding = "utf-8"?>
<LinearLayout android: orientation = "vertical" android: layout_width = "fill_parent" android: layout_height = "wrap_content"
xmlns: android = "http://schemas.android.com/apk/res/android">
<RelativeLayout android: layout_gravity = "center" android: layout_width = "wrap_content" android: layout_height = "wrap_content">
<TextView android: textAppearance = "? Android: textAppearanceSmall" android: textSize = "@ dimen / lockscreen_def_colck_text" android: textColor = "# ffffffff" android: ellipsize = "none" android: id = "@ id / clock_text" android: layout_width = "wrap_content" android: layout_height = "wrap_content" android: singleLine = "true" android: drawablePadding = "2.0dip" android: layout_centerHorizontal = "true" style = "@ style / shadow_style_for_white_text" />
<LinearLayout android: orientation = "horizontal" android: layout_width = "wrap_content" android: layout_height = "wrap_content" android: layout_marginTop = "1.0dip" android: layout_below = "@ id / clock_text" android: layout_centerHorizontal = "true">

<TextView android: textSize = "@ dimen / lockscreen_def_colck_date_text" android: textColor = "# ffffffff" android: ellipsize = "marquee" android: id = "@ id / date" android: layout_width = "wrap_content" android: layout_height = "wrap_content" android: singleLine = "true" style = "@ style / shadow_style_for_white_text" />
<TextView android: textAppearance = "? Android: textAppearance" android: textSize = "@ dimen / lockscreen_def_colck_am_pm_text" android: textColor = "# ffffffff" android: ellipsize = "none" android: id = "@ id / am_pm" android: layout_width = "wrap_content" android: layout_height = "wrap_content" android: layout_marginLeft = "4.0dip" android: singleLine = "true" style = "@ style / shadow_style_for_white_text" />
</ LinearLayout>
</ RelativeLayout>
<LinearLayout android: layout_gravity = "center" android: orientation = "horizontal" android: paddingTop = "@ dimen / lockscreen_def_owner_info_padding_top" android: layout_width = "wrap_content" android: layout_height = "wrap_content">
<TextView android: textSize = "@ dimen / lockscreen_def_owner_info_text" android: textColor = "# ffffffff" android: ellipsize = "marquee" android: id = "@ id / owner_info" android: layout_width = "wrap_content" android: layout_height = "wrap_con" android: singleLine = "true" style = "@ style / shadow_style_for_white_text" />
</ LinearLayout>
</ LinearLayout>

It became
<? xml version = "1.0" encoding = "utf-8"?>
<LinearLayout android: orientation = "vertical" android: layout_width = "fill_parent" android: layout_height = "wrap_content"
xmlns: android = "http://schemas.android.com/apk/res/android">
<RelativeLayout android: layout_gravity = "center" android: layout_width = "wrap_content" android: layout_height = "wrap_content">
<TextView android: textAppearance = "? Android: textAppearanceSmall" android: textSize = "@ dimen / lockscreen_def_colck_text" android: textColor = "# ffffffff" android: ellipsize = "none" android: id = "@ id / clock_text" android: layout_width = "wrap_content" android: layout_height = "wrap_content" android: singleLine = "true" android: drawablePadding = "0.0dip" android: layout_centerHorizontal = "true" style = "@ style / shadow_style_for_white_text" />
<LinearLayout android: orientation = "horizontal" android: layout_width = "wrap_content" android: layout_height = "wrap_content" android: layout_marginTop = "- 20.0dip" android: layout_below = "@ id / clock_text" android: layout_centerHorizontal = "true">

<TextView android: textSize = "@ dimen / lockscreen_def_colck_date_text" android: textColor = "# ffffffff" android: ellipsize = "marquee" android: id = "@ id / date" android: layout_width = "wrap_content" android: layout_height = "wrap_content" android: singleLine = "true" style = "@ style / shadow_style_for_white_text" />
<TextView android: textAppearance = "? Android: textAppearance" android: textSize = "@ dimen / lockscreen_def_colck_am_pm_text" android: textColor = "# ffffffff" android: ellipsize = "none" android: id = "@ id / am_pm" android: layout_width = "wrap_content" android: layout_height = "wrap_content" android: layout_marginLeft = "4.0dip" android: singleLine = "true" style = "@ style / shadow_style_for_white_text" />
</ LinearLayout>
</ RelativeLayout>
<LinearLayout android: layout_gravity = "center" android: orientation = "horizontal" android: paddingTop = "@ dimen / lockscreen_def_owner_info_padding_top" android: layout_width = "wrap_content" android: layout_height = "wrap_content">
<TextView android: textSize = "@ dimen / lockscreen_def_owner_info_text" android: textColor = "# ffffffff" android: ellipsize = "marquee" android: id = "@ id / owner_info" android: layout_width = "wrap_content" android: layout_height = "wrap_con" android: singleLine = "true" style = "@ style / shadow_style_for_white_text" />
</ LinearLayout>
</ LinearLayout>

Red highlighted part of the edited code
Next, we follow the path \ Keyguard \ res \ values ​​\ strings.xml, search and edit
It was
<string name = "date_format">EEE, MMMM d</ string>

It became
<string name = "date_format">EEEE d MMMM</ string>

We tear off \ Keyguard \ res \ values-en \ strings.xml and edit it in the same way as \ Keyguard \ res \ values ​​\ strings.xml
All is ready.

Post has been editedroky_rs - 21.12.14, 03:13
Lovetz
Message#23
12.12.14, 15:01
patRiot
*********
[offline]

Group: Curators
Messages 12560
Check in: 03.10.06
Sharp Aquos S2 4/64 (SS2)

Reputation:-  2495  +

Roky_rs @ 12.12.2014, 04:27*
Modify the Alarm Clock, start the week from Monday
if someone does for 1.15rus, post the ready file, please. You could have done it yourself, but there is not enough time.


--------------------
Owners Club Sharp aquos S2# 5 * Letv Leeco CDLA Earphone * KZ BTE * Lenovo Watch 9 * ROMOSS SW20 Pro
Minix Neo X7 + Tronsmart tsm-01
art0502ver
Message#24
12.12.14, 15:24
*********
[offline]

Group: Moderators
Messages 7646
Check in: 05.03.09
Xiaomi Mi Max 3 4/64

Reputation:-  4017  +

M
Topic moved to subsectionZTE
Nyc-2008
Message#25
12.12.14, 18:47
Old resident
*******
[offline]

Group: Friendssavagemessiahzine.com
Messages 716
Check in: 26.12.11
LG V20

Reputation:-  75  +

deadmaus5 @ 11.12.2014, 21:36*
The themes are not global, purely icons and wallpapers) there was one global one, I lost it (


If only icons, then you can take from there and apply
I'm preparing a more global upgrade of my theme, but there is a problem with using Photoshop when editing png.9 and png-8
stmen
Message#26
12.12.14, 19:03
Old resident
*******
[offline]

Group: Friendssavagemessiahzine.com
Messages 712
Check in: 25.01.14
Xiaomi Mi 4c Standart

Reputation:-  50  +

Roky_rs @ 12.12.2014, 02:27*
Modify the Alarm Clock, start the week from Monday

Roky_rs @ 12.12.2014, 12:23*
Modifying the stock clock widget

Roky_rs @ 12.12.2014, 13:29*
Modify the clock and date on the lock screen (as on the iphone)

Can you throw off the finished files from yourself? : blush:

Posted 12/12/2014 19:03:

Roky_rs @ 12/10/2014, 10:30 PM*
Disassemble, build and modify boot.img for Windows

And what will it give? :)

Post has been editedstmen - 12.12.14, 19:00
deadmaus5
Message#27
12.12.14, 19:35
blacksmith
******
[offline]

Group: Friendssavagemessiahzine.com
Messages 434
Check in: 08.11.11
Xiaomi Mi 6 6/64

Reputation:-  150  +

Nyc-2008 @ 12.12.2014, 20:47*
If only icons, then you can take from there and apply
I'm preparing a more global upgrade of my theme, but there is a problem with using Photoshop when editing png.9 and png-8

Ready-made themes just do not change anything except wallpapers and icons)
glow2008
Message#28
13.12.14, 21:38
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 101
Check in: 12.03.09

Reputation:-  21  +

Incallui

Attached Image

Modified dialer
Attached Image
Attached Image
Attached Image
Attached Image
Attached Image

https://yadi.sk/d/dyNKJAw-dMQwG
Installation through the recovery

Posted 12/13/2014 21:38:

Contacts

Attached Image

Modified Contacts
https://yadi.sk/d/TR8no0gudMQXY
Installation through the recovery
Nyc-2008
Message#29
14.12.14, 13:48
Old resident
*******
[offline]

Group: Friendssavagemessiahzine.com
Messages 716
Check in: 26.12.11
LG V20

Reputation:-  75  +

To increase the icons in the stock launcher, edit /system/build.prop
add rowro.sf.lcd_density = 320(by default 294)
icons become 96x96 instead of 80x80
Backup is required - we do everything at our own peril and risk
roky_rs
Message#30
15.12.14, 12:22
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 376
Check in: 30.07.11
Nokia Lumia 730 Dual Sim

Reputation:-  409  +

Modify the drop-down menu when creating SMS. Full display of the number of the subscriber. (Choose a number not to the touch !!!)

Attached Image

(Some characters are drawn)

We disassemble Contacts.apk
And we follow the path \ Contacts \ res \ layout \ zte_mms_chips_recipient_dropdown_item.xml and edit it this way
It was
<? xml version = "1.0" encoding = "utf-8"?>
<LinearLayout android: gravity = "center_vertical" android: orientation = "horizontal" android: background = "? Android: activatedBackgroundIndicator" android: paddingLeft = "? Android: listPreferredItemPaddingLeft" android: paddingRight = "? Android: listPreferredItemPaddingReftraftred android: paddingRight ="? fill_parent "android: layout_height ="? android: listPreferredItemHeight "
xmlns: android = "http://schemas.android.com/apk/res/android">
<ImageView android: id = "@ android: id / icon" android: layout_width = "@ dimen / chip_item_photo_size" android: layout_height = "@ dimen / chip_item_photo_size" android: layout_marginRight = "? Android: listPreferredItemPaddingRight" android: src = "? / ic_contact_picture_holo_light "android: scaleType =" centerCrop "android: cropToPadding =" true "/>
<RelativeLayout android: orientation = "horizontal" android: layout_width = "0.0dip" android: layout_height = "fill_parent" android: layout_weight = "1.0">
<TextView android: textAppearance = "? Android: textAppearanceSmall" android: ellipsize = "end" android: gravity = "bottom" android: id = "@ id / text2" android: paddingBottom = "@ dimen / margin_for_mms_lay__view" android: layout_width = " wrap_content "android: layout_height =" fill_parent "android: singleLine =" true "android: layout_alignParentRight =" true "/>
<LinearLayout android: gravity = "center" android: orientation = "vertical" android: id = "@ id / textNameAndNumber" android: layout_width = "fill_parent" android: layout_height = "fill_parent" android: layout_marginRight = "? Android: listPreferredItemPaddingRight" android : layout_toLeftOf = "@ id / text2" android: layout_alignParentLeft = "true">
<TextView android: textAppearance = "? Android: textAppearanceMedium" android: ellipsize = "end" android: id = "@ android: id / title" android: layout_width = "fill_parent" android: layout_height = "wrap_content" android: singleLine = "true "/>
<TextView android: textAppearance = "? Android: textAppearanceSmall" android: ellipsize = "end" android: id = "@ android: id / text1" android: layout_width = "fill_parent" android: layout_height = "wrap_content" android: singleLine = "true "/>
</ LinearLayout>
</ RelativeLayout>
</ LinearLayout>

It became
<? xml version = "1.0" encoding = "utf-8"?>
<LinearLayout android: gravity = "center_vertical" android: orientation = "horizontal" android: background = "? Android: activatedBackgroundIndicator" android: paddingLeft = "10.0dip" android: paddingRight = "10.0dip" android: layout_width = "fill_parent" android: layout_height = "? android: listPreferredItemHeight"
xmlns: android = "http://schemas.android.com/apk/res/android">
<ImageView android: id = "@ android: id / icon" android: layout_width = "@ dimen / chip_item_photo_size" android: layout_height = "@ dimen / chip_item_photo_size" android: layout_marginRight = "10.0dip" android: src = "@ drawable / ic_contact_picture_holder" "android: scaleType =" centerCrop "android: cropToPadding =" true "/>
<RelativeLayout android: orientation = "horizontal" android: layout_width = "0.0dip" android: layout_height = "fill_parent" android: layout_weight = "1.0">
<LinearLayout android: gravity = "center" android: orientation = "vertical" android: id = "@ id / textNameAndNumber" android: layout_width = "fill_parent" android: layout_height = "fill_parent" android: layout_marginRight = "10.0dip" android: layout_alignParentLeft = "true">
<TextView android: textAppearance = "? Android: textAppearanceMedium" android: ellipsize = "end" android: id = "@ android: id / title" android: layout_width = "fill_parent" android: layout_height = "wrap_content" android: singleLine = "true "/>
<TextView android: textAppearance = "? Android: textAppearanceSmall" android: ellipsize = "end" android: id = "@ android: id / text1" android: layout_width = "fill_parent" android: layout_height = "wrap_content" android: singleLine = "true "/>
</ LinearLayout>
</ RelativeLayout>
</ LinearLayout>

The highlighted red line is simply deleted.
All is ready.

Post has been editedroky_rs - 15.12.14, 18:33
IvvanVG
Message#31
15.12.14, 15:50
Old resident
*******
[offline]

Group: Friendssavagemessiahzine.com
Messages 1167
Check in: 28.11.11
ZUK Z2

Reputation:-  204  +

Conductor modification

Edit nubia_myfile.apk \ res \ layout \ file_explorer_category.xml
Replace a piece of code
<LinearLayout android: orientation = "vertical" android: id = "@ id / category_legend" android: layout_width = "fill_parent" android: layout_height = "0.0dip" android: layout_marginRight = "? Android: listPreferredItemPaddingRight" android: layout_weight = "8.0">
<LinearLayout android: orientation = "horizontal" android: layout_width = "fill_parent" android: layout_height = "0.0dip" android: layout_marginLeft = "@ dimen / folder_layout_marginLeft" android: layout_weight = "1.0">
<LinearLayout style = "@ style / CategoryLegendStyle">
<TextView android: id = "@ id / category_legend_picture" android: drawableLeft = "@ drawable / legend_picture" style = "@ style / CategoryLegendTextStyle" />
<TextView android: id = "@ id / category_legend_picture_info" style = "@ style / CategoryLegendInfoTextStyle" />
</ LinearLayout>
<LinearLayout style = "@ style / CategoryLegendStyle">
<TextView android: id = "@ id / category_legend_music" android: drawableLeft = "@ drawable / legend_music" style = "@ style / CategoryLegendTextStyle" />
<TextView android: id = "@ id / category_legend_music_info" style = "@ style / CategoryLegendInfoTextStyle" />
</ LinearLayout>
<LinearLayout style = "@ style / CategoryLegendStyle">
<TextView android: id = "@ id / category_legend_video" android: drawableLeft = "@ drawable / legend_video" style = "@ style / CategoryLegendTextStyle" />
<TextView android: id = "@ id / category_legend_video_info" style = "@ style / CategoryLegendInfoTextStyle" />
</ LinearLayout>
</ LinearLayout>
<LinearLayout android: orientation = "horizontal" android: layout_width = "fill_parent" android: layout_height = "0.0dip" android: layout_marginLeft = "@ dimen / folder_layout_marginLeft" android: layout_weight = "1.0">
<LinearLayout style = "@ style / CategoryLegendStyle">
<TextView android: id = "@ id / category_legend_document" android: drawableLeft = "@ drawable / legend_document" style = "@ style / CategoryLegendTextStyle" />
<TextView android: id = "@ id / category_legend_document_info" style = "@ style / CategoryLegendInfoTextStyle" />
</ LinearLayout>
<LinearLayout style = "@ style / CategoryLegendStyle">
<TextView android: id = "@ id / category_legend_zip" android: drawableLeft = "@ drawable / legend_zip" style = "@ style / CategoryLegendTextStyle" />
<TextView android: id = "@ id / category_legend_zip_info" style = "@ style / CategoryLegendInfoTextStyle" />
</ LinearLayout>
<LinearLayout style = "@ style / CategoryLegendStyle">
<TextView android: id = "@ id / category_legend_apk" android: drawableLeft = "@ drawable / legend_apk" style = "@ style / CategoryLegendTextStyle" />
<TextView android: id = "@ id / category_legend_apk_info" style = "@ style / CategoryLegendInfoTextStyle" />
</ LinearLayout>
</ LinearLayout>
<LinearLayout android: orientation = "horizontal" android: layout_width = "fill_parent" android: layout_height = "0.0dip" android: layout_marginLeft = "@ dimen / folder_layout_marginLeft" android: layout_weight = "1.0">
<LinearLayout style = "@ style / CategoryLegendStyle">
<TextView android: id = "@ id / category_legend_other" android: drawableLeft = "@ drawable / legend_other" style = "@ style / CategoryLegendTextStyle" />
<TextView android: id = "@ id / category_legend_other_info" style = "@ style / CategoryLegendInfoTextStyle" />
</ LinearLayout>
<LinearLayout style = "@ style / CategoryLegendStyle">
<TextView android: id = "@ id / category_legend_system" android: drawableLeft = "@ drawable / legend_system" style = "@ style / CategoryLegendTextStyle" />
<TextView android: id = "@ id / category_legend_system_info" style = "@ style / CategoryLegendInfoTextStyle" />
</ LinearLayout>
<LinearLayout style = "@ style / CategoryLegendStyle" />
</ LinearLayout>
</ LinearLayout>

on
<LinearLayout android: orientation = "vertical" android: id = "@ id / category_legend" android: layout_width = "fill_parent" android: layout_height = "0.0dip" android: layout_marginRight = "? Android: listPreferredItemPaddingRight" android: layout_weight = "8.0">
<LinearLayout android: orientation = "horizontal" android: layout_width = "fill_parent" android: layout_height = "0.0dip" android: layout_marginLeft = "@ dimen / folder_layout_marginLeft" android: layout_weight = "1.0">
<LinearLayout style = "@ style / CategoryLegendStyle">
<TextView android: id = "@ id / category_legend_picture" android: drawableLeft = "@ drawable / legend_picture" style = "@ style / CategoryLegendTextStyle" />
<TextView android: id = "@ id / category_legend_picture_info" style = "@ style / CategoryLegendInfoTextStyle" />
</ LinearLayout>
<LinearLayout style = "@ style / CategoryLegendStyle">
<TextView android: id = "@ id / category_legend_music" android: drawableLeft = "@ drawable / legend_music" style = "@ style / CategoryLegendTextStyle" />
<TextView android: id = "@ id / category_legend_music_info" style = "@ style / CategoryLegendInfoTextStyle" />
</ LinearLayout>
</ LinearLayout>
<LinearLayout android: orientation = "horizontal" android: layout_width = "fill_parent" android: layout_height = "0.0dip" android: layout_marginLeft = "@ dimen / folder_layout_marginLeft" android: layout_weight = "1.0">
<LinearLayout style = "@ style / CategoryLegendStyle">
<TextView android: id = "@ id / category_legend_video" android: drawableLeft = "@ drawable / legend_video" style = "@ style / CategoryLegendTextStyle" />
<TextView android: id = "@ id / category_legend_video_info" style = "@ style / CategoryLegendInfoTextStyle" />
</ LinearLayout>
<LinearLayout style = "@ style / CategoryLegendStyle">
<TextView android: id = "@ id / category_legend_document" android: drawableLeft = "@ drawable / legend_document" style = "@ style / CategoryLegendTextStyle" />
<TextView android: id = "@ id / category_legend_document_info" style = "@ style / CategoryLegendInfoTextStyle" />
</ LinearLayout>
</ LinearLayout>
<LinearLayout android: orientation = "horizontal" android: layout_width = "fill_parent" android: layout_height = "0.0dip" android: layout_marginLeft = "@ dimen / folder_layout_marginLeft" android: layout_weight = "1.0">
<LinearLayout style = "@ style / CategoryLegendStyle">
<TextView android: id = "@ id / category_legend_zip" android: drawableLeft = "@ drawable / legend_zip" style = "@ style / CategoryLegendTextStyle" />
<TextView android: id = "@ id / category_legend_zip_info" style = "@ style / CategoryLegendInfoTextStyle" />
</ LinearLayout>
<LinearLayout style = "@ style / CategoryLegendStyle">
<TextView android: id = "@ id / category_legend_apk" android: drawableLeft = "@ drawable / legend_apk" style = "@ style / CategoryLegendTextStyle" />
<TextView android: id = "@ id / category_legend_apk_info" style = "@ style / CategoryLegendInfoTextStyle" />
</ LinearLayout>
</ LinearLayout>
<LinearLayout android: orientation = "horizontal" android: layout_width = "fill_parent" android: layout_height = "0.0dip" android: layout_marginLeft = "@ dimen / folder_layout_marginLeft" android: layout_weight = "1.0">
<LinearLayout style = "@ style / CategoryLegendStyle">
<TextView android: id = "@ id / category_legend_other" android: drawableLeft = "@ drawable / legend_other" style = "@ style / CategoryLegendTextStyle" />
<TextView android: id = "@ id / category_legend_other_info" style = "@ style / CategoryLegendInfoTextStyle" />
</ LinearLayout>
<LinearLayout style = "@ style / CategoryLegendStyle">
<TextView android: id = "@ id / category_legend_system" android: drawableLeft = "@ drawable / legend_system" style = "@ style / CategoryLegendTextStyle" />
<TextView android: id = "@ id / category_legend_system_info" style = "@ style / CategoryLegendInfoTextStyle" />
</ LinearLayout>
</ LinearLayout>

It turns out
Attached Image

Linkto the finished application (From firmware z7 mini v1.72)

Post has been editedIvvaNGrigO - 16.12.14, 12:05
Reason for editing: Link to apk
s4am
Message#32
16.12.14, 08:20
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 225
Check in: 06.08.12
Xiaomi Mi 4c Standart

Reputation:-  12  +

Greetings. Dear mododely, it would be very nice if you put at the same time a modified file for easy replacement. Not everyone is able to parse .apk and edit .xml. Some even with intelligible instructions can not figure it out. So there will be fewer questions and tantrums (as in the theme with the firmware recently ...).


--------------------
Xiaomi-Mi4 3/16-/-Xiaomi-Mi4c 2/16-/-Xiaomi-Redmi 6A 2/16
paha.net
Message#33
16.12.14, 11:25
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 138
Check in: 28.07.14
ZTE Nubia Z17 Mini 4/64

Reputation:-  16  +

Good day to all.

I post the bootanimation I have been looking for so long!
Stumbled upon it on a Chinese site.Black and white animation MIUI

You need to lay down in system / media / theme / bootup, delete everything from the folder (saving backups) and set the rights to the letter r!

Attached Image


Attached Image



Attached filebootanimation.zip(17.29 MB)


Post has been editedpaha.net - 16.12.14, 12:18
Reason for editing: saving backups
roky_rs
Message#34
16.12.14, 12:12
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 376
Check in: 30.07.11
Nokia Lumia 730 Dual Sim

Reputation:-  409  +

Turn on the revolution in system applications and add the "auto rotate" item in the settings.

Attached Image

We disassemble Settings.apk
Go along the path \ Settings \ res \ values ​​\ bools.xml and look for and rule this way
It was
<bool name = "screen_orientation_only_portrait">true</ bool>

It became
<bool name = "screen_orientation_only_portrait">false</ bool>

Next, go along the path Settings \ smali \ com \ android \ settings \ DisplaySettings.smali and look for
It was
.line 167
: cond_55
invoke-virtual {p0}, Landroid / preference / PreferenceFragment; ->getPreferenceScreen () Landroid / preference / PreferenceScreen;

move-result-object v6

iget-object v9, p0, Lcom / android / settings / DisplaySettings; ->mAccelerometer: Landroid / preference / CheckBoxPreference;

invoke-virtual {v6, v9}, Landroid / preference / PreferenceGroup; ->removePreference (Landroid / preference / Preference;) Z

And commenting
It became
.line 167
: cond_55
invoke-virtual {p0}, Landroid / preference / PreferenceFragment; ->getPreferenceScreen () Landroid / preference / PreferenceScreen;

move-result-object v6

iget-object v9, p0, Lcom / android / settings / DisplaySettings; ->mAccelerometer: Landroid / preference / CheckBoxPreference;

# invoke-virtual {v6, v9}, Landroid / preference / PreferenceGroup; ->removePreference (Landroid / preference / Preference;) Z

All is ready.

Post has been editedroky_rs - 16.12.14, 12:29
Nyc-2008
Message#35
16.12.14, 13:20
Old resident
*******
[offline]

Group: Friendssavagemessiahzine.com
Messages 716
Check in: 26.12.11
LG V20

Reputation:-  75  +

* roky_rs,

And I have an auto-turn point on the stock.

Those. Is it enough to fix the second file?
roky_rs
Message#36
16.12.14, 13:25
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 376
Check in: 30.07.11
Nokia Lumia 730 Dual Sim

Reputation:-  409  +

Nyc-2008 @ 12/16/2014, 12:20*
And I have an auto-turn point on the stock.

Those. Is it enough to fix the second file?

In bools.xml we include the coup itself.
In the DisplaySettings.smali activate the item "Auto Rotate"
Nyc-2008
Message#37
16.12.14, 13:58
Old resident
*******
[offline]

Group: Friendssavagemessiahzine.com
Messages 716
Check in: 26.12.11
LG V20

Reputation:-  75  +

* roky_rs,

I join the request - if you edit the stock files, then a huge request to upload them. Or are they already in your mod?
roky_rs
Message#38
16.12.14, 14:07
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 376
Check in: 30.07.11
Nokia Lumia 730 Dual Sim

Reputation:-  409  +

Another addition to the postModifications of software and decorations for ZTE V5 (Post # 36534041)
Turning on and off the 360-degree turnaround

In \ framework-res \ res \ values ​​\ bools.xml we search and rule
360 turn on
<bool name = "config_allowAllRotations">true</ bool>

360 turn off
<bool name = "config_allowAllRotations">false</ bool>


Post has been editedroky_rs - 16.12.14, 14:08
roky_rs
Message#39
16.12.14, 14:16
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 376
Check in: 30.07.11
Nokia Lumia 730 Dual Sim

Reputation:-  409  +

Nyc-2008 @ 12/16/2014, 12:58*
I join the request - if you edit the stock files, then a huge request to upload them. Or are they already in your mod?

Guys, I post only manuals. I do not post modified files intentionally. Since, for example, replacing the framework-res file is fraught with a covering of the system. I do not want unnecessary questions and complaints. Who cares will understand.

About the firmware. All mods will be in my firmware. As soon as I get together, I'll post it right away.

P.S. You can on you. And do not be angry. ;)

Post has been editedroky_rs - 16.12.14, 17:22
stmen
Message#40
16.12.14, 16:57
Old resident
*******
[offline]

Group: Friendssavagemessiahzine.com
Messages 712
Check in: 25.01.14
Xiaomi Mi 4c Standart

Reputation:-  50  +

for example, replacing the framework-res file is fraught with a covering of the system.

So if you change the clock on the widget and on the lock, then you can get a brick?
roky_rs
Message#41
16.12.14, 17:21
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 376
Check in: 30.07.11
Nokia Lumia 730 Dual Sim

Reputation:-  409  +

So if you change the clock on the widget and on the lock, then you can get a brick?

You will not get a brick, but you can hang at the boot. If something is not properly screwed or replaced incorrectly. But with knowledge and direct hands everything can be restored without resorting to a complete flashing.
ZTE
 

14 pagesV  < 1 2 3 4 5 6 > » 


 mobile version    Now: 05/18/19, 18:57