gps config - Galaxy Ace S5830 General

whats the gps configuration for India ??

neo2306 said:
whats the gps configuration for India ??
Click to expand...
Click to collapse
here
server 2.in.pool.ntp.org
server 1.asia.pool.ntp.org
server 3.asia.pool.ntp.org
XTRA_SERVER_1=http://
xtra1.gpsonextra.net/xtra.bin
XTRA_SERVER_2=http://
xtra2.gpsonextra.net/xtra.bin
XTRA_SERVER_3=http://
xtra3.gpsonextra.net/xtra.bin
XTRA_SERVER_4=http://
xtra4.gpsonextra.net/xtra.bin
INTERMEDIATE_POS=0
ACCURACY_THRES=0
DEBUG_LEVEL=3
ENABLE_WIPER=0
ENABLE_XTRA=TRUE
SUPL_HOST=supl.google.com
SUPL_PORT=7276
SUPL_SECURE_PORT=7275
SUPL_NO_SECURE_PORT=3425
SUPL_HOST=supl.skyhook.com
SUPL_PORT=7278
CURRENT_CARRIER=common
#REPORT_POSITION_USE_SUPL_REFLOC=1
DEFAULT_AGPS_ENABLE=TRUE
DEFAULT_SSL_ENABLE=FALSE
DEFAULT_USER_PLANE=TRUE
#START_MODE=WARM
#OPERATION_MODE=MS-ASSISTED
PHONE_TYPE=UMTS

Related

[custom-conf] -> in-deep-gps.conf <-

HI TO ALL !!!
putting togheter some material available on the net plus some from my mind, I'm posting below the "code" for a self-explaining content of a gps.conf file with the possibility to fully customize every parameter/feature that the agps standard offers.
to use that --> copy the content into a blank text file, save it, and then rename it "gps.conf" (without quotes). Backup your original gps.gonf in /etc folder if you want, then put the fresh gps.conf there (/etc folder). To modify it, just edit it as you want using a text editor (es. from within root explorer app). Reboot.
Try differen't configz till reach the best fit for your personal needs.
Code:
# WELCOME ALL!!!
# enable-disable any parameter/feature by adding or removing (#) symbol
# change values as you want
# connect to http://www.pool.ntp.org to find out the ntp server nearest to you
# change following NTP_SERVER to nearest address (country or zone)
NTP_SERVER=0.europe.pool.ntp.org
XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
# 4 - Debug, 5 - Verbose
DEBUG_LEVEL = 3
# Intermediate position report, 1=enable, 0=disable
INTERMEDIATE_POS=0
# Accuracy threshold for intermediate positions
# less accurate positions are ignored, 0 for passing all positions
# use only increment/decrement of 10 and DON'T go below 30
ACCURACY_THRES=5000
################################
##### AGPS server settings #####
################################
# FOR SUPL SUPPORT, set the following
#SUPL_HOST=supl.sonyericsson.com
#SUPL_PORT=7275
SUPL_HOST=supl.google.com
SUPL_PORT=7276
# FOR C2K PDE SUPPORT, set the following
# C2K_HOST=c2k.pde.com or IP
# C2K_PORT=1234
################################
# EXTRA SETTINGS ###############
################################
# Report supl ref location as position, 1=enable, 0=disable
REPORT_POSITION_USE_SUPL_REFLOC=0
# Wiper (wifi positioning), 1=enable, 0=disable
ENABLE_WIPER=0
#################################
##### AGPS Carrier settings #####
#################################
CURRENT_CARRIER=common
DEFAULT_AGPS_ENABLE=TRUE
DEFAULT_SSL_ENABLE=FALSE
# TRUE for "User Plane", FALSE for "Control Plane"
DEFAULT_USER_PLANE=TRUE
Hoping the above "code" could help someone somewhere !!!
best regards,
respect!

[Q] GPS issue

Hi, I have alcatel OT-990 runing on an android 2.2...rooted it with superoneclick and everything worked fine until the GPS problem ocured...I installed iGo (8.4) and ndrive navigation...the instalation process went smooth,but here is the problem...Both cant find any satellite!
I have tried many times and waited 10-30 minutes for satelites to hook up with no luck...Here is my gps.conf file from the system/etc folder ----->>>
NTP_SERVER=xtra1.gpsonextra.net
XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
# 4 - Debug, 5 - Verbose
DEBUG_LEVEL = 3
# Intermediate position report, 1=enable, 0=disable
INTERMEDIATE_POS=0
# Accuracy threshold for intermediate positions
# less accurate positions are ignored, 0 for passing all positions
# ACCURACY_THRES=5000
################################
##### AGPS server settings #####
################################
# FOR SUPL SUPPORT, set the following
# SUPL_HOST=supl.host.com or IP
# SUPL_PORT=1234
# FOR C2K PDE SUPPORT, set the following
# C2K_HOST=c2k.pde.com or IP
# C2K_PORT=1234
################################
# EXTRA SETTINGS
################################
No one knowes?
Try GPS Status and Tools, free in the market. Or you can try THIS thread, worked great for me

[Q] Android ignores my DNS settings

Hey,
I have a DiskStation running both DHCP and DNS servers in my local network, to route some hostnames to local devices. This works pretty well with my PCs and used to work with my Android tablet (Nexus 9) and phone (Nexus 5) as well, but today it stopped working for no apparent reason . Whether I configure them with automatic network settings, DHCP or static IP, gateway, DNS ...., they always use Google's 8.8.8.8 or 8.8.4.4 as DNS servers. Both are running Stock Android 5.0.1 Rooted.
The DiskStation has the IP 192.168.2.10 and a hostname (<myhostname>) thats reachable from outside, but inside the network it should route directly to the DiskStation. The 192.168.2.2 is my router running a DHCPv6 server.
Some relevant output from the N9 (with BusyBox):
getprop | grep dns
Code:
[email protected]_lte:/ $ getprop | grep dns
[dhcp.wlan0.dns1]: [192.168.2.10]
[dhcp.wlan0.dns2]: [8.8.8.8]
[dhcp.wlan0.dns3]: []
[dhcp.wlan0.dns4]: []
[net.change]: [net.dns3]
[net.dns1]: [2a02:8109:a3c0:1cfc::1]
[net.dns2]: [192.168.2.10]
[net.dns3]: [192.168.2.2]
nslookup <myhostname>
Code:
[email protected]_lte:/ $ nslookup <myhostname>
Server: 8.8.4.4
Address 1: 8.8.4.4 google-public-dns-b.google.com
Name: <myhostname>
Address 1: 2a02:8109:a3c0:1cfc:211:32ff:fe1a:3c52
Address 2: 92.78.140.212 dslb-092-078-140-212.092.078.pools.vodafone-ip.de
nslookup <myhostname> 192.168.2.10
Code:
[email protected]_lte:/ $ nslookup <myhostname> 192.168.2.10
Server: 192.168.2.10
Address 1: 192.168.2.10
Name: <myhostname>
Address 1: 2a02:8109:a3c0:1cfc::2
Address 2: 192.168.2.10
Any idea how I can force them to use my DiskStation as primary DNS server again?
Thanks,
Niko
The same problem on my new DOOGEE Turbo MINI F1
DNS server is assigned by DHCP:
# getprop | grep dns
[dhcp.ipv6.wlan0.dns1]: []
[dhcp.ipv6.wlan0.dns2]: []
[dhcp.wlan0.dns1]: [192.168.6.254]
[dhcp.wlan0.dns2]: []
[dhcp.wlan0.dns3]: []
[dhcp.wlan0.dns4]: []
[net.change]: [net.dns2]
[net.dns1]: [192.168.6.254]
[net.dns2]: [8.8.8.8]
Click to expand...
Click to collapse
# getprop | grep wlan0
[dhcp.ipv6.wlan0.dns1]: []
[dhcp.ipv6.wlan0.dns2]: []
[dhcp.ipv6.wlan0.ipaddress]: []
[dhcp.ipv6.wlan0.leasetime]: []
[dhcp.ipv6.wlan0.result]: []
[dhcp.wlan0.dns1]: [192.168.6.254]
[dhcp.wlan0.dns2]: []
[dhcp.wlan0.dns3]: []
[dhcp.wlan0.dns4]: []
[dhcp.wlan0.domain]: [myhome.domain]
[dhcp.wlan0.gateway]: [192.168.6.254]
[dhcp.wlan0.ipaddress]: [192.168.6.222]
[dhcp.wlan0.leasetime]: [86400]
[dhcp.wlan0.mask]: [255.255.255.0]
[dhcp.wlan0.mtu]: []
[dhcp.wlan0.pid]: [5301]
[dhcp.wlan0.reason]: [BOUND]
[dhcp.wlan0.result]: [ok]
[dhcp.wlan0.server]: [192.168.6.254]
[dhcp.wlan0.vendorInfo]: []
[init.svc.dhcpcd_wlan0]: [running]
[wifi.interface]: [wlan0]
Click to expand...
Click to collapse
But it is not used. Google public DNS is used always.
Thus names of my local computers are not resolved:
# nslookup qnap.myhome.domain
Server: 8.8.4.4
Address 1: 8.8.4.4 google-public-dns-b.google.com
nslookup: can't resolve 'qnap.myhome.domain'
Click to expand...
Click to collapse
Please help.
Some info of Doogee Turbo MINI F1 (rooted):
# getprop | grep version
[dalvik.vm.mtk-vm-version]: [0x01]
[gsm.version.baseband]: [MOLY.LR9.W1423.MD.LWTG.MP.V5.P7, 2015/01/31 16:35]
[gsm.version.ril-impl]: [mtk gemini ril 1.0]
[ro.build.version.codename]: [REL]
[ro.build.version.incremental]: [eng.release.1422693695]
[ro.build.version.release]: [4.4.4]
[ro.build.version.sdk]: [19]
[ro.com.google.gmsversion]: [4.4_r5]
[ro.custom.build.version]: [01.29]
[ro.fota.version]: [DOOGEE-F1-Android4.4-R05-2015.01.31]
[ro.mediatek.version.branch]: [KK2.MP13]
[ro.mediatek.version.release]: [DOOGEE-F1-Android4.4-R05-2015.01.31]
[ro.mediatek.version.sdk]: [3]
[ro.opengles.version]: [196608]
[sys.settings_global_version]: [8]
[sys.settings_system_version]: [22]
Click to expand...
Click to collapse
lucky62k said:
DNS server is assigned by DHCP:
But it is not used. Google public DNS is used always.
Thus names of my local computers are not resolved:
Please help.
Some info of Doogee Turbo MINI F1 (rooted):
Click to expand...
Click to collapse
I have the same problem. I wonder that no one cares...my local network host names are not getting resolved. I dont want to set a static DNS because outside I will get problems. I simply wish Android would accept the DNS from my DHCP
This is still relevant in 2020 ! Disabled "Private DNS" in settings, changed to static ip configuration, nothing seems to help. (Samsung Note 10 +)

[KERNEL][PERMISSIVE]Galaxy Tab S3 - SM-T820/T825 permissive kernel

This is a permissive kernel for the the SM-T820 and SM-T825.
There is nothing special about this kernel except it will allow permissive mode. Some apps require it so it may be useful to someone.
Features:
◘ Forced Encryption disabled
◘ DM-Verity disabled
◘ Root restrictions removed
◘ NTFS support << To be added
◘ F2FS support << To be aded
◘ Current build is -XXU1AQD6 (It's preferable to be using the same firmware build or your device may not boot. however the kernel is working with firmware XXU1AQDC)
Issues:
◘ WIFI password forgotten after reboot.
NOTE: Due to Forced Encryption being disabled you MUST remove encryption from the data partition by using the FORMAT DATA button in TWRP. (THIS WILL WIPE ALL YOUR DATA!)
For information how to decrypt see the TWRP thread: https://forum.xda-developers.com/ga...recovery-twrp-3-1-0-1-samsung-galaxy-t3581359
Download (Must be flashed with ODIN)
◘ SM-T820: T820_permissive_boot_AQD6.
◘ SM-T825: SM-T825_permissive_boot_AQD6
IMPORTANT: THIS WILL TRIP THE KNOX COUNTER AND I HOLD NO RESPONSIBILTY FOR WHAT HAPPENS IF YOU DECIDE TO FLASH THIS. ITS UP TO YOU TO MAKE A DEVICE BACKUP WITH TWRP OR HAVE THE STOCK FIRMWARE TO HAND!
Credits: Me, my testers @HUBSi01, @jonathonalexander
Please note I don't own this device and spend a lot of my free time bringing these builds for you to use and benefit from.
FEEDBACK IS APPRECIATED PLEASE.
THANKS.
DONATE ME HERE IF YOU WANT TO BUY ME A BEER OR HIT THE THANKS BUTTON IF I HELPED YOU
.
@ashyx so I will try that now then.
tell me exactly what you need me to do, from the beginning.
jonathonalexander said:
@ashyx so I will try that now then.
tell me exactly what you need me to do, from the beginning.
Click to expand...
Click to collapse
Give me a moment and I'll post the stock kernel for you to flash and you can report the outcome.
https://www.androidfilehost.com/?fid=673368273298952995
.
ashyx said:
Give me a moment and I'll post the stock kernel for you to flash and you can report the outcome.
https://www.androidfilehost.com/?fid=673368273298952995
.
Click to expand...
Click to collapse
You want this flashed like the other ones? over the latest firmware? AP/ODIN?
jonathonalexander said:
You want this flashed like the other ones? over the latest firmware? AP/ODIN?
Click to expand...
Click to collapse
Yep always has to be with ODIN now unfortunately. Glad you pointed that our though need to add that to the OP.
ashyx said:
Yep always has to be with ODIN now unfortunately. Glad you pointed that our though need to add that to the OP.
Click to expand...
Click to collapse
No WIFI issue is present on stock. Everything functioning normally.
ashyx,
how can i get my tab S3 back to its original state ?
any advise ?
Gpsrisk said:
ashyx,
how can i get my tab S3 back to its original state ?
any advise ?
Click to expand...
Click to collapse
You just need to download the stock firmware from updato.com and install with latest odin (linked in the op)
Gpsrisk said:
ashyx,
how can i get my tab S3 back to its original state ?
any advise ?
Click to expand...
Click to collapse
Download the latest firmware using 'Samfirm'. With this application, you must enter your device name and your region code (in your case SM-T825 and whatever your region code is) . It will give you a 'zip' with four files to flash.
Flash these four files in the latest version of 'Odin' with your tablet in 'Download' mode.
jonathonalexander said:
No WIFI issue is present on stock. Everything functioning normally.
Click to expand...
Click to collapse
I thought as much.
OK can you pull the logs with the SYSLOG app on Google play.
Boot with the permissive kernel then connect to wifi (make sure the Neverforget app is disabled)
Post the zip it creates.
I'll see if there's anything to give me a clue.
ashyx said:
I thought as much.
OK can you pull the logs with the SYSLOG app on Google play.
Boot with the permissive kernel then connect to wifi (make sure the Neverforget app is disabled)
Post the zip it creates.
I'll see if there's anything to give me a clue.
Click to expand...
Click to collapse
Ok on it now.
ashyx said:
I thought as much.
OK can you pull the logs with the SYSLOG app on Google play.
Boot with the permissive kernel then connect to wifi (make sure the Neverforget app is disabled)
Post the zip it creates.
I'll see if there's anything to give me a clue.
Click to expand...
Click to collapse
Hope that is correct.
jonathonalexander said:
Hope that is correct.
Click to expand...
Click to collapse
Tried reading them and burst a blood vessel in my brain, if you can read that you should be working for the government in some capacity. @ashyx
jonathonalexander said:
Hope that is correct.
Click to expand...
Click to collapse
Yes just what I need. Thanks.
So looking at the logs there is some obvious and expected errors:
Securestorage, this is the root of the problem and seems to be common with custom kernels, the reason we have to bypass secure storage with the build prop edit:
05-07 19:53:55.338 I/SecureStorage( 1188): [INFO]: SPID(0x00000000)Secure Storage Daemon sent config to TA/driver
05-07 19:53:55.338 E/SecureStorage( 1188): [ERROR]:SPID(0x00000000)
05-07 19:53:55.338 E/SecureStorage( 1188): [ERROR]:SPID(0x00000000)
05-07 19:53:55.338 E/SecureStorage( 1188): [ERROR]:SPID(0x00000000)===============================================================================
05-07 19:53:55.338 E/SecureStorage( 1188): [ERROR]:SPID(0x00000000)The kernel binary has been changed.
05-07 19:53:55.338 E/SecureStorage( 1188): [ERROR]:SPID(0x00000000)The platform/kernel binaries should be synchronized for running Secure Storage.
05-07 19:53:55.338 E/SecureStorage( 1188): [ERROR]:SPID(0x00000000)Please use the same version of platform/kernel binaries.
05-07 19:53:55.338 E/SecureStorage( 1188): [ERROR]:SPID(0x00000000)===============================================================================
05-07 19:53:55.338 E/SecureStorage( 1188): [ERROR]:SPID(0x00000000)
05-07 19:53:55.338 E/SecureStorage( 1188): [ERROR]:SPID(0x00000000)
Click to expand...
Click to collapse
Well Samsung don't provide the code to build the wifi driver with the kernel source if that is what it is referring to, however I'm not sure what it means by 'Synchronized'. If it means kernel version then they should be the same. If it's also referring to the other modules that get built with the kernel I can include them. However I'm not sure that will fix Securestorage.
This does not appear with the stock kernel which should be the same version as the permissive kernel.
Further to this we get some info about the wifi connecting:
05-07 19:54:25.592 D/WifiConfigManager( 1875): Loading config and enabling all networks
05-07 19:54:25.595 D/WifiConfigManager( 1875): loaded 0 passpoint configs
05-07 19:54:25.596 D/WifiConfigManager( 1875): configuration found for missing network, nid=-371054347, ignored, networks.size=1
05-07 19:54:25.597 D/WifiConfigManager( 1875): --- Begin /data/misc/wifi/wpa_supplicant.conf ---
05-07 19:54:25.598 D/WifiConfigManager( 1875): ctrl_interface=/data/misc/wifi/sockets
05-07 19:54:25.598 D/WifiConfigManager( 1875): update_config=1
05-07 19:54:25.598 D/WifiConfigManager( 1875): device_name=gts3lwifixx
05-07 19:54:25.598 D/WifiConfigManager( 1875): manufacturer=samsung
05-07 19:54:25.598 D/WifiConfigManager( 1875): model_name=SM-T820
05-07 19:54:25.599 D/WifiConfigManager( 1875): model_number=SM-T820
05-07 19:54:25.599 D/WifiConfigManager( 1875): serial_number=<private info omitted>
05-07 19:54:25.599 D/WifiConfigManager( 1875): device_type=10-0050F204-5
05-07 19:54:25.599 D/WifiConfigManager( 1875): config_methods=physical_display virtual_push_button
05-07 19:54:25.599 D/WifiConfigManager( 1875): p2p_oper_reg_class=124
05-07 19:54:25.599 D/WifiConfigManager( 1875): p2p_oper_channel=149
05-07 19:54:25.599 D/WifiConfigManager( 1875): p2p_disabled=1
05-07 19:54:25.600 D/WifiConfigManager( 1875): hs20=1
05-07 19:54:25.600 D/WifiConfigManager( 1875): internet=1
05-07 19:54:25.600 D/WifiConfigManager( 1875): interworking=1
05-07 19:54:25.600 D/WifiConfigManager( 1875): okc=1
05-07 19:54:25.600 D/WifiConfigManager( 1875): ss_enc=1
05-07 19:54:25.600 D/WifiConfigManager( 1875): pmf=1
05-07 19:54:25.601 D/WifiConfigManager( 1875): external_sim=1
05-07 19:54:25.601 D/WifiConfigManager( 1875):
05-07 19:54:25.601 D/WifiConfigManager( 1875): network={
05-07 19:54:25.601 D/WifiConfigManager( 1875): ssid="VM8462634"
05-07 19:54:25.601 D/WifiConfigManager( 1875): psk=f918f4a4169180806fcabafad62ffa0e
05-07 19:54:25.601 D/WifiConfigManager( 1875): key_mgmt=WPA-PSK
05-07 19:54:25.601 D/WifiConfigManager( 1875): priority=1
05-07 19:54:25.602 D/WifiConfigManager( 1875): frequency=5220
05-07 19:54:25.602 D/WifiConfigManager( 1875): autojoin=1
05-07 19:54:25.602 D/WifiConfigManager( 1875): scanned_hs20=0
05-07 19:54:25.602 D/WifiConfigManager( 1875): id_str="%7B%22creatorUid%22%3A%221000%22%2C%22configKey%22%3A%22%5C%22VM8462634%5C%22WPA_PSK%22%7D"
05-07 19:54:25.602 D/WifiConfigManager( 1875): usable_internet=1
05-07 19:54:25.602 D/WifiConfigManager( 1875): skip_internet_check=-1
05-07 19:54:25.602 D/WifiConfigManager( 1875): verified_password=0
05-07 19:54:25.603 D/WifiConfigManager( 1875): }
05-07 19:54:25.603 D/WifiConfigManager( 1875): --- End /data/misc/wifi/wpa_supplicant.conf Contents ---
Click to expand...
Click to collapse
To me it seems the wifi config is being loaded, but according to the previous error Secures storage support isn't running, so how is it reading the wpa_supplicant.conf then I ask?
Also notice the text in red says 'Ignored', ignoring the wifi config?, Also 'verified password=0' not sure if this is the issue I would expect it to be 1.
Now for some reason none of this exists in the log for the stock kernel, did you do anything different?
Going off this info there is something I am going to have a look at and try in another kernel compile. The best idea would be to get secure storage working if possible.
.
@ashyx I didn't do anything different that I know of. Surely that remember password being at 0 is interesting.. Why would it say that
jonathonalexander said:
@ashyx I didn't do anything different that I know of. Surely that remember password being at 0 is interesting.. Why would it say that
Click to expand...
Click to collapse
Ok I have recompiled and changed a couple of things. Now because I've changed 2 things, one may negate the other. It all depends how the stock kernel was built.
Give it go,also if you could pull the logs again afterwards.
https://www.androidfilehost.com/?fid=457095661767159394
By the way make sure that the ro.securestorage.support flag is set back to true if it existed.
.
Thanks to you both, ashyx n Jonathan, had it run back normal.
Will try out root later when am more confident ...lol
Sent from my ONEPLUS A3010 using XDA-Developers Legacy app
ashyx said:
Ok I have recompiled and changed a couple of things. Now because I've changed 2 things, one may negate the other. It all depends how the stock kernel was built.
Give it go,also if you could pull the logs again afterwards.
https://www.androidfilehost.com/?fid=457095661767159394
By the way make sure that the ro.securestorage.support flag is set back to true if it existed.
.
Click to expand...
Click to collapse
Something wrong with the file, can't flash it
jonathonalexander said:
Something wrong with the file, can't flash it
Click to expand...
Click to collapse
My bad, it's got the wrong file name extension. Just change it to tar not rar. Sorry.

Asus ROG Phone build.prop

Hi guys! I'm making such project. I'm modifying my Samsung device into "Asus ROG Phone-be-like". I only need one thing. Does someone know the full build.prop of Asus ROG Phone? Or uploading the file of it is much more better. Hoping for a positive response. Thank you, and Good day!
I could try and help but at the moment i dont have a laptop and i dont wanna ever root my device either would lose my banking apps and few other stuff i use
is this right?
//system\build.prop
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=OPM1.171019.026
ro.build.display.id=OPM1.171019.026.WW_Phone-15.1618.1810.77-0
ro.build.version.incremental=15.1618.1810.77-0
ro.build.fota.version=WW_Phone-15.1618.1810.77-0
ro.build.version.sdk=27
ro.build.version.preview_sdk=0
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=8.1.0
ro.build.version.security_patch=2018-10-01
ro.build.version.base_os=
ro.build.date=Thu Nov 22 17:04:08 CST 2018
ro.build.date.utc=1542877448
ro.build.type=user
ro.build.user=android
ro.build.host=mcrd1-30
ro.build.tags=release-keys
ro.build.flavor=WW_Phone-user
ro.build.system_root_image=true
ro.build.ab_update=true
ro.product.model=ASUS_Z01QD
ro.product.brand=asus
ro.product.name=WW_Z01QD
ro.product.device=ASUS_Z01QD_1
# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,
# use ro.product.cpu.abilist instead.
ro.product.cpu.abi=arm64-v8a
ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi
ro.product.cpu.abilist32=armeabi-v7a,armeabi
ro.product.cpu.abilist64=arm64-v8a
ro.product.manufacturer=asus
ro.product.locale=en-US
ro.wifi.channels=
# ro.build.product is obsolete; use ro.product.device
ro.build.product=ZS600KL
# Do not try to parse description, fingerprint, or thumbprint
ro.build.description=WW_Phone-user 8.1.0 OPM1.171019.026 15.1618.1810.77-0 release-keys
ro.build.fingerprint=HUAWEI/CLT-L29/HWCLT:8.1.0/HUAWEICLT-L29/128(C432):user/release-keys
ro.build.characteristics=nosdcard
ro.build.csc.version=WW_ZS600KL-15.1618.1810.77-0
ro.build.asus.version=15.1618.1810.77
ro.build.software.version=15_1618_1810_77
# end build properties
#
# from device/qcom/sdm845/system.prop
#
#
# system.prop for sdm845
#
rild.libpath=/vendor/lib64/libril-qc-hal-qmi.so
#rild.libargs=-d /dev/smd0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
# ASUS_BSP++ "Change default subscription to RUIM"
ril.subscription.types=RUIM,RUIM
DEVICE_PROVISIONED=1
#ASUS_BSP + Johnny "[Qcom][PS][][Disable]Disable NSRM feature."
persist.vendor.dpm.feature = 10
persist.data.iwlan.enable=true
sys.tcpdump.file = /data/logcat_log/capture.pcap
ro.internal.tcpdump.file = /data/logcat_log/capture.pcap
#ASUS_BSP +++ Johnny "[Qcom][PS][][remove]Disable dpm logs"
persist.vendor.dpm.loglevel = 0
persist.vendor.dpmhalservice.loglevel = 0
#ASUS_BSP --- Johnny "[Qcom][PS][][remove]Disable dpm logs"
#
# Set network mode to (T/L/G/W/1X/EVDO, T/G/W/L) for 7+5 mode device on DSDS mode
ro.telephony.default_network=22,22
ro.asus.network.types=9
# ASUS_BSP Sam_Wu disableabsvol
persist.bluetooth.disableabsvol=true
# Show Bluetooth devices without names
persist.bluetooth.showdeviceswithoutnames=true
# ASUS_BSP++ Ziv "[ASUS][MM][UI] Both Sim can camp to 4G DSDV"
ro.asus.phone.dual_nt_sup=4
persist.radio.flexmap_type=none
#ASUS_BSP +++ Ziv "[MM][696258][fix] Feature_Combine_RAT for Network List"
# ASUS_BSP+ "Use property to control the logic of isOkToCall"
persist.asus.isoktocall.qc=1
# ASUS_BSP+ "Disable rcs support for power-saving"
persist.rcs.supported=0
#ASUS_BSP LanceHuang+++ enable VT
persist.radio.VT_CAM_INTERFACE=1
persist.radio.VT_ENABLE=1
persist.radio.VT_HYBRID_ENABLE=1
debug.sf.hw=0
debug.egl.hw=0
debug.sf.latch_unsignaled=1
#debug.composition.type=c2d
#persist.hwc.mdpcomp.enable=true
debug.mdpcomp.logs=0
debug.sf.enable_hwc_vds=1
dalvik.vm.heapsize=36m
dev.pm.dyn_samplingrate=1
persist.demo.hdmirotationlock=false
#ro.hdmi.enable=true
#persist.speaker.prot.enable=false
qcom.hw.aac.encoder=true
#
# system props for the cne module
#
persist.cne.feature=1
#system props for the MM modules
media.stagefright.enable-player=true
media.stagefright.enable-http=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.stagefright.enable-fma2dp=true
media.stagefright.enable-scan=true
media.stagefright.audio.deep=true
mmp.enable.3g2=true
media.aac_51_output_enabled=true
mm.enable.smoothstreaming=true
media.settings.xml=/vendor/etc/media_profiles_vendor.xml
#13631487 is decimal sum of supported codecs in AAL
#codecsPARSER_)AAC AC3 AMR_NB AMR_WB ASF AVI DTS FLV 3GP 3G2 MP2PS MP2TS MP3 OGG QCP WAV FLAC AIFF APE DSD
mm.enable.qcom_parser=13630463
persist.mm.enable.prefetch=true
#Netflix custom property
ro.netflix.bsp_rev=Q845-14477-1
#
# system props for the data modules
#
ro.use_data_netmgrd=true
persist.data.netmgrd.qos.enable=true
persist.data.mode=concurrent
#system props for time-services
persist.timed.enable=true
# system property for maximum number of HFP client connections
bt.max.hfpclient.connections=1
# System property for cabl
ro.qualcomm.cabl=0
# ASUS BSP Display, System property for hdr
ro.asus.hdr=1
#
# System props for telephony
# System prop to turn on CdmaLTEPhone always
telephony.lteOnCdmaDevice=1
# system property for DSDV Project
ro.asus.phone.dualLte=1
ro.asus.phone.dualVoWiFi=1
#Simulate sdcard on /data/media
#
persist.fuse_sdcard=true
#system prop for Bluetooth SOC type
qcom.bluetooth.soc=cherokee
#system prop for wipower support
ro.bluetooth.emb_wp_mode=false
ro.bluetooth.wipower=false
#
#snapdragon value add features
#
ro.qc.sdk.audio.ssr=false
##fluencetype can be "fluence" or "fluencepro" or "none"
ro.qc.sdk.audio.fluencetype=none
persist.audio.fluence.voicecall=true
persist.audio.fluence.voicerec=false
persist.audio.fluence.speaker=true
#system prop for RmNet Data
persist.rmnet.data.enable=true
persist.data.wda.enable=true
persist.data.df.dl_mode=5
persist.data.df.ul_mode=5
persist.data.df.agg.dl_pkt=10
persist.data.df.agg.dl_size=4096
persist.data.df.mux_count=8
persist.data.df.iwlan_mux=9
persist.data.df.dev_name=rmnet_usb0
# Enable wigig service
persist.vendor.wigig.enable=1
# Enable wigig UI
persist.asus.wigig.support=1
# Enable wigig npt and rps for better tput
persist.vendor.wigig.npt.enable=1
persist.vendor.wigig.npt.rps=0xEE
#property to enable user to access Google WFD settings
persist.debug.wfd.enable=1
##property to choose between virtual/external wfd display
persist.sys.wfd.virtual=0
# enable tunnel encoding for amrwb
tunnel.audio.encode = true
#Buffer size in kbytes for compress offload playback
audio.offload.buffer.size.kb=32
#Enable offload audio video playback by default
av.offload.enable=true
#enable voice path for PCM VoIP by default
use.voice.path.for.pcm.voip=true
# system prop for NFC DT
ro.nfc.port=I2C
#enable dsp gapless mode by default
audio.offload.gapless.enabled=true
#initialize QCA1530 detection
sys.qca1530=detect
#Enable stm events
#persist.debug.coresight.config=stm-events
#hwui properties
ro.hwui.texture_cache_size=88
ro.hwui.layer_cache_size=58
ro.hwui.path_cache_size=32
ro.hwui.texture_cache_flushrate=0.4
ro.hwui.shape_cache_size=4
ro.hwui.gradient_cache_size=2
ro.hwui.drop_shadow_cache_size=8
ro.hwui.r_buffer_cache_size=8
ro.hwui.text_small_cache_width=2048
ro.hwui.text_small_cache_height=2048
ro.hwui.text_large_cache_width=4096
ro.hwui.text_large_cache_height=4096
ro.hwui.fbo_cache_size=16
#Bringup properties
debug.gralloc.gfx_ubwc_disable=0
persist.sys.force_sw_gles=0
persist.radio.atfwd.start=true
ro.kernel.qemu.gles=0
sdm.debug.disable_scalar=0
qemu.hw.mainkeys=0
sdm.debug.disable_inline_rotator=1
sdm.debug.disable_inline_rotator_secure=1
sdm.debug.prefersplit=1
sdm.debug.disable_dest_scalar=1
#enable IZat OptInApp overlay
persist.vendor.overlay.izat.optin=rro
# Property for backup NTP Server
persist.backup.ntpServer="0.pool.ntp.org"
#IOP properties
iop.enable_uxe=0
iop.enable_prefetch_ofr=1
# Property to enable app trigger
ro.vendor.at_library=libqti-at.so
persist.vendor.qti.games.gt.prof=1
#min/max cpu in core control
ro.vendor.qti.core_ctl_min_cpu=2
ro.vendor.qti.core_ctl_max_cpu=4
#Expose aux camera for below packages
vendor.camera.aux.packagelist=org.codeaurora.snapcam
vendor.camera.aux.asus.package_contain=com.asus
#Powerkey debug property
persist.asus.pwrdbg=0
#Instcamera Property
persist.asus.instant_camera = 0
# [ASUS BSP] Jacob - ZF4 default Fingerprint navigation mode enable
persist.sys.fp.navigation = 1
# [ASUS BSP] Jacob - ZF4 set Libra/Leo FP position as back
ro.hardware.fp_position=back
# [ASUS BSP] Jacob - ZF4 set Libra/Leo FP shape as rectangle
ro.hardware.fp_shape=jedi
# [ASUS BSP] Jacob - ZF4 set Libra/Leo FP support fp wake up switch feature
persist.asus.fp.wakeup_support=true
persist.asus.fp.wakeup=true
# [ASUS BSP] Nancy - touch support golve mode property
persist.asus.glove = 0
# [ASUS BSP] Nancy - touch support double tap mode property
persist.asus.dclick = 0
# [ASUS BSP] Nancy - touch support swipe up mode property
persist.asus.swipeup = 0
# [ASUS BSP] Nancy - touch support gesture mode property
persist.asus.gesture.type = 0000000
# [ASUS BSP] Nancy - touch support airtrigger mode property
persist.asus.airtriggertouch = 000000000000000000
# [ASUS BSP] Nancy - touch support airtrigger station mode property
persist.asus.airtriggerstationtouch = 000000000000000000
# [ASUS BSP] Nancy - touch support flipcover mode property
persist.asus.flipcovermode = 0
# ASUS_BSP add smart charging feature for JEDI
ro.build.smartcharging=1
#enable kernel massages
logd.kernel=true
# [ASUS BSP] Deka
ro.asus.camera.preview_beauty=0:1;1:1;2:1;3:0
ro.asus.camera.video_beauty=0:1;1:1;2:1;3:0
ro.asus.camera.preview_portrait=0:1;1:1;2:1;3:0
[email protected],[email protected],[email protected]
ro.asus.camera.cam1.video_fps=
ro.asus.camera.cam2.video_fps=
ro.asus.camera.cam3.video_fps=
ro.asus.camera.dual_bokeh=0:0;1:0;2:0;3:1
ro.asus.camera.lens_type=0:standard;1:standard;2:wide-angle;3:virtual
ro.asus.camera.use_frame_processor=0
ro.asus.camera.scene_mode=0:1;1:1;2:1;3:1
# ASUS_BSP +++
persist.asus.logcat.filenum=20
# property for csclogtool
logtool.package=com.asus.csclogtool
logtool.class=com.asus.csclogtool.LogService
# ASUS_BSP ---
# [ASUS BSP] Mike
ro.asus.camera.cam0.video_eis=invn
ro.asus.camera.cam1.video_eis=invn
ro.asus.camera.cam2.video_eis=invn
[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
[email protected],[email protected],[email protected],[email protected]
[email protected],[email protected],[email protected],[email protected]
# [ASUS BSP] Mike
# jack for default log flag
persist.asus.startlog=0
persist.sys.downloadmode.enable=0
#jack for game mode
ro.cpufreq.game=1
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.treble.enabled=true
persist.sys.dalvik.vm.lib.2=libart.so
dalvik.vm.isa.arm64.variant=kryo300
dalvik.vm.isa.arm64.features=default
ro.build.asus.sku=WW
dalvik.vm.isa.arm.variant=cortex-a9
dalvik.vm.isa.arm.features=default
net.bt.name=Android
dalvik.vm.stack-trace-dir=/data/anr
---------- Post added at 02:18 PM ---------- Previous post was at 02:11 PM ----------
https://drive.google.com/open?id=1A-MAuOrxS9nTOUTpvRiq-Q8H_dqBs1T5
Thanks bro! Where did you get this? is this the exact build.prop?
Thanks bro! Where did you get this? is this the exact build.prop?
My rog phone
Snich Carter said:
Thanks bro! Where did you get this? is this the exact build.prop?
Click to expand...
Click to collapse
I extracted it from my phone to root explorer.
Snich Carter said:
Hi guys! I'm making such project. I'm modifying my Samsung device into "Asus ROG Phone-be-like". I only need one thing. Does someone know the full build.prop of Asus ROG Phone? Or uploading the file of it is much more better. Hoping for a positive response. Thank you, and Good day!
Click to expand...
Click to collapse
Can you enlighten me on how a build.prop from ASUS ROG will make your Samsung phone an ASUS ROG in terms of anything?
Im sorry, Im just making my own way. Im just a simple kid
firdyRAY said:
Can you enlighten me on how a build.prop from ASUS ROG will make your Samsung phone an ASUS ROG in terms of anything?
Click to expand...
Click to collapse
Im sorry, Im just making my own way. Im just a simple kid, still learning. I hope you could understand.
Does someone know what this is
ro.asus.network.types=9
ro.telephony.default_network=22,22
ro.asus.network.types=9
This prop for game play got 20 ms??

Categories

Resources