So I have unpacked the boot.img and modified the qccom.fstab and build.prop to get root. I tried several methods of flashing this modified boot.img back to the phone with no success until I tried using the code below.
Code:
dd if=/sdcard/boot.img of=/dev/block/mmcblk0p20
This looks like it has flashed the image to this device, however it has put the phone in a boot loop. I have tried flashing the stock boot.img back through recovery, but it fails the verification test. Also tried dding it, but I can only get adb to work when the phone is booted up normally. Does anyone have any advice to get the stock boot.img back?