Live data from Hacker News

Nokia N900 Necromancy

yaky.dev

61–70 of 193 posts

Re: Nokia N900 Necromancy

#61

The N900 was my peak “mobile computing is awesome” device. I went to see District 9 in the cinema in Helsinki. Uh oh, the alien parts are only subtitled in Finnish and Swedish and my Finnish is not up to that. I installed a BitTorrent client, found the release on Pirate Bay, successfully torrented just the subtitle file, and used an editor to read the subtitles for scenes with a lot of alien. The N9 had much better U…

Yeah the cyberpunk part is you can compute without explicitly needing someone's permission.

So true! There will come a point at which there'll be two internets: the walled garden that only lets you in with Secure Attestation, Web Credentials for your verified age-of-maturity, etc. on a non-rooted device... and then the cyberpunk web where people running their own unofficial gear will be.

I wonder if one could do Anti-Secure-Attestation, like, only allow connections from rooted devices? Back to proving root by running a service on the good old sub-1024 ports?

Re: Nokia N900 Necromancy

#62
post #51

The N900 was my peak “mobile computing is awesome” device. I went to see District 9 in the cinema in Helsinki. Uh oh, the alien parts are only subtitled in Finnish and Swedish and my Finnish is not up to that. I installed a BitTorrent client, found the release on Pirate Bay, successfully torrented just the subtitle file, and used an editor to read the subtitles for scenes with a lot of alien. The N9 had much better U…

Gosh I loved my Nokia N9. Such an amazing little phone, and it's depressing a little that I can't use them anymore where I live

Here's what I don't get: why can't we have a modern one? It doesn't need to blow flagship smartphones out of the water. It doesn't even need to have a GSM baseband – I'd rather just connect through my "normal" smartphone than deal with all the complications of having a whole extra computer in there.

Surely this is getting close to realizable by hobbyists or a niche company?

Re: Nokia N900 Necromancy

#63
post #62
post #51

Earlier quoted context omitted.

Gosh I loved my Nokia N9. Such an amazing little phone, and it's depressing a little that I can't use them anymore where I live

Here's what I don't get: why can't we have a modern one? It doesn't need to blow flagship smartphones out of the water. It doesn't even need to have a GSM baseband – I'd rather just connect through my "normal" smartphone than deal with all the complications of having a whole extra computer in there. Surely this is getting close to realizable by hobbyists or a niche company?

Have you seen the Jolla preorder? It was on hn a few days ago. That is the spiritual successor of the N9XX line.

https://commerce.jolla.com/products/jolla-phone-preorder

Re: Nokia N900 Necromancy

#64
I have such fond memories of the Nokia N810.

I did my master’s thesis on that device. I had a custom hypervisor running a guest kernel, virtualized networking, and a buildroot userspace. I could SSH into the host N810, then SSH into the guest. I even virtualized the framebuffer at some point and got the “dancing baby” animation playing from the guest. It only ran at a couple frames per second, but it was _amazing_.

Re: Nokia N900 Necromancy

#65

The N900 was my peak “mobile computing is awesome” device. I went to see District 9 in the cinema in Helsinki. Uh oh, the alien parts are only subtitled in Finnish and Swedish and my Finnish is not up to that. I installed a BitTorrent client, found the release on Pirate Bay, successfully torrented just the subtitle file, and used an editor to read the subtitles for scenes with a lot of alien. The N9 had much better U…

The N950[0] was literal perfection. I had multiple friends who rand self-hosted servers on retired N900's :D

[0] https://en.wikipedia.org/wiki/Nokia_N950

Re: Nokia N900 Necromancy

#66
I still have one in a drawer from when I worked at Nokia around 2009. Great device. I also had the N800 before that.

What made them interesting wasn't the hardware, though the full keyboard on the N900 was useful but the fact that it was Linux phone based on Debian complete with the ability to apt-get install whatever the hell you wanted. Including compilers, developer tools, openssh, and whatever you could think of.

The big difference between the N800 and the N900 was that the N800 was more of a tablet form factor (released years before the ipad or the iphone were a thing). The N900 was smaller and had a proper phone built in. It could connect to mobile networks and make phone calls. The N800 was by operator decree basically crippled to be wifi only. Operators absolutely hated the notion of an open platform like Linux running on devices connected to their networks.

The victory Steve Jobs imposed on operators was basically getting them to beg on their knees if he would please allow iphones on their networks. He completely turned the tables on them. The first iphones were exclusive to some networks only and people cancelled their subscriptions if they were on the wrong network. That's why iMessage is a thing and SMS texts are a thing that is no longer generating meaningful amounts of revenue for operators. There was no off switch for iMessage. Steve Jobs basically told operators to take it or leave it. Likewise MMS was not a thing on the first iphone. Nokia mistook that as a fatal omission. A missing feature. The truth was that MMS was dead as a doornail the moment 3G internet connectivity became a thing. Why have operators act as a middle man? Steve Jobs had no patience for any of that.

Anyway, Nokia still obeyed the operators and it ended up crippling anything with software potential. There were big discussions about having Skype on these things. The N800 had that. And a webcam. You could make video calls with it. In 2007. The N900 did not have Skype. And it was positioned as a developer phone. Worse, it had to compete internally with Symbian and the Symbian team was in control of the company.

So, it was positioned as a developer phone and the N9 was launched (2011) similarly crippled in the same week that they shut down the entire team working on the OS. That was around the time Symbian lost out to Windows Phone and the beginning of the implosion of Nokia's phone division.

The key point here is that Nokia had an Android competitor long before Google launched the Nexus. Before they had the Nexus, they were dual booting N800s into Android. I flashed mine with a development build at some point even. Nokia screwed up the huge chance they had there long before the iphone was about to launch. The N770 launched late 2005. The iphone wasn't even announced until 2007.

Nokia did not understand what it had and crippled the platform instead. And then it dropped out of the market completely.

Re: Nokia N900 Necromancy

#67

The N900 was my peak “mobile computing is awesome” device. I went to see District 9 in the cinema in Helsinki. Uh oh, the alien parts are only subtitled in Finnish and Swedish and my Finnish is not up to that. I installed a BitTorrent client, found the release on Pirate Bay, successfully torrented just the subtitle file, and used an editor to read the subtitles for scenes with a lot of alien. The N9 had much better U…

My N900 (Made in Finland, an early one) was great. I would have used it still if it wasn't for the fact that after 3G disappeared it was useless. The battery could be replaced (as others have mentioned), so it was perfectly fine still. Mechanically it was as good as new as well.

As it was basically like Debian Linux inside I could do what I usually do - write hobby projects and run it on the N900. I had my minicomputer emulator running. Nice to see my old favourite minicomputer editor on my N900.

Re: Nokia N900 Necromancy

#68
post #64

I have such fond memories of the Nokia N810. I did my master’s thesis on that device. I had a custom hypervisor running a guest kernel, virtualized networking, and a buildroot userspace. I could SSH into the host N810, then SSH into the guest. I even virtualized the framebuffer at some point and got the “dancing baby” animation playing from the guest. It only ran at a couple frames per second, but it was _amazing_.

The only weird thing about it was that you couldn't charge a fully empty N810 with the micro(?) usb charger. It'd charge just enough to boot and then crash again, because it couldn't wake up far enough to negotiate a higher current with the charger.

Had to use a barrel plug to charge it.

Spent a very nervous and sweaty day figuring that out when I bought one used with no warranty or returns and it didn't boot properly =)

Re: Nokia N900 Necromancy

#69
post #63
post #62

Earlier quoted context omitted.

Here's what I don't get: why can't we have a modern one? It doesn't need to blow flagship smartphones out of the water. It doesn't even need to have a GSM baseband – I'd rather just connect through my "normal" smartphone than deal with all the complications of having a whole extra computer in there. Surely this is getting close to realizable by hobbyists or a niche company?

Have you seen the Jolla preorder? It was on hn a few days ago. That is the spiritual successor of the N9XX line. https://commerce.jolla.com/products/jolla-phone-preorder

It's excciting, but I saw a review of a pre-release c2 on youtube [0] the other day, and it seemed extremely slow in the interactions. Otherwise, it seems like a cool device.

[0] https://youtu.be/5titW5dclwg

Re: Nokia N900 Necromancy

#70
post #63
post #62

Earlier quoted context omitted.

Here's what I don't get: why can't we have a modern one? It doesn't need to blow flagship smartphones out of the water. It doesn't even need to have a GSM baseband – I'd rather just connect through my "normal" smartphone than deal with all the complications of having a whole extra computer in there. Surely this is getting close to realizable by hobbyists or a niche company?

Have you seen the Jolla preorder? It was on hn a few days ago. That is the spiritual successor of the N9XX line. https://commerce.jolla.com/products/jolla-phone-preorder

I loved my N9. But i'm somewhat hesitant on preordering that one. I need wireless charging.. And i still dont really get if Android-apps actually work or not, i.e. swedish Bank-Id/Swish etc.
Post reply on HN