View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#1559
@SolarisSixth, it's for you if you sure that you have mp-harmattan-005-pr...
Befor you start you need to do something...
1. If you unlocked from tweak and uninstalling some system packages, you need restore all this apps and reinstall mp-harmattan-005-pr package.
2. I hope it will give you a clean file named "status" that you need for editing procedure...

EDITING procedure:
1. from terminal as root:
Code:
cp /opt/N9QTweak/N9QT /home/user/MyDocs
cp /var/lib/dpkg/status /home/user/MyDocs
cp /opt/N9QTweak/Deps/* /home/user/MyDocs
2. transfer this 4 files to your PC (deps.py, deps.sh, status, N9QT)
3. Open "Status" file with editor (Notepad++ or something)
4. Search: mp-harmattan
5. Copy from word "Depends" until word "Description"
6. Open "N9QT" file with editor (Notepad++ or something)
7. Go to line: 4074
8. Past what you copied from the word "Depends" until symbol "\\" = end of this line
9. Go to line: 4085 and change "001" to "005"
10. Go to line: 5550
11. See when it start from the word "Depends" until "/Depends", here Paste what you copied before from "status" file
12. Go to line: 6861
13. Do the same like in par. 8, but start from word "/Depends" until word the symbol "/" /var/lib/dpkg/status"
14. Go to line: 6871 and change "001" to "005"
15. Open "deps.sh" file with editor (Notepad++ or something)
16. Go to line: 37 and change "001" to "005"
17. Go to line: 45 and change "001" to "005"
18. Open "deps.py" file with editor (Notepad++ or something)
19. Go to line: 15 and change "001" to "005"
20. save this changes in your files
21. transfer this 3 files from your PC (deps.py, deps.sh, N9QT) to your phone (/home/user/MyDocs)
22. from terminal as root:
Code:
cd /home/user/MyDocs && cp -f deps.py deps.sh /opt/N9QTweak/Deps
cp -f /home/user/MyDocs/N9QT /opt/N9QTweak
chmod 4755 /opt/N9QTweak/N9QT
chmod +x /opt/N9QTweak/Deps
Hope it will help you and after this procedure you can use tweaks QQ and AA, but only one of them, or AA or QQ...
Good luck...

Last edited by Schturman; 2012-07-09 at 19:17.