> Attention!

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



Sony Xperia Z3 Compact - Modification of software and decorations



Rep: (427)
Modifications of software and decorations forSony Xperia Z3 Compact
PictureD5803, D5833, SO-02G

Description | Discussion пїЅ | Purchase пїЅ | Accessories пїЅ | Firmware пїЅ | MIUI firmware пїЅ | CyanogenMod firmware пїЅ | Modifications and decorations | Camera talk пїЅ | Marriage / Repair / Parts пїЅ | Owners Club пїЅ | Order table пїЅ

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. All laid out decorations (themes, skins, icons, etc.) must be decorated strictly according to the template! Otherwise, messages that are not designed according to the specified template will be deleted without warning.
  4. Offtopic and flood prohibited and punishable!
  5. Widget search is conducted inFinding Themes, Widgets, Wallpapers, etc.
  6. Search programs are conducted inSearch for programs for Android OS
  7. Wallpaper looking inScreen wallpaper

Patterns of modifications and other decorations
Copy the content into your message and fill
Template for modifications:
[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 (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] Description [/ B] [/ COLOR]: Full description
[COLOR = blue] [B] Download link [/ B] [/ COLOR]: Give a link to download

Modifications

Autoresponder Sony Xperia does not work with third-party call recording program. (DECISION) Android 5.1.1+
How to set your recording on the answering machine Sony Android 4.4.4, Android 5.1.1+
Fix time zone Another way
Voice balloon photo
All-in-one modvalday456
Beast Audio Mod
AudioMod v3.3
SuperUser mod For dokomo for 5.0.2
Twrp mod

Tviki Dokomo
Xposed 1, 2
We remove the data transfer notification
We clean the message on the filled memory Another way
Stereo mod with increasing headphone volume (replacing system \ etc \ mixer_paths.xml)
Beats audio
Number manager, blacklist and navigation bar height control

6.0.1 Marshmallow
4.4.4 KitKat
5.0.2 Lollipop
5.1.1 Lollipop
HavetoRbutshbuttelswithtatbut
Instructions, useful links
Council to improve energy conservation
Detailed manual on the sound mode (volume increase)
Detailed manual on the sound mode: alternative version (volume increase)
Club Sony Xperia modders, Communication mods of Sony Xperia smartphones and tablets
Android based mod developer toolkit, Tools and utilities for modifying firmware and applications
Tips to improve power saving devices on Android OS
Reference materials on the BBS and wavelets(26.02.2015)
Remove unnecessary Google Play services (increases battery life)
Editing framework-res.apk, Discussion of ways to edit system resources
Instructions for editing system resources, Catalog of instructions (manuals) for editing system resources
Instructions for creating overlay patches (thankslolex )
Font replacement
Programs


Knowledge Base, FAQ, Frequently Asked Questions
The touch does not work / the curtain does not work / the navigation panel buttons do not work
Your screen has become unstuck / the touch has broken ... The firmware has nothing to do with it. Carry a replacement screen.
[ROOT] Temporarily possiblereduce screen size.
Then the curtain and navbar will move and end up on the working wheelbarrow.
The working area of ​​the screen will decrease slightly, but you can continue to use the phone normally.

[ROOT / No ROOT]Not a bad decision by assigning the nav buttons to the volume or camera buttons.

Enable the display of the NFC icon in the status bar
In filebuild.prop (folder / system) change in the line ro.nfc.icon.enable = false on ro.nfc.icon.enable = true

Remove the sound of the charging connection
Delete or rename the file /system/media/audio/ui/ChargedPluggedIn.ogg (thanksnicora013 )
On 5.1.1, deletion does not work - it starts playing a standard melody without stopping. It helps to replace this file with another with a quiet sound.

Remove the sound of turning on the camera with the button (13.08.2015)
Delete or rename the file /system/media/audio/ui/ChargedPluggedIn.ogg (thanksSecretuser )
Inside priv-app \ SemcCameraUI \ SemcCameraUI.apk delete the start_up_notifier.wav file (SemcCameraUI->res->raw)

Increasing the brightness of the flashlight + camera flash
look for lines in system \ etc \ flashled_calc_parameters.cfg
# LED If setting for Torch or video recording (uA).
if_torch_vr =500000
The original file is worth25000, with a new value shines brighter and nothing heats up. (with a value of 1,000,000 there are reviews of heating the lamp)

15 steps for adjusting the volume of a conversational / external speaker during a call (Lollipop) 5.0.2 (18.05.2015)
1. Go along the path / system /, find the file therebuild.prop and open it for editing.
2. Enter the line at the very endro.config.vc_call_vol_steps = 15 where 15 is the number of volume steps
3. Save the file, reboot the phone and get a smoothly adjusting volume when talking.

Access of third-party programs to the SD card (Lollipop) 5.0.2 (18.05.2015)
You must edit the file.platform.xml at / system / etc / permissions /
In the file we find the sections android.permission.WRITE_EXTERNAL_STORAGE, android.permission.ACCESS_ALL_EXTERNAL_STORAGE and android.permission.WRITE_MEDIA_STORAGE
They need to be edited - it should look like this:
...
<permission name = "android.permission.WRITE_EXTERNAL_STORAGE">
<group gid = "sdcard_r" />
<group gid = "sdcard_rw" />
<group gid = "media_rw" />
</ permission>
<permission name = "android.permission.ACCESS_ALL_EXTERNAL_STORAGE">
<group gid = "sdcard_r" />
<group gid = "sdcard_rw" />
<group gid = "sdcard_all" />
<group gid = "media_rw" />
</ permission>
<permission name = "android.permission.WRITE_MEDIA_STORAGE">
<group gid = "sdcard_rw" />
<group gid = "media_rw" />
</ permission>
...

Hotkeys:
Screenshot (05.06.2015)
Simultaneously power + volume down

Turn off the phone (29.07.2015)
Simultaneously power + volume up - hold for three seconds




At the moment, mododels do little to spread this topic, but our devices are (not all) mods from other Z series phones (Z1, Z1C, Z2, Z3). If you didn’t find an inter [mod / SPOILER] mod in this topic, go over the next. Perhaps there is. If you check and it will work - do not be lazy to specify a link in this thread.
Sony Xperia Z / ZL / Sony Xperia Z1 / Sony Xperia Z1 Compact / Sony Xperia Z2 / Sony Xperia Z3

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!




Post has been editedwasherron - 16.11.19, 09:38
Reason for editing: How to set your recording on the answering machine Sony Android 4.4.4, Android 5.1.1+ Autoresponder Sony Xperia does not work with third-party call recording program. (DECISION) Android 5.1.1+



Rep: (3)
milanoffsky @ 15.08.2015, 15:03*
* Belaverus
Sew without wipe their firmware. The easiest way.

Is it do that? Why then backup?



Rep: (17)
The people on the 5.1disable desk dock in xposed work? I have included, but connect a magnetic charge, and the screen turns ...



Rep: (0)
People and there ochernyalka 5.1.1 to find pure black but it is 4.4 to help pliz.



Rep: (2)
http: //forum.xda-devel...deodexed-roms-t3177976try



Rep: (709)
sasha_sedoy @ 16.08.2015, 07:00*

All anything, that's just for deodeksa ...



Rep: (2758)
* bzfox
all fashion made of deodeksa and deodeks that prevents deodeksirovat firmware ...



Rep: (0)
And deodex can reference?



Rep: (2758)
* YA_CAHR,
and up a couple of posts is that ....



Rep: (709)
vadim-shavkunov @ 16.08.2015, 08:58*
bzfox
all fashion made of deodeksa and deodeks that prevents deodeksirovat firmware ...


Well, so not all, though to a greater extent.
Prevents deodeksirovat LoliPop, basically. Something not seen until it deodeksatorov. I would be grateful if ugostite ssylochku (search not found). I just stupidly doubt that the change in the structure LoliPop apr and priv-app folder a ride old methods.



Rep: (2)
The "firmware", "the official firmware" -deodex from russel5.



Rep: (249)
Manual on fashion sound


We need a file,mixer_paths.xml which lies in system / etc
1. To work with the file, you need a program for windowsnotepad ++ (I recommend, because it is more convenient to work)
2. Can and edited using the program on androidroot explorer , It has a text editor.
Stereo sound
pushctrl + F in notepad ++, looking for the word Bottomom , Replace the word anywhere on Both
another block<path name = "speaker-protected">
line<ctl name = "SLIM_0_RX Channels" value = "One" />insteadOne write Both

Increase speaker volume (total)
Block<! - tfa98xx speaker ->
necessary line
<ctl name = "TFA98XX_SPKR_AMP" value = "0" />where 0 is the default, he put the usual 80 to 84, on different firmware version behaves differently, tried to put a value of 90 sound at all lost.

Increase the volume of the earpiece time call
block<path name = "sidetone-headphones">
necessary line
<ctl name = "IIR1 INP1 Volume" value = "37" />37 where the default in the latest versions of firmware, the method stopped working
there is another way, but it increases the volume of the right for about 50%
block<path name = "handset">
line<ctl name = "TFA98XX_BYPASS_DSP" value = "Off" /> change the value on On

Increase the volume of the headphones (standard wire)
block<path name = "headphones">
the rows:
<ctl name = "HPHL Volume" value = "19" />- set 20
<ctl name = "HPHR Volume" value = "19" />- set 20
<ctl name = "RX1 Digital Volume" value = "84" />- set 90
<ctl name = "RX2 Digital Volume" value = "84" />- set 90
Block<path name = "headphones-regulation">
the rows:
<ctl name = "HPHL Volume" value = "19" />- set 20
<ctl name = "HPHR Volume" value = "19" />- set 20
<ctl name = "RX1 Digital Volume" value = "76" />- set 84
<ctl name = "RX2 Digital Volume" value = "76" />- set 84

Increasing the headset volume and headsets with bluetooth headphones and shumodava
block<path name = "anc-headphones">
necessary line:
<ctl name = "HPHL Volume" value = "14" />- set 20
<ctl name = "HPHR Volume" value = "14" />- set 20
<ctl name = "RX1 Digital Volume" value = "84" />- set 90
<ctl name = "RX2 Digital Volume" value = "84" />- stavmi 90
block<path name = "speaker-and-anc-headphones">
necessary line:
<ctl name = "HPHL Volume" value = "14" />- set 20
<ctl name = "HPHR Volume" value = "14" />- set 20
<ctl name = "RX1 Digital Volume" value = "84" />- set 90
<ctl name = "RX2 Digital Volume" value = "84" />- set 90
block<path name = "tty-headphones">
necessary line:
<ctl name = "HPHL Volume" value = "10" />- set 20
<ctl name = "HPHR Volume" value = "10" />- set 20
<ctl name = "RX1 Digital Volume" value = "84" />- set 90
<ctl name = "RX2 Digital Volume" value = "84" />- set 90

Volume multimedia speaker
block<path name = "speaker">
line:
<ctl name = "TFA98XX_SPKR_AMP" value = "1" />- change at the discretion of, did itself to 84

the volume of the radio
block<path name = "fm-speaker">
line:
<ctl name = "TFA98XX_SPKR_AMP" value = "1" />- change at the discretion of, did itself to 84
block<path name = "fm-speaker-reverse">
line:
<ctl name = "TFA98XX_SPKR_AMP" value = "1" />- change at the discretion of, did itself to 84

Ringer incoming call
block<path name = "ringtone-speaker">
deadline:
<ctl name = "TFA98XX_SPKR_AMP" value = "1" />- change at the discretion of, did itself to 84
block<path name = "ringtone-speaker-mono">
line:
<ctl name = "TFA98XX_SPKR_AMP" value = "1" />- change at the discretion of, did itself to 84

Read a must!
Important! Before you change any value or make sure that the volume setting is not on maximum, the risk of burn-in speaker will be less!
For scorched speakers and other components can not take responsibility, all at your own risk!

About the manual
All values ​​are at random and tests from the time when I had the Z1, Sony gradually changing values, where the fact that it ceased to operate, and where it remains.
This manual will gradually be replenished, and of course with your help.



Rep: (15)
Is there a mod for hours on the lock screen to return to 5.1.1, such as they were in 5.0.2?



Rep: (2)
All in one z3compact

author : Rajeev
Firmware 5.1.1, 546, deodex
Description : Cherye applications, white dialer with photos to fill the screen, dolby, navbar change, tweaks to the author, all optional

Installation : Backup, run the installer from cwm aroma, then select the desired items or something to miss
Download / Source : http: //forum.xda-devel...deodexed-roms-t3177976



Rep: (249)
updated v6Sony Xperia Z3 compact - Firmware (Post ruslanarm # 35269828)



Rep: (3)
ruslanarm @ 16.08.2015, 16:58*

Interlocutor is difficult to hear, I would be a bit louder, pliz do, I will be grateful
PS: after installation, smart became a slow down. When unlocked, at the entrance to the player Aimp, at the entrance of chromium, when choosing a ring tone and volume control
I made a pullback, not retarding nothing.
I rechecked once again, with the mod retarding.

Post has been editedBelaverus - 16.08.15, 20:50



Rep: (249)
* Belaverus
Belaverus @ 16.08.2015, 20:00*
Interlocutor is difficult to hear, I would be a bit louder, pliz do, I will be grateful

bit I do not know how to increase, in the manual describes what you can do
Belaverus @ 16.08.2015, 20:00*
PS: after installation, smart became a slow down. When unlocked, at the entrance to the player Aimp, at the entrance of chromium, when choosing a ring tone and volume control
I made a pullback, not retarding nothing.
I rechecked once again, with the mod retarding.

my wife and I did not brake)) mod 2 is verified on the machines ... so nothing to say about it ... I can not look at ...



Rep: (709)
ruslanarm @ 16.08.2015, 21:40*
my wife and I did not brake)) mod 2 is verified on the machines ... so nothing to say about it ... I can not look at ...

Do not get fooled you ... Nafig justified if no-brainer that in vogue - read at boot time constants, and not processes, memory and gruzyaschie percent. What events does not ship anything - certify under oath.
Belaverus @ 16.08.2015, 20:00*
Interlocutor is difficult to hear, I would be a bit louder, pliz do, I will be grateful

Dear, since the author has laid out manual how to configure all by itself! You - my personal, private wish. Say, why the author of the fashion must implement it, would not you? Tell on myself, I was satisfied with the muffled sound of the earpiece during a call, as worn out at work, when all is heard not only my voice but also the interlocutor. Subtract possible - but flies again after restarting the maximum.



Rep: (3)
bzfox @ 16.08.2015, 21:55*
...
...
Say, why the author of the fashion must implement it, would not you?

I just asked for a louder, but did not say that he should make louder. I tried to do, but I did not work out, I would be 20 percent at least add.
PS: xs, but I have a smart fashion after retarding, I do not to understand why, but the fact remains.
But in general, of course mod good, the sound is cool, and most importantly, the call volume prirkrutili now it at least in Cormany heard

Post has been editedBelaverus - 16.08.15, 22:19



Rep: (912)
* Belaverus
You are not in the topic your Wishlist voiced, you order table.



Rep: (3)
Please make a fashion runoff rollback configuration of all sound mods. Nepomogaet nor reset nor backup. Speaker yelling like mad and wheezing, it is worth prerut 5.1.1. help me please
PS .: I know that is not the topic, but tell the firmware which can be corrected.

Post has been editedBelaverus - 17.08.15, 10:47


Full version    

Help     rules

Time is now: 10/04/20, 7:19