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

Root AOSenseP2beta--Updated 10/26/12--mini-update

This is how to have fully working mms...

Ensure you are on a ROM either stock or Fusion and your mms is working.
Do a titanium backup of 'dialer storage ' app and data
Install this rom
Restore app and data for 'dialer storage
Reboot

Any way you can post those files for us?!?!
 
This is how to have fully working mms...

Ensure you are on a ROM either stock or Fusion and your mms is working.
Do a titanium backup of 'dialer storage ' app and data
Install this rom
Restore app and data for 'dialer storage
Reboot

I did this and when I went to restore app+data it said it could not be installed, but the data only worked and mms still isnt working -_-
 
I did this and when I went to restore app+data it said it could not be installed, but the data only worked and mms still isnt working -_-

I did the same but I could receive but not send. All I could recommend is to give them time to work it out.
 
I'm debating on whether or not to take the time out of my day to change my framework-res to have a ICS blue background on the shut down menu with a black outline versus the grey it currently has.. hmmm... tempting. Also I personally prefer the non-transparent systemui.apk so i'll be going back to that, might throw together a quick flashable zip with it in it for those of you that want it. And for that guy that requested the CM bootanimation, im going to check to make sure this one works first then ill throw up a quick flashable zip for ya.

CM boot animation flashable .zip
CM10_050.jpg

http://d-h.st/XSq

Non-Transparent Status Bar
(SystemUI.apk provided by HaydenM just in a flashable .zip file)
http://d-h.st/Cdz <--- Should be in the OP ;)
 
I'm debating on whether or not to take the time out of my day to change my framework-res to have a ICS blue background on the shut down menu with a black outline versus the grey it currently has.. hmmm... tempting. Also I personally prefer the non-transparent systemui.apk so i'll be going back to that, might throw together a quick flashable zip with it in it for those of you that want it. And for that guy that requested the CM bootanimation, im going to check to make sure this one works first then ill throw up a quick flashable zip for ya.

CM boot animation flashable .zip
CM10_050.jpg

http://d-h.st/XSq

Non-Transparent Status Bar
(SystemUI.apk provided by HaydenM just in a flashable .zip file)
http://d-h.st/Cdz <--- Should be in the OP ;)

Aren't you a sweetheart (;
 
Aren't you a sweetheart (;

I was gonna do it all for myself anyways, just hadn't had the time to lately, And why should i hold out and do this stuff for myself and not share with others? thats not nice. :P. I'm really debating on the themeing.. It would make the original icons stand out more and the text easier to read. and might look decently cool.... might.. lol
 
I did this and when I went to restore app+data it said it could not be installed, but the data only worked and mms still isnt working -_-

I did the same but I could receive but not send. All I could recommend is to give them time to work it out.

Why is the mnc so high in the apn settings

It does noes not sound like you are using Titanium Backup. I have never seen dialog on TB that said an app could not be installed. Post a screenshot of this message and a copy of your logcat when sending an mms and I can compare it to what I have.

Another method would be to restore a nandroid backup from when your mms was fully working and after confirming that it is fully working, copy the /data/data/com.android.providers.telephony folder to your sdcard and then install this ROM. After install, copy the working com.android.providers.telephony folder to /data/data/ . This can be done using any root file explorer. The adb method would be as follows (please take note of the spaces in the following code)

Booted onto your stock ROM with working mms type the following in command line on your pc.....

cd c:\
adb pull /data/data/
--------------------------------------------------------------------
Leave the command window open for the next step
======================================
after that then install or restore to this ROM

then type the following in command line......

adb push /com.android.providers.telephony /data/data/com.android.providers.telephony
adb reboot recovery
-------------------------------------------------------------------
In recovery do the following.....

wipe dalvik
fix permissions
reboot

Send an mms to yourself and it should work...if not send me a copy of your logcat
 
I'm debating on whether or not to take the time out of my day to change my framework-res to have a ICS blue background on the shut down menu with a black outline versus the grey it currently has.. hmmm... tempting. Also I personally prefer the non-transparent systemui.apk so i'll be going back to that, might throw together a quick flashable zip with it in it for those of you that want it. And for that guy that requested the CM bootanimation, im going to check to make sure this one works first then ill throw up a quick flashable zip for ya.

CM boot animation flashable .zip
CM10_050.jpg

Dev-Host - CMbootanimation.zip - The Ultimate Free File Hosting / File Sharing Service

Non-Transparent Status Bar
(SystemUI.apk provided by HaydenM just in a flashable .zip file)
Dev-Host - SystemUI.zip - The Ultimate Free File Hosting / File Sharing Service <--- Should be in the OP ;)

I wish there was a way to debrand the cm10 animation without editing 50 pngs.....I guess we could split them up between a few of us...if asnyone is down let me know
 
I wish there was a way to debrand the cm10 animation without editing 50 pngs.....I guess we could split them up between a few of us...if asnyone is down let me know

I could do the whole thing. it wont be too hard, edit one, crop the black rectangle then paste it over each one. quite simple lol.

Or simply use the rectangle making feature... lol

Note to self... Its not that easy.. lol
 
I wish there was a way to debrand the cm10 animation without editing 50 pngs.....I guess we could split them up between a few of us...if asnyone is down let me know

I've decided to attempt to make my own rom. But I was gonna use yours as the base rom. Would you mind if I did so?
 
I've decided to attempt to make my own rom. But I was gonna use yours as the base rom. Would you mind if I did so?

That was one of my reasons for doing this ROM was to get something going for this phone. Use whatever you need and if you need help with anything or have questions, ask....
 
That was one of my reasons for doing this ROM was to get something going for this phone. Use whatever you need and if you need help with anything or have questions, ask....

Thanks man! I already have a question, I replaced the holo launcher with touch wiz 5, is it possible for me to put Samsung framework in my rom so I can use Samsung galaxy apps/Widgets?
 
Thanks man! I already have a question, I replaced the holo launcher with touch wiz 5, is it possible for me to put Samsung framework in my rom so I can use Samsung galaxy apps/Widgets?

I'm honestly not sure....There might be dependencies on touchwiz related preloaded items on the ramdisk which would be in the init.rc file. I'm sure either way it would be extremely complicated. I would look to see if it has been done before to any extent. If I had to guess, the touchwiz launcher works because all depencies have been removed and the apk modified (smali and resource) It may be more worthwhile to skin apps with TW images
 
I'm honestly not sure....There might be dependencies on touchwiz related preloaded items on the ramdisk which would be in the init.rc file. I'm sure either way it would be extremely complicated. I would look to see if it has been done before to any extent. If I had to guess, the touchwiz launcher works because all depencies have been removed and the apk modified (smali and resource) It may be more worthwhile to skin apps with TW images

Thanks man, I may just start out simple though. I'm gonna just modify your rom as a start (:
 
Back
Top Bottom