Skip to content

piglerorg/pigler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pigler Notifications API

The indicator plugin implementation, currently avaliable for Symbian/Nokia Belle only, written in Symbian C++.
The purpose of this plugin is to provide easy and open-source API that provides Symbian's notification features.

Screenshot

Planned things:

  • Implement indicator icons and various images formats support
  • Implement icon sending and resizing
  • Qt utility methods
  • Java JNI methods
  • Application launch on indicator tap
  • Implement tap handling/callbacking for indicators for native
  • Implement tap handling/callbacking for indicators for Java
  • Do not open app on tap option
  • Javadoc, API docs, building guides
  • Automatic package creation and installation with java library
  • Reboot phone automatically after package install and uninstall
  • Placeholder icon for notifications without icon
  • Notification permissions management
  • Discreet popup show feature
  • System vibration function
  • Show indicators on lock screen

Building

You will need Carbide.c++ v2.7, Qt SDK and Belle SDK for QT SDK
Links: Carbide, Qt SDK and Belle SDK or Symbian Development

Note: This guide does not show how to build java-library and java-tester

Setting up carbide workspace

Open Preferences

image

Go to SDK Preferences, add new SDK

image

Specify the path of Belle SDK, fill in the fields as shown here

image

Then go to Qt, add Qt version and make it default

image

image

Importing projects

Open context menu in Project Explorer, select "Import"

image

Import plugin & sym-library as Symbian OS Bld.inf file

image

image

image

image

Import qt-library & qt-tester as Qt Project

image

image

Project building

Select project and its build configuration, then build

image

image

image