January 15, 2014

Android App update:

I have fixed the server scripts and simplify the Android App, enables it to successfully connect to the server and send some data. I tested on Ubuntu and Rpi Raspian, and it works fine on both.

Thanks to Zul,  I was also able to add on QR scan function which is now able to :

1. Scan QR code that point to a http URL ended with "png" 
    Other form of links are simply ignored by the App. Only the link that ended with "png" (hence, png image file)  are actually downloaded to the phone.

2. Download the png image file automatically to the gallery

    The download process is done in the background (Android Asynctask). However, the actual image is also displayed on the App so that the user does not need to be prompted to the gallery to view the image.

The png file extension is important as it is the format that the CMS uses (on webcam photo capture during new user registration). Hence, it will be the format that the Steganography Algorithm will be applied on. The difference between JPEG, GIF and PNG are discussed here : Link.

Here is the App APK file: Link

No comments:

Post a Comment

Write a reply