Search This Blog

Saturday, August 22, 2026

FAY Diary Version 1.0 Released

FAY (Fast And easY) Diary app version 1.0 released !! Writing your private diary and back up on your own phone.

 



Download Free at Google Play ->

https://play.google.com/store/apps/details?id=ataya.p.gadget.faydiary&pcampaignid=web_share 

 

Thursday, August 6, 2026

FAY Random Numbers Version 1.0 Released

FAY(Fast And easY) Random Numbers app version 1.0 released !! Generating Random Numbers as you wish !!



Download Now At Google Play Store->

https://play.google.com/store/apps/details?id=ataya.p.gadget.fayrandomnumbers
 

Thursday, March 1, 2018

Sunday, June 11, 2017

FAY Serial Terminal #androidapp released

FAY(Fast And easY) Serial Terminal version 1.0 released !!
Connect your Android Smartphone with Microcontroller through USB OTG cable.

What's New :

1. support USB OTG function.
2. automatic detect USB device.






Download Here ->

Friday, July 29, 2016

Take Photo with ADB

This is how to taking photo with adb command...

# adb shell "am start -a android.media.action.STILL_IMAGE_CAMERA"
# adb shell "input keyevent KEYCODE_CAMERA"


Sunday, June 28, 2015

How to fix export signed application fail [Cannot allocate memory]

After updated the latest ADK, I can't export signed application with Eclipse. I just got this error dialog.


Unfortunately, my machine is an old 32bit with resources that not enough to run AndroidStudio. That means I still using Eclipse for dev the apps. (Why they keep making tools that requires more and more computer's resources anyway ?)

By the way, I finally found the way to fix this problem. 'cause I using Ubuntu, Just type this command in the shell and everything is back to normal.

# echo 1 > /proc/sys/vm/overcommit_memory

Hope this gonna solves your problem too. Cheers !


Tuesday, October 7, 2014

How to unlock Galaxy Nexus Bootloader

This is the easy way to unlock Galaxy Nexus's bootloader. I using Linux PC and Android SDK to do the job.

1.Backup your pictures and contents because this procedure will delete all of your phone's contents.

2.Unplug usb cable from PC, Turn off your phone, hold volume up and volume down buttons then press down power button. the Fastboot menu will be shown on screen.



3.Connect usb cable with Linux PC. Use Fastboot tool to unlock the bootloader(Fastboot tool already included in your android SDK)

# fastboot devices
List connected device

# fastboot oem unlock
This will unlock the phone's bootloader

4. Use Volume up/down buttons to select at "Yes" option and pressing power button to unlock the bootloader. Now your old contents will gone forever.


5. Restart the phone. Now you have to do fresh set up for your phone.
After unlock bootloader, you can now install other images on the phone.
Have fun !