KRT16M OMNI 4.4 for GEEB (E970/E971/E973)

Search This thread

MiZrY

Senior Member
Dec 15, 2011
738
923
California
I will make ls970 and E975 trees soon (Probably tonite).



I have uploaded GAPPS to my own server with NetworkLocation from BaNks 4.3 GAPPS, i suppose he only forgot to push them in 4.4.

For the wifi, get me a dmesg and a logcat please.



No problem here, can you get me a logcat please.



We need to use mako recovery because 4.4 rom flashing involve selinux operation and therefore, the kernel in recovery needs to support selinux. Since our recovery tree is not updated, TWRP is not up-to-date and wont flash 4.4 roms. using mako is less pita and the only inconvenient is that it wont see external SD.

As for external SD, I think i have an idea why it is not working, I will take a look.

Keep in mind 4.4 is brand new and Omni devs had to rebase most of the repo. Stuff from 4.3 branches are slowly coming back to 4.4 .

I build with multi-window most of the time, but it's still a wip. To use it, long press home, long press an app and click add to split view. Do the same thing for the second app you want to see in multi-window. To go back to normal, long press home and tap the app you want to go back to.

Updated november 5th build, any E970 user can test if external SD works ?

I'll test it out for you on the e970 shortly. Will post back with my results.

Also, for the Gapps NetworkLocation.apk issue. I talked to BaNKs about it, Nexus 5 stock 4.4 does not require NetworkLocation.apk and only need FusedLocation.apk. Other 4.4 ROMs apparently need both for network services/gps to function correctly. Kinda confusing, but he is looking into it.
 
Last edited:
  • Like
Reactions: chadouming

chadouming

Senior Member
Aug 27, 2009
2,208
1,982
On the interwebz
I'll test it out for you on the e970 shortly. Will post back with my results.

Also, for the Gapps NetworkLocation.apk issue. I talked to BaNKs about it, Nexus 5 stock 4.4 does not require NetworkLocation.apk and only need FusedLocation.apk. Other 4.4 ROMs apparently need both for network services/gps to function correctly. Kinda confusing, but he is looking into it.

Thanks for the clarification.
 

chadouming

Senior Member
Aug 27, 2009
2,208
1,982
On the interwebz
No external SD with e970 on latest build. Using latest mako TWRP.

No WiFi, unfortunately I cannot get you a logcat ect. until I get home later today.

External SD might be due because it's not integrated yet into omni 4.4 . I will know for sure with a logcat. I will need the dmesg for wifi. So if you can upload them to me when you will get home it would be perfect.
 

MiZrY

Senior Member
Dec 15, 2011
738
923
California
External SD might be due because it's not integrated yet into omni 4.4 . I will know for sure with a logcat. I will need the dmesg for wifi. So if you can upload them to me when you will get home it would be perfect.

@chadouming

e970 w/ TWRP v2.6.3.2

Logcat.log > from boot to attempting to activate WiFi

Let me know if you need to me re-run them or need more info. :highfive::good:
 

Attachments

  • dmesg.txt
    87.4 KB · Views: 12
  • logcat.txt
    107 KB · Views: 12
Last edited:

MiZrY

Senior Member
Dec 15, 2011
738
923
California
Can you paste me the file you have in /system/etc/wifi/WCNSS_qcom_cfg.ini ?

Yes, give me about 10 minutes. Need to reflash. :p

---------- Post added at 05:16 PM ---------- Previous post was at 05:03 PM ----------

Can you paste me the file you have in /system/etc/wifi/WCNSS_qcom_cfg.ini ?

@chadouming here ya go




# This file allows user to override the factory
# defaults for the WLAN Driver

# Enable IMPS or not
gEnableImps=1

# Enable/Disable Idle Scan
gEnableIdleScan=0

# Increase sleep duration (seconds) during IMPS
# 0 implies no periodic wake up from IMPS. Periodic wakeup is
# unnecessary if Idle Scan is disabled.
gImpsModSleepTime=0

# Enable BMPS or not
gEnableBmps=1

# Enable Close Loop or not
gEnableCloseLoop=1

# Enable suspend or not
# 1: Enable standby, 2: Enable Deep sleep, 3: Enable Mcast/Bcast Filter
gEnableSuspend=3

# Phy Mode (auto, b, g, n, etc)
gDot11Mode=0

# Handoff Enable(1) Disable(0)
gEnableHandoff=0

# CSR Roaming Enable(1) Disable(0)
gRoamingTime=0

# Assigned MAC Addresses - This will be used until NV items are in place
# Each byte of MAC address is represented in Hex format as XX
Intf0MacAddress=000AF58989FF
Intf1MacAddress=000AF58989FE
Intf2MacAddress=000AF58989FD
Intf3MacAddress=000AF58989FC

# UAPSD service interval for VO,VI, BE, BK traffic
InfraUapsdVoSrvIntv=0
InfraUapsdViSrvIntv=0
InfraUapsdBeSrvIntv=0
InfraUapsdBkSrvIntv=0

# Enable Firmware RSSI monitoring for roaming
gEnableFWRssiMonitoring=1

# Make 1x1 the default antenna configuration
gNumRxAnt=1

# Beacon filtering frequency (unit in beacon intervals)
gNthBeaconFilter=50

# Enable WAPI or not
# WAPIIsEnabled=0

# Flags to filter Mcast and Bcast RX packets.
# Value 0: No filtering, 1: Filter all Multicast.
# 2: Filter all Broadcast. 3: Filter all Mcast and Bcast
McastBcastFilter=3

# Flag to enable Active mode offload
gEnableActiveModeOffload=1

# Flag to enable HostARPOffload feature or not
hostArpOffload=1

# Flag to enable Host IPv6 NS Offload feature or not
hostNSOffload=1

#SoftAP Related Parameters
# AP MAc addr (obsolete)
gAPMacAddr=000AF58989EF

# Enable Random BSSID
gEnableApRandomBssid=1

# 802.11n Protection flag
gEnableApProt=1

# Enable OBSS protection
gEnableApOBSSProt=0

# Enable/Disable UAPSD for SoftAP
gEnableApUapsd=1

# Fixed Rate
gFixedRate=0

# Maximum Tx power
# gTxPowerCap=30

# Fragmentation Threshold
# gFragmentationThreshold=2346

# RTS threshold
RTSThreshold=2347

# Intra-BSS forward
gDisableIntraBssFwd=0

# WMM Enable/Disable
WmmIsEnabled=0

# 802.11d support
g11dSupportEnabled=1

# CCX Support and fast transition
CcxEnabled=0
FastTransitionEnabled=1
ImplicitQosIsEnabled=1
gNeighborScanTimerPeriod=200

gNeighborLookupThreshold=76
gNeighborReassocThreshold=81

gNeighborScanChannelMinTime=20
gNeighborScanChannelMaxTime=30
gMaxNeighborReqTries=3

# Legacy (non-CCX, non-802.11r) Fast Roaming Support
# To enable, set FastRoamEnabled=1, gEnableFWRssiMonitoring=1, FastTransitionEnabled=1
# To disable, set FastRoamEnabled=0, gEnableFWRssiMonitoring=0, FastTransitionEnabled=0
FastRoamEnabled=1

#Check if the AP to which we are roaming is better than current AP in terms of RSSI.
#Checking is disabled if set to Zero_Otherwise it will use this value as to how better
#the RSSI of the new/roamable AP should be for roaming
RoamRssiDiff=3

#Configure the RSSI gap that will be used to partition/categorize width of
#each individual category (aka bucket).
gRssiCatGap=5

# SAP Country code
# Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
# Example
# US Indoor, USI
# Korea Outdoor, KRO
# Japan without optional byte, JP
# France without optional byte, FR
#gAPCntryCode=USI

#Short Guard Interval Enable/disable
gShortGI20Mhz=1
gShortGI40Mhz=1

#Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
gAPAutoShutOff=0

# SAP auto channel selection configuration
# 0 = disable auto channel selection
# 1 = enable auto channel selection, channel provided by supplicant will be ignored
gApAutoChannelSelection=0

# Listen Energy Detect Mode Configuration
# Valid values 0-128
# 128 means disable Energy Detect feature
# 0-9 are threshold code and 7 is recommended value from system if feature is to be enabled.
# 10-128 are reserved.
# The EDET threshold mapping is as follows in 3dB step:
# 0 = -60 dBm
# 1 = -63 dBm
# 2 = -66 dBm
# ...
# 7 = -81 dBm
# 8 = -84 dBm
# 9 = -87 dBm
# Note: Any of these settings are valid. Setting 0 would yield the highest power saving (in a noisy environment) at the cost of more range. The range impact is approximately #calculated as:
#
# Range Loss (dB) = EDET threshold level (dBm) + 97 dBm.
#
gEnablePhyAgcListenMode=128

#Preferred band (both or 2.4 only or 5 only)
BandCapability=0

#Forced Device Listen Interval in multiples of DTIM Period aligned to DTIM
gEnableModulatedDTIM=3

#Beacon Early Termination (1 = enable the BET feature, 0 = disable)
enableBeaconEarlyTermination=1
beaconEarlyTerminationWakeInterval=11

#Bluetooth Alternate Mac Phy (1 = enable the BT AMP feature, 0 = disable)
gEnableBtAmp=0

#Preferred channel to start BT AMP AP mode (0 means, any channel)
BtAmpPreferredChannel=0

#SOFTAP Channel Range selection
gAPChannelSelectStartChannel=1
gAPChannelSelectEndChannel=11

#SOFTAP Channel Range selection Operating band
# 0:2.4GHZ 1: LOW-5GHZ 2:MID-5GHZ 3:HIGH-5GHZ 4: 4.9HZ BAND
gAPChannelSelectOperatingBand=0

#Enable Keep alive with non-zero period value
gStaKeepAlivePeriod = 25

#If set will start with active scan after driver load, otherwise will start with
#passive scan to find out the domain
gEnableBypass11d=1

#If set to 0, will not scan DFS channels
gEnableDFSChnlScan=1

# Enable logp/SSR
gEnableLogp=1

# Disable HT40
gChannelBondingMode5GHz=0

# Enable Automatic Tx Power control
gEnableAutomaticTxPowerControl=1

# Derive P2P MAC address from primary MAC address
isP2pDeviceAddrAdministrated=1

# Disable channel 165 for Indonesia
gIgnore_Chan165=1

btcStaticLenLeBt=120000
btcStaticLenLeWlan=30000

gCountryCodePriority=1

gNumChanCombinedConc=255

# TDLS configuration
gEnableTDLSSupport=1
gEnableTDLSImplicitTrigger=0
gTDLSTxStatsPeriod=5000
gTDLSTxPacketThreshold=100
gTDLSDiscoveryPeriod=20000
gTDLSMaxDiscoveryAttempt=5
gTDLSIdleTimeout=5000
gTDLSRssiHysteresis=100
gTDLSRSSITriggerThreshold=-75
gTDLSIdlePacketThreshold=5
gTDLSRSSITeardownThreshold=-75

END
# Note: Configuration parser would not read anything past the END marker
 

mathsz

Senior Member
Mar 6, 2012
913
434
Quebec
From now i will have a new policy.

Logcat and dmesg or it didn't happen.

That's fair enough.
+ installation procedure used,
+ recovery version used.

One question, since dvhexer, a lot of roms in at&t use the maritime fix (The custom RIL). Do you use that? I admit to not checking your kitkat github yet. I got better battery usage without the RIL (and yes, I know, how can so little code cause more battery usage). I have no idea, but without it, battery is better and I mean way better.

Testing procedure for battery testing was always the same within controllable parameters as much as is possible. This is not cnet labs, but I kept all parameters the same to come to that conclusion. And since it's not needed for rogers, bell, telus, I asked paulicat to remove the RIL in some of his aokp builds. --> instant better battery.

Keep up the work.
 

MiZrY

Senior Member
Dec 15, 2011
738
923
California
Can you check if it's the exact same file in /data/misc/wifi ?

These are the only differences I could find:

/system version:

# Assigned MAC Addresses - This will be used until NV items are in place
# Each byte of MAC address is represented in Hex format as XX
Intf0MacAddress=000AF58989FF

#SoftAP Related Parameters
# AP MAc addr (obsolete)
gAPMacAddr=000AF58989EF



These are different in the /data version:

Intf0MacAddress=001122B6FAA7
gAPMacAddr=001122B6FAA7
 
Last edited:

chadouming

Senior Member
Aug 27, 2009
2,208
1,982
On the interwebz
These are the only differences I could find:

/system version:

# Assigned MAC Addresses - This will be used until NV items are in place
# Each byte of MAC address is represented in Hex format as XX
Intf0MacAddress=000AF58989FF

#SoftAP Related Parameters
# AP MAc addr (obsolete)
gAPMacAddr=000AF58989EF



These are different in the /data version:

Intf0MacAddress=001122B6FAA7
gAPMacAddr=001122B6FAA7

Can you try deleting the whole /data/misc/wifi folder and rebooting please. No need to reflash the rom.
 

MiZrY

Senior Member
Dec 15, 2011
738
923
California
Can you check if it's the exact same file in /data/misc/wifi ?

here is the /data version




# This file allows user to override the factory
# defaults for the WLAN Driver

# Enable IMPS or not
gEnableImps=1

# Enable/Disable Idle Scan
gEnableIdleScan=0

# Increase sleep duration (seconds) during IMPS
# 0 implies no periodic wake up from IMPS. Periodic wakeup is
# unnecessary if Idle Scan is disabled.
gImpsModSleepTime=0

# Enable BMPS or not
gEnableBmps=1

# Enable Close Loop or not
gEnableCloseLoop=1

# Enable suspend or not
# 1: Enable standby, 2: Enable Deep sleep, 3: Enable Mcast/Bcast Filter
gEnableSuspend=3

# Phy Mode (auto, b, g, n, etc)
gDot11Mode=0

# Handoff Enable(1) Disable(0)
gEnableHandoff=0

# CSR Roaming Enable(1) Disable(0)
gRoamingTime=0

# Assigned MAC Addresses - This will be used until NV items are in place
# Each byte of MAC address is represented in Hex format as XX
Intf0MacAddress=001122B6FAA7
Intf1MacAddress=000AF58989FE
Intf2MacAddress=000AF58989FD
Intf3MacAddress=000AF58989FC

# UAPSD service interval for VO,VI, BE, BK traffic
InfraUapsdVoSrvIntv=0
InfraUapsdViSrvIntv=0
InfraUapsdBeSrvIntv=0
InfraUapsdBkSrvIntv=0

# Enable Firmware RSSI monitoring for roaming
gEnableFWRssiMonitoring=1

# Make 1x1 the default antenna configuration
gNumRxAnt=1

# Beacon filtering frequency (unit in beacon intervals)
gNthBeaconFilter=50

# Enable WAPI or not
# WAPIIsEnabled=0

# Flags to filter Mcast and Bcast RX packets.
# Value 0: No filtering, 1: Filter all Multicast.
# 2: Filter all Broadcast. 3: Filter all Mcast and Bcast
McastBcastFilter=3

# Flag to enable Active mode offload
gEnableActiveModeOffload=1

# Flag to enable HostARPOffload feature or not
hostArpOffload=1

# Flag to enable Host IPv6 NS Offload feature or not
hostNSOffload=1

#SoftAP Related Parameters
# AP MAc addr (obsolete)
gAPMacAddr=001122B6FAA7

# Enable Random BSSID
gEnableApRandomBssid=1

# 802.11n Protection flag
gEnableApProt=1

# Enable OBSS protection
gEnableApOBSSProt=0

# Enable/Disable UAPSD for SoftAP
gEnableApUapsd=1

# Fixed Rate
gFixedRate=0

# Maximum Tx power
# gTxPowerCap=30

# Fragmentation Threshold
# gFragmentationThreshold=2346

# RTS threshold
RTSThreshold=2347

# Intra-BSS forward
gDisableIntraBssFwd=0

# WMM Enable/Disable
WmmIsEnabled=0

# 802.11d support
g11dSupportEnabled=1

# CCX Support and fast transition
CcxEnabled=0
FastTransitionEnabled=1
ImplicitQosIsEnabled=1
gNeighborScanTimerPeriod=200

gNeighborLookupThreshold=76
gNeighborReassocThreshold=81

gNeighborScanChannelMinTime=20
gNeighborScanChannelMaxTime=30
gMaxNeighborReqTries=3

# Legacy (non-CCX, non-802.11r) Fast Roaming Support
# To enable, set FastRoamEnabled=1, gEnableFWRssiMonitoring=1, FastTransitionEnabled=1
# To disable, set FastRoamEnabled=0, gEnableFWRssiMonitoring=0, FastTransitionEnabled=0
FastRoamEnabled=1

#Check if the AP to which we are roaming is better than current AP in terms of RSSI.
#Checking is disabled if set to Zero_Otherwise it will use this value as to how better
#the RSSI of the new/roamable AP should be for roaming
RoamRssiDiff=3

#Configure the RSSI gap that will be used to partition/categorize width of
#each individual category (aka bucket).
gRssiCatGap=5

# SAP Country code
# Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
# Example
# US Indoor, USI
# Korea Outdoor, KRO
# Japan without optional byte, JP
# France without optional byte, FR
#gAPCntryCode=USI

#Short Guard Interval Enable/disable
gShortGI20Mhz=1
gShortGI40Mhz=1

#Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
gAPAutoShutOff=0

# SAP auto channel selection configuration
# 0 = disable auto channel selection
# 1 = enable auto channel selection, channel provided by supplicant will be ignored
gApAutoChannelSelection=0

# Listen Energy Detect Mode Configuration
# Valid values 0-128
# 128 means disable Energy Detect feature
# 0-9 are threshold code and 7 is recommended value from system if feature is to be enabled.
# 10-128 are reserved.
# The EDET threshold mapping is as follows in 3dB step:
# 0 = -60 dBm
# 1 = -63 dBm
# 2 = -66 dBm
# ...
# 7 = -81 dBm
# 8 = -84 dBm
# 9 = -87 dBm
# Note: Any of these settings are valid. Setting 0 would yield the highest power saving (in a noisy environment) at the cost of more range. The range impact is approximately #calculated as:
#
# Range Loss (dB) = EDET threshold level (dBm) + 97 dBm.
#
gEnablePhyAgcListenMode=128

#Preferred band (both or 2.4 only or 5 only)
BandCapability=0

#Forced Device Listen Interval in multiples of DTIM Period aligned to DTIM
gEnableModulatedDTIM=3

#Beacon Early Termination (1 = enable the BET feature, 0 = disable)
enableBeaconEarlyTermination=1
beaconEarlyTerminationWakeInterval=11

#Bluetooth Alternate Mac Phy (1 = enable the BT AMP feature, 0 = disable)
gEnableBtAmp=0

#Preferred channel to start BT AMP AP mode (0 means, any channel)
BtAmpPreferredChannel=0

#SOFTAP Channel Range selection
gAPChannelSelectStartChannel=1
gAPChannelSelectEndChannel=11

#SOFTAP Channel Range selection Operating band
# 0:2.4GHZ 1: LOW-5GHZ 2:MID-5GHZ 3:HIGH-5GHZ 4: 4.9HZ BAND
gAPChannelSelectOperatingBand=0

#Enable Keep alive with non-zero period value
gStaKeepAlivePeriod = 25

#If set will start with active scan after driver load, otherwise will start with
#passive scan to find out the domain
gEnableBypass11d=1

#If set to 0, will not scan DFS channels
gEnableDFSChnlScan=1

# Enable logp/SSR
gEnableLogp=1

# Disable HT40
gChannelBondingMode5GHz=0

# Enable Automatic Tx Power control
gEnableAutomaticTxPowerControl=1

# Derive P2P MAC address from primary MAC address
isP2pDeviceAddrAdministrated=1

# Disable channel 165 for Indonesia
gIgnore_Chan165=1

btcStaticLenLeBt=120000
btcStaticLenLeWlan=30000

gCountryCodePriority=1

gNumChanCombinedConc=255

# TDLS configuration
gEnableTDLSSupport=1
gEnableTDLSImplicitTrigger=0
gTDLSTxStatsPeriod=5000
gTDLSTxPacketThreshold=100
gTDLSDiscoveryPeriod=20000
gTDLSMaxDiscoveryAttempt=5
gTDLSIdleTimeout=5000
gTDLSRssiHysteresis=100
gTDLSRSSITriggerThreshold=-75
gTDLSIdlePacketThreshold=5
gTDLSRSSITeardownThreshold=-75

END
# Note: Configuration parser would not read anything past the END marker

---------- Post added at 05:45 PM ---------- Previous post was at 05:39 PM ----------

Can you try deleting the whole /data/misc/wifi folder and rebooting please. No need to reflash the rom.

WiFi seem to be stuck trying to turn on. Toggle is greyed out in the off position and says, "Turning Wi-Fi on..."
 

chadouming

Senior Member
Aug 27, 2009
2,208
1,982
On the interwebz
here is the /data version




# This file allows user to override the factory
# defaults for the WLAN Driver

# Enable IMPS or not
gEnableImps=1

# Enable/Disable Idle Scan
gEnableIdleScan=0

# Increase sleep duration (seconds) during IMPS
# 0 implies no periodic wake up from IMPS. Periodic wakeup is
# unnecessary if Idle Scan is disabled.
gImpsModSleepTime=0

# Enable BMPS or not
gEnableBmps=1

# Enable Close Loop or not
gEnableCloseLoop=1

# Enable suspend or not
# 1: Enable standby, 2: Enable Deep sleep, 3: Enable Mcast/Bcast Filter
gEnableSuspend=3

# Phy Mode (auto, b, g, n, etc)
gDot11Mode=0

# Handoff Enable(1) Disable(0)
gEnableHandoff=0

# CSR Roaming Enable(1) Disable(0)
gRoamingTime=0

# Assigned MAC Addresses - This will be used until NV items are in place
# Each byte of MAC address is represented in Hex format as XX
Intf0MacAddress=001122B6FAA7
Intf1MacAddress=000AF58989FE
Intf2MacAddress=000AF58989FD
Intf3MacAddress=000AF58989FC

# UAPSD service interval for VO,VI, BE, BK traffic
InfraUapsdVoSrvIntv=0
InfraUapsdViSrvIntv=0
InfraUapsdBeSrvIntv=0
InfraUapsdBkSrvIntv=0

# Enable Firmware RSSI monitoring for roaming
gEnableFWRssiMonitoring=1

# Make 1x1 the default antenna configuration
gNumRxAnt=1

# Beacon filtering frequency (unit in beacon intervals)
gNthBeaconFilter=50

# Enable WAPI or not
# WAPIIsEnabled=0

# Flags to filter Mcast and Bcast RX packets.
# Value 0: No filtering, 1: Filter all Multicast.
# 2: Filter all Broadcast. 3: Filter all Mcast and Bcast
McastBcastFilter=3

# Flag to enable Active mode offload
gEnableActiveModeOffload=1

# Flag to enable HostARPOffload feature or not
hostArpOffload=1

# Flag to enable Host IPv6 NS Offload feature or not
hostNSOffload=1

#SoftAP Related Parameters
# AP MAc addr (obsolete)
gAPMacAddr=001122B6FAA7

# Enable Random BSSID
gEnableApRandomBssid=1

# 802.11n Protection flag
gEnableApProt=1

# Enable OBSS protection
gEnableApOBSSProt=0

# Enable/Disable UAPSD for SoftAP
gEnableApUapsd=1

# Fixed Rate
gFixedRate=0

# Maximum Tx power
# gTxPowerCap=30

# Fragmentation Threshold
# gFragmentationThreshold=2346

# RTS threshold
RTSThreshold=2347

# Intra-BSS forward
gDisableIntraBssFwd=0

# WMM Enable/Disable
WmmIsEnabled=0

# 802.11d support
g11dSupportEnabled=1

# CCX Support and fast transition
CcxEnabled=0
FastTransitionEnabled=1
ImplicitQosIsEnabled=1
gNeighborScanTimerPeriod=200

gNeighborLookupThreshold=76
gNeighborReassocThreshold=81

gNeighborScanChannelMinTime=20
gNeighborScanChannelMaxTime=30
gMaxNeighborReqTries=3

# Legacy (non-CCX, non-802.11r) Fast Roaming Support
# To enable, set FastRoamEnabled=1, gEnableFWRssiMonitoring=1, FastTransitionEnabled=1
# To disable, set FastRoamEnabled=0, gEnableFWRssiMonitoring=0, FastTransitionEnabled=0
FastRoamEnabled=1

#Check if the AP to which we are roaming is better than current AP in terms of RSSI.
#Checking is disabled if set to Zero_Otherwise it will use this value as to how better
#the RSSI of the new/roamable AP should be for roaming
RoamRssiDiff=3

#Configure the RSSI gap that will be used to partition/categorize width of
#each individual category (aka bucket).
gRssiCatGap=5

# SAP Country code
# Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
# Example
# US Indoor, USI
# Korea Outdoor, KRO
# Japan without optional byte, JP
# France without optional byte, FR
#gAPCntryCode=USI

#Short Guard Interval Enable/disable
gShortGI20Mhz=1
gShortGI40Mhz=1

#Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
gAPAutoShutOff=0

# SAP auto channel selection configuration
# 0 = disable auto channel selection
# 1 = enable auto channel selection, channel provided by supplicant will be ignored
gApAutoChannelSelection=0

# Listen Energy Detect Mode Configuration
# Valid values 0-128
# 128 means disable Energy Detect feature
# 0-9 are threshold code and 7 is recommended value from system if feature is to be enabled.
# 10-128 are reserved.
# The EDET threshold mapping is as follows in 3dB step:
# 0 = -60 dBm
# 1 = -63 dBm
# 2 = -66 dBm
# ...
# 7 = -81 dBm
# 8 = -84 dBm
# 9 = -87 dBm
# Note: Any of these settings are valid. Setting 0 would yield the highest power saving (in a noisy environment) at the cost of more range. The range impact is approximately #calculated as:
#
# Range Loss (dB) = EDET threshold level (dBm) + 97 dBm.
#
gEnablePhyAgcListenMode=128

#Preferred band (both or 2.4 only or 5 only)
BandCapability=0

#Forced Device Listen Interval in multiples of DTIM Period aligned to DTIM
gEnableModulatedDTIM=3

#Beacon Early Termination (1 = enable the BET feature, 0 = disable)
enableBeaconEarlyTermination=1
beaconEarlyTerminationWakeInterval=11

#Bluetooth Alternate Mac Phy (1 = enable the BT AMP feature, 0 = disable)
gEnableBtAmp=0

#Preferred channel to start BT AMP AP mode (0 means, any channel)
BtAmpPreferredChannel=0

#SOFTAP Channel Range selection
gAPChannelSelectStartChannel=1
gAPChannelSelectEndChannel=11

#SOFTAP Channel Range selection Operating band
# 0:2.4GHZ 1: LOW-5GHZ 2:MID-5GHZ 3:HIGH-5GHZ 4: 4.9HZ BAND
gAPChannelSelectOperatingBand=0

#Enable Keep alive with non-zero period value
gStaKeepAlivePeriod = 25

#If set will start with active scan after driver load, otherwise will start with
#passive scan to find out the domain
gEnableBypass11d=1

#If set to 0, will not scan DFS channels
gEnableDFSChnlScan=1

# Enable logp/SSR
gEnableLogp=1

# Disable HT40
gChannelBondingMode5GHz=0

# Enable Automatic Tx Power control
gEnableAutomaticTxPowerControl=1

# Derive P2P MAC address from primary MAC address
isP2pDeviceAddrAdministrated=1

# Disable channel 165 for Indonesia
gIgnore_Chan165=1

btcStaticLenLeBt=120000
btcStaticLenLeWlan=30000

gCountryCodePriority=1

gNumChanCombinedConc=255

# TDLS configuration
gEnableTDLSSupport=1
gEnableTDLSImplicitTrigger=0
gTDLSTxStatsPeriod=5000
gTDLSTxPacketThreshold=100
gTDLSDiscoveryPeriod=20000
gTDLSMaxDiscoveryAttempt=5
gTDLSIdleTimeout=5000
gTDLSRssiHysteresis=100
gTDLSRSSITriggerThreshold=-75
gTDLSIdlePacketThreshold=5
gTDLSRSSITeardownThreshold=-75

END
# Note: Configuration parser would not read anything past the END marker

---------- Post added at 05:45 PM ---------- Previous post was at 05:39 PM ----------



WiFi seem to be stuck trying to turn on. Toggle is greyed out in the off position and says, "Turning Wi-Fi on..."

After you deleted ?
 

MiZrY

Senior Member
Dec 15, 2011
738
923
California
Are the two file still different ?

Edit : wanna come on IRC ? I'm in channel #lg-optimus-g on freenode.

The same two commands I pasted earlier have changed to a different address. /system version has stayed the same. /data address has changed but not the same as the /system


Never used IRC.... not that i can remember anyways. :p
 

chadouming

Senior Member
Aug 27, 2009
2,208
1,982
On the interwebz
The same two commands I pasted earlier have changed to a different address. /system version has stayed the same. /data address has changed but not the same as the /system


Never used IRC.... not that i can remember anyways. :p

https://webchat.freenode.net/

Use your nickname (anything) and enter #lg-optimus-g has a channel. Enter captcha then press connect.
 
  • Like
Reactions: RG3 and Jank4AU

Top Liked Posts

  • There are no posts matching your filters.
  • 67
    Hi, long ago i've started working on porting CyanogenMod to optimus G. Now i'm back on the move with omni. Omni rom is yet another open source alternative rom, but it has a lot more features. It is community driven, and everything goes through gerrit.

    There is 3 versions of this rom. geeb, geespr, geehrc.

    geeb is for E973, E971 and E970 (8mp camera)

    geehrc is for E975 (13mp camera)

    geespr is for sprint (13mp camera, CDMA)

    Feel free to use my kernel that is under smoocha directory. If you have 13mp phone use geehrc else use geeb.

    You will need to be rooted and bootloader unlocked to use this rom.

    Here is the link for the rom : http://ribs.bbqdroid.org

    Finally, here is a link for 4.4 gapps : http://xdaforums.com/showthread.php?t=2012857

    Gapps credit goes to BaNkS

    This rom is based on Nexus 4 sources and modded for Optimus G.

    Standard disclaimer applies, i am not responsible if phone die, your cat take in fire or your house becomes a devil gates.

    Sources :

    Omni:
    Optimus G tree :
    Kernel :

    Bugs :
    camera autofocus.

    IF YOU WANT TO REPORT A BUG, PROVIDE LOGCAT/DMESG OR IT WILL BE IGNORED

    Changelog :

    Changelog

    XDA:DevDB Information
    KRT16M OMNI 4.4 for GEEB (E970/E971/E973/E975), a ROM for the LG Optimus G

    Contributors
    chadouming, Houstonn, xboxfanj
    ROM Kernel: Linux 3.4.x
    Based On: OMNI

    Version Information
    Status: Beta

    Created 2013-11-04
    Last Updated 2013-12-05
    12
    New update is out for geehrc. :D

    Changelog: -Omnirom changes
    -New kernel by xboxfanj
    -Autofokus is fixed
    -Some other minor

    DL: http://marvellous.jomibe.de/downloads.html
    10
    Installation

    You will need to use TWRP for this rom.

    4.4 has new selinux asserts in recovery that are not compatible with certain recoveries. Please use the one provided by me.

    To make this easy, i uploaded zip for recoveries that can be flashed in recovery.

    http://ribs.bbqdroid.org/recoveries

    1st time
    1. Download the recovery, rom and gapps.
    2. Put all the files on your INTERNAL sdcard.
    3. Reboot in recovery.
    4. Flash recovery and reboot again in recovery.
    5. Flash rom and gapps.
    6. If you are coming from another rom use the wipe button from main menu. THIS WILL WIPE ALL YOUR DATA.
    7. Boot into system. Enjoy.

    update
    1. Download updated rom and/or gapps.
    2. Put the files on your sdcard.
    3. Reboot in recovery.
    4. Flash the files.
    5. Boot into system. Enjoy.

    Until SuperUser integration is figured out by chainfire, please flash supersu package
    after you flashed gapps (Last thing to flash.).
    10
    Here is omni general changelog :

    https://changelog.omnirom.org/

    made by BBQTeam. Thanks @XpLoDWilD and @datagutt

    Ugly device graph (Even if our device is not listed yet cause we don't have nightlies yet) will be fixed soon.
    10
    Hi guys, I'm not 100% sure - does it work on e975? because when i'm trying to install twrp says it's not for e975. thanks.

    I made some recoveries for the devices, i will post updated flashing installation soon.

    Edit : APN/RIL problems solved.

    STILL HAVE SOUNDS (ringtones, touch sounds, youtube) PROBLEMS.

    I will push new builds for geeb, geehrc and geespr tonight.

    Edit 2 : Sounds problem fixed. New builds coming soon.
    Also shouldn't need networklocation.apk anymore.