Running HTC rom on emulator

1.4k views Asked by At

I have came across some weird behavior while using camera in my app.

I am clicking picture from camera and then uploading it to server. I didn't mention in my code that device should save the pic first, it works well in samsung, nexus BUT on running it on HTC phones it saves the picture in gallery, i guess its the default camera action for htc. I don't want to save my pic. yes of course I can delete it in code.

My question is, is there any way to run HTC rom on emulator, since i don't have any HTC device to test my app? Or if someone have system.img file for HTC hero ?

2

There are 2 answers

2
CoolMonster On

There is no official way to run the htc rom in emulator. You have to user real device for testing. Even for testing Open Sense API, You have to use real device for testing.

0
Kamil On

You can try to test your app on Genymotion emulator. It has HTC One image, maybe it helps you