Help reporting Bug.... - OnePlus 3T Questions & Answers

Apparently I can file a bug report on the OnePlus user forums since I don't have 5 posts yet (new user). What a stupid system they have in place. It's supposedly to "avoid spam" so I guess I have to post 5 non-useful replies there before I can contribute anything useful. Could somebody who is an existing use please report the following in the Bugs section there:
OxygenOS version: 3.5.3
Phone: OnePlus 3T
Region: North America (US)
Issue: in About Phone --> Status --> IMEI Information under IMEI (Slot1) & IMEI (Slot2), the IMEI #'s displayed are only 14 characters long when they should be 15. It appears the 15th digit is being truncated in the GUI. The silver sticker on the back of the phone shows all 15 characters of the IMEI.
Thanks to anybody who can help report this to the dev team.

Related

"011" gets added automatically when call is placed to a phonebook entry

Sorry for creating a new post, but I did not find any details discussions or solutions proposed for this problem. If solutions have been detailed other than the below, request you to direct me there.
I am from India, using the Bionic on Reliance CDMA. Bionic is running on ICS 4.0.4 Build 6.7.2-223
1. The current country in Assited dialing is set to US and is greyed out - cannot change ; any way this could be altered?
2. Switching ON/OFF the assited dialing - not helping.
3. Reference country changed to India - not helping.
4. Updated the National number length to 7 - not helping.
5. Changing the IDD does not seem to have an effect on the 011 being added to the numbers. Not able to blankout IDD, requires some input.
The only working solution is remove the country code +91 (India code) and just save the 10 digit numbers. But do not want to do this as STD (outstation) numbers will not work without +91. Do not want to add 0 in front of numbers either.
Any possible solution? Sorry if this has been answered - I have tried to google a solution but none of the above seem to fix the issue.
This is my first thread in XDA. I have learnt a lot from you guys - so a BIG THANK YOU.
Thanks,
Sid.

[Q] HTC Android Incoming Caller Recognition - Minimum Phone Number Length

Hello everyone
Problem: HTC phone identifying incoming callers already in contacts.
Phone: HTC One M7 (also a problem with other HTC versions)
Version: European
Rooted, TWRP recovery, Android Revolution HD 71 ROM
Description: I travel a lot and have the country code on all contact numbers. So for Lebanon the country code is +961, and then you have two versions of area codes:
- Either 01, 03, etc
- Or for mobile numbers they've added 70, 71, 76, etc
Phone number length is always 6 digits. So when adding the country code the full number length will either be 10 digits (+961 X XXX XXX) or 11 digits (+961 XX XXX XXX, for the new mobile numbers). When in Lebanon, receiving a local call doesn't show the country code. When I receive a call from one of the new mobile numbers (70, 71, 76, etc), I can see the name of the caller if he/she is in my contacts. The problem is when I receive a call from a 0X number, my HTC doesn't link the contact to the incoming call ID. This means that the default HTC minimum phone number length (or National Number Length) is 8 digits whereas it should be 6 or 7 (with or without the area code).
For numbers with 0x area codes, the leading zero is removed when you add the country code so 03-XXX XXX becomes +961 3 XXX XXX (as I have them stored in my contacts) but then the phone doesn't recognize the contact.
I've searched high and low for this all over the web and was only able to find a solution for the Windows Phone versions of the HTC http://forum.xda-developers.com/showpost.php?p=2613156&postcount=20&nocache=1&z=2442631679847231. I've also posted about this before for the HTC One X+ but no one was able to help http://forum.xda-developers.com/showthread.php?t=2202350&page=3
I've got a rooted phone with Android Revolution HD 71 and the issue was the same on stock rom, older Revolution HD 52, and still on Revolution HD 71.
Using Rom Toolbox Pro I found some build.prop settings (on Revolution HD 52) that might have solved the problem:
ro.phone.min_match.HTC__Y13=8
ro.phone.min_match.HTC__J15=7
ro.phone.min_match.HTC__016=8
But when I reduce these down to 6 I still have the same issue. These settings aren't available on Revolution HD 71, but either way there must be a deeper system setting that can be changed to be able to modify the minimum phone number length identification.
The only support I found from HTC seems to be for the Verizon version of the M7 which is in assisted dialing and they state that the National Number Length can be changed from there, but that setting is non-existent in the European version (I can only choose my country and either enable or disable assisted dialing).
I found one link relating to the framework decompiling, editing, and recompiling but I'm not a dev and can't do that to create my own ROM.
I've even tried going to the database settings for com.htc.contacts, com.htc.dialer, com, etc but couldn't find anything!!!!
PLEASE PLEASE PLEASE if anyone can help with this I would be really grateful!
Thanks!!!!
jdhtc1xplus said:
Using Rom Toolbox Pro I found some build.prop settings (on Revolution HD 52) that might have solved the problem:
ro.phone.min_match.HTC__Y13=8
ro.phone.min_match.HTC__J15=7
ro.phone.min_match.HTC__016=8
But when I reduce these down to 6 I still have the same issue. These settings aren't available on Revolution HD 71, but either way there must be a deeper system setting that can be changed to be able to modify the minimum phone number length identification.
Click to expand...
Click to collapse
Hey there! I have an idea. Are the CIDs listed:
ro.phone.min_match.HTC__Y13=8
ro.phone.min_match.HTC__J15=7
ro.phone.min_match.HTC__016=8
Click to expand...
Click to collapse
matching your device's CID? If not you could try add a line to the build.prop that matches your CID. e.g:
Code:
ro.phone.min_match.XXXXXXXX=6
and then restart your phone. Hopefully this works!
Squabbi - I can't thank you enough for helping me in the right direction!!!!!
I had a feeling that might be the issue but when I created the line in the build.prop it still didn't work.. I went back yo fastboot and did fastboot getvar all it showed a different CID (VODAP001)
When I created the new line with ro.phone.min_match.VODAP001 it worked!!!! When I get a call from 7-digit numbers (including area code) it works!!!
Thank you so so much! I've suffered so much from this and in 2 years haven't found a solution I'm going to search every forum and help people who had this issue!
I'm apalled at HTC as they haven't been helpful with this although its their phones!
Thanks again!!
jdhtc1xplus said:
Squabbi - I can't thank you enough for helping me in the right direction!!!!!
I had a feeling that might be the issue but when I created the line in the build.prop it still didn't work.. I went back yo fastboot and did fastboot getvar all it showed a different CID (VODAP001)
When I created the new line with ro.phone.min_match.VODAP001 it worked!!!! When I get a call from 7-digit numbers (including area code) it works!!!
Thank you so so much! I've suffered so much from this and in 2 years haven't found a solution I'm going to search every forum and help people who had this issue!
I'm apalled at HTC as they haven't been helpful with this although its their phones!
Thanks again!!
Click to expand...
Click to collapse
or you can just add
ro.phone.min_match=7 (or whatever number you choose), then CID won't matter if you change it
My first ever post on xda http://forum.xda-developers.com/showthread.php?t=1160343
EDIT: should work with all HTC Sense based ROMs (at least it does for me)
Hi nkk71 thanks a lot I had been looking for 2 years and for some reason wasn't finding your post! Small world isn't it
jdhtc1xplus said:
Hi nkk71 thanks a lot I had been looking for 2 years and for some reason wasn't finding your post! Small world isn't it
Click to expand...
Click to collapse
yep indeed
i searched for years myself without finding any solution whatsoever, and HTC support didn't help at all.... so for years, i had a script to duplicate every number to both +961 x xxx xxx and 0x xxx xxx in Outlook.
you should also look into an app called prefixer it also had/has it's uses (past tense for me), but could be a useful app nonetheless
and just google: "7 digit caller id fixed" that would have hit the spot

[Q] Voicemail text messages / Links

Hi,
For starters, please excuse me for the title - I really don't know how to formulate this and it might be the reason why Google couldn't help me this time.
Everyone in our team uses a Galaxy Note II - and one of them has the following problem :
When we get a text message indicating someone left us a voicemail message, we get a number of 5 to 6 digits (5555xx, where xx is the following number of that message in your mailbox). He's the only one who doesn't get that number as a touchable link that would immediately open the dialer and allow you to call that number.
I checked if it worked when you send him a text message with an actual complete phone number - and that works well. If anyone of us gets a text message with in it a succession of numbers - the numbers are always shown as link, regardless of it being a phone number or not. But not him.
I couldn't find a specific option for that in the settings. I don't think anyone of us did anything special to get that behavior.
Is this clear enough ? Can someone help with this ?
Thanks in advance.
Greetings,
Mike
You should post in the Note 2 forum and try again.
Note 1 here
ThaiDai said:
You should post in the Note 2 forum and try again.
Note 1 here
Click to expand...
Click to collapse
Oh... ok... doing it now.
Thanks.

[Q] Anyone else having issues with entering IMEI and MAC on Samsung Promo site?

Ive been trying to get my phones information entered on the Samsung trade in promo site but it keeps telling me my IMEI and/or MAC is incorrect (which I checked a million times and is correct). I was curious if anyone has been able to submit the documents online successfully.
Try to add the IMEI SV number - basically the whole number you see after dialing *#06#.
I couldn't get it to work either. I mailed the documents anyway along with a screenshot of the imei and mac address. I don't think there'll be too much of an issue.
This is a [Q] - so why was it not posted in the Q&A section? I'm not sure, but it's moved there now. Please post in the correct sections.
Thanks.
isn't better to just wait til it's officially released to submit the rebate?

Not sure if my Note 5 is genuine or not.

(English is not my native language so if anything there is unclear, please excuse me and don't hesitate to ask me to clarify, thank you)
Hi,
I recently bought a second hand Galaxy Note 5 (920T). I had troublewith some apps, and discovered that it was rooted (I'm a total noob on this subject) with the Phone Info App. While checking my device with it it stated that the phone was a copy because its serial number does not match its manufacture date. Yet it doesn't seem to be a fake one, like those on youtube: The rear camera is genuine, the S pen and its options are the exact same. The only discrepancies I can see are that the software IMEI/ the IMEI on the back are not the same but both are valid. It is also a Brazilian phone (ZTO) yet it seems to be from T-Mobile so firmwares are for the U.S region. (I don't know if T-Mobile is on the Brazilian market since I live in France and it's an export)
Could someone help me ?
Thank you for reading.
SOLVED: I switched the app language from french to english. It turned out to be a translation error: Refurbished is translated as "une copie" which means a replica, a fake product.
IlMayori said:
(English is not my native language so if anything there is unclear, please excuse me and don't hesitate to ask me to clarify, thank you)
Hi,
I recently bought a second hand Galaxy Note 5 (920T). I had troublewith some apps, and discovered that it was rooted (I'm a total noob on this subject) with the Phone Info App. While checking my device with it it stated that the phone was a copy because its serial number does not match its manufacture date. Yet it doesn't seem to be a fake one, like those on youtube: The rear camera is genuine, the S pen and its options are the exact same. The only discrepancies I can see are that the software IMEI/ the IMEI on the back are not the same but both are valid. It is also a Brazilian phone (ZTO) yet it seems to be from T-Mobile so firmwares are for the U.S region. (I don't know if T-Mobile is on the Brazilian market since I live in France and it's an export)
Could someone help me ?
Thank you for reading.
SOLVED: I switched the app language from french to english. It turned out to be a translation error: Refurbished is translated as "une copie" which means a replica, a fake product.
Click to expand...
Click to collapse
Hope you good here's one secret code for samsung to check if its orignal type *#0*# in dial pad you will see many options to check your device if that code works your phone is ok if it doesn't then it could be a fake one and to exit the menu simply tap back key twice....
Droidgeek007 said:
Hope you good here's one secret code for samsung to check if its orignal type *#0*# in dial pad you will see many options to check your device if that code works your phone is ok if it doesn't then it could be a fake one and to exit the menu simply tap back key twice....
Click to expand...
Click to collapse
It works ! Thank you
IlMayori said:
(English is not my native language so if anything there is unclear, please excuse me and don't hesitate to ask me to clarify, thank you)
Hi,
I recently bought a second hand Galaxy Note 5 (920T). I had troublewith some apps, and discovered that it was rooted (I'm a total noob on this subject) with the Phone Info App. While checking my device with it it stated that the phone was a copy because its serial number does not match its manufacture date. Yet it doesn't seem to be a fake one, like those on youtube: The rear camera is genuine, the S pen and its options are the exact same. The only discrepancies I can see are that the software IMEI/ the IMEI on the back are not the same but both are valid. It is also a Brazilian phone (ZTO) yet it seems to be from T-Mobile so firmwares are for the U.S region. (I don't know if T-Mobile is on the Brazilian market since I live in France and it's an export)
Could someone help me ?
Thank you for reading.
SOLVED: I switched the app language from french to english. It turned out to be a translation error: Refurbished is translated as "une copie" which means a replica, a fake product.
Click to expand...
Click to collapse
if IMEI is not same in software and hardware that means motherboard was changed .

Categories

Resources