Z vašich komentářů řádek 105 je imgUpdate.setOnClickListener(new View.OnClickListener() {
označující imgUpdate
je null.
Tak to změňte
imgUpdate = (ImageView) findViewById(R.id.imgReg);
do
imgUpdate = (ImageView) findViewById(R.id.imgUpdate);
protože máte
<ImageView
android:id="@+id/imgUpdate" // id is imgUpdate