View Single Post
Posts: 188 | Thanked: 223 times | Joined on Apr 2013 @ Poland
#2
Standard problem, go to installable aplications and manually install mp-fremantle-community-pr or just execute:

Code:
apt-get install mp-fremantle-community-pr
After run it from applications menu, it will setup device with new repos.

After update I recommend to do something like this:

In This Order:

apt-get install leafpad

then:

leafpad /etc/apt/preferences

put this content and save:

Code:
Package: *
Pin: release a=Community SSU (Thumb)
Pin-Priority: 700             
                
Package: *
Pin: release a=maemo.org (Extras-Devel)
Pin-Priority: 500                
                
Package: *
Pin: release l=maemo.org
Pin-Priority: 550    
                
Package: *
Pin: release l=Community SSU (testing)
Pin-Priority: 600
It will prevent Thumb-compiled packages beeing replaced by non Thumb-Compiled

Then make sure that all was done correctly and all necessary packages were installed by simply executing apt-get upgrade.

Enjoy,

Last edited by Ridd92; 2018-09-29 at 20:53.