Key art image for Working on Android Ubuntu One

Working on Android Ubuntu One

Note to self:

Pull using bazaar, the command is

bzr branch lp:ubuntuone-android-files

Karni: ‘you hack, you do’:

bzr commit -m "what have you done"

bzr push lp:~gauntface/ubuntuone-android-files/the-branch-name-you-like

if you add new files (such as drawables, resources, etc), you need to do (before you do bzr commit):

bzr add

Also, right after you bzr branch, you have to run the setup bash script, which downloads the necessary libs. If not, you’ll have to setup ssh key with launchpad, and tell bzr who you are with:

bzr whoami <fill here>

Ubuntu One Features List: https://wiki.ubuntu.com/mkarnicki/u1f

Orig Photo: https://flic.kr/p/7KsBj6

Found an issue?

All my posts are available to edit on GitHub, any fix is greatly appreciated!

Edit on GitHub