Html apps on the Tattoo the dirty way.

Search This thread

lgstoian

Senior Member
Mar 3, 2010
360
143
Bucharest
I always wanted to be able to run webapps on the tattoo in off-line mode so I got some from the Ophone sdk and made them run using the i-jetty server.
Here is how :

1. Grab i-jetty from the market
2. Copy the contents of this zip to /sdcard/jetty/webapps
3. Start jetty
4. Open the Browser and access localhost:8080/Sudoku
5. Play games that don't quite fit the screen :D
 

Hirakim

Senior Member
Sep 10, 2010
92
3
I always wanted to be able to run webapps on the tattoo in off-line mode so I got some from the Ophone sdk and made them run using the i-jetty server.
Here is how :

1. Grab i-jetty from the market
2. Copy the contents of this zip to /sdcard/jetty/webapps
3. Start jetty
4. Open the Browser and access localhost:8080/Sudoku
5. Play games that don't quite fit the screen :D

Great tutorial! Thanks :)