PABLO MARTIN'S WEBSITE

ABOUT   EMAIL   RSS

awp34s


Port of the the WP 34S calculator (open source firmware for the HP 30b/20b calculators) to Android.

You can install the latest release (0.0.5) from Google Play. Alternatively you can compile the .apk from source (See BUILDING.md for instructions) and copy it to the device using adb or a web server, or get it from here and install it (unsigned)

Note that as an early release it may crash unexpectedly.

Source code at http://github.com/odkq/awp34s

screenshot of awp34s

More information about WP-34s:

At this directory in sourceforge you will find a beginners guide WP_34S_Beg_Guide.pdf and a comprehensive manual Manual_wp_34s_3_1.pdf. The manuals apply in their entirety to this port.

The WP 34S is a calculator firmware that converts certain calculators (HP-20b and 30b) into calculators that are:

This Android port maintains the first three benefits. As the actual hardware basis for the WP 34s is no longer in production and we all have a mobile phone around at all times, having the port is almost as having the real thing.

The WP 34s project has an IPhone app, but no Android app. Wanting to learn about Android and NDK development, I did this.

I named this a port rather than an emulator as it is not emulating the CPU of the physical device. The firmware that was written in portable C is compiled along with the Android Native Development Kit (NDK).

The code for the interface and modifications to the WP 34s firmware are Free Software and released under the GNU Public License v3, as the WP 34s code itself.

Thanks to Walter Bonin, Paul Dale, Marcus von Cube and the rest of the WP 34s contributors for the great calculator.