No description, website, or topics provided.
C++ QML QMake JavaScript C
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
audio
doc
interfaces
.gitignore
LICENSE
README
StkButton.qml
StkInputKey.qml
StkInputText.qml
StkMenu.qml
StkMessage.qml
StkPanel.qml
StkPassword.qml
StkPlaySound.qml
StkPopup.qml
StkTheming.qml
StkUiCheck.js
StkView.qml
StkWebView.qml
StkYesNo.qml
common.pri
main.cpp
meego-app-satk.desktop
meego-app-satk.pro
meego-app-satk.qrc
meego-handset-satk.desktop
ofonodbustypes.h
sim_32x32.png
sim_32x32.xpm
simimageprovider.cpp
simimageprovider.h
stkagentservice.cpp
stkagentservice.h
stkapplication.cpp
stkapplication.h
stkdefines.h
stkdialog.cpp
stkdialog.h
stkmainwindow.cpp
stkmainwindow.h
stkmenuitem.cpp
stkmenuitem.h
stkmenumodel.cpp
stkmenumodel.h
stkofonoproperties.cpp
stkofonoproperties.h
stkofonoutils.cpp
stkofonoutils.h

README

====== satk - SIM Application Toolkit ======

Copyright (C) 2011  Intel Corporation. All rights reserved.


satk - SIM Application Toolkit is a graphical user interface for oFono SimToolkitAgent.

===== Compilation =====

In order to build satk you need the following modules:

  * QtDeclarative
  * QtCore
  * QtGui
  * QtDBus

From satk root directory, execute the following commands:

  qmake
  make

===== Installing =====

Execute the compilation commands above, then:

  sudo make install

===== Distribution =====

From satk root directory, execute the following commands:

  qmake
  make dist