![]() |
how do i turn off press and hold to change the layout of the desktop?
I get really annoyed when i accidently press and hold the desktop and all the little crosses appear to ove everything around. I end up accidently moving stuff. I did it recently whilst i was on a call using the side of my face!!! Does anyone else have this problem? I think its enough that when you touch the top of the screen that the icon appears to change the desktop.
Any ideas? |
Re: how do i turn off press and hold to change the layout of the desktop?
As far as I can remember this has been discussed before but no sure solution has been found :(
It annoys me too.... |
Re: how do i turn off press and hold to change the layout of the desktop?
Yea especially when you gives someone your phone and they just delete everything from the desktop
|
Re: how do i turn off press and hold to change the layout of the desktop?
I was also thinking that an automatic screen lock would be useful. I dont like the password lock as it freezes on me sometimes so jus use the side button. but if this came on automatically after say a minute this would save me no end of frustration! Am i missing a setting somewhere? can this already be done?
|
Re: how do i turn off press and hold to change the layout of the desktop?
Just having the screen lock automatically has been around since forever. I think it's in your display settings in the settings menu.
Anyway, the main point is disabling the press-and-hold-to-edit... I'm not sure what, if any, options exist to make that happen. You can see if Matan's custom Hildon Desktop (or anyone else's) contains the option to disable it. *Shrug* |
Re: how do i turn off press and hold to change the layout of the desktop?
1) enable matans repo in app manager or faster app manager and and then install "modified-hildon-desktop"
repo added as such name Matan's repository url http://my.svgalib.org/repo/binary/ distribution ./ name, url, and distribution are the fields to input to, you do not type them. make sure enable repo is checked 2) make 2 scripts in /bin and make sure they are both executable. first script is called unlock, second script is called lock...please note I am using bash as my shell, if you are using sh I suspect you may have to change the value of bash to sh in the stuff I posted below... #!/bin/bash #this is the script "unlock" ---make sure it has execute permissions gconftool-2 -s /apps/osso/hildon-desktop/key-actions/disable_edit -t bool false -------------------------------------------------------------------------------------------- #!/bin/bash #this is the script "lock" ---make sure it has execute permissions gconftool-2 -s /apps/osso/hildon-desktop/key-actions/disable_edit -t bool true now you will open a terminal and type "lock" to lock the desktop (the way you will have it normally) and unlock to unlock to add icons or move stuff about. remember to lock it again when you are done... |
Re: how do i turn off press and hold to change the layout of the desktop?
Quote:
1 question a totally noob one but how do i make them executable please ! . |
Re: how do i turn off press and hold to change the layout of the desktop?
As root:
Code:
chmod +x /bin/lock /bin/unlock |
Re: how do i turn off press and hold to change the layout of the desktop?
which begs the question for a totally newbie, how do I become root?
install rootsh then you should simply be able to type "root" in a terminal and you are in as the root user. execute the command so make the file executable and type exit and you will be back as user "user". you can just cut and paste the text from the above post into a textfile using nano or vi. of course you will need ssh server installed and running on the n900 to do that...always another hoop.... I only know vi on this device but I am sure there is an easy text editor so that you can just input those few lines into each file...then make it then executable, again this will all be done as root. |
Re: how do i turn off press and hold to change the layout of the desktop?
it doesn't work
i downloaded hildon-desktop from repo. i made scripts. chmod them and when typing lock it says -sh lock not found |
Re: how do i turn off press and hold to change the layout of the desktop?
Quote:
|
Re: how do i turn off press and hold to change the layout of the desktop?
you put them in /bin? and they if you ls -l they are both user root and group root? and they for certain have execute permissions? and finally did you try both sh and bash in the scripts? I had bash but you are probably running busy box so the line should probably read #
!/bin/sh. can you cd into /bin and run ls -l unlock lock and post the output? then post the actual contents of the 2 files you created? There is a simple answer for this ... btw the command in the files (the line ending in either true or false) can be run manually to lock/unlock the desktop. so you can run the commands to see if the actuall hildon desktop locking/unlocking is working. putting the commands in the files, making them executable and putting them in /bin is just to make it easier to unlock/lock by being able to just type lock or unlock as opposed to having to remember the cryptic command that ends in true of false. |
Re: how do i turn off press and hold to change the layout of the desktop?
could we start from scratch?
i installed leafpad and made two scripts lock und unlock with bash as shell whats next? okej bash doesn't work so i changed it to sh it's fine i can execute them in x term but theres no effect whtsoever do i need modified hildon deskopt to make scripts work? |
Re: how do i turn off press and hold to change the layout of the desktop?
Quote:
|
Re: how do i turn off press and hold to change the layout of the desktop?
yeah
i got it all workin. thx y'all |
All times are GMT. The time now is 08:14. |
vBulletin® Version 3.8.8