[APP] Wirtos' T9 Keyboard for Verge/Stratos - Android Apps and Games

Simple Kotlin keyboard app for Amazfit Stratos|Verge.
No autocomplete, only English, Russian and Ukrainian languages(it's very easy to add one, look into res/xml/number_pad_* and MainActivity.keyMaps. Pull requests appreciated.), all dimensions are hardcoded, no way to set as default keyboard (works basically with AmazMod).
Main features
Choose languages in launcher
Swipe up - special symbols keyboard
Swipe down - hide keyboard silently(without Enter signal)
Swipe right - move cursor or space
Swipe left - move cursor
Tap text preview with green region to close keyboard with enter signal (for example, search something in xbrowser)
Tap red region to close keyboard without enter signal
Press and hold green or red region to hide keyboard silently
Press and hold text while keyboard is closed to move cursor
Tap shift/globe button - caps lock
Press shift/globe button - change language
Touch "0" one time for "space" or use special symbols menu with separate holdable space button
Press and hold button with number to quickly type it
XDA:DevDB Information
Wirtos' T9 Keyboard, App for all devices (see above for details)
Contributors
Wirtos
Source Code: https://github.com/Wirtos/wirtos--t9-keyboard
Version Information
Status: Stable
Current Stable Version: 1.5
Stable Release Date: 2019-11-03
Created 2019-11-03
Last Updated 2019-11-03

Related

[MOD] HTC_IME (8th June) v27: Small fix

I'm now taking a break from the work on this mod due to serious lack of time. I've spent a huge amount of time on this mod already and also shared all my code and methods. I hope the community has benefited from this. You are all free to do whatever you want with my code if you want to make further improvements. I hope I can find some time to continue this little project later this summer. Thanks for all the encouraging words, feature suggestions and bug reports. Couldn't have done this without you all
Credits:
The old low res hack is based on the version posted by Cyanogen.
The new low res and high res hack is based on the version posted by modaco.
JesusFreke for smali/baksmali.
Couldn't do this without them.
Features:
(Compacted this list to save space, the point is that there are many features not to make this list readable )
Customizable language settings, Smileys hacked into the hide key (see screen shots), Swap Smiley/12# button, Custom smileys, Custom word candidate bar that raises the keyboards so dictionary won't cover the app you type in, Position of word candidate list is saved if you long press and move it, Left align word candidate list, Prediction in fields with own suggestions (search bar etc.), Prediction in fields that sets the filter flag, Prediction in URL fields, Disable automatic capitalization, Play sounds in silent mode, Set sound level, Custom sounds, Automatic space insertion, Enable prediction with cursor in or adjacent to existing words (QWERTY only), Enable a space bar key in URL keyboard, Support for German QWERTZ hard KB layout, Show voice input button for all keyboards with a settings button, Disable key preview popup, Use Google development server for voice (supports German but isn't online 24/7), MANY HTC bugs fixed, the changelog for a few of them, Droid SE X10 landscape support, User dictionary import/export, User dictionary accepts any character, not just HTC approved ones, Custom vibration length, Character replacement (can remove diacritic chars), Pipe key in qwerty mode, Move cursor with volume keys (for Sony Ericsson Xperia X10), Easier access to language specific chars in qwerty popups, Configurable gesture (swipe) actions, Gesture actions: Delete word, delete sentence, shift, hide kb, cursor after word, voice input, switch language, switch keyboard, Use phone keypad / compact qwerty symbol kb for QWERTY, Toggle accept dict. suggestion by space / period / comma, Fast language and keyboard switching by gestures, Version tracking by aTrackDog, Custom domains for .com key
And not least:
My source code is now available for your own modding pleasure
All hacks are configurable in the settings dialog.
Changelog for latest versions
Code:
/*
* 27
* Fixed: T9 is now disabled when adding words manually (sorry, missed that bug report on v26b1)
*/
/*
* 26
* Separate version for Froyo (2.2) due to changed voice input API:s
* Fixed: User dictionary should now be saved correctly on Sense ROMs (if installed correctly!)
* Fixed: Slightly better SMS detection
* Fixed: Custom popup domains will work without enabling custom popup time (caused by typo)
* Fixed: Smiley insertion right after period removed first smiley char
* Fixed: Settings not remembered for some locales
* Fixed: Tweaked space insertion around parentheses some
* Fixed: Fixed "Predict in Browser" option on Froyo (workaround for Android issue #8563)
* Fixed: Space deleted after period insertion and use of chars from symbol KB (HTC bug)
* Fixed: No auto add words didn't always work
* Fixed: Smiley button didn't work on symbol KB
* New: Calibration is considered for all layouts
* New: Modify button height/width on all layouts
* New: € £ added to f popup
* New: T9 toggle settings now remembered
* New: Export/import settings to/from SD card
* New: Pipe added to alt. symbol keyboard (page 4)
* Gesture: Cursor before word
*/
/*
* 25
* New: Move lang. specific popup chars closer to pressed key (help me support more langs!)
* Option: Replace chars only for SMS
* Option: Custom domains for .com key
* Option: Insert period on double space
* Option: Toggle accept dict. suggestion by 12# key
* Option: Configurable custom sounds
* Option: Change language with volume keys
* Option: Adjust portrait QWERTY key width
* Changed: Delete last sentence breaks on comma again.
* Fixed: Space insertion disabled for URI fields (causing problems)
* Fixed: Space insertion tweaked for French
* Fixed: Removed Romanian since not working (blame HTC)
* Fixed: Don't insert space if prediction is disabled in browser
* Fixed: Predict in URL working again.
* Fixed: Sound for HW KB working again
* Gesture: Toggle QWERTY prediction on/off
*/
Download
v27
High resolution version
High resolution version (Froyo/2.2)
Low resolution version for Android 1.6 and up
Low resolution version for Android 1.5 (no voice input)
Instructions:
Download and unzip (not flashable update.zip!)
Install the two apks (HTC_IME & Clicker) using your favorite method (via a file manager or adb install -r). Sense users shouldn't (and needn't) install Clicker.
There is no need to push anything to /system
Go to Menu, Settings, Language & Keyboard. Activate "HTC_IME mod"
To change keyboard, long press on lower left key on stock keyboard or any input field. Select input method in the menu.
See note below if you have earlier versions than v22 installed already!
Requirements:
Android
Compatible resolution screen
Compatible CPU. Sorry can't say which they are but I know some Samsung phones are not supported. This is due to the included HTC native prediction library.
Configuring my hacks
All configuration is now done in the settings dialog. No need for config files on SD card (v22 and up).
Some options modifies stuff that are set when the keyboard first loads. Thus you need to kill it for changes to take effect (or reboot).
Upgrade notes
Starting with v22 I now use my own java package name. This means that it can be installed in parallel with stock HTC_IME (no root needed on Sense).
Settings from v21 and earlier can't be read from v22 and up. You must enter them again. The user dictionary can be exported from v21 and imported into v22. Both versions can coexist during this process. This inconvenience will only happen between v21 and newer. Sorry for this, but this change will enable me do to more advanced mods in the future.
v23 has a hires Clicker. You should install it if not using Sense
Source code
Interested in how I do this? I've decided to share the sources for the mod so that the project can live on when I get tired of it. You can study it just for learning or implement your own mods. You are free to do whatever you want with if as long as you buy me a beer
Download source code
Please spend a few hours trying to set it up and figure out some stuff on your own before bombarding me with questions...
Feeling thankful?
Donations are appreciated. Donate here.
Changelog:
Version 25 Highres pre Froyo, High res Froyo, Lowres >= 1.6, Lowres 1.5
Version 24 hires lowres: Fixed: Droid/Milestone/X10 landscape kb broken due to upscaling, Alt. symbol kb. not set correctly on start input, FC on boot when using some locales, Delete last sentence tweaked
Version 23 hires lowres: Fixed: User dictionary broke in v22 due to changed package name. Sorry!
Version 22 hires lowres: New: My own package name, Fast language & keyboard switching by gestures, Settings dialog redesigned, No more .htcime on SD, all is now GUI based, Hires Clicker, Version tracking by aTrackDog. Fixed: Scale landscape KB on Droid/Milestone/X10, Add word dialog now shows kb automatically, FC on show add word dialog in landscape, Proper hires settings icon from Incredible, P and W in phone number keyboard, Workaround for back button bug in xScope browser Option: Configurable gesture actions, Show current language on start, Kill keyboard from settings, Disable voice button also for English, Use phone keypad / compact qwerty symbol kb for QWERTY, Toggle accept dict. suggestion by space, Toggle accept dict. suggestion by separators, Volume keys for dpad up/down, Gesture: Delete last sentence, Move to end of word, Cycle language, Cycle keyboard types
Version 21 hires lowres: Options: Move cursor with volume keys, Move Scandinavian popup chars closer to pressed key Fixed: More swipe detection tuning, Less laggy sound and vibration feedback with swiping enabled, Space insert more robust
Version 20 hires lowres: Options: Swipe up for shift, Swipe while composing a word (dict. showing), Swap Smiley/12# button, Insert word entered in add word dialog into edited text. Fixed: Swiping more robust, Long press on symbol key now working again, Tweaked candidate bar height calculation (Droid 2.1), Improved HTC popup timer when lag is detected (HTC bad design), Android smiley is :-\ and not :-/ , Bug in landscape autocompletion (gmail compose etc.), Autocap issues in certain cases (blame HTC ), Better handling of (pseudo) multi touch events (easier to press space and periods etc. more quickly)
Version 19 hires lowres:Lowres!, Options: Clear user dictionary, Swipe down to hide keyboard, Swipe left to delete last word, Character replacement (can remove diacritic chars), Custom smileys. Changed: Import/export of user dictionary is now threaded, Pipe key added to qwerty symbol keyboard, Fixed voice hack was enabled by default even if disabled in settings
Version 18: Changed: Hid HTC hidden settings again (caused too much trouble). Option: Smiley button instead of hide kb button, Custom vibration length, Toggle smiley dashes. Fixed: User dictionary editor no longer FC's on modaco custom rom, Word candidate bar now works on Droid 2.1
Version 17: Option: Toggle prediction on/off for single line browser forms
Version 16: Fixed: space insertion is now disabled for password fields with compact qwerty & phone keypad, Prediction cache was not emptied in some cases resulting in weird behavior when starting input next time (prediction continued where you left off last input)
Version 15: Fixed URL KB space hack caused FC on slash key in compact qwerty and phone keypad
Version 14: Option: Disable automatic adding to user dictionary, custom popup delay for secondary characters, swipe right for voice input, toggle space insertion after separators, access hidden HTC internal settings (control vibrator etc. TAKE CARE IN HERE!), prediction in URL fields, disable key preview popup. Fixed: cleaned up settings dialog a bit, deleting voice text by back space now works again, space insertion is now always disabled in some fields (browser URL etc. caused problems). New: My own (experimental!) hard keyboard mapping code (enables space in URL for hard KB, removes need for QWERTZ hack etc.), apk version now shows my version instead of HTC's version (smoother upgrades, more logical), Import/export user dictionary, Can now enter any character into user dictionary (HTC just allowed letters and digits)
Version 13: Option: left align word candidate list. Fixed: experimental Droid 2.1 landscape support, more robust period insertion on space double tap, rare FC when moving the candidate list (HTC bug), typing " I'm " with compact qwerty (HTC bug), FC when clicking on disabled T9 toggle button (HTC bug), better compatibility between space insertion and smileys, User dictionary is no longer a pain to manage due to scrolling (consequence of HTC incompetence, learn how to use ListViews and Adapters guys!)
Version 12: Fixed rotation issues in some apps (ie Terminal). T9/ABC setting is now remembered when switching between letter/number views (HTC's bug, not mine)
Version 11: Fixed saving position of word suggestion list (a typo caused the same value to be used for all orientations). Fixed auto cap in browser with physical keyboard.
Version 10: Many new options (see feature list). Fixes: voice input in all keyboards, voice input didn't capitalize correctly, "speak now" dialog showing to early, prediction not showing for passwords anymore, auto capitalization for T9/compact QWERTY now works in browser, smoother movement of word suggestion list, settings button showed "EN" (now scaled icon from lowres), Landscape now works on Droid (with resolution related glitches)
Version 9: Fixed the screwed up enter key in v8. Added experimental voice server settings. For German to work you will have to use the alternative server.
Version 8: Added custom word candidates bar. Fixed wacky SHIFT key. Word candidate list position now remembered. Configurable in settings dialog. Added some Extras to voice input Intent copied from stock KB (missed earlier). One step closer to Droid landscape support.
Version 7: Fixed compatibility with Terminal Emulator in CyanogenMod, KB going haywire in CoPilot and word candidate list shows to low (hid active input field sometimes like in stock messaging app). Lowered android:minSdkVersion from 7 to 3. This could mean stock Droid support, but don't complain when it FC's on Cupcake
Version 6: Tweaks to the sentence auto capitalization code. Should now work in most web browser forms such as the message composer on this forum. Tweaked enter key behavior a bit.
Version 5: Show voice input button for all languages instead of EN button in all keyboards that uses the same layouts as the English ones. To fix this in all other layouts, modding binary XML is required. I need help with that. Voice input seems to use your current locale if supported, and English as fallback.
Version 4: New voice input control logic that doesn't break Google Voice search. Changed voice processing URL from dev server to stock keyboard settings.
Version 3: Fixed FC in User Dictionary editor. Fixed HTC not obeying EditorInfo.imeOption flag flagNoEnterAction (caused two sends in stock messaging app)
Version 2: Fixed FC in user database
Version 1: Initial release featuring language settings hack with .htcime and dictionary support in web browser forms. Tested on N1. Clicker is low res for now.
Old low res:
Version 4: Better support for OpenEclair (at least one reported succes with Dutch on it)
Version 3: Supports Samsung Galaxy/Spica (this version has never been featured on xda)
Version 2: Dictionary support in web browser forms
Version 1: Initial release featuring language settings hack with .htcime
Hi
Is working right on lanscape?
Is this still the pixelated 320 pixel one?
Yes it does work in landscape, although It doesn't cover the whole screen. It's still usable in my opinion. All other versions of HTC_IME has this behavior on nexus. It's because it's designed for lower resolutions. I haven't changed this.
Edit: It's also pixelated due to the higher resolution on Nexus. Maybe we can use something from the upcoming Bravo. Time will tell.
And what about the HD2 skin
Never edited this apk, so i dunno if can be do it
Nice one. thanks for this.
I've been looking for a way to do this.
Since you can't post the link could you please tell me what file I need to change on the cyanogen version so that I can have multiple languages?
I've been paying around with it but wasn't successful.
Thanks
Lou
Swedish user
Works great! Thanks!
I'm still waiting for a mod to approve me as a non spammer so I can post the link
The main edit is done in SIPUtils.smali. This method originally loads languages from htc's customization provider.
.method public static localeLanguagePicker(Landroid/content/ContextI
I have replaced its content entirely. This is where I load the info from .htcime or in it's absence fall back on default values.
The key points here is the variables
Lcom/htc/android/htcime/HTCIMMData;->mSettingsLocaleData:[[Ljava/lang/String;
Lcom/htc/android/htcime/HTCIMMData;->mSettingsLocaleNumber:I
You must populate the array with your languages and set the number correctly.
In Java terms you have for example
Code:
int dims[] = new int[]{19, 2};
String[][] d = (String[][]) java.lang.reflect.Array.newInstance(String.class, dims);
d[0][0] = "English";
d[0][1] = "0";
d[1][0] = "Arabic";
d[1][1] = "14";
mSettingsLocaleData = d;
mSettingsLocaleNumber = 2;
This would give you English and Arabic. localeLanguagePicker must return the current selected language id as int, so you must read that from SharedPrecerences (key is "keyboard_language")
I have also removed a to call ListPreference.setValueIndex from
.method private localePicker
in KeyboardSettings.smali to avoid a FC.
It's complicated to explain in an easy way... I'll pm you the URL for my mod. baksmali it and diff it to cyanogens
This is the link to jonasl's work.
http://www.mediafire.com/file/gonyzgh0i3o/htc_ime_custom_settings.zip
thank you so much for this. I hope you can post this soon because many people have been waiting for this.
MERCI
GRACIAS
THANKS.
can we still use the voice dictation feature (the mic key in the google keyboard) to dictate commands with this apk?
No, there is no such button on the HTC keyboard and I have not added one. I have just fixed the language settings dialog. The keyboard is designed for Hero w. 1.5. voice input doesn't exist on it. Also some people like me don't use speech input so we don't miss it.
It's more like I have restored the original features on non-Hero phones than adding new ones.
Thanks so much! This is what I had been hoping for for a *very* long time.
samawil said:
thank you so much for this. I hope you can post this soon because many people have been waiting for this.
MERCI
GRACIAS
THANKS.
Click to expand...
Click to collapse
I already posted it for everyone since jonasl was not allowed to post links here yet.
So I installed the htc ime and put the .htcime file in the root of my sd, and get the htc keyboard now and can select Swedish as a language but its not like I get "åäö" keys or anything, what exactly is it you're supposed to get with this mod?
Swedish dictionary support. It will work exactly as on stock HTC Hero firmware. Set it to Swedish. Start write a SMS message. Tap in the word "nastan". It will suggest "nästan". To write åäö manually, press and hold a or o and slide to the correct character. This is the way the Hero keyboard works, no more no less.
jonasl said:
Swedish dictionary support. It will work exactly as on stock HTC Hero firmware. Set it to Swedish. Start write a SMS message. Tap in the word "nastan". It will suggest "nästan". To write åäö manually, press and hold a or o and slide to the correct character. This is the way the Hero keyboard works, no more no less.
Click to expand...
Click to collapse
Oh ok, Yeah I used the previous HTC_IME floating around before this and I was hoping for actual buttons, but the dictionary is a welcome addition!
The updated link...
http://www.mediafire.com/file/mmqmjuzorvm/htc_ime_custom_settings2.zip
Updated the mod to enable dictionary prediction in web forms in your browser. I've never seen that working on any HTC_IME before, not even on Hero. If you want that, download and install again. First version is still available in post #9.
when i choose arabic i dont see any arabic letters on the keyboard?!? i did this manually before this post but didnt work for arabic

Keyboard alternatives

Hi all!
A few days ago i found a really cool alternative keyboard to the stock one as well as to swype. Now, after i tested it for sometime, i wanted to share it with you.
So since i didn't find a thread for keyboards in here, i came to the idea to make a collection of alternative keyboards, where everyone can introduce his favourites and list the options of it.
I'll make the start:
Ultra Keyboard - a really good keyboard with loads of options, very precise swyping and, in my opinion, unmatched word suggestion. I'm using the version 5.6.3 right now.
PRO:
- faster word suggestion than swype
- in my opinion much better precision than the 2.44 version of swype (1.6 was much better, but did unfortunately expire)
- all important layouts (QWERTY, QWERTZ, AZERTY, Alphabetical, Compact Keyboard (T9), automatical switch to numeric pad, when in an appropiate field)
- many themes (presets or even self made)
- adjustable button height for perfect precision
- option to manually calibrate the keyboard
- gesture support (for example to cange dictionary language, i use it to change from english to german and back)
- built-in translation feature
- speech-to-text
- camera mode for "transparent" screen (useful if you're typing while you walk)
- easily add and delete words in your user dictionary
- much more ... just try it!
- available dictionaries: english, german, french, italian, dutch, spanish
CONTRA:
- like all good things, it's not free
Price: 2,00 € (about 2.50$)
Homepage: http://www.facebook.com/pages/Binary-Bulge-Software/122539557777039
QR:
{
"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 that's all i remember right now. Oh, just to add that: This is no advertisement and I'm not connected to the developer in any way
So what keyboards can you suggest?
I started using HTC mod then I used Smart Keyboard PRO
this was very easy and I find that it have the most effective error correction ability. means you can trype the word but you will never touch correct key always. but touching the next key to the desired key and still you will end up getting the correct word at the end.
Then I switched to SwiftKey Keyboard
It has unique ability to lean my way of typing and suggest my next word. so far it made my typing faster.
Check it out...
I'm using SlideIT. If you choose free (demo) version it has some limitations like 10 custom words in memory. It expires after some time but then I just reinstall it and it works like a charm again...
So, long story short you have free keyboard with swyping support and tons of different languages.
HTC IME.....
jonasl said:
I'm now taking a break from the work on this mod due to serious lack of time. I've spent a huge amount of time on this mod already and also shared all my code and methods. I hope the community has benefited from this. You are all free to do whatever you want with my code if you want to make further improvements. I hope I can find some time to continue this little project later this summer. Thanks for all the encouraging words, feature suggestions and bug reports. Couldn't have done this without you all
Credits:
The old low res hack is based on the version posted by Cyanogen.
The new low res and high res hack is based on the version posted by modaco.
JesusFreke for smali/baksmali.
Couldn't do this without them.
Features:
(Compacted this list to save space, the point is that there are many features not to make this list readable )
Customizable language settings, Smileys hacked into the hide key (see screen shots), Swap Smiley/12# button, Custom smileys, Custom word candidate bar that raises the keyboards so dictionary won't cover the app you type in, Position of word candidate list is saved if you long press and move it, Left align word candidate list, Prediction in fields with own suggestions (search bar etc.), Prediction in fields that sets the filter flag, Prediction in URL fields, Disable automatic capitalization, Play sounds in silent mode, Set sound level, Custom sounds, Automatic space insertion, Enable prediction with cursor in or adjacent to existing words (QWERTY only), Enable a space bar key in URL keyboard, Support for German QWERTZ hard KB layout, Show voice input button for all keyboards with a settings button, Disable key preview popup, Use Google development server for voice (supports German but isn't online 24/7), MANY HTC bugs fixed, the changelog for a few of them, Droid SE X10 landscape support, User dictionary import/export, User dictionary accepts any character, not just HTC approved ones, Custom vibration length, Character replacement (can remove diacritic chars), Pipe key in qwerty mode, Move cursor with volume keys (for Sony Ericsson Xperia X10), Easier access to language specific chars in qwerty popups, Configurable gesture (swipe) actions, Gesture actions: Delete word, delete sentence, shift, hide kb, cursor after word, voice input, switch language, switch keyboard, Use phone keypad / compact qwerty symbol kb for QWERTY, Toggle accept dict. suggestion by space / period / comma, Fast language and keyboard switching by gestures, Version tracking by aTrackDog, Custom domains for .com key
And not least:
My source code is now available for your own modding pleasure
All hacks are configurable in the settings dialog.
Changelog for latest versions
Code:
/*
* 27
* Fixed: T9 is now disabled when adding words manually (sorry, missed that bug report on v26b1)
*/
/*
* 26
* Separate version for Froyo (2.2) due to changed voice input API:s
* Fixed: User dictionary should now be saved correctly on Sense ROMs (if installed correctly!)
* Fixed: Slightly better SMS detection
* Fixed: Custom popup domains will work without enabling custom popup time (caused by typo)
* Fixed: Smiley insertion right after period removed first smiley char
* Fixed: Settings not remembered for some locales
* Fixed: Tweaked space insertion around parentheses some
* Fixed: Fixed "Predict in Browser" option on Froyo (workaround for Android issue #8563)
* Fixed: Space deleted after period insertion and use of chars from symbol KB (HTC bug)
* Fixed: No auto add words didn't always work
* Fixed: Smiley button didn't work on symbol KB
* New: Calibration is considered for all layouts
* New: Modify button height/width on all layouts
* New: € £ added to f popup
* New: T9 toggle settings now remembered
* New: Export/import settings to/from SD card
* New: Pipe added to alt. symbol keyboard (page 4)
* Gesture: Cursor before word
*/
/*
* 25
* New: Move lang. specific popup chars closer to pressed key (help me support more langs!)
* Option: Replace chars only for SMS
* Option: Custom domains for .com key
* Option: Insert period on double space
* Option: Toggle accept dict. suggestion by 12# key
* Option: Configurable custom sounds
* Option: Change language with volume keys
* Option: Adjust portrait QWERTY key width
* Changed: Delete last sentence breaks on comma again.
* Fixed: Space insertion disabled for URI fields (causing problems)
* Fixed: Space insertion tweaked for French
* Fixed: Removed Romanian since not working (blame HTC)
* Fixed: Don't insert space if prediction is disabled in browser
* Fixed: Predict in URL working again.
* Fixed: Sound for HW KB working again
* Gesture: Toggle QWERTY prediction on/off
*/
Download
v27
High resolution version
High resolution version (Froyo/2.2)
Low resolution version for Android 1.6 and up
Low resolution version for Android 1.5 (no voice input)
Instructions:
Download and unzip (not flashable update.zip!)
Install the two apks (HTC_IME & Clicker) using your favorite method (via a file manager or adb install -r). Sense users shouldn't (and needn't) install Clicker.
There is no need to push anything to /system
Go to Menu, Settings, Language & Keyboard. Activate "HTC_IME mod"
To change keyboard, long press on lower left key on stock keyboard or any input field. Select input method in the menu.
See note below if you have earlier versions than v22 installed already!
Requirements:
Android
Compatible resolution screen
Compatible CPU. Sorry can't say which they are but I know some Samsung phones are not supported. This is due to the included HTC native prediction library.
Configuring my hacks
All configuration is now done in the settings dialog. No need for config files on SD card (v22 and up).
Some options modifies stuff that are set when the keyboard first loads. Thus you need to kill it for changes to take effect (or reboot).
Upgrade notes
Starting with v22 I now use my own java package name. This means that it can be installed in parallel with stock HTC_IME (no root needed on Sense).
Settings from v21 and earlier can't be read from v22 and up. You must enter them again. The user dictionary can be exported from v21 and imported into v22. Both versions can coexist during this process. This inconvenience will only happen between v21 and newer. Sorry for this, but this change will enable me do to more advanced mods in the future.
v23 has a hires Clicker. You should install it if not using Sense
Source code
Interested in how I do this? I've decided to share the sources for the mod so that the project can live on when I get tired of it. You can study it just for learning or implement your own mods. You are free to do whatever you want with if as long as you buy me a beer
Download source code
Please spend a few hours trying to set it up and figure out some stuff on your own before bombarding me with questions...
Feeling thankful?
Donations are appreciated. Donate here.
Changelog:
Version 25 Highres pre Froyo, High res Froyo, Lowres >= 1.6, Lowres 1.5
Version 24 hires lowres: Fixed: Droid/Milestone/X10 landscape kb broken due to upscaling, Alt. symbol kb. not set correctly on start input, FC on boot when using some locales, Delete last sentence tweaked
Version 23 hires lowres: Fixed: User dictionary broke in v22 due to changed package name. Sorry!
Version 22 hires lowres: New: My own package name, Fast language & keyboard switching by gestures, Settings dialog redesigned, No more .htcime on SD, all is now GUI based, Hires Clicker, Version tracking by aTrackDog. Fixed: Scale landscape KB on Droid/Milestone/X10, Add word dialog now shows kb automatically, FC on show add word dialog in landscape, Proper hires settings icon from Incredible, P and W in phone number keyboard, Workaround for back button bug in xScope browser Option: Configurable gesture actions, Show current language on start, Kill keyboard from settings, Disable voice button also for English, Use phone keypad / compact qwerty symbol kb for QWERTY, Toggle accept dict. suggestion by space, Toggle accept dict. suggestion by separators, Volume keys for dpad up/down, Gesture: Delete last sentence, Move to end of word, Cycle language, Cycle keyboard types
Version 21 hires lowres: Options: Move cursor with volume keys, Move Scandinavian popup chars closer to pressed key Fixed: More swipe detection tuning, Less laggy sound and vibration feedback with swiping enabled, Space insert more robust
Version 20 hires lowres: Options: Swipe up for shift, Swipe while composing a word (dict. showing), Swap Smiley/12# button, Insert word entered in add word dialog into edited text. Fixed: Swiping more robust, Long press on symbol key now working again, Tweaked candidate bar height calculation (Droid 2.1), Improved HTC popup timer when lag is detected (HTC bad design), Android smiley is :-\ and not :-/ , Bug in landscape autocompletion (gmail compose etc.), Autocap issues in certain cases (blame HTC ), Better handling of (pseudo) multi touch events (easier to press space and periods etc. more quickly)
Version 19 hires lowres:Lowres!, Options: Clear user dictionary, Swipe down to hide keyboard, Swipe left to delete last word, Character replacement (can remove diacritic chars), Custom smileys. Changed: Import/export of user dictionary is now threaded, Pipe key added to qwerty symbol keyboard, Fixed voice hack was enabled by default even if disabled in settings
Version 18: Changed: Hid HTC hidden settings again (caused too much trouble). Option: Smiley button instead of hide kb button, Custom vibration length, Toggle smiley dashes. Fixed: User dictionary editor no longer FC's on modaco custom rom, Word candidate bar now works on Droid 2.1
Version 17: Option: Toggle prediction on/off for single line browser forms
Version 16: Fixed: space insertion is now disabled for password fields with compact qwerty & phone keypad, Prediction cache was not emptied in some cases resulting in weird behavior when starting input next time (prediction continued where you left off last input)
Version 15: Fixed URL KB space hack caused FC on slash key in compact qwerty and phone keypad
Version 14: Option: Disable automatic adding to user dictionary, custom popup delay for secondary characters, swipe right for voice input, toggle space insertion after separators, access hidden HTC internal settings (control vibrator etc. TAKE CARE IN HERE!), prediction in URL fields, disable key preview popup. Fixed: cleaned up settings dialog a bit, deleting voice text by back space now works again, space insertion is now always disabled in some fields (browser URL etc. caused problems). New: My own (experimental!) hard keyboard mapping code (enables space in URL for hard KB, removes need for QWERTZ hack etc.), apk version now shows my version instead of HTC's version (smoother upgrades, more logical), Import/export user dictionary, Can now enter any character into user dictionary (HTC just allowed letters and digits)
Version 13: Option: left align word candidate list. Fixed: experimental Droid 2.1 landscape support, more robust period insertion on space double tap, rare FC when moving the candidate list (HTC bug), typing " I'm " with compact qwerty (HTC bug), FC when clicking on disabled T9 toggle button (HTC bug), better compatibility between space insertion and smileys, User dictionary is no longer a pain to manage due to scrolling (consequence of HTC incompetence, learn how to use ListViews and Adapters guys!)
Version 12: Fixed rotation issues in some apps (ie Terminal). T9/ABC setting is now remembered when switching between letter/number views (HTC's bug, not mine)
Version 11: Fixed saving position of word suggestion list (a typo caused the same value to be used for all orientations). Fixed auto cap in browser with physical keyboard.
Version 10: Many new options (see feature list). Fixes: voice input in all keyboards, voice input didn't capitalize correctly, "speak now" dialog showing to early, prediction not showing for passwords anymore, auto capitalization for T9/compact QWERTY now works in browser, smoother movement of word suggestion list, settings button showed "EN" (now scaled icon from lowres), Landscape now works on Droid (with resolution related glitches)
Version 9: Fixed the screwed up enter key in v8. Added experimental voice server settings. For German to work you will have to use the alternative server.
Version 8: Added custom word candidates bar. Fixed wacky SHIFT key. Word candidate list position now remembered. Configurable in settings dialog. Added some Extras to voice input Intent copied from stock KB (missed earlier). One step closer to Droid landscape support.
Version 7: Fixed compatibility with Terminal Emulator in CyanogenMod, KB going haywire in CoPilot and word candidate list shows to low (hid active input field sometimes like in stock messaging app). Lowered android:minSdkVersion from 7 to 3. This could mean stock Droid support, but don't complain when it FC's on Cupcake
Version 6: Tweaks to the sentence auto capitalization code. Should now work in most web browser forms such as the message composer on this forum. Tweaked enter key behavior a bit.
Version 5: Show voice input button for all languages instead of EN button in all keyboards that uses the same layouts as the English ones. To fix this in all other layouts, modding binary XML is required. I need help with that. Voice input seems to use your current locale if supported, and English as fallback.
Version 4: New voice input control logic that doesn't break Google Voice search. Changed voice processing URL from dev server to stock keyboard settings.
Version 3: Fixed FC in User Dictionary editor. Fixed HTC not obeying EditorInfo.imeOption flag flagNoEnterAction (caused two sends in stock messaging app)
Version 2: Fixed FC in user database
Version 1: Initial release featuring language settings hack with .htcime and dictionary support in web browser forms. Tested on N1. Clicker is low res for now.
Old low res:
Version 4: Better support for OpenEclair (at least one reported succes with Dutch on it)
Version 3: Supports Samsung Galaxy/Spica (this version has never been featured on xda)
Version 2: Dictionary support in web browser forms
Version 1: Initial release featuring language settings hack with .htcime
Click to expand...
Click to collapse
Want to skin it?.....
gIMpSTa said:
I have created an "online kitchen" of sorts for creating custom skinned, signed, HTC_IME high and low res apk files. This means you guys can very easily create your own skins and customize the ones I've created!
What is this?
A website you can visit on your computer or directly from your phone that will let you a> create a custom skinned keyboard based off of any of the images currently in the library (various colored keys, backgrounds, etc) with whatever text color you want and b> customize existing "skins" (will be known as "presets") however your heats desire.
Currently, it should be considered very beta. All the features that are here should be working 100%.
Why beta, that sounds scary?
It's beta for a couple of reasons, 1 because it's currently UGLY as sin (concentrated on features and back end first) and 2 because I'm actively working on it which means it could break at any time.
What is the point of this?
Besides the fact that you can now customize the hell out of the way your keyboard looks, it drastically reduces the amount of work I have to do in the future. Currently, i'm uploading 46 pre-themed apk files for every single update. While this isn't really a big deal since I automated the process, it slows down how quickly I can put up updates. With this new method, all I have to do is upload the original unthemed keyboard apk and classes.dex for each new version and my work is done!
Everything else:
If you select a preset, you will still be asked to choose each portion of the keyboard (background, buttons, text color etc). The image with the yellow border around it (you'll see what I mean) is the default "piece" for the preset.
One last thing, depending on server load it could take anywhere from 30 seconds to 5 minutes to generate the keyboard. Most of the time I suspect it will be < 1 minute tho.
I don't mind if you use this to generate a keyboard and include it with something (theme/morph) or post it somewhere, just give due credit
URL for HIGH RES online kitchen: http://www.gimpsta.com/themer/
URL for LOW RES online kitchen: http://www.gimpsta.com/themerlo/
Current feature list / changelog:
Start from a "preset" (any of my current themes) and change any component of it.
Choose any of my current backgrounds
Choose any of my current primary/function key styles
Choose any of my current "symbol sets"
Choose any of my current space bar logo/images
Upload your own spacebar logo
Choose any color text for letters and alternate characters
Built in bug reporting/feature requests (for new image sets, for example)
Choose any color for background image
Preview keyboard before generating it
Option to see/reuse all skins you have generated
Option to see/reuse last 25 skins anyone has generated
Choose any color for symbol sets
Added lowres kitchen
Added option to choose between 1.5 only and 1.6+ low res versions in low res kitchen.
Added v25 froyo version.
Added all v26 versions to kitchen!
Added all v27 versions to kitchen!
Added v27-froyo lowres version to kitchen!
New option: Create your own primary/function keys is FINALLY here!
Click to expand...
Click to collapse
swiftkey is the best for me too...
Smart Keyboard Pro suits best for me, I've tried almost all alternative keyboards.
swiftkey is pretty freakin perfect for me
Sent from my X10a using XDA App
I'm liking the ultimate keyboard it seems more accurate then swype thanks OP for mentioning it.
Sent from my X10a using XDA App
urs74 said:
I'm liking the ultimate keyboard it seems more accurate then swype thanks OP for mentioning it.
Sent from my X10a using XDA App
Click to expand...
Click to collapse
No problem
I think the same, i just started looking for other swyping keyboards because the latest release of Swype is a big step backwards from version 1.6 regarding accuracy and speed. But i'm glad I started looking, there are a lot of better keyboards out there, and right now ultra keyboard seems perfect for me
qwer23 said:
No problem
I think the same, i just started looking for other swyping keyboards because the latest release of Swype is a big step backwards from version 1.6 regarding accuracy and speed. But i'm glad I started looking, there are a lot of better keyboards out there, and right now ultra keyboard seems perfect for me
Click to expand...
Click to collapse
I agree swype did fail with the newest version.
Sent from my X10a using XDA App
I'm Portuguese and because SwiftKey can use 2 dictionaries simultaneously he is the best 4 me.
Sent from my X10i using XDA App
just started using ultra, one question regarding x10...can it do voice to text? when i press the button it says speech to text support not found on device
goothu99 said:
just started using ultra, one question regarding x10...can it do voice to text? when i press the button it says speech to text support not found on device
Click to expand...
Click to collapse
It works for me.
installed ultra
can anyone please tell me the perfect settings for ultra..
the settings section looks mess for me...
i feel it very complicated...
i got used to swype...
so any of you please tell me the exact settings to be put in ultra to make it more better than swype!
I tried Ultra too...
I didn't like it so, i'm with swype till gets out of bet and will cost money.
After, i'll have to decide which one i will use.
What i don't like about swype is the small selection of dictonaries while for Ultra probably you can create your own.
nagrockz said:
installed ultra
can anyone please tell me the perfect settings for ultra..
the settings section looks mess for me...
i feel it very complicated...
i got used to swype...
so any of you please tell me the exact settings to be put in ultra to make it more better than swype!
Click to expand...
Click to collapse
Well, for a start, just the keyboard options that you find here:
- Enable tracing. That's the swipe option in Ultra keyboard.
- set key height to a value that fits you perfect. Just try writing a few sentences till it feels right.
- Choose your Layout (QWERTZ, QWERTY, Compact (T9), AZERTY, Alphabetical)
Now, the other options (you find them, if you scroll the options bar on the keyboard horizontally, symbol is two crossed tools ):
- under "Typing" you can calibrate the keyboard so that you're able to hit the keys precisely. Calibrate both portrait and landscape mode.
- Under "Gestures" you can set, well, gestures There are a lot of options, I use a swipe down to chose my second dictionary. Set it to whatever you like
- under "Suggestions" you can choose to add contact names to the dictionary or blacklist words you don't need.
- note that Ultra keyboard repeats letters if you pause over a key, that's different than Swype is doing. You can enable/disable that under "Tracing"
That's some points I can think of right now. If there is something you want to change/ do or if you don't understand, just ask
Cheers
qwer23
when i "trace" lol it always comes up as LOL and then id have to select the undercase option, how do i get it to stop automatically capitalizing my "lol"s?
thanks
swiftkey here and never looked back. have every single keyboard installed on the market almost.
nothing beats next word prediction!
goothu99 said:
when i "trace" lol it always comes up as LOL and then id have to select the undercase option, how do i get it to stop automatically capitalizing my "lol"s?
thanks
Click to expand...
Click to collapse
you can blacklist LOL and add lol to user dictionary. didn't try it though but it should work...
Hey guys ,
Is there a good azerty keyboard whit dutch/netherlands support for words suggestions ??
Thanks in advanced !!!

[APP][2011.07.29]GO Keyboard International V0.3.3 released!

GO Keyboard is the best and the most popular keyboard on the android market!
GO Keyboard can make your typing fast and smart. It is a must choice of Android mobile phone.
REQUIRES ANDROID: 1.6 and up
Main features:
1.Predict in multiple languages and keyboard layouts
2.Has accurate dictionaries
3.Smart to set skin and back ground
4.Import contacts
5.Import SMS To user dictionary
*Auto-memory and correct as you type
*Multi-point touch keyboard
Date:2011-7-29
Version:0.3.3
*The input method engine optimization, speed up the input !
1.Add Hong Kong and Taiwan stroke input method (Hong Kong user need to update the dictionary).
2.The location of preview word shows changes to text box with Chinese handwriting input method.
3.Add the option for menu initialization, backup and recovery.
4.Modify the list of input languages shows.
Date:2011-7-22
Version:0.3.2
Pink theme has been on-line, you can enter (Setting menu - Theme will be automatically updated the latest theme)
1. Fix the Black theme can not be used bug.
2. Add phone keyboard mode.
3. Fixed Gtalk, QQ repeat words bug.
4. Add Korean keyboard symbols (... ♡ ♥ ☆ ★)
5. 26 key symbol keyboard add (☆ ♤ ♡ ♢ ♧)
6. Fix Chinese symbol hardware keyboard mapping.
7. Add two Russian keyboard layout.
8. Add option for portrait full-screen and landscape full-screen.
9. Add custom long press key pop-up time.
10. Add option for slide transitions.
11. Add Taiwan zhuyin input method (To use zhuyin need to update the dictionary)
12. Arc menu display direction (left or right display)
13. Fixed voice key input invalid bug.
14. Fix Korean keyboard double-click input space bug.
Date:2011-7-15
Version:0.3.1
1. Add Fantasy text plugin "gÖ ҜÊýbÖâ ® d" (click on the top left corner 3G Logo to enter the plugin).
2. Add option for custom left column symbols and sort (Menu -> Display -> Custom left column symbol).
3. Adjust the White Theme.
4. To extend the time of display the magnifying glass.
5. Fix the English keyboard upside down Y、Z key bug.
6. Modify the settings Theme browse mode.
7. Black theme updated,please download.
Date:2011-7-8
Version:0.3.0
Update Log:
1.Fix vibration failure bug
2.Add custom key-tone style option(To select different key tone, enter the settings menu -> Sound and vibrate -> key tone type)
3. Fix Hebrew, Arabic R2L display problems.
Tips:
You can long press the candidate word to save the word to dictionary.
Next version preview:
We will release more themes, more cool!
★We are always listening and respecting your feedback & advice
App Screenshots
View attachment 662264View attachment 662265View attachment 662266View attachment 662271View attachment 662272View attachment 662272
View attachment 662274
Links:View attachment 672985
Themes for GO Keyboard:
http://forum.xda-developers.com/showthread.php?t=1177170
Handwriting+Fantasy Text Plugins:
http://forum.xda-developers.com/showthread.php?t=1177179
Follow us:
Visit our Blog: http://gokeyboard.goforandroid.com/
Visit our official website:http://www.goforandroid.com
Email to us: [email protected]
Thank you for your support!
Please support japanese!
Japanese language pack has been finished by GO DEV TEAM.It will be released soon.
You can pay attention to our blog:http://gokeyboard.goforandroid.com/archives/category/language-pack?lang=enThanks!
What about Brazilian Portuguese?
I saw this thread earlier and said I gotta check it out. Well I did and it's great. I already use go launcher and SMS so I figured this would be good as well. Was always looking for a good t9 keyboard. HTC keyboard ain't horrible but this one seems to be a lot better with predictions.
Thank you very much and all your work is appreciated.
Sent from my PG06100 using XDA App
Thanks for your support.
Updates are available!
Updates are available now~
what is multi-touch point?
if that means its a multi-touch keyboard, its not? i tried pressing a letter at and then another while still keeping the first letter pressed, and it only detects the first one.
PLEASE add a Neon theme
Please add multi-touch support.
Wow, this keyboard has improved a LOT recently. Japanese support is something I really want in a keyboard, as well as good English support, so I don't have to switch constantly. This one fits the bill. Are there more themes other than the 5 or so included in the settings menu, or is that it?
I particularly like that you can set the haptic feedback as short as you want. With many keyboards, the buzz is just too strong so I turn it off. I set it to the absolute minimum on this app, and it's just a mere suggestion of a vibrate, that you hardly even notice consciously, but still provides some tactile response to hitting a key. Nice.
loving go keyboard !!!
also .. i love all GO APPS ... i only dont use go score heheh
but please , could there be an option to " show landscape as default " ? even if phone has auto rotation disabled ? ( like web browser option ).
also a quick keyboard key to switch from landscape to portrait and vice versa.
THANKS !!
How can I use the spell check features? I have been making spelling mistakes on purpose and the suggestions are nowhere near the intended word, i.e I type "kat" and go keyboard corrects to "later" instead of cat or offering suggestions.

[APP][4.0+] Bugnet - visual test reporting tool

Hello,
I have developed an application called Bugnet (the net for bugs). This is a simple app, that helps manual testers to create visual bug reports. In fact, it helps you to create *.html page with images and text, that you can add in the editor. Also there is an additional option to take screenshots with transparent overlay button for root users.
https://play.google.com/store/apps/details?id=com.mycompany.overtest
I hope that it is possible to create an app that will generate bug report automatically and I want to introduce my Alpha version of Bugnet application here. If you are a test engineer, it will be very helpful to receive some feedback from you. There is a copy of my in-app help page.
To create you first bug report:
- Take some screenshots with your device. For example, if your device manufacturer is Samsung, you should prees 'Power' and 'home' button in the same time, to take screenshots.
- open app and pres 'Edit bug report' button. You should see an empty page.
- press menu button.
- press add screenshots button. You will see a pop up, where you can select your gallery app.
- choose your screenshot with gallery. You can choose other images, but please keep in mind that this an alpha version.
- add all screenshots, that needed.
- press on the image to draw on them. You can save your drawings by pressing back button.
- press on the 'Step' text to change the description. You can choose one of presetted phrases or type it manually with 'add description button'
- press menu button. You can add bug report description and additional information with listed menu options.
- press menu button. Press 'generate report' button to create bug report.
- when bug report was created, you can use 'view report' button on the main page. You will be able to view html web page with html viwer or with your web browser.
- press 'get system info', if you want to add system information to your report. You will be redirected to the play market, where you can download an app, that will allow you to accaess to system information.
- press share button to send your report via email.
- press menu button on the main screen.
- press 'empty workflow' button to clear your workflow. It will delete files only in app dirrectory, all your images will stay where they are.
- (*For rooted phones) if your device have root access, you will be able to use additional feature. Press menu button. Press touch detection. You will see a small overlay screen in the left top side of your screen with htree buttons. 'SC' button will take a screenshot of your screen. 'SW' button will change overley position and 'HD' button will hide overlay screen. It will appear again if you will press again on the hidden overlay.
Happy testing!
XDA:DevDB Information
Bugnet, App for all devices (see above for details)
Contributors
Vindceo
Version Information
Status: Alpha
Created 2014-08-12
Last Updated 2014-08-12

[APP][+4.1][ANDROID] Bring Smart Touch Features To Your phone

SmartTouch - Touch it your way
SmartTouch substitute navigation bar ( back button, home, recently app) completely with a movement on screen. You can a finger and move up, move down, move left, move right to perform a corresponding action such as back button, turn off screen, go to home screen, open notification, open recently app, turn on/off flash light, open any application what you want.
Key Features:
With a movement on screen you can:
- Add double tap to lock screen
- Adjust menu app
- Look screen
- Go to home
- Come back screen before
- Turn on/off flash light
- Open notification
- Open recently app
- Open any application you want
- Open list of app you frequently use
- Automatically turn off screen when you put your phone into pocket, and open when you hold it.
All above you can do with a movement
Display settings:
- With SmartTouch you can change color, transparent of list menu what you want and change color, size , position of SmartTouch on screen...
Especially, SmartTouch can work when lock screen, you can open notification, turn on /off flash light without open screen.
Google play : https://play.google.com/store/apps/details?id=smarttouch.uet.edu.smarttouch
Facebook : https://www.facebook.com/Smart-Touch-1063981663657845/?ref=hl
Youtube :
NOTE:
- Some device of Xiaomi or run Miui OS, when opening app first, you must go to security ->choose permission -> permission -> SmartTouch and turn on pop up window. Follow up, you go to security -> Permisson -> AutoStart -> turn on SmartTouch
- If you can not uninstall SmartTouch , please go to settings and find settings admin application and turn off SmartTouch
XDA:DevDB Information
Smart Touch, App for all devices (see above for details)
Contributors
hopnv.1611
Source Code: https://play.google.com/store/apps/details?id=smarttouch.uet.edu.smarttouch
Version Information
Status: Testing
Current Stable Version: 1.5
Stable Release Date: 2016-03-24
Created 2016-03-24
Last Updated 2016-03-24
How can i add video youtube? please help me
Update youtube video and picture in app
up
up if who want
update will be available in tomorrow
update have just public.
- reduce ram
- add hidden selection when opening game
new update is available
Welcome all my friend
up for everyone
welcome all my friend
Loved your work ! Given it 5 stars
Sent from my LG-D620 using XDA-Developers mobile app
Darkhunter001 said:
Loved your work ! Given it 5 stars
Sent from my LG-D620 using XDA-Developers mobile app
Click to expand...
Click to collapse
thank you so much :good:
up for all

Categories

Resources