Difference between revisions of "Patch Sudoku Disable Zooming"

From WebOS Internals
Jump to navigation Jump to search
Line 17: Line 17:
 
== Credit==
 
== Credit==
 
lyht
 
lyht
 +
 +
[[Sudoku Resources Sites]]
 +
 +
[http://solvesudoku.net/sudokustrategy.html sudoku strategy]
 +
 +
[http://dailysudoku.info daily sudoku]
 +
 +
[http://sudokusolver.info/ sudoku puzzle solver]
 +
 +
[http://sudokutips.us/sodokutechniques.html sudoku techniques]
 +
 +
[http://sudokutips.us/sudokustrategies.html sudoku strategies]
 +
 +
[http://suduko.sudukos.com suduko puzzles]

Revision as of 06:31, 3 March 2010


Introduction

I hated the zoom-in / zoom-out feature of the Sudoku game, so here simple fix to make it so there is no zooming. Instead you just click on the square and click the number to be in that square.

Procedure

1. Standard stuff (accessing linux, make system read/write, making a backup, etc)

2. Open /var/usr/palm/applications/com.cakefight.sudoku/app/assistants/first-assistant.js and comment out the following line:

* 67 - line that starts with: Mojo.listen(this.controller.get('sudokuscroller')...

3. Standard finish stuff (save it, put system back into read-only, etc)

No need to reboot. The game will now just put the focus in whatever square you clicked, instead of having to click once to zoom in, and a second time to pick the square and zoom out. Other than that, it works just the same.

Credit

lyht

Sudoku Resources Sites

sudoku strategy

daily sudoku

sudoku puzzle solver

sudoku techniques

sudoku strategies

suduko puzzles