nerdmastax
Well-Known Member
what is the most stable git repo to sync from for our device? im trying to build paranoid from source and using the teamjb repo. but im running into a few issues i need help with.
1. the prebuilt kernel, i dunno what the right thing to put there is, i had to replace the boot.img in the zip from the old lens_flare pa for it to get past the htc logo (best i could figure out was it was saying to take the boot.img and rename it to kernel and put another boot.img there with it in out/target/htc/shooter)
2. after getting past the htc logo by changing the boot image, i was stuck on the black screen. so i logcatted and saw an error about egl_bad_parameter. so i merged the old libs folder out of lensflares paranoid into mine and it booted to the nexus logo (dunno what libs im missing or i wouldve just copied what i needed, im still learning and on certain things documentation is nonexistant)
3. then after logcatting again i got a registernatives failed for android/net/networkutils so i copied the vendor folder over from the lensflare pa to mine and it booted (again, dunno, i looked for a folder in the rom with that in it, and reading somewhere for another device they said that that repo was having the issue)
now the only issues seem to be wifi, and adb debugging are broken, data works, brightness works, vibration, sound, calling, proximity etc work.
but i feel that these errors could be fixed by using stable sources, or tell me what i forgot to do,
i would love to get deeper and i appreciate any help.
edit,
still not sure on the details about prebuilt kernels and what peices to put where from where, i have the boot.img from lens flare 2.99 put in the right out folder twice, once as "kernel" and once as "boot.img" that fixes the compiler bitchin bout the kernel. i saw in a fourm somwhere you just put the prebuilt kernel in like that, but kernel flashable zips just have that zimage, and lots of other files, rom kitchen cant do jack with it either. and asop cant compile inline, not to mention building a kernel is kinda scary just because of what can go wrong, and there are much better ones.
i didnt have my proprietary files in the right place the first time and forgot to add htc vendor files in my manifest with the ms8660whatever common and shooter repos. that fixed my compiler errors the right way, i also understand where everything is from 4 days of nonstop google. i started over fresh and i am compiling right this minute to see if i can get a successful build, i should know in about 2 hours at most, assuming i hit no new errors... but its likely i will, thats how ya learn.
sorry for writing a book here but the information is like nowhere to be found, so everything i can i try and pass along i will.
1. the prebuilt kernel, i dunno what the right thing to put there is, i had to replace the boot.img in the zip from the old lens_flare pa for it to get past the htc logo (best i could figure out was it was saying to take the boot.img and rename it to kernel and put another boot.img there with it in out/target/htc/shooter)
2. after getting past the htc logo by changing the boot image, i was stuck on the black screen. so i logcatted and saw an error about egl_bad_parameter. so i merged the old libs folder out of lensflares paranoid into mine and it booted to the nexus logo (dunno what libs im missing or i wouldve just copied what i needed, im still learning and on certain things documentation is nonexistant)
3. then after logcatting again i got a registernatives failed for android/net/networkutils so i copied the vendor folder over from the lensflare pa to mine and it booted (again, dunno, i looked for a folder in the rom with that in it, and reading somewhere for another device they said that that repo was having the issue)
now the only issues seem to be wifi, and adb debugging are broken, data works, brightness works, vibration, sound, calling, proximity etc work.
but i feel that these errors could be fixed by using stable sources, or tell me what i forgot to do,
i would love to get deeper and i appreciate any help.
edit,
still not sure on the details about prebuilt kernels and what peices to put where from where, i have the boot.img from lens flare 2.99 put in the right out folder twice, once as "kernel" and once as "boot.img" that fixes the compiler bitchin bout the kernel. i saw in a fourm somwhere you just put the prebuilt kernel in like that, but kernel flashable zips just have that zimage, and lots of other files, rom kitchen cant do jack with it either. and asop cant compile inline, not to mention building a kernel is kinda scary just because of what can go wrong, and there are much better ones.
i didnt have my proprietary files in the right place the first time and forgot to add htc vendor files in my manifest with the ms8660whatever common and shooter repos. that fixed my compiler errors the right way, i also understand where everything is from 4 days of nonstop google. i started over fresh and i am compiling right this minute to see if i can get a successful build, i should know in about 2 hours at most, assuming i hit no new errors... but its likely i will, thats how ya learn.
sorry for writing a book here but the information is like nowhere to be found, so everything i can i try and pass along i will.