I have performed a JTAG on a cell phone and have the resulting .bin file. I am able to run Python scripts on the file and pull out the PIN for the phone. My question is how do I do this inside of the Cellebrite Physical Analyzer. When I run the script in PA it seems like it is working and I get a pop up window showing that the script is running but a PIN is never shown to me. Where do the results of the scripts go?
What model phone is it?
When you run the script if it decoded it successfully, the pin should appear on the summery at the bottom
The phone was a Samsung SCH-T589. I know the script works because I can use it in a command line and get the correct results. I have also modified it to write to a text file hoping that when run within PA that it would produce the results. PA shows that the script runs but I don't see it on the summary screen and no text file is created.
I think you face there a Python version mismatch between the local platform and the PA built-in interpreter. Create brakepoints in your script and check where the failure comes from.