tegal1337 / CiLocks

Crack Interface lockscreen, Metasploit and More Android/IOS Hacking
GNU General Public License v3.0
2.33k stars 419 forks source link

CiLocks , device not detected #36

Open abidmaria opened 1 year ago

abidmaria commented 1 year ago

Hello ,

I had an issue that the adb didn't recognize the device , for that i made the below change :

  1. vi /etc/udev/rules.d/51-android.rules

add the below line :

SUBSYSTEMS=="usb", ATTRS{idVendor}=="04e8", ATTRS{idProduct}=="6860", MODE="0666", GROUP="kali"

  1. create the file ~/.android/adb_usb.ini and place on a single line , the prefix 0x followed by the vendor id:

vi adb_usb.ini

add the below line :

0x04e8

  1. run the below command :

with the above procedure still i cannot see the devices by running ### dba devices , also i cannot use cilocks , since the device was not detected , the only way to make this working is enable usb debugging on my phone as per the below procedure :

Pull down from top two times and click the tooth-wheel icon, or choose "Settings" from the app menu. Settings -> About the phone -> click multiple times on build number Settings -> Developer settings -> enable USB Debugging

The question is if i enable usb debugging on phone , it means i know the password , in that case what is the extra value of cilocks ??

Please correct me if i am wrong maybe i missed something

Thanks