[xposed] how to install xposed on rooted m4 aqua

alby_var

Senior Member
Aug 27, 2015
278
148
0
Messina (IT)
XPOSED FOR XPERIA M4 AQUA- STOCK 5.0

Hello guys, i updated the guide, for install xposed on stock 5.0 rooted firmware.
Much thanks to @husam666 and anyone who made twrp,xposed and all other...

PLEASE NOTE: AFTER THIS STOCK CAMERA WILL NOT WORK. USE GOOGLE CAMERA

Requirements:
Unlocked bootloader & root (CLICK HERE TO SEE HOW TO DO IT...)
Xposed apk file:http://forum.xda-developers.com/attachment.php?attachmentid=3383776&d=1435601440
Xposed zip file: http://forum.xda-developers.com/attachment.php?attachmentid=3543411&d=1447616600


The guide will not show how to unlock bootloader and root phone, only xposed install procedure.
Step 1:

Install xposed apk file in the phone, then run adb tools on pc.

Step 2:

Reboot phone into recovery TWRP. (press vol- button at power, when phone vibrate, press it for much time). Screen will be black, not worry, its all ok.

Step 3:
type (in adb) these 2 commands:
Code:
adb devices
(If your device is here, you can continue.)
and
Code:
adb shell
Step 3:
A prompt like ~ # will appear, type these commands :
Code:
mount -w /dev/block/platform/7824900.sdhci/by-name/system  /system
mount -w /dev/block/platform/7824900.sdhci/by-name/userdata /data
mount -w /dev/block/platform/7824900.sdhci/by-name/cache /cache
Step 4:
Now type:
Code:
twrp sideload
Step 5:
Type
Code:
adb sideload <path_to_zip>
(without <> and with the real directory of the zip.)

Step 6:
When done, type that:
Code:
adb reboot
ALTERNATIVE BEST METHOD: Install new TWRP touch recovery with working display, put zip into sd internal and flash. At the end of flash wipe dalvik cache /cache.

The phone will reboot and you have xposed installed!.


Attention: XDA, Me and all other members not take responsability for damaged phones or other problems.
 
Last edited:

husam666

Senior Member
Feb 6, 2010
21,405
1,071
113
Planet Omicron Persei 8
Could you explain better the point 5: <path_to_zip> ?

It could be useful, so we are sure not to miss anything.
The path to the zip file of xposed, can be something like c:\downloads\xposed-v74-sdk21-arm64.zip

Also I would like to note that you should do this after you flashed the zip so that you don't get low storage space error
For those with "Low Space" after sideloading xposed, do as follow:

Code:
adb shell
twrp wipe cache 
twrp wipe dalvik
reboot
It will take long to boot.
It stuck after 10 min, simple press the tiny button next to SD Card and the power on again.

Enviado desde mi E2306 mediante Tapatalk
 
  • Like
Reactions: EnricoLH

S7relok

Senior Member
Aug 12, 2012
144
34
0
Metz
error: protocol fault (no status)

Argh...always this message when I try to sideload

Edit : If sideload crashes for you, after mounting, instead of sideload, type

twrp install /data/media/0/<yourxposedfile.zip>

and wait for it.

After the "Done processing script file", plug out your cable and press power and vol+ until it vibrates 3 times.

Press power to boot

Pay attention to copy the xposed zip file in internal memory and not in your external SD Card
 
Last edited:
  • Like
Reactions: husam666

Flamenawer

Senior Member
Apr 12, 2009
102
36
0
After install xpoxed, memory error, after fix memory error (wipes from recovery,hard reset,flashtool wipe) you will lose de camera. No way to hold the camera working after 13 flashins. Firm 112.
Somebody can confirm that after install xposed,fix the memory error,have working the camera?
 

husam666

Senior Member
Feb 6, 2010
21,405
1,071
113
Planet Omicron Persei 8
After install xpoxed, memory error, after fix memory error (wipes from recovery,hard reset,flashtool wipe) you will lose de camera. No way to hold the camera working after 13 flashins. Firm 112.
Somebody can confirm that after install xposed,fix the memory error,have working the camera?
I lost my camera, too. Too lazy to figure out what caused it, so I'm reflashing /system
 

celtique

Senior Member
Jan 20, 2012
93
26
0
mx
josefcorosado.com
After install xpoxed, memory error, after fix memory error (wipes from recovery,hard reset,flashtool wipe) you will lose de camera. No way to hold the camera working after 13 flashins. Firm 112.
Somebody can confirm that after install xposed,fix the memory error,have working the camera?
Try to sideload and older version of xposed64.

Enviado desde mi E2306 mediante Tapatalk