SharpOdinClient
SharpOdinClient copied to clipboard
how to call method
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(); } }
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