I thought I'd give 4.4 another spin and yeah rom is quick, good work!
I wanted to make a nandroid backup but with this configuration, I didn't have enough room. There are a few ways around this but I figured out you can use a usb drive, I just unmounted sdcard and then mounted usb drive as sdcard so the native TWRP backup works.
Here's how: First boot into TWRP recovery, connect your usb flash drive, then hit Advanced, Terminal Command and then Select, now enter codes below.
This unmounts sdcard:
And this mounts usb drive as sdcard:
Code:
mount /dev/block/sda1 /sdcard
You may need to refresh sizes for sdcard to see actual size of usb drive before making a backup.
You need to do this everytime you want to mount usb drive as sdcard to either backup, restore or flash from it.
Make sure your device has enough charge to complete the process, for example when backing up sd-ext in TWRP also backs up /data/media which can be gigs.
I also seen some commits on fmapp2, is it working with sound?