Skip to main content

What to do if your wearable gadget comes with a crappy wrist band, a lifehack

Some devices come with a good wrist band. Take Fitbit Charge HR, for example:

Fitbit Charge HR and what wrist band is supposed to look like

It's comfortable and there almost no way to lose it between good buckle and additional security band (not shown that it has an additional claw inside to fix it in place).

While others are just crappy and too easy to lose:



Samsung Gear Fit 2
And how to lose it
Just unstrap it with your backpack or something and it slips right off, you'll never notice

Huawei Talkband B2

Not as expensive but just as easy to lose

I mentioned that Talkband B3's band, while looking the same, is marginally better. But not much better.

What to do with it all?

Obviously, the first thing you should do is to let the manufacturer know about this fault. Especially if you already lose some device, go write an angry tweet or post and contact the manufacturer. Repeat often enough and maybe they'll stop doing it.

Before than happens, you can also secure the band with an additional security band. They are sold separately, search amazon or ebay for one for your particular wearable or something close (it should look kinda like the first picture, although that particular one was built-in). Do not think that Fitbit is absolutely better, by the way, Fitbit Alta and Fitbit Flex are so popular and crappy that security bands for them are in fact the easiest to find. It should cost you couple bucks at most which is a good investment if it helps you not to lose a gadget that costs several hundred bucks, don't you think so?

And what to do before you find one and wait for it to be mailed to you? I'd recommend using anything short and elastic, like that tiny band that comes with TalkBand's usb cable, don't rush to throw it away:

A possible way to secure those crappy wrist bands, using an elastic band from usb cable.
Or a rubber band for money/plastic bags. The trick is to not make it too tight, so you still can unclick the pin yet tight to enough to require more efforts for unclicking and tight enough to provide more tension if it does unclick.

You can also try to use duct tape, pieces of wire, glue, threads or ropes. Let me know in the comments if anything works out for you.

Popular posts from this blog

「この番組は、ご覧のスポンサーの提供でお送りします」Inference Labs

It's official, I have corporate sponsors now (which will hopefully be closer to strategic partnership soon, at least I'd like that). Thanks for the steaks and wine and equipment and all other resources for my distributed hacker team (I'm hoping for a cool demo for ETHOnline hackathon), and local Web3 meatup group I facilitate in Tbilisi (steaks and gas money for everyone participating in the ecosystem), and my Web3 community support army in training. A large bag of kudos for our general sponsor: Inference Labs! If anybody needs help onboarding into the decentralised world, reach me privately and we'll help you navigating the options, we have the expenses covered and good people for this (better points of contact are being established, things are being worked on, stay tuned). I should probably tell a few words about what we actually do at Inference Labs but things change so often I hope we're still bringing decentralized AI to the Web3 world when you read this (maybe...

New horizons

I originally started this blog with ideas of reviewing devices and services and hoping that eventually if it gets popular enough somebody starts sending me stuff to review. A lot has changed since, I stopped obsessing that much about new gadgets and got into vintage electronics, many of things that were new and interesting a few years ago are a commodity now. I thought about reviewing the phone I finally got to refreshing last year (S23 Ultra is ok upgrade for Note 8, I'm glad that new ultras will finally have flat screen again, I might upgrade next year or so just for that) but I don't really feel like it or think it would mean much for the readers. Most of my vintage electronics is at home where I haven't been for a couple years and it's not something I can currently do something about, I touched a soldering iron like once or twice this year. I might post something work-related once I get the hang of what I'm actually doing there and have some rough ideas wen dece...

Using virtualenv for more than Python projects

Sorry, it's not a complete instruction, just a thought. It occurred to me (some time ago) that Python's virtualenv is, essentially, a simplified version of system "prefix", it has bin, lib, include, and can have more stuff when needed. If you're willing to experiment (you'll probably have to set a few additional environment variables and/or build flags but that's no big deal), you can install various other tools there up until you have a complete system with its own compiler and complete set of libraries although it's much simpler to keep using system compiler and libraries only complimenting them when needed. Granted, prefixes are nothing new, people were using /opt (and their home directory) this way since the beginning of time. But with little help of virtualenv-wrapper or pyenv you can easily switch between them and isolate environments better. Binaries and stuff installed in virtualenv would override system defaults but only when venv is activat...