Open jmbreuer opened 1 year ago
Facing the same issue with my Samsung S21 FE (SM-G990E). I thought to extract the odin package and flash each file manuall with flashFile
, but it doesn't properly work as well.
shell> flashFile /home/ice/Android/SlimSang/dpm.img
Is "DPM" the right partition? [y/n] (n): y
Are you absolutely sure you want to flash "DPM"? [y/n] (n): y
~~~~~~~^
Could not find file '/home/ice/Android/SlimSang/dpm.img'.
Facing the same issue with my Samsung S21 FE (SM-G990E). I thought to extract the odin package and flash each file manuall with
flashFile
, but it doesn't properly work as well.shell> flashFile /home/ice/Android/SlimSang/dpm.img Is "DPM" the right partition? [y/n] (n): y Are you absolutely sure you want to flash "DPM"? [y/n] (n): y ~~~~~~~^ Could not find file '/home/ice/Android/SlimSang/dpm.img'.
that's not related at all, you've obviously made a mistake in the path.
that's not related at all, you've obviously made a mistake in the path.
No, it isn't. I copy pasted the path multiple times back when I was using this.
If it says it doesn't exist, it doesn't exist. I didn't do anything to the path.
Try cat path_here
as a sanity check. Also, linux' filesystem is
case-sensitive.
вс, 24 дек. 2023 г., 19:48 Amrit Handa @.***>:
that's not related at all, you've obviously made a mistake in the path.
No, it isn't. I copy pasted the path multiple times back when I was using this.
— Reply to this email directly, view it on GitHub https://github.com/Samsung-Loki/Thor/issues/13#issuecomment-1868533578, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQKLYMTTKGL7FSTMHND4NEDYLA6FVAVCNFSM6AAAAAA5YOP3ZWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRYGUZTGNJXHA . You are receiving this because you commented.Message ID: @.***>
Description
Practically all Odin mode commands fail against my phone. This example is with
flashTar
;dumpPit
fails in the same way.Reproduction
1)
connect
2)begin odin
3)flashTar /path/to/firmware/directory
4) result:Failed to bulk read: Connection timed out (110)
(before even getting to select which partitions to flash)Full logs of the tool, in debug mode
Hardware and software
Additional context
At the
connect
step, the SM-G930F is mis-identified as aGT-I9100 Phone [Galaxy S II] (Download mode) (ID 001:110)
I'm running Thor as root, and added the
blacklist cdc_acm
module configuration. I verified thatcdc_acm
is no longer being loaded (it was at first).