Weeks went and we have finished voice recognition in Android portion of the project in Android . So we are planning to report it on first review. So next plan is to code image processing utils. here after. And also we are now familiar with Git SCM. We use Gitorious repo for our project, here is it: Repository for Athena[https://gitorious.org/athena/athen...
Browse » Home » Archives for September 2012
Tuesday, September 25, 2012
Monday, September 24, 2012
Git Simple Commands

I keep forgetting how to push files and pull them down. So, this post is for my reference to use GIT.
Adding files to the remote repo
1. Adding the folder(or file) => git add <filename>
2. Checking status of git (confirm whether it is staged) => git status
3. Commiting => git commit -a
4. Pushing the files into remote repo => git push
5. Listing the files (not necessary)
Pulling down files from remote to local repo
...
Thursday, September 6, 2012
Started with Speech Recognition

Couldn't finish up with the bluetooth part of the project. Will deal with it on a good day ( hopefully next week). Luckily, I'm gonna have 9 days OFF. Next week, TCS and HCL companies are coming to the college for Campus Selection. A lot of people get selected in that (here, every Btech student's last hope is TCS), so, we were given a week off for preparation. Anyways its not my issue. Coming back to Speech Recognition.
I used the speech recognition API provided by Android - simple, easy and perfect. Works better than what i thought. One drawback is that it uses an Internet (google) service...
Sunday, September 2, 2012
Working on Bluetooth API

Still working on the Bluetooth app for android. Unfortunately Bluetooth protocol is complicated. Going through the Bluetooth Chat sample code. So far so good. Took some screenshots
So far the app can enable/disable bluetooth, display paired devices, get hold of a device , print its name and its address. Just need to add communication functionality. I hope to complete this app tonite.
...
Subscribe to:
Posts (Atom)