simtcrom

Results 23 comments of simtcrom

> If you can't see PINs being entered then that is not normal behaviour. attached config and config.default (please note that on phone I kept file names as config and...

> If those config files do not work then you may need to experiment using a keyword to find out what keys must be pressed before entering a PIN, such...

> This variable might need to change `KEYS_BEFORE_EACH_PIN="escape enter"` > > By the way, you can use it like this. > > `bash ./android-pin-bruteforce -c ./config.motorola.moto-g4-plus crack` Guess I am...

> Any tips on how to make the README easier to understand would be helpful. Let me know how your journey goes. Sure. I am trying by connecting an actual...

I connected a physical keyboard to my locked phone and , Pressed space + enter Which took me to PIN screen and I could enter PIN there. After entering wrong...

> I have just added the space_enter key combination. You will need to download the latest version of the source code for this feature. > > The part of the...

I set, KEYS_BEFORE_STARTING="space enter" And tried setting below to KEYS_BEFORE_EACH_PIN="tab tab tab tab" and its going PIN screen, but not selecting PIN field. And tried setting below to KEYS_BEFORE_EACH_PIN="ctrl_escape enter"...

> Can you combine those? > > KEYS_BEFORE_EACH_PIN="ctrl_escape enter tab tab tab tab" > > Above you wrote : `KEYS_BEFORE_STARTING="space enter"` > This sends space, a short delay, then sends...

> I have added `KEYS_AFTER_EACH_PIN` by default it is "enter" but you could try changing it to "enter tab tab tab tab" That did not help either. I was thinking...

> Try making a script like this for testing: > > ``` > echo "left-ctrl escape" | /system/xbin/hid-keyboard /dev/hidg0 keyboard > echo "spacebar" | /system/xbin/hid-keyboard /dev/hidg0 keyboard > echo "1...