Search This Blog

Thursday, August 28, 2014

How to fix "Android SDK Content Loader" always loading at 0%

I have a headache caused by this problem. After I did update the Android Development Tool (20140702) I have an issue about "Android SDK Content Loader" doesn't load anything. I have tried many thing as they said on the internet but it just a temporary fix. Here is what I found out how to fix this problem.(I using Ubuntu Linux )

1. First, when  "Android SDK Content Loader" is loading at 0% then kill adb and eclipse process at your terminal.
# ps aux | grep adb
# kill -9 XXX  
where XXX is adb process id.

#ps aux | grep eclipse
#kill -9 YYY
where YYY is eclipse process id.

2.Move the Android SDK folder to be temporary folder.
#mv android-sdk android-sdk-backup

3.Execute the Eclipse, this time it will ask for the SDK folder. Just point to  another SDK folder. (I downloaded another SDK)

4.When Eclipse has finished all loading process. Move the temporary folder back to normal.
#mv android-sdk-back android-sdk

5.Then set the preference path of the SDK back to normal setting. It should work again.


Sunday, August 3, 2014

Paper Sumo Stadium

Paper Sumo Stadium version 2.5 has been released !!



version 2.5
1.Add sound effect.
2.Add more stage.
3.Fix Bugs.


Download here ->




Saturday, July 19, 2014

Pretty Camera version 1.0 released

Pretty Camera app is now available on Google Play !!







Download here ->
https://play.google.com/store/apps/details?id=ataya.p.gadget.prettycamera


Thursday, June 12, 2014

FAY #FTPCLIENT version 4.0 released

 I just released FAY FTP Client app version 4.0




-- What's New for version 4.0 --
1.Added Filter Button.
2.Fix bugs

Download and install here ->
https://play.google.com/store/apps/details?id=ataya.p.utilities.fayftp

Friday, March 21, 2014

#AndroidWear Preview : Connect to Emulator

  Yesterday, I couldn't install Android Wear Preview app from Google Play on my tablet Nexus 10 (even it is KitKat). So, I asked on the developer forum. People told me that the app just doesn't support tablet yet (phone only) and somebody suggested me to find apk file (try searching on XDA website)and install it directly. Today, I just did it.

1. I ran the Emulator up. Read this page for the setup.

2. I connected my Nexus 10 to my computer via USB cable and open the Android Wear Preview app then set it's notification access as they say on the Get Start page

3. Then I connect the emulator and Nexus 10 by running below command on the terminal.
adb -d forward tcp:5601 tcp:5601

4.Finally, the Emulator displayed my Nexus 10's notification.  Wow !!


That is for today. See you next time :)

Wednesday, March 19, 2014

#AndroidWear Preview

Google just released "Android Wear Developer Preview " tools and APIs. So, I so exciting tried to use it. So, this is it ... 

1. I updated Android SDK Manager and install "Android Wear ARM EABI v7a System Image"

   
2. I created new Android virtual device and setting as below


3. Then I launched the emulator. After waiting for a while, I got this ...



That is for today. I will try more next time :)


Wednesday, January 22, 2014

Fay Black Board version 2.0 released

Just updated for Fay Black Board version 2.0



What's new :
1. Full screen when drawing.
2. Add more 3 colors: white,blue,pink
3. Support big screen devices.
4. Fixed bug & improved performance.
Download & Install here ->
https://play.google.com/store/apps/details?id=ataya.p.utilities.fayblackboard