maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Design (https://talk.maemo.org/forumdisplay.php?f=46)
-   -   [Announce] N900 qtedger (N9 Swipe to N900!) (https://talk.maemo.org/showthread.php?t=90724)

seanmcken 2013-07-16 02:51

Re: [Announce] N9 Swipe to N900
 
Okay This What i Get Everytime

/home/user/MyDocs # ./edge_detect
Maemo applications must be run with the run-standalone.sh script!
QGtkStyle was unable to detect the current GTK+ theme.
bottom edge: -90
right edge: -95
left edge: 67
left edge: 88
left edge: 42
left edge: 80
left edge: 42
left edge: 42
left edge: 57
left edge: 71
left edge: 77
left edge: 71
left edge: 54
left edge: 40
left edge: 45
left edge: 53
right edge: -57
right edge: -56
right edge: -39
top edge: 38
bottom edge: -79

bill_klpd 2013-07-16 05:35

Re: [Announce] N9 Swipe to N900
 
Quote:

Originally Posted by seanmcken (Post 1359273)
Okay This What i Get Everytime

/home/user/MyDocs # ./edge_detect
Maemo applications must be run with the run-standalone.sh script!
QGtkStyle was unable to detect the current GTK+ theme.
bottom edge: -90
right edge: -95
left edge: 67
left edge: 88
left edge: 42
left edge: 80
left edge: 42
left edge: 42
left edge: 57
left edge: 71
left edge: 77
left edge: 71
left edge: 54
left edge: 40
left edge: 45
left edge: 53
right edge: -57
right edge: -56
right edge: -39
top edge: 38
bottom edge: -79

Do you have installed the cssu?

panjgoori 2013-07-16 08:03

Re: [Announce] N9 Swipe to N900
 
Quote:

Originally Posted by seanmcken (Post 1359273)
Okay This What i Get Everytime

/home/user/MyDocs # ./edge_detect
Maemo applications must be run with the run-standalone.sh script!
QGtkStyle was unable to detect the current GTK+ theme.
bottom edge: -90
right edge: -95
left edge: 67
left edge: 88
left edge: 42
....................

thats because you are being root by typing sudo gainroot. be root by only typing root and then cd to the directory and run it.

I also checked it now by typing sudo gainroot it shows same error as you are facing while typing root only it runs without any problem.

seanmcken 2013-07-16 09:22

Re: [Announce] N9 Swipe to N900
 
ok i got that, but its not yet developed i guess cuz the swipe function works when when x terminal open with that "./ **********" and when its closed nothing.

bill_klpd 2013-07-16 09:50

Re: [Announce] N9 Swipe to N900
 
yeah it is just a program in development, but with some improvements we will be able to make it a part of our phone ;)

hycraig 2013-07-16 10:39

Re: [Announce] N9 Swipe to N900
 
as root i try to run and just get this

/home/user/MyDocs# ./edge_detect


its like its stuck or something
can anyone help?

elros34 2013-07-16 10:50

Re: [Announce] N9 Swipe to N900
 
Why you trying to run this stuff as a root an never told that is necessary.
What next? We stuck.

hycraig 2013-07-16 11:08

Re: [Announce] N9 Swipe to N900
 
Quote:

Originally Posted by elros34 (Post 1359339)
Why you trying to run this stuff as a root an never told that is necessary.
What next? We stuck.

i have tried a few ways including without root and all have the same output nothing and just wanted to know why

elros34 2013-07-16 11:11

Re: [Announce] N9 Swipe to N900
 
You will see output when you do quick swipe from left/right/top/bottom of screen edge.

ravi_kumar 2013-07-16 13:23

Re: [Announce] N9 Swipe to N900
 
can you tell me the difference between edge_detect and qtedger. as for me both work same but using qtedger task manager is not opened on left swipe

elros34 2013-07-16 14:19

Re: [Announce] N9 Swipe to N900
 
It's just newer version with changed name.
Quote:

Originally Posted by ravi_kumar (Post 1359373)
task manager is not opened on left swipe

change in settings.ini (it appear after first start qtedger in the same place where there is a app)
leftEdgeBehavior=xdotool key ctrl + BackSpace to
leftEdgeBehavior=taskMenu or to
leftEdgeBehavior=xdotool key ctrl+BackSpace if you have xdotool installed.

bill_klpd 2013-07-16 14:32

Re: [Announce] N9 Swipe to N900
 
I will try to update the first post and maybe see what we can do next, but right now I am a little busy, because I am replacing the old housing of my n900 with a new white one :D

e0x 2013-07-16 14:41

Re: [Announce] N9 Swipe to N900
 
any video ?

elros34 2013-07-16 14:42

Re: [Announce] N9 Swipe to N900
 
second post?

RX-51 2013-07-16 20:08

Re: [Announce] N9 Swipe to N900
 
This is surely a noob question but as I'd like more swipe on my n900 its best to ask:

I open the terminal and type in "root"
Code:

BusyBox v1.10.2 (Debian 3:1.10.2.legal-losso31+0cssu0) uilt-in shell (ash)
Enter 'help' for a list of built-in commands.

appears. When I try cd MyDocs (or cd home, etc) I get
Code:

-sh: cd: can't cd to MyDocs
Although I haven't been to Terminal a lot of times yet this is the first time commands are not accepted. Any idea what I do wrong?

isorn 2013-07-17 09:15

Re: [Announce] N9 Swipe to N900
 
Quote:

Originally Posted by RX-51 (Post 1359465)
When I try cd MyDocs (or cd home, etc) I get
Code:

-sh: cd: can't cd to MyDocs

That is because when you are root you are by default in the /root directory (type pwd to see it).

If you want to access to the user directory you have to go to
Code:

cd /home/user/MyDocs

Alecsandru 2013-07-17 11:27

Re: [Announce] N9 Swipe to N900
 
how to run this in background without x-term open?
btw thank you all:D

amr.fayz 2013-07-17 11:43

Re: [Announce] N9 Swipe to N900
 
1 Attachment(s)
Quote:

Originally Posted by Alecsandru (Post 1359571)
how to run this in background without x-term open?
btw thank you all:D



to run it

1- copy edge_detect to /usr/bin/
2- copy Edge-Detect.desktop to /usr/share/applications/hildon


then run it from icon and it will run in background without x-term open



Edge-Detect.desktop in attach

bill_klpd 2013-07-17 11:47

Re: [Announce] N9 Swipe to N900
 
amr.fayz thanks! Can we make it run on startup? You know without the need of running it from terminal or an icon?

amr.fayz 2013-07-17 11:57

Re: [Announce] N9 Swipe to N900
 
Quote:

Originally Posted by bill_klpd (Post 1359578)
amr.fayz thanks! Can we make it run on startup? You know without the need of running it from terminal or an icon?



we can make it Such as launch brower on startup

http://talk.maemo.org/showthread.php?t=17168&page=3

biketool 2013-07-17 11:59

Re: [Announce] N9 Swipe to N900
 
Sounds great, I would love to see a video on youtube.
Since my phone is in everyday use I would prefer to grab from a repo, any chance of getting it added to dev or test?

bill_klpd 2013-07-17 12:15

Re: [Announce] N9 Swipe to N900
 
there is a small video on second post ;)

biketool 2013-07-18 11:31

Re: [Announce] N9 Swipe to N900
 
Very cool especially for full screen apps like ones from apkenv/webos and sygic map. One question, what happens when you do this with microb as the left edge inward gesture is already in use there. Looking forward to it being on repo.

bill_klpd 2013-07-18 12:42

Re: [Announce] N9 Swipe to N900
 
Well it seems that it goes on the menu, but right after this it opens up the recent history

bill_klpd 2013-07-19 16:38

Re: [Announce] N9 Swipe to N900
 
First post updated! If there is any mistake there just tell me to change it :)

panjgoori 2013-07-19 16:43

Re: [Announce] N9 Swipe to N900
 
sorry if this is already answered. what is the difference between edge_detect and qtdger ?

bill_klpd 2013-07-20 22:01

Re: [Announce] N9 Swipe to N900
 
I think that qtedger is an update of the edge_detect. It has some improvements and it gives you the ability to change the settings of the swipe, on the settings.ini file.

ravi_kumar 2013-07-21 03:33

Re: [Announce] N9 Swipe to N900
 
this swipe function to n900 is very gud. but its not fully functional on n900. for instance swiping through the homescreen opens the dashboard or menu accidently. Playing games such as fruit ninja, scrolling web pages in opera also does so.
Also i should mention that since the n900's screen edges are quit upward from the screen. so swiping through edges(left & right) in portrait mode is not gud.
thats all what i think about this concept.
A big thumbs up to the developer for creating this & hoping for a better version

elros34 2013-07-21 10:22

Re: [Announce] N9 Swipe to N900
 
Yeah, you have right program is far from ideal but your problems can be partially solved by editing settings (for that situation I create settings.ini).

helloct 2013-07-21 15:29

Re: [Announce] N9 Swipe to N900
 
@elros34

Is there a way to install it without CSSU?

elros34 2013-07-21 15:45

Re: [Announce] N9 Swipe to N900
 
Quote:

Originally Posted by helloct (Post 1360721)
@elros34
Is there a way to install it without CSSU?

Install ? I haven't yet released deb package so you don't need to install this. Just unpack, run and tell us :)

adunanzav3x 2013-07-21 20:33

Re: [Announce] N9 Swipe to N900
 
1 Attachment(s)
Hi everyone! I've created the deb file for this nice project,autostart at boot inclused.

Download: qtedger-swipe-maemo5_0.0.1_armel.deb (attached file)

Copy on you N900 and from terminal type:

Code:

root
cd /home/user/MyDocs
dpkg -i qtedger-swipe-maemo5_0.0.1_armel.deb
reboot

Special thanks to bill_klpd (TMO).

elros34 2013-07-21 21:41

Re: [Announce] N9 Swipe to N900
 
Big thanks for you I lost a lot of time trying to add it to startup. Every time dbus stopped working.

bill_klpd 2013-07-22 11:45

Re: [Announce] N9 Swipe to N900
 
I updated the first post again! Thanks so much adunanzav3x!!! :D

One more thing! adunanzav3x where will the settings.ini be,so we can edit it as we want after installing the deb file??

adunanzav3x 2013-07-22 13:11

Re: [Announce] N9 Swipe to N900
 
Quote:

Originally Posted by bill_klpd (Post 1360944)
I updated the first post again! Thanks so much adunanzav3x!!! :D

One more thing! adunanzav3x where will the settings.ini be,so we can edit it as we want after installing the deb file??

It will appear after the reboot in:

Code:

/home/user/settings.ini

Note:
Use leafpad ;)

Code:

leafpad /home/user/settings.ini

bill_klpd 2013-07-22 13:14

Re: [Announce] N9 Swipe to N900
 
yeah this is what I use as well :P

elros34 2013-07-22 19:33

Re: [Announce] N9 Swipe to N900
 
1 Attachment(s)
New version with settings ui. Older versions are outdated, case problem with random gesture detection and shouldn't be use anymore.

Hansie_k 2013-07-22 20:32

Re: [Announce] N9 Swipe to N900
 
Probely just me,but downloading the latest gives me a "download failed,try again."
I'm using Opera...

Besides that, looks great (first version).

elros34 2013-07-22 20:36

Re: [Announce] N9 Swipe to N900
 
I use opera too and link works. Maybe try directly on n900.

Hansie_k 2013-07-22 20:42

Re: [Announce] N9 Swipe to N900
 
MicroB worked.... :)


All times are GMT. The time now is 04:57.

vBulletin® Version 3.8.8