Hi! everyone, my current phone is x10 mini (E10i), My mini is not able to call or receive any numbers.
When I try to call somebody, the mini INSTANTLY denies it and gives me a 'call ended' than nothing happens!! Also I can not text no one, but surprisingly I can use the 3g (internet).
History: Last few weeks I thought I lost my SIM, but stupidly i put the SIM in the and got block and the signal wasn't shown anymore also the SIM was not recognise. After that I ask the company to send me the SIM and to activate the SIM and unblock my mini.
So... what's the solution? And is it the SIM or the phone??
Please send me any solutions...
Thank you!
Helo all! I know i am a noob here so i doubt anyone will help but.... I have an issue!
First, thanks to all who worked and figured out how to root and get JB on the Tmobile P769, awesome job!
Before reading any further i should state i searched the heck out of this subforum to find my answer but either im using the wrong search criteria or noone has ever run into this before.
Here is my issue, after rooting and flashing to JB all the contact info for my messages and phone calls is lost.
Basically both of these will only use info from the sim card and NOT the joined contacts i have set up in the phone (profile pic, ringtone, fb, ect). When i save said contacts to the phone (again) and rejoin them, it gives me multiple phone profiles but after i reboot it goes back to reading from the sim card.
For those i dont have on my sim card everything is fine and the joined contact info shows up.
Obviously i could just delete all contacts from my sim card as a fix but i was wondering if anyone had this same issue or knows how to get around this? Am i missing some option in the setup to push contacts from the phone and not the sim card?
Also, on the Contacts tab under settings -> display options -> choose contacts to display: i have it set for Custom; Phone/Starred/Facebook.
Thanks for helping me with this annoying problem and i hope to help others with there questions in the future as a return!
just wanted to post that some how i magically fixed this.... im not sure what i did tho! haha.
I was deleting contacts from my SIM card, it crashed, came back and everything was fine. Short of not recognizing my sim card and needing to reboot the phone, it was like magic.
Thread can be closed as im not sure what i did to fix and wont be able to help others if they have the same issue.
We are looking for someone to either:
(a) Modify the stock messaging apk so when a MMS is sent it doesn't look to the SIM card for the MDN (invalid destination address error with non active LTE SIM card or another carrier's SIM card in phone).
OR
(b) Remove the "Insert SIM" red icon on the taskbar and the annoying popup telling you to insert the SIM card every time you power on or unlock the screen when there is no SIM card in the phone.
This is needed for people who want the stock messaging app to send MMS on Page Plus or another carrier and the phone to have the stock feel and look. We are not satisfied with apps like GO SMS PRO so please don't suggest that.
We want this for stock, rooted ME7 and are offering $150 to the first person who is capable of achieving this. If anyone else is interested in donating please post in the thread below.
If you need more details let us know.
skarloey28 said:
We are looking for someone to either:
(a) Modify the stock messaging apk so when a MMS is sent it doesn't look to the SIM card for the MDN (invalid destination address error with non active LTE SIM card or another carrier's SIM card in phone).
OR
(b) Remove the "Insert SIM" red icon on the taskbar and the annoying popup telling you to insert the SIM card every time you power on or unlock the screen when there is no SIM card in the phone.
This is needed for people who want the stock messaging app to send MMS on Page Plus or another carrier and the phone to have the stock feel and look. We are not satisfied with apps like GO SMS PRO so please don't suggest that.
We want this for stock, rooted ME7 and are offering $150 to the first person who is capable of achieving this. If anyone else is interested in donating please post in the thread below.
If you need more details let us know.
Click to expand...
Click to collapse
Try freezing/deleting SIM toolkit, if it works, i can has 150.
Let me know if it works.
freakyguy88 said:
Try freezing/deleting SIM toolkit, if it works, i can has 150.
Let me know if it works.
Click to expand...
Click to collapse
I renamed it and it did nothing. No change
If no one does it by the time I get done my other framework edits I can take care of it for you guys. I'll check back in later.
Dubbsy said:
If no one does it by the time I get done my other framework edits I can take care of it for you guys. I'll check back in later.
Click to expand...
Click to collapse
Thanks a lot, we really appreciate it.
any update?
Boring this icon.
skarloey28 said:
We are looking for someone to either:
(a) Modify the stock messaging apk so when a MMS is sent it doesn't look to the SIM card for the MDN (invalid destination address error with non active LTE SIM card or another carrier's SIM card in phone).
OR
(b) Remove the "Insert SIM" red icon on the taskbar and the annoying popup telling you to insert the SIM card every time you power on or unlock the screen when there is no SIM card in the phone.
This is needed for people who want the stock messaging app to send MMS on Page Plus or another carrier and the phone to have the stock feel and look. We are not satisfied with apps like GO SMS PRO so please don't suggest that.
We want this for stock, rooted ME7 and are offering $150 to the first person who is capable of achieving this. If anyone else is interested in donating please post in the thread below.
If you need more details let us know.
Click to expand...
Click to collapse
I can remove the "insert sim" red icon for sure. I can get rid of the start-up pop-up as well but it creates other issues that I haven't had a chance to figure out or fix yet. hopefully that amounts for half the bounty
PM me and we can work it out.
Ok the MMS apk is easy.... Use 8sms from the play store, stock feel with a few other improvements.
Now as far as the actual stock apk, for the ones that do not like this one and I have no clue why they would not. I am working on that also.
No Bounty needed or expected when I get it working, save your money for your hobbies
Viper
Thank you for this thread! I have been searching for a working solution to help a friend get the stock messaging app to work on his Verizon S4 flashed to Boost (no SIM card). He can send/receive SMS and can receive MMS. But can't send MMS. Yesterday, I decompiled the stock messaging app to see if I can find anything that sticks out...nada...but I have to admit, I only spent an hour looking.
Have this same problem as well on a Verizon Note 3 and Note 2.
I agree that Go SMS Pro is not an ideal workaround. It's too damn bloated.
I experimented with the following mmsc in /system/etc/apns-config.xml to see if the phone's MDN can be sort of hard coded in, but unfortunately, it didn't work. I've read that this workaround worked fine on other phones (older phones that is) so it was worth a try.
mmsc="http://mm.myboostmobile.com/servlets/mms?X-SPRINT-MDN=3105551234", where 3105551234 is your 10 digit MDN/phone number.
To get rid of the "No SIM" on the notification bar, I editted the build.prop and appended these lines at the bottom of the file:
# Remove No SIM message
keyguard.no_require_sim=true
ro.config.donot_nosim= true
No Sim Card Error Fixed?
AlpineMan said:
To get rid of the "No SIM" on the notification bar, I editted the build.prop and appended these lines at the bottom of the file:
# Remove No SIM message
keyguard.no_require_sim=true
ro.config.donot_nosim= true
Click to expand...
Click to collapse
Hey good morning,
I read your post on the thread in regards to the pesky "No Sim Card Error" and I wanted to know if that worked out with no other issues? And you also mentioned you edited the "build.prop" now my question is did you edit with an android app or did you exported to your pc and then edit from there? When you get time if you could respond I would really appreciate it . Also one more thing did you try this with a Samsung Galaxy S4 from Sprint yet?
Yes, it worked with no issues. I've used Root Explorer and EFS File Explorer to directly edit the build.prop. I've done it on Sprint and Verizon Galaxy S4 and Note 3 phones.
Sent from my SM-N900V using Tapatalk
AlpineMan said:
To get rid of the "No SIM" on the notification bar, I editted the build.prop and appended these lines at the bottom of the file:
# Remove No SIM message
keyguard.no_require_sim=true
ro.config.donot_nosim= true
Click to expand...
Click to collapse
I can confirm, this also works on rooted Verizon Galaxy S5 with custom ROM (MOAR) Thanks!
Nice
AlpineMan said:
To get rid of the "No SIM" on the notification bar, I editted the build.prop and appended these lines at the bottom of the file:
# Remove No SIM message
keyguard.no_require_sim=true
ro.config.donot_nosim= true
Click to expand...
Click to collapse
I confirm this trick work on a S3 SGH-I747M.
Edit:
I have no Sim Card in my Ex Cell. I use it just for Media Player for Music, Straming and etc..
And for texting and Calling, Just Install TextPlus on Google Play
Hey.
I'm not really sure where this question is belong to, so I'm posting it here and in "General Q&A" as well, hopefully to get a decent answer...
I've just bought an Android phone (JIAYU F1 - link here), and it's really great.
Thing is, I have special SIM from my carrier, that allows me to use only certain models of phones, and not others.
I moved the SIM from the old phone to the new one - and for the first 10 second - it was great.
I could dial numbers, and recive call from other phones. BUT - after like 10 sec's or so - I saw the words "USSD sent" on the screen, some blank message appears, and since I clicked OK (no other choice...) - I couldn't make and receive any calls.
My guess is that this "USSD message" is responsible for the whole mess, reporting to my carrier which phone model using the SIM right now.
This is why I want to find a way to prevent it to be sent to my carrier.
I'll be thankful if you can help find this way...
Thanks in advance.
Anyone?
Please, this is a little emergancy for me...
Hello i want to get rid ot that traSH its sending messages when is on pocket even when its in roaming ...... the stupid funcion doesnt have the ability to be turned OFF... well done ..
the messages cannot be deleted 1 symbol must be put into field otherwise u cant close it ....
The phone is m4 2303 with MM 6.0.1
Is there any way different from custum rom to disable that S***t ?
Is there a way to change the sms central number which to prevent outgoing messages cos i cant find it....
Thanks a lot for any help
Such a disgusting issue!!
Same **** happens here...so annoying!! No solution so far!!
i`ll try to change sim card message center number but at another device cos in cannoct be edited here and will post back the result if it doesnt work
i`ll go to custum rom cos for me ""tiny call confirm" isnt variant that like but otherwise it works ....