pocketbook-demo icon indicating copy to clipboard operation
pocketbook-demo copied to clipboard

A few demos of C/C++ applications for Pocketbook Touch Lux ereaders

Results 6 pocketbook-demo issues
Sort by recently updated
recently updated
newest added

Hi there! Please help me resolve the problem with the compiler. ``` max@q4ospc:~/Projects/pocketbook-demo-master/demo01$ /home/max/PBSDK/bin/arm-obreey-linux-gnueabi-g++ demo01.cpp -o demo01.app -linkview as: loadlocale.c:130: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))' failed....

Until now, all applications we've developed have the same default icon in the applications drawer. -> Is there a way to set a nice personalized icon for an app ?

question
demo

inkview.h advertise for many functions related to "configuration": ``` iconfig * OpenConfig(const char *path, iconfigedit *ce); int RefreshConfig(iconfig **cfg); //update memory copy config from his file int SaveConfig(iconfig *cfg); void...

A fun thing to do: update-detection for an application + auto-update from within the application

demo

From shell scripts, right now, it doesn't seem like we have a way of displaying informations to the user. A command to display a _message_ could be useful? Maybe something...

enhancement
devutils

A command to get the current IP address could be useful. Maybe: ``` devutils.app wifi:get_ip_address ``` -> for instance, it could be used in `app-receiver.app`, to display it (well, we'll...

enhancement
devutils