![]() |
[Help!] Get back to factory sys-ui...
Hi, how the title suggest I want to revert to original sys-ui.
I have installed INCEPTION and various add-ons, like MT-Toggles, but when I tried to install apps (also from the store) the device gave me an error. I have tried to: 1. use the restore functions integrated; 2. reinstall the software from the Nokia suite in order to return to stock conditions but the usb connection seem to "jump" when the installation start (after a regular download); 3. uninstall from application manager inception and all signs of the hack but It isn't possible. all was useless.:D I would have thought to flash the phone but Navifirm doesn't works, and I'm not able to find a firmware from a valid source. CAN YOU HELP ME? Thanks in advance :) (I apologize for any grammatical errors but my English is not very good) |
Re: [Help!] Get back to factory sys-ui...
Quote:
|
Re: [Help!] Get back to factory sys-ui...
You can also edit refhash list and fix incepted lines back to com.nokia.maemo origin and resign the refhashlist, after that you can just apt-get --reinstall install the original packages over the incepted ones.
|
Re: [Help!] Get back to factory sys-ui...
Quote:
Thanks |
Re: [Help!] Get back to factory sys-ui...
More simple way if inception installed, as root:
Code:
apt-get install --reinstall -d -y system-ui Code:
/usr/sbin/incept /var/cache/apt/archives/system-ui* |
Re: [Help!] Get back to factory sys-ui...
Quote:
|
Re: [Help!] Get back to factory sys-ui...
Quote:
I have a problem, a serious problem, after unistalling components like INCEPTION and others add-ons, I reboot. The problem is that: the phone starts, but as soon as the word "nokia" should disappear, giving way to the "circle of loading" home screen restarts. Have I to flash? Other solution? |
Re: [Help!] Get back to factory sys-ui...
If you think you can repair your system manually, flash ubiboot-02, and then telnet into your N9.
You can now mount and chroot back into Harmattan to try to fix what's probably broken. |
Re: [Help!] Get back to factory sys-ui...
Schturman 'solution' was ofcourse NOT a real solution, it still used incepted origin which means that application manager stays as broken as always.
You need to use adriane or opensh will all capas to resign the refhashlist if you want to cleanly uninstall incepted packages and inception itself too. |
Re: [Help!] Get back to factory sys-ui...
And ofcourse here is the instructions how to do that cleanly, maybe too late for you, but for next people in troubles. This example assumes that you have incepted opensh with all capas.
# devel-su # opensh # perl -pi -w -e 's#21 com.nokia.maemo/local#15 com.nokia.maemo#smg' /var/lib/aegis/refhashlist # perl -pi -w -e 's#com.nokia.maemo/local#com.nokia.maemo#smg' /var/lib/aegis/restok/restok.conf # accli -c tcb-sign -F /var/lib/aegis/refhashlist -i /var/lib/aegis/refhashlist # accli -c tcb-sign -F /var/lib/aegis/restok/restok.conf -i /var/lib/aegis/restok/restok.conf # /usr/sbin/validator-init; aegis-loader 2>/dev/null ;echo 1 > /sys/kernel/security/validator/flush # apt-get install -y --reinstall system-ui # /sbin/reboot AND BIG DISCLAIMER IN HERE, YOU WILL MALF YOUR DEVICE, IF YOU DONT KNOW WHAT YOU ARE DOING. :) After boot all the incepted packages have turned into normal nokia packages and you can apt-get original nokia packages over them just fine. This also fixes inception, that in the future it will incept packages as com.nokia.maemo instead of buggy com.nokia.maemo/local Same thing as ariadne script (devel-su; ariadne sh -c "sh /path/to/script"): Code:
#!/bin/sh |
All times are GMT. The time now is 14:48. |
vBulletin® Version 3.8.8