From 67210579534b52bc892fd44aca99dc9239a9698f Mon Sep 17 00:00:00 2001 From: Steve Slaven Date: Tue, 11 Jan 2011 10:11:21 -0800 Subject: Add missing asssets diff --git a/assets/404.html b/assets/404.html new file mode 100644 index 0000000..fd20b50 --- /dev/null +++ b/assets/404.html @@ -0,0 +1 @@ +Unknown type diff --git a/assets/getting_started.html b/assets/getting_started.html new file mode 100644 index 0000000..7f21226 --- /dev/null +++ b/assets/getting_started.html @@ -0,0 +1,59 @@ + + +SoftKeys: Getting Started + + + + + +
Getting Started:
+ +

SoftKeys is a home screen replacement and on screen service that +provides virtual buttons for home, menu, back, and search. In order to +use SoftKeys you must have a working SuperUser installation on your +device.

+ +

The first time you run SoftKeys from the "home" button, it may look like +nothing happens because the default configuration is to pass you through to +your configured home screen. If you've never configured SoftKeys, this +will simply be the first one it finds on the device. To open the SoftKeys +home button interface, you will need to "double tap" the hardware home button. +This behaviour can be changed in the settings.

+ +

If you are using SoftKeys for the first time you should double-tap home, +press the Settings button, and set your default home screen under +Virtual Home Button - Normal Press

+ +

If you just want to just use the service and not the hardware home +button behaviors, just set your default home to whatever launcher you like +and then start SoftKeys from that launcher. The service can still run even +if you don't make SoftKeys your default home application.

+ +
Tips:
+ + + +If you find SoftKeys useful and would like to support further development, +consider buying some +themes. + + + diff --git a/assets/help.html b/assets/help.html new file mode 100644 index 0000000..f8d7572 --- /dev/null +++ b/assets/help.html @@ -0,0 +1,220 @@ + + +SoftKeys: Help + + + + + +
Support SoftKeys, Buy Some Themes
+ + + + +
Overview
+ +
+ +
+ + + + +
Preferences
+ +

SoftKeys has a lot of options so you can use it the way you like.

+ + +
Preferences: SoftKeys Service
+

These options control the always visible on-screen service. That +includes the service popper, and the service bar.

+ + + + +
Preferences: Virtual Home Button
+

These options control the behaviour of the virtual home button in both +the main SoftKeys interface, and the on-screen softkeys service.

+ + + + + +
Preferences: Physical Home Button
+

These options control what SoftKeys does when you press the physical +home button on the device if SoftKeys is set as the default launcher. +These settings only have any effect if SoftKeys is the default +launcher.

+ + + + + +
Preferences: Visuals and Layout
+

These options control the layout of the buttons and any visual elements +like themes.

+ + + + +
Preferences: Notification Bar
+

SoftKeys can also add notifications to the notification bar that will +send virtual key presses.

+ + + + +
Error Messages:
+ +Failed to find file: [filename]
+

This error means SoftKeys was unable to find a system component it needs +to operate. The two main components are SuperUser and the input script. +Most android devices come preinstalled with the input script, and if your +phone is rooted it usually has SuperUser installed as well. However it's +possible to have a rooted phone and not have SuperUser installed. If this +is the case then SoftKeys will probably not work correctly.

+

Usually what will happen is the virtual home button will work, but +menu/back/search will not. If this is the case, make sure you have a +working SuperUser installation.

+ +Unable to check for file: [filename]
+

This means the policy manager on the device is disallowing the file +check. You might see this instead of seeing the "Failed to find file" +message. This means you may or may not have the required parts, but +SoftKeys can't tell. SoftKeys may or may not work. If it doesn't work +right, it will behave as explained above in the "Failed to find file" +section.

+ +Unable to execute as root
+

Something happened and SoftKeys was unable to obtain root access, which +is required to send key events to other applications. Maybe something is +wrong with your SuperUser installation, or you have denied SoftKeys root +access when the SuperUser prompt was shown. In this case, it will function +as described under "Failed to find file" because it will be unable to +execute the required commands as root.

+ + + diff --git a/assets/input/RemoteContext.jar b/assets/input/RemoteContext.jar new file mode 100644 index 0000000..64b4764 Binary files /dev/null and b/assets/input/RemoteContext.jar differ diff --git a/assets/screenshot.jpg b/assets/screenshot.jpg new file mode 100644 index 0000000..445932e Binary files /dev/null and b/assets/screenshot.jpg differ diff --git a/assets/style.css b/assets/style.css new file mode 100644 index 0000000..8074ae8 --- /dev/null +++ b/assets/style.css @@ -0,0 +1,12 @@ +.header { + font-size: 105% ; + font-weight: bold +} + +a { + color: blue +} + +a:visited { + color: blue +} diff --git a/assets/whats_new.html b/assets/whats_new.html new file mode 100644 index 0000000..91bbecb --- /dev/null +++ b/assets/whats_new.html @@ -0,0 +1,63 @@ + + +SoftKeys: What's New + + + + + +

First time using SoftKeys? View the +Quick Start Guide

+ +

If you find SoftKeys useful and would like to support further development, +consider buying +some themes.

+ +

+ +
Recent Changes:
+ +
01/11/2011 - v3.05
+ + +
01/10/2011 - v3.04
+ + +
01/10/2011 - v3.03
+ + +
01/06/2011 - v3.02
+ + +
01/03/2011 - v3.01
+ + +
12/23/2010 - v3.00
+ + + + -- cgit v0.10.2