"Field Test Mode" access Rogers One X - AT&T, Rogers HTC One X, Telstra One XL

I wanted to know if Rogers version of One X has Service mode enabled, since AT&T's firmware has it disabled.
HTC phones usually come with it loaded and you can access it by dialing *#*#7262626#*#*
This way you can do the network reading, and I'm particularly interested in LTE section.
If anyone can verify this that'd be great! And post some screens.
Thank you.

milan03 said:
I wanted to know if Rogers version of One X has Service mode enabled, since AT&T's firmware has it disabled.
HTC phones usually come with it loaded and you can access it by dialing *#*#7262626#*#*
This way you can do the network reading, and I'm particularly interested in LTE section.
If anyone can verify this that'd be great! And post some screens.
Thank you.
Click to expand...
Click to collapse
Tried earlier and confirmed again just now, this does not work on the Rogers HTC One X.

danada said:
Tried earlier and confirmed again just now, this does not work on the Rogers HTC One X.
Click to expand...
Click to collapse
Is there a workaround with a different dial code?

milan03 said:
Is there a workaround with a different dial code?
Click to expand...
Click to collapse
The closest I have been able to get is Testing mode by using the code *#*#4636#*#*
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

danada said:
The closest I have been able to get is Testing mode by using the code *#*#4636#*#*
Click to expand...
Click to collapse
That's android's Phone Info, not the meaty stuff in there
I'm really hoping S3 has the usual Service Mode though.

Ask this guy for FieldTest.apk from his phone, it should work:
http://forum.xda-developers.com/showthread.php?t=1593126&page=8
I know FieldTest.apk works on all Android HTC phones previously, but using an old version will not have LTE menu options.
I can give you the AT commands to get into it, but its not pretty. Requires root as well...

zivan56 said:
Ask this guy for FieldTest.apk from his phone, it should work:
http://forum.xda-developers.com/showthread.php?t=1593126&page=8
I know FieldTest.apk works on all Android HTC phones previously, but using an old version will not have LTE menu options.
I can give you the AT commands to get into it, but its not pretty. Requires root as well...
Click to expand...
Click to collapse
Send the AT commands my way!

Works on all Qualcomm devices (need to reboot after), must be connected to a network beforehand:
Code:
su
stop ril-daemon
cat /dev/smd0 &
This enables Field test mode:
echo -e "AT$FTM=1,95\r" > /dev/smd0
// Get 3G info
echo -e "AT$WCDMA?\r" > /dev/smd0
You will receive something like:
$WCDMA: 0,65535,1987,-76,203,58625,-1377959936,1,44,0,0,"32","c975"
Which is (off the top of my head):
?,?,ARFCN,signal,?,?,?,?,?,0,0,LAC(in hex), Cell id (in hex)
GSM (2G) is:
AT$GSM?
More here:
http://forum.xda-developers.com/wiki/HTC_GSM
Anything in the format:
AT$xxx? will work IIRC.
I guess LTE would be:
AT$LTE?
I discovered this while making my program to get the frequency used on the phone.
If someone sends me FieldTest.apk from that phone I can verify if anything has changed from previous HTC field test apps...

Have you figured out how to access Rogers One X through FieldTest.apk or ATC?
I used following code and tried AT\r, but got 0; and tried other commands, but got 4. Any hint or idea?
zivan56 said:
Works on all Qualcomm devices (need to reboot after), must be connected to a network beforehand:
Code:
su
stop ril-daemon
cat /dev/smd0 &
This enables Field test mode:
echo -e "AT$FTM=1,95\r" > /dev/smd0
// Get 3G info
echo -e "AT$WCDMA?\r" > /dev/smd0
You will receive something like:
$WCDMA: 0,65535,1987,-76,203,58625,-1377959936,1,44,0,0,"32","c975"
Which is (off the top of my head):
?,?,ARFCN,signal,?,?,?,?,?,0,0,LAC(in hex), Cell id (in hex)
GSM (2G) is:
AT$GSM?
More here:
http://forum.xda-developers.com/wiki/HTC_GSM
Anything in the format:
AT$xxx? will work IIRC.
I guess LTE would be:
AT$LTE?
I discovered this while making my program to get the frequency used on the phone.
If someone sends me FieldTest.apk from that phone I can verify if anything has changed from previous HTC field test apps...
Click to expand...
Click to collapse

This thread is almost a year old and I don't think any of these guys have a hox anymore..
Sent from my Nexus 4

Related

[Q] Is it possible to add CSC from SGS to SNS (Nexus S)?

the phone is working fine
except instead of showing the Name of my cell phone provider, it only shows the tower ID number.
I was supposed to see:
Wind (Home)
or
Wind (Away)
they show up properly on my SGS and XT720
Ironically, with the SNS, i did not even have to configure the APN settings, it automatically got both the MMS and Internet APN settings.
kinda funny if you ask me, it knows the Wind internet and multimedia settings but can't report the tower names
if i use the Wind (Away) towers i get charged roaming
so ideally i'd like to only use Wind (Home) similar to Tmobile Zones towers for my 3G and voice, to not see a huge bill at the end of the month
This thread on Howard Forums might interest you if you haven't found it already. Seems like the difference is that Wind sends out number instead of name if I read it correctly.
You might be able to edit the eri.xml file to deal with this, as instructed in this thread on xda for AOSP roms.
As far as CSC goes, I don't think the NS uses that. I've never seen it mentioned in discussions about other devices besides the Galaxy S line of phones using Samsung ROMs.
P.S. - be careful messing with the frameworks apk. I made a bad edit to the one on my i9000 once and it wouldn't boot. Easy enough to fix by replacing with a good copy, though.
Thanks for those 2 links
I'll check them out.
That's very helpful, if it's a simple edit of the file
I've been busy jumping between the 3 forum, and fixing the SGS i9000m to work properly, which i just got back yesterday, and it pretty much died on me right away after upgrading to JL2 and restoring only the backup for user app+user app settings (no system app/data restored)
Heh I've been wondering about this too... but seeing "302490" instead of "Wind (Home)" doesn't really bother me that much... I'll know if it's Wind Away when the number is different lol.
dinan said:
Heh I've been wondering about this too... but seeing "302490" instead of "Wind (Home)" doesn't really bother me that much... I'll know if it's Wind Away when the number is different lol.
Click to expand...
Click to collapse
Yeah, that's what some in the Howard Forums say; as long as they know they're not roaming. When you're on Wind Away, does the "roaming" indicator show? The framework shows there's a flag for it.
I would be with Allgamer myself; I'd like the proper carrier name to show.
well New Year eve is here
and the "long weekend" is starting soon
if i have time after the parties and stuff to work on the quick fix, i'll upload the file to share for the rest of the XDAers on Wind Mobile
There's an easy fix for that.
On the dialing screen, dial *#*#4636#*#*
Phone information->choose WCDMA only (Wind runs on 3G only).
mingkee said:
There's an easy fix for that.
On the dialing screen, dial *#*#4636#*#*
Phone information->choose WCDMA only (Wind runs on 3G only).
Click to expand...
Click to collapse
this is a Good solution.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
however, it still needs some Cosmetic "visual" fix for eyes candy
and what distortedloop pointed out seems to be the quickest fix
AllGamer said:
however, it still needs some Cosmetic "visual" fix for eyes candy
and what distortedloop pointed out seems to be the quickest fix
Click to expand...
Click to collapse
Assuming it actually works...
Looking forward to hearing the results, even though the issue doesn't affect me.
i spend time trying a few this morning and nothing....
because there is only 1 SPACE !!!!! available to Hex Edit a letter into the xml file
i tried the other method they mentioned further down into the topic, and it was not compatible
good thing i was flashing my phone a few times.
running TW ROM right now.
so in the end, it is Do able, but we only get 1 letter out of it.... which IMO is worse than seeing the full row of numbers 302490

enable Sms Delivery Confirmation

Samsung Focus on AT&T doesn't have "SMS Delivery Confirmation" toggle in Settings/Applications/Messaging. Afaik AT&T doesn't support delivery confirmation.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
However, when I flashed my phone with the Rogers ROM, the toggle was there and I could use it. In the meantime I'm using codes, but that's not the right way.
Is there a hack (registry or otherwise) to enable the toggle?
Since no one replied, I did some research on my own and come up with the solution in editing the registry:
Current User\Software\Microsoft\ShortMsg\Settings
DeliveryNotifySupported = 1 (was 0)
SMSDeliveryNotify = 1 (was 0)
This enabled delivery notification, and I've just tested it, it works.
sorry, got this mixed up with advanced text messages. ignore
Edit:
Whoops. Was in Machine not user. The setting comes up for me. I will have to test if it actually works tomorrow because I do not have reception where I live. Thanks a lot!!
----------------------
On my Samsung Focus Mango 7720.68, I do not have either of those values in the registry. Are they DWORDs? I can put them in there and test it, although it's not letting me delete stuff that I place in there.
Sk8rjwd said:
Edit:
Whoops. Was in Machine not user. The setting comes up for me. I will have to test if it actually works tomorrow because I do not have reception where I live. Thanks a lot!!
----------------------
On my Samsung Focus Mango 7720.68, I do not have either of those values in the registry. Are they DWORDs? I can put them in there and test it, although it's not letting me delete stuff that I place in there.
Click to expand...
Click to collapse
For me those are clearly in "Current User", not in "Local Machine".
There is an identical entry in "Local Machine", but it only contains this for me:
"CmasOperatorEnabled" = 0
Keep in mind I have a Focus, but I'm quite sure this is the right branch for all WP7.
Please test, and let us know. It worked for me.
The setting comes up but it doesn't do anything when it's on. What exactly would the confirmation look like?
Sk8rjwd said:
The setting comes up but it doesn't do anything when it's on. What exactly would the confirmation look like?
Click to expand...
Click to collapse
AT&T doesn't support it and probably other carriers as well so don't expect it to work there. But most carriers do.
I think the reply depends on the carrier, but it's something like:
From: Mobile Operator
Text: The message you sent to ########## was delivered.
Hi,
Can you say how to change those registry key ?
Thanks a lot,
ZekidKiller.
EnderPsp said:
AT&T doesn't support it and probably other carriers as well so don't expect it to work there. But most carriers do.
I think the reply depends on the carrier, but it's something like:
From: Mobile Operator
Text: The message you sent to ########## was delivered.
Click to expand...
Click to collapse
Alright. Yeah I don't get that. Anyways thanks for finding this!
zekidkiller said:
Hi,
Can you say how to change those registry key ?
Thanks a lot,
ZekidKiller.
Click to expand...
Click to collapse
You need to be unlocked (developer or Chevron) since you will need to run a registry editor.
I used WP7 Root Tools.
I am unlock with developper.
What do I use to edit registry ?
Install an app ?
zekidkiller said:
I am unlock with developper.
What do I use to edit registry ?
Install an app ?
Click to expand...
Click to collapse
Same I answered in the last post in page 1, WP7 Root Tools. Or you can use search, there are several "generic" ones.
Oh
I am very sorry. I didn't see it.
So where i find the setting ?
tessut said:
So where i find the setting ?
Click to expand...
Click to collapse
Can you be more clear? Also read the first post carefully.

Process stopped. Phone Does not Answer? CDMA WS 2.7 Error!

weinerwad3000 said:
2.) Go to the memory tab and click start under memory scan. Just leave the fields the way they are.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
you should get something like
Scanning memory for readable areas:
Unreadable area from: 0000:0000
Readable area from: 00FA:0000
Unreadable area from: 0100:0000
Readable area from: 0109:0000
Unreadable area from: 01DC:0000
Process is stopped at: C000:0000
Click to expand...
Click to collapse
When I start the scan I get an error almost immediatly. The error reads: "Process is stopped. Phone does not answer." After that my phone turns off. Here is the log of what CDMA WS said:
Code:
Scanning memory for readable areas:
Readable area from: 0000:0000
Process is stopped at: 0001:0000
Does anyone know how to fix this? Thanks!
Never came across the issue myself. But a quick Google search came up with THIS. Also it sounds like your either trying to Flash to a different Carrier, or already are on a different Carrier other than Sprint. What Rom are you on? What Carrier are you on? Was the phone working correctly before this incident? Did you try updating PRL / Profile?
prboy1969 said:
Never came across the issue myself. But a quick Google search came up with THIS. Also it sounds like your either trying to Flash to a different Carrier, or already are on a different Carrier other than Sprint. What Rom are you on? What Carrier are you on? Was the phone working correctly before this incident? Did you try updating PRL / Profile?
Click to expand...
Click to collapse
The phone is for sprint and was running on sprint according to the seller. He said something about the MEID being zero'ed out but I had no idea what that meant when he told me. I want to fix the MEID and ESN back to the originals that came with my phone (the ones on the sticker). I tried getting sprint to help me but they denied to help me. I am using the stock 2.2 sense rom. The meid is zero'ed out but the ESN is not (the esn is still intact). What I am trying to do is zero out the ESN so that I can write to the meid. The only problem is that when I scan for the esn addresses my phone reboots and get the error I mentioned in the first post.
Here are the tools I have available:
qpst
qxdm
dfs 4.0.4
cdma 2.7
revskills
From what your mentioning it sounds like at some point the Device was set up as Pre-Paid. That would be one of the reasons to do what was done. Sprint will not help you because of liability on there part. So MEID does not match the one on the Box? Does it match the one on the back of Device itself under the Battery? What about when you check in MENU-Settings-About phone-Phone identity ? The reason I ask is because if these do not match it may difficult to activate the Device with Sprint.
prboy1969 said:
From what your mentioning it sounds like at some point the Device was set up as Pre-Paid. That would be one of the reasons to do what was done. Sprint will not help you because of liability on there part. So MEID does not match the one on the Box? Does it match the one on the back of Device itself under the Battery? What about when you check in MENU-Settings-About phone-Phone identity ? The reason I ask is because if these do not match it may difficult to activate the Device with Sprint.
Click to expand...
Click to collapse
The phone is an HTC Evo Shift. The meid reads all zero's (yes, 0). The meid does not match the one from the sticker behind the battery that contains the meid. When I check the phone identity menu, The MEID= the esn (the esn is intact).
You might want to verify if the Device is able to be activated on Sprint before you go any further? You can check the ESN with the free online ESN Checker HERE. If the ESN is good, then you can check THIS thread.
prboy1969 said:
You might want to verify if the Device is able to be activated on Sprint before you go any further? You can check the ESN with the free online ESN Checker HERE. If the ESN is good, then you can check THIS thread.
Click to expand...
Click to collapse
The ESN is good. Do you happen to know what the readable memory ranges are for the htc evo shift? That might save me some time. Thanks.
prboy1969 said:
Never came across the issue myself. But a quick Google search came up with THIS. Also it sounds like your either trying to Flash to a different Carrier, or already are on a different Carrier other than Sprint. What Rom are you on? What Carrier are you on? Was the phone working correctly before this incident? Did you try updating PRL / Profile?
Click to expand...
Click to collapse
Do you happen to know the readable memory blocks for the HTC evo shift?
gabycool said:
Do you happen to know the readable memory blocks for the HTC evo shift?
Click to expand...
Click to collapse
Try THIS thread.
prboy1969 said:
Try THIS thread.
Click to expand...
Click to collapse
I dont see how that would help me if I don't know the addresses I must scan.
Oh alright then, how about Google search?
TEAM MiK
MikROMs Since 3/13/11

Hidden "SVC Menu" & WiFi Calling? Could it be?

I have a NON-rooted AT&T V10 that recently got upgraded to marshmallow. I had a horrible experience (as I have before) with the OTA upgrade and ended up doing a factory reset, but now that that is done it is running very smoothly and the battery life has really been good. But that is not what I'm here for. Now that everything is running well I thought I'd try to see what options are available to me in this new version so I went online to see what "hidden" menus were available.
I found this one: *#546368#*900# (900 being the model of AT&T's V10) It brings up several tests you can run, but also a "SVC Menu". After going in the svc menu there is an option at the bottom called "VoWiFi" which I thought looks interesting. The value at stock for the item in the menu: "Wi-Fi Calling toggle" was "-1" (which doesn't make any sense to me). Since it's obvious that this should provide me "voice over Wifi" I decided to try it since the service in my 2 story house is pretty bad in the corner of the basement where my office is.
After setting the value to 1 I've made a few calls and found out that indeed this does seem to work! but only when I'm in my basement with limited service (1 bar). The Wifi icon adds a plus symbol to the icon and I've made several calls now and on the dialing screen on the "Red End" icon there is a wifi symbol right above it presumably meaning you are calling using VoWiFi?
I haven't seen the documented or talked about anywhere so i joined this forum asking you guys if you can both confirm for me that I have this correct, but also to share my find and hope it helps someone else. Also, should this work for SMS/MMS as I've seen mentioned for the VoWiFi standard??? In the texting I've done so far (also very bad service for texting) It may indicate that it does. Interested to know from you guy/gals what you think?
I'm very excited about this - Comments/Thoughts are appreciated.
Thanks.
Very cool! Definitely one of the reasons to upgrade to the 6.0 update, but I prefer root instead. Cool though!
Can't root due to company policy...otherwise I Very much agree and would in a heartbeat.
This was great until I rebooted my phone and now it doesn't work anymore. Any idea how to fix it?
Hh
Sent from my VERY PROUDLY Rooted/DeBloated/UnLocked AT&T LG-v10 H900
---------- Post added at 01:33 PM ---------- Previous post was at 01:32 PM ----------
Hh
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
[/IMG]
Sent from my VERY PROUDLY Rooted/DeBloated/UnLocked AT&T LG-v10 H900
pjrudd said:
This was great until I rebooted my phone and now it doesn't work anymore. Any idea how to fix it?
Click to expand...
Click to collapse
Unfortunately the settings disappear upon reboot .
chrisperrera said:
Unfortunately the settings disappear upon reboot .
Click to expand...
Click to collapse
They do show back up again after a factory reset, but they still don't work. It was nice while it lasted, would be great to get this feature back again, but oh well.
I've been using this pretty regular. I just have to go back to the menu and toggle it off and then back on and it works.
Sent from my LG-H900 using XDA-Developers mobile app
joshuachristy78 said:
I've been using this pretty regular. I just have to go back to the menu and toggle it off and then back on and it works.
Sent from my LG-H900 using XDA-Developers mobile app
Click to expand...
Click to collapse
What is the process you are using? Turn it off exit then dial the code again and turn it on again, or what?
Sent from my LG-H900 using XDA-Developers mobile app
Yes I dial the code and toggle it off. Wait a few seconds and then toggle it back to on. Several days and it's worked doing just that. If the phone reboots or runs dead, just do the code again and switch the setting off then back on. Until it is permanently activated by AT&T this is what seems to be a work around.
Sent from my LG-H900 using XDA-Developers mobile app
AT&T LG-v10 H900 non root with Lolypop
Hi, I did everything as described an my phone and everything works same way, but not the same look. I hope it helps.
Is there an icon that tells you that wifi calling is working?
You will see a + on right of Wi-Fi signal
Sent from my LG-H900 using XDA-Developers mobile app

LG Velvet Hidden Menu code

Enjoy: #*462633*#900#
Works with G900EM
Haven't tried yet but what does this do?
Good day
Thank you very much for this "secret code" that leads us to an important hidden menu.
I could finally activate 5G option through this menu although there's no option for it in the regular standard setting (only up to 4G. I have now under Network mode setting, preferred "26". So no 4G, LTE, or 5G preferred, but it works this way, it will automatically switch between 3G, 4G or 5G. Finally found a way
I'll post the path on another thread and link it here.
Edit: here is my post about how to activate 5G network option on the Velvet, thanks again for the code:
Activate 5G network capability on the Velvet
Thanks to paolotheking and this thread about an important secret code for the Velvet and other devices: https://forum.xda-developers.com/t/lg-velvet-hidden-menu-code.4125641/ I could finally activate the 5G network capability of my phone. I...
forum.xda-developers.com
The pohne app keep crashing when i put the code
Use the LG phone app to insert the code. Problem can also be it's a specific model number. This code works for any European unlocked Velvet G900EM and probably other global unlocked models.
I can confirm it works from the LG phone app and also works on model: G910EMW (4G version), by changing the code to: #*462633*#910#
paolotheking said:
Enjoy: #*462633*#900#
Works with G900EM
Click to expand...
Click to collapse
Doesn't work with mine .. G900vm .. Android 12
paolotheking said:
Enjoy: #*462633*#900#
Works with G900EM
Click to expand...
Click to collapse
My phone dosnt responding to any codas .. Lg velvet 5g Verizon .. LG G900VM .. Android 12
paolotheking said:
Enjoy: #*462633*#900#
Works with G900EM
Click to expand...
Click to collapse
can confirm it works with the LG LM-G902V (unbranded?) Velvet 5G, only replace the ....*#900# with ...*#902# ....can this hidden menu be used for enabling adb debug capabilities via usb? I was able to change the wifi debug state from off to on (-1 to 1)...but i need to somehow disable retail mode of the 902v variant. Any ideas?
Okay, just in case anyone is still trying to access the hidden menu on the LG Velvet, specifically the Verizon model, LM-G900VM, I have some good news for you.
I noticed that this is the first post that pops up on most internet searches when looking for the Verizon and/or LG Velvet hidden menu. So, I wanted to have the right information on hand for anyone looking for the same thing that a lot of us we're trying to figure out.
What can I say, I like having all the correct and most efficient answers right here on XDA!
I am running my LM-G900VM on Android 12, software build G900VM30d, but this should work for any Verizon LG Velvet regardless of software currently being run on your device.
I would go one step further and say that your software should be considered "Official" for the code to run correctly.
And if you ARE on the same device as me and you have figured out through your magic hands how's to acquire custom firmware, root access, and/or bootloader unlock access, I think it goes without saying, PLEASE get in touch with me so I can learn your ways! Haha.
Okay, so here we go... You are simply going to open up the dialer or "phone app" on your Velvet and type in the following code:
##7764726900
[Code stands for ##PROGRAM900 typed out on the dial pad...the 900 is representing the model number of the LG Velvet, I have heard that this works with other newer model LG phones such as the 910 for example!]
So, after you have the first code on your dial screen, push the green "dial" button and you will see a prompt on the screen that asks you to enter in a "Service Code". Enter in the following:
000000
(Six zeros)
There's no need to push okay or anything like that, once you have entered in the service code, you should be in the menu. Enjoy. Hope this helps someone out there!
Cheers.
-jongee
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Stevefalk42 thanks alot bro
stevefalk42 said:
Okay, just in case anyone is still trying to access the hidden menu on the LG Velvet, specifically the Verizon model, LM-G900VM, I have some good news for you.
I noticed that this is the first post that pops up on most internet searches when looking for the Verizon and/or LG Velvet hidden menu. So, I wanted to have the right information on hand for anyone looking for the same thing that a lot of us we're trying to figure out.
What can I say, I like having all the correct and most efficient answers right here on XDA!
I am running my LM-G900VM on Android 12, software build G900VM30d, but this should work for any Verizon LG Velvet regardless of software currently being run on your device.
I would go one step further and say that your software should be considered "Official" for the code to run correctly.
And if you ARE on the same device as me and you have figured out through your magic hands how's to acquire custom firmware, root access, and/or bootloader unlock access, I think it goes without saying, PLEASE get in touch with me so I can learn your ways! Haha.
Okay, so here we go... You are simply going to open up the dialer or "phone app" on your Velvet and type in the following code:
##7764726900
[Code stands for ##PROGRAM900 typed out on the dial pad...the 900 is representing the model number of the LG Velvet, I have heard that this works with other newer model LG phones such as the 910 for example!]
So, after you have the first code on your dial screen, push the green "dial" button and you will see a prompt on the screen that asks you to enter in a "Service Code". Enter in the following:
000000
(Six zeros)
There's no need to push okay or anything like that, once you have entered in the service code, you should be in the menu. Enjoy. Hope this helps someone out there!
Cheers.
-jongeeView attachment 5752155View attachment 5752157View attachment 5752159
Click to expand...
Click to collapse
Thank you stevefalk42, probably works with the american models. Doesn't work with the sim free european model, but we can access most of your hidden menus using #*462633*#900# code.
I tried your code on the korean V50S (510N) changing the ending number to 510 or 500 but it doesn't work either.
Maybe it would by typing ##PROGRAM510 in korean? Someone can help with the right numbers?

Categories

Resources