Porting Wi-Fi from stock ROM to atvX

Post your great articles here :)
User avatar
em3ka
Moderator
Posts: 1835
Joined: Sun Jul 15, 2018 11:43 am
Answers: 0
Has thanked: 108 times
Been thanked: 370 times

#21

[mention]soldiaz[/mention] , somehow :upside_down_face:
bumerc wrote: Sat Oct 31, 2020 10:23 am
sasuke wrote: Sat Oct 31, 2020 9:31 am I found the stock rom(.img file). Is there any chance to extract the driver of wifi chip HS2734A?
If stock ROM is Android 9, you can extract Kernel + dtb + wifi modules and port atvX ROM with these files. Otherwise it won't work.
soldiaz
Expert Member
Posts: 405
Joined: Sat Sep 29, 2018 6:29 pm
Answers: 0
Has thanked: 28 times
Been thanked: 23 times

#22

What about BLUETOOTH / LAN divers? I have to Port Gigabit and BT/wifi combo drivers
justin10
Verified Member
Posts: 13
Joined: Sat Nov 07, 2020 4:56 pm
Answers: 0
Has thanked: 6 times
Been thanked: 1 time

#23

the image is broken :/// really wanted to know how to port wifi and Bluetooth drivers!
Mc72
Posts: 3
Joined: Sun May 17, 2020 11:15 pm
Answers: 0
Has thanked: 1 time

#24

Aren't
vendor/lib/*.*
and
vendor/lib/modules/*.* - ( files relevant for chip used )
redundant? Or does this mean all of vendor/lib/ but only files pertaining to your wifi chip out of vendor/lib/modules/ ?

Also how do you tell what files are for your wifi chip if there aren't any clues in the file name you can discern?
User avatar
em3ka
Moderator
Posts: 1835
Joined: Sun Jul 15, 2018 11:43 am
Answers: 0
Has thanked: 108 times
Been thanked: 370 times

#25

Mc72 wrote: Fri Oct 20, 2023 5:09 pm Also how do you tell what files are for your wifi chip if there aren't any clues in the file name you can discern?
Use WinMerge to find out differences in files by comparing unpacked stock and custom ROM.
Post Reply