Reply
Thread Tools
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#41
Something that ancelads repo package should already do!
At least as I understood his comments?
__________________
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
 
Posts: 3 | Thanked: 0 times | Joined on Jun 2015
#42
Originally Posted by craciunovi View Post
No. I did not try reflashing the phone.
Thanks for the tip and for the sequence described.
I will reflash the phone and than try the sequence described by you.
And, of course i post here the results.
Hello everybody.

Thank you for the tips and help.
Reflashing the phone, did the job.
 
ginggs's Avatar
Posts: 306 | Thanked: 582 times | Joined on Mar 2012
#43
Originally Posted by peterleinchen View Post
Comment out all entries inside
aegis-ssu-keyring-001.list
and do a 'apt-get update'.

Seems like those older repos have higher priority...
Should we also comment out the entry in:
/etc/apt/sources.list.d/osa.list
?
 

The Following User Says Thank You to ginggs For This Useful Post:
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#44
Originally Posted by ginggs View Post
Should we also comment out the entry in:
/etc/apt/sources.list.d/osa.list
?
No, did someone say so?
Frankly, I do not know exactly what this is for. But I stilll have it unchanged and everything is fine.
__________________
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
 

The Following User Says Thank You to peterleinchen For This Useful Post:
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#45
osa is ovi store afaik, it's not functioning, so you can just remove it
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following 4 Users Say Thank You to coderus For This Useful Post:
ginggs's Avatar
Posts: 306 | Thanked: 582 times | Joined on Mar 2012
#46
Originally Posted by peterleinchen View Post
No, did someone say so?
Frankly, I do not know exactly what this is for. But I stilll have it unchanged and everything is fine.
Contents of /etc/apt/sources.list.d/osa.list:
Code:
deb-exec /usr/bin/osa
I don't know what deb-exec does, but osa has something to do with getting updates from the Ovi store.

Back when the store was around, this process was often the cause of "Checking for Updates" never completing, see:
http://talk.maemo.org/showthread.php?t=86084
 

The Following 2 Users Say Thank You to ginggs For This Useful Post:
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#47
I thought so but was not sure.

I never had problems with updating. And even with closed store it works fine. Getting updates from openrepos, too. Do you have warehouse installed?
(My device is in open mode.)

But as coderus said go ahead and comment it out.
__________________
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
 

The Following User Says Thank You to peterleinchen For This Useful Post:
ginggs's Avatar
Posts: 306 | Thanked: 582 times | Joined on Mar 2012
#48
Originally Posted by peterleinchen View Post
I never had problems with updating. And even with closed store it works fine. Getting updates from openrepos, too. Do you have warehouse installed?
(My device is in open mode.)
I have warehouse installed, but my device is not in open mode.

Just some further information:

'deb-exec' is not a command, but instead a (Nokia-specific?) extension to the repository types in apt (Debian only has 'deb' and 'deb-src').
Instead of fetching the list of packages from the repository, 'deb-exec' runs the command '/usr/bin/osa' which then presumably returns the list of packages.
Running 'strings' on '/usr/bin/osa' shows this command can make http connections to s60-store.ovi.com, api.store.ovi.com and p.d.ovi.com.
It also references a file called '/var/lib/ovi-adapter/known-products' which seems to contain information on the packages one has previously downloaded from the store (so you only get shown updates to packages already have?).
 

The Following 3 Users Say Thank You to ginggs For This Useful Post:
Posts: 15 | Thanked: 6 times | Joined on Aug 2015
#49
Hi,

I am quite new to Nokia N9 and had difficulties in installing developer-mode, even with the N9RepoMirror tool installed.
Since I did not want to reflash the phone, I did "clean" it (bought it used) but some configuration file from, probably, older Harmattan version was left.

I had to modify and repack the N9RepoMirror .deb so that the postinst script also removed old repos from
aegis-ssu-keyring-232.list
file, other than the "standard" aegis-ssu-keyring-001.list
(had managed to install the terminal and noticed there was one more file in /etc/apt/sources.list.d).

After this, installed the "fixed" N9RepoMirror and was able to install developer-mode, WareHouse etc.

Just wanted to share my experience
Thank you for explaining what files are involved in repo checks!
 

The Following User Says Thank You to fiat1100d For This Useful Post:
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#50
Now, after downloading ancelads package and checking the postinst script, I understand why some may still have problems.

Code:
#!/bin/sh

echo Remove all default offline repositories
: > /etc/apt/sources.list.d/aegis.ssu-keyring-001.list
echo Done

exit 0
Not all have the general 001 firmware/repository, but localized 232/480/whatever repo list.

So those do not get cleaned but still are in place and take precedence.

I guess following command line would be better:
gzip /etc/apt/sources.list.d/aegis.ssu-keyring-*.list

which will not delete -but keep info compressed- old lists. And would be valid for all firmware versions.
Pre-conditions: gzip preinstalled (I think so) and apt not complaining about some binary files (I guess so).
__________________
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
 
Reply

Tags
developer mode, harmattan, maemo 6, repositories


 
Forum Jump


All times are GMT. The time now is 10:58.