Active Topics

 


Reply
Thread Tools
Posts: 84 | Thanked: 4 times | Joined on Mar 2010 @ Leeds, UK
#1
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?
 
jedi's Avatar
Posts: 1,411 | Thanked: 1,330 times | Joined on Jan 2010 @ Tatooine
#2
As far as I can remember this has been discussed before but no sure solution has been found

It annoys me too....
 
mrwormp's Avatar
Posts: 127 | Thanked: 40 times | Joined on Sep 2010 @ Jamaica
#3
Yea especially when you gives someone your phone and they just delete everything from the desktop
 
Posts: 84 | Thanked: 4 times | Joined on Mar 2010 @ Leeds, UK
#4
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?
 
Posts: 2,225 | Thanked: 3,822 times | Joined on Jun 2010 @ Florida
#5
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*
 
Posts: 838 | Thanked: 292 times | Joined on Apr 2010
#6
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...

Last edited by extendedping; 2010-11-30 at 16:38.
 

The Following 5 Users Say Thank You to extendedping For This Useful Post:
Posts: 529 | Thanked: 194 times | Joined on Aug 2010 @ UK
#7
Originally Posted by extendedping View Post
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...
thanks so much have been waitin for a fix .

1 question a totally noob one but how do i make them executable please

! .
__________________
METASPLOIT INSTALL N900
Keep the forums clean
Dont forget to say thanks

Last edited by stevomanu; 2010-11-30 at 20:16. Reason: Subscription
 
Zas's Avatar
Posts: 196 | Thanked: 113 times | Joined on Jun 2010 @ Finland
#8
As root:
Code:
chmod +x /bin/lock /bin/unlock
 

The Following 2 Users Say Thank You to Zas For This Useful Post:
Posts: 838 | Thanked: 292 times | Joined on Apr 2010
#9
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.
 
zmay's Avatar
Posts: 33 | Thanked: 8 times | Joined on Nov 2010
#10
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
 
Reply


 
Forum Jump


All times are GMT. The time now is 07:18.