Notices


Reply
Thread Tools
Posts: 52 | Thanked: 33 times | Joined on Oct 2011 @ Poland, Tricity
#391
Hi. Firstly I want to say I love the wifi-toggle! My bluetooth headphones finally work flawlessly without any WiFi interference - even on the cable and outdoors :-).

But - would be possible to make a proximity sensor toggle? That way I would be able to put my N9 in a sock with a window and be able to have the clock visible all times.
 
Posts: 141 | Thanked: 417 times | Joined on Jun 2012 @ Malaysia
#392
How about making the orientation-lock-toggle to on/off instead of on/lock-potrait/lock-landscape? If the phone is at landscape and orientation-lock change to off, it will automatically lock at landscape. Same goes for portrait.
 

The Following 2 Users Say Thank You to dicksonleong8 For This Useful Post:
Posts: 1 | Thanked: 0 times | Joined on Aug 2013
#393
qtweak There is a problem with the installation. Is there that can help?
 
Posts: 52 | Thanked: 33 times | Joined on Oct 2011 @ Poland, Tricity
#394
@MohammadAG Could you add proximity sensor toggle?

The script to do that is:
Code:
#
# Disable/enable proximity sensor
#
# To enable use: proximity_disable.sh 0
#
prox_enable_path=`find /sys/devices/ -name 'prox_enable'`

if [ -z "$1" ]; then
     echo "0" > $prox_enable_path
else
     echo "1" > $prox_enable_path
fi
Only problem is that it needs to be run as root, but I guess you have that covered in other toggles.
 
chemist's Avatar
Administrator | Posts: 1,036 | Thanked: 2,019 times | Joined on Sep 2009 @ Germany
#395
Hey,
I finally managed to update to latest versions (yes I am lazy)

So upgrading wasn't possible afterall.
Aegis denied the new .debs to be installed as they have no origin and the previous /local/mohammadAG at least was one instead of '<blank>'
So I uninstalled everything and reinstalled. Installation went through with all toggles but was moaning with all previously being incepted toggles denying some mce states/changes - all but PSM doing so refused to work until I incepted them manually.

(sorry, cannot provide detailed console output as I already closed the terminal)

Apart of that installation hassle, AWESOME work as expected!
 
Posts: 6 | Thanked: 3 times | Joined on Dec 2013
#396
I recently acquired an N9. I am able to install the packages but an error at the stop command. I have activated developer mode and also installed inception.
 
Posts: 67 | Thanked: 19 times | Joined on May 2012
#397
Does anyone knows where I can find mt-toggles_0.0.2_armel.deb?

Regards,
Djcrash

Last edited by djcrash1981; 2014-01-15 at 21:47.
 
Eminem's Avatar
Posts: 212 | Thanked: 184 times | Joined on May 2010 @ Sweden
#398
Originally Posted by djcrash1981 View Post
Does anyone knows where I can find mt-toggles_0.0.2_armel.deb?

Regards,
Djcrash
Will mt-toggles_0.4.1_armel.deb do the trick?
__________________
And the natural balance is restored to the universe
 
Posts: 67 | Thanked: 19 times | Joined on May 2012
#399
Originally Posted by Eminem View Post
Will mt-toggles_0.4.1_armel.deb do the trick?
I think so, where I can find it?
 
Eminem's Avatar
Posts: 212 | Thanked: 184 times | Joined on May 2010 @ Sweden
#400
https://www.dropbox.com/s/u158po03he....4.1_armel.deb
__________________
And the natural balance is restored to the universe
 
Reply

Tags
harmattan, toggles


 
Forum Jump


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