FastFileTransfer Icon Poll

In order to make FastFileTransfer’s icon better fit Android’s design patterns, I am planning to add a new icon to the app. I have thus created a set of new icons that you can see in the image below.
In order to vote for an icon, please select one of the options in the list below and press “Vote”.

Which icon do you like best? Poll ended.
If you have any remarks concerning a particular icon, please feel free to post a comment below!

(All icons (c) Florian Draschbacher)

FastFileTransfer 2.0 Released

I’m very proud to announce the release of a huge update to FastFileTransfer into Google’s Play Store: FastFileTransfer 2.0 is a complete rewrite of the old application, with an entirely new engine, icon and user interface.

FastFileTransfer 2.0

Here are all new features:
• New transfer engine
• New UI
• New Icon

• Now supports sending via Wifi Direct or an existing Wifi Connection
• Send multiple files as ZIP
• Continues sending from background
• New super secure mode
• Send files from different folders
• Send whole folders
• More progress details
• Now translated to German, Spanish, French, Italian, and Turkish
• Support for Android 5.0 Lollipop
• And so much more

Many of you have asked for an ad-free version of the app, and here it is:

FastFileTransfer PRO:
• Receive files from devices that don’t have FFT installed
• Remove ads
• Let receivers download all files at once (Unzipped)

Here are some screenshots of the new version:

The app is free, so just try it out!

USB MIDI Drums Android

As the USB OTG functionality of my Samsung Galaxy S II works again due to the recent update to 4.0.4, I finally was able to test my phone with multiple USB devices. After successfully trying a mouse, keyboard and flash drive, I tried a MIDI USB interface together with a BandHero drum kit.

I downloaded a USB MIDI Monitor app and found out that the phone was able to receive the signals sent by the drum kit and continued searching the Play Store for an app that was able to play the suitable drum sound accordingly to the input signals.
I did not find one, so I quickly asked Google for any available open source basis and really found something: https://github.com/kshoji/USB-MIDI-Driver

After downloading the demo application, it soon seemed clear that there was not much more work to do to implement a simple USB MIDI drum kit app.
Actually, only the sounds part was left, which was easily implemented after I had found this post from a  countryman of mine. A web search led me to some drum kit wave files, I adjusted the code a bit to allow for a variable volume of the sounds according to the beat velocity and finally had a (more or less) useable app.

Here is the resulting app: http://bit.ly/USB_MIDI_Drums (APK, 0.8 MB)
EDIT: Please note that only the MIDI notes the BandHero drum kit sends are assigned to sounds, so this app will most likely not work if you try it with another drum kit.

Basically, I’ve just merged components created by other people, but I hope it’s of some use for someone.

Don’t be surprised if you don’t see an icon in the launcher after installing the app. It only has one activity that launches when you connect a USB device through an USB OTG cable to your device.
Moreover, I have not adjusted the user interface nor the bundle name of the USB-MIDI-Driver sample app, so you won’t get any hints or settings concerning the drum kit.

PS: I quickly found out that Android is not really suitable for real time audio (yet), but that’s another story.