• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root HTC dialer apk

boomer_jmoore

Android Enthusiast
Anybody happen to have the apk to the HTC dialer? I'm using Mobster Rom and hate the Dialer for it. If you can upload it I would appreciate it and let me know what are the permissions for the apk. Thanks
 
Anybody happen to have the apk to the HTC dialer? I'm using Mobster Rom and hate the Dialer for it. If you can upload it I would appreciate it and let me know what are the permissions for the apk. Thanks

Give me a bit and I'll see if i can pull it out of another rom.
 
Any idea as to why I can't copy it over? I'm on mobsters Rom and tried copying it over to the system/app folder via es file explorer and it says failed. Tried it with other explorer and it says failed. I've given them permission using supersu. When I was trying to copy the 4.2 keyboard before it said the same thing. What the hell could be wrong?
 
Any idea as to why I can't copy it over? I'm on mobsters Rom and tried copying it over to the system/app folder via es file explorer and it says failed. Tried it with other explorer and it says failed. I've given them permission using supersu. When I was trying to copy the 4.2 keyboard before it said the same thing. What the hell could be wrong?

This is what happened to me when I tried to install the HTC dialer apk a while ago onto mobster rom. The install failed :(
 
Any idea as to why I can't copy it over? I'm on mobsters Rom and tried copying it over to the system/app folder via es file explorer and it says failed. Tried it with other explorer and it says failed. I've given them permission using supersu. When I was trying to copy the 4.2 keyboard before it said the same thing. What the hell could be wrong?

Are you sure that you mounted the system as r/w?
 
Did you make sure to check that in ES file explorer you went to settings, root settings, and checked the appropriate boxes?
 
One thought I had was that your /system/app folder might be set to read only. You might have to give it write permissions. Also is the roms stock dialer overriding that one? Does it need to be deleted?

You can also try writing it to your /system/app folder in command prompt. Make an apk folder in your sdk-tools folder or wherever you keep adb and fastboot.

Put the apk in that folder. Then open command prompt in your sdk-tools directory (not the apk folder you created but the folder that the apk folder is in) and then use these commands:

adb remount

adb push \apk\HtcDialer.apk /system/app/HtcDialer.apk

You should get a little confirmation after a few seconds saying the file size and how long it took.

Or you will get an error message such as read only. This might help identify the problem if you want to try that method.
 
One thought I had was that your /system/app folder might be set to read only. You might have to give it write permissions. Also is the roms stock dialer overriding that one? Does it need to be deleted?

You can also try writing it to your /system/app folder in command prompt. Make an apk folder in your sdk-tools folder or wherever you keep adb and fastboot.

Put the apk in that folder. Then open command prompt in your sdk-tools directory (not the apk folder you created but the folder that the apk folder is in) and then use these commands:

adb remount

adb push \apk\HtcDialer.apk /system/app/HtcDialer.apk

You should get a little confirmation after a few seconds saying the file size and how long it took.

Or you will get an error message such as read only. This might help identify the problem if you want to try that method.

I can get it over via ES File Explorer. And I've set the permissions but it still doesn't come up as an option. I even tried deleting the stock phone.apk but some process kept quitting forcing me to have to re flash the rom. I just want to know after moving it via es file explorer will I have to do anything else besides set permissions?
 
I can get it over via ES File Explorer. And I've set the permissions but it still doesn't come up as an option. I even tried deleting the stock phone.apk but some process kept quitting forcing me to have to re flash the rom. I just want to know after moving it via es file explorer will I have to do anything else besides set permissions?

Did you try clearing cashes in recovery after switching them
 
Hmm well sorry. I can't think of anything else to try right now. Maybe it's just incompatible with that rom? Or maybe there is some process or some other file that needs updated as well? Hope that eventually you can get it figured out
 
Back
Top Bottom