Xperia Z3c
HowTo Root, Backup DRM / Flash Tool
Create udev rule:
echo 'SUBSYSTEM=="usb", ACTION=="add", ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="*", MODE="0777"' > /etc/udev/rules.d/51-sony.rules
Firmware downgrade
You have to do that for the root exploit to work!
- FlashTool
- flash Stock/D5803_23.0.A.2.98
- turn off → press vol- and connect while doing that
- after the LEDs blinked, release vol- (see FlashTool)
Root
- USB Debugging, mock locations enabled
- Flight mode
- Root/giefroot/install.sh
Trim Area (TA) Backup
cd /sdcard/ dd if=/dev/block/platform/msm_sdcc.1/by-name/TA of=TA.img md5 /dev/block/platform/msm_sdcc.1/by-name/TA TA.img exit exit adb pull /sdcard/TA.img TA.img
deactivate integrated apps
adb shell pm hide [App]
Recommended to disable:
Name | Function |
---|---|
com.sony.smallapp.launcher | Small-Apps-Launcher |
com.sony.smallapp.app.widget | Small-Apps-Widget |
com.sonymobile.advancedwidget.entrance | What's New Widget |
com.sonymobile.entrance | What's New App |
com.sonyericsson.conversations | Conversations |
(Quelle)