Replies

This profile is from a federated server and may be incomplete. Browse more on the original instance.

blog, to keyboard
@blog@shkspr.mobi avatar

Hardware I miss from my old Android phones
https://shkspr.mobi/blog/2024/04/hardware-i-miss-from-my-old-android-phones/

I've been using Android since before it was released in the UK. When I was working at Vodafone, I got a pre-release HTC device with an early version of Android on it. I've been pretty much in the Android ecosystem ever since.

Recently, I treated myself to an upgrade - a Pixel 8 Pro. The biggest, fastest, fattest, AI-stuffed Android phone yet. It's pretty good! The camera is excellent, the heat-sensor is crap1, the battery is gorgeous, the weight is annoying. Google's software was too needy, so I replaced it with GrapheneOS.

But, as much as I like the device, there are some hardware things which I think would improve it. No, I'm not talking about a headphone jack! I'm talking about useful things2.

More precise input

The early Androids - and most BlackBerrys - had either a rollerball or touch pad just below the screen.

https://twitter.com/edent/status/693736427314659328/photo/1

It made it so much easier to do precise selection. Yeah yeah, I know you can slide along the spacebar to move a cursor, but it just isn't the same.

I get that a rollerball gunks up pretty quickly - but a touchpad or optical joystick would be lovely. Perhaps it could go on the...

Rear finger-print sensor

The technology behind the in-screen fingerprint sensor is magical. It works brilliantly. But I rather liked my One Plus 5T's rear sensor. It didn't blast my face with light, and I found it more natural to use when picking up the phone.

But, even better, the rear sensor acted as an input! When I stroked down on it, the notification shade appeared. Stroking up dismissed it. I'd love to have a rear-input like that again. I'd like more inputs in general!

Physical Buttons

In the future, cars will be ditching touchscreens in favour of physical buttons. Perhaps Android will do the same?

This is the HTC Dream - the original Android. And it is perfection.

The HTC Dream G1 - it has a pop up screen which reveals a keyboard, a trackball, and several physical buttons.

Wouldn't it be nice to have physical buttons for home and back, rather than trying to remember what swipe actions to take? OK, perhaps a modern phone doesn't need this many buttons - but there are still some things where switches are useful. For example...

Silence Slider

Both the iPhone and several Android devices have a dedicated "silence" switch.

https://beebom.com/oneplus-5t-star-wars-edition-launched/

It was so handy. There's a comfort about being able to reach into your pocket while sat and the theatre and know that your phone is on silent. No unlocking and fiddling with on-screen menus. One flick and you're good.

But, with most modern Android, you have to peer at the screen to know what's going on. I kinda miss...

Status LED for power and messages

Back in the day, every Android phone had a multi-colour LED. It would show red when your battery needed charging. It would pulse when being charged. It would flash green if you had an SMS. With a glance you knew what your phone was doing.

AMOLED hasn't really lived up to its promise. There's no single-pixel flashing away on screen to let me know if I have a message. Instead, I have to pick up my phone to get the entire screen to activate. What a waste of battery life!

NFC on the top.

My new phone has NFC right in the middle of the back of the phone. That's a bit awkward for placing on a tap-to-pay terminal on the bus. My previous phone had the NFC right at the top.

It is doubly annoying for me as I wear an NFC ring. And the damn thing keeps triggering my phone!

I realise this is an extremely niche problem!

Keyboard

The last Android phone I had with a keyboard was a complete disaster. Maybe I'm kidding myself that a full tactile QWERTY experience is necessary?

Phone with a keyboard at the bottom.

But look how pretty!

Infrared Camera

Remember how I said the thermal sensor was shite? I've reviewed a couple of Thermal cameras for Android.

They're expensive - but certainly useful. Both for finding hotspots in your home and for seeing who is sweaty. OK, it isn't the most compelling bit of hardware. But if you're going to put a sensor on a phone, at least make it useful!

3D Screens and Haptic Screens

Years ago, I tried an LG phone with a 3D screen. No glasses! It used the same sort of technology as the Nintendo 3DS.

OK, it wasn't the highest resolution and you had to sit at a precise angle. But it was interesting tech!

Similarly, I once played with the Senseg haptic screen. It used weird electrostatic tech to make the texture of the screen change. It is almost impossible to describe and, if I didn't have this video, I might believe I dreamed it.

There are phones with built in laser projectors which, while fun, aren't that compelling to me.

What else is missing?

What do you remember from the early Androids that you think is missing now? Which crazy innovations need to make a comeback? Which Shenzhen-special already has all these features?


  1. This is not an exaggeration. It is the most pointless piece of hardware I've ever seen on a device. And I once had an experimental Nokia with a receiver for DVB-H.
  2. Fight me!

https://shkspr.mobi/blog/2024/04/hardware-i-miss-from-my-old-android-phones/

blog,
@blog@shkspr.mobi avatar

There is an on-screen back button for GrapheneOS. But it is hardcoded to be on the left of the screen.

blog, (edited ) to programming
@blog@shkspr.mobi avatar

The Joy and The Pity of making your own stuff
https://shkspr.mobi/blog/2023/12/the-joy-and-the-pity-of-making-your-own-stuff/

I made my own tofu a few weeks ago1. I got soy milk, heated it, mixed in coagulants, drained it, pressed it, sliced it, then cooked it. And, you know what? I'm not sure it was worth the effort.

https://mastodon.social/deck/@Edent/111404530882763663

It tasted basically fine - no different to any shop bought tofu. It wasn't noticeably cheaper, it wasn't more nutritious, nor was it easier to store and prepare. I'm sure that if I spent several attempts I would gradually get closer to creating something comparable with the shop-bought product. And then what? Do I want to spend a few hours tending to my tofu whenever I feel like a stir-fry?

Cooking - and learning its chemistry - can be fun. It can also be a drudge. Sometimes I don't want to individually peel and slice a dozen ingredients. I want to push a few buttons on my microwave and then eat something.

The same extends to nearly every field. I could knit my own clothes and - no doubt - I would find the process interesting, relaxing, and entertaining. But for everyday wear, it would be a startling waste of my time to do so. Even if I avoid sweatshop labour and fast-fashion, a decent jumper is cheap and provides excellent utility.

But part of the joy of making - and mending - is that you get to learn a little slice of how the world works.

I first encountered Conway's Game of Life when I was a kid. I thought it was the hideously complicated thing which I simply was not qualified to understand. But after reading the biography of von Neumann it suddenly clicked. I understood its simplicity.

In order to test my understanding, I built my own Game of Life interpreter. It's nothing fancy. A few dozen lines of Python. It won't win any awards for efficiency nor for coding style. But it works.

https://shkspr.mobi/blog/wp-content/uploads/2023/12/gol.mp4

In the unlikely event that I ever need to use Life in production, I'm going to use a mature and well supported library. But by building my own toy implementation, I have a superficial understanding of what it is meant to do, where the pitfalls are, and what limitations I might encounter.

And that's my approach to most things. Learn how to make, understand the obvious problems, fall back to the mainstream option if it is easier than continuing.


  1. Yes, I am fully aware that I am a knit-your-own tofu, Guardian-reading, hipster, vegan stereotype.

https://shkspr.mobi/blog/2023/12/the-joy-and-the-pity-of-making-your-own-stuff/

blog,
@blog@shkspr.mobi avatar

Thanks! Yeah, it was a bit of a faff. But it is fun to experiment.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • osvaldo12
  • khanakhh
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • everett
  • ngwrru68w68
  • Durango
  • anitta
  • InstantRegret
  • GTA5RPClips
  • cubers
  • ethstaker
  • normalnudes
  • tacticalgear
  • cisconetworking
  • tester
  • Leos
  • modclub
  • megavids
  • provamag3
  • lostlight
  • All magazines