Titan is a bulky but cool rugged smartphone with hardware QWERTY keyboard with embedded touchpad, by Chinese manufacturer Unihertz.
Supported Radio Bands:
Miscellaneous technical details:
This device is pretty good overall. I switched from Blackberry Q10 and now use it as my main phone. It's not as polished, but we're getting there thanks for manufacturer firmware updates. I enjoy it and recommend to hardware keyboard fans.
As of Android 10 December 2020 firmware:
/data/vendor_de/0/fpdata/
to see your fingers.
ALT+SPACE shows small symbol panel provided by system, not by keyboard software.
"Calling" to the following codes show secret menus and launch hidden applications. To use some of these codes, you need to activate Developer Menu and activate USB Debugging first (you don't need to connect the phone to PC though).
*#*#4636#*#* โ Testing Settings (phone information, mobile network configuration, usage statistics, Wi-Fi info)
*#*#3377#*#* โ Factory Test (mtklog, ygps, gravity calibration, distance calibration, smartpa calibration, single test)
*#*#114#*#* and *#*#116#*#* โ Camera sensors, LCD panel, memory and other hardware information
*#*#34635280#*#* โ Engineer Mode with lots of internal configuration. Here you can change mobile network mode, supported bands, lock to exact cell ID, tune VoLTE/VoWIFI settings and other low level options. Be very careful, do not modify anything unless you understand what would happen exactly.
*#*#08#*#* โ Change IMEI numbers (Android 9 only. Yes, a stock factory application to change IMEI!)
*#*#010#*#* โ Check and clear battery usage statistics
If your application gets killed, the notifications does not come in instant etc, make sure that the application is allowed to run in background in Settings โ DuraSpeed
(Android 9 only, the tick should be checked/enabled) and in Settings โ Intelligent assistance โ App blocker
. These two options are custom Mediatek battery saving features.
If your application is old and was designed for older Android versions, you may also need to exclude it from stock Android battery saver. Go to Settings โ Apps & notifications โ See all X apps โ find your application โ Advanced โ Battery โ Battery optimization
, find your app again and choose "Not optimized"
To disable lockscreen pedometer (Android 9), go to Toolbox โ Pedometer โ Settings โ disable "Display steps when screen locked"
.
Use cobalt232's Blackberry Manager to install Blackberry Hub, Calendar, Contacts, Keyboard, Launcher and more. You may also install LayTray for keyboard layout icon in notifications of Blackberry Keyboard.
Install Fluid Navigation Gestures for full-featured gestures on Android 9, from bottom and sides, with complex patterns. Selected extended functionality requires root. Android 10 has OS-wide gestures support.
To remap your keys use Physical Button Master Control (free Xposed module, requires root+edXposed, works when screen is off) or flar2 Button Remapper (premium, some features require root, does not work when screen is off in general, but volume button actions do).
The former is very flexible, it supports complex scenarios and allows you to assign different actions whether screen is on or off, whether audio is playing, and so on.
Stock Kika Keyboard has flaws. You can install and use the following software as a replacement:
Initially made for physical keyboard smartphones back in 2009. Created generally for Russian and other languages with Cyrillic alphabet, but could be modified for any language. Abandoned software but still works with Android 9 perfectly fine. Supports multiple letters on a single hardware key with double/triple press. No bugs, smooth typing experience. Supports layout switching with a hotkey (alt+shift, alt+space, shift+space, user defined) and shows language flag in the notification bar.
Unfortunately, does not support word prediction and correction. You get what you type. First letter capitalization is supported.
RuKeyboard with 5 Russian layouts (as Blackberry Passport, as Blackberry Q5/Q10/Classic, as Blackberry KEYone/KEY2):
Download link 1 | Download link 2
Physical keyboard layouts are stored in apk file, in assets/hard/*.xml
files. Take a look at unihertz_titan_ver1.xml
for example and implement your own layout for your language accordingly.
Software on-screen keyboard is modified to show only single row of most used symbols which are missing on a physical keyboard with an alt key, similar to Kika Keyboard. You can modify it as well, check res/xml/kbd_query.xml
file.
Tiny but powerful IME designed for Unihertz Titan / Titan Pocket which makes this QWERTY keyboard smartphone a little more "keyboard".
AnySoftKeyboard (Google Play link) supports physical keyboards and also requires to create your own layout. Unfortunately, hardware keyboard support is a bit buggy and does not perform autocorrection with the hardware space key, but you will see correction candidates in the top row.
Non-Latin languages for physical keyboard are supported.
By default this keyboard shows full software keyboard. This could be modified only with a custom software layout. AnySoftKeyboard is open source. Examples of software and physical layouts are available on the projects' GitHub.
Microsoft SwiftKey keyboard is probably the best for Latin languages with small amount of diacritical marks. You won't be able to type diacritical marks but word suggestions work good.
Non-Latin languages for physical keyboard are not supported.
There are two hardware/firmware revisions: EMEA (Europe, EEA/TTEU) and non-EMEA (TEE/TTNE).
The difference seems to be in TrustZone applets set, it's different for TEE and EEU versions (at least the signatures are different). Do not mix the versions!
In addition, Titan comes in two models: EMMC and UFS.
The EMMC version are the early Titans, made manufactured within about a year of release. Those manufactured after that time are UFS.
Method 1: just check the box
Method 2: Download Device Info HW from the Google Play Store
View the System โ Board. If this ends in tee, you have a tee board. If you have eea, you have an eea board. Use the corresponding versions of firmware while using the flash tool.
Download Androbench and run the tests.
Sequential Read Speed:
Official Google Drive link to all Unihertz ROMs, flashing tool, driver, and flashing instruction, found on Unihertz forum.
The firmware files seem to be updates on a regular basis but may lag behind official over the air updates.
Unihertz Titan firmware Google Drive folder: Full firmware for SP Flash Tool (EMMC-only)
OTA incremental updates: OTA updates
UFS Android testing rom: UFS Testing
Current firmware version (TEE): Titan_20210528_20211028-2221 (Nov 03, 2021, Android 10).
Android security patch : June 5, 2021
Kernel version: 4.14.141+ built on 17 Sep 2020
I recommend you use SP Flash Tool v.2152 over the provided tool in Official Unihertz firmware Google Drive Folder.
Use SP Flash Tool v5.2152 Windows | Linux | Source
If you accidentally formatted/wiped NVRAM data from your device and now have dummy IMEI and no serial number, you can repair it with the tool. You don't need to do that after usual firmware reflashing procedure.
The tool is available here:
SNWriter Tool link 1 | Link 2
Read included readme file and watch the video.
TWRP 3.5.0_9 for Uniherz Titan, semi-working alpha version v0.2 (18 Jan 2021, with Android 10 support)
This is TWRP recovery for Unihertz Titan smartphone. It works, but missing two essential features:
That means that you won't be able to access user data (only system, vendor and other internal partitions) unless you disable data encryption entirely in the OS, and won't be able to transfer files over USB with MTP.
Yet, it's still useful for removing bloatware/google services or installing Magisk and obtaining root access.
ADB file transfers (adb pull/push, adb sideload) work fine.
Use this TWRP version only if your really-REALLY want to install custom recovery and/or root.
Link 1 (androidfilehost)
Link 2 (mediafire)
Installation instruction is inside the archive.
After installing TWRP, you won't be able to apply Unihertz OTA updates, you'll have to revert back to stock recovery to perform the update. You can reinstall TWRP afterwards.
TWRP Source for Titan available here
TWRP does not currently work on the UFS based Titans due to not having mount access to any partitions. Unihertz has refused to release the source for the kernel modifications which has made work on TWRP crawl to a standstill. A current version of the TWRP implementation known to at least boot on a UFS Titan can be found here
Note: you don't need TWRP to get root.
Android 9 and Android 10 (since Magisk v22.1): To root this device, simply install Magisk via TWRP/using adb sideload/with kernel file patching. It will inject Magisk into kernel image.
A standalone UFS boot.img that has been rooted using Magisk v24 can be found here
Show older information
Android 10: On official Android 10 image, Magisk 22.0 (as of 24 Feb 2021) can't be used to patch boot.img due to bug. Use the following patched boot.img files with Magisk 22.0 pre-installed:
Only for 4/5 Feb 2021 firmware
Link 1 (androidfilehost)
Link 2 (mediafire)
Installation instruction is inside the archive.
As for 28 Feb 2021, edexposed module have issues with new Magisk 22.0
Show older downloads
Patched images for 14 Dec 2020 firmware (Magisk 21.4)
Link 1 (androidfilehost)
Link 2 (mediafire)
NOTE: official Android 10 is now available, check Unihertz Titan original firmware.
GSI stands for Generic System Image. It's a file-system image that you flash to your device's system partition. It's generic because it accesses hardware using the new standardized hardware APIs (so it should work on any treble-enabled device).
In other words, this is a generic custom firmware suitable for Titan.
phhusson provides treble_experimentations firmware based on AOSP Android 10, of different flavors: GAPPS version with common Google applications, GO with Android GO version of applications, FLOSS with open-source replacements of Google components, and VANILLA, the simplest and cleanest one.
Download Android 10 GSI image from treble_experimentations releases.
You need "system-quack-arm64-ab" files. Install it either using TWRP or with fastboot flash system
command.
There are now system images customized specifically for the Titan based on LineageOS 20. See here
CatWithCode has done a lot of work on getting their Titan up and running with with a functional keyboard and other things that had been troublesome for some of us Titan developers. Please see their website detailing the work that was done and how to replicate the results here
There is a system image that provides this functionality located here
aptX codec support is a premium option which involves paying license fee to Qualcomm, the license holder of the codec. Since Unihertz haven't licensed the codec for Titan, it can't be used for Bluetooth headphones.
Fortunately, the support is still present in the firmware and could be activated by adding missing libraries. Install the following Magisk module (requires root) to activate aptX and aptX HD.
Android 9 version:
Android 10 version:
UPDATE: This issue has been fixed in 07 August 2020 firmware.
June 3, 2020 and July 8, 2020 firmwares for Titan have a bug: it creates unnecessary high CPU load while the phone's screen is off. This has a negative impact on battery life.
The issue is caused by race condition between touchscreen driver and I2C bus suspend procedure. The driver believes the touchscreen is not powered off and does not disable interrupts, while I2C bus is already suspended. This leads to interrupt spam and 90%+ CPU load of a single core.
You won't see this issue in battery stats because it happens in the kernel driver, not in Android system.
Luckily, this could be fixed with a small workaround. Use this Magisk module (requires root):
Updated for Titan_20200706
With this fix battery stats report up to 8 days of estimated phone battery life, compared to 4 days without the fix.
To have an actual mouse pointer on the Titan's screen which you can navigate using the keyboard touch gestures, edit /system/usr/idc/mtk-pad.idc
and replace touch.deviceType = touchPad
with touch.deviceType = pointer
, then reboot your device.
This feature requires root.
Note that afterwards you might always move the cursor to the place you type into, otherwise typing might be recognized as moving the mouse pointer.
(credits go to Diego in the Unihertz Titan Facebook group)
This is a small Magisk module utility which switches in-keyboard touchpad to navigation mode (emulation of up/down/left/right keyboard buttons) and text selection mode (as if SHIFT is held).
The utility allows to quickly navigate to exact text symbol and to precisely select the text.
Supports Android 9 and Android 10.
Installation: Install ZIP via Magisk (root required).
To do hard reset, press and hold POWER+VOLUME UP, you'll boot into bootloader. Select "wipe data/factory reset" using volume buttons and confirm with power button.
if you already did a reset and it asks for account password, that's what called Factory Reset Protection. The easiest is to remember password. If you saved it in PC's browser, just extract it from there. If you totally forgot the password, you'll need to wipe FRP data partition on the device with SP Flash Tool.
Do do that, install SP Flash tool and corresponding drivers (get it from Unihertz Titan original firmware), go to "Format" tab and enter the following data exactly as written:
Manual Format Flash โ selected
Region: EMMC_USER
Begin Address: 0x3588000
Format Length: 0x100000
Manual Format Flash โ selected
Region: UFS_LU2
Begin Address: 0x3588000
Format Length: 0x100000
Press green "Start" button and connect your phone to the PC. The phone should be powered off before connection.
Remember to type the addresses exactly as written. Failure to do so may delete device-specific data, radio calibration information, IMEI and MAC address, and so on, and render your device unbootable.
Unihertz Titan Group on Facebook
Unihertz Technical Support Hub
Unihertz Forum *This is not implemented yet, there was a forum at one time but it has been deprecated and is no longer public.
rumplestilzken <rumplestilzken@gmail.com>
Find more about me at rumplestilzken
Feel free to contact me for all things Titan.
This website was initially created and maintained by ValdikSS <iam@valdikss.org.ru>, but I have sold the smartphone since then.
If you have any questions or want to update the website, please contact rumplestilzken.
If you have any additional information, firmware updates, new software for the device, you can edit this page as a wiki by yourself and send the edited file over email!
Open tiddlywiki.html and start editing.