pdsouza / android-generate-vendor

Scripts to extract device vendor files and generate AOSP makefiles.
Other
24 stars 9 forks source link

Sir i want to make vendor tree for my j7 max! #1

Open hraj9258 opened 4 years ago

hraj9258 commented 4 years ago

Sir i want to make vendor trees for my j7max device which is running stock samsung twz oreo i have root on my phone and want to start custom rom development ! pls guide me to makr vendor trees for this device !

pdsouza commented 4 years ago

Hello! All you need to do is provide a file like https://github.com/pdsouza/android-generate-vendor/blob/master/lge/hammerhead/proprietary-blobs.txt (this is for Nexus 5 hammerhead for example) for your j7max device and the scripts should be able to pull them from a factory image. I'm not sure if Samsung uses a different format for their factory images though. Let me know if you have further questions, happy to help.

hraj9258 commented 4 years ago

Samsungs use tar.md5 format for their factory image

On Thu, 5 Mar 2020, 7:58 pm pdsouza, notifications@github.com wrote:

Hello! All you need to do is provide a file like https://github.com/pdsouza/android-generate-vendor/blob/master/lge/hammerhead/proprietary-blobs.txt (this is for Nexus 5 hammerhead for example) for your j7max device and the scripts should be able to pull them from a factory image. I'm not sure if Samsung uses a different format for their factory images though. Let me know if you have further questions, happy to help.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pdsouza/android-generate-vendor/issues/1?email_source=notifications&email_token=ANHMYJBM7IYHMJAVW56X623RF6ZKJA5CNFSM4K64TKD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEN5OPOY#issuecomment-595257275, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANHMYJHZGYV7NOQCIQM2ZHLRF6ZKJANCNFSM4K64TKDQ .

pdsouza commented 2 years ago

Currently we only support Google devices with standard zip image. It shouldn't be too hard though to abstract away the details of image extraction to support other formats like Samsung's. I don't have a Samsung device but feel free to send a PR if you need.