Twrp's keyboard - Android Q&A, Help & Troubleshooting

Hey guys, after several research and various holes in the water I open this theard to ask if anyone knows a way to get the keyboard used in twrp recovery .. I know, there are keyboards like "hacker's keyboard" but the one used in twrp is simple and looks awsome.
Is there a way to transport it in apk or zip to flash?
Thanks
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

I'm in the same situation, I love it!

Hi,
This is probably what you're looking for: https://github.com/mgood7123/TWRP-Team-Win-Recovery-Project-Keyboard/releases. Seems to be in early development.
TWP

Is it trusted? I don't have knowledge about programming and can someone examine the source code for non-developers? @The_Walking_Playground

pol-der said:
Is it trusted? I don't have knowledge about programming and can someone examine the source code for non-developers? @The_Walking_Playground
Click to expand...
Click to collapse
Hi,
The keyboard itself seems to work, and it doesnt request any permissions, so it should be safe to use. Its just currently incomplete. I typed this post with it.
TWP

The_Walking_Playground said:
Hi,
The keyboard itself seems to work, and it doesnt request any permissions, so it should be safe to use. Its just currently incomplete. I typed this post with it.
TWP
Click to expand...
Click to collapse
I think developer didn't complete that app because it has some bugs. Let's wait stable version.

I love the twrp recovery keyboard. Very simple, bright white and dark layout, simply awesome. I have been searching it for long time. Please guys help us to get that keyboard.

Related

[Solved] SDK issue

First, I wasn't quite sure where I should put this, so if theres a better forum for it, please move it.
I feel like a real idiot right now, but nonetheless I'm having issues getting Eclipse 3.5.2 and the Android SDK to work (on Mac OS X).
I got as far as installing the ADT plugin and then once I got to "showing" Eclipse where the Android SDK was located I failed miserably. Every time I navigate to the folder and hit open and then apply nothing happens, it just stays at the "default" no SDK(s) screen. Bit hard to explain, so I took a screenshot.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
So if anyone knows how to get that to work, it would be really appreciated. Maybe I screwed up something really obvious, that would be just my luck.
Umm, have you downloaded all the developer tools in the SDK? Launch the android binary in the /tools/ folder and look for available packages and install them all, or the ones you'll be using at least.
GrdLock said:
Umm, have you downloaded all the developer tools in the SDK? Launch the android binary in the /tools/ folder and look for available packages and install them all, or the ones you'll be using at least.
Click to expand...
Click to collapse
Wasn't sure if that would work, I'll give it a try and let you know.
Hooray that worked.
Thanks a ton GrdLock.

[Q] Servicemenu on 2.1

Hi Gurus.
Does anyone know how to access the service menu after updating to 2.1?
The "menu-back-back-menu-back-menu-menu-back" doesn't work anymore!
Thanks.
I just noticed this also.
Damn SE...
According to the other thread that is at the top of the suggestions when creating a new thread, they have swapped it so you use the home button instead of the menu button. http://forum.xda-developers.com/showthread.php?t=824883
Sorry, I missed that one.
But thanks for the info
Edit:
I just tried creating a new thread with the same title, and all that shows up is my own?!?
Or am I looking wrong place?
Sorry if I seem dense, but I'm a new member here, so it's very possibly that I'm missing something.
It has been changed to the following: Home-Back-Back-Home-Back-Home-Home-Back.
Pax01 said:
I just tried creating a new thread with the same title, and all that shows up is my own?!?
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
winderkent said:
It has been changed to the following: Home-Back-Back-Home-Back-Home-Home-Back.
Click to expand...
Click to collapse
As we've already established.
Ahhh... I see whats going on now.
If I write it in two words like you, I get the same suggestions, but when writing it in one word, like "servicemenu" I only get my own thread.
But anyway, thanks for the tip. Initially I didn't even now that it made suggestions, so I still learned something
@winderkent:
As XperiaX10iUser says, this thread is resolved, but I still appreciate your answer, so thanks

[Q] imageButton with text

Hello, i hope i'm in the right section.
I need some help with display within a game project. I did some research and i can't find a convenient answer. I want to use imageButtons and not just Buttons. I currently use setImageResource (drawable) for my unit and setBackgroundResource (drawable) for background.
I'm missing some info on the screen, let's say HP for an unit or any kind of text.
Here's what it looks like :
I want to have something like this :
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Is there a way to do so ?
Thanks for your time
maitokeul said:
Hello, i hope i'm in the right section.
I need some help with display within a game project. I did some research and i can't find a convenient answer. I want to use imageButtons and not just Buttons. I currently use setImageResource (drawable) for my unit and setBackgroundResource (drawable) for background.
I'm missing some info on the screen, let's say HP for an unit or any kind of text.
Here's what it looks like :
I want to have something like this :
Is there a way to do so ?
Thanks for your time
Click to expand...
Click to collapse
While i'm not completly sure (my month of devolpment hasnt gotten me that far) you should be able to edit the acutal image that you have for the charectors with image editing software like gimp. You just go to the add text tool and add the text that you want to. I will edit this post if i find a more efficent way of doing this.

[Q] Android and Landscape mode

Hello, Since i have an android device and tried some roms for this device (HTC One S)and its dissapointing to see that landscape mode is so lacking in the space that could have been used in messaging apps.
Its quite annoying (for me atleast) to have to withdraw my keyboard whilst typing something because the one i am texting with has sent something new.
I understand that this is not a place for requests, so my question is, is there any way to make messaging look like this (this image is not real)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
and not like this..
Im not looking for a specific rom that allows this, im just looking for anything that makes this possible on any rom.
Thanks in advance!
Go keyboard does this, assuming you're willing to use it.
Also, is that the default ICS keyboard? I like the design.
crimsonedge03 said:
Go keyboard does this, assuming you're willing to use it.
Also, is that the default ICS keyboard? I like the design.
Click to expand...
Click to collapse
Yeah it is the Stock ICS keyboard, its the best keyboard out there imo
And Thanks, i'll have a look into that Go Keyboard and see if i am willing to use it.
On a sidenote, isn't it kind of odd that this relies on what keyboard you use rather than using whatever keyboard you like and being able to do this ?
There are some of those keyboards where they divide on both sides, those may be something you want to look into

[Request/Poll] KDE Plasma-Mobile ROM

With this thread, I like to give my (and maybe your) request and wish
for KDE plasma-mobile ROM, for our device!
I'm making this poll, to make visible if there's interest in this ROM. Means,
maybe find a willing dev to code it.
Note: This ROM is still new for phones, but KDE is in strong
development
About:
For those who tried Linux's desktop enviroment KDE,
they will probably know how awesome KDE is.
When I first read about it, I was truly fascinated (https://www.xda-developers.com/plasma-mobile-is-a-fully-open-source-smartphone-os-from-kde-e-v/)
You may check out their site, if you're curious: https://plasma-mobile.org/
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
- Would love to use it, KDE is awesome -
PS: I am no dev, and I know this will probably first be possible, when kernel sources are released next month.
Yes we need this rom
still need the official kernel from Xiaomi though
toji12 said:
still need the official kernel from Xiaomi though
Click to expand...
Click to collapse
Yes I was mentioning in my last sentence
kernel source is released today
Seems this one is fresh new os,and got lots of potential, so i am Waiting for good news...
Did someone start working on it yet?
I would love to have this!
Yea this OS seems very interesting, would be cool if someone would build it
Yeah I heard about this OS before. Can anyone port this please

Categories

Resources