Alephgsm / SharpOdinClient

SharpOdinClient is a .NET library that allows .NET applications to communicate with samsung android devices in download mode. A suitable client for flash(image , tar.md5 , lz4), getting info and implementing other features. It provides a .NET implementation of the odin protocol.
https://alephgsm.com/2022/11/14/sharpodinclient-samsung-devices-flash-library-in-c/
32 stars 12 forks source link

Help brother #4

Open ghost opened 2 years ago

ghost commented 2 years ago

image

i just convert your code to vb.net but seems not working as it should be theres no odin.log in dll?

Alephgsm commented 2 years ago

you need to use 'AddHandler' AddHandler newodin.Log , AddressOf Odin_Log

More help about this

ghost commented 2 years ago

you need to use 'AddHandler' AddHandler newodin.Log , AddressOf Odin_Log

More help about this

Thanks i forgot