Hi. Got an android that I debloated and degoogled with ADB. Running fdroid for app's blah blah. I had installed simple keyboard. I wanted to try a different keyboard so I installed another app from fdroid. I did not like it so I uninstalled it. Then I hit the power button to shut off my phone.Well I fucked up because when I try to unlock my phone there is NO keyboard. So when I uninstalled the second keyboard app it did not auto fallback to the main keyboard I was using.I need some help. Anyone have any idea's or the solution? Please. Thank you for any help.
>>106518162>>>/a/ >>>/lgbt/ >>>/trash/
>>106518173What? this is /g/ related. Miku is bait to draw in people because lots of people here like anime.
>>106518197your image is not
>>106518197>because lots of people here like animewrong
>>106518162what keyboard? i'm using Unexpected Keyboard and it's very sugoi
>>106518173>>106518209>>106518217>being this dense and butt hurt!4chan is an anime website!DEAL WITH IT!COME AT ME!
>>106518217Wrong. Check desktop thread. >>106518218It is called "Simple keyboard" iirc>>106518209I need help with a /g/ problem.Who are you? An unofficial janny? ROFL.
>>106518245one anon =/ whole board
Bump. Ignore the retards begging for attention.
>>106518236here we go again
>>106518279isn't that trash guy a brony?
>>106518162Plug in a USB keyboard with an OTG adapater and hope that USB HID isn't disabled in BFU state.
>>106518287He's called Penn Jillette, BUSTER!Also, how is he a brony?
>>106518289I will try. Just tried and it is not working. I do not think the phone can recognize it since it is locked.I just plugged it in via usb to try adb and it is not finding the device with adb device cmd.Maybe I cant use it because it is locked with a password. USB debugging is turned on because I was messing around with this phone using adb just a little bit ago.
bump. power and down volume and power up volume and all combos can not get me into recovery mode. I can get into safe mode but still can not recognize device with adb or use keyboard.Just some more info - I used adb to debloat and degoogle this phone so it is missing some stuff.
Jarvis, fix this dude's problem:Ways out of it1. ADB to the rescue (since you still have it set up):Connect your phone to your PC with USB debugging enabled.Run:adb shell ime list -aThat’ll show you the installed input methods. Look for something like:com.simplemobiletools.keyboard/.SimpleIMEThen force-enable it:adb shell ime enable com.simplemobiletools.keyboard/.SimpleIMEadb shell ime set com.simplemobiletools.keyboard/.SimpleIMEAfter that, the keyboard should pop up again.
If ADB isn’t working (e.g., USB debugging was off):You’re in trouble. Without debugging, you can’t inject commands.Options:Boot into safe mode (usually hold power long press on “Power off” “Reboot to safe mode”). Some devices load a stock keyboard in safe mode.If safe mode doesn’t help, you’re stuck with either flashing a keyboard APK via recovery (if your recovery allows ADB sideload or file pushing), or full factory reset/reflash.