SharpOdinClient icon indicating copy to clipboard operation
SharpOdinClient copied to clipboard

how to call method

Open bilalsa2010 opened this issue 2 years ago • 1 comments

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 Odin.PrintInfo(); } }

bilalsa2010 avatar Sep 29 '23 22:09 bilalsa2010

but the DVIF is simply a device info in the samsung flashing protocol so i dont think its a problem in the becasue its simply querryung the emmc or ufs memory details also note that fior any communication you need to initiate the handshake like lets say send thor or loki to tthe interface then await its reply

ferouzkassim avatar Oct 02 '23 17:10 ferouzkassim