fix: PhoneInfo app handling + label parsing issues

This commit is contained in:
Gustave Monce
2024-08-31 11:00:04 +02:00
parent c21692491d
commit e6555741b0
14 changed files with 711 additions and 17 deletions
@@ -276,7 +276,8 @@ namespace WPinternals
}
case FlashAppType.PhoneInfoApp:
{
CurrentInterface = PhoneInterfaces.Lumia_Bootloader;
((NokiaFlashModel)CurrentModel).DisableRebootTimeOut();
CurrentInterface = PhoneInterfaces.Lumia_PhoneInfo;
LogFile.Log("Found device on interface: " + ((USBNotifier)sender).Guid.ToString(), LogType.FileOnly);
LogFile.Log("Device path: " + e.DevicePath, LogType.FileOnly);
LogFile.Log("Connected device: Lumia", LogType.FileAndConsole);