• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Shooter Proprietaries

I could be wrong, but I'm pretty sure that the implication on proprietary files is that they're owned by the company or person in question (in this case HTC), and will not be released until the company decides to do so... it's why we don't have 3D on jellybean.
 
I could be wrong, but I'm pretty sure that the implication on proprietary files is that they're owned by the company or person in question (in this case HTC), and will not be released until the company decides to do so... it's why we don't have 3D on jellybean.

then how do devs compile roms for the 3d without a shooter.proprietaries file???
 
then how do devs compile roms for the 3d without a shooter.proprietaries file???

If I'm not mistaken, they pulled the stock Rom from the phone/ruu and built off that. 3D is htcs property, basically. So I don't think we will get the source code for that.
 
not trying to get 3d or do some crazy magic.. just trying to build my first rom and finally pop my dev cherry... can you link me to the git with the proprietery vendor files that the devs extract...
 
not trying to get 3d or do some crazy magic.. just trying to build my first rom and finally pop my dev cherry... can you link me to the git with the proprietery vendor files that the devs extract...

I'll see what I can find after work. However I'd suggest pulling the files off the phone. That's what I do, anyway. System dump, then edit said files.
 
I think you're confusing proprietary with property - build.prop, for example, is short for "build properties"; the same applies to all .prop files.
 
I think you're confusing proprietary with property - build.prop, for example, is short for "build properties"; the same applies to all .prop files.

nah lmao... i think i know what im saying...
here is what the guide im using says:
3) You need to point the script towards your device's proprietary vendor files from your manufacturer.

Example of what Samsung's looks like.
(Do some research on google, github, forums etc, & find out your required tree/configs.)

Here's i9100.proprietaries code:
[
{
"account": "TheMuppets",
"repository": "proprietary_vendor_samsung",
"target_path": "vendor/samsung",
"revision": "jellybean"
}
]
 
Back
Top Bottom