Do you have any ideea where it save the image on the phone ? The exactly folder ? :
FileOutputStream fos = openFileOutput("name.png", Context.MODE_PRIVATE)
It will be somewhere in /system/data/apps/your.app.package
, anyway find a directory named as your app package and it will be in there somewhere.