androidz305
Newbie
How do I extract the framework res. Apk.?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.


the tree i have uploaded was just to get it building and so i can wrap my head around wats going on. i after it gets booting I will "sed" switch back in the y301a1. if u add me as a maintainer, i'll make clean commits and keep the y301a1 in the tree
im just trying to be helpful here lol
Well I added you as a contributor, so all you need to do is submit a pull request so I can merge your changes, and we shall be good to go. It is always nice to have an extra brain to catch stuff I miss.
Zip is a no go. I am in bootloop. So something is wrong somewhere, now we get to track it down.
That means it cant find and mount /system because with 4.3 Google changed how filesystems mount, to support SELinux among other things. Thats why fstabv2 is needed to compile 4.3+. A little ramdisk tweaking and it'll boot- exec '/system/bin/sh' failed: No such file or directory (2) -

Maybe try compiling with a bootloader? That may be worth a shot.
make -j8 otaupdate
Also what make command are you using? I have been using
Code:make -j8 otaupdate
mka bacon
I KNOW wat the problem is. It cant mount system. If you revert adb to an older version in the source and compile again, and boot it will give a logcat saying:
That means it cant find and mount /system because with 4.3 Google changed how filesystems mount, to support SELinux among other things. Thats why fstabv2 is needed to compile 4.3+. A little ramdisk tweaking and it'll boot
Try flashing the rom WITHOUT a boot.img and see if it will boot (using the stock kernel)
Thats a nogo. while we can do this, it has little chance of working and more chance of HARD bricking your device to where a JTAG/RIFFbox machine is needed
script succeeded: result was [/system]