Pages

Subscribe:

Ads 468x60px

Featured Posts

6/1/13

HTC Desires not DETECTED in adb

I am in the moment where I must use my Dad's Lenovo to code. That's why I download the newest adt-bundle-windows-x86_64-20130514 version and installed it.


When I want to inject some code as a testing to my HTC Desire S, in my Dad's Lenovo. I can't find my Android. And when I googling it, at first I found out that I need to restart my adb. Unfortunately, my adb comment not recognize at cmd prompt.
I forget to add my platform-tools location in PATH, environment variable. As you can show in this pict, my platform-tools location is in : "D:\...\Android\adt-bundle-windows-x86_64-20130514\adt-bundle-windows-x86_64-20130514\sdk\platform-tools;". That's why my adb isn't recognized. 

5/15/13

Import Vuforia Android Sample in OS X

Phew, it has been so long until I decided to write new tutorial. I have done some just-for-me app, but I just can't stop and write some tutorial about it. And today I grant my wish to write one simple tutorial.


So, AR(Augmented Reality) became very popular these days. And I wish to make one, hopefully with my very own mascot 3D model in near future. But as for now, I will just start the very basic steps.

5/1/13

make: /ndk-build: No such file or directory

Auch,, this thing happened for me twice! I know I should write it down here before leave it, and looks like it's time to put it here.

This is happened almost every time you want to build an NDK Build lib for android project.

bash-3.2# make clean
usage: dirname path
/ndk-build clean
make: /ndk-build: No such file or directory

Unfortunately, even I have edited my Environment variable here, I still get that error.

How to know that you have installed a program on OS X

Since I used Puro,  my MacBook, I get tangled with some app that I don't know wether I have installed it or not. Well, lucky I find some way which is simple yet helpful.
First, check it in your Application folder or you may use "Command+space" then type your apps. If you had installed it, you might have found it.


Second, use terminal, type "which apps_name", it will shows path where you installed it.

bash-3.2# which wget
/usr/local/bin/wget
bash-3.2#

Actually there are another tools like "locate" and "mdfind". But, I can't use locate, there's some errors.

2/27/13

Thank you.. Thank you… Thank you…. O(≧▽≦)O

Well, i never realised it before til today my friend talk about his blog and help me to find this..


Feel so grateful that the truth is my blog ever being seen by others, and especially from foreign country. Wish i could post more and help more.. Thank you for visiting my blog.



゚☆,。・:*:・゚★o(´▽`*)/♪Thank You♪(*´▽`)o゚★,。・:*:・☆゚

-bash: : command not found SOLVED!

Well, i just a novice at OS X and doing some installation of Android *it should be easy. I followed this tutorial, "how-to-install-the-android-sdk-onto-apples-os-x-lion" but i don't Unzip it and deposit it into your home directory (~/). Instead, i unzip it at /Volumes/Data/Android/android-sdk-macosx and unfortunately i change my environment variable on .bash_profile, which is the source of my bash error now.
Last login: Wed Feb 27 10:14:02 on ttys000
Marias-MacBook-Pro:~ mariabina07$ sudo bash
-bash: sudo: command not found
Marias-MacBook-Pro:~ mariabina07$ ls
-bash: ls: command not found
Marias-MacBook-Pro:~ mariabina07$ 

I got that kind of error for a basic command, i scare myself to death!! Fortunately, i found this http://stackoverflow.com/questions/8910783/sudo-wont-work-after-change-mistake-in-path-env. I followed it and finally i can run my android now.
Marias-MacBook-Pro:~ mariabina07$ PATH=$PATH:/usr/bin
Marias-MacBook-Pro:~ mariabina07$ export "PATH=$PATH:/usr/local/bin"
Marias-MacBook-Pro:~ mariabina07$ sudo bash
Password:sudo: bash: command not found
Marias-MacBook-Pro:~ mariabina07$ android 
But, it got back to the first problem when i open a new terminal and still i can't be root sudo: bash: command not found. it does shock me to death!!! Finally i end up with fill nothing on .bash_profile, and "android" can't recognised again. 
But now i started from scratch followed this :  setting-android-and-path-environment-variables-on-mac-os-x, from here i know that the setting of environment path is on .profile. And this is a good explanation about environment variable os_x_change_path_environment_variable

12/17/12

Install Joomla 2.5

Yaaayy... this time, i learnt new engine to develop a website named Joomla!. There's new version for Joomla, but this time i'll install Jooma version 2.5.6.

  • Create database named 'joomla'