Advertisement
Guest User

Untitled

a guest
Aug 10th, 2020
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. C:\Users\aweso>cd C:\Games\Mod Files\platform-tools
  2.  
  3. C:\Games\Mod Files\platform-tools>adb devices
  4. List of devices attached
  5. PM1LHMA832904194 device
  6.  
  7.  
  8. C:\Games\Mod Files\platform-tools>adb reboot bootloader
  9.  
  10. C:\Games\Mod Files\platform-tools>fastboot devices
  11. PM1LHMA832904194 fastboot
  12.  
  13. C:\Games\Mod Files\platform-tools>fastboot getvar current-slot
  14. current-slot: _a
  15. Finished. Total time: 0.010s
  16.  
  17. C:\Games\Mod Files\platform-tools>fastboot flash boot_b twrp-3.2.3-0-mata.img
  18. fastboot: error: Couldn't parse partition size '0x'.
  19.  
  20. C:\Games\Mod Files\platform-tools>fastboot flash boot_a twrp-3.2.3-0-mata.img
  21. fastboot: error: Couldn't parse partition size '0x'.
  22.  
  23. C:\Games\Mod Files\platform-tools>fastboot flash boot twrp-3.2.3-0-mata.img
  24. Sending 'boot__a' (48712 KB) OKAY [ 1.223s]
  25. Writing 'boot__a' FAILED (remote: 'No such partition.')
  26. fastboot: error: Command failed
  27.  
  28. C:\Games\Mod Files\platform-tools>fastboot --set-active=b
  29. Setting current slot to 'b' OKAY [ 0.036s]
  30. Finished. Total time: 0.052s
  31.  
  32. C:\Games\Mod Files\platform-tools>fastboot flash boot twrp-3.2.3-0-mata.img
  33. Sending 'boot__b' (48712 KB) OKAY [ 1.222s]
  34. Writing 'boot__b' FAILED (remote: 'No such partition.')
  35. fastboot: error: Command failed
  36.  
  37. C:\Games\Mod Files\platform-tools>fastboot flash boot_other twrp-3.2.3-0-mata.img
  38. Sending 'boot_other' (48712 KB) OKAY [ 1.232s]
  39. Writing 'boot_other' FAILED (remote: 'No such partition.')
  40. fastboot: error: Command failed
  41.  
  42. C:\Games\Mod Files\platform-tools>fastboot --set-active=a
  43. Setting current slot to 'a' OKAY [ 0.113s]
  44. Finished. Total time: 0.136s
  45.  
  46. C:\Games\Mod Files\platform-tools>fastboot flash boot_other twrp-3.2.3-0-mata.img
  47. Sending 'boot_other' (48712 KB) OKAY [ 1.222s]
  48. Writing 'boot_other' FAILED (remote: 'No such partition.')
  49. fastboot: error: Command failed
  50.  
  51. C:\Games\Mod Files\platform-tools>fastboot flash boot_a twrp-3.2.3-0-mata.img
  52. fastboot: error: Couldn't parse partition size '0x'.
  53.  
  54. C:\Games\Mod Files\platform-tools>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement