I tried to unlock my Galaxy Note and the code didn't work
So I contacted the unlock code provider and he sent me a set of instructions like this to do before entering the code:
a. Go to the Dial pad and dial *#197328640#
b. Please click on number [1] UMTS > [1] Debugging screen > [8] Phone Control > [6] NETWORK LOCK
c. You will see 3 options
d. Please click on number [1] Perso Sha256 INFO, the screen will change slightly
e. Please hit the MENU button then when the menu pops up please carefully hit BACK to return to the previous screen
f. Please click on number [2] Perso Sha256 ON, the screen will change again to a one line message
g. Restart the phone on the screen by holding the power button and click RESTART
h. When the phone prompts for the unlock code simply enter the unlock code
i. Your phone is now permanently unlocked!
But the trouble is I don't get [6] NETWORK LOCK inside Phone control. Also after dialing I dont get [1] UMTS instead I get [1] DEBUG SCREEN
Any help ?
Related
hello!
i´v a big trouble! i ve changed something in my ace in the Service menu, now when im sending sms or other messages in 3g or (H) they´r fail..
would somebody help me and post right settings from Service mode Plz?
to get in the menu you should go to dial pad and call *#*#197328640#*#*
plz post the settings from
debug screen >phone controll > network control
common > FTM
common > diag config
qxdm logging > logging feature
qxdm logging > ipc logging
qxdm logging > at cmd logging
qxdm logging > sring logging
qxdm logging > UMTS UE OTA
hackdima said:
hello!
i´v a big trouble! i ve changed something in my ace in the Service menu, now when im sending sms or other messages in 3g or (H) they´r fail..
would somebody help me and post right settings from Service mode Plz?
to get in the menu you should go to dial pad and call *#*#197328640#*#*
plz post the settings from
debug screen >phone controll > network control
common > FTM
common > diag config
qxdm logging > logging feature
qxdm logging > ipc logging
qxdm logging > at cmd logging
qxdm logging > sring logging
qxdm logging > UMTS UE OTA
Click to expand...
Click to collapse
Try this.
Go to SETTINGS-WIRELESS...-MOBILE...-ACCESS POINT...
Now ADD NEW APN(what is your mobile provider APN), SAVE and PICK it to use.
CHEERS!
thank you!! =)
Hi sir,
My headset stop working (no sound when receiving calls, there is sound when listening to music) after performing this steps. how do i restore my settings.
<<courtesy of Trev (eforum team)>>>
Enter this number *#*#197328640#*#* ON YOUR PHONE KEYPAD
This will open the service mode menu.
Select option [5] AUDIO
Select option [1] NB (VOICE CALL)
Select option [2] HEADSET
Select option [1] Volume
Select option [1] SRC Speech RX Volume
Select option [5] 5_lvl : 87
--> click it and it asks for INPUT
--> here you can change to 100 (that is the maximum)
{ to enter the number, press the "menu" key and choose "key input". After you have entered your number, you MUST use the MENU--->choose BACK}
{never never use our usual "go back" U-TURN key on the right hand side - it will not save your data}
--> Just 1 back will do because we need to set 3 more items.
Next goto [5]Sidetone : 0x0
it asks for input. goto MENU-->KEY INPUT and enter 35 (that is ideal but some prefer 32).
This one it auto go back to the previous page
NEXT DO THE SAME FOR [6]I2s1 Rx Gain
repeat the process above and enter 35
NEXT [7] I2S1 GAIN :
repeat the process above and enter 35
See "Audio problems during (Bluetooth) phone calls SOLVED!". No solutions available yet.
So after having played enough with my I9100, I keep on running into, the term "debug" all over the place.
However, this term is used differently in different contexts. So things can get confusing, very quickly.
Let me first list the most common places where I have found this. Then let's try to find out what
they all do and if they're related. I don't know all the answers yet!
0. To turn on "USB debugging" (on the phone):
Settings --> Applications --> Development --> USB debugging
This is the most common question for a first time Android owner, and needless to say the simplest to answer.
It allows you to connect your device as a client via USB to a host, for use with Kies, or anything else.
I have this option always on, and can see no reason why to turn it off, unless you are planning to use
your phone in USB host-mode. (Connecting another USB memory/disk/mouse/keyboard etc to you phone.)
1. Some "properties":
Code:
[B]# getprop
[/B]...
[ro.debuggable]: [0]
[persist.service.adb.enable]: [1]
[ro.secdevenc]: [true]
[init.svc.debuggerd]: [running]
[init.svc.adbd]: [running]
...
This is simply pretty printed concatenated version of both (2) AND (3) below.
Q1: What exactly do these properties do?
Code:
[B]# cat /system/build.prop[/B]
...
persist.service.usb.setting=0
ro.secdevenc=true
...
These are the parameters used for building/compiling the Kernel. They also use the proper format for the get/setprops command argument.
Code:
[B]# cat /default.prop[/B]
...
ro.secure=1
ro.debuggable=0
persist.service.adb.enable=0
...
This is your customized extra properties that can also be set somewhere else...but where?
Q2: Where else and how can we set these?
[Editing the file is not possible for a non-rooted phone.]
Code:
[B]# cat /proc/cmdline[/B]
loglevel=4
console=ram
[COLOR=Red]sec_debug.enable=0
sec_debug.enable_user=0[/COLOR]
c1_watchdog.sec_pet=5
[email protected]
s3cfb.bootloaderfb=0x5ec00000
ld9040.get_lcdtype=0x0
consoleblank=0
lpj=3981312
vmalloc=144m
Now this is a rather cryptic line. However, the two "sec_" prefixed lines, refers to
"Samsung Electronic Corporation" and not to "secure", and are probably used for factory testing. These
are properties, but it is possible that they are used to set/read by the read only properties:
ro.debuggable [0]
ro.factorytest [0]
Q3. What exactly do variables do and say?
[And where can they be set?]
2. ServiceMode Debug options
Then we have some "debug" settings in the ServiceMode application that can be started by dialing:
*#197328640#
Then we are presented with a menu with the following options:
Code:
MAIN MENU --> COMMON --> (a) DEBUG INFO
(b) DIAG CONF
MAIN MENU --> (c) DEBUG SCREEN
a) On the "DIAG CONFIG" menu:
Code:
[1] LOG VIA USB
[*]
[2] LOG VIA UART
[3] LOG VIA IPC
[4] SPEED 115200
[5] SPEED 921600
[*]
[6] [COLOR=Red]DBG MSG ON[/COLOR] (toggle)
[7] RAMDUMP OFF (toggle)
[8] DUMP ALL TRACE
This one is about obtaining diagnostic logs from the hardware.
You can generally play with this, as it will not affect the ordinary
behavior of your
phone. Worst case is that it may fill up your phone with huge log files, so keep it off.
The interesting ones are [1-3] and [6].
Q4: Where exactly is the log located and how to read it?
A4: Probably they just go to /proc/kmsg which is also used by logcat and dmesg, but with added tags and verbosity.
Q5: What debug messages are added there, and where do they go?
b) On the "DEBUG INFO" menu:
Code:
[1] MM REJECT CAUSE
[2] LOG DUMP
[3] PCM LOGGING (OFF)
[4] I2S LOGGING (OFF)
This one is probably also about the phone/modem. What is actually logged here I don't know.
Q6: What is actually logged here? (And where does it go?)
c) On the "DEBUG SCREEN" menu:
Code:
[1] BASIC INFORMATION
[2] MM INFORMATION
[3] RR INFORMATION
[4] NEIGHBOR CELL
[5] GPRS INFORMATION
[6] SIM INFORMATION
[7] HANDOVER
[8] PHONE CONTROL
[9] ANTENNA/ADC
This screen is all about hardware debugging and has nothing
to do with connection software, so don't mess with this one!
3. PhoneUtil UART / USB
Code:
UART
([B]o[/B]) MODEM
( ) PDA
USB
( ) MODEM
([B]o[/B]) PDA
If USB is set to MODEM, you will NOT be able to communicate with, or connect your
phone to your PC via USB, since your PC will no longer recognize your device.
Thus it requires special OEM drivers probably only available to Samsung
technicians. AFAIK. (I'd love to have them!)
However, UART is a different story, it can be used to get a serial terminal shell
directly from a hardware connection, but that is for another thread...
-------------------------------------------------------------------------------
Q7:
a) Where are the local UART ports/devices that are used for this?
b) In this case, does MODEM/PDA specifically refer to BP/AP or something else?
-------------------------------------------------------------------------------
Reserved to me to
Thought I would compile a list of USSD codes for everyones reference. I have tested most if anybody has any to add please feel free.
****Warning some of these codes can be harmful( wipe data and ect.) I am not responsible for anything you do to your device****
Some of these codes may lead you to a menu use the option key (far left soft key) to navigate
Some of the functions may be locked to our use but im still working on how to use these menus more extensively
Information
*#44336# Software Version Info
*#1234# View SW Version PDA, CSC, MODEM
*#12580*369# SW & HW Info
*#197328640# Service Mode
*#06# = IMEI Number.
*#1234# = Firmware Version.
*#2222# = H/W Version.
*#8999*8376263# = All Versions Together.
*#272*imei#* Product code
*#*#3264#*#*- RAM version
*#92782# = Phone Model
*#*#9999#*#*= Phone/pda/csc info
Testing
*#07# Test History
*#232339# WLAN Test Mode
*#232331# Bluetooth Test Mode
*#*#232331#*#*- Bluetooth test
*#0842# Vibration Motor Test Mode
*#0782# Real Time Clock Test
*#0228# ADC Reading
*#32489# (Ciphering Info)
*#232337# Bluetooth Address
*#0673# Audio Test Mode
*#0*# General Test Mode
*#3214789650# LBS Test Mode
*#0289# Melody Test Mode
*#0589# Light Sensor Test Mode
*#0588# Proximity Sensor Test Mode
*#7353# Quick Test Menu
*#8999*8378# = Test Menu.
*#*#0588#*#*- Proximity sensor test
*#*#2664#*#*- Touch screen test
*#*#0842#*#*- Vibration test*
Network
*7465625*638*# Configure Network Lock MCC/MNC
#7465625*638*# Insert Network Lock Keycode
*7465625*782*# Configure Network Lock NSP
#7465625*782*# Insert Partitial Network Lock Keycode
*7465625*77*# Insert Network Lock Keycode SP
#7465625*77*# Insert Operator Lock Keycode
*7465625*27*# Insert Network Lock Keycode NSP/CP
#7465625*27*# Insert Content Provider Keycode
*#7465625# View Phone Lock Status
*#232338# WLAN MAC Address
*#526# WLAN Engineering Mode -runs wlan tests (same as below)
*#528# WLAN Engineering Mode
*#2263# RF Band Selection-not sure about this one appears to be locked
*#301279# HSDPA/HSUPA Control Menu---change HSDPA classes (opt. 1-5)
Tools/Misc.
*#*#1111#*#*- Service Mode
#273283*255*663282*# Data Create SD Card
*#4777*8665# = GPSR Tool.
*#4238378# GCF Configuration
*#1575# GPS Control Menu
*#9090# Diagnostic Configuration
*#7284# USB I2C Mode Control—mount to usb for storage/modem
*#872564# USB Logging Control
*#9900# System dump mode- can dump logs for debugging
*#34971539# Camera Firmware Update
*#7412365# Camera Firmware Menu
*#273283*255*3282*# Data Create Menu- change sms, mms, voice, contact limits
*2767*4387264636# Sellout SMS / PCODE view
*#3282*727336*# Data Usage Status
*#*#8255#*#*- Show GTalk service monitor-great source of info
*#3214789# GCF Mode Status
*#0283# Audio Loopback Control
#7594# Remap Shutdown to End Call TSK
*#272886# Auto Answer Selection
****SYSTEM***
USE CAUTION
*#7780# Factory Reset
*2767*3855# Full Factory Reset
*#*#7780#*#* Factory data reset
*#745# RIL Dump Menu
*#746# Debug Dump Menu
*#9900# System Dump Mode
*#8736364# OTA Update Menu
*#2663# TSP / TSK firmware update
*#03# NAND Flash S/N
BAM!!!!
anybody has issues with some not working let me know maybe I mistyped
Also I plan on cleaning the list up and organizing the codes by what they do and I have a few more to add
kevhuff said:
Also I plan on cleaning the list up and organizing the codes by what they do
Click to expand...
Click to collapse
And podsibly add whether you can adjust the settings. Most of these codes lead to menus with the settings locked so users cannot change them.
Good Ref Stuck for now and slap thx to the OP vice posting it, Thank You and Good to Go!
Thanks Joe.....
And Thank you OP......good stuff....g
Nice!
Sent from my phablet.
*#0*# LCD TEST didn't see this one in the OP but it doesn't really do much from what I can tell.
I need a real Hard Reset! Please Help!
daswahnsinn said:
*#0*# LCD TEST didn't see this one in the OP but it doesn't really do much from what I can tell.
Click to expand...
Click to collapse
Please help I cant get any of the Factory reset codes to work it says Connection error? The reset codes work file on my note 1, I cant seem to find a way to get a complete factory reset. When I use the phones factory reset it dosent erase anything really, if you do a factory reset from the phones menu, you can check the phone with the "File Manager" app and in the apps menu prompt click storage analyses you can see all of your previously installed apps are still their! along with any pictures stored on the phone! I would love a truly clean wipe.
*#301279# HSDPA/HSUPA Control Menu---change HSDPA classes (opt. 1-5) just keeps loading maybe it only works on stock roms ,i dont know
evertime I tried using the phone this would come up , cure , fix permissions , back to normal!
*639# to check for upgrade eligibility.
Do these work in CM10 or is there an equivalent? Specifically I am trying to access the baseband selection "*#2263#" and I receive an error about being an invalid code. Thanks!
wifi power save mode?
Hi guys, Does anyone know the code that can disable wifi power save mode?
How can I get a work around for the s6 egde the mobile version to use thesearch codes. Since I upgraded to 5.1.1 the screen at the dialer doesn't respond to the codes.
Any ussd code for checking " Radiation levels" of the particular mobile phone?
Krishnamurthy
Please help
The tsp code won't work on my us cellular s7. My screen is lagging horribly and there are times I'm literally hitting a icon to get it to open for like 2-3 min. I have all kinds of applications opening up all the time on their own. My screen is freezing up and turning black as well. Please help me.
****Warning some of these codes can be harmful( wipe data and ect.) I am not responsible for anything you do to your device****
Some of these codes may lead you to a menu use the option key (far left soft key) to navigate
Some of the functions may be locked to our use but im still working on how to use these menus more extensively
Information
*#44336# Software Version Info
*#1234# View SW Version PDA, CSC, MODEM
*#12580*369# SW & HW Info
*#197328640# Service Mode
*#06# = IMEI Number.
*#1234# = Firmware Version.
*#2222# = H/W Version.
*#8999*8376263# = All Versions Together.
*#272*imei#* Product code
*#*#3264#*#*- RAM version
*#92782# = Phone Model
*#*#9999#*#*= Phone/pda/csc info
Testing
*#07# Test History
*#232339# WLAN Test Mode
*#232331# Bluetooth Test Mode
*#*#232331#*#*- Bluetooth test
*#0842# Vibration Motor Test Mode
*#0782# Real Time Clock Test
*#0228# ADC Reading
*#32489# (Ciphering Info)
*#232337# Bluetooth Address
*#0673# Audio Test Mode
*#0*# General Test Mode
*#3214789650# LBS Test Mode
*#0289# Melody Test Mode
*#0589# Light Sensor Test Mode
*#0588# Proximity Sensor Test Mode
*#7353# Quick Test Menu
*#8999*8378# = Test Menu.
*#*#0588#*#*- Proximity sensor test
*#*#2664#*#*- Touch screen test
*#*#0842#*#*- Vibration test*
Network
*7465625*638*# Configure Network Lock MCC/MNC
#7465625*638*# Insert Network Lock Keycode
*7465625*782*# Configure Network Lock NSP
#7465625*782*# Insert Partitial Network Lock Keycode
*7465625*77*# Insert Network Lock Keycode SP
#7465625*77*# Insert Operator Lock Keycode
*7465625*27*# Insert Network Lock Keycode NSP/CP
#7465625*27*# Insert Content Provider Keycode
*#7465625# View Phone Lock Status
*#232338# WLAN MAC Address
*#526# WLAN Engineering Mode -runs wlan tests (same as below)
*#528# WLAN Engineering Mode
*#2263# RF Band Selection-not sure about this one appears to be locked
*#301279# HSDPA/HSUPA Control Menu---change HSDPA classes (opt. 1-5)
Tools/Misc.
*#*#1111#*#*- Service Mode
#273283*255*663282*# Data Create SD Card
*#4777*8665# = GPSR Tool.
*#4238378# GCF Configuration
*#1575# GPS Control Menu
*#9090# Diagnostic Configuration
*#7284# USB I2C Mode Control—mount to usb for storage/modem
*#872564# USB Logging Control
*#9900# System dump mode- can dump logs for debugging
*#34971539# Camera Firmware Update
*#7412365# Camera Firmware Menu
*#273283*255*3282*# Data Create Menu- change sms, mms, voice, contact limits
*2767*4387264636# Sellout SMS / PCODE view
*#3282*727336*# Data Usage Status
*#*#8255#*#*- Show GTalk service monitor-great source of info
*#3214789# GCF Mode Status
*#0283# Audio Loopback Control
#7594# Remap Shutdown to End Call TSK
*#272886# Auto Answer Selection
****SYSTEM***
USE CAUTION
*#7780# Factory Reset
*2767*3855# Full Factory Reset
*#*#7780#*#* Factory data reset
*#745# RIL Dump Menu
*#746# Debug Dump Menu
*#9900# System Dump Mode
*#8736364# OTA Update Menu
*#2663# TSP / TSK firmware update
*#03# NAND Flash S/N
BAM!!!![/QUOTE]
Hi everybody,
I post this thread because i have a problem with free hand device bluetooth,
I can connect it to my phone without problem, when i run audio application the sound is very fine but when i use it with in call, the sound is inaudible.
I already had this problem with an ICS rom, but I corrected it in changing parameters in the Service mode.
In JB when i type the code *#197328640# on the dialer i accede to the service mode but when i try to open the Audio menu [5] nothing happens.
Do you know a solution to change the values otherwise.
The value that i want to modify (ICS servicemode)
1. Go into service mode by the known code *#*#197328640#*#*
2. Select [5] AUDIO
3. Select [1] NB (VOICE CALL)
4. Select [4] BLUETOOTH
5. Select [1] Volume
6. Select [5] Sidetone: ..... (Could be any value, don't care about this value)
7. Select "MENU" - "Key input" and type 8000 and hit OK
8. Select [6] Rx Gain: ..... (Could be any value, don't care about this value)
9. Select "MENU" - "Key input" and type 0 and hit OK
10. Select [7] Tx Gain: ..... (Could be any value, don't care about this value)
11. Select "MENU" - "Key input" and type 0 and hit OK
12. Hit "MENU" and "Back" after each other until you are left out of the service mode
Thank you for your answers
GT-I9100
version 4.1.2
rom: I9100XXLS8
Kernel: Siyah--s2-V6.0b4
numéro de version: JZ054K.I9100XWLS8
benbeynes2 said:
Hi everybody,
I post this thread because i have a problem with free hand device bluetooth,
I can connect it to my phone without problem, when i run audio application the sound is very fine but when i use it with in call, the sound is inaudible.
I already had this problem with an ICS rom, but I corrected it in changing parameters in the Service mode.
In JB when i type the code *#197328640# on the dialer i accede to the service mode but when i try to open the Audio menu [5] nothing happens.
Do you know a solution to change the values otherwise.
The value that i want to modify (ICS servicemode)
1. Go into service mode by the known code *#*#197328640#*#*
2. Select [5] AUDIO
3. Select [1] NB (VOICE CALL)
4. Select [4] BLUETOOTH
5. Select [1] Volume
6. Select [5] Sidetone: ..... (Could be any value, don't care about this value)
7. Select "MENU" - "Key input" and type 8000 and hit OK
8. Select [6] Rx Gain: ..... (Could be any value, don't care about this value)
9. Select "MENU" - "Key input" and type 0 and hit OK
10. Select [7] Tx Gain: ..... (Could be any value, don't care about this value)
11. Select "MENU" - "Key input" and type 0 and hit OK
12. Hit "MENU" and "Back" after each other until you are left out of the service mode
Thank you for your answers
GT-I9100
version 4.1.2
rom: I9100XXLS8
Kernel: Siyah--s2-V6.0b4
numéro de version: JZ054K.I9100XWLS8
Click to expand...
Click to collapse
Do you tryed the settings in Bluetooth setting? i mean if you switch on the bluetooth then you connect to your device
with or sometimes without a code,it depends on witch type of hands free device you are using,then this device is shown in the bluetooth settings.and there is also a settings button for the device witch is connected to your phone.
there you can adjust that the hands free device only use the function for phone calling or phone calling and media streaming or only media streaming if supported.
i was also on wls8 and all functions were top.im connecting 2 devices in my car.one is a belkin a2dp receiver that goes to car sound system and the second device is my parrot device.all is connecting in automatic if im in the car.but now im on omega 4.2.2
hope this helps you out.
greez.
Hello,
Yes i tried this solution, When i go in the setting of my hands free device, the two boxes are ticked, I also tried to disable audio media box and keep only the audio phone calling, but it's the same trouble.
Regards