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)

Schturman 2012-07-16 18:12

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
Quote:

Originally Posted by guillermorojaz (Post 1238298)
Schturman
You can add the option REBOOT to tweak JJ?

You have option for reboot in this tweak...

Quote:

Originally Posted by Timpaxi (Post 1238309)
It says that permission denied again...

try as root:
Code:

rm -rf /home/user/.local/share/applications/operamobile-labs-default.desktop
and try again from tweak...

if you again will get permission denied, try to run this as user and try again

jleholeho 2012-07-16 18:21

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
thanks a lot Schturman,
I've always thought it couldn't just switch the usb mode while plugged in...it'd take unplugging the usb cable first, anyway:)

Timpaxi 2012-07-16 18:28

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
Quote:

Originally Posted by Schturman (Post 1238345)
You have option for reboot in this tweak...



try as root:
Code:

rm -rf /home/user/.local/share/applications/operamobile-labs-default.desktop
and try again from tweak...

if you again will get permission denied, try to run this as user and try again

No, doesn't work.. :(

guillermorojaz 2012-07-16 18:31

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
Quote:

Originally Posted by Schturman (Post 1238345)
You have option for reboot in this tweak...


Code:


This will give you ability to change
behaviour of the powerkey.

First make a choice whether you want:
1. Single button press
2. Double button press
3. Restore to default

When done you will be given 6 options
of action for that button event.

Choose from 1 to 3: 1

1. disabled
2. poweroff
3. softpoweroff
4. lock (default)
5. unlock
6. lock and unlock

Choose from 1 to 6:


Schturman 2012-07-16 19:17

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
Quote:

Originally Posted by Timpaxi (Post 1238364)
No, doesn't work.. :(

Rrrrrrrrr... i tested it a few times and it worked perfectly...
Go to:
Code:

/home/user/.local/share/applications
if you see this file operamobile-labs-default.desktop, tell me which permission this have ? root:root or user:users ?
if root:root, try to run this command:
Code:

chown user:users /home/user/.local/share/applications/operamobile-labs-default.desktop
And when you write here "not work" - please write output that you see, not only "NOT work"...

Mmmm... before all of this, try to run as root:
Code:

chown user:users -R /home/user/.local/share/applications
and try again activate this tweak...


Quote:

Originally Posted by guillermorojaz (Post 1238366)
Code:


This will give you ability to change
behaviour of the powerkey.

First make a choice whether you want:
1. Single button press
2. Double button press
3. Restore to default

When done you will be given 6 options
of action for that button event.

Choose from 1 to 3: 1

1. disabled
2. poweroff
3. softpoweroff
4. lock (default)
5. unlock
6. lock and unlock

Choose from 1 to 6:


Just choose from 1 to 6 (what you want) and when it will activate it you will be asked about reboot...

Timpaxi 2012-07-16 19:30

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
Quote:

Originally Posted by Schturman (Post 1238396)
Rrrrrrrrr... i tested it a few times and it worked perfectly...
Go to:
Code:

/home/user/.local/share/applications
if you see this file operamobile-labs-default.desktop, tell me which permission this have ? root:root or user:users ?.


That's the problem.. I don't have that file in there... Where is it then..

Schturman 2012-07-16 19:54

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
ok, just try to run this command as root:
Code:

chown user:users -R /home/user/.local/share/applications
And try activate this tweak again..
Write here which output you will get.

Timpaxi 2012-07-16 20:00

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
Quote:

Originally Posted by Schturman (Post 1238419)
ok, just try to run this command as root:
Code:

chown user:users -R /home/user/.local/share/applications
And try activate this tweak again..
Write here which output you will get.


It says: operation not permitted.
,
Maybe i'm not doing it right.. i don't know..
Maybe you can guide me from beginning... What i write after devel-su and rootme?

mousse04 2012-07-16 21:22

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
Quote:

Originally Posted by Schturman (Post 1238419)
ok, just try to run this command as root:
Code:

chown user:users -R /home/user/.local/share/applications
And try activate this tweak again..
Write here which output you will get.

Ok Schutrman, I got the exact same result than our friend. So I followed exactly what you said and here is the result:

in the folder:
/home/user/.local/share/applications I have:

defaults.list
quicklauncherbar0.desktop
quicklauncherbar1.desktop
quicklauncherbar2.desktop
quicklauncherbar3.desktop
simatk.desktop

If I make the command with -R, the message is that I don't have the permission to make chown on each file inside applications (listed above).

Thanks for your help :)

guillermorojaz 2012-07-16 21:22

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
@Schturman.

Ok. but I mean everyday, like other app (QADreboot, Powercontrol, etc.).
You can integrate it into the tweak options?

sid21177 2012-07-16 21:49

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
could u elaborate the tweak G change between 8.3 to 8.4 - I just updated to 8.3 :)

Schturman 2012-07-16 22:28

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
@Timpaxi and @mousse04, I'm sorry, but I really don't understand and don't know why you have this problem with permission...
I tested this tweak a few times without any problem...
I saw that all files in this folder have permission as user (user:users), but I don't have file named simatk.desktop... This is a file or folder ?

@guillermorojaz, no I can't....

@sid21177, small changes in tweak G-2

Deltor26 2012-07-17 05:14

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
I really miss the customization I previously had with N9QT installed in Pr 1.2, specifically the status bar. Now I'm afraid to try it with my homescreen app installed and running Pr 1.3. So my question is this, would it make any difference if I install N9QT first then homescreen apps later? Has anyone tried it? Thanks!

Schturman 2012-07-17 05:57

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
Quote:

Originally Posted by Deltor26 (Post 1238553)
I really miss the customization I previously had with N9QT installed in Pr 1.2, specifically the status bar. Now I'm afraid to try it with my homescreen app installed and running Pr 1.3. So my question is this, would it make any difference if I install N9QT first then homescreen apps later? Has anyone tried it? Thanks!

You can use both of them, just don't use tweak A,B and W...

Timpaxi 2012-07-17 09:20

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
Quote:

Originally Posted by Schturman (Post 1238477)
@Timpaxi and @mousse04, I'm sorry, but I really don't understand and don't know why you have this problem with permission...
I tested this tweak a few times without any problem...
I saw that all files in this folder have permission as user (user:users), but I don't have file named simatk.desktop... This is a file or folder ?

YES!! Now i got it working!! :) I downloaded that operamobile-labs-default.desktop file from that link and place it to that applications folder and run that tweak again. And voila, it worked! :) But is this normal: Opera turns all the ways.. I mean portrait,horisoltal and other horisontal and even upsidedown that opera is turned right way..

http://talk.maemo.org/showthread.php?t=85445

Schturman 2012-07-17 11:20

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
Quote:

Originally Posted by Timpaxi (Post 1238621)
YES!! Now i got it working!! :) I downloaded that operamobile-labs-default.desktop file from that link and place it to that applications folder and run that tweak again. And voila, it worked! :) But is this normal: Opera turns all the ways.. I mean portrait,horisoltal and other horisontal and even upsidedown that opera is turned right way..

http://talk.maemo.org/showthread.php?t=85445

Ok :) And yep... probably opera can turns all the ways.. I don't really use this, I installed opera only for tests...
Can you test it again ? Run restore from this tweak -> close all windows -> open email and try to open some link from email -> now it should open default browser..

After this run again this tweak -> activate opera as default-> close all windows -> open email and try to open some link from email -> now it should open OPERA browser..
Thanks

Timpaxi 2012-07-17 12:27

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
Quote:

Originally Posted by Schturman (Post 1238661)
Ok :) And yep... probably opera can turns all the ways.. I don't really use this, I installed opera only for tests...
Can you test it again ? Run restore from this tweak -> close all windows -> open email and try to open some link from email -> now it should open default browser..

After this run again this tweak -> activate opera as default-> close all windows -> open email and try to open some link from email -> now it should open OPERA browser..
Thanks

Yeah, did that right after got it working, and yes it does change between default and opera browser.. :)

ricardo8 2012-07-17 14:24

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
is it safe to install and activate themes for n9 while i have this quick tweak installed?

ricardo8 2012-07-17 17:18

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
is it possible to use this quick tweak to other themes?
i am using the cyan theme but unable to apply tweaks (e.g. resizing font size for conversations)

Deltor26 2012-07-17 17:56

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
Quote:

Originally Posted by Schturman (Post 1238560)
You can use both of them, just don't use tweak A,B and W...

Basically I just want that one tweak I had before in the status bar. Good to know I won't run into any reboot loops if I do that.:) Thanks for the reply!

Eta:

Anyway, installation went well...except when I enter the rootme password it gives me an error message...it says "couldn't find package bash failed to install bash" and then it closes itself.:confused: Where can I find that bash file?

Schturman 2012-07-17 18:51

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
Quote:

Originally Posted by Deltor26 (Post 1238864)
Basically I just want that one tweak I had before in the status bar. Good to know I won't run into any reboot loops if I do that.:) Thanks for the reply!

Eta:

Anyway, installation went well...except when I enter the rootme password it gives me an error message...it says "couldn't find package bash failed to install bash" and then it closes itself.:confused: Where can I find that bash file?

From PDF instruction:
Quote:

How to open N9 Qtweak in your first time:
If you have problem with opening of N9QT – close all windows, wait 2-3 min and just try to start N9QT again when you are connected to internet, try it 2-3 times... It should install SDK repo, and install bash..
If after 2-3 times it still not open menu of tweaks, probably some other process is lock installation.. Just wait 5 minutes and try to open again... If still not work, install SDK repo manually -> apt-get update -> apt-get install bash

Schturman 2012-07-17 18:52

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
Quote:

Originally Posted by ricardo8 (Post 1238831)
is it possible to use this quick tweak to other themes?
i am using the cyan theme but unable to apply tweaks (e.g. resizing font size for conversations)

From PDF instruction:
Quote:

This script work properly only on PR 1.3 and base/blanco theme !!!

Schturman 2012-07-17 23:40

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
Tweak T is back !!! with new unrestricted system-ui :D
The platform from Coderus, toggles from MAG and Coderus. All toggles will be arranged in this order !

http://img40.imageshack.us/img40/584...0718021108.png

emam damon 2012-07-18 02:59

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
Quote:

Originally Posted by Schturman (Post 1239042)
Tweak T is back !!! with new unrestricted system-ui :D
The platform from Coderus, toggles from MAG and Coderus. All toggles will be arranged in this order !

http://img40.imageshack.us/img40/584...0718021108.png

thank you very much sir for your nice work.is it included in v8.4 or will be in v 8.5?

Deltor26 2012-07-18 05:17

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
Quote:

Originally Posted by Schturman (Post 1238889)
From PDF instruction:

Finally got it working by going to the terminal and manually installing bash.:D Thanks so much Schturman!

Schturman 2012-07-18 06:40

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
@emam damon, in 8.5 ;)

mousse04 2012-07-18 08:10

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
Quote:

Originally Posted by Schturman (Post 1239042)
Tweak T is back !!! with new unrestricted system-ui :D
The platform from Coderus, toggles from MAG and Coderus. All toggles will be arranged in this order !

http://img40.imageshack.us/img40/584...0718021108.png

How do you manage to remove some of the toggle? Maybe the 8.5 version.

In my case I got every toggles available ...

Another question not related to your great work :) ... Each time I switch from my network connection to my wifi connection, my chat accounts try to make me online ... Any way to avoid that? (For the moment my only solution was to remove the capability to chat :( )

Thanks a lot

abun880007 2012-07-18 09:51

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
Quote:

Originally Posted by Schturman (Post 1239042)
Tweak T is back !!! with new unrestricted system-ui :D
The platform from Coderus, toggles from MAG and Coderus. All toggles will be arranged in this order !

http://img40.imageshack.us/img40/584...0718021108.png

Hi Schturman

Thank you for your continuing great work

When 8.5 comes out will we be able to run the new Tweak T over the one in 8.4 or will we need to remove the 8.4 version before applying the new one in 8.5.

Also will you be adding the "time-to-destination" MOD update to the enable traffic tweak for Drive.

Regards

Adam

Schturman 2012-07-18 10:04

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
mousse04, because you use from tweak 8.4, it's another application, named "System UI Extensions", when Coderus will finish this app, you will be able to edit your toggle and remove what you don't want...
In version 8.5, I restored the old tweak T with unrestricted system-ui and toggles and now you can choose what you want to use:
1. unrestricted toggles
2. System UI Extensions

You can use only ONE of them, DON'T mix them...
Also you CAN'T use MohammadAG repo, you CAN'T update MT-toggle platform and toggles, because I use Coderus platform and toggles...

For another question, try to use ProfileMatic, or just switch off you IM's...

abun880007, You can't install this over tweak T from 8.4..
see previous answer:
Quote:

You can use only ONE of them, DON'T mix them...
Also you CAN'T use MohammadAG repo, you CAN'T update MT-toggle platform and toggles, because I use Coderus platform and toggles...

KTy 2012-07-18 11:04

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
Very nice program !!

Is this a feature or a known issue that my social chats (actually FB and Skype) are trying to go online whenever (not always !) there is a data connection change (from wifi to 3.5G for example). Surprisingly, not Gtalk !

Any hints ?

Schturman 2012-07-18 13:01

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
Quote:

Originally Posted by KTy (Post 1239200)
Very nice program !!

Is this a feature or a known issue that my social chats (actually FB and Skype) are trying to go online whenever (not always !) there is a data connection change (from wifi to 3.5G for example). Surprisingly, not Gtalk !

Any hints ?

I don't know why it happens.... try to use ProfileMatic, or just switch off you IM's...

KTy 2012-07-18 16:03

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
Just happened after installing quicktweak...
Will monitor...

Schturman 2012-07-18 17:54

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
Quote:

Originally Posted by KTy (Post 1239303)
Just happened after installing quicktweak...
Will monitor...

Only installation of N9QT don't do anything... It's just transfer files from .deb to /opt folder, and that is all...

SolarisSixth 2012-07-18 18:40

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
When I change the wallpaper using N9Qtweak, there is an option to JUST change the bar to long and transparent.

However, this happens automatically when changing the wallpaper. Is there a way to NOT do this. I want a different wallpaper, but I prefer the original shaded bar.

Is there a way to do that?

Schturman 2012-07-18 18:40

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
I also will add a new version of "System UI Extensions" :D

http://forum.allnokia.ru/files/12/29...20-16_1811.png

Schturman 2012-07-18 19:21

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
Quote:

Originally Posted by SolarisSixth (Post 1239373)
When I change the wallpaper using N9Qtweak, there is an option to JUST change the bar to long and transparent.

However, this happens automatically when changing the wallpaper. Is there a way to NOT do this. I want a different wallpaper, but I prefer the original shaded bar.

Is there a way to do that?

You mean notification bar on "notification screen" or on the lockscreen ?
If on "notification screen", run this command as root:
Code:

rm -f /usr/share/themes/blanco/meegotouch/images/backgrounds/noti*
and refresh your phone:
Code:

/sbin/initctl restart xsession/mthome
if still not work, run also this command:
Code:

cp -f /home/user/MyDocs/.N9QTweakBackup/usr/share/themes/blanco/meegotouch/images/theme/basement/meegotouch-notifications/meeg* /usr/share/themes/blanco/meegotouch/images/theme/basement/meegotouch-notificationscp -f /home/user/MyDocs/.N9QTweakBackup/usr/share/themes/blanco/meegotouch/images/theme/basement/meegotouch-notifications/* /usr/share/themes/blanco/meegotouch/images/theme/basement/meegotouch-notifications
and refresh your phone:
Code:

/sbin/initctl restart xsession/mthome
Should work...

SolarisSixth 2012-07-18 19:33

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
Quote:

Originally Posted by Schturman (Post 1239400)
You mean notification bar on "notification screen" or on the lockscreen ?
If on "notification screen", run this command as root:
Code:

rm -f /usr/share/themes/blanco/meegotouch/images/backgrounds/noti*
and refresh your phone:
Code:

/sbin/initctl restart xsession/mthome
if still not work, run also this command:
Code:

cp -f /home/user/MyDocs/.N9QTweakBackup/usr/share/themes/blanco/meegotouch/images/theme/basement/meegotouch-notifications/meeg* /usr/share/themes/blanco/meegotouch/images/theme/basement/meegotouch-notificationscp -f /home/user/MyDocs/.N9QTweakBackup/usr/share/themes/blanco/meegotouch/images/theme/basement/meegotouch-notifications/* /usr/share/themes/blanco/meegotouch/images/theme/basement/meegotouch-notifications
and refresh your phone:
Code:

/sbin/initctl restart xsession/mthome
Should work...


On both actually, on the lockscreen and notification screen. I've restored it to default (gave me the red image, but i've got it fixed for now)

I was just hoping that in the next version there would be an option to change the background wallpaper, without changing the bar to long and transparent (just as there is an option to JUST change the bar)

Schturman 2012-07-18 20:26

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
Sorry, but no... Too much work and no time..
Instead tweak W, you can use Home screen setting app, as far as i know, this app is not change notification bar..

SolarisSixth 2012-07-18 20:52

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
Quote:

Originally Posted by Schturman (Post 1239428)
Sorry, but no... Too much work and no time..
Instead tweak W, you can use Home screen setting app, as far as i know, this app is not change notification bar..

That's alright, not an issue at all. Thanks anyway. :)

Schturman 2012-07-18 21:52

Re: [Announce] N9 QuickTweak app (for PR1.3 only) - v8.4
 
Quote:

Originally Posted by SolarisSixth (Post 1239440)
That's alright, not an issue at all. Thanks anyway. :)

Ok, I find a way to do this quickly, I will add this in the next version..


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

vBulletin® Version 3.8.8