Access Gerrit on Windows

1 . Install PuTTY from http://www.putty.org/, install to C:\tools\putty
2 . Install Git for windows from https://code.google.com/p/msysgit/, install to
C:\tools\git
3 . Install TortoiseGit from https://code.google.com/p/tortoisegit/wiki/Download,
install to C:\tools\TortoiseGit
4 . Copy your id_rsa.pub and id_rsa to c:\tools\git\.ssh
5 . Open a CMD window, go to C:\tools\git\bin and test the connection to the gerrit
server as follows:

ssh -v  [gerrit server]

You should see something like:

debug1: Entering interactive session.

**** Welcome to Gerrit Code Review ****

Hi [Your Name], you have successfully connected over SSH.

Unfortunately, interactive shells are disabled.
To clone a hosted Git repository, use:

git clone ssh://[userid]@[gerrit server]/REPOSITORY_NAME.git

debug1: client_input_channel_req: channel 0 rtype exit-status reply 0

6 . Run PuTTYGen (C:\tools\putty\puttygen.exe) to make a PPK version of your private
key.

a) File | Load Private Key | specify location of your id_rsa

b) Save Private Key | choose filename (e.g. id_rsa.ppk)

c) File | Exit

7 . Run Pageant (C:\tools\putty\pageant.exe) to present your ssh key:

a) Right-Click on Pageant icon in the system tray on lower left corner of
desktop (see
http://www.dowdandassociates.com/content/howto-using-puttygen-and-pageant-windows
for example)

b) Add Key | Select Private Key File | point to your PPK key created in step 6b.

c) To have Pageant start up automatically on boot, follow the steps in
http://blog.shvetsov.com/2010/03/making-pageant-automatically-load-keys.html

8 . Run TortoiseGit Settings app with : Start | TortoiseGit | Settings

a) Set Git.exe path for MSysGit to C:\tools\git\bin

b) Hit Apply | OK

9 . Create folder for git checkout (ex : c:\myproject )
10 . Right-click on folder and choose “Git clone…” and choose URL and directory,
and hit OK to start sync.
If you get an error, scroll up in dialog box for git command output and send
to the group.

Design West Presenter Schedule

It’s that time of year when the smell rosin in the air and sometimes the tiniest hint of a blown cap. But it is also time to come out the San Jose McHenry Conference center and check out what the various vendors for Design West 2013 (formerly known as the Embedded Systems Conference).

This year Jen is will be participating in three session:

  • Start Tinkering– Panel discussion covering everything you need to know about getting started on your own tech projects. We discuss everything from why to equipment to vendors to avoiding problems – Tuesday April 23, 9:30am, Room: 210 GH Free to expo pass holders
  • Sensors Saving Lives– Moderated panel discussion with four different perspectives of using sensors in health. Representatives from A.M. Fitzgerald and Associates, Fitbit, iRhythm, and Logical Elegance give you the critical information about sensors in your health devices. – Wednesday April 24, 1:00pm, Room: Expo Theater – Free to expo pass holders
  • Android Sensors: A Top to Bottom Approach– Jen’s informative Android sensor talk introducing new designers to the entire process from hardware selection through Android application development. Exclusive Android App to attendees – Wednesday April 24, 3:00pm, Room: 210 EF

If you have not obtained your passes, you can obtain them here and use the coupon SP100 for a heavily discounted all-access pass. However the expo pass is always free.

We will see you there.

DesignWest_promo_speaker_728x90

 

Designing an Android Sensor Subsystem: the slides

I had a great time at the Androids Builders Summit earlier this week. It was a great chance to learn some new critical skills in Android development.

Below are my slides from my sensor subsystem talk. In summary, you can spend all the time in the world trying to optimize for power and user experience, here’s one way to expedite that process by narrowing down to a few key decisions.