![]() |
Harmattan Trusted repository. Certified source.
Just announcing my own harmattan repository with trusted "com.nokia.maemo" origin. Also repository installed as "Certified source" and you won't see "Uncertified source" warning while installing/upgrading packages from this repository. Trusted repo installation 1. Download installer package: https://coderus.openrepos.net/coderu....0.3_armel.deb2. Install it. 3. Use it =) For packages in my trusted repository you can use regular apt-get install packagename opensudo - ariadne replacement Install opensudo package from my repository using:Code:
apt-get install opensudoopensudo is patched sudo for harmattan: https://en.wikipedia.org/wiki/Sudo sudo asking for user password to execute operations under root. You should set password for user before using sudo. Code:
devel-suCode:
#installing regular package with no privileges from fileQuote:
Thanks to itsnotabigtruck for exploit! You can request your packages to add in this repository! |
Re: [Announce] Harmattan trusted repository by coderus
[/QUOTE]=coderus, New added packages will be announced as regular post in current topic.
You can request your packages to add in this repository![/QUOTE] Installed repo without problems but I'm not quite sure if I need to do something about 'List of available packages' meaning the installed parts as wazapp, meefox, qmlmozbrowser, apkenv? :cool: |
Re: [Announce] Harmattan trusted repository by coderus
list means packages you can install from my repository :)
|
Re: [Announce] Harmattan trusted repository by coderus
added system-ui-brightness-qml package
Color brightness bar for Harmattan |
Re: Harmattan Trusted repository. You don't need to use Inception ever!
Updated first post. Please read it carefully!
Announced aegis-install hack and opensudo. You no longer need to use INCEPTION and broke your aegis with INCEPTION /local origin. |
Re: Harmattan Trusted repository. You don't need to use Inception ever!
any problem if i installed also previous package?
|
Can someone share contents of conf files please from /home/user/.status-menu/
Need to create them manually. :/ |
Re: Harmattan Trusted repository. You don't need to use Inception ever!
@lorenzo which one?
@knobtviker http://paste.ubuntu.com/5849410/ i will announce my unrestricted stuff a bit later |
Re: Harmattan Trusted repository. You don't need to use Inception ever!
so if i installed the deb with opensh do i need to do anything?
|
Re: Harmattan Trusted repository. You don't need to use Inception ever!
@Jeffrey04 i have no idea what is your aim. If you want you can tell me and i can explain then.
|
Re: Harmattan Trusted repository. You don't need to use Inception ever!
Quote:
So I may reflash to stock kernel now? ;) (will not happen, but for a lot of harmattan users out there makes life easier). Worth an own thread, dedicated to only reason thanking coderus !!! |
Re: Harmattan Trusted repository. You don't need to use Inception ever!
stock kernel is lack of mechanism to load kernel modues, in anyway need to use aegisctl.
|
Re: Harmattan Trusted repository. You don't need to use Inception ever!
Just added packages:
netspeed - settings for unrestricted-system-ui netspeed duicontrolpanel-ledapplet - settings for unrestricted-system-ui LED notifier |
@coderus the first you posted, the one which had to be incepted
|
Re: Harmattan Trusted repository. You don't need to use Inception ever!
you can not reinstall coderus-trusted-repo.
just reinstall aegis-install and install opensudo and you can remove inception :) |
Re: Harmattan Trusted repository. You don't need to use Inception ever!
Just updated aegis-install package.
Please reinstal it with Code:
apt-get install --reinstall aegis-install |
Hangs on 98%?
|
Re: Harmattan Trusted repository. You don't need to use Inception ever!
98% of what?..
|
Reinstalling aegis-install stops at 98% reports wrong size, package broken. :)
|
Re: Harmattan Trusted repository. You don't need to use Inception ever!
Every time? Try to apt-get update and reinstall again.
|
Re: Harmattan Trusted repository. You don't need to use Inception ever!
I don't know if this is OT. :rolleyes:
But how to change photo/video file name without inception? |
Re: Harmattan Trusted repository. You don't need to use Inception ever!
@MK99 i dont really understand what you mean.
|
100% updated now. ;)
|
Re: Harmattan Trusted repository. You don't need to use Inception ever!
Quote:
Change default photo/video file name. I understand that it can't happen without inception or openmode. I don't at least not successful. :p |
Re: Harmattan Trusted repository. You don't need to use Inception ever!
@MK99 sorry i'm not used this mod and not using N9QTweak. I will contact Schturman for info.
But afaik N9QTweak can't work without inception. You need to modify tweak scripts self, or you can keep inception only for ariadne stuff - not use it for package installations. |
Re: Harmattan Trusted repository. You don't need to use Inception ever!
It use your refhashlist patcher:
Code:
ariadne sh -c "sh /opt/N9QTweak/SYS/change usr/lib/libqcamera.so.1.0.0" |
Re: Harmattan Trusted repository. You don't need to use Inception ever!
btw we can write simple [ariadne sh -c] wrapper script:
/usr/bin/ariadne Code:
#!/bin/sh |
Re: Harmattan Trusted repository. You don't need to use Inception ever!
Quote:
That mean maybe we can use: Code:
sudo -s "sh /opt/N9QTweak/SYS/change usr/lib/libqcamera.so.1.0.0"Code:
ariadne sh -c "sh /opt/N9QTweak/SYS/change usr/lib/libqcamera.so.1.0.0" |
Re: Harmattan Trusted repository. You don't need to use Inception ever!
no you wrong :D
[sudo -s] is similar to [ariadne sh] [sudo command] is similar to [ariadne sh -c command] If you never used sudo read [manpages sudo] in google |
Re: Harmattan Trusted repository. You don't need to use Inception ever!
ok, that mean:
Code:
sudo "sh /opt/N9QTweak/SYS/change usr/lib/libqcamera.so.1.0.0" |
Re: Harmattan Trusted repository. You don't need to use Inception ever!
sh not required if /opt/N9QTweak/SYS/change executable and have #!/bin/sh shebang :)
just [sudo /opt/N9QTweak/SYS/change usr/lib/libqcamera.so.1.0.1] |
Re: Harmattan Trusted repository. You don't need to use Inception ever!
Quote:
|
Re: Harmattan Trusted repository. You don't need to use Inception ever!
@Jeffrey04 you using custom kernel and device in openmode?
|
Re: Harmattan Trusted repository. You don't need to use Inception ever!
Quote:
This works: Code:
sudo -s /opt/N9QTweak/SYS/change usr/lib/libqcamera.so.1.0.0 |
Re: Harmattan Trusted repository. You don't need to use Inception ever!
Quote:
i installed the previous version using ur previous open kernel method so i should uninstall (apt-get remove) and re-install the new version using this new method? |
Re: Harmattan Trusted repository. You don't need to use Inception ever!
@Jeffrey04 well...if you using openmode kernel you not actually need this exploit installer, and never should install inception at all.
your way just: Code:
wget http://coderus.thecust.net/pool/main/c/coderus-trusted-repo/coderus-trusted-repo_1.0.0_armel.deb |
Re: Harmattan Trusted repository. You don't need to use Inception ever!
Quote:
thanks for the help |
Re: Harmattan Trusted repository. You don't need to use Inception ever!
[IMPORTANT!]
Please test new repository installer: https://dl.dropboxusercontent.com/u/....0.1_armel.deb Package is repository installer by one-click. No need to activate it from terminal after installation. If you want to test it and already have repository installed please remove [coderus-repository] and [coderus-repository-installer] packages, if installed To test just do Code:
apt-get updateProfit? No need to go to terminal after coderus-trusted-repo-installer package installed to activate repository. Just install package and you can work with new repository. |
Re: Harmattan Trusted repository. You don't need to use Inception ever!
Quote:
|
Re: Harmattan Trusted repository. You don't need to use Inception ever!
I need to test it on different devices before ;)
|
| All times are GMT. The time now is 09:54. |
vBulletin® Version 3.8.8