Hi guys, i'm developing a captive portal with ESP32/Arduino but seems that Android is ignoring the nameserver coming from DHCP server.
i've checked with wireshark and I can see properly the DHCP offer/ack with the nameserver (option 6) set as expected, but my mobile phone is still using the one coming from the data connection.
Is this an expected behaviour ? Look pretty stupid to me, why ignoring the nameserver coming from a regular dhcp server but keep using the ones from the mobile data connection (that won't work because you are connected on a isolated access point) ?
This break the captive portal too....
Any idea ? If I connect to the ESP32 wifi with mobile connection OFF, everything works as it should, with nameserver properly set from dhcp. If I reconnect with mobile data on, the same issue happens again: ip set from dhcp, nameserver ignored and set from data connection
I've chekeck better: dns are not ignored, main differences between captive porta with data connection OFF and ON is that with data connection set to OFF, the wifi automatically became the primary connection.
Somebody knows which check android is doing before marking a connection as "working" ?
Code:
05-11 16:04:27.825 1797 4632 D ConnectivityService: NetReassign [1149 : null → 476, 3694 : null → 476, 58 : null → 476, 8316 : null → 476, 85 : null → 476, 6723 : null → 476, 108 : null → 476, 128 : null → 476, 21 : null → 476, 7057 : null → 476, 89 : null → 476, 23 : null → 476, 463 : null → 476, 52 : null → 476, 8458 : null → 476, 31 : null → 476, 8260 : null → 476, 42 : null → 476, 8262 : null → 476, 847 : null → 476, 8427 : null → 476, 72 : null → 476, 231 : null → 476, 1485 : null → 476, 214 : null → 476, 50 : null → 476, 227 : null → 476, 148 : null → 476, 60 : null → 476, 8010 : null → 476, 8429 : null → 476, 996 : null → 476, 38 : null → 476, 2203 : null → 476, 137 : null → 476, 54 : null → 476, 6780 : null → 476, 68 : null → 476, 8251 : null → 476, 7509 : null → 476, 44 : null → 476, 458 : null → 476, 210 : null → 476, 8265 : null → 476, 123 : null → 476, 98 : null → 476, 84 : null → 476, 92 : null → 476, 618 : null → 476, 197 : null → 476, 56 : null → 476, 7633 : null → 476, 132 : null → 476, 8460 : null → 476, 82 : null → 476, 8007 : null → 476, 7628 : null → 476, 116 : null → 476, 1 : null → 476, 36 : null → 476, 27 : null → 476, 775 : null → 476, 111 : null → 476, 7068 : null → 476, 7271 : null → 476, 25 : null → 476, 8105 : null → 476, 317 : null → 476, 64 : null → 476, 7 : null → 476, 62 : null → 476, 851 : null → 476, 7033 : null → 476, 34 : null → 476, 171 : null → 476, 6754 : null → 476, 103 : null → 476, 212 : null → 476, 78 : null → 476, 145 : null → 476, 326 : null → 476, 6714 : null → 476, 19 : null → 476, 772 : null → 476, 8267 : null → 476, 150 : null → 476, 6719 : null → 476, 7412 : null → 476, 8005 : null → 476, 7060 : null → 476, 48 : null → 476, 7696 : null → 476, 17 : null → 476, 596 : null → 476, 15 : null → 476, 95 : null → 476, 29 : null → 476, 46 : null → 476, 385 : null → 476, 444 : null → 476, 80 : null → 476, 74 : null → 476, 40 : null → 476, 139 : null → 476, 2183 : null → 476, 70 : null → 476, 76 : null → 476, 66 : null → 476]
05-11 16:04:27.826 1797 4632 D ConnectivityService: Switching to new default network for: uid/pid:1000/1797 activeRequest: 1 callbackRequest: 1 [NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_VCN_MANAGED RequestorUid: 1000 RequestorPkg: android UnderlyingNetworks: Null] ]] callback flags: 1 order: 2147483647 using NetworkAgentInfo{network{476} handle{2047810129933} ni{WIFI CONNECTED extra: } Score(60 ; KeepConnected : 0 ; Policies : TRANSPORT_PRIMARY&IS_UNMETERED&EVER_USER_SELECTED) explicitlySelected lp{{InterfaceName: wlan0 LinkAddresses: [ fe80::489e:24ff:fe68:55be/64,192.168.4.2/24 ] DnsAddresses: [ /192.168.4.1 ] Domains: null MTU: 1500 ServerAddress: /192.168.4.1 TcpBufferSizes: 524288,1048576,8808040,262144,524288,6710886 Routes: [ fe80::/64 -> :: wlan0 mtu 0,192.168.4.0/24 -> 0.0.0.0 wlan0 mtu 0,0.0.0.0/0 -> 192.168.4.1 wlan0 mtu 0 ]}} nc{[ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED LinkUpBandwidth>=12000Kbps LinkDnBandwidth>=30000Kbps Specifier: <WifiNetworkAgentSpecifier [WifiConfiguration=, SSID="xxx0F3DA8", BSSID=24:d7:eb:0f:3d:a9, band=1, mMatchLocalOnlySpecifiers=false]> TransportInfo: <SSID: "xxx0F3DA8", BSSID: 24:d7:eb:0f:3d:a9, MAC: 4a:9e:24:68:55:be, Security type: 0, Supplicant state: COMPLETED, Wi-Fi standard: 4, RSSI: -37, Link speed: 150Mbps, Tx Link speed: 150Mbps, Max Supported Tx Link speed: 150Mbps, Rx Link speed: 150Mbps, Max Supported Rx Link speed: 150Mbps, Frequency: 2412MHz, Net ID: 62, Metered hint: false, score: 60, CarrierMerged: false, SubscriptionId: -1, IsPrimary: 1> SignalStrength: -37 OwnerUid: 1000 AdminUids: [1000] SSID: "xxx0F3DA8" UnderlyingNetworks: Null]} factorySerialNumber=5}
05-11 16:04:27.829 963 25327 W resolv : validateDnsTlsServer returned 0 for 192.168.4.1
05-11 16:04:27.842 5397 5422 D UpstreamNetworkMonitor: New default Internet network: 476
Related
Not sure if it's been posted anywhere here (google didn't show anything) so I thought I'd post the service menus and my configuration. It may come in handy for someone, right?
Note that it's not all the menus but the most interesting ones at least.
Code:
*#197328640#
hhh = hexadecimal
nnn = decimal
MAIN MENU
[1] DEBUG SCREEN
[1] BASIC INFORMATION
UMTS : HOME(CS+PS)
RRC State: IDLE
WCDMA 2100 Band 1
Reg PLMN 240-2, IsPCS? 0
FREQ DL:10737
FREQ UL:9787
CELL_ID:0xhhhhhh <- Disappears when 3G is not available
LAC: 0xhhhh
PSC:hhh
RSCP:-94, ECIO:-5 <- Changing
[2] MM INFORMATION
MM state: IDLE
Reg state: INDEP_REGISTRATION
IMSI attatch status: 1
LU Rej: Norm=0, Period=13
T1312=11, Count=9
T32(10,11,12,13)=0010
T32(20,30,40)=000
Att Rej Cause=0
RAU Rej Cause=9
[3] RR INFORMATION
[4] NEIGHBOUR CELL
[5] GPRS INFORMATION
[6] SIM INFORMATION
[7] HANDOVER
[8] PHONE CONTROL
[9] ANTENNA/ADC
[2] VERSION INFO.
[1] SW VERSION
[1] READ IMEI
IMEI : nnnnnnnnnnnnnnnnn
[2] READ IMSI
"Don't Support it in GSM mobile!"
[3] READ SW VERSION
CP SW VERSION : I9000XXJF3
CP SW COMPILE DATE : Jun 3 20
CP SW COMPILE TIME : 11:25:05
[4] READ FTA SW VERSION
FTA SW VERSION : I9000.012
[5] READ ALL SW VERSION
CP SW VERSION : I9000XXJF3
HW VERSION : MP 0.800
FTA SW VERSION : I9000.012
FTA HW VERSION : REV1.2
RF CAL DATE : 2010.6.15
CSC CODE :
[6] READ CSC CODE
CP SW VERSION : I9000XXJF3
HW VERSION : MP 0.800
FTA SW VERSION : I9000.012
FTA HW VERSION : REV1.2
RF CAL DATE : 2010.6.15
CSC CODE :
[2] HW VERSION
[1] READ HW VERSION
HW VERSION : MP 0.800
[2] WRITE HW VERSION
NOT SUPPORTED
[3] READ FTA HW VERSION
FTA HW VERSION : REV1.2
[4] READ CAL DATE
CAL DATE : 2010.6.15
[5] WRITE CAL DATE
NOT SUPPORTED
[3] UMTS RF NV
[1] RF NV READ
NOT SUPPORTED
[2] RF NV WRITE
MENU NOT EXIST
PRESS BACK KEY
Current Command is 32
[4] GSM RF NV
[1] RF NV READ
NOT SUPPORTED
[2] RF NV WRITE
MENU NOT EXIST
PRESS BACK KEY
Current Command is 42
[5] AUDIO
[1] HANDSET
[1] Volume
[1]SRC Speech RX Volume
[0]0_lvl : 72
[1]1_lvl : 76
[2]2_lvl : 80
[3]3_lvl : 84
[4]4_lvl : 88
[5]5_lvl : 92
[2]DST I2S1 TX Volume
[0]0_lvl : 68
[1]1_lvl : 72
[2]2_lvl : 76
[3]3_lvl : 80
[4]4_lvl : 84
[5]5_lvl : 88
[3]SRC I2S1 RX Volume : 88
[4]DST Speech TX Volume : 88
[5]Sidetone : 0x0
[6]I2S1 Rx Gain : 0x1fff
[7]I2S1 Tx Gain : 0x2000
[2] HandsFree
[1]Gain Analog: 0x7fff
[2]NrCoeffs Real: 0x64
[3]NrCoeffs Complex 1: 0x64
[4]NrCoeffs Complex 2: 0x64
[5]LdAddGain: 0x0
[6]LdAddGainMax: 0x0
[7]LdAddGainMin: 0x1400
[3] NR
[1]UL NR
[1]AttenFactorMinVal : 0x1000
[2]OvEstFacBandZero : 0x2000
[3]OvEstFacBandNoZero : 0x2000
[2]DL NR
[1]AttenFactorMinVal : 0x1000
[2]OvEstFacBandZero : 0x1000
[3]OvEstFacBandNoZero : 0x1000
[4] DRP
[1]UL DRP
[1]Hi Band
[1]LA : -11520
[2]LB : -6144
[3]Gcomp : 0x0
[4]RinfA : 0x100
[5]RAB : 0x100
[6]RB0 : 0x100
[2]Low Band
[1]LA : -15360
[2]LB : -5120
[3]Gcomp : 0x0
[4]RinfA : 0x700
[5]RAB : 0x100
[6]RB0 : 0xb3
[2]DL DRP
[1]Hi Band
[1]LA : -11520
[2]LB : -6144
[3]Gcomp : 0x0
[4]RinfA : 0x100
[5]RAB : 0x100
[6]RB0 : 0x100
[2]Low Band
[1]LA : -16640
[2]LB : -5120
[3]Gcomp : 0x0
[4]RinfA : 0x700
[5]RAB : 0x100
[6]RB0 : 0x99
[5] SER
[1]beta : 31000
[2]overest : 700
[3]thplout : 70
[6] CNI
[1]Rx CNI gain : 20
[2]Tx CNI noise_gain : 16384
[3]Tx CNI noise_floor : 2048
[4]Tx CNI noise_gain_drp : 0
[9] Diamond Solution
[1]DYVE(OFF)
[1]DYVE OnOff : OFF
[2]mic_sensitivity : 5
[3]stepgain 1
[1]Step Gain 1 : 0
[2]Step Gain 2 : 0
[3]Step Gain 3 : 0
[4]Step Gain 4 : 0
[5]Step Gain 5 : 0
[4]stepgain 2
[1]StepGain 6 : 6
[2]StepGain 7 : 8
[3]StepGain 8 : 10
[4]StepGain 9 : 12
[5]StepGain 10 : 14
[6]StepGain 11 : 16
[5]clarity : 8
[6]noise_level : 0x800
[2]Swing Free(OFF)
[1]SF OnOff : OFF
[2]
[3]Voice Booster(OFF)
[1]VB OnOff : OFF
[2]hpf_cutoff : 4
[3]harmonic_level : 8192
[4]boostgain : 6
[5]limit_level : 21
[4]Acoustic Shock Free(OFF)
[1]ASF OnOff : OFF
[2]rms_mode : 2
[3]limit_level : 24
[5]Comport Noise Generator(OFF)
[1]CNG OnOff : OFF
[2]level : 1
[6]1Mic TX(OFF)
[1]1Mix TX OnOff : OFF
[2]Fir_Coeff Table
[1]fir_coeff 0 : 0xffffff49
[2]fir_coeff 1 : 0xfffffce6
[3]fir_coeff 2 : 0xfffffab3
[4]fir_coeff 3 : 0xfffffccb
[5]fir_coeff 4 : 0xfffff0e9
[6]fir_coeff 5 : 0xffffffc7
[7]fir_coeff 6 : 0x3e4a
[3]AEC Table 1
[1]rxmode_onoff : OFF
[2]delay_onoff : OFF
[3]delay : 0
[4]aec_onoff : OFF
[5]aec_rxgain : 0x200
[6]aec_mu : 0x0
[4]AEC Table 2
[1]dtrxg_onoff : OFF
[2]post_onoff : OFF
[3]post_min : 11
[4]post_gain : 11
[5]dtgc_onoff : OFF
[6]rxdet_onoff : OFF
[5]AEC Table 3
[1]rxdet_th_1st : -38
[2]rxdet_hangmax_1st : 6
[3]dtgc_gain_1st : 0x4000
[4]rxdet_th_2nd : -38
[5]rxdet_hangmax_2nd : 6
[6]dtgc_gain_2nd : 0x4000
[7]txdet_onoff : OFF
[6]NS Table 1
[1]iir_onoff: OFF
[2]ns_onoff : ON
[3]rxtx_agc_tbl : 13
[4]weight_ss_ns : 20
[5]ss_gain_ns : 11
[6]ns_gain_ns : 11
[7]NS Table 2
[1]tx_filter_onoff : ON
[2]tx_agc_onoff : ON
[3]in_txgain : 0x400
[4]out_txgain : 0xe40
[5]tx_cng_onoff : OFF
[6]noise_th_bits : 16
[2] HEADSET
[1] Volume
[1]SRC Speech RX Volume
[0]0_lvl : 75
[1]1_lvl : 78
[2]2_lvl : 81
[3]3_lvl : 84
[4]4_lvl : 87
[5]5_lvl : 90
[2]DST I2S1 TX Volume
[0]0_lvl : 75
[1]1_lvl : 78
[2]2_lvl : 81
[3]3_lvl : 84
[4]4_lvl : 87
[5]5_lvl : 90
[3]SRC I2S1 RX Volume : 100
[4]DST Speech TX Volume : 100
[5]Sidetone : 0x0
[6]I2S1 Rx Gain : 0x2d34
[7]I2S1 Tx Gain : 0x2000
[2] HandsFree
[1]Gain Analog: 0x7fff
[2]NrCoeffs Real: 0x32
[3]NrCoeffs Complex 1: 0x6e
[4]NrCoeffs Complex 2: 0x6e
[5]LdAddGain: 0x0
[6]LdAddGainMax: 0x0
[7]LdAddGainMin: 0xa8c
[3] NR
[1]UL NR
[1]AttenFactorMinVal : 0xfa0
[2]OvEstFacBandZero : 0xfa0
[3]OvEstFacBandNoZero : 0x1f40
[2]DL NR
[1]AttenFactorMinVal : 0x1000
[2]OvEstFacBandZero : 0x1000
[3]OvEstFacBandNoZero : 0x1000
[4] DRP
[1]UL DRP
[1]Hi Band
[1]LA : -11520
[2]LB : -6144
[3]Gcomp : 0x0
[4]RinfA : 0x100
[5]RAB : 0x100
[6]RB0 : 0x100
[2]Low Band
[1]LA : -15360
[2]LB : -7680
[3]Gcomp : 0xc00
[4]RinfA : 0x500
[5]RAB : 0x133
[6]RB0 : 0x80
[2]DL DRP
[1]Hi Band
[1]LA : -11520
[2]LB : -6144
[3]Gcomp : 0x0
[4]RinfA : 0x100
[5]RAB : 0x100
[6]RB0 : 0x100
[2]Low Band
[1]LA : -12800
[2]LB : -3840
[3]Gcomp : 0x0
[4]RinfA : 0x500
[5]RAB : 0x100
[6]RB0 : 0x0
[5] SER
[1]beta : 31000
[2]overest : 4000
[3]thploud : 70
[6] CNI
[1]Rx CNI gain : 20
[2]Tx CNI noise_gain : 0
[3]Tx CNI noise_floor : 0
[4]Tx CNI noise_gain_drp : 200
[9] Diamond Solution
[1]DYVE(OFF)
[1]DYVE OnOff : OFF
[2]mic_sensitivity : 5
[3]stepgain 1
[1]Step Gain 1 : 0
[2]Step Gain 2 : 0
[3]Step Gain 3 : 0
[4]Step Gain 4 : 0
[5]Step Gain 5 : 0
[4]stepgain 2
[1]StepGain 6 : 6
[2]StepGain 7 : 8
[3]StepGain 8 : 10
[4]StepGain 9 : 12
[5]StepGain 10 : 14
[6]StepGain 11 : 16
[5]clarity : 8
[6]noise_level : 0x800
[2]Swing Free(OFF)
[1]SF OnOff : OFF
[2]
[3]Voice Booster(OFF)
[1]VB OnOff : OFF
[2]hpf_cutoff : 4
[3]harmonic_level : 8192
[4]boostgain : 6
[5]limit_level : 21
[4]Acoustic Shock Free(OFF)
[1]ASF OnOff : OFF
[2]rms_mode : 2
[3]limit_level : 24
[5]Comport Noise Generator(OFF)
[1]CNG OnOff : OFF
[2]level : 1
[6]1Mic TX(OFF)
[1]1Mix TX OnOff : OFF
[2]Fir_Coeff Table
[1]fir_coeff 0 : 0xffffff49
[2]fir_coeff 1 : 0xfffffce6
[3]fir_coeff 2 : 0xfffffab3
[4]fir_coeff 3 : 0xfffffccb
[5]fir_coeff 4 : 0xfffff0e9
[6]fir_coeff 5 : 0xffffffc7
[7]fir_coeff 6 : 0x3e4a
[3]AEC Table 1
[1]rxmode_onoff : OFF
[2]delay_onoff : OFF
[3]delay : 0
[4]aec_onoff : OFF
[5]aec_rxgain : 0x200
[6]aec_mu : 0x0
[4]AEC Table 2
[1]dtrxg_onoff : OFF
[2]post_onoff : OFF
[3]post_min : 11
[4]post_gain : 11
[5]dtgc_onoff : OFF
[6]rxdet_onoff : OFF
[5]AEC Table 3
[1]rxdet_th_1st : -38
[2]rxdet_hangmax_1st : 6
[3]dtgc_gain_1st : 0x4000
[4]rxdet_th_2nd : -38
[5]rxdet_hangmax_2nd : 6
[6]dtgc_gain_2nd : 0x4000
[7]txdet_onoff : OFF
[6]NS Table 1
[1]iir_onoff: OFF
[2]ns_onoff : ON
[3]rxtx_agc_tbl : 13
[4]weight_ss_ns : 20
[5]ss_gain_ns : 11
[6]ns_gain_ns : 11
[7]NS Table 2
[1]tx_filter_onoff : OFF
[2]tx_agc_onoff : OFF
[3]in_txgain : 0x400
[4]out_txgain : 0xe40
[5]tx_cng_onoff : OFF
[6]noise_th_bits : 16
[3] SPEAKER
[4] BLUETOOTH
[5] HANDSET VT
[6] HEADSET VT
[7] SPEAKER VT
[8] BLUETOOTH VT
[6] COMMON
[1] FTM
[1] FTM : ON
NOT SUPPORTED
[2] FTM : OFF
NOT SUPPORTED
[2] DEBUG INFO
[1] MM REJECT CAUSE
CS Reg State: 0x0
CS Reg Reject Cause: 0x11
CS Net Reject Cause: 255
PS Reg State: 0x0
PS Reg Reject Cause: 0x11
PS Net Reject Cause: 255
[2] LOG DUMP
NOT SUPPORTED
[3] PCM LOGGING(OFF)
[1] Disable
[2] Enable
[3] RF SCANNING
[1] SETTING
[1] WCDMA THRESHOLD
[2] GSM THRESHOLD
MENU NOT EXIST
PRESS BACK KEY
Current Command is 63112
[3] RF SCANNING TIMER
[4] DISPLAY BAND[0~12]
[2] START RF SCANNING
[3] RESULT TO PC
[4] RESULT TO SCREEN
[4] DIAG CONFIG
[1] LOG VIA USB [*]
[2] LOG VIA UART
[3] LOG VIA IPC
[4] SPEED 115200 [*]
[5] SPEED 921600
[6] DBG MSG ON
[7] DBG MSG OFF [*]
[8] RAMDUMP ON
[9] RAMDUMP OFF [*]
[5] WCDMA/GSM SET CHANNEL
[6] NV REBUILD
[7] FACTORY TEST
[1] VBATT
[1] VBATT READ
[2] VBATT WRITE
[2] RTC
[3] AUDIO LOOPBACK
[4] GPRS SETTING
[5] AMR
[6] AUTO ANSWER
[7] SELLOUT SMS
[8] FM RADIO
[9] TOTAL CALL TIME
[8] FORCE SLEEP
[1] AP ONLY SLEEP
[2] CP ONLY LPM
[9] GPS
GPS MODULE IS IN AP SIDE
great this is exactly what I was looking for. Now can you tell me which setting under volume is the ear-piece volume?
Is yours really that quiet?? man.. u deaf?
ah thanks for this. Some new tweaks to try...
BTW anybody knows what "DIAMOND SOLUTION" means? There are some nice potential tweaks under that menu
Anyone already know more about what all these settings do (or some explanation on the terms?).
Trying to find out if I can change something here to improve the audio part of the video recording.
Diamond solution is the settings the phone uses when a headphone is plugged in. It is essentially your music settings of the phone. Lots of tweaks exist in there and yes it has a HARDWARE EQUALIZER right in there. It's called "Fir_Coeff Table".
Nice
Thank you VERY MUCH for this listing antzen !
Did you grab it manually or using some tool ?
supercurio said:
Thank you VERY MUCH for this listing antzen !
Did you grab it manually or using some tool ?
Click to expand...
Click to collapse
I manually typed the whole thing... ;-)
More SGS service menu entries ...
Remembered that I'd not completed the documentation of this and here's a bit more of the service menu. (I've updated the original post as well)
I'm not sure if my changes done to the device has affected the service menu in any way but bear that in mind as this device is not 100% default as it was shipped any longer. I've documented my changes here: endoid.wordpress.com/2010/08/08/my-sluggish-samsung-galaxy-s/ (could a moderator perhaps remove the url-restriction?)
Code:
[5] AUDIO
[2] HEADSET
[1] Volume
[1]SRC Speech RX Volume
[0]0_lvl : 75
[1]1_lvl : 78
[2]2_lvl : 81
[3]3_lvl : 84
[4]4_lvl : 87
[5]5_lvl : 90
[2]DST I2S1 TX Volume
[0]0_lvl : 75
[1]1_lvl : 78
[2]2_lvl : 81
[3]3_lvl : 84
[4]4_lvl : 87
[5]5_lvl : 90
[3]SRC I2S1 RX Volume : 100
[4]DST Speech TX Volume : 100
[5]Sidetone : 0x0
[6]I2S1 Rx Gain : 0x2d34
[7]I2S1 Tx Gain : 0x2000
[2] HandsFree
[1]Gain Analog: 0x7fff
[2]NrCoeffs Real: 0x32
[3]NrCoeffs Complex 1: 0x6e
[4]NrCoeffs Complex 2: 0x6e
[5]LdAddGain: 0x0
[6]LdAddGainMax: 0x0
[7]LdAddGainMin: 0xa8c
[3] NR
[1]UL NR
[1]AttenFactorMinVal : 0xfa0
[2]OvEstFacBandZero : 0xfa0
[3]OvEstFacBandNoZero : 0x1f40
[2]DL NR
[1]AttenFactorMinVal : 0x1000
[2]OvEstFacBandZero : 0x1000
[3]OvEstFacBandNoZero : 0x1000
[4] DRP
[1]UL DRP
[1]Hi Band
[1]LA : -11520
[2]LB : -6144
[3]Gcomp : 0x0
[4]RinfA : 0x100
[5]RAB : 0x100
[6]RB0 : 0x100
[2]Low Band
[1]LA : -15360
[2]LB : -7680
[3]Gcomp : 0xc00
[4]RinfA : 0x500
[5]RAB : 0x133
[6]RB0 : 0x80
[2]DL DRP
[1]Hi Band
[1]LA : -11520
[2]LB : -6144
[3]Gcomp : 0x0
[4]RinfA : 0x100
[5]RAB : 0x100
[6]RB0 : 0x100
[2]Low Band
[1]LA : -12800
[2]LB : -3840
[3]Gcomp : 0x0
[4]RinfA : 0x500
[5]RAB : 0x100
[6]RB0 : 0x0
[5] SER
[1]beta : 31000
[2]overest : 4000
[3]thploud : 70
[6] CNI
[1]Rx CNI gain : 20
[2]Tx CNI noise_gain : 0
[3]Tx CNI noise_floor : 0
[4]Tx CNI noise_gain_drp : 200
[9] Diamond Solution
[1]DYVE(OFF)
[1]DYVE OnOff : OFF
[2]mic_sensitivity : 5
[3]stepgain 1
[1]Step Gain 1 : 0
[2]Step Gain 2 : 0
[3]Step Gain 3 : 0
[4]Step Gain 4 : 0
[5]Step Gain 5 : 0
[4]stepgain 2
[1]StepGain 6 : 6
[2]StepGain 7 : 8
[3]StepGain 8 : 10
[4]StepGain 9 : 12
[5]StepGain 10 : 14
[6]StepGain 11 : 16
[5]clarity : 8
[6]noise_level : 0x800
[2]Swing Free(OFF)
[1]SF OnOff : OFF
[2]
[3]Voice Booster(OFF)
[1]VB OnOff : OFF
[2]hpf_cutoff : 4
[3]harmonic_level : 8192
[4]boostgain : 6
[5]limit_level : 21
[4]Acoustic Shock Free(OFF)
[1]ASF OnOff : OFF
[2]rms_mode : 2
[3]limit_level : 24
[5]Comport Noise Generator(OFF)
[1]CNG OnOff : OFF
[2]level : 1
[6]1Mic TX(OFF)
[1]1Mix TX OnOff : OFF
[2]Fir_Coeff Table
[1]fir_coeff 0 : 0xffffff49
[2]fir_coeff 1 : 0xfffffce6
[3]fir_coeff 2 : 0xfffffab3
[4]fir_coeff 3 : 0xfffffccb
[5]fir_coeff 4 : 0xfffff0e9
[6]fir_coeff 5 : 0xffffffc7
[7]fir_coeff 6 : 0x3e4a
[3]AEC Table 1
[1]rxmode_onoff : OFF
[2]delay_onoff : OFF
[3]delay : 0
[4]aec_onoff : OFF
[5]aec_rxgain : 0x200
[6]aec_mu : 0x0
[4]AEC Table 2
[1]dtrxg_onoff : OFF
[2]post_onoff : OFF
[3]post_min : 11
[4]post_gain : 11
[5]dtgc_onoff : OFF
[6]rxdet_onoff : OFF
[5]AEC Table 3
[1]rxdet_th_1st : -38
[2]rxdet_hangmax_1st : 6
[3]dtgc_gain_1st : 0x4000
[4]rxdet_th_2nd : -38
[5]rxdet_hangmax_2nd : 6
[6]dtgc_gain_2nd : 0x4000
[7]txdet_onoff : OFF
[6]NS Table 1
[1]iir_onoff: OFF
[2]ns_onoff : ON
[3]rxtx_agc_tbl : 13
[4]weight_ss_ns : 20
[5]ss_gain_ns : 11
[6]ns_gain_ns : 11
[7]NS Table 2
[1]tx_filter_onoff : OFF
[2]tx_agc_onoff : OFF
[3]in_txgain : 0x400
[4]out_txgain : 0xe40
[5]tx_cng_onoff : OFF
[6]noise_th_bits : 16
dagrim1 said:
Anyone already know more about what all these settings do (or some explanation on the terms?).
Trying to find out if I can change something here to improve the audio part of the video recording.
Click to expand...
Click to collapse
Same here...I'm interested in how to adjust the recording volume or to make the mic less sensible.
Not sure tweaking some of these settings will enable both side voice recording?
pmtan666 said:
Not sure tweaking some of these settings will enable both side voice recording?
Click to expand...
Click to collapse
What do you mean by that? Full Duplex? I am also interested in knowing that... Want to record my calls sometimes.
Also, as of now, I am desperately trying to ENABLE SERVICE MODE as it does not work in DDGJ4 firmware.
Can someone help?
EDIT: GOTCHA!
I found a way to get inside the service mode which does not work otherwise using the usual *#197328640# code. You could follow this on DDGJ4 to get inside:
Use the network info code *#0011#, you reach the below menu:
MAIN MENU
[1] DEBUG SCREEN
[1] BASIC INFORMATION
UMTS : HOME(CS+PS)
RRC State: IDLE
WCDMA 2100 Band 1
Reg PLMN 240-2, IsPCS? 0
FREQ DL:10737
FREQ UL:9787
CELL_ID:0xhhhhhh <- Disappears when 3G is not available
LAC: 0xhhhh
PSC:hhh
RSCP:-94, ECIO:-5 <- Changing
Now just hit the menu button, back (twice) and voila! you are at the ServiceMode home page! hope this helps.
Noticed, no "Audio" menu and hence no "Diamond Solution" in ServiceMode. Seems no hardware tweaks on this firmware with sound (good for me).
I'm also almost sure we could tweak audio recording with this section but we need someone who knows what settings mean what, I've tried playing with some of them to no effect at all.
I think there's an app in the market that you can easily access the sevice menu with a tap. check it out.
Service mode DIAG CONFIG
what's the relevance for the SPEED 115200 and 921600 I changed mine to 921600 long ago and I don't think it matters? I know they're baud rates but for what? Data or? I get the same data streams either way so what's it for?
NV Rebluid
Anyone try this.
[6] COMMON
[6] NV REBUILD
I have some hope that command resolve my IMEI problema, but... no success.
I have JPC firmware. As anyone with an 2.1 firmware try it?
help phone app not producing sound via handset
so I went into the service menu and changed some things and now my phone app doesn't work right....it is fine in speakermode or with a headset attached, but by default it now produces no sound nor does it capture any sound.
I've tweaked gain and volume in the 5.1.1 menu to no avail...
so I was hoping I could understand more about what those menus do.
am I correct in assuming that the phone app would use handset->volume for calls that use the built-in earpiece and speaker? what's partly puzzling to me is that sipdroid, using the same devices, works fine....
I also just generally don't know what a lot of the items are for (I didn't change any of the things I didn't know about, but it would be nice to have a clue).
NR, DRP, SER, and CNI are just acronyms to me. I assume NR is for noise reduction but I have no idea what the others are...
does anyone have a complete list of how it comes out of the box?
thanks...
-alan
same thing :S
@chekovma:
I'm suffering the same problem, did you happen to get your hands on a solution to this?
Does anyone have any feedback on how to solve this problem?
Any assistance would be appreciated.
-aehlayel
I dialed *#197328640# but nothing is happening. My SGS is NON-ROOTED
My FW Info:
PDA: I9000DDJP6
PHONE: I9000DDJP2
CSC: I9000ODDJP5
Build Info: 2010,11
my headset/earphones.only one speaker works
my headset/earphones.only one speaker works out of 2 and in a very low volume.Can i use any service menu selections for this?
So guys I've managed to brick my optimus (tried to flash 2.1 via kdz over 2.2)
It broke half way doing flashing. Now that same thing happens evry time I try flashing it (something about missing dlls)
Any help?
here is kdz log:
[09:33:57:583] : Start Web Downloading
[09:33:57:583] : Get Usb Port
[09:33:57:591] : rsi.strFriendlyName=Communications Port (COM1)
[09:33:57:591] : Remove Communications Port (COM1)
[09:33:57:591] : rsi.strFriendlyName=LGE Bluetooth TransPort (COM23)
[09:33:57:591] : Remove LGE Bluetooth TransPort (COM23)
[09:33:57:591] : rsi.strFriendlyName=LGE Android Platform USB Serial Port (COM24)
[09:33:57:592] : FriendlyNameList[iii].szFriendlyName=LGE Android Platform USB Serial Port
[09:33:57:592] : WM_COPYDATA ¸Ţ˝ĂÁö ş¸łż 1 - COM24
[09:33:57:592] : Port = COM24
[09:33:57:593] : Clear
[09:33:57:593] : Clear
[09:33:57:594] : UNKNOWN : Req(12) -> Rsp(13)
[09:33:57:594] : Clear
[09:33:57:595] : UNKNOWN : Req(12) -> Rsp(13)
[09:33:57:595] : Clear
[09:33:57:596] : UNKNOWN : Req(12) -> Rsp(13)
[09:33:57:596] : >> DIAG_STATUS_F FAILED
[09:33:57:601] : >>Get Model Name [DIAG_VERNO_F]
[09:33:57:601] : Clear
[09:33:57:602] : BAD CONN MODE : Req(0) -> Rsp(3)
[09:33:57:602] : Clear
[09:33:57:603] : BAD CONN MODE : Req(0) -> Rsp(3)
[09:33:57:603] : Clear
[09:33:57:604] : BAD CONN MODE : Req(0) -> Rsp(3)
[09:33:57:604] : Clear
[09:33:57:605] : BAD CONN MODE : Req(0) -> Rsp(3)
[09:33:57:605] : Clear
[09:33:57:606] : BAD CONN MODE : Req(0) -> Rsp(3)
[09:33:57:606] : Clear
[09:33:57:607] : BAD CONN MODE : Req(0) -> Rsp(3)
[09:33:57:607] : FAIL (No Phone)
[09:33:57:607] : GetModelName() Operation Failed Check Diag CMD
[09:33:57:607] : EMERGENCY Booting Mode
[09:33:57:607] : >>Get Model Name in Emergency Mode [DLOAD_VERREQ_F]
[09:33:57:607] : Clear
[09:33:57:607] : Clear
[09:33:57:608] : BS/GT540/7Dp0501#1#{86e0d1e0-8089-11d0-
[09:33:57:608] : WM_COPYDATA ¸Ţ˝ĂÁö ş¸łż 0 - GT540
[09:33:57:608] : >>Get Mobile SW [DIAG_EXT_BUILD_ID_F]
[09:33:57:608] : Clear
[09:33:57:608] : Clear
[09:33:57:609] : DLOAD_NAK_F reason_msb = 6, reason_lsb = 6
[09:33:57:609] : [ DLOAD ERROR ] : NAK_INVALID_CMD
[09:33:57:609] : Clear
[09:33:57:610] : DLOAD_NAK_F reason_msb = 6, reason_lsb = 6
[09:33:57:610] : [ DLOAD ERROR ] : NAK_INVALID_CMD
[09:33:57:610] : Clear
[09:33:57:611] : DLOAD_NAK_F reason_msb = 6, reason_lsb = 6
[09:33:57:611] : [ DLOAD ERROR ] : NAK_INVALID_CMD
[09:33:57:611] : FAIL
[09:33:57:611] : Clear
[09:33:57:611] : Clear
[09:33:57:622] : DLOAD_NAK_F reason_msb = 3, reason_lsb = 3
[09:33:57:622] : [ DLOAD ERROR ] : NAK_INVALID_LEN
[09:33:57:622] : Clear
[09:33:57:623] : DLOAD_NAK_F reason_msb = 3, reason_lsb = 3
[09:33:57:623] : [ DLOAD ERROR ] : NAK_INVALID_LEN
[09:33:57:623] : Clear
[09:33:57:624] : DLOAD_NAK_F reason_msb = 3, reason_lsb = 3
[09:33:57:624] : [ DLOAD ERROR ] : NAK_INVALID_LEN
[09:33:57:624] : NV Write Fail : NV ITEM 9028(9028)
[09:33:57:724] : m_pPhoneCtrl->m_pDload->Dl_GetCommMode(&m_pPhoneCtrl->m_pDload->m_nCommMode)
[09:33:57:724] : >> GET DLOAD COMM MODE
[09:33:57:724] : Clear
[09:33:57:724] : Clear
[09:33:57:725] : [GetCommMode] Communication mode : 2
[09:33:57:725] : Pre Nand Download
[09:33:57:725] : >>Set Trusted Mode [DLOAD_NAND_SEC_MODE] sec_mode = 1 (1=trusted 0=NonTrusted)
[09:33:57:725] : WM_COPYDATA ¸Ţ˝ĂÁö ş¸łż 3 - TRUSTED MODE
[09:33:57:725] : Clear
[09:33:57:725] : Clear
[09:33:57:726] : [COM24] >>NandFlashInitWithFile(PARTITION TBL), BinType =8
[09:33:57:726] : WM_COPYDATA ¸Ţ˝ĂÁö ş¸łż 3 - INIT PARTITION TBL
[09:33:57:726] : Clear
[09:33:57:726] : Clear
[09:33:57:737] : Clear
[09:33:57:737] : Clear
[09:33:57:738] : ¸Ţ˝ĂÁö ş¸łż TYPE_WPARAM_WRITE_TO_SDRAM 3
[09:33:57:738] : [COM24] Check BCPL Status ...
[09:33:57:740] : WM_COPYDATA ¸Ţ˝ĂÁö ş¸łż 3 - Check BCPL
[09:33:57:741] : WaitRsp_1
[09:33:57:841] : Error Read in WaitRsp
[09:33:57:841] : [COM24] >> BCPL Off ...
[09:33:57:841] : m_nSelectedImages= 70787108
[09:33:57:841] : m_nSelectedImages= 70787108,Type= 13
[09:33:57:841] : [COM14] ¸Ţ˝ĂÁö ş¸łż TYPE_WPARAM_WRITE_OEMSBL 18
[09:33:57:841] : [COM24] >>NandFlashInitWithFile(OEMSBL HEADER), BinType =12
[09:33:57:841] : WM_COPYDATA ¸Ţ˝ĂÁö ş¸łż 3 - INIT OEMSBL HEADER
[09:33:57:841] : Clear
[09:33:57:841] : @@ Cable Disconnected - Writing : 5
[09:33:57:841] : Clear
[09:33:57:841] : WM_COPYDATA ¸Ţ˝ĂÁö ş¸łż 3 - Close Port
[09:33:57:841] : Close Port<<
[09:33:57:841] : Clear
[09:33:57:841] : [COM24] FAIL
[09:33:57:841] : >>NandFlashWrite OEMSBL
[09:33:57:841] : WM_COPYDATA ¸Ţ˝ĂÁö ş¸łż 3 - FLASHING OEMSBL
[09:33:57:844] : ¸Ţ˝ĂÁö ş¸łż ProgreassiveBar Init wParam TYPE_WPARAM_PROGRESSIVE_POS=5 lParam(pos)=0 nResult=0
[09:33:57:844] : FAIL
[09:33:57:844] : Debug Log Start ======================================
[09:33:57:844] : Ram Writing
[09:33:57:844] : NandAddr : 0x00000001, Size : 0
[09:33:57:844] : TargetAddr : 0x00000000
[09:33:57:844] : Debug Log End ========================================
[09:33:57:844] : >> RETRY(1)
[09:33:58:344] : FAIL
[09:33:58:344] : Debug Log Start ======================================
[09:33:58:344] : Ram Writing
[09:33:58:344] : NandAddr : 0x00000001, Size : 0
[09:33:58:344] : TargetAddr : 0x00000000
[09:33:58:344] : Debug Log End ========================================
[09:33:58:344] : >> RETRY(2)
[09:33:58:844] : FAIL
[09:33:58:844] : Debug Log Start ======================================
[09:33:58:844] : Ram Writing
[09:33:58:844] : NandAddr : 0x00000001, Size : 0
[09:33:58:844] : TargetAddr : 0x00000000
[09:33:58:844] : Debug Log End ========================================
[09:33:58:844] : ERROR : NandFlashWrite(OEMSBL)
[09:33:58:844] : TYPE_WPARAM_UPGRADE_ERROR
[09:33:58:844] : ¸Ţ˝ĂÁö ş¸łż - TYPE_WPARAM_UPGRADE_ERROR Error Code = 1010
[09:33:58:904] : Log finished
Click to expand...
Click to collapse
Flash a rom with fastboot and type 'fastboot -w'.
Joost
Boot in download mode and try again
*SOLVED* Read Below
So it's always been my caution to flash roms carefully. I simply wanted to update my rom because there was a new update released. I don't know if my eyes were playing tricks on me or if my eyes thought I clicked on the d801 version... I'm not sure but I just downloaded the full rom release of Flex 1.4 and it somehow was a d802 version? I'm screwed aren't I? Every time I just try to use flashtool with the right kdz file for my phone it stops at 49%.. When I look at my download mode screen it says:
U User S9.7 AS8.3 B71 UHS
S U LG-D802 04.2.2 HREV_10
D95810b-Flex v1.4
IDT Download
ROOTED
So what if I change the name of the kdz file to D802 instead of D801? Will it think it matches and somehow flash me back to my real D801 phone?? Is this even the cause? Well I thought I'd throw in a log report of my phone to show you guys where I stop at the process of flashing the rom. I've searched for ever and I think this link is best applied to me: http://forum.xda-developers.com/showthread.php?t=2432476
Here is the log:
18:53:20 : Restart.....
18:53:20 : Start Date : 2014-01-03 18:53:20
18:53:20 : ---------- QM Testmode ---------
18:53:20 : ***** Check Tool Version *****
18:53:20 : Tool version : 1.6.9.0
18:53:20 : UpgradeDLL version : 2.1.5.0
18:53:20 : Current Dir : C:\ProgramData\LGMOBILEAX\B2C_Client
18:53:20 : LGE USB Driver Version :
18:53:20 : Android PDLV Version :
18:53:20 : Android NDLV Version :
18:53:20 : ******************************************
18:53:20 : [C:\ProgramData\LGMOBILEAX\Phone] Try to delete folder
18:53:20 : SetEmerModeAT()
18:53:20 : _IsConnectedPhone Call
18:53:27 : _IsConnectedPhone(2)
18:53:27 : 0 - NotConnected.
18:53:27 : 1 - Normal connect success
18:53:27 : 2 - Emergency connect success
18:53:27 : *****CheckOS Start********
18:53:27 : Microsoft_Windows7_Home Edition_
18:53:27 : *****CheckPCSyncPrograms Start*****
18:53:28 : PCSyncPrograms Not Found - OK and ready to upgrade
18:53:28 : Verifying phone connection...
18:53:28 : dwWaitResetTime(40000 ms)
18:53:29 : Phone Mode(2)
18:53:29 : *****GetPhoneType Start*****
18:53:29 : Phone Type : CDMA_2CHIP
18:53:29 : *****GetPhoneBinaryVersion Start*****
18:53:29 : Phone Bin Version : D80110C_00
18:53:29 : *****Get ESN / IMEI / MEID Start*****
18:53:29 : ESN/IMEI/MEID : 000000000000000
18:53:30 : Check Backup and Restore model
18:53:30 : Skip Backup and Restore - Emergency mode
18:53:30 : Phone type Compare start
18:53:30 : *****CheckPCSyncPrograms Start*****
18:53:31 : PCSyncPrograms Not Found - OK and ready to upgrade
18:53:32 : ****************CheckAndDownload********************
18:53:32 : Version :
18:53:32 : ******Extract Start C:\Users\Michael\Downloads\usb_driver\T-Mobile USA D80110C_00.kdz*****
18:53:32 : Model Dll Dir(C:\ProgramData\LGMOBILEAX\Phone\)
18:53:32 : Check 2G-4G big size kdz file..
18:53:32 : Extract 2G-4G big size kdz file..
18:53:32 : NNNNN WDB FullPath(C:\Users\Michael\Downloads\usb_driver\T-Mobile USA D80110C_00.kdz)
18:53:32 : NNNNN Model dll FullPath(C:\ProgramData\LGMOBILEAX\Phone\LGUP_8974.dll)
18:53:32 : Extract End C:\Users\Michael\Downloads\usb_driver\T-Mobile USA D80110C_00.kdz
18:53:32 : 01 Skip delete kdz 1.1 file...
18:53:32 : ------------------Model.dll Information-------------------
18:53:32 : Filename : LGUP_8974.dll
18:53:32 : Version : 0.2.10.0
18:53:32 : File size : 1461248
18:53:32 : File date : 2014/01/03-18:53:32
18:53:32 : PC Created date: 2014/01/03-18:53:32
18:53:32 : ----------------------------------------------------------
18:53:32 : *****Check LGCM Programs Start*****
18:53:32 : LGCM Programs Not Found - OK and ready to upgrade
18:53:32 : m_pLGCyonUpdate status change.
18:53:32 : *****WorkModelDLL Start*****
18:53:33 : strPhoneBinaryPath(C:\Users\Michael\Downloads\usb_driver\T-Mobile USA D80110C_00.kdz)
18:53:33 : strModuleDir(C:\ProgramData\LGMOBILEAX\Phone\)
18:53:33 : strModelDLLPath(C:\ProgramData\LGMOBILEAX\Phone\LGUP_8974.dll)
18:53:33 : _DetachDLL Call
18:53:38 : _DetachDLL Call End
18:53:38 : Call fn_StartUpgrade
18:53:38 : ********* 2Chip Model.dll input Parameter*************
18:53:38 : MODEL_EVENT : 32769
18:53:38 : PhoneBinaryPath : C:\Users\Michael\Downloads\usb_driver\T-Mobile USA D80110C_00.kdz
18:53:38 : ModuleDir : C:\ProgramData\LGMOBILEAX\Phone\
18:53:38 : BootWaitTime : 49500
18:53:38 : UsbHighSpeed : FALSE
18:53:38 : PhoneMode : 2
18:53:38 : NewPhoneBinVersion : T-Mobile USA D80110C_00
18:53:38 : ClearSI : FALSE
18:53:38 : AuthMark : 0
18:53:38 : ********* 2Chip Model.dll input Parameter End*************
18:53:41 : wParam : 20, lParam = 540
18:53:41 : MODEL DLL Event : (20, 540)
18:53:42 : Model File Count = 540
18:53:42 : wParam : 6000, lParam = 0
18:53:42 : #################################################
18:53:42 : Indirect Internal / download mode
18:53:42 : wParam : 6001, lParam = 0
18:53:42 : #################################################
18:53:42 : Indirect Internal / PC to Phone send start
18:53:42 : wParam : 13, lParam = 10
18:53:42 : MODEL DLL Event : (13, 10)
18:53:43 : wParam : 20, lParam = 480
18:53:43 : MODEL DLL Event : (20, 480)
18:53:43 : Model File Count = 480
18:53:47 : wParam : 13, lParam = 11
18:53:47 : MODEL DLL Event : (13, 11)
18:53:53 : wParam : 13, lParam = 12
18:53:59 : wParam : 13, lParam = 13
18:54:04 : wParam : 13, lParam = 1418:54:10 : wParam : 13, lParam = 15
18:54:16 : wParam : 13, lParam = 16
18:54:21 : wParam : 13, lParam = 17
18:54:27 : wParam : 13, lParam = 18
18:54:32 : wParam : 13, lParam = 19
18:54:38 : wParam : 13, lParam = 20
18:54:38 : wParam : 20, lParam = 420
18:54:38 : MODEL DLL Event : (20, 420)
18:54:39 : Model File Count = 420
18:54:43 : wParam : 13, lParam = 21
18:54:43 : MODEL DLL Event : (13, 21)
18:54:49 : wParam : 13, lParam = 22
18:54:56 : wParam : 13, lParam = 23
18:55:01 : wParam : 13, lParam = 24
18:55:07 : wParam : 13, lParam = 25
18:55:13 : wParam : 13, lParam = 26
18:55:19 : wParam : 13, lParam = 27
18:55:25 : wParam : 13, lParam = 28
18:55:32 : wParam : 13, lParam = 29
18:55:38 : wParam : 13, lParam = 30
18:55:38 : wParam : 20, lParam = 360
18:55:38 : MODEL DLL Event : (20, 360)
18:55:38 : Model File Count = 360
18:55:44 : wParam : 13, lParam = 31
18:55:44 : MODEL DLL Event : (13, 31)
18:55:50 : wParam : 13, lParam = 32
18:55:56 : wParam : 13, lParam = 33
18:56:02 : wParam : 13, lParam = 34
18:56:09 : wParam : 13, lParam = 35
18:56:15 : wParam : 13, lParam = 36
18:56:20 : wParam : 13, lParam = 37
18:56:26 : wParam : 13, lParam = 38
18:56:33 : wParam : 13, lParam = 39
18:56:39 : wParam : 13, lParam = 40
18:56:39 : wParam : 20, lParam = 300
18:56:39 : MODEL DLL Event : (20, 300)
18:56:43 : Model File Count = 300
18:56:44 : wParam : 13, lParam = 41
18:56:44 : MODEL DLL Event : (13, 41)
18:56:50 : wParam : 13, lParam = 42
18:56:56 : wParam : 13, lParam = 43
18:57:02 : wParam : 13, lParam = 44
18:57:08 : wParam : 13, lParam = 45
18:57:10 : wParam : 6002, lParam = 0
18:57:10 : #################################################
18:57:10 : Indirect Internal / PC to Phone send end
18:57:30 : wParam : 13, lParam = 46
18:57:50 : wParam : 13, lParam = 47
18:58:12 : wParam : 100, lParam = 3146241
18:58:12 : MODEL DLL Event : (100, 3146241)
18:58:12 : Step : TYPE_WPARAM_UPGRADE_ERROR
18:58:12 : CleanModelDll() : Free Model.dll
18:58:12 : _DetachDLL Call
18:58:17 : _DetachDLL Call End
18:58:17 : Page_Error ºÎºÐÀÔ´Ï´Ù
18:58:17 : ¿©±â´Â Retry ºÎºÐÀÔ´Ï´Ù
I ran into this link: http://forum.xda-developers.com/showthread.php?t=2595885
It made me try to reboot holding only power and vol- buttons. I then got into a screen mode that said "Hard Reset?" It reset the data and img off my phone and I'm back into twrp!!! Isn't this the weirdest thing ever!!??
I've taken some pictures so my post is more understanding lol.
I also found out why this happened as well... It was a patch file to make it d801... thanks a bunch guys!!
and when i can't acces to the recovery, how we can repair this? have the same log
If you still can get to download mode, then just flash to stock using a kdz file with the following settings:
in RD test tool, choos: CDMA instead of 3GQCT
CS emergency instead of diag
then click on CSE web upgrade test instead of normal web upgrade test
the flashing process will not stuck at 47 normally.
devdassi said:
If you still can get to download mode, then just flash to stock using a kdz file with the following settings:
in RD test tool, choos: CDMA instead of 3GQCT
CS emergency instead of diag
then click on CSE web upgrade test instead of normal web upgrade test
the flashing process will not stuck at 47 normally.
Click to expand...
Click to collapse
You devdassi are a god among men!! I have been stuck at the 49% with no recovery option for a long time!!! You are my saviour!!
:laugh:
Accidentely i wiped everything(data,internal memory,system),now i don't have anythig to flash either backup stock twrp.I am trying to flash stock kdz file ,evverything is going fine but at 49% my phone stuck Indirect internal /pc to phone send end and again starts flashing from scratch.I also tried adb sideload but it dident worked for me.plz help me to sort out this issue.i am really confused,i really don't understand whta i did wrong.Attached savelng while flashing via R&D tool.
16:26:06 : Restart.....
16:26:06 : Start Date : 2014-01-14 16:26:06
16:26:06 : ---------- QM Testmode ---------
16:26:06 : ***** Check Tool Version *****
16:26:06 : Tool version : 1.6.9.0
16:26:06 : UpgradeDLL version : 2.1.5.0
16:26:06 : Current Dir : C:\ProgramData\LGMOBILEAX\B2C_Client
16:26:06 : LGE USB Driver Version :
16:26:06 : Android PDLV Version :
16:26:06 : Android NDLV Version : 3.8.0.0
16:26:06 : ******************************************
16:26:06 : [C:\ProgramData\LGMOBILEAX\Phone] Try to delete folder
16:26:06 : RemoveDirectory1 Error(2):C:\ProgramData\LGMOBILEAX\Phone
16:26:07 : SetEmerModeAT()
16:26:07 : _IsConnectedPhone Call
16:26:15 : _IsConnectedPhone(2)
16:26:15 : 0 - NotConnected.
16:26:15 : 1 - Normal connect success
16:26:15 : 2 - Emergency connect success
16:26:15 : *****CheckOS Start********
16:26:15 : Microsoft_Windows7_Professional_
16:26:15 : *****CheckPCSyncPrograms Start*****
16:26:15 : PCSyncPrograms Not Found - OK and ready to upgrade
16:26:15 : Verifying phone connection...
16:26:15 : dwWaitResetTime(40000 ms)
16:26:16 : Phone Mode(2)
16:26:16 : *****GetPhoneType Start*****
16:26:16 : Phone Type : CDMA_2CHIP
16:26:16 : *****GetPhoneBinaryVersion Start*****
16:26:16 : Phone Bin Version : D80210B_00
16:26:16 : *****Get ESN / IMEI / MEID Start*****
16:26:16 : ESN/IMEI/MEID : 000000000000000
16:26:17 : Check Backup and Restore model
16:26:17 : Skip Backup and Restore - Emergency mode
16:26:17 : Phone type Compare start
16:26:17 : *****CheckPCSyncPrograms Start*****
16:26:18 : PCSyncPrograms Not Found - OK and ready to upgrade
16:26:19 : ****************CheckAndDownload********************
16:26:19 : Version :
16:26:19 : ******Extract Start C:\Users\mangesh\Desktop\India D80210C_00.kdz*****
16:26:19 : Model Dll Dir(C:\ProgramData\LGMOBILEAX\Phone\)
16:26:19 : Check 2G-4G big size kdz file..
16:26:19 : Extract 2G-4G big size kdz file..
16:26:19 : NNNNN WDB FullPath(C:\Users\mangesh\Desktop\India D80210C_00.kdz)
16:26:19 : NNNNN Model dll FullPath(C:\ProgramData\LGMOBILEAX\Phone\LGUP_8974.dll)
16:26:19 : Extract End C:\Users\mangesh\Desktop\India D80210C_00.kdz
16:26:19 : 01 Skip delete kdz 1.1 file...
16:26:19 : ------------------Model.dll Information-------------------
16:26:19 : Filename : LGUP_8974.dll
16:26:19 : Version : 0.2.10.0
16:26:19 : File size : 1461248
16:26:19 : File date : 2014/01/14-16:26:19
16:26:19 : PC Created date: 2014/01/14-16:26:19
16:26:19 : ----------------------------------------------------------
16:26:19 : *****Check LGCM Programs Start*****
16:26:19 : LGCM Programs Not Found - OK and ready to upgrade
16:26:19 : m_pLGCyonUpdate status change.
16:26:20 : *****WorkModelDLL Start*****
16:26:22 : strPhoneBinaryPath(C:\Users\mangesh\Desktop\India D80210C_00.kdz)
16:26:22 : strModuleDir(C:\ProgramData\LGMOBILEAX\Phone\)
16:26:22 : strModelDLLPath(C:\ProgramData\LGMOBILEAX\Phone\LGUP_8974.dll)
16:26:22 : _DetachDLL Call
16:26:27 : _DetachDLL Call End
16:26:27 : Call fn_StartUpgrade
16:26:27 : ********* 2Chip Model.dll input Parameter*************
16:26:27 : MODEL_EVENT : 32769
16:26:27 : PhoneBinaryPath : C:\Users\mangesh\Desktop\India D80210C_00.kdz
16:26:27 : ModuleDir : C:\ProgramData\LGMOBILEAX\Phone\
16:26:27 : BootWaitTime : 49500
16:26:27 : UsbHighSpeed : FALSE
16:26:27 : PhoneMode : 2
16:26:27 : NewPhoneBinVersion : India D80210C_00
16:26:27 : ClearSI : FALSE
16:26:27 : AuthMark : 0
16:26:27 : ********* 2Chip Model.dll input Parameter End*************
16:26:30 : wParam : 20, lParam = 540
16:26:30 : MODEL DLL Event : (20, 540)
16:26:31 : Model File Count = 540
16:26:31 : wParam : 6000, lParam = 0
16:26:31 : #################################################
16:26:31 : Indirect Internal / download mode
16:26:31 : wParam : 6001, lParam = 0
16:26:31 : #################################################
16:26:31 : Indirect Internal / PC to Phone send start
16:26:31 : wParam : 13, lParam = 10
16:26:32 : MODEL DLL Event : (13, 10)
16:26:32 : wParam : 20, lParam = 480
16:26:32 : MODEL DLL Event : (20, 480)
16:26:33 : Model File Count = 480
16:26:36 : wParam : 13, lParam = 11
16:26:36 : MODEL DLL Event : (13, 11)
16:26:43 : wParam : 13, lParam = 12
16:26:49 : wParam : 13, lParam = 13
16:26:55 : wParam : 13, lParam = 14
16:27:02 : wParam : 13, lParam = 15
16:27:08 : wParam : 13, lParam = 16
16:27:15 : wParam : 13, lParam = 17
16:27:21 : wParam : 13, lParam = 18
16:27:27 : wParam : 13, lParam = 19
16:27:34 : wParam : 13, lParam = 20
16:27:34 : wParam : 20, lParam = 420
16:27:34 : MODEL DLL Event : (20, 420)
16:27:35 : Model File Count = 420
16:27:40 : wParam : 13, lParam = 21
16:27:40 : MODEL DLL Event : (13, 21)
16:27:46 : wParam : 13, lParam = 22
16:27:53 : wParam : 13, lParam = 23
16:27:59 : wParam : 13, lParam = 24
16:28:06 : wParam : 13, lParam = 25
16:28:12 : wParam : 13, lParam = 26
16:28:19 : wParam : 13, lParam = 27
16:28:25 : wParam : 13, lParam = 28
16:28:31 : wParam : 13, lParam = 29
16:28:38 : wParam : 13, lParam = 30
16:28:38 : wParam : 20, lParam = 360
16:28:38 : MODEL DLL Event : (20, 360)
16:28:39 : Model File Count = 360
16:28:45 : wParam : 13, lParam = 31
16:28:45 : MODEL DLL Event : (13, 31)
16:28:51 : wParam : 13, lParam = 32
16:28:57 : wParam : 13, lParam = 33
16:29:04 : wParam : 13, lParam = 34
16:29:10 : wParam : 13, lParam = 35
16:29:17 : wParam : 13, lParam = 36
16:29:23 : wParam : 13, lParam = 37
16:29:29 : wParam : 13, lParam = 38
16:29:36 : wParam : 13, lParam = 39
16:29:42 : wParam : 13, lParam = 40
16:29:42 : wParam : 20, lParam = 300
16:29:42 : MODEL DLL Event : (20, 300)
16:29:43 : Model File Count = 300
16:29:49 : wParam : 13, lParam = 41
16:29:49 : MODEL DLL Event : (13, 41)
16:29:55 : wParam : 13, lParam = 42
16:30:01 : wParam : 13, lParam = 43
16:30:08 : wParam : 13, lParam = 44
16:30:14 : wParam : 13, lParam = 45
16:30:16 : wParam : 6002, lParam = 0
16:30:16 : #################################################
16:30:16 : Indirect Internal / PC to Phone send end
16:30:36 : wParam : 13, lParam = 46
16:30:56 : wParam : 13, lParam = 4716:36:06 : wParam : 6001, lParam = 0
16:36:06 : #################################################
16:36:06 : Indirect Internal / PC to Phone send start
16:39:55 : wParam : 6002, lParam = 0
16:39:55 : #################################################
16:39:55 : Indirect Internal / PC to Phone send end
16:40:56 : wParam : 100, lParam = 3146240
16:40:57 : MODEL DLL Event : (100, 3146240)
16:40:57 : Step : TYPE_WPARAM_UPGRADE_ERROR
16:40:57 : CleanModelDll() : Free Model.dll
16:40:57 : _DetachDLL Call
16:41:02 : _DetachDLL Call End
16:41:02 : Page_Error ºÎºÐÀÔ´Ï´Ù
16:41:02 : ¿©±â´Â Retry ºÎºÐÀÔ´Ï´Ù
16:31:17 : wParam : 6001, lParam = 0
16:31:17 : #################################################
16:31:17 : Indirect Internal / PC to Phone send start
16:35:05 : wParam : 6002, lParam = 0
16:35:05 : #################################################
16:35:05 : Indirect Internal / PC to Phone send end
Had this issue for several times. Download "LGMobile Support Tool". Connect in Download Mode (turn device off and hold "volume up" while connecting via USB and go to Options and Upgrade Recovery. I also stuck on 49% until I found out you can get back on Stock by this solution. It works fine.
hi guys, i unable to unroot.
im currently using pa rom. everytime i try to unroot. it will always have an error at 49%. and the bar does not coincide with the phone as well.
Plain Water said:
hi guys, i unable to unroot.
im currently using pa rom. everytime i try to unroot. it will always have an error at 49%. and the bar does not coincide with the phone as well.
Click to expand...
Click to collapse
this is the message : 15:19:57 : Restart.....
15:19:57 : Start Date : 2014-02-01 15:19:57
15:19:57 : ---------- QM Testmode ---------
15:19:57 : ***** Check Tool Version *****
15:19:57 : Tool version : 1.6.9.0
15:19:57 : UpgradeDLL version : 2.1.5.0
15:19:57 : Current Dir : C:\ProgramData\LGMOBILEAX\B2C_Client
15:19:57 : LGE USB Driver Version :
15:19:57 : Android PDLV Version :
15:19:57 : Android NDLV Version :
15:19:57 : ******************************************
15:19:57 : [C:\ProgramData\LGMOBILEAX\Phone] Try to delete folder
15:19:57 : SetEmerModeAT()
15:19:57 : _IsConnectedPhone Call
15:20:05 : _IsConnectedPhone(2)
15:20:05 : 0 - NotConnected.
15:20:05 : 1 - Normal connect success
15:20:05 : 2 - Emergency connect success
15:20:05 : *****CheckOS Start********
15:20:05 : Microsoft_Windows7_Home Edition_
15:20:05 : *****CheckPCSyncPrograms Start*****
15:20:05 : PCSyncPrograms Not Found - OK and ready to upgrade
15:20:05 : Verifying phone connection...
15:20:05 : dwWaitResetTime(40000 ms)
15:20:06 : Phone Mode(2)
15:20:06 : *****GetPhoneType Start*****
15:20:06 : Phone Type : CDMA_2CHIP
15:20:06 : *****GetPhoneBinaryVersion Start*****
15:20:06 : Phone Bin Version : D80210B_00
15:20:06 : *****Get ESN / IMEI / MEID Start*****
15:20:06 : ESN/IMEI/MEID : 000000000000000
15:20:07 : Check Backup and Restore model
15:20:07 : Skip Backup and Restore - Emergency mode
15:20:07 : Phone type Compare start
15:20:07 : *****CheckPCSyncPrograms Start*****
15:20:07 : PCSyncPrograms Not Found - OK and ready to upgrade
15:20:08 : ****************CheckAndDownload********************
15:20:08 : Version :
15:20:08 : ******Extract Start C:\Users\Keith\Desktop\D80210B_00.kdz*****
15:20:08 : Model Dll Dir(C:\ProgramData\LGMOBILEAX\Phone\)
15:20:08 : Check 2G-4G big size kdz file..
15:20:08 : Extract 2G-4G big size kdz file..
15:20:09 : NNNNN WDB FullPath(C:\Users\Keith\Desktop\D80210B_00.kdz)
15:20:09 : NNNNN Model dll FullPath(C:\ProgramData\LGMOBILEAX\Phone\LGUP_8974.dll)
15:20:09 : Extract End C:\Users\Keith\Desktop\D80210B_00.kdz
15:20:09 : 01 Skip delete kdz 1.1 file...
15:20:09 : ------------------Model.dll Information-------------------
15:20:09 : Filename : LGUP_8974.dll
15:20:09 : Version : 0.2.10.0
15:20:09 : File size : 1461248
15:20:09 : File date : 2014/02/01-15:20:09
15:20:09 : PC Created date: 2014/02/01-15:20:08
15:20:09 : ----------------------------------------------------------
15:20:09 : *****Check LGCM Programs Start*****
15:20:09 : LGCM Programs Not Found - OK and ready to upgrade
15:20:09 : m_pLGCyonUpdate status change.
15:20:09 : *****WorkModelDLL Start*****
15:20:09 : strPhoneBinaryPath(C:\Users\Keith\Desktop\D80210B_00.kdz)
15:20:09 : strModuleDir(C:\ProgramData\LGMOBILEAX\Phone\)
15:20:09 : strModelDLLPath(C:\ProgramData\LGMOBILEAX\Phone\LGUP_8974.dll)
15:20:09 : _DetachDLL Call
15:20:14 : _DetachDLL Call End
15:20:14 : Call fn_StartUpgrade
15:20:14 : ********* 2Chip Model.dll input Parameter*************
15:20:14 : MODEL_EVENT : 32769
15:20:14 : PhoneBinaryPath : C:\Users\Keith\Desktop\D80210B_00.kdz
15:20:15 : ModuleDir : C:\ProgramData\LGMOBILEAX\Phone\
15:20:15 : BootWaitTime : 49500
15:20:15 : UsbHighSpeed : FALSE
15:20:15 : PhoneMode : 2
15:20:15 : NewPhoneBinVersion : D80210B_00
15:20:15 : ClearSI : FALSE
15:20:15 : AuthMark : 0
15:20:15 : ********* 2Chip Model.dll input Parameter End*************
15:20:18 : wParam : 20, lParam = 540
15:20:18 : MODEL DLL Event : (20, 540)
15:20:18 : Model File Count = 540
15:20:18 : wParam : 6000, lParam = 0
15:20:18 : #################################################
15:20:18 : Indirect Internal / download mode
15:20:19 : wParam : 6001, lParam = 0
15:20:19 : #################################################
15:20:19 : Indirect Internal / PC to Phone send start
15:20:19 : wParam : 13, lParam = 10
15:20:19 : MODEL DLL Event : (13, 10)
15:20:19 : wParam : 20, lParam = 480
15:20:19 : MODEL DLL Event : (20, 480)
15:20:19 : Model File Count = 480
15:20:22 : wParam : 13, lParam = 11
15:20:22 : MODEL DLL Event : (13, 11)
15:20:28 : wParam : 13, lParam = 12
15:20:32 : wParam : 13, lParam = 13
15:20:37 : wParam : 13, lParam = 14
15:20:42 : wParam : 13, lParam = 15
15:20:47 : wParam : 13, lParam = 16
15:20:51 : wParam : 13, lParam = 17
15:20:56 : wParam : 13, lParam = 18
15:21:01 : wParam : 13, lParam = 19
15:21:06 : wParam : 13, lParam = 20
15:21:06 : wParam : 20, lParam = 420
15:21:06 : MODEL DLL Event : (20, 420)
15:21:06 : Model File Count = 420
15:21:10 : wParam : 13, lParam = 21
15:21:10 : MODEL DLL Event : (13, 21)
15:21:15 : wParam : 13, lParam = 22
15:21:20 : wParam : 13, lParam = 23
15:21:24 : wParam : 13, lParam = 24
15:21:29 : wParam : 13, lParam = 25
15:21:34 : wParam : 13, lParam = 26
15:21:38 : wParam : 13, lParam = 27
15:21:43 : wParam : 13, lParam = 28
15:21:48 : wParam : 13, lParam = 29
15:21:53 : wParam : 13, lParam = 30
15:21:53 : wParam : 20, lParam = 360
15:21:53 : MODEL DLL Event : (20, 360)
15:21:53 : Model File Count = 360
15:21:57 : wParam : 13, lParam = 31
15:21:57 : MODEL DLL Event : (13, 31)
15:22:02 : wParam : 13, lParam = 32
15:22:07 : wParam : 13, lParam = 33
15:22:12 : wParam : 13, lParam = 34
15:22:16 : wParam : 13, lParam = 35
15:22:21 : wParam : 13, lParam = 36
15:22:26 : wParam : 13, lParam = 37
15:22:31 : wParam : 13, lParam = 38
15:22:36 : wParam : 13, lParam = 39
15:22:41 : wParam : 13, lParam = 40
15:22:41 : wParam : 20, lParam = 300
15:22:41 : MODEL DLL Event : (20, 300)
15:22:42 : Model File Count = 300
15:22:46 : wParam : 13, lParam = 41
15:22:46 : MODEL DLL Event : (13, 41)
15:22:51 : wParam : 13, lParam = 42
15:22:56 : wParam : 13, lParam = 43
15:23:01 : wParam : 13, lParam = 44
15:23:06 : wParam : 13, lParam = 45
15:23:07 : wParam : 6002, lParam = 0
15:23:07 : #################################################
15:23:07 : Indirect Internal / PC to Phone send end
15:23:27 : wParam : 13, lParam = 46
15:23:47 : wParam : 13, lParam = 47
15:24:09 : wParam : 100, lParam = 3146241
15:24:09 : MODEL DLL Event : (100, 3146241)
15:24:09 : Step : TYPE_WPARAM_UPGRADE_ERROR
15:24:09 : CleanModelDll() : Free Model.dll
15:24:09 : _DetachDLL Call
15:24:14 : _DetachDLL Call End
15:24:14 : Page_Error ºÎºÐÀÔ´Ï´Ù
15:24:14 : ¿©±â´Â Retry ºÎºÐÀÔ´Ï´Ù
Plain Water said:
hi guys, i unable to unroot.
im currently using pa rom. everytime i try to unroot. it will always have an error at 49%. and the bar does not coincide with the phone as well.
Click to expand...
Click to collapse
There are many posts on this already. There seems to be a need to use TWRP and advanced wipe to clear data, system and both caches first.