De votre ligne de commentaires 105 est imgUpdate.setOnClickListener(new View.OnClickListener() {
indiquant imgUpdate
est nul.
Alors change ça
imgUpdate = (ImageView) findViewById(R.id.imgReg);
à
imgUpdate = (ImageView) findViewById(R.id.imgUpdate);
parce que vous avez
<ImageView
android:id="@+id/imgUpdate" // id is imgUpdate