Active Topics

 


Reply
Thread Tools
Ancelad's Avatar
Posts: 1,552 | Thanked: 3,108 times | Joined on Jun 2012 @ Russia, 96
#1
NO WARRANTLY, IT MAY DOESN'T WORK PROPERLY ON YOUR DEVICE, IF SO - YOU SHOULD REFLASH YOUR DEVICE!

Actual n9repomirror.list which contains the following repositories:

1) https://coderus.openrepos.net/n9mirror/ (instead dead Nokia-repositories)

2) http://mirror.thecust.net/harmattan-dev.nokia.com/

Default obsolete Nokia repositories will be disabled. Application version 0.7.2 supports all firmware regions (need test)

This will allow you to enable developer-mode after phone flashing (reset) etc.

Thanks to CODeRUS and basil_s for support!

FULL ROADMAP AFTER PHONE REFLASH:

1) Enable installations fron non-certificied sources - go to Settings -> Applications -> Installations and turn on switch
2) Connect your device to internet over Wi-Fi or mobile network (be careful if you use pay traffic)
3) Open default web-browser and go to https://openrepos.net
4) Go to search field and find there search n9repomirror. Download the latest deb-file (0.7.2), install it from transfers by simple tap.
5) Go to Settings -> Applications -> Manage applications and tap Updates (right bottom icon)
6) Check updates (tap right top icon)
7) You will receive 2-3 software updates (like Facebook, Twitter, Real Golf etc.) - this means your repositories work now
8) Enable developer-mode and enjoy!!!

The latest version available here:

Last edited by Ancelad; 2015-10-15 at 10:08.
 

The Following 22 Users Say Thank You to Ancelad For This Useful Post:
Posts: 509 | Thanked: 626 times | Joined on Jul 2012 @ Mexico/Germany
#2
the new 0.7.1 i can not install

here is the error message

$ dpkg -i n9repomirror_0.7.1_armel
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "de"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Aegis rejecting n9repomirror_0.7.1_armel: Could not open debian archive
aegis aborting dpkg -- all listed package files rejected
Compilation failed in require.

Last edited by chilango; 2015-10-09 at 14:53.
 
Posts: 9 | Thanked: 11 times | Joined on Oct 2013
#3
This thread should be sticked.
 

The Following User Says Thank You to szydl0 For This Useful Post:
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#4
Originally Posted by szydl0 View Post
This thread should be sticked.
Absolutely support that!
But only after ancelad corrected the package

@ancelad
just use that
Code:
cd /etc/apt/sources.list.d
for sl in $(ls aegis.ssu-keyring-*.list); do echo "#removed ..." > $sl; done;
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 
Ancelad's Avatar
Posts: 1,552 | Thanked: 3,108 times | Joined on Jun 2012 @ Russia, 96
#5
Originally Posted by peterleinchen View Post
Absolutely support that!
But only after ancelad corrected the package

@ancelad
just use that
Code:
cd /etc/apt/sources.list.d
for sl in $(ls aegis.ssu-keyring-*.list); do echo "#removed ..." > $sl; done;
I've tried this a week ago, but it doesn't work without bash (seems so). I think I will build many packages for every region
 

The Following 2 Users Say Thank You to Ancelad For This Useful Post:
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#6
Erm, please try once more.

This should work with default shell on N9, tested on my device without bash.

--edit
yes, confirmed
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 
Ancelad's Avatar
Posts: 1,552 | Thanked: 3,108 times | Joined on Jun 2012 @ Russia, 96
#7
Originally Posted by peterleinchen View Post
Erm, please try once more.

This should work with default shell on N9, tested on my device without bash.

--edit
yes, confirmed
it doesn't work on clean device
 
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#8
Originally Posted by Ancelad View Post
it doesn't work on clean device
Damn aegis!
Or what?
What does not work?

Of course my device is in open mode.
But your first approach with echoing directly into list file worked?

Maybe try to change to 'develsh' (after 'devel-su') before isssuing...
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 
Ancelad's Avatar
Posts: 1,552 | Thanked: 3,108 times | Joined on Jun 2012 @ Russia, 96
#9
": > /path/file" will always success, it has this unique specific. But with "for in" it doesn't work - installation interrupts. I'm flashing my rootfs every time for test, and I'm on stock kernel until success
 

The Following 2 Users Say Thank You to Ancelad For This Useful Post:
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#10
Hmm,

without colon
~ $ for ffile in $(ls aaa*.list); do echo 'rem' > $ffile; done
~ $ cat aaa*
rem
rem
rem
~ $

where with colon
~ $ for ffile in $(ls aaa*.list); do : echo 'rem' > $ffile; done
~ $ cat aaa*
~ $
removes just everything (would be okay, right?)
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature

Last edited by peterleinchen; 2015-10-12 at 22:05. Reason: typo
 

The Following User Says Thank You to peterleinchen For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 09:38.