Fix GAOSP Public Beta 3 “Can’t mount INTERNAL” error
by admin on May.04, 2011, under Stuff
I just tried to install a fresh GAOSP Public Beta 3 (Android 2.2 Froyo) on my Samsung Galaxy i7500 and came across this error:
Finding update package… Opening update package… Verifying update package… Installing update… Formating SYSTEM… Copying files… Copying files… E:Can't mount /dev/block/mmcblk0p1 (no such device) E:Can't mount INTERNAL: E:Failure at line 328: copy_dir PACKAGE:dev_data INTERNAL: Sync data… .Installation failed
After that my old ROM was broken and the installation process failed again and again.
(continue reading…)
Dr. Kim Jong-Evil
by admin on Feb.10, 2011, under Stuff
This is a result of a photo editing exercise which was part of my studies:
(continue reading…)
How to get ‘Monthly Active Users’ of your Facebook Application
by admin on Dec.15, 2010, under Web Development
I’ll show you how to get the monthly active users of your Facebook application via FQL with the help of PHP…
Ehh wait, what’s FQL?
“Facebook Query Language, or FQL, enables you to use a SQL-style interface to query the data exposed by the Graph API. It provides for some advanced features not available in the Graph API, including batching multiple queries into a single call.”
More information: Facebook FQL reference
(continue reading…)
10 Minimalistic Alternative Movie Posters by Grischa Stanjek
by admin on May.27, 2010, under Graphic design
These minimal movie posters were part of my application for my communication design studies. I tried to reduce each movie to one single object… Have fun. Feel free to comment!
How to download tracks from soundcloud.com
by admin on May.26, 2010, under Stuff
Have you ever tried to download a great track (mp3) from soundcloud.com? There are several ways to download a track from SoundCloud… I’ll show you how it works. (continue reading…)
WordPress: Could not create directory – Theme Install Failed
by admin on Feb.10, 2010, under Wordpress
This error appeared every time I wanted to install a theme automatically, even in the current version (2.9.1) of WordPress:
Downloading install package from http://wordpress.org/extend/themes/download/sample-theme.zip.
Unpacking the package.
Installing the theme.
Could not create directory. /var/www/html/web999/blog/wp-content/themes/sample-theme/
Theme Install Failed.
WordPress: Could not create directory – Plugin Install Failed
by admin on Feb.10, 2010, under Wordpress
This error appeared every time I wanted to install a plugin automatically, even in the current version (2.9.1) of WordPress:
Downloading install package from http://downloads.wordpress.org/plugin/sample-plugin.zip.
Unpacking the package.
Installing the plugin.
Could not create directory. /var/www/html/web999/blog/wp-content/plugins/sample-plugin/
Plugin Install Failed.
How to Use a Double Dash / Hyphen in WordPress
by admin on Feb.02, 2010, under Web Development, Wordpress
WordPress is converting two dashes, called double dash, (“–”) into a en dash (“–”) automatically. It’s possible to hack the formatting.php to prevent this, but this is much more easy: (continue reading…)
How to Create a MySQL Backup of a big Database
by admin on Feb.02, 2010, under Linux, Web Development
It’s not possible to create a backup from a MySQL database with phpMyAdmin which is bigger than 2 MB. If you are running MySQL on a Linux based system, try this: (continue reading…)