Devender

Results 8 comments of Devender

Use the below command , it will solve the issue **Solution** : ``` frida --device 241ca882 -f com.an.biometric.sample -l fingerprint-bypass.js ``` Add **-f** option before the app name

Hi @nareshrathnam , Can you share the screenshot of the command you are using and the output ?

@nareshrathnam Have you checked the frida version is same in both the machines ?

Hi @nareshrathnam , `adb shell `, to your device and then `cd `to the directory where you have push the frida-server , then `./frida-server --version`

Hi @nareshrathnam , Have you follow these steps to push the frida server to android ? https://github.com/LabCIF-Tutorials/Tutorial-AndroidNetworkInterception#install-frida-on-android

Before running , must Check Preconditions ![image](https://user-images.githubusercontent.com/49671176/210203187-93ed3ee2-fcfc-4f4d-922e-ff5a7762f456.png)

Also you can use ``` pip uninstall frida-tools pip install frida-tools==12.0.1 ``` specify the latest version here **Note** :- For Windows Open cmd as administrator 1. By pressing Win+ R...

Check version with this command For pc frida --version For android device ``` adb shell '/data/local/tmp/*frida* --version' ```