コメントから105行目はimgUpdate.setOnClickListener(new View.OnClickListener() {
imgUpdate
を示します nullです。
だからこれを変更する
imgUpdate = (ImageView) findViewById(R.id.imgReg);
に
imgUpdate = (ImageView) findViewById(R.id.imgUpdate);
あなたが持っているcoz
<ImageView
android:id="@+id/imgUpdate" // id is imgUpdate