Now a blog about my Android adventure
CerebroJD's Articles In Mobile Tech
October 7, 2011 by CerebroJD
I'm fairly certain that importing CM7 into eclipse first wasnt a good step.  I really dont know enough yet to do much with it besides build it, and that is all done on the command line anyways.  Its just cluttering up eclipse now, so I'm gonna take it out and just work with a basic project and play around with layouts. The logic for the search should be straightforward, so I'll have to dig up my Java book and start picking away at that, in between dodging around layout s...
October 6, 2011 by CerebroJD
Ok, so I can create, view, and delete branches in Git. Repo sees them, and knows which one you're on, in the various git-enabled directories (I think... I've only tested one additional branch in one directory. I wonder if it can track two different branches in two different directories?) My current challenge is this... I know that I should be able to build an installable .apk that I can push to my phone to test any changes I make to the Phone or Contacts apps, but I currently only kno...
October 6, 2011 by CerebroJD
Ahhh Git.  What a powerful and mysterious tool to someone who really hasnt read nearly enough about how to do things with it.  The problem that I'm running into is that there seems to be overlap and 'shortcut' commands that are referenced online, but not really described in the 'documentation' I've been using.  By documentation, I mean google-searches.  So its pretty much my own fault that I'm randomly importing stuff into project branches. Fort...
October 5, 2011 by CerebroJD
I'm trying to get started in Android development, and I thought that building CyanogenMod 7 from source, for my Galaxy S II, would be a good start.  Well, between Google's android development site, and the CM wiki, I got it built and started poking around. My biggest problem so far was the Kernel.org  outage, since everything android and open-source on the net is based around that.  It meant that in order to install repo, I had to use a third-party mirror o...