Från dina kommentarer rad 105 är imgUpdate.setOnClickListener(new View.OnClickListener() {
anger imgUpdate
är null.
Så ändra detta
imgUpdate = (ImageView) findViewById(R.id.imgReg);
till
imgUpdate = (ImageView) findViewById(R.id.imgUpdate);
för du har
<ImageView
android:id="@+id/imgUpdate" // id is imgUpdate