[m8spr][CWM Advanced Edition] PhilZ Touch

Phil3759

Inactive Recognized Developer
May 30, 2012
9,557
33,049
0
Main thread + features + install instructions + dev support
http://forum.xda-developers.com/showthread.php?t=2201860


PhilZ Touch is a CWM Advanced Edition that adds all the features you could ever miss in CWM
It is a well proven recovery for many phones

It also adds a full touch interface a completely configurable GUI


Please give your feedback, what works, and any bug you could encounter
Read the features, and check if you are missing something

To take a screen shot, just long press outside a menu (2 sec and slightly change pressure after the delay)

Also, do not forget to read about the powerful aroma file manager integration and double tap shortcut


Download links
Last version can be found here:
XDA:DevDB Information
[m8spr][CWM Advanced Edition] PhilZ Touch, a Tool/Utility for the Sprint HTC One (M8)

Contributors
Phil3759

Version Information
Status: Stable

Created 2014-04-04
Last Updated 2014-04-04
 

stacksptdtdm

Senior Member
Sep 19, 2010
966
425
0
new york
Ok. About to flash and see if it does a backup and basic stuff

Sent from my 831C using Tapatalk

---------- Post added at 02:54 PM ---------- Previous post was at 02:30 PM ----------

Backup complete....success
After backup reboot.... success
Boot into recovery ... Success
Wiped to restore backup...success
Restore.... Success
Reboot to system ... Success
Thanks so much for this :)

Sent from my HTC One using Tapatalk
 

Phil3759

Inactive Recognized Developer
May 30, 2012
9,557
33,049
0
Ok. About to flash and see if it does a backup and basic stuff

Sent from my 831C using Tapatalk

---------- Post added at 02:54 PM ---------- Previous post was at 02:30 PM ----------

Backup complete....success
After backup reboot.... success
Boot into recovery ... Success
Wiped to restore backup...success
Restore.... Success
Reboot to system ... Success
Thanks so much for this :)

Sent from my HTC One using Tapatalk
Status moved to final :good:
Uploading to goo.im
 
  • Like
Reactions: stacksptdtdm

stacksptdtdm

Senior Member
Sep 19, 2010
966
425
0
new york
well, just put it there!
clockworkmod/aromafm/aromafm.zip
Sorry man don't have a clue what your talking about lol. Are we talking about a Rom with aroma? We don't have one yet. And also our device name is m8whl
Edit. It's not m8spr I don't want users to get confused lol, I had to double check myself.
Sent from my 831C using Tapatalk
 
Last edited:

Phil3759

Inactive Recognized Developer
May 30, 2012
9,557
33,049
0
Sorry man don't have a clue what your talking about lol. Are we talking about a Rom with aroma? We don't have one yet. And also our device name is m8whl
Edit. It's not m8spr I don't want users to get confused lol, I had to double check myself.
Sent from my 831C using Tapatalk
it will go m8spr soon probably. That's how cm name the devices
 
  • Like
Reactions: stacksptdtdm

Phil3759

Inactive Recognized Developer
May 30, 2012
9,557
33,049
0
AROMA touch.
wired as his device input is even better than mine
However, they have no filtering for some sensors events:
https://github.com/amarullz/AROMA-Filemanager/blob/master/src/libs/input/input_driver.c#L142


You could try to add this line here:
https://github.com/amarullz/AROMA-Filemanager/blob/master/src/libs/input/input_driver.c#L389
Code:
LOGW("INDR : EVIOCGNAME for %d\n", dev->name);
Compile aroma and start it. Get from the log the device id
You can post the log here if you are unsure you need to blacklist the device
Add the device blacklisted name to the INDR_blacklist() function or post the log here and I will write you a small code snippet to add it

That way you can see if you need to blacklist some input device (accelerometers often) interfering with it. I see no other reason for it
 
  • Like
Reactions: JT man