mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-19 05:40:14 +10:00
Implement Qualcomm Sahara VIP and fix a few bugs
* Qualcomm Sahara VIP * Project Cleanup * Allow unlocking an already unlocked phone
This commit is contained in:
@@ -60,7 +60,7 @@ namespace WPinternals
|
||||
|
||||
CurrentLength = Remaining >= 0x100 ? 0x100 : (UInt32)Remaining;
|
||||
|
||||
CurrentLength = (UInt32)(Data.Read(Buffer, 7, (int)CurrentLength));
|
||||
CurrentLength = (UInt32)Data.Read(Buffer, 7, (int)CurrentLength);
|
||||
Serial.SendCommand(Buffer, new byte[] { 0x02 });
|
||||
|
||||
CurrentAddress += CurrentLength;
|
||||
|
||||
Reference in New Issue
Block a user