Jared Burrows Blog
Software Development and Course Notes
Pages
(Move to ...)
Home
Burrows Apps
Course Notes
▼
Wednesday, October 26, 2011
How to setup ADB for Linux terminals
›
Run adb from terminal Since the new Eclipse and Android SDK install I had to redo this: Open your .bashrc, located in your /home/"...
Eclipse - Dependency Issues
›
Failure to Launch Early this morning I loaded up Eclipse after the latest update(Indigo). To my surprise, all my extra plugins such as ADT...
Friday, October 7, 2011
How to disable Avahi Daemon
›
Disable package: avahi-daemon open config file: sudo gedit /etc/default/avahi-daemon set: AVAHI_DAEMON_START = 1 you might also have ...
1 comment:
Friday, September 23, 2011
How to fix 'for' loop initial declarations are only allowed in C99 mode in Eclipse
›
For loop problem Once again, programming in C using Eclipse in Linux is great, however when using "for" loops I get this error: ...
3 comments:
How to fix undefined reference to `sqrt' in Eclipse
›
Math.h problem Programming in C using Eclipse in Linux is great, however when i added variables that were doubles into the "sqrt...
4 comments:
Thursday, September 8, 2011
How to change your MAC Address
›
Media Access Control address(MAC) Linux in General (3 Possible Ways): sudo ifconfig wlan0 down - turn device off sudo ifconfig wlan0 hw ...
Monday, September 5, 2011
How to change your Hostname in Android
›
DHCP Hostname With GingerBread, some devices show up in a router's DHCP list as 'android-sdr4r55ed' Old Ways: You can change ...
16 comments:
Thursday, September 1, 2011
Android - FREE Samples
›
Free Code and Projects I used Google to find these, very helpful for learning new layouts and different android features. GitHub http...
1 comment:
‹
›
Home
View web version