davidmargolin
Android Expert
been looking everywhere for them but can't find them...
need htc shooter proprietary vendor files....
need htc shooter proprietary vendor files....
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 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???
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 think you're confusing proprietary with property - build.prop, for example, is short for "build properties"; the same applies to all .prop files.
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"
}
]
Ahh ok, here you go.
Still wrong. I'll edit this post with the proprietary files.
edit: https://github.com/Evervolv/android_vendor_htc they are under "shooter". Change branches according to what you are building