You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
run the below command :
adb kill-server
adb start-server
adb devices
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
The text was updated successfully, but these errors were encountered:
Hello ,
I had an issue that the adb didn't recognize the device , for that i made the below change :
add the below line :
SUBSYSTEMS=="usb", ATTRS{idVendor}=="04e8", ATTRS{idProduct}=="6860", MODE="0666", GROUP="kali"
vi adb_usb.ini
add the below line :
0x04e8
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
The text was updated successfully, but these errors were encountered: