EagerestWolf
Android Enthusiast
I did say u were working on it
Right, I am. Just not specifically for this ROM.
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.
I did say u were working on it
Right, I am. Just not specifically for this ROM.
I can make anything install lol, thats not the hard part.It not booting I bet is more of a kernel issue than a ROM issue, if the ROM installs, now we just need a working kernel, and we're good to go.

I can make anything install lol, thats not the hard part.![]()
Right now, I have no idea if my kernel boots, I just know it compiled correctly. I am gonna build an AOSP ROM to test it. It did not boot with this ROM, but then again, this ROM is 4.0.4, my kernel is 4.0.3
All I have to say is I really appreciate what your doing that's a trillion
I see whats wrong partly, you have MTD as the filesystem, its ext4/emmc, so the mount lines need to be:
and for the boot.img:Code:mount("ext4", "EMMC", "/dev/block/mmcblk0p28", "/data"); mount("ext4", "EMMC", "/dev/block/mmcblk0p26", "/system"); mount("ext4", "EMMC", "/dev/block/mmcblk0p27", "/cache");
Code:package_extract_file("boot.img", "/dev/block/mmcblk0p8");
Edit: My mentioned changes fixes the updater-script so it installs, unfortunately it doesnt boot.![]()
Doesnt matter n technically incorrect, kernel doesnt care what platform the os is n your kernel is most likely a 3.0.8. All you need is a known working rom, if u get past the lg screen, chances are the kernel boots, if not the kernel is most likely at fault.Right now, I have no idea if my kernel boots, I just know it compiled correctly. I am gonna build an AOSP ROM to test it. It did not boot with this ROM, but then again, this ROM is 4.0.4, my kernel is 4.0.3
its not in the packing, most likely its your kernel.He PG, if I upload the output folders for the kernel and the android build, can you pack them properly? I think that's where I went wrong. Unless their defconfig was really non-functional all together (sure hope not)
Doesnt matter n technically incorrect, kernel doesnt care what platform the os is n your kernel is most likely a 3.0.8. All you need is a known working rom, if u get past the lg screen, chances are the kernel boots, if not the kernel is most likely at fault.
its not in the packing, most likely its your kernel.
You & Eagle put your src on github. Push a untouched src first, then your changes on the next commit, and i will try to look em over. My guess is there is alot of connect specific stuff missing in the src, mainly board related.
Well I'm offering input on it atm. lolHey PG,
I think you might be onto something about us working this out together. I am preparing all my sources for upload to GitHub as we speak. I would love to be able to do this on my own, but you are offering a lerning experience that I would be a fool to refuse.
Sent from my LG-MS840 using Tapatalk
can knock me down, but its hard to keep me down. 
Well I'm offering input on it atm. lol
Unfortunately the powers to be (life and related BS) have me in a purdy bad spot atm and though I still have use of my computer, I am unable to compile large scale atm. Thinking I should be able to handle a kernel tho. lol
Have a few things in the works that will help short term (a kickass laptop), and continuing to work on the long term.can knock me down, but its hard to keep me down.
![]()

well if you're still trying to compile 4.0+ on 32bit you will get all sorts of errors.Well, I appreciate it. I hopefully will be getting a new computer after the first of the year for school. In the meantime, I am having problems building android. I keep getting invalid pointer errors in a file called rateest.c, so bleh
Sent from my LG-MS840 using Tapatalk


well if you're still trying to compile 4.0+ on 32bit you will get all sorts of errors.
With your new system, make sure its 64bit (almost everything is now), at least 8GB of RAM preferred 16GB or more. 6 to 8 cores is preferred but you can get by with a good quad core too. And plenty of hdd space, and I really recommend it be a desktop. Laptops are nice and have their purposes, hard core compiling isn't one of em those for your avg affordable laptop.![]()

dualboot will work if you need windows too. Should do ok, tho continuous use for compiling will shorten its life considerably lolWell, the computer I am looking at is a Samsung 3 Series laptop (I need something I can take with me for now) quad core i5, 6gb ram, 750gb SSD, 64-bit Win8 included (which of course will be replaced with linux)
Sent from my LG-MS840 using Tapatalk
lol, well my current desktop is a AMD Phenom 1100T 3.3Ghz 6x, 16GB RAM, 2x 1 TB hdd, GTX460 video card. It takes me about 30-40min to compile CM9/10, a matter of minutes for kernels.I just asked for some recommendations on what kind of laptop I should get lmao! So not only did I get some help from my post but you guys just gave me more information without even knowing it lol! So thx![]()

dualboot will work if you need windows too. Should do ok, tho continuous use for compiling will shorten its life considerably lol