← Home ← Back to /g/

Thread 106518162

19 posts 8 images /g/
Anonymous No.106518162 >>106518173 >>106518218 >>106518289
Android Keyboard degoogled bug
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.
Anonymous No.106518173 >>106518197 >>106518236
>>106518162 (OP)
>>>/a/ >>>/lgbt/ >>>/trash/
Anonymous No.106518197 >>106518209 >>106518217
>>106518173
What? this is /g/ related. Miku is bait to draw in people because lots of people here like anime.
Anonymous No.106518209 >>106518236 >>106518245
>>106518197
your image is not
Anonymous No.106518217 >>106518236 >>106518245
>>106518197
>because lots of people here like anime
wrong
Anonymous No.106518218 >>106518245
>>106518162 (OP)
what keyboard? i'm using Unexpected Keyboard and it's very sugoi
Anonymous No.106518236 >>106518279
>>106518173
>>106518209
>>106518217
>being this dense and butt hurt!
4chan is an anime website!

DEAL WITH IT!

COME AT ME!
Anonymous No.106518245 >>106518272
>>106518217
Wrong. Check desktop thread.

>>106518218
It is called "Simple keyboard" iirc

>>106518209
I need help with a /g/ problem.

Who are you? An unofficial janny? ROFL.
Anonymous No.106518272
>>106518245
one anon =/ whole board
Anonymous No.106518277
Bump. Ignore the retards begging for attention.
Anonymous No.106518279 >>106518287
>>106518236
here we go again
Anonymous No.106518287 >>106518302
>>106518279
isn't that trash guy a brony?
Anonymous No.106518289 >>106518431 >>106518434
>>106518162 (OP)
Plug in a USB keyboard with an OTG adapater and hope that USB HID isn't disabled in BFU state.
Anonymous No.106518302
>>106518287
He's called Penn Jillette, BUSTER!

Also, how is he a brony?
Anonymous No.106518431
>>106518289
I 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.
Anonymous No.106518434
>>106518289
I 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.
Anonymous No.106518558
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.
Anonymous No.106519499
Jarvis, fix this dude's problem:
Ways out of it

1. 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 -a

That’ll show you the installed input methods. Look for something like:

com.simplemobiletools.keyboard/.SimpleIME

Then force-enable it:

adb shell ime enable com.simplemobiletools.keyboard/.SimpleIME
adb shell ime set com.simplemobiletools.keyboard/.SimpleIME

After that, the keyboard should pop up again.
Anonymous No.106519506
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.