Personal tools
You are here: Home Members jhb using the wallet with the emulation

using the wallet with the emulation

by Jörg Baach last modified May 19, 2009 12:17 AM

There is a rather simplistic emulation available in order to run the ocwallet software on a linux (maybe windows?) machine. This tell how

ocwallet emulatedBe warned: the emulation is not anywhere near the mobile phone - its ugly, it does not show icons, does not play sounds, the screen layout is not working properly - but still, at least it can do all operations, and it uses the underlying library for it.

 

  • Install python-bluez and python-wxgtk2.8
    apt-get install python-bluez python-wxgtk2.8
  • Get the source for the mobile phone
    svn co svn://svn.opencoin.org/svn/opencoin/trunk/sandbox/jhb/mobile
  • Get the oc2 library
    svn co svn://svn.opencoin.org/svn/opencoin/trunk/sandbox/jhb/oc2
  • Get the simplejson library
    svn co svn://svn.opencoin.org/svn/opencoin/trunk/sandbox/jhb/simplejson
  • Start the application
    cd mobile
    python ocwallet.py
    
    
    
Document Actions