Simple guide to improve your own extension on gnome-shell
Pubblicato da iiddnn in Development, extensions, FOSS, Gnome-Shell, Linux il marzo 10, 2013
This guide does not will include all aspects of the creation of the extension for gnome shell, but will be specific to the management of the localization and the management of storing the preferences of the extension itself, of these topics did not find much on the net so i summarize what I found for […]
Glances as your desktop wallpaper on Gnome Shell
Pubblicato da iiddnn in FOSS, Gnome-Shell, Linux il febbraio 23, 2013
I’m a little bored with conky, I wanted to try some other similar software but I could not find valid alternatives so I put the software system monitoring glances as desktop wallpapaer; glances is functional, complete and very nerdy I tried this on my arch completely updated with gnome shell 3.6.x, this is how it […]
How to write SMS and call log into DB of stock ROM android
Pubblicato da iiddnn in Android, Development, FOSS il ottobre 25, 2012
This is a test application,I built this application to write data into SMS and call logs DB system on stock ROM android. here the complete project: Download PRJ here the sample code with which write the data into DB sms/calllogs:
How to read SMS and Call logs into stock ROM android
This is a test application,I built this application to understanding the operation of storing SMS and call logs. here the complete project: Download PRJ This task is very simple,the work is all done by this asynctask which derives the information:
Sbattezzo is now available
Pubblicato da iiddnn in Android, Development, FOSS, Sbattezzo il aprile 21, 2012
Sbattezzo is now available in the Android play store, this application is available only in Italian, and made available under GPL v3 and the source is hosted on sourceforge at: http://goo.gl/W4Gwc 8ye.
Android / Google Chart / ImageView – Sample #2 EVOLUTION
Pubblicato da iiddnn in Android, Development, FOSS il febbraio 25, 2012
This is a revision of the precedent article,this correction need because it was not possible to derive the size of the ImageView before the system designed it all view of the activity, here’s the correct code. and then you can use this task in the onWindowFocusChanged method,like this: I still do not like it, is […]
