October 8th, 2009
I wanted to create an automatically crash report feedback in SqueezeCommander.
I thought, the easiest solution would be to send the reports by mail, so the user can also see all informations that will be reported to me and choose if he wants to send or discard the report.
Normally, it should be possible to send emails from within an application by creating an intent Intent.ACTION_SEND with extra parameters.
Intent sendIntent = new Intent(Intent.ACTION_SEND);
sendIntent.putExtra(Intent.EXTRA_TEXT, "email text");
sendIntent.putExtra(Intent.EXTRA_SUBJECT, "Subject");
sendIntent.putExtra(Intent.EXTRA_EMAIL, new String[] {"email@address.com"});
sendIntent.setType("message/rfc822");
startActivity(Intent.createChooser(sendIntent, "Title:"));
Unfortunately, this does not work on my HTC Hero. ;-(
Read the rest of this entry »
If you like my work, buy me a beer. (Suggested: 3€ for a beer, or more for more beer ;-) )
Tags: Android, Java
Posted in Android, Java | 3 Comments »
October 7th, 2009
A new star is born
Today, I’m happy to present you the first release of SqueezeCommander!
SqueezeCommander is the perfect app to remote control SqueezeBoxes / SqueezeBoxServers (formerly SqueezeCenter (formerly SlimServer))
from your Android mobile phone!
It is now available in the Android Market. Get there quickly because for the first days you’ll get a special discount price!
Key Features
For more informations visit the SqueezeCommander Announcement.
If you have any problems with SqueezeCommander or you want to request a new feature, please use the SqueezeCommander Bug Tracker.
Have a lot of fun!
If you like my work, buy me a beer. (Suggested: 3€ for a beer, or more for more beer ;-) )
Tags: Android, SqueezeCommander
Posted in Android | No Comments »
August 7th, 2009
Update (08.08.2009):
HT-Chris has reactivated our old CHPP key for some days (there were probably to many complaints
).
That means that you can continue using HO 1.424 for now until the official HO 1.425 will come out.
You do not need to install the Beta version anymore.
Quote by aYcon in the HO forum:
Hattrick released a new update on their servers today. This update included the ban for all outdated CHPP-IDs. Unforunately this affects HO 1.424 because we had a ID change when the CHPP license was transferred the last time. HO 1.424 uses the old ID and is now (unintentionally) banned on HT servers. We contacted the CHPP staff, but it seems like they can’t / won’t change anything on their side.
That means, HO 1.424 won’t ever get a working HT connection.
When trying to connect to HT with HO 1.424, you will get the error: “Error Login Failed – maybe wrong password – make sure that you use the securitycode, not the HT-Password”
We were working on a new HO release and this does – of course – use the new CHPP ID. It can connect to HT without any problems, but is only in beta stage at the moment.
Read the rest of this entry »
If you like my work, buy me a beer. (Suggested: 3€ for a beer, or more for more beer ;-) )
Tags: Hattrick, HO!
Posted in HattrickOrganizer | 2 Comments »
July 15th, 2009
I’m currently preparing Debian Linux packages (.deb) for HO to make it easier for Linux users to install Hattrick Organizer.
If you are using Debian or Ubuntu, please try the following steps to install the (beta) debian package.
If you like my work, buy me a beer. (Suggested: 3€ for a beer, or more for more beer ;-) )
Tags: Hattrick, HO!, Linux
Posted in HattrickOrganizer | 10 Comments »
June 28th, 2009
How to create a OOo Java Extension using Eclipse as IDE
Recently, I tried to create an OpenOffice.org Extension (.oxt) with Java. I’m using Eclipse as Java IDE for all my projects, so I wanted to use Eclipse for this task as well.
There is an Eclipse plugin to help you with this task, but there are come caveats. The old versions of this plugin do not work with the current OpenOffice.org version (3.0+).
You will probably get an error message when trying to specify the SDK (“SDK version has to be at least 2.0.4″) or the OOo location (“Invalid OOo path”) in the plugin.
Eventually, after some time searching the web, I found a working solution! Read the rest of this entry »
If you like my work, buy me a beer. (Suggested: 3€ for a beer, or more for more beer ;-) )
Tags: Calc, Java, OpenOffice.org
Posted in Java | 2 Comments »
June 18th, 2009
As mentioned, I’ve got an Asus EeePC 901 Go.
It’s very nice to have internet-everywhere via the internal UMTS G3.5 modem, and this is very easy to accomplish with (Debian) Linux.
I’ve written a small HowTo that describes the necessary steps.
Read the rest of this entry »
If you like my work, buy me a beer. (Suggested: 3€ for a beer, or more for more beer ;-) )
Tags: EeePC, Gadget, GPRS, Linux
Posted in EeePC, General | No Comments »
June 7th, 2009
Dieses Wochenende hat das Hattrick-Deutschlandtreffen 2009 in Herne stattgefunden.
Es war eine großartige Veranstaltung! Endlich konnte man die anderen HT-Wahnsinnigen auch mal live und in Farbe treffen.
Hier schonmal eine kleine Bilderauswahl. Leider habe ich durch meinen doch etwas angeschlagenen Zustand am Samstag völlig vergessen, auch da noch Fotos zu machen. Aber naja, zumindest ein paar von Freitag Abend gibt es.
Read the rest of this entry »
If you like my work, buy me a beer. (Suggested: 3€ for a beer, or more for more beer ;-) )
Tags: Hattrick
Posted in Hattrick | No Comments »
May 15th, 2009
I have created a bug/feature tracker for the HattrickOrganizer development now.
If you think that you’ve found a bug or you want to make a request for enhancement, feel free to create a ticket there.
Please check the tracker for an existing ticket about the same issue first to avoid duplicates.
You can find the tracker here: http://www.flattermann.net/hotrac
The tracker is on a DynDNS host, therefore it may be pretty slow if accessed by many people in parallel. If it is to slow, please try again later.
If you like my work, buy me a beer. (Suggested: 3€ for a beer, or more for more beer ;-) )
Tags: HO!
Posted in HattrickOrganizer | 5 Comments »