Android

How to increase memory for applications on your Freelander I30

Hey guys, some of you may have experienced: “Error downloading …. There is insufficient space on device. While trying to download application from google play. MTK powered android devices with 4gb/8gb usually have their internal ROM partitioned so that you have only 1gb space for your applications. Disclaimer: Please backup all your data, contacts, messages, applications and stuff as in the process all will be lost. Rooting your device voids warranty. This guide should work for (tested on Freelander I30): Feiteng H7189 (Android 4.2.1 Jellybean) Feiteng H9500 (Android 4.2.1 Jellybean) ISA A19Q (Android 4.2.1 Jellybean) Star X920 Butterfly (Android 4.2.1 Jellybean) x…
Read more

FacePreview on Android with native libraries

Android has its own face recognition and we don’t need OpenCV to find faces on pictures or while shooting with camera. In this example I used FaceDetector to find faces on Bitmap image which I had to create from Raw data. The biggest problem of this solution is the conversion. Since FaceDetector supports RGB_565 and many android cameras support only YUV. I tested this on my Huawei Honor 2 with NV21 bitmap image type. If your device supports other image format feel free to edit code and/or post your conversion function in comments or ask for help if needed. Second…
Read more

Puk 1.0.3 Released

There are two things we enjoy the most in Slovakia, playing and being with friends and watching our national hockey or football team, preferably both together. But there is always a question: What to do between two periods ? Well, I thought it would be great to play something simple with my friends so I created this game. Enjoy! Requirements: Multitouch screen, Android 2.2+ Screenshots (v1.0.0): Changelog: Game renamed from Ball game to Puk Initial puck speed slightly increased Download:

How to run JavaCV (with sample face recognition) on Android ARM device – Netbeans and nbandroid

I promised some tutorials so here we go. Here is simple tutorial of how to detect face on Android device using Netbeans IDE with nbandroid, JavaCV wrapper to OpenCV and FFMpeg. Android developers in netbeans skip to step 6 Download and install Netbeans – http://www.netbeans.org/ Download and install nbandroid plugin to netbeans http://nbandroid.org/wiki/index.php/Installation Download Android SDK – http://developer.android.com/sdk/index.html Extract it Run SDK manager Download desired SDK (ARM system image is essential since javacv supports only arm)– I suggest 4.0.3 and update what you can Download drivers for your phone or Create android virtual device Create AVD make sure you select back…
Read more