Tag: android
Android Application – Spy Camera OS (Open Source)
by jimmy on Jan.05, 2013, under Uncategorized
It’s been a while I create new post.
This time I want to promote my android application :
Spy Camera OS (Open Source)
Everyone at one time will want to capture image without anyone notice it.
It’s an open source project which make me learn deeper about what I can do with camera in android and various device compatibility issues.
I’m thinking to write related Android camera utilization related to this application.
You can download the application at: Google Play
Source code: https://bitbucket.org/jimmod/spycamera
Features (version 0.1.0):
- Small size application
- Full/max camera resolution
- Fast capture
- Back/front camera
- Auto shot with delay setting
- Face detection auto shot
- Black screen (touch to capture)
- Pinch to zoom
- Hide/show folder on Gallery
- Vibration
- Video Recording (New & Experimental)
- Save to internal/external storage
Jimmy’s Blog – AB Slide Puzzle for Android
by jimmy on Jul.09, 2012, under English, Game, My Life
AB Slide Puzzle is a new slide puzzle game for Android, you can find it here:
https://play.google.com/store/apps/details?id=com.jwork.slide
Jimmy’s Blog – Adding AdMob’s ads to Android Application
by jimmy on Jul.04, 2012, under English, Java, Programming, Uncategorized
Finally I got some spare time to make new article on my blog
One of the easy way to monetize our Android application is by adding ads.
This tutorial will give basic explanation about how to add AdMob ads to Android Application.
Prerequisite:
- AdMob SDK (https://developers.google.com/mobile-ads-sdk/download)
- Your favorites IDE (I use Eclipse for this tutorial) for IDE
Got Android [Gingerbread] and want to run J2ME JAD/JAR (emulate J2ME app)?
by jimmy on Mar.14, 2012, under English, Java, Programming
*Root-ed Android is required
This guide will help you to install J2ME emulator on your Android (mine is Gingerbread).
Case 1 : You have CMW (ClockWorldMod) installed.
- Copy Jbed_cmw.zip to your phone (http://dl.dropbox.com/u/45924042/jbed/Jbed_cmw.zip)
- Go to CMW recovery mode
- Flash the zip
Case 2 : Manual (I haven’t tested it – Do it with your own risk :p )
- Copy Jbed.apk (http://dl.dropbox.com/u/45924042/jbed/Jbed.apk) to /system/app
- Copy libjbedvm.so (http://dl.dropbox.com/u/45924042/jbed/libjbedvm.so) to /system/lib
- Reboot your android
After success installation you will see application “java” it can scan your sdcard for JAD & JAR file.
Hurray…
Android Market error on downloading (Error Downloading. There is insufficient space on the device.)
by jimmy on Oct.15, 2011, under English, My Life
Today suddenly when I want to download an application from my Android tablet, I receiving this error : “Error Downloading xyzxyz. There is insufficient space on the device.”
It’s only displaying the error on downloading application with big size.
After browsing around, I found out that the cache folder (that I assume used by the market) is using small partition (around 20mb in my case).
(continue reading…)
