Skip to content

Commit

Permalink
N950 with camkey build (only)
Browse files Browse the repository at this point in the history
  • Loading branch information
thp committed Dec 6, 2012
1 parent 1de2ff6 commit c9b6306
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion camerra.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def keyEvent(key, state):
# Avoid hammering the cam app when Vol+ is being kept pressed
return

if key == state == 2 and camera_app_on_top():
if key == 1 and state == 2 and camera_app_on_top():
last_time = time.time()
p = subprocess.Popen(['xresponse', '-d', '820x240,820x240', '-w', '1'],
stdout=subprocess.PIPE, stderr=subprocess.PIPE)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
camerra (1.0.1) harmattan; urgency=low

* Maybe supports the N950 with camera button

-- Thomas Perl <m@thp.io> Thu, 06 Dec 2012 21:13:07 +0100

camerra (1.0.0) harmattan; urgency=low

* Initial release of the Camerra Hack.
Expand Down
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8
7
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: camerra
Section: user/desktop
Priority: extra
Maintainer: Thomas Perl <m@thp.io>
Build-Depends: debhelper (>= 8.0.0)
Build-Depends: debhelper (>= 7.0.0)
Standards-Version: 3.9.2
Homepage: http://thp.io/2012/camerra/

Expand Down

0 comments on commit c9b6306

Please sign in to comment.