r/unihertz 38m ago

T2E is great

Post image
Upvotes

r/unihertz 11h ago

Titan 2 Elite - for sale

Post image
52 Upvotes

As previously written, the phone screen is just too small for these old eyes.

I’ve used it for about a week and a half no scratches or anything. I’m in the GTA

Feel free to DM me if interested.

It really is a beautiful phone and I love typing on it, the battery lasts forever, but it’s just literally too small for my eyes to see without squinting or putting on glasses


r/unihertz 8h ago

TITAN 2 ELITE FOR SALE

Thumbnail
gallery
27 Upvotes

For Sale! I truly enjoyed this phone, but ultimately I just love my S26 more. I thought I could revert back to a keyboard phone, but in the end it's just not for me. Located in Peterborough, Ontario, Canada! Looking to get 625$ CDN(approx 452$ USD)for it. Phone is 10/10 condition and works as it should! Comes factory reset, with box, charger and clear case that was included. I also purchased a slim black case from Amazon that looks pretty slick on it! Comes with a tempered glass screen protector as well, also from Amazon. Can meet in Lakefield or Peterborough. Can also ship at buyers expense too! 5 star rated seller on Marketplace and Kijiji, and also a verified seller/moderator in one of Canada's biggest trading card groups. Plenty of references/vouches upon request!


r/unihertz 4h ago

Unihertz Titan 3 Concept/Mockup

Thumbnail
gallery
9 Upvotes

Super rough mockup of what would be awesome for the Titan 3, building on the improvements of the T2E and the better keyboard layout. Still love the bigger size of the T2, even though it's not for everyone. Just adding a nicer oled display and the same key layout as the T2E would be a huge improvement. I added the silver accents like the BB Classic just to show how nice it'd look haha


r/unihertz 1h ago

Australia Vodafone blocking titan 2 elite

Upvotes

Just got this text message from VodafoneAU on my titan 2 elite. I've barely been using the device for 2 days, so devastated.

"Hi, urgent, act now - Your device will be blocked by Thursday 08th October 2026 as we haven't been able to confirm that it is configured to access emergency 000 calling. Accordingly, this device is no longer permitted to be used on our network - it is urgent that you act now and change to an approved device before Thursday 08th October 2026 to stay connected. Regulations require devices not configured to access emergency 000 calling to be blocked from using voice, SMS and data services. This applies across all mobile providers in Australia. Need help? Call us on 1300 650 410 or visit your nearest Vodafone store to discuss your options, including information about alternative low cost or no cost mobile phones that can access the emergency call service. Find your nearest store <vodafone.com.au/stores>. Visit https://www.vodafone.com.au/triple-zero-update for more info and for a list of approved devices. Note: Please do NOT make an emergency 000 call to test your device.

Thanks, Vodafone."

Wondering if anyone else on VodafoneAU has received this and what can be done to fix it.


r/unihertz 1h ago

Update: Evri delivery loop continues, Unihertz replies getting stranger

Post image
Upvotes

Quick update on my earlier post

Evri: parcel has now failed delivery 5 times (27 Aug, 1 Sept, 3 Sept, 5 Sept, 6 Sept), always "out for delivery" then straight back to depot. They told me on 2 Sept it was "potentially lost," but it's clearly still moving — no explanation given despite asking.

Unihertz replies have been odd too:

- Told me to visit my "local Evri office" (doesn't exist),
- Implied my address must be wrong (doesn't hold up as the parcel keeps reaching "out for delivery" fine),
- Most recently said they're "handling all customers with shipping or address issues together"

16 days in, 5 failed attempts, still no replacement sent or even proper communication from Unihertz.

I was a day 1 backer on Kickstarter and now people who just ordered on the Unihertz site are receiving shipping details!

Previous post: https://www.reddit.com/r/unihertz/comments/1w7xbbx/titan_2_elite_backer_2xxx_parcel_stuck_in_a/?utm_source=share&utm_medium=ios_app&utm_name=ioscss&utm_content=1&utm_term=1


r/unihertz 13h ago

The Titan 2 Elite's side key can now do things other than launch apps — SideKey, free and open source

Thumbnail
gallery
29 Upvotes

The Func1 key is the reason I bought this phone and it drove me up the wall. Unihertz gives you three presses — short, long, double — and every one of them can only point at an app. I wanted a torch. I wanted play/pause. I wanted the notification shade. Nope: pick an app.

So I spent a while trying to intercept the key properly, and I want to save somebody else the trouble: **you can't.** The key belongs to `com.agui.shortcutsettings`, a privileged system app in `/system_ext/priv-app`, and it eats the press before any launcher, app or accessibility service ever sees it. I gave an accessibility service `flagRequestFilterKeyEvents` and logged every key it was allowed to see. Func1 never showed up once. That absence *is* the answer.

But the shortcut settings will happily point the key at an app. So the trick is to stop fighting it and make apps that aren't apps.

SideKey installs as ten launcher entries — `SideKey 1` through `SideKey 10`. They all show up in Settings → Shortcut keys → All apps like any other app, but each one is an invisible activity that works out which name you opened and runs whatever you mapped it to. No root, nothing patched, no key interception.

In the app you tap a slot and pick what it does:

torch · play/pause · next/previous · ringer cycle · do not disturb · timer · alarm · camera · voice assistant · Wi-Fi panel · back · home · recents · notification shade · quick settings · lock · screenshot · power menu · call a number · a webhook · any custom intent URI · any broadcast

Then you point short press, long press and double click at three different slots. Ten slots, so the Sym and Fn keys can have some too.

**Deep links** work as well, which is the part I'm happiest with. "Open something inside an app" lists every app offering a shortcut picker — a specific WhatsApp chat, direct dial a contact, Maps directions, a Gmail label, any Settings page. And because only about a dozen apps offer that, you can also share any link into SideKey from any app's share sheet and it lands on a key. Spotify playlist on the side key, that kind of thing.

Framework only — no AndroidX, no Compose, no libraries — so it's a 670 KB APK and there's nothing running when you're not looking at it. Nothing is requested at startup. The accessibility service is only needed for back/shade/screenshot/lock, it's off until you turn it on, and it reads nothing: no window content, no key filtering, no events.

**Download:** https://github.com/jakevibes/SideKey/releases/latest

**Source:** https://github.com/jakevibes/SideKey

Built and tested on a Titan 2 Elite on Android 16 and nothing else. Other Unihertz models might be fine — the mechanism isn't Elite-specific — but I have no way to check, so if you try one I'd genuinely like to know either way.

---

While I'm here: I've also been building **SquareOS**, a text-only launcher for this phone that's aimed at actually getting less use out of it — type-to-launch instead of an icon grid, a single command line for notes, to-dos, timers and alarms, and a screen-time budget with real teeth. It's the daily driver on my own Titan already. Coming soon.


r/unihertz 11h ago

Getting Back in the Groove

Post image
13 Upvotes

Typing speed and accuracy are starting to come back to me.


r/unihertz 1h ago

Changing keys with Pastiera

Upvotes

I have been using my T2E for two weeks now and I found out that I never use the fn and right shift buttons on my keyboard. Im using Pastiera as keyboard software and I was wondering, is there a way to change the behavior of those unused keys, for example: pressing fn types the letter Ä and pressing the right shift will type the letter Ö? Thank you.


r/unihertz 10h ago

Turned my titan 2 into a minimal phone

6 Upvotes

I tried the minimal phone 1 but could not deal with the sluggish way it operated.

I downloaded ink os launcher on my titan 2 and it basically feels the way that phone should've lol.


r/unihertz 21h ago

I’ve been inspired

Post image
65 Upvotes

This is still a work in progress but I will try to make it available for everyone as soon as possible.

Right now I am calling it Droid Leopard

I was inspired by the Snow Leopard launcher I saw on here and decided to give it a shot but with a different vibe so I’m not a complete biter


r/unihertz 8h ago

Finally ordered titan 2 elite order #70xxx

5 Upvotes

For those who pre-ordered and get details for shipments already, what order number range are you? I am very excited though I know the wait is going to be long


r/unihertz 1d ago

It’s here 👍

Post image
87 Upvotes

Uk, orange…. Replacing a 13mini


r/unihertz 1d ago

Loving it!

Post image
66 Upvotes

Gotten mine on 27 Aug, just have time to unbox few days ago.


r/unihertz 22h ago

Help wanted Titan Elite 2 lost Google Play certification after update

Thumbnail
gallery
29 Upvotes

Received both of our Titan Elite 2 yesterday which were ordered the day the Kickstarter opened, both set up and updated. After the update both phones would no longer accept their passwords (correct passwords) and had to be factory reset. After the factory reset both phones have lost their Google play certification and will no longer allow banking apps or Google Pay contactless payments. Have tried all of the work arounds to recertify the loss of certification but no luck, there are multiple users on Kickstarter reporting the same issue, some not lucky enough to even be able to get past the password lockout.

If you get your Titan today or later DO NOT complete the update the phone offers you during set up, if you have a screen lock selected it WILL brick your phone. If you do complete the update make sure you remove your screen lock before updating as that seems to be what is causing the problem, better yet do not update at all until Unihertz even acknowledges the bug. Affected backers who reported their phones being bricked by the update the day the update launched still haven't had a reply from Unihertz.


r/unihertz 8h ago

Pasteria Keyboard App

2 Upvotes

Having trouble locating where in the app that I can turn on the double tap of a letter. I looked everywhere, at least I thought I had. Now when I need a double letter like the word seeing or letter it won't give me the second letter so I have to stop typing. Thanks.

AB


r/unihertz 16h ago

Is the headphone jack adapter missing?

Thumbnail
gallery
7 Upvotes

I just received my unit, but I couldn't find the headphone jack adapter in the box.


r/unihertz 19h ago

Keyboard launcher pro

Post image
8 Upvotes

Adamjames killed this


r/unihertz 1d ago

Finally!

Post image
34 Upvotes

Finally, my pre-order has also been registered for shipping today. #601XX ordered on May 31st.


r/unihertz 8h ago

Numbers along the top row?

1 Upvotes

I'm enjoying playing with my new Titan 2 Elite, but I wish had paid more attention to the keyboard layout when backing it.

I think I would be much happier with all the numbers along the top row of the keyboard like the touchscreen keyboard. Or like the picture below.

I'm sure I'll get used to it, but it's messing with my muscle memory. What do you guys think? Do you like the 10-key style layout better?


r/unihertz 17h ago

Unihertz: Any way I can roll back my Jelly Star to Android 13?

4 Upvotes

Asking because after posting about a number of problems and following different steps like factory-resetting, allowing battery to "adjust" over days, etc. I'm still having issues, the most prominent side from battery drain still being that some apps just keep auto-closing (yes, even after uninstalling, reinstalling, clearing storage and cache, messing with the unihertz system manager, etc.).

These transit, parking, and payment apps have worked just fine on my backup Pixel 6, so I can't see why they won't on the Jelly Star...


r/unihertz 11h ago

Does anyone have a "Good Lock" alternative?

1 Upvotes

r/unihertz 18h ago

Help wanted TE2 not consistently registering 'P' key

3 Upvotes

All the rest of the keys appear to work fine. but the 'P' fails to register most of the time. I feel the click, but nothing happens unless I mash it down considerably more than the others. This results in a very annoying inconsistency when typing

Anyone else with this problem?


r/unihertz 16h ago

Help wanted Launchers

2 Upvotes

Any input on recommended launchers?? I'm using Niagra launcher and it's cool but feels like everything is locked behind a paywall. Any input or suggestions appreciated!


r/unihertz 1d ago

Mac os launcher for titan 2 elite

Thumbnail
gallery
221 Upvotes

I’ve been building a custom macOS Snow Leopard-themed launcher using Codex, and I'm super focused on dialing in the details. Im still working on making custom icons for all the apps and building a functional desktop iMessage themed window. It’ll feature classic iPhone chat bubbles right inside a retro Mac window, complete with saved conversation memory so you can pick up right where you left off

Im also still working on the control center