Pigler Notifications API
(Usage example)
An analogue of Notification Center that is compatible with all devices based on Symbian Belle and higher,
created to provide a simple and convenient API for application developers to manage notifications in the status panel.
created to provide a simple and convenient API for application developers to manage notifications in the status panel.
Installation
Pigler Notifications API:
Install Pigler.sis and reboot the phone
Pigler Java API:
Activate Open4All patch, then install PiglerJavaAPI.sis and reinstall any .jar app
Install Pigler.sis and reboot the phone
Pigler Java API:
Activate Open4All patch, then install PiglerJavaAPI.sis and reinstall any .jar app
For developers
Examples
QT tester sourcesJava tester sources
Kutegram source
Symbian C++ example:
#include <PiglerAPI.h> LOCAL_C void Test() { PiglerAPI *api = new PiglerAPI(); _LIT(KAppName, "Example"); if(api->Init(KAppName) == KErrNone) { _LIT(KText, "My test notification\nHello world!"); api->SetNotification(0, KText); } api->Close(); }
Static libraries (API level 4)
armv5\urel:piglerapi_sym.lib
piglerapi_qt.lib
Last update: 10.08.2024
armv5\udeb:
piglerapi_sym.lib
piglerapi_qt.lib
Last update: 10.08.2024
People:
shinovon: java, symbianc++ part, reversing
curoviyxru: c++, qt part, idea
shinovon: java, symbianc++ part, reversing
curoviyxru: c++, qt part, idea