Gps bug (oneplus one) - ONE General

Ohkay so this gps bug is annoying... It always searching for gps..
I tried sultan rom as well.. But the problem persist there as well..
Anyone know any fix...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Fly 2080->nokia 5800->galaxy s3->oneplus one

If gps is still not functioning correctly after a clean flash of sultan's rom, it may be a firmware issue, since sultan's rom does not contain firmware.
You can try flash one of the firmwares from http://forum.xda-developers.com/oneplus-one/general/firmware-modem-oneplus-one-lollipop-t3300907 if the issue is indeed firmware.

Bladehawkz said:
If gps is still not functioning correctly after a clean flash of sultan's rom, it may be a firmware issue, since sultan's rom does not contain firmware.
You can try flash one of the firmwares from http://forum.xda-developers.com/oneplus-one/general/firmware-modem-oneplus-one-lollipop-t3300907 if the issue is indeed firmware.
Click to expand...
Click to collapse
Ohh i forgot to mention... I tried oxygen, . 4.11 the latest firmware and the custom firware available from the page..
All of them... But the problem still persist... It can just dont want to connect to any gps..!!
On sultans rom.. I was on 4. 011 firmware.. And problem was still there.
What should i do?
Fly 2080->nokia 5800->galaxy s3->oneplus one

download fastergps from playstore - https://play.google.com/store/apps/details?id=org.fastergps&hl=en
open app and choose your continent and region (must grant su permission)
close out and open GPS Test app, go to settings and clear then update agps
then see if it connects, might take a few minutes

kenboyles72 said:
download fastergps from playstore - https://play.google.com/store/apps/details?id=org.fastergps&hl=en
open app and choose your continent and region (must grant su permission)
close out and open GPS Test app, go to settings and clear then update agps
then see if it connects, might take a few minutes
Click to expand...
Click to collapse
Result after using fast gps.. Waited for 5 minutes.
Still no luck..!!!
Fly 2080->nokia 5800->galaxy s3->oneplus one

Try installing stock, get lock and powering off with locations turned on flash the new rom, its a common bug of cyanogen, it cant get first gps lock if gps modem cache wasnt locked in stock, dunno why
Sent from my fridge running CM13

santi1993 said:
Try installing stock, get lock and powering off with locations turned on flash the new rom, its a common bug of cyanogen, it cant get first gps lock if gps modem cache wasnt locked in stock, dunno why
Sent from my fridge running CM13
Click to expand...
Click to collapse
Really...
I heard fastbooting oxygen os takes care of this issue....
Is this true?
Fly 2080->nokia 5800->galaxy s3->oneplus one

No need to flash any firmware etc.
Modify the blue contents of the file /system/etc/gps.conf, by removing the # indicated in red color.
(Remove the # of whichever place/area is nearer to you e.g. mine is Asia)
Code:
#Uncommenting these urls would only enable
#the power up auto injection and force injection(test case).
#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_1=http://xtra1.gpsonextra.net/xtra2.bin
XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra2.bin
XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra2.bin
# Error Estimate
# _SET = 1
# _CLEAR = 0
ERR_ESTIMATE=0
[COLOR="Blue"]#Test
NTP_SERVER=time.gpsonextra.net
#Asia
[COLOR="Red"]# [/COLOR]NTP_SERVER=asia.pool.ntp.org
#Europe
# NTP_SERVER=europe.pool.ntp.org
#North America
# NTP_SERVER=north-america.pool.ntp.org[/COLOR]
# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
# 4 - Debug, 5 - Verbose
# If DEBUG_LEVEL is commented, Android's logging levels will be used
DEBUG_LEVEL = 2
# Intermediate position report, 1=enable, 0=disable
INTERMEDIATE_POS=0
# supl version 1.0
SUPL_VER=0x10000
# Emergency SUPL, 1=enable, 0=disable
SUPL_ES=1
# GPS Capabilities bit mask
# SCHEDULING = 0x01
# MSB = 0x02
# MSA = 0x04
# ON_DEMAND_TIME = 0x10
# GEOFENCE = 0x20
# default = ON_DEMAND_TIME | MSA | MSB | SCHEDULING | GEOFENCE
CAPABILITIES=0x37
# 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
####################################
# LTE Positioning Profile Settings
####################################
# 0: Enable RRLP on LTE(Default)
# 1: Enable LPP_User_Plane on LTE
# 2: Enable LPP_Control_Plane
# 3: Enable both LPP_User_Plane and LPP_Control_Plane
LPP_PROFILE = 0
################################
# EXTRA SETTINGS
################################
# NMEA provider (1=Modem Processor, 0=Application Processor)
NMEA_PROVIDER=0
# Mark if it is a SGLTE target (1=SGLTE, 0=nonSGLTE)
SGLTE_TARGET=0
##################################################
# Select Positioning Protocol on A-GLONASS system
##################################################
# 0x1: RRC CPlane
# 0x2: RRLP UPlane
# 0x4: LLP Uplane
A_GLONASS_POS_PROTOCOL_SELECT = 0
then restart your phone and try the gps again

khan.orak said:
No need to flash any firmware etc.
Modify the blue contents of the file /system/etc/gps.conf, by removing the # indicated in red color.
(Remove the # of whichever place/area is nearer to you e.g. mine is Asia)
Code:
#Uncommenting these urls would only enable
#the power up auto injection and force injection(test case).
#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_1=http://xtra1.gpsonextra.net/xtra2.bin
XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra2.bin
XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra2.bin
# Error Estimate
# _SET = 1
# _CLEAR = 0
ERR_ESTIMATE=0
[COLOR="Blue"]#Test
NTP_SERVER=time.gpsonextra.net
#Asia
[COLOR="Red"]# [/COLOR]NTP_SERVER=asia.pool.ntp.org
#Europe
# NTP_SERVER=europe.pool.ntp.org
#North America
# NTP_SERVER=north-america.pool.ntp.org[/COLOR]
# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
# 4 - Debug, 5 - Verbose
# If DEBUG_LEVEL is commented, Android's logging levels will be used
DEBUG_LEVEL = 2
# Intermediate position report, 1=enable, 0=disable
INTERMEDIATE_POS=0
# supl version 1.0
SUPL_VER=0x10000
# Emergency SUPL, 1=enable, 0=disable
SUPL_ES=1
# GPS Capabilities bit mask
# SCHEDULING = 0x01
# MSB = 0x02
# MSA = 0x04
# ON_DEMAND_TIME = 0x10
# GEOFENCE = 0x20
# default = ON_DEMAND_TIME | MSA | MSB | SCHEDULING | GEOFENCE
CAPABILITIES=0x37
# 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
####################################
# LTE Positioning Profile Settings
####################################
# 0: Enable RRLP on LTE(Default)
# 1: Enable LPP_User_Plane on LTE
# 2: Enable LPP_Control_Plane
# 3: Enable both LPP_User_Plane and LPP_Control_Plane
LPP_PROFILE = 0
################################
# EXTRA SETTINGS
################################
# NMEA provider (1=Modem Processor, 0=Application Processor)
NMEA_PROVIDER=0
# Mark if it is a SGLTE target (1=SGLTE, 0=nonSGLTE)
SGLTE_TARGET=0
##################################################
# Select Positioning Protocol on A-GLONASS system
##################################################
# 0x1: RRC CPlane
# 0x2: RRLP UPlane
# 0x4: LLP Uplane
A_GLONASS_POS_PROTOCOL_SELECT = 0
then restart your phone and try the gps again
Click to expand...
Click to collapse
Well my gps. Conf
Dont really have that line... I really cant find that # asia line... :/
Here take a look
Fly 2080->nokia 5800->galaxy s3->oneplus one

kevinpunk said:
Well my gps. Conf
Dont really have that line... I really cant find that # asia line... :/
Here take a look
Fly 2080->nokia 5800->galaxy s3->oneplus one
Click to expand...
Click to collapse
Backup your original GPS file. Copy and paste my file's contents and save it. Then reboot. Hope it works.
If you live in Europe then remove hash from Europe's line.

If all else fails, fastboot flash COS 13.1. I had a GPS issue, along with people not being able to hear me in calls nor me hear them.
Fastboot flash COS 13.1
Fastboot flash twrp 2.8.7.0
Wipes
Flash custom ROM, kernel, mods, etc
Worked like a charm for me!
There's a thread somewhere in the general section that has all the COS 13.1 files with a simple .bat file that'll flash it all automatically.

Neroga said:
If all else fails, fastboot flash COS 13.1. I had a GPS issue, along with people not being able to hear me in calls nor me hear them.
Fastboot flash COS 13.1
Fastboot flash twrp 2.8.7.0
Wipes
Flash custom ROM, kernel, mods, etc
Worked like a charm for me!
There's a thread somewhere in the general section that has all the COS 13.1 files with a simple .bat file that'll flash it all automatically.
Click to expand...
Click to collapse
yeah i think i am going to fastboot cos13.1 this time ..and see what happens .. if that doesnt work ..
i am gna fastboot oxygen os .. !!!
as my gps always has 24 gps available it just dont get any fix .. so i dont think its a hardware issue ..
still it nothing work .. have to go through the worse .. service centre procedure ..

Neroga said:
If all else fails, fastboot flash COS 13.1. I had a GPS issue, along with people not being able to hear me in calls nor me hear them.
Fastboot flash COS 13.1
Fastboot flash twrp 2.8.7.0
Wipes
Flash custom ROM, kernel, mods, etc
Worked like a charm for me!
There's a thread somewhere in the general section that has all the COS 13.1 files with a simple .bat file that'll flash it all automatically.
Click to expand...
Click to collapse
so i just fastbooted cos13.1 latest version and its still not getting any gps fix... what should i do now ?

khan.orak said:
Backup your original GPS file. Copy and paste my file's contents and save it. Then reboot. Hope it works.
If you live in Europe then remove hash from Europe's line.
Click to expand...
Click to collapse
after using your gps.conf file
i use to get less satellites ... like 4 and 4 of them use to connect ...
but i dont know why .. it never got a lock ..
like it use to show it is connecting with the satellite but never got a lock ... :/

What version of your firmwire ?
What type of your Gapps ?
I was using sultan last build & mini opengapps 20160718 & mod gps.conf there is no problem.

Khai Droid said:
What version of your firmwire ?
What type of your Gapps ?
I was using sultan last build & mini opengapps 20160718 & mod gps.conf there is no problem.
Click to expand...
Click to collapse
i am using the same Gapps .. and i am on latest sultans build .. and i tried 3.0, 4.11 and latest oxygen firmware as well.. but whenever i use any navigation its always searching for gps ... i dont know wht else i can do .. i have done everything..

Try update Google Play Service version 9.4.52 (438-1277739847)
Use App 'Disable Service'
Try to checked
FusedLocationService
GcmService
GeocodeService
GeofenceProviderService
GoogleLocationService
GoogleLocationManagerService
Setting > location , Mode : High Accuracy
Reboot OPO
Use app 'GPS Test'
Clear AGPS
Update AGPS.
Good Luck.

http://forum.xda-developers.com/oneplus-one/general/fix-weak-gps-signal-t2973228 here is my guide.

Lukiqq said:
http://forum.xda-developers.com/oneplus-one/general/fix-weak-gps-signal-t2973228 here is my guide.
Click to expand...
Click to collapse
So after using your gps file... I am only getting 2 gps And no fix.. No mattet how Long i wait.. I get no fix..
Any idea why?
Sent from my A0001 using XDA-Developers mobile app

kevinpunk said:
So after using your gps file... I am only getting 2 gps And no fix.. No mattet how Long i wait.. I get no fix..
Any idea why?
Sent from my A0001 using XDA-Developers mobile app
Click to expand...
Click to collapse
So I really don't know how to help you... [emoji52]
Wysłane z mojego A0001 przy użyciu Tapatalka

Related

Shortcut to Bluetooth Activesync

Hello! Is there any way to put a direct shortcut to activesync via bluetooth?
I mean, not a shortcut to activesync then I need to click tools/connect overt bt. What I would like is a direct shortcut so when i click it it directly makes the connection.
Thx in advance for any advice =)
I don't know of such a commandline switch, but you could help yourself out with using a macro tool like MortRunner. There you can save a macro set including stylus taps etc.
This is how I did:
Make a shortcut to: \windows\repllog.exe
Open ActiveSync, tools, options, options.
Do the setting: "When cradled enable PC sync using this connection"
And choose "bluetooth".
Now run the shortcut you made earlier and your device should connect directly via bluetooth.
Mind though that if you connect your device via USB after making theese settings they will change back to USB and you will have to change them back manually again.
This is how I did:
Make a shortcut to: \windows\repllog.exe
Open ActiveSync, tools, options, options.
Do the setting: "When cradled enable PC sync using this connection"
And choose "bluetooth".
Now run the shortcut you made earlier and your device should connect directly via bluetooth.
Mind though that if you connect your device via USB after making theese settings they will change back to USB and you will have to change them back manually again.
Great!!! It works like a charm!!! I was searching for such a shortcut too.
Thanks a lot!
Bye,
Isidoro
Thanks, also. Graet idea... Congratulations
thx a lot for the hint! works like a charm! just perfect thx again!
thanks
MortScript Method
Here is a MortScript method. Obviously this is an old post and a WM 6.5 and 7 version would be nice. I don't have phones running those however. I hope I added enough documentation to this script that anyone can figure it out and post and update.
Code:
# BlueSync 1.0 by Xamfap, Free under the GNU General Public License.
#
# BlueSync makes two assumputions:
#
# A) You keep BlueTooth enabled on your Windows Mobile phone. With BlueTooth enabled
# and your device disconnected and set to undiscoverable you will not use extra
# battery power.
#
# B) You have already established a BlueTooth sync relationship with a PC.
#
#
# To use BlueSync:
#
# 1) Install MortScript to use this file.
#
# 2) Install This code in a text file on your WM 6.1 Device named
# \Windows\Start Menu\BlueSync.mscr
#
# 3) In the start menu you can now choose BlueSync to connect and
# disconnect your bluetooth device.
ErrorLevel( "Warn" )
my_program = "\Windows\Start Menu\Programs\ActiveSync.lnk"
# Verify the program or link exists.
#
If( NOT FileExists( my_program ) )
Message( "Could not find ActiveSync. Edit the my_program variable." )
Message( "Written for WM 6.1. Verify the Macro section is correct for you also." )
Exit
EndIf
# Launch ActiveSync if it is not already Running.
#
If( NOT WndExists( "ActiveSync" ) )
Run( my_program )
WaitFor( "ActiveSync", 5 )
If( NOT WndExists( "ActiveSync" ) )
Message( "ActiveSync did not launch after 5 Seconds. Giving up." )
Exit
EndIf
Minimize( "ActiveSync" )
EndIf
### MACRO SECTION ###
#
# It is likely that the use of Macros is not very portable and also not going to
# work at all in any future version of Windows Mobile when the menus are changed.
# For that reason I have included the docs on all Macros here so anyone can easily
# pick this up and modify it as needed:
#
# SendSpecial [ ( window title [ , Ctrl?, Shift? [, Alt? ] ] ) ]
# Activates the given window and sends the given
# special character. If no window title is given,
# the currently active window is used. Ctrl?,
# Shift?, and Alt? are switches for the
# corresponding keys. If the parameter is TRUE,
# the key is pressed with the special character.
# There are there special characters:
#
# CR.............................Carriage return
# Tab............................Tabulator
# Esc............................Escape
# Space..........................Space
# Backspace......................Remove character left to the
# cursor (”?”)
# Delete.........................Remove the character right to
# the cursor („Del“)
# Insert........................ "Ins.” (usually toggles between
# overwrite and insert mode)
# Up/Down/Left/Right.............Direction pad to the corresponding
# direction
# Home.......................... "Home“, to the beginning of the
# line or document
# End........................... "Ende, the the end of the line or
# document
# PageUp/PageDown................Page up / down
# LeftSoft/RightSoft.............Display buttons“ on Smartphones
# and PPCs since WM5
# Win............................"Windows“ key on Smartphones and
# PPCs since WM5 (Start menu)
# Context........................"Context menu“ on PCs and Smartphones
# /PPCs since WM5
#
# Examples:
#
# SendCR( "ERROR" )
# SendDown
# SendHome( "",0,1 ) (highlight to beginning of line)
#
#
#
# These are the Macros that trigger a bluetooth connect or disconnect
# on a phone with an existing BlueTooth Enabled Radio on WM 6.1
#
#
SendRightSoft( "ActiveSync" )
SendUp( "ActiveSync" )
SendCR( "ActiveSync" )
# Minimize ActiveSync as we've done our magic and want the Today Screen.
#
Minimize( "ActiveSync" )

[Q] Ad-hoc on ZTE Blade

Hi
I've got a question. How to connect blade (on 2.2 froyo) to ad-hoc wirless?
Probably must change a "wpa_supplicant" file (and probably other's simmilar), but i don't know how
This is my "wpa_supplicant" (viewed by normal notepad) :
Code:
# Note: All file paths in this configuration file should use full (absolute,
# not relative to working directory) path in order to allow working directory
# to be changed. This can happen if wpa_supplicant is run in the background.
# Whether to allow wpa_supplicant to update (overwrite) configuration
#
# This option can be used to allow wpa_supplicant to overwrite configuration
# file whenever configuration is changed (e.g., new network block is added with
# wpa_cli or wpa_gui, or a password is changed). This is required for
# wpa_cli/wpa_gui to be able to store the configuration changes permanently.
# Please note that overwriting configuration file will remove the comments from
# it.
update_config=1
# global configuration (shared by all network blocks)
#
# Parameters for the control interface. If this is specified, wpa_supplicant
# will open a control interface that is available for external programs to
# manage wpa_supplicant. The meaning of this string depends on which control
# interface mechanism is used. For all cases, the existance of this parameter
# in configuration is used to determine whether the control interface is
# enabled.
#
# For UNIX domain sockets (default on Linux and BSD): This is a directory that
# will be created for UNIX domain sockets for listening to requests from
# external programs (CLI/GUI, etc.) for status information and configuration.
# The socket file will be named based on the interface name, so multiple
# wpa_supplicant processes can be run at the same time if more than one
# interface is used.
# /var/run/wpa_supplicant is the recommended directory for sockets and by
# default, wpa_cli will use it when trying to connect with wpa_supplicant.
#
# Access control for the control interface can be configured by setting the
# directory to allow only members of a group to use sockets. This way, it is
# possible to run wpa_supplicant as root (since it needs to change network
# configuration and open raw sockets) and still allow GUI/CLI components to be
# run as non-root users. However, since the control interface can be used to
# change the network configuration, this access needs to be protected in many
# cases. By default, wpa_supplicant is configured to use gid 0 (root). If you
# want to allow non-root users to use the control interface, add a new group
# and change this value to match with that group. Add users that should have
# control interface access to this group. If this variable is commented out or
# not included in the configuration file, group will not be changed from the
# value it got by default when the directory or socket was created.
#
# When configuring both the directory and group, use following format:
# DIR=/var/run/wpa_supplicant GROUP=wheel
# DIR=/var/run/wpa_supplicant GROUP=0
# (group can be either group name or gid)
#
ctrl_interface=DIR=/data/misc/wifi/wpa_supplicant GROUP=wifi
# IEEE 802.1X/EAPOL version
# wpa_supplicant is implemented based on IEEE Std 802.1X-2004 which defines
# EAPOL version 2. However, there are many APs that do not handle the new
# version number correctly (they seem to drop the frames completely). In order
# to make wpa_supplicant interoperate with these APs, the version number is set
# to 1 by default. This configuration value can be used to set it to the new
# version (2).
# eapol_version=1
# AP scanning/selection
# By default, wpa_supplicant requests driver to perform AP scanning and then
# uses the scan results to select a suitable AP. Another alternative is to
# allow the driver to take care of AP scanning and selection and use
# wpa_supplicant just to process EAPOL frames based on IEEE 802.11 association
# information from the driver.
# 1: wpa_supplicant initiates scanning and AP selection
# 0: driver takes care of scanning, AP selection, and IEEE 802.11 association
# parameters (e.g., WPA IE generation); this mode can also be used with
# non-WPA drivers when using IEEE 802.1X mode; do not try to associate with
# APs (i.e., external program needs to control association). This mode must
# also be used when using wired Ethernet drivers.
# 2: like 0, but associate with APs using security policy and SSID (but not
# BSSID); this can be used, e.g., with ndiswrapper and NDIS drivers to
# enable operation with hidden SSIDs and optimized roaming; in this mode,
# the network blocks in the configuration file are tried one by one until
# the driver reports successful association; each network block should have
# explicit security policy (i.e., only one option in the lists) for
# key_mgmt, pairwise, group, proto variables
# ap_scan=1
# EAP fast re-authentication
# By default, fast re-authentication is enabled for all EAP methods that
# support it. This variable can be used to disable fast re-authentication.
# Normally, there is no need to disable this.
# fast_reauth=1
# Driver interface parameters
# This field can be used to configure arbitrary driver interace parameters. The
# format is specific to the selected driver interface. This field is not used
# in most cases.
#driver_param="field=value"
# Maximum lifetime for PMKSA in seconds; default 43200
#dot11RSNAConfigPMKLifetime=43200
# Threshold for reauthentication (percentage of PMK lifetime); default 70
#dot11RSNAConfigPMKReauthThreshold=70
# Timeout for security association negotiation in seconds; default 60
#dot11RSNAConfigSATimeout=60
Sorry for my bad english.
I very needed internet in ad-hoc mode. So, anybody help me ?
wifi ad hoc is not supported by zte blade official rom even by changing wpa_supplicant this will crash your wifi.............
maybe the modded supplicant is not compatible with stock rom..........
change your rom to any cm7 and than change its wpa_supplicant to /system/bin than only the wifi adhoc will work

[URGENT REQUEST] Spanish (Movistar?) Atrix user needed ASAP

We are trying to determine whether IHOP international edition might brick Spanish (Movistar?) users. NO, please DO NOT flash the new unlockable bootloader yet.
First, I need you to root, as described here or using Gingerbreak or any other method.
Second, we need to know the contents of the
Code:
/sys/firmware/fuse/ReservedOdm
fuse, which you can "cat" in adb shell (after 'su') or open with Root Explorer.
Third, the following files would also be very useful:
/default.prop
/system/default.prop
/system/build.prop
/osh/etc/oshwt-version.txt
Finally, we need to know the signing keys from your build. AS root:
Code:
busybox strings /dev/block/mmcblk0p11 | busybox grep Motorola
(If you get a busybox error, PM me immediately and I will provide a better busybox and update the instructions appropriately.)
PS. It would also help to know your memory layout. If you could turn off your phone and adb this command:
Code:
adb wait-for-device shell "dmesg | /usr/bin/head -100"
Then, turn on your phone, wait, and pastie.org or attach the result in your zip on this post, that would be great.
Use the preinstall method to root. FYI, the Gingrebreak method wouldn't work on mine (Movistar Spain Atrix).
Btw, I've got a full system dump I made before the brick (except data & cache).
So I'll extract the requested files later and share them here with you.
FYI, Pzyduck from M3 managed to obtain the stock sbf for Retail ES, it's published in the Atrix firmware superthread just in case you want to inspect some more files. See here
Here's the info from my phone, dumped by MSU (MST.txt):
07/13/11 09:13:28 Technology: UMTS 3G
07/13/11 09:13:28 Flex File: UCAOLYPB1B8EU049.0R
07/13/11 09:13:28 Software: OLYEM_U4_4.3.3
07/13/11 09:13:28 PRI:
07/13/11 09:13:28 Kjava:
07/13/11 09:13:28 BootLoader: 0007
07/13/11 09:13:28 LangPack:
07/13/11 09:13:28 Internal Carrier Name: N / A
07/13/11 09:13:28 Carrier Name: N / A
07/13/11 09:13:28 Model Number: N / A
07/13/11 09:13:28 AP Setup Flex:
07/13/11 09:13:28 AP Resource Flex:
07/13/11 09:13:28 AP Logo Flex:
07/13/11 09:13:28 AP Secure Setup Flex:
07/13/11 09:13:28 AP ROFS:
07/13/11 09:13:28 AP ROFSExtension:
07/13/11 09:13:28 AP Flex: GAS_EMEA_USAOLYPRTES_P029
Is the BootLoader: 0007 relevant here?
EDIT: I've attached the files I could get.
webtop version is : OSHWT_U1_6.61.18
Thanks adlx, good luck
Big thanks to both of you!
I looked at the signing keys in that SBF but they looked the same as the other international ones =/ And if your ReservedOdm WAS different than all the other internationals, (and in such a way that could brick you by using their bootloader) I would expect Spanish Movistar users to have (big) problems flashing a LOT of .sbf files!
So, quick question: had you flashed any other, non-Movistar .sbf successfully, before your brick? If so, it is probably not worth bothering nothize to disassemble the bootloader in the Movistar .sbf. But then it is even more a mystery how you bricked =( Let us know if you find another Movistar Atrix...
eval- said:
So, quick question: had you flashed any other, non-Movistar .sbf successfully, before your brick? If so, it is probably not worth bothering nothize to disassemble the bootloader in the Movistar .sbf. But then it is even more a mystery how you bricked =( Let us know if you find another Movistar Atrix...
Click to expand...
Click to collapse
Nop, I didn't flash any sbf before the IHOP one.
This is not the first sbf I flash (as I owe 5 Motorola phones, and one, the Defy I have had to reflash it quite a lot), but after updating the Motorola drivers and updating also RSD to 5.3.1 yes, it was the first sbf I flashed on a phone...
Actually to me it is a mistery too how it could have bricked. I have never seen that in RSD lite before. Now I'm pretty much afraid to flash any sbf on any phone, would the problem be in my computer (rsd, drivers,...). Don't want to screw another phone! And I don't know how I could safely "test" my setup, without risking another brick.
Well, ideal is you have a person with an Atrix from Movistar so we can look at the ReservedOdm fuse. If it is different, we check out the Movistar bootloader. If not, then I would say we still want to try IHOP on another Movistar before declaring it impossible. Using a PC which has successfully flashed the normal Movistar .sbf to the phone. Hopefully this friend would already have an insurance policy on their phone... wish I had more ideas but yes, it's a mystery. First time I hear of no screen output at all especially if the LED still lights up. Do you have the RSD logs from the day of flash? Though I suspect they say everything went OK, it is still worth to check... Probably in AppData/Local, or?
adlx.xda said:
Nop, I didn't flash any sbf before the IHOP one.
Actually to me it is a mistery too how it could have bricked. I have never seen that in RSD lite before. Now I'm pretty much afraid to flash any sbf on any phone, would the problem be in my computer (rsd, drivers,...). Don't want to screw another phone! And I don't know how I could safely "test" my setup, without risking another brick.
Click to expand...
Click to collapse
eval- said:
Well, ideal is you have a person with an Atrix from Movistar so we can look at the ReservedOdm fuse. If it is different, we check out the Movistar bootloader. If not, then I would say we still want to try IHOP on another Movistar before declaring it impossible. Using a PC which has successfully flashed the normal Movistar .sbf to the phone. Hopefully this friend would already have an insurance policy on their phone... wish I had more ideas but yes, it's a mystery. First time I hear of no screen output at all especially if the LED still lights up. Do you have the RSD logs from the day of flash? Though I suspect they say everything went OK, it is still worth to check... Probably in AppData/Local, or?
Click to expand...
Click to collapse
Hopefully I will get another one, so at least I should be able to get the commands output on it . Don't know yet if I'll have the b*lls to flash it again LOL.
I don't think it's just the screen that isn't working, because I tried to place it in RSD Mode (power + vol up IIRC), and RSD wouldn't see it.
Actually I can get the led light green in very rare conditions, like half-plugging the power-outlet usb cord in the Atrix. By half plugging I mean if I don't plug it totally inside, but I just "start" to plug it. IIRC, it's when I have the battery pulled. The green led lights up, then when I finish to plug the usb cord the led turns off again. That's not much...
RSD log of the failed flash
Here is the log of my failed flash:
Code:
11:00:54, July 14, 2011
Line: 2085
ERROR: Phone[0000]: Error switching phone to BP Pass through mode
File: D:\GitProjectsReleases\hdt_windows_flash\flash\code\flashdll\FlashOp.cpp
Device ID: 0
11:01:05, July 14, 2011
Line: 768
ERROR: Phone[0000]: The "Motorola_Flash" Interface could not be found.
The super-file is not secure and for re-flash;
the phone needs a super-file that is not secure and for reflash.
File: D:\GitProjectsReleases\hdt_windows_flash\flash\code\flashdll\MIFlash.cpp
Device ID: 0
11:01:05, July 14, 2011
Line: 610
ERROR: Flash failure: Phone[0000]: Error switching phone to BP Pass through mode (Error Code: be),
Detailed Error Details: Direction of the Error=No Direction, Command Value=0, Code Group Number=257
File: D:\GitProjectsReleases\hdt_windows_flash\flash\code\flashdll\FlashHdlr.cpp
Device ID: 0
I've also uploaded two screnshots of RSD Lite at the time of the error, here.
Hi there!
On August 13th I received my Atrix 4G from Movistar and went out on holidays, I'd just arrived now and I would like to help.
I have a brand new movistar atrix 4G
System version: 4.4.33.MB860.Retail.en.ES
Android version: 2.2.2
Base band version: N_01.95.00R
Webtop version: OSHWT_U1_6.61.18
I'd read I must be root so I'm going to root the phone and please tell me if you still need my help, since the date of this post its a bit old...
PS: Im going to use OneClick Method to root the phone, it seems pretty easy and fast.
Bah, SuperOneClick fails, but this other method works like a charm!!
briefmobile.com/motorola-atrix-4g-root
I'm going to backup my apps with Titanium Backup and make the test you specified on post #1
I use /preinstall/dosu to get root access in adb, if you think I'm doing bad, please tell me how to get root (su doen't seems to work)
Content of /sys/firmware/fuse/ReservedOdm
Code:
c:\Root>adb shell
$ /preinstall/dosu
/preinstall/dosu
bash: groups: command not found
[email protected]:/# whoami
whoami
root
[email protected]:/# less /sys/firmware/fuse/ReservedOdm
less /sys/firmware/fuse/ReservedOdm
WARNING: terminal is not fully functional
/sys/firmware/fuse/ReservedOdm (press RETURN)
[B]20000000200000000[/B]
/sys/firmware/fuse/ReservedOdm (END)
/default.prop
Code:
[email protected]:/# cat /default.prop
cat /default.prop
#
# ADDITIONAL_DEFAULT_PROPERTIES
#
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=0
persist.service.adb.enable=0
EXTERNAL_STORAGE_MOUNT=/mnt/sdcard
/system/default.prop
Code:
[email protected]:/# cat /system/default.prop
cat /system/default.prop
ro.build.config.version.app=GAS_EMEA_USAOLYPRTES_A002
ro.build.config.version.media=GAS_EMEA_USAOLYPRTEU_M001
ro.mot.vvm_enable=1
ro.mot.datamanager.34568=true
ro.mot.nat_roaming_enable=1
umts.apn_authentication.enable=ALL
ro.product.drm.sd.enable=1
persist.sys.timezone=Europe/Madrid
ro.product.drm.fl.enable=1
ro.fota.enable=1
ro.product.drm.cd.enable=1
ro.build.config.version=GAS_EMEA_USAOLYPRTES_P029
ro.build.bp.config.version=
/system/build.prop
Code:
[email protected]:/# cat /system/build.prop
cat /system/build.prop
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=OLYEM_U4_4.3.3
ro.build.display.id=OLYEM_U4_4.3.3
ro.build.version.incremental=7977139
ro.build.version.sdk=8
ro.build.version.codename=REL
ro.build.version.release=2.2.2
ro.build.date=Mon Jun 13 22:02:19 CST 2011
ro.build.date.utc=1307973739
ro.build.type=user
ro.build.user=xphk86
ro.build.host=zch68lnxdroid45
ro.build.tags=ota-rel-keys,release-keys
ro.product.model=MB860
ro.product.model.internal=MB860
ro.product.brand=MOTO
ro.product.name=MB860_RTES
ro.product.device=olympus
ro.product.board=olympus
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=motorola
ro.product.locale.language=es
ro.product.locale.region=ES
ro.wifi.channels=
ro.board.platform=tegra
# ro.build.product is obsolete; use ro.product.device
ro.build.product=olyem
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=olympus-user 2.2.2 OLYEM_U4_4.3.3 ota-rel-keys,release-keys
ro.build.fingerprint=MOTO/MB860_RTES/olympus/olympus:2.2.2/OLYEM_U4_4.3.3/797713
9:user/ota-rel-keys,release-keys
# end build properties
#BEGIN ikolympus-145 ndkj78 04/29/10 add properties for RIL
rild.libpath=/system/lib/libmoto_ril.so
#ikolymp-874 increment channels to support EFEM
persist.ril.mux.noofchannels=9
persist.ril.mux.ttydevice=/dev/ttyHS3
#Begin IKOLYMP-2372 jqc837 31.aug.10 Short music file set as ringtone does not play in loop when receiving incoming call
#Begin IKOLYMP-425 jqc837 31.aug.10 ro.cdma.home.operator.numeric should not be set
ro.telephony.call_ring.multiple=false
#End IKOLYMP-2372 IKOLYMP-425
#added property for modem ikolympus-203
persist.ril.modem.ttydevice=/dev/ttySPI0
#added property for default RIL mode to be UMTS ikolymp2180
persist.ril.modem.mode=2
#IKOLYMP-4257 add feature GENERIC_OEM_HOOK flag
#IKOLYMP-4894 add feature MUX_PANIC_NOTIF flag
#IKOLYMP-5747 add feature BDTSE_FOR_DTMF flag
#IKOLYMP-7714 Remove feature BDTSE_FOR_DTMF. Revert to DTSE for DTMF
#IKOLYMP-8033 Restore BDTSE_FOR_DTMF. Remove GENERIC_OEM_HOOK (no longer used)
persist.ril.features=0x24
#IKOLYMP-9894 Increase the PPP max failure threshold to 12
#IKOLYMP-10006 Increase the PPP max failure threshold to 16
persist.ril.pppd.start.fail.max=16
#end
#IKOLYMP-9157 libgps send_rds retry number+1
persist.libgps.send.rds.retry=4
ro.hdmi.mirror.enable=false
ro.hdmi.default.app=
hw.overlay.path.config=
# temporary enable AT&T NSUI feature from system prop.
# This should be removed once Flex is enabled in Olympus.
ro.mot.FTR.NSUI=false
# for larger screen support
# 3.75" WVGA == 248dpi
# 4.0" qHD == 275dpi
ro.sf.lcd_density=240
dalvik.vm.heapsize=32m
# Enable FP sensor
ro.mot.hw.fingerprint.enable=1
# required for UDD backup tcmd
ro.mot.hw.calibratedImager=1
# Time between scans in seconds. Keep it high to minimize battery drain.
# This only affects the case in which there are remembered access points,
# but none are in range.
wifi.supplicant_scan_interval = 45
#For enabling Wispr Feature
#disable att wifi hotspot, IKOLYEM-254
ro.mot.wifi.hotspot=0
# To enable Google Froyo Tethering (USB & WIFI hotspot)
ro.tether.denied=false
# To set wifi (AP) driver's firmware path
ro.wifi-ap.fw-path=/system/etc/firmware/wifi/sdio-g-cdc-roml-reclaim-wme-apsta-i
dsup-idauth.bin
# Enabling EONS feature IKOLYMP-1962
persist.cust.tel.eons=1
ro.opengles.version = 131072
# For docked touchpad keyboard map
android.keylayout.evfwd=/system/usr/keylayout/evfwd.kl
android.keychar.evfwd=/system/usr/keychars/evfwd.kcm.bin
# To send 70 touch events per second
windowsmgr.max_events_per_sec = 70
debug.mot.extwmlog=0
debug.mot.extamlog=0
#proximit sensor screen off delay
mot.proximity.delay=450
#proximit sensor disable touch distance
mot.proximity.distance=60
# Enable HAC support
ro.mot.hw.HAC=1
# BEGIN Motorola, w30250, 4-Nov-2010, IKOLYMP-6198 turn on entitlement check
# BEGIN Motorola, e13085, 9-Dec-2010, IKOLYHKTW-1 turn off entitlement check
ro.mot.entitlement_check=false
# END
# END
# The property "ro.camera.sound.forced" is defined by google.
# Use this property to decide whether camera shutter tone is forced: 1 forced; 0
not-forced.
# BEGIN Motorola, e7482c, 1-Dec-2010, IKOLYEM-76
ro.camera.sound.forced=1
# BEGIN Motorola, w30495 IKOLYMP-9553, add property to control maximum number of
hidden apps
ro.MAX_HIDDEN_APPS=50
# END
# BEGIN Motorola, e7482c IKOLYEM-486, add property to control if disable backgro
und data when making call
ro.mot.background_data.disabled=false
# BEGIN Motorola, w20919 IKOLYEM-993, add property to control if email auto conf
ig after skip the blur setting
ro.mot.auto.email=true
# END
# Enable APN authentication for a specific MCCMNC, "ALL" for all MCCMNC
umts.apn_authentication.enable=ALL
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.config.alarm_alert=Alarm_Classic.ogg
media.stagefright.enable-player=false
media.stagefright.enable-meta=false
media.stagefright.enable-scan=false
media.stagefright.enable-http=false
ro.default_usb_mode=0
ro.product.multi_touch_enabled=true
ro.product.max_num_touch=2
ro.setupwizard.mode=DISABLED
ro.com.google.gmsversion=2.2_r10
ro.config.sync=no
ro.browser.useragent=0
gsm.sim.mot.simswap=1
ro.config.sync=no
ro.media.dec.vid.wmv.enabled=1
ro.media.dec.aud.wma.enabled=1
ro.media.enc.hprof.file.format=3gp
ro.media.enc.hprof.aud.hz=44100
ro.media.enc.hprof.aud.ch=2
ro.media.enc.hprof.codec.aud=aac
ro.media.enc.hprof.aud.bps=128000
ro.media.enc.hprof.vid.bps=4000000
ro.media.enc.hprof.vid.width=1280
ro.media.enc.hprof.vid.height=720
ro.media.enc.hprof.codec.vid=h264
ro.media.enc.hprof.vid.fps=30
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.com.google.clientid=android-motorola
ro.url.legal=google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=google.com/intl/%s/mobile/android/basic/
privacy.html
ro.mot.hw.uaprof=uaprof.motorola.com/phoneconfig/motomb860/Profile/motomb
860emara.rdf
ro.build.version.full=Blur_Version.4.4.33.MB860.Retail.en.ES
ro.config.ringtone=Piano.ogg
ro.config.notification_sound=Kinetic_Bell.ogg
ro.com.google.clientidbase.am=android-motorola
ro.com.google.clientidbase=android-motorola
ro.com.google.clientidbase.gmm=android-motorola
ro.com.google.clientidbase.yt=android-motorola
ro.com.google.locationfeatures=1
ro.com.google.clientidbase.ms=android-motorola
/osh/etc/oshwt-version.txt (as I posted before)
Code:
[email protected]:/# cat /osh/etc/oshwt-version.txt
cat /osh/etc/oshwt-version.txt
OSHWT_U1_6.61.18
Finally, signing keys seems to fail. Right now I will PM eval-
Code:
[email protected]:/# busybox strings /dev/block/mmcblk0p11 | busybox grep Motorola
<trings /dev/block/mmcblk0p11 | busybox grep Motorola
strings: applet not found
Hope this helps, I'm afraid to brick my shinny new gadget and I'm anxious to replace webtop with a fully featured debian
Thanks man for your help giving us that info. I'll email Eval- and see if he can conclude something about it :-D
You're welcome! I hope this can help someway
I've PMed myself eval- several times but my sentbox appears empty and I don't know if I am spamming him or if he is receiving anything from me... :S
anyway, if I can do anything else, please, let me know.
Hey, sorry for the late reply I've been away for a bit...
malevoli said:
I use /preinstall/dosu to get root access in adb, if you think I'm doing bad, please tell me how to get root (su doen't seems to work)
Click to expand...
Click to collapse
Hmm I know this method (its my preinstall.img ) You have to /bin/mount -o remount,rw /system and then "cp /preinstall/su /system/bin/" in order to have 'su' AND you have to install Superuser.apk from the market or /preinstall...
malevoli said:
Finally, signing keys seems to fail. Right now I will PM eval-
Code:
[email protected]:/# busybox strings /dev/block/mmcblk0p11 | busybox grep Motorola
<trings /dev/block/mmcblk0p11 | busybox grep Motorola
strings: applet not found
Hope this helps, I'm afraid to brick my shinny new gadget and I'm anxious to replace webtop with a fully featured debian
Click to expand...
Click to collapse
This is not so important, it seems default busybox sucks and doesn't have strings, but I have seen the sigs in the ES .sbf and they look the same as other internationals.
malevoli said:
Content of /sys/firmware/fuse/ReservedOdm
Code:
[B]20000000200000000[/B]
/sys/firmware/fuse/ReservedOdm (END)
Click to expand...
Click to collapse
Interesting. This is perhaps the first international phone's ReservedOdm* I've seen that did not have 20002000200000000 or 30003000300000000 (pre-unlock, with the last 00000000 turned to 00004000 after unlock.) Would be cool to get some confirmation whether any other internationals have 20000000200000000 before doing any flashing or OTAs (as some AT&T Atrix did have 10000000100000000 from the factory.)
But, 'IHOP' Pudding should replace your previous bootloader, and IHOP shouldn't care if that fuse is blown (representing the second '2') and in fact will probably blow it if it's not blown. However, there *is* a 'backup' copy of fastboot on the device (in the space pre-mbr, alongside the primary copy) and I suppose by some means it could called during/after the flash?? This would seem a strange catch-22 (loading a backup bootloader that doesn't accept the current state) but perhaps it's possible.
We could potentially disassemble the Spanish .sbf fastboot and check whether it expects no fuse burned at the lower word of Odm1 (this is the same fuse word that bricked all the AT&T downgraders and users of Chinese .sbfs BTW.) So, not only would the fuse have to be burned (by the new bootloader being run as AFAIK flashing doesn't do this) you'd somehow have to run the old bootloader (meaning that backup and current are not the same? seems unlikely... and its doubtful that the old one expects a '0' but we should check) AND it would be crashing in a way that gives you no screen output (instead of 0x1000.) So I still suspect this was a freak mistake, and that not all Spanish users will brick from unlock. But I would still strongly recommend getting device insurance first!
*OK, some mainland china phones have 100010001... this is why their .sbf bricks all other international phones... as fastboot freaks out when it finds a '2' (let's say, it's really a blown fuse in the wrong position) on the phone it's been flashed to and drops to nvflash 0x1000...
Hi eval-
Now I am who is sorry for the late response
Almost everything you said sounds like chinese to me
So what's your advice? To assure the device and try to flash?
I don't know anyone who owns a atrix to make more tests...
Regards,
Angel
There is no solution?
I tried to assure my device, but when I tried was too late, spanish ppl have only 15 days after the adquisition of the mobile phone to make an assurance....
It's a true pity since in movistar webpage there is no link to any update. Shame on that company....
Requested data from Atrix 4G Movistar, Argentina :
I have Froyo 2.2.2 Stock rom, but rooted by gingerbreak. Movistar Argentina not have intention to upgrade to 2.3.x or 2.4 (or 4.0 ) for now.
Thanks in advance.
Code:
/ # cat /sys/firmware/fuse/ReservedOdm
20000000200000000
Code:
/ # cat /default.prop
#
# ADDITIONAL_DEFAULT_PROPERTIES
#
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=0
persist.service.adb.enable=0
EXTERNAL_STORAGE_MOUNT=/mnt/sdcard
Code:
/ # cat /system/default.prop
ro.build.config.version.app=GAS_LA_USAOLYPMOVLALA_A016
ro.build.config.date=Mon Jul 04 15:42:54 -0300 2011
ro.build.config.version.media=GAS_LA_USAOLYPMOVLALA_M001
ro.mot.carrier.ecc=0x390x310x310x000x310x310x320x00
ro.mot.vvm_enable=0
ro.gsm.sms.tp-vpf=2
ro.gsm.sms.tp-vp=255
ro.product.drm.fl.enable=1
ro.mot.force.tp.dcs.bits=1
ro.mot.wifi.hotspot2g=0
ro.build.config.version=GAS_LA_USAOLYPMOVLALA_P014
Code:
/ # cat /system/build.prop
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=OLYLA_U4_0.54.0_R05
ro.build.display.id=OLYLA_U4_0.54.0_R05
ro.build.version.incremental=7473195
ro.build.version.sdk=8
ro.build.version.codename=REL
ro.build.version.release=2.2.2
ro.build.date=Thu Jun 8 13:24:51 BRT 2011
ro.build.date.utc=1307031891
ro.build.type=user
ro.build.user=wmb050
ro.build.host=zbr05lnxdroid07
ro.build.tags=ota-rel-keys,release-keys
ro.product.model=MB860
ro.product.model.internal=MB860
ro.product.brand=MOTO
ro.product.name=MSTLA
ro.product.device=olympus
ro.product.board=olympus
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=motorola
ro.product.locale.language=es
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=tegra
# ro.build.product is obsolete; use ro.product.device
ro.build.product=olympus
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=olympus-user 2.2.2 OLYLA_U4_0.54.0_R05 7473195 ota-rel-keys,release-keys
ro.build.fingerprint=MOTO/MSTLA/olympus/olympus:2.2.2/OLYLA_U4_0.54.0_R05/7473195:user/ota-rel-keys,release-keys
# end build properties
#BEGIN ikolympus-145 ndkj78 04/29/10 add properties for RIL
rild.libpath=/system/lib/libmoto_ril.so
#ikolymp-874 increment channels to support EFEM
persist.ril.mux.noofchannels=9
persist.ril.mux.ttydevice=/dev/ttyHS3
#Begin IKOLYMP-2372 jqc837 31.aug.10 Short music file set as ringtone does not play in loop when receiving incoming call
#Begin IKOLYMP-425 jqc837 31.aug.10 ro.cdma.home.operator.numeric should not be set
ro.telephony.call_ring.multiple=false
#End IKOLYMP-2372 IKOLYMP-425
#added property for modem ikolympus-203
persist.ril.modem.ttydevice=/dev/ttySPI0
#added property for default RIL mode to be UMTS ikolymp2180
persist.ril.modem.mode=2
#IKOLYMP-4257 add feature GENERIC_OEM_HOOK flag
#IKOLYMP-4894 add feature MUX_PANIC_NOTIF flag
#IKOLYMP-5747 add feature BDTSE_FOR_DTMF flag
#IKOLYMP-7714 Remove feature BDTSE_FOR_DTMF. Revert to DTSE for DTMF
#IKOLYMP-8033 Restore BDTSE_FOR_DTMF. Remove GENERIC_OEM_HOOK (no longer used)
persist.ril.features=0x24
#IKOLYMP-9894 Increase the PPP max failure threshold to 12
#IKOLYMP-10006 Increase the PPP max failure threshold to 16
persist.ril.pppd.start.fail.max=16
#end
ro.hdmi.mirror.enable=false
ro.hdmi.default.app=
hw.overlay.path.config=
# temporary enable AT&T NSUI feature from system prop.
# This should be removed once Flex is enabled in Olympus.
ro.mot.FTR.NSUI=true
# for larger screen support
# 3.75" WVGA == 248dpi
# 4.0" qHD == 275dpi
ro.sf.lcd_density=240
dalvik.vm.heapsize=32m
# Enable FP sensor
ro.mot.hw.fingerprint.enable=1
# required for UDD backup tcmd
ro.mot.hw.calibratedImager=1
# Time between scans in seconds. Keep it high to minimize battery drain.
# This only affects the case in which there are remembered access points,
# but none are in range.
wifi.supplicant_scan_interval = 45
#For enabling Wispr Feature
ro.mot.wifi.hotspot=0
# To enable Google Froyo Tethering (USB & WIFI hotspot)
ro.tether.denied=false
# To set wifi (AP) driver's firmware path
ro.wifi-ap.fw-path=/system/etc/firmware/wifi/sdio-g-cdc-roml-reclaim-wme-apsta-idsup-idauth.bin
# Enabling EONS feature IKOLYMP-1962
persist.cust.tel.eons=1
ro.opengles.version = 131072
# For docked touchpad keyboard map
android.keylayout.evfwd=/system/usr/keylayout/evfwd.kl
android.keychar.evfwd=/system/usr/keychars/evfwd.kcm.bin
# To send 70 touch events per second
windowsmgr.max_events_per_sec = 70
debug.mot.extwmlog=0
debug.mot.extamlog=0
#proximit sensor screen off delay
mot.proximity.delay=450
#proximit sensor disable touch distance
mot.proximity.distance=60
# Enable HAC support
ro.mot.hw.HAC=1
# BEGIN Motorola, a17262, 8-Dec-2010, IKXOLYMPLA-93 turn off entitlement check
ro.mot.entitlement_check=false
# END
# BEGIN Motorola, w30495 IKOLYMP-9553, add property to control maximum number of hidden apps
ro.MAX_HIDDEN_APPS=50
# END
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.config.notification_sound=OnTheHunt.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
media.stagefright.enable-player=false
media.stagefright.enable-meta=false
media.stagefright.enable-scan=false
media.stagefright.enable-http=false
ro.default_usb_mode=2
ro.product.multi_touch_enabled=true
ro.product.max_num_touch=2
ro.setupwizard.mode=DISABLED
ro.com.google.gmsversion=2.2_r10
ro.com.google.clientidbase=android-motorola
ro.com.google.clientidbase.yt=android-motorola
ro.com.google.clientidbase.am=android-motorola
ro.com.google.clientidbase.ms=android-motorola
ro.com.google.clientidbase.gmm=android-motorola
ro.config.sync=no
ro.browser.useragent=0
ro.url.safetylegal=http://www.motorola.com/staticfiles/Support/legal/?model=MB860
gsm.sim.mot.simswap=1
ro.config.sync=no
ro.media.dec.vid.wmv.enabled=1
ro.media.dec.aud.wma.enabled=1
ro.media.enc.hprof.file.format=3gp
ro.media.enc.hprof.aud.hz=44100
ro.media.enc.hprof.aud.ch=2
ro.media.enc.hprof.codec.aud=aac
ro.media.enc.hprof.aud.bps=128000
ro.media.enc.hprof.vid.bps=4000000
ro.media.enc.hprof.vid.width=1280
ro.media.enc.hprof.vid.height=720
ro.media.enc.hprof.codec.vid=h264
ro.media.enc.hprof.vid.fps=30
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.com.google.clientid=android-motorola
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.mot.hw.uaprof=http://uaprof.motorola.com/phoneconfig/MotoMB860/profile/MotoMB860.rdf
ro.build.version.full=Blur_Version.0.54.5.MB860.Movistar.en.01
Code:
/ # cat /osh/etc/oshwt-version.txt
OSHWT_U1_6.71.0
Two questions :
1) I can't get adb shell on mi atrix, so i entered by ssh ( sshdroid ). Adb tellme
Code:
./adb shell
error: insufficient permissions for device
2) How to i see these version you mentioned in most th like 1.5.7 & 1.8.3 ? What is this, version of ...
Perdona SidViciOus
Try http://briefmobile.com/motorola-atrix-4g-root to fully access via adb shell to your device. It worked for me.
I didn't understand your second question... ¿me la haces en castellano?
eval-, It seems that not only spanish guys have these ReservedOdm, but movistar's clients...
People, sorry for the bilingualism....
Well, I'm going to follow these instructions
http://www.grupoandroid.com/topic/23784-liberar-bootloader-del-atrix-fuego/
This user on htcmania assures he did on that way
http://www.htcmania.com/showpost.php?p=3414695&postcount=3
Wish me luck!
malevoli said:
Well, I'm going to follow these instructions
http://www.grupoandroid.com/topic/23784-liberar-bootloader-del-atrix-fuego/
This user on htcmania assures he did on that way
http://www.htcmania.com/showpost.php?p=3414695&postcount=3
Wish me luck!
Click to expand...
Click to collapse
Does that user have a Movistar Atrix?
Anyway, good luck. I'm really liking forward to know if I screw mine because of some stranger circumstance, or it was due to the device itself... So please report here ;-) Gravitas

[FIX] Weak GPS signal

Hello! I've made simple fix to the GPS receiver in our devices. Relative simple solution to weak reception and long time to get a fix. All you have to do is replace gps.conf file in /system/etc/ directory with the one attached here (extract it from the .zip archive first) and chmod it 0644, then reboot your device and see how it performs I'm very happy with the results, you will be too!
Your device must be rooted!
Please explain in detail exactly what's different about this config file.
Transmitted via Bacon
I tested my GPS and it was not good.. I used your file and it took a matter of seconds to find satellites.. Thank you
Sent from my A0001 using Tapatalk 2
More data, please.
Location
This doesn't appear to be for US.
stangman said:
This doesn't appear to be for US.
Click to expand...
Click to collapse
Just use the FasterGPS app from the Play Store, it adapts to the region you enter.
I'm assuming the modified config in this thread is only set for a specific region.
Transmitted via Bacon
There are some servers modified but I don't know why,
I'm in the US and it worked for me
Sent from my A0001 using Tapatalk 2
Strange..... Faster GPS couldn't do it but this file managed
Thanks OP
This seemed to fix the GPS issues I was having, for some reason whenever I tried to navigate somewhere the GPS would stop updating thus leading to trying to use a map instead of having a navigator updating my position and telling me where to turn.
Hopefully the fix lasts!
This file fixed my GPS ???, better then Faster GPS ???.
Beamed using Oneplus one from Africa ?.
Thanks with your fix my gps works better than ever i live in Greece
thx, now i not lose gps
Thanks
Thanks for your work.
I will test it but would be great if you could detail what are the changes.
Amazing. People installing files from total strangers on the internet lol....
Later idiots complain that their PC and their cell pones have security/performance issues.
Mods, since he hasnt given any explaination, Id personally remove/close the thread.
riahc3 said:
Amazing. People installing files from total strangers on the internet lol....
Later idiots complain that their PC and their cell pones have security/performance issues.
Mods, since he hasnt given any explaination, Id personally remove/close the thread.
Click to expand...
Click to collapse
I don't know much about conf files but I have copied the contents of both to compare, if someone is familiar then commentary will be appreciated.
Original
Code:
#Uncommenting these urls would only enable
#the power up auto injection and force injection(test case).
#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_1=http://xtra1.gpsonextra.net/xtra2.bin
XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra2.bin
XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra2.bin
# Error Estimate
# _SET = 1
# _CLEAR = 0
ERR_ESTIMATE=0
#Test
NTP_SERVER=time.gpsonextra.net
#Asia
# NTP_SERVER=asia.pool.ntp.org
#Europe
# NTP_SERVER=europe.pool.ntp.org
#North America
# NTP_SERVER=north-america.pool.ntp.org
# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
# 4 - Debug, 5 - Verbose
# If DEBUG_LEVEL is commented, Android's logging levels will be used
DEBUG_LEVEL = 2
# Intermediate position report, 1=enable, 0=disable
INTERMEDIATE_POS=0
# supl version 1.0
SUPL_VER=0x10000
# Emergency SUPL, 1=enable, 0=disable
SUPL_ES=1
# GPS Capabilities bit mask
# SCHEDULING = 0x01
# MSB = 0x02
# MSA = 0x04
# ON_DEMAND_TIME = 0x10
# GEOFENCE = 0x20
# default = ON_DEMAND_TIME | MSA | MSB | SCHEDULING | GEOFENCE
CAPABILITIES=0x37
# 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
####################################
# LTE Positioning Profile Settings
####################################
# 0: Enable RRLP on LTE(Default)
# 1: Enable LPP_User_Plane on LTE
# 2: Enable LPP_Control_Plane
# 3: Enable both LPP_User_Plane and LPP_Control_Plane
LPP_PROFILE = 0
################################
# EXTRA SETTINGS
################################
# NMEA provider (1=Modem Processor, 0=Application Processor)
NMEA_PROVIDER=0
# Mark if it is a SGLTE target (1=SGLTE, 0=nonSGLTE)
SGLTE_TARGET=0
##################################################
# Select Positioning Protocol on A-GLONASS system
##################################################
# 0x1: RRC CPlane
# 0x2: RRLP UPlane
# 0x4: LLP Uplane
A_GLONASS_POS_PROTOCOL_SELECT = 0
Edited
Code:
#All
NTP_SERVER=0.europe.pool.ntp.org
NTP_SERVER=0.pl.pool.ntp.org
XTRA_SERVER_1=http://gllto.glpals.com/4day/glo/v2/latest/lto2.dat
XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
# Error Estimate
# _SET = 1
# _CLEAR = 0
ERR_ESTIMATE=0
# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
# 4 - Debug, 5 - Verbose
# If DEBUG_LEVEL is commented, Android's logging levels will be used
DEBUG_LEVEL = 1
# Intermediate position report, 1=enable, 0=disable
INTERMEDIATE_POS=0
# supl version 1.0
#SUPL_VER=0x10000
# supl version 2.0
SUPL_VER=0x20000
# Emergency SUPL, 1=enable, 0=disable
SUPL_ES=1
# GPS Capabilities bit mask
# SCHEDULING = 0x01
# MSB = 0x02
# MSA = 0x04
# ON_DEMAND_TIME = 0x10
# GEOFENCE = 0x20
# default = ON_DEMAND_TIME | MSA | MSB | SCHEDULING | GEOFENCE
CAPABILITIES=0x37
# 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
SUPL_HOST=supl.google.com
SUPL_PORT=7276
SUPL_SECURE_PORT=7278
SUPL_NO_SECURE_PORT=3425
####################################
# LTE Positioning Profile Settings
####################################
# 0: Enable RRLP on LTE(Default)
# 1: Enable LPP_User_Plane on LTE
# 2: Enable LPP_Control_Plane
# 3: Enable both LPP_User_Plane and LPP_Control_Plane
LPP_PROFILE = 0
################################
# EXTRA SETTINGS
################################
# NMEA provider (1=Modem Processor, 0=Application Processor)
NMEA_PROVIDER=1
# Mark if it is a SGLTE target (1=SGLTE, 0=nonSGLTE)
SGLTE_TARGET=0
##################################################
# Select Positioning Protocol on A-GLONASS system
##################################################
# 0x1: RRC CPlane
# 0x2: RRLP UPlane
# 0x4: LLP Uplane
A_GLONASS_POS_PROTOCOL_SELECT = 0
Lukiqq said:
Hello! I've made simple fix to the GPS receiver in our devices. Relative simple solution to weak reception and long time to get a fix. All you have to do is replace gps.conf file in /system/etc/ directory with the one attached here (extract it from the .zip archive first) and chmod it 0644, then reboot your device and see how it performs I'm very happy with the results, you will be too!
Your device must be rooted!
Click to expand...
Click to collapse
could you post more details on how to replace it? What do you mean by "chmod it 0644" ? I'm such a newbie.
In Root Explorer: Mount R/W so you can make changes, long press on the conf file, click permissions, then at the bottom you can "Enter Octal"
I lost you when you mentioned chmod0666 it. Please explain how to do that or provide a link for tutorial
Hi everyone, I am also an owner of Oneplus One and have been experiencing the unreliable GPS for a while. I would like to try this method in rectifying the issue. Can someone teach me how to apply this as i'm not familiar with rooting the phone?

Google Daydream on XZ Premium with Magisk module PixeiIfy

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Open apps in library tab in Daydream.
Daydream apk:
https://www.apkmirror.com/apk/google-inc/daydream-daydream/
Controller Emulator apk:
https://developers.google.com/vr/daydream/controller-emulator
List working apps on Xperia XZ Premium (Without message The phone is not compatible) :
Programs:
- Netflix VR (Best WORKING PROGRAM)
- Google Arts & Culture VR
- Street View
- Google Expeditions
- Learn Language VR by Mondly - Open in app Activity Launcher from play store (Best WORKING PROGRAM)
- New York Times VR
https://www.apkmirror.com/apk/the-n...r-virtual-reality-2-2-0-android-apk-download/
Games:
- LEGO® Brickheadz Builder VR (BEST WORKING GAME) - when you see "The phone is not compatible" click ''OK'' !Game working!
https://www.apkmirror.com/apk/lego-...e/lego-brickheadz-1-0-1-android-apk-download/
- Sherlock VR
Edit.
Google Daydream avaible and all vr apps on Xperia XZ Premium with root and magisk. You need install magisk module PixeiIfy by 4RK4N
https://forum.xda-developers.com/mob...evice-t3534943
List all avaible Daydream Apps: Everything's working great!
http://www.vrheads.com/every-daydrea...mes-next?amp
How do you get the controller to work?
I tried the emulator apk on my G3 but it doesn't show up in Netflix.
Will an actual controller work? I don't want to buy one not knowing if it would work.
Can we use a PS4 controller with daydream?
This pair easily with the XZP?
Xifar said:
How do you get the controller to work?
I tried the emulator apk on my G3 but it doesn't show up in Netflix.
Will an actual controller work? I don't want to buy one not knowing if it would work.
Click to expand...
Click to collapse
I use this controller emulator on my Xperia z2 And working good on my xz premium. You must paring your 2 phones in settings Google VR Developer options and add controller emulator device
https://www.apkmirror.com/apk/netflix-inc/netflix-vr-daydream/netflix-vr-daydream-1-0-0-release/
Got my XZp running with Daydream / NetflixVR but Im wondering if it is 4K or 1080p interpolated?
I used the 4k Switching app but not really sure if it works within Netflix or Daydream since I am using the Pixel XL device ID for making some Daydream Applications working (still not all, some seem to render completely wrong (maybe exactly these are 4k related bugs?)
And 2 other questions that came to my mind once I was writing
- I have a BoboVR Z5 Headset, running as Daydream2017 , and having some slight distortion going on here which I fixed with setting the Headset up in Sites in VR , but I cannot use this preset in Daydream mode , only in cardboard mode - Any ideas?
- Is there anything you can do about the vr image drifting away? Will moving to the equator help? Or is there a software fix or some calibration possible?
Installed, but I get the "Incompatible phone" notification when I launch VR mode.
Google Daydream avaible and all vr apps on Xperia XZ Premium with root and magisk. You need install magisk module PixeiIfy by 4RK4N
https://forum.xda-developers.com/mo.../spoofing-daydream-compatible-device-t3534943
List all avaible Daydream Apps:
www.vrheads.com/every-daydream-app-you-can-install-right-now-and-look-what-comes-next?amp
Indashio said:
Google Daydream avaible and all vr apps on Xperia XZ Premium with root and magisk. You need install magisk module PixeiIfy by 4RK4N
https://forum.xda-developers.com/mo.../spoofing-daydream-compatible-device-t3534943
List all avaible Daydream Apps:
www.vrheads.com/every-daydream-app-you-can-install-right-now-and-look-what-comes-next?amp
Click to expand...
Click to collapse
Last posts in that thread said a recent update killed the hack, but I will install and verify for myself, thank you.
Seems that it doesn't work right now.
Have all DaydreamVR Software installed but cannot even choose a Dreamdream Headset, even with Pixelify.
Running latest build 47.1.A.5.51 rooted/fixed/magisk with module installed.
Something (in oreo?) is preventing the feature from working correctly...
onkelfeix said:
Seems that it doesn't work right now.
Have all DaydreamVR Software installed but cannot even choose a Dreamdream Headset, even with Pixelify.
Running latest build 47.1.A.5.51 rooted/fixed/magisk with module installed.
Something (in oreo?) is preventing the feature from working correctly...
Click to expand...
Click to collapse
It works in Oreo Maybe try edit buildprop too :
ro.product.model=Pixel XL
ro.product.name=marlin
ro.product.manufacturer=Google
All apps working with activated Magisk mudule blocked games too like Fantastic Beats or Google Audio Factory
!!!!!!!!!!!!!!!
If your use Magisk 12 you need flash this pixelify in twrp. In new Magisk app flash zip not avaible.
Thanks, tried that but didn't work.
Thats how my current buildprop looks like:
Still not able to even select Daydream View 2017 / Legacy as my Headset.
##### Merging of the /util/data/semc_kernel_time_stamp.prop file #####
ro.build.date=Fri Oct 20 16:12:59 JST 2017
ro.build.date.utc=1508483579
ro.build.user=BuildUser
ro.build.host=BuildHost
##### Final patch of properties #####
ro.build.product=maple
############## Product Property Values ##############
ro.setupwizard.mode=OPTIONAL
#####################################################
ro.config.ringtone=generic_xperia.ogg
ro.config.notification_sound=notification.ogg
ro.config.alarm_alert=alarm.ogg
ro.semc.content.number=PA4
################# Updating of the SW Version #################
ro.semc.version.fs_revision=47.1.A.5.51
ro.build.id=47.1.A.5.51
ro.build.display.id=47.1.A.5.51
##### Values from product package metadata #####
ro.semc.product.model=G8141
ro.semc.ms_type_id=PM-1032-BV
ro.semc.version.fs=GENERIC
ro.semc.product.name=Xperia XZ Premium
ro.semc.product.device=G81
ro.product.model=Pixel XL
# begin build properties
# autogenerated by buildinfo.sh
ro.build.version.incremental=1
ro.build.version.sdk=26
ro.build.version.preview_sdk=0
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=8.0.0
ro.build.version.security_patch=2017-11-01
ro.build.version.base_os=
ro.build.type=user
ro.build.tags=dev-keys
ro.build.flavor=maple-user
ro.product.brand=Sony
ro.product.name=marlin
ro.product.device=marlin
# 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=Google
ro.product.locale=en-US
ro.wifi.channels=
# ro.build.product is obsolete; use ro.product.device
# Do not try to parse description, fingerprint, or thumbprint
ro.build.description=maple-user 8.0.0 OPR6.170623.013 1 dev-keys
ro.build.fingerprint=Sony/maple/maple:8.0.0/OPR6.170623.013/1:user/dev-keys
ro.build.characteristics=default
# end build properties
# begin build properties
# autogenerated by vendor_buildinfo.sh
ro.product.board=msm8998
ro.board.platform=msm8998
# end build properties
#
# from device/qcom/msm8998/system.prop
#
#
# system.prop for cobalt
#
#rild.libpath=/system/lib/libreference-ril.so
rild.libpath=/system/vendor/lib64/libril-qc-qmi-1.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=
ril.subscription.types=NV,RUIM
DEVICE_PROVISIONED=1
debug.sf.enable_hwc_vds=1
debug.sf.hw=1
debug.sf.latch_unsignaled=1
debug.gralloc.enable_fb_ubwc=1
debug.sf.latch_unsignaled=1
dalvik.vm.heapsize=36m
dev.pm.dyn_samplingrate=1
persist.demo.hdmirotationlock=false
#ro.hdmi.enable=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-scan=true
mmp.enable.3g2=true
media.aac_51_output_enabled=true
mm.enable.smoothstreaming=true
media.settings.xml=/vendor/etc/media_profiles_vendor.xml
#760765 is decimal sum after removing following parser flags
# - AC3 (0x00000002)
# - DTS (0x00000040)
# - MKV (0x00000400)
# - MP3 (0x00002000)
# - OGG (0x00004000)
# - AIFF (0x00040000)
# - DSF (0x00400000)
# - DSDIFF (0x00800000)
# See MMParserExtractor.h to confir above values.
#13631487 is decimal sum of supported codecs in AAL
#codecsPARSER_)AAC AC3 AMR_NB AMR_WB ASF AVI DTS FLV 3GP 3G2 MKV MP2PS MP2TS MP3 OGG QCP WAV FLAC AIFF APE DSD
mm.enable.qcom_parser=760765
persist.mm.enable.prefetch=true
# Additional buffers shared between Camera and Video
vidc.enc.dcvs.extra-buff-count=2
#
# 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-servi
ces
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
#
# System props for telephony
# System prop to turn on CdmaLTEPhone always
telephony.lteOnCdmaDevice=0
#Simulate sdcard on /data/media
#
persist.fuse_sdcard=true
#system prop for A4WP profile support
ro.bluetooth.a4wp=false
#system prop for wipower support
ro.bluetooth.emb_wp_mode=true
ro.bluetooth.wipower=true
#
#snapdragon value add features
#
#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
#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
# system prop for NFC DT
ro.nfc.port=I2C
#property to enable VDS WFD solution
persist.hwc.enable_vds=1
#Increase cached app limit
ro.vendor.qti.sys.fw.bg_apps_limit=60
# Property to enable sched colocation, app trigger, game trigger
sched.colocate.enable=1
ro.vendor.gt_library=libqti-gt.so
ro.vendor.at_library=libqti-at.so
sys.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
#Settings to enable sensors
#Device Orientation sensor
ro.vendor.sensors.dev_ori=true
#Persistent Motion Detector
ro.vendor.sensors.pmd=true
#Stationary Detector
ro.vendor.sensors.sta_detect=true
#Motion Detector
ro.vendor.sensors.mot_detect=true
#Device Position Classifier
ro.vendor.sensors.dpc=true
#MultiShake sensor
ro.vendor.sensors.multishake=true
#Enable stm events
persist.debug.coresight.config=none
#Disable face beautification
persist.ts.rtmakeup=false
#Property to enable display default color mode
vendor.display.enable_default_color_mode=true
#Expose aux camera for below packages
vendor.camera.aux.packagelist=org.codeaurora.snapcam
#enable IZat OptInApp overlay
persist.vendor.overlay.izat.optin=rro
# Property for backup NTP Server
persist.backup.ntpServer="0.pool.ntp.org"
#
# from device/somc/yoshino/system.prop
#
#
# platform specific part of system.prop
#
# Touch
sys.backlight_on=1
# System props for Myanmar Zawgyi font selection state
persist.zawgyi.selected=false
# Enable OEM SOCKET
persist.vendor.radio.oem_socket=true
# SLPI Sensors
ro.sony.sdk.sensors.gestures=false
ro.sony.sensors.pedometer=false
ro.sony.sensors.step_detector=true
ro.sony.sensors.step_counter=true
ro.sony.sensors.pam=false
ro.sony.sensors.scrn_ortn=false
ro.sony.sensors.smd=true
ro.sony.sensors.game_rv=true
ro.sony.sensors.georv=true
ro.sony.sensors.cmc=false
ro.sony.sensors.bte=false
ro.sony.sensors.fns=false
ro.sony.sensors.qmd=false
ro.sony.sensors.amd=false
ro.sony.sensors.rmd=false
ro.sony.sensors.vmd=false
ro.sony.sensors.gtap=false
ro.sony.sensors.tap=false
ro.sony.sensors.facing=false
ro.sony.sensors.tilt=false
ro.sony.sensors.tilt_detector=true
ro.sony.sensors.dpc=false
ro.sony.sensors.qheart=false
ro.sony.sensors.wu=true
ro.sony.sensors.proximity=true
ro.sony.sensors.gravity=true
ro.sony.sensors.laccel=true
ro.sony.sensors.orientation=true
ro.sony.sensors.rotvec=true
ro.sony.sensors.fast_amd=false
ro.sony.sensors.wrist_tilt=false
ro.sony.sensors.pug=false
ro.sony.sensors.iod=false
ro.sony.sensors.multishake=false
ro.sony.sensors.rawdata_mode=false
ro.sony.sensors.dev_ori=true
ro.sony.sensors.pmd=false
ro.sony.sensors.sta_detect=true
ro.sony.sensors.mot_detect=true
ro.sony.qf_use_report_period=false
# Added system property for ViLTE bad Video quality issue
persist.vendor.ims.vcel_rtcp_report=5
# Log slow sqlite queries (if ro.debuggable is true):
db.log.slow_query_threshold=100
# System props for telephony
ro.com.android.dataroaming=false
persist.ims.disableUserAgent=1
# SD Encryption supported
ro.sdcrypt.supported=true
# Modem power save enabled
persist.vendor.radio.add_power_save=1
# Added system propert
y for PBM, support EF_ECC on APM
persist.vendor.radio.wait_for_pbm=1
# Set sms_ack timer
persist.vendor.radio.mt_sms_ack=19
# Enable sdcardfs feature
ro.sys.sdcardfs=1
# System props for single SIM phone (not DSDS products)
persist.vendor.radio.block_allow_data=1
# FIDO key provision state and version
persist.keyprovd.fido.prov=false
persist.keyprovd.fido.version=0
# Attestation Key provision state and version
persist.keyprovd.attest.prov=false
persist.keyprovd.attest.version=0
# Suntory BLOBs have been processing state
persist.keyprovd.suntory.prov=false
# System props for FR31351/RID004188
persist.radio.wifi_disc_delay=2
# Enable speaker protection
persist.vendor.audio.speaker.prot.enable=true
# Automatic Headphone Compensation (AHC)
sony.ahc.supported=yes
# Touch Glove mode (from Android O)
persist.sys.touch.glove_mode=0
#######################
# Media Framework
# SONY Audio Effect
# Allocate bit for each effect.
# If necessary, define effect list with logical sum.
# EFFECT_DN 0x0001 (Dynamic Normalizer)
# EFFECT_SF 0x0002 (S-Force)
# EFFECT_CPHP 0x0004 (ClearPhase Headphone)
# EFFECT_CA 0x0008 (ClearAudio)
# EFFECT_VPT 0x0010 (VPT)
# EFFECT_CPSP 0x0020 (ClearPhase Speaker)
# EFFECT_XLOUD 0x0040 (xLOUD)
# EFFECT_CAPLUS 0x0080 (ClearAudio+)
# EFFECT_SPBUNDLE 0x0100 (Speaker Bundle)
# EFFECT_ALC 0x0200 (ALC)
# Enable effect proxy
sony.effect.use.proxy=true
# Effect used by Speaker Bundle.
# EFFECT_SF | EFFECT_CPSP | EFFECT_SPBUNDLE = 0x122
sony.effect.custom.sp_bundle=0x122
# Effect used by ClearAudio+ headset
# EFFECT_CA | EFFECT_VPT | EFFECT_CAPLUS | EFFECT_ALC = 0x298
sony.effect.custom.caplus_hs=0x298
# Effect used by ClearAudio+ speaker
# EFFECT_CA | EFFECT_VPT | EFFECT_CPSP | EFFECT_CAPLUS | EFFECT_ALC = 0x2B8
sony.effect.custom.caplus_sp=0x2B8
# CPU frequency updated when audio effect is on
sony.effect.cpu_min_freq_little=600
sony.effect.cpu_min_freq_big=600
#######################
# Added system property for BT to enable SSR Dump
persist.service.bdroid.ssrlvl=3
# Added system property for BT to set default avrcp version to 1.6
persist.bluetooth.avrcpversion=avrcp16
# System props for RID003804
ro.config.vc_call_vol_steps=8
ro.config.vc_call_default_vol=4
# Setup Wizard
ro.com.android.prov_mobiledata=false
#Increase cached app limit
ro.sys.fw.bg_apps_limit=48
# Disable QC HDR
sdm.disable_hdr_lut_gen=1
# System props for the dpm module (Enable FD)
persist.vendor.dpm.feature=1
#
# from device/somc/maple/system.prop
#
#
# product common part of system.prop
#
# Assertive Display
ro.qcom.ad=1
ro.qcom.ad.calib.data=/system/vendor/etc/ad_calib.cfg
ro.qcom.ad.sensortype=2
# 4K for Youtube
sys.display-size=3840x2160
#
# from device/somc/maple/generic/system.prop
#
#
# product specific part of system.prop
#
# NFC
ro.nfc.on.default=true
ro.nfc.se.sim.enable=true
ro.nfc.se.smx.enable=false
ro.nfc.icon.enable=false
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.product.first_api_level=25
qemu.hw.mainkeys=0
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=192m
dalvik.vm.heapsize=512m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=512k
dalvik.vm.heapmaxfree=8m
ro.hardware.nfc_nci=nqx.default
rild.libpath=/system/vendor/lib64/libril-qc-qmi-1.so
keyguard.no_require_sim=true
ro.com.android.dataroaming=true
ro.carrier=unknown
ro.vendor.extension_library=libqti-perfd-client.so
persist.radio.apm_sim_not_pwdn=1
persist.vendor.radio.sib16_support=1
persist.vendor.radio.custom_ecc=1
persist.vendor.radio.rat_on=combine
sys.vendor.shutdown.waittime=500
ro.build.shutdown_timeout=0
ro.frp.pst=/dev/block/bootdevice/by-name/frp
ro.opengles.version=196610
qcom.bluetooth.soc=cherokee
af.fast_track_multiplier=1
vendor.audio_hal.period_size=192
ro.vendor.audio.sdk.fluencetype=none
persist.vendor.audio.fluence.voicecall=true
persist.vendor.audio.fluence.voicerec=false
persist.vendor.audio.fluence.speaker=true
vendor.audio.tunnel.encode=false
persist.vendor.audio.ras.enabled=false
vendor.audio.offload.buffer.size.kb=32
audio.offload.video=false
vendor.au
dio.offload.track.enable=true
audio.deep_buffer.media=true
vendor.voice.path.for.pcm.voip=true
vendor.audio.offload.multiaac.enable=true
vendor.audio.dolby.ds2.enabled=false
vendor.audio.dolby.ds2.hardbypass=false
vendor.audio.offload.multiple.enabled=true
vendor.audio.offload.passthrough=false
ro.vendor.audio.sdk.ssr=false
vendor.audio.offload.gapless.enabled=true
vendor.audio.safx.pbe.enabled=true
vendor.audio.parser.ip.buffer.size=262144
vendor.audio.flac.sw.decoder.24bit=true
vendor.audio.use.sw.alac.decoder=true
vendor.audio.use.sw.ape.decoder=true
vendor.audio.hw.aac.encoder=true
vendor.fm.a2dp.conc.disabled=true
vendor.audio.noisy.broadcast.delay=600
vendor.audio.offload.pstimeout.secs=3
ro.com.google.clientidbase=android-sonymobile
ro.com.google.clientidbase.ms=android-sonymobile
ro.control_privapp_permissions=log
ro.opa.eligible_device=true
ro.com.google.rlzbrandcode=SOMA
ro.com.google.rlz_ap_whitelist=y0,y5,y6,y7,y8
ro.com.google.acsa=true
ro.setupwizard.rotation_locked=false
ro.com.google.gmsversion=8.0_r2
ro.sys.colorgamut.supported=true
persist.sys.colorgamut.mode=1
camera.disable_zsl_mode=1
ro.service.xrfm.supported=true
persist.service.xrfm.mode=1
vendor.media.vpp.enable=true
ro.hardware.thermal=somc
vendor.vidc.enc.disable.pq=true
media.settings.xml=/vendor/etc/media_profiles_V1_0.xml
ro.sf.lcd_density=480
ro.hwui.texture_cache_size=48
ro.hwui.layer_cache_size=32
ro.hwui.r_buffer_cache_size=4
ro.hwui.path_cache_size=24
ro.hwui.gradient_cache_size=1
ro.hwui.drop_shadow_cache_size=5
ro.hwui.texture_cache_flushrate=0.5
ro.hwui.text_small_cache_width=1024
ro.hwui.text_small_cache_height=1024
ro.hwui.text_large_cache_width=2048
ro.hwui.text_large_cache_height=4096
ro.treble.enabled=false
persist.sys.dalvik.vm.lib.2=libart.so
dalvik.vm.isa.arm64.variant=generic
dalvik.vm.isa.arm64.features=default
dalvik.vm.isa.arm.variant=cortex-a9
dalvik.vm.isa.arm.features=default
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.expect.recovery_id=0xeb25c31b6af72385b0921c60b3071aa0e833205e000000000000000000000000
Click to expand...
Click to collapse
Is it possible to enable the physical 4K screen for this?
I know that it's set for 1080x1920 on almost everything and just scales up, but I think some apps set it to actual 4K, like the video player.
When I change the dpi/resolution (emulated of course) the Daydream app resizes too small on the screen. It is determined to only take 1080x1920 pixels making it unusable and tiny windows in the bottom center of the screen.
Here's a screenshot.
I have created a FULLY working Magisk patch that enables Daydream on Oreo. I've tested all the stuff that's available over the Web but none works on XZ Premium on Oreo.
And here's a QR code I've created for BoboVR Z5 that works as a DAYDREAM HEADSET!!! And supports the Daydream Controller!!!
All apps WORK! Everything launches as if it was the Google Pixel XL !

Categories

Resources