Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
louforgiveno
Old
#21  
louforgiveno's Avatar
Senior Member
Thanks Meter 214
Posts: 939
Join Date: Jun 2010
Quote:
Originally Posted by Dmoneyxxxx View Post
I used adb to push it to my 3VO, Idid not think I had to change the permissions of the phone.apk if I did it that way. It had been a good two weeks that my 3VO was flashed before i pushed the apk
that's most likely the problem, you need permissions set...you can use root explorer or es-file explorer. if you're not sure what to set it to, look at any file in system/app and note how it's permission is set, and change the phone.apk to match those permissions
"Squeal Like a Pig"
The Following 2 Users Say Thank You to louforgiveno For This Useful Post: [ Click to Expand ]
 
Dmoneyxxxx
Old
#22  
Dmoneyxxxx's Avatar
Junior Member
Thanks Meter 0
Posts: 10
Join Date: Apr 2012
As an update to the voicemail fix for HTC EVO 3D flashed to Boost... The above phone.apk patch that is for the previous 1.13 build. I am attaching a new link that gives you an updated phone.apk for the new 2.17 build. I am running a stock kernel (RUU 2.17 build) with a custom ROM and when I used the above apk it really hosed my phone.(not 100% sure it was the sole cause but I am fairly certain because it was for a older build it had something to do with it) So if anyone else has had problems with the above apk after updating to the RUU 2.17 the new link has the new apk.

http://www.howardforums.com/showthre...ons-Fix-Thread
 
xlxcrossing
Old
#23  
xlxcrossing's Avatar
Senior Member
Thanks Meter 167
Posts: 717
Join Date: Dec 2009
Location: Soquel, CA
Trying to use this on Cleanrom ICS. It should work just the same but causes a conflict with TelephonyService which makes it crash continually.
 
ronleland
Old
(Last edited by ronleland; 3rd July 2012 at 09:25 AM.) Reason: I was totally wrong
#24  
Junior Member
Thanks Meter 0
Posts: 2
Join Date: Nov 2006
Default "com.android.phone has stopped unexpectedly"

I'm using a patched phone.apk on the Hofo thread "Native Voicemail Notifications Fix Thread" OP by gotanmp3. Native voicemail notification works great. Before this phone.apk, I was using one pulled from the Sensation. The notification worked fine with that one too.

I'm still having phone force close issues when using my Blueant Q1. I'm going to try downgrading the headset firmware as I think it's a headset issue. When using my cheapo Jabra, the "com.android.phone has stopped unexpectedly" isn't happening.
 
ronleland
Old
#25  
Junior Member
Thanks Meter 0
Posts: 2
Join Date: Nov 2006
Suspicions confirmed, Blueant Q1 firmware downgrade stopped phone.apk force closes. Been working since previous post without a single issue.
 
oc1990
Old
#26  
Junior Member
Thanks Meter 0
Posts: 14
Join Date: May 2012
Quote:
Originally Posted by hacker1313 View Post
I spent a lot of time batting my head against the wall trying to get native voice-mail to work on my Boost Evo 3D. Many questions and threads were found but no clear cut instructions or solutions were to be found. So when I finally got the native voice-mail notifications working I decided to pass along what I found. I hope this helps someone. I'd like apologize ahead of time if I did not put this thread in the right spot. I am not trying to take credit for anyone else's posts if any of this info seems familiar this is just a combo of what worked for me. From what I read this works for more than just Boost-Mobile. Anyway here is what I found and what I did.

You will need:

Root - For Evo, Unrevoked is recommended
http://unrevoked.com/

For Evo Shift, instructions to root are available on
http://forum.xda-developers.com/showthread.php?t=932153

ADB - Download and install the Android SDK
http://developer.android.com/sdk/index.html

Patched Phone.apk -
http://www.mediafire.com/?u0uabfzjkebyxk8

Start phone in recovery mode
To enter recovery, shut down phone then restart by pressing and holding
Volume Down and Power at the same time, then use the Volume buttons to select
Recovery. Performing a Nandroid backup is highly recommended.
Once in Recovery, mount /system

Copy Phone.apk from the "3.70.651.1" folder to where you've installed ADB
Run your system command/terminal prompt and change folder to where you've installed ADB (left shift and right click to start command prompt inside the android-sdk/platform-tools folder)

when you do adb shell if you get a $ prompt that means that you are with lesser user privileges, and you need to run the su command in order to get Root Privileges and continue with the rest of the commands (edit added thanks to megabiteg)

Run the following commands:

adb shell
cd /system/app
rm Phone.apk
rm Phone.odex
rm vtt-sprint.apk
exit
adb push Phone.apk /system/app/Phone.apk
adb reboot

Good Luck.


Please let me know if this helped you by clicking on thanks.
Help I tried this but when I got to the las step "adb push Phone.apk /system/app/Phone.apk" kept on telling me that no such file or directory so instead I put "adb push Phone.apk cd /system/app/Phone.apk" now that the phone has rebooted I just see an x over my signal, what happen and what can I do???
 
RwDwG
Old
#27  
RwDwG's Avatar
Junior Member
Thanks Meter 21
Posts: 23
Join Date: Aug 2011
Location: Florida
Install an APK for Voicemail Notifications

Voicemail Notifier 1.3.1

or

Missed Message Alerts 1.1
Attached Files
File Type: zip VoicemailNotifier_1.3.1.zip - [Click for QR Code] (34.2 KB, 61 views)
File Type: zip MissedMessageAlerts_1.1.zip - [Click for QR Code] (65.9 KB, 47 views)
The Following 2 Users Say Thank You to RwDwG For This Useful Post: [ Click to Expand ]
 
oc1990
Old
#28  
Junior Member
Thanks Meter 0
Posts: 14
Join Date: May 2012
Quote:
Originally Posted by RwDwG View Post
Install an APK for Voicemail Notifications

Voicemail Notifier 1.3.1

or

Missed Message Alerts 1.1
I am guessing this is for me? my version is 2.17, would it make a difference
 
RwDwG
Old
#29  
RwDwG's Avatar
Junior Member
Thanks Meter 21
Posts: 23
Join Date: Aug 2011
Location: Florida
Quote:
Originally Posted by oc1990 View Post
I am guessing this is for me? my version is 2.17, would it make a difference
make no difference it's an app.
The Following User Says Thank You to RwDwG For This Useful Post: [ Click to Expand ]
 
oc1990
Old
(Last edited by oc1990; 22nd July 2012 at 04:34 AM.)
#30  
Junior Member
Thanks Meter 0
Posts: 14
Join Date: May 2012
Quote:
Originally Posted by RwDwG View Post
make no difference it's an app.
ok How do I install this, I am very new to this, I have been working on this phone for 2 weeks now flash, rooting,.. everything, I just need steps and I can do it. in advance THANKS FOR ALL YOUR HELP!!

LOL your the same person that replied to me on another forums

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...