SharpOdinClient icon indicating copy to clipboard operation
SharpOdinClient copied to clipboard

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 imple...

Results 10 SharpOdinClient issues
Sort by recently updated
recently updated
newest added

Hello I have add a code on Program.cs File like this: { internal class Program { static void Main(string[] args) { Application.Run(new Form()); } private Odin Odin = new Odin();...

so while a device it being flashed there are signals sent to the device to show the progress of whats coming in and how far is it but while flashing...

after flash the flash just update no format in the log show that meta-data/, meta-data/fota.zip, meta-data/, meta-data/fota.zip, are ther new SharpOdinClient

static void Main(string[] args) { how to call example. ReadOdinInfo() } public async Task ReadOdinInfo() { if (await Odin.FindAndSetDownloadMode()) { //get info from device var info = await Odin.DVIF(); await...

![image](https://user-images.githubusercontent.com/115561749/201533639-deaed5d9-862f-46c6-9145-02ff8777880b.png) i just convert your code to vb.net but seems not working as it should be theres no odin.log in dll?

i can't get the logs of writing nor reading because it can be use only in console

question

The process of flashing the super.img on Android 15 and 16 devices encounters an exception error. Could you check this issue? I tried it on a Samsung A55 (Exynos 1480)...