Showing results 1 to 25 of 100 @ 0.02 seconds. Search: Posts Made By: dredlok706
Forum: MeeGo / Harmattan 2024-09-08, 09:57
Replies: 17
Views: 7,987
Posted By dredlok706
Re: TLS 1.2 for N9 is ready

I have to say I tried recompiling microb-engine (just as quick test), couldn't even with original source. Fails on running run-mozilla.sh with error: "unable to dump 00114c00". No clue how to fix...
Forum: MeeGo / Harmattan 2024-09-02, 12:16
Replies: 17
Views: 7,987
Posted By dredlok706
Re: TLS 1.2 for N9 is ready

I got your donation! Thank you so much!

I will try to explain the steps I have done. Basically, you need the Scratchbox SDK for cross-compiling N9 software - the easiest way for me was to use...
Forum: MeeGo / Harmattan 2024-08-23, 10:49
Replies: 17
Views: 7,987
Posted By dredlok706
TLS 1.2 for N9 is ready

Based on https://talk.maemo.org/showthread.php?t=101156 thread by n9erator, I managed to repeat his steps (with little newer OpenSSL, 1.0.2u) and get TLS 1.2 support in (probably most of) Qt apps,...
Forum: MeeGo / Harmattan 2024-08-18, 18:17
Replies: 31
Views: 18,290
Posted By dredlok706
Re: TLS1.2 and N9 (polishing brass on a sinking ship)

Turns out my c_rehash trick did the job! After changing date to correct one on fresh device and trying my packages WITHOUT c_rehash yet, websites complained. Then I put certs to /usr/local/ssl/certs,...
Forum: MeeGo / Harmattan 2024-08-18, 06:44
Replies: 31
Views: 18,290
Posted By dredlok706
Re: TLS1.2 and N9 (polishing brass on a sinking ship)

Made sure date is correct, added latest CA certs from Ubuntu, skipped part about postinst, patched the certman_main manually and... Every working TLS 1.2 site loads without single warning on N9!!
Forum: MeeGo / Harmattan 2024-08-17, 14:53
Replies: 31
Views: 18,290
Posted By dredlok706
Re: TLS1.2 and N9 (polishing brass on a sinking ship)

I managed to repeat the things done by @n9erator and TLS 1.2 in default browser of my N9 is working!!!

Sadly not certificates thing. I mean - TLS 1.2 in browser itself works. But every site...
Forum: MeeGo / Harmattan 2024-02-16, 07:26
Replies: 3
Views: 10,266
Posted By dredlok706
Forum: MeeGo / Harmattan 2024-02-15, 11:12
Replies: 3
Views: 10,266
Posted By dredlok706
New fixed N9RepoMirror

As you may have seen, N9RepoMirror stopped working... because OpenRepos.net disabled TLS 1.0/1.1. Not anymore :) I mirrored the repository and have hosted it on my server.

Here is a fixed...
Forum: MeeGo / Harmattan 2024-02-02, 19:22
Replies: 6
Views: 5,409
Posted By dredlok706
Forum: MeeGo / Harmattan 2024-02-02, 15:24
Replies: 6
Views: 5,409
Posted By dredlok706
Re: Can't enable developer mode

OpenRepos disabled TLS 1.0/1.1 and doesn't work on old systems anymore. Use fix from file below.
Forum: Maemo 5 / Fremantle 2023-12-20, 18:11
Replies: 35
Views: 19,289
Posted By dredlok706
Re: Using the N900 in 2023

No, no :D
This is just plain OpenSSL, you can only use it to compile something new with it. I'm planning to compile Python 3.11.
New browser isn't possible, I think. Only through Browservice...
Forum: Maemo 5 / Fremantle 2023-12-20, 15:36
Replies: 35
Views: 19,289
Posted By dredlok706
Re: Using the N900 in 2023

https://drive.google.com/drive/folders/1479NdcUbOE7v2B-CkgErua4iNEzJFxen?usp=drive_link
Here you have compiled GNU Coreutils v8.9, OpenSSH 9.6p1, OpenSSL 1.1.1w and full set of Mozilla CA...
Forum: Nokia N900 2023-12-16, 18:11
Replies: 1
Views: 2,829
Posted By dredlok706
Re: Windows 11 Flash

I flashed Nokia N810 / N9/00 many times using either Windows 11 or 10. In general, following usually works:

1. Disable driver signature verification.
2. Download & unpack libusb...
Forum: Applications 2023-12-13, 20:58
Replies: 6
Views: 4,435
Posted By dredlok706
Re: [ANNOUNCE] MeeShop - new app store

New release is coming (0.3.0). It will be based on Python 3.11.3 and using my own TUI (Terminal UI), controlled by arrows, much more comfortable. My TUI, currently, supports menus, paged menus (for...
Forum: Nokia 770 2023-12-13, 15:40
Replies: 1
Views: 7,092
Posted By dredlok706
Re: MMC-card repository

You'd have to download entire pool/gregale and dists/gregale folder and put them on MMC-card (in this structure: pool/gregale and dists/gregale). Then MAYBE putting MMC's path as link (with file://)...
Forum: Buy & Sell 2023-11-16, 15:42
Replies: 0
Views: 1,591
Posted By dredlok706
For sale: Nokia N900 prototype

I have Nokia N900 prototype for sale

Fully working, in perfect condition. Screen without scratches. It has few interesting developer apps.

Price: 1100 zł, about 250 Euro, for negotiating.
Forum: MeeGo / Harmattan 2023-10-21, 18:43
Replies: 7
Views: 11,120
Posted By dredlok706
Re: Compiling / packaging modern command line software on MeeGo

Yes. When building I specify "--prefix=/opt/wunderw" with each thing to compile. This way each package lives in /opt/wunderw directory, not conflicting with system packages.
Forum: MeeGo / Harmattan 2023-10-21, 12:50
Replies: 7
Views: 11,120
Posted By dredlok706
Re: Compiling / packaging modern command line software on MeeGo

Great news!

1. I compiled OpenSSL 1.1.1w (!!!) (not 1.1.0h) - with TLS 1.3 support!!!
2. I packaged full set of Mozilla certificates from Arch Linux for above OpenSSL
3. Latest curl compiled...
Forum: MeeGo / Harmattan 2023-09-19, 18:33
Replies: 7
Views: 11,120
Posted By dredlok706
Re: Compiling / packaging modern command line software on MeeGo

I found another method - seems to be much better.

I now have two Harmattan SDKs - let's name it SDK1 and SDK2.
A directory inside my host's home "MeeGo-workdir" is mounted as...
Forum: MeeGo / Harmattan 2023-09-17, 09:16
Replies: 7
Views: 11,120
Posted By dredlok706
Compiling / packaging modern command line software on MeeGo

Hello

I recently had some fun compiling modern CLI things for Nokia N9.
So far I did:

- Python 3.9.18 (CPython) compiled against OpenSSL 1.1.0h. This resulted in Python having all modules...
Forum: General 2023-09-16, 08:40
Replies: 9
Views: 13,165
Posted By dredlok706
Re: Problems with old Nokia phones like E7, C7 etc.

Symbian forums are inactive these days... :c
SDF recently stopped accepting new registrations.

You can ask on Telegram:

https://t.me/symbian_world

Symbian World is an active group with many...
Forum: Nokia N9 / N950 2023-09-11, 02:21
Replies: 10
Views: 6,785
Posted By dredlok706
Re: Nokia N9 "Device not working properly"

Yes. I flashed it many times. This is my link.
In fact Flasher will reject broken / modified images, IIRC.
Forum: Nokia N9 / N950 2023-09-10, 08:45
Replies: 10
Views: 6,785
Posted By dredlok706
Re: Nokia N9 "Device not working properly"

You can use NOMAPS variant instead:

https://disk.yandex.com/d/x2JCqlnwS0JM9A

It takes less space and just doesn't have maps, which you can install on your own later.
Forum: General 2023-09-07, 17:09
Replies: 2,070
Views: 717,923
Posted By dredlok706
Re: New members say hello !

Even better way is to add " site:talk.maemo.org" to the Google search query, so only TMO results will show up ;)
(or other syntax which desired search engine supports)
Forum: Maemo 7 / Leste 2023-09-04, 19:59
Replies: 55
Views: 33,128
Posted By dredlok706
Re: Installation on Pinephone

I would symlink pinehole dir to Mihphoto dir
Showing results 1 to 25 of 100



 
Forum Jump

All times are GMT. The time now is 16:56.