maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N9 / N950 (https://talk.maemo.org/forumdisplay.php?f=51)
-   -   [Announce] N9/50 QuickTweak app (for PR1.3 only) - v9.8.8 (https://talk.maemo.org/showthread.php?t=80600)

Iceman_709 2013-09-07 17:06

Re: [Announce] N9/50 QuickTweak app (for PR1.3 only) - v9.8.4
 
Is there any problem if i have Nitdroid and i unistall Inception to install Coderus Aegis?.
And one more thing how can i reinstall stock aegis-install?
Thanks a lot!

Schturman 2013-09-07 17:21

Re: [Announce] N9/50 QuickTweak app (for PR1.3 only) - v9.8.4
 
If you have nitdroid, that mean you have open mode and basically you do not need inception or patched aegis-install.
But You can install it to use installation more convenient. Use tweak EE-1 if you have inception installed, it will install all needed files and uninstall inception. If you don't have inception, use EE-2.
To restore original aegis-install, just run this command as root:
Code:

apt-get install --reinstall aegis-install

Iceman_709 2013-09-08 14:13

Re: [Announce] N9/50 QuickTweak app (for PR1.3 only) - v9.8.4
 
Thank you! This is because i tried to get the last T-3 but i didn't install it well and i had to get the previous one again. Now i will install T-3 with open mode, i'll see what happens!

fermolnar 2013-09-08 18:10

Hello Schturman, while ago i read a discussion about the change for the operator name, in that post i believe that the tweak work for users with inception. I know that this tweak can work or not (in my case it don't) but my question: Is possible that is aegis who is rejecting that change? If is aegis maby with the Coderus aegis install can work?
Greatings and im sorry for my English

Schturman 2013-09-08 18:53

Re: [Announce] N9/50 QuickTweak app (for PR1.3 only) - v9.8.4
 
fermolnar, N9QT not use inception anymore (few versions), it use Coderus aegis-install and opensudo. Specify for this tweak it use now opensudo instead ariadne (from inception). For me it work like it worked before with ariadne.
It's not related to aegis, it's related to operator somehow. I'm not remember all details, you can find it in this thread...

EgyptRocks265 2013-09-09 03:42

Re: [Announce] N9/50 QuickTweak app (for PR1.3 only) - v9.8.4
 
hey schturman i recently flashed my phone and i used tweak x to backup my apps and whenever i try to download my backed up apps it freezes as soon as it gets up to FasterN9
what should i do ??

Schturman 2013-09-09 04:32

Re: [Announce] N9/50 QuickTweak app (for PR1.3 only) - v9.8.4
 
Freezing its function of fasterN9 app (its normal), also it have auto-reboot at the end. Thus is a reason that it not suggested to install it with wall other apps. Just install it separately at the end ;)

SteveYoungs 2013-09-09 09:21

Re: [Announce] N9/50 QuickTweak app (for PR1.3 only) - v9.8.4
 
There is an issue with installing N9QT when MyDocs is on an ext4 filesystem. In that scenario root can not create/delete files and directories under ~user/MyDocs because standard root credentials won't allow it.

The fix is trivial... simply use `aegis-exec -u user <shell-command>' throughout your deb control scripts (preinst postinst etc). I haven't checked the tweak scripts, but you should probably audit them for the same thing as well.

Thanks very much for the awesome work you have put into these tweaks and scripts.

Ancelad 2013-09-09 09:32

Re: [Announce] N9/50 QuickTweak app (for PR1.3 only) - v9.8.4
 
Quote:

Originally Posted by SteveYoungs (Post 1373068)
There is an issue with installing N9QT when MyDocs is on an ext4 filesystem. In that scenario root can not create/delete files and directories under ~user/MyDocs because standard root credentials won't allow it.

The fix is trivial... simply use `aegis-exec -u user <shell-command>' throughout your deb control scripts (preinst postinst etc). I haven't checked the tweak scripts, but you should probably audit them for the same thing as well.

Thanks very much for the awesome work you have put into these tweaks and scripts.

Try this...

Code:

chown -R user:users /home/user/MyDocs

SteveYoungs 2013-09-09 11:14

Re: [Announce] N9/50 QuickTweak app (for PR1.3 only) - v9.8.4
 
Quote:

Originally Posted by Ancelad (Post 1373069)
Try this...

Code:

chown -R user:users /home/user/MyDocs

Erm, no. That would not let root have access to MyDocs, besides, that directory already has that ownership. The correct thing to do is to execute those shell commands as user. It is probably just a fluke that it works when MyDocs is vfat.


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

vBulletin® Version 3.8.8