My phone lagged for a moment and I accidentally tapped on the "Cp Log service" -> "CP log" from the hidden menu.
Now the TRACE variable changed from "TRACE=0" to "TRACE=1".
The XSIO variable remained unchanged.( "XSIO=14" )
Is there any way to change it back?
My thankfulness would be endless if someone helped me with my problem.
I ask for help because I observed that there's more ram/more lag as usual too.
Related
I have been playing around with a number of different services on my phone, and I might have been burnt. There is a menu you get by typing *#*#4636#*#* on your keypad which can give you phone information. At the bottomon the "phone information" screen there are a number of buttons and settings you can play with. I think I have inadvertently touched some of the settings with a stray finger, and I was hoping someone perhaps could tell me what the correct settings are. I am especially interested in "power on gmm attach" and "mpdp". With the first one deselected it appears that my mobile data no longer works, but I am not sure if this is the real issue.
I appreciate your help.
kolaf said:
I have been playing around with a number of different services on my phone, and I might have been burnt. There is a menu you get by typing *#*#4636#*#* on your keypad which can give you phone information. At the bottomon the "phone information" screen there are a number of buttons and settings you can play with. I think I have inadvertently touched some of the settings with a stray finger, and I was hoping someone perhaps could tell me what the correct settings are. I am especially interested in "power on gmm attach" and "mpdp". With the first one deselected it appears that my mobile data no longer works, but I am not sure if this is the real issue.
I appreciate your help.
Click to expand...
Click to collapse
Power on gmm attach should be checked. MPDP should be set to "MDPD enabled (primary + secondary). These are at least my settings.
Hope that helped.
Hi,
I was using this phone fine, including location services.
Since 2 or 3 Months the network based location service does not work for foreign apps. For none of them. Only google maps still can find my location. All other apps need working GPS signal, so I need to go outdoors.
This is particularly annoying with apps like MyTaxi that require you to have a verified position (hand picked position does not work).
Can anyone tell me what has gone wrong ?
Why did the behaviour of the phone change ?
How do I fix this ?
chippy
SOLVED !
SOLVED :
A bit fiddly to go through the procedure, but I solved it with this :
http://forum.xda-developers.com/showpost.php?p=9576852&postcount=108
Instead " select name from main; " I used " select name from main order by name asc; " this gets a orderes list and all entries beginning with "url:" are together, easier to find the correct entry.
https://www.dropbox.com/s/44wq0tzw4apn6tp/Screenshots_2014-12-22-16-19-43.png?dl=0
There is no call happening during that screenshot, but you can see it still persists.
It still works for a new call, but it is annoying. If you have a clue what the name of that process / app / whatever is, that will help new greatly toward troubleshooting.
Thanks in advance.
I discovered if I kill the process "Phone" from application manager, it will close the notification panel phone widget.
I attempted to use tasker to automatically close it when idle (both as root and not), but that didn't work.
Anyone know of an xposed module that has an impact on Phone?
I found it. The process name is com.android.phone. In a tasker run shell command I added:
Code:
am force-stop com.android.phone
which killed the phone once I hung it up. Root is required. Thanks for letting me troubleshoot here!
Hi there,
I hope, someone can help me
I'm using Tasker for a while on several devices. For example I use profiles which turn location mode off or to high accuracy (using external app Autotools - Secure Settings) and mobile data on or off (using external app toggle data 5.0). This worked well until I updated our Oneplus 5T to Android 8.0.
The external app commands seem to work sometimes, but the rest of the profile tasks aren't executed and next time the commands don't work anymore.....
FYI: Autotools is granted permission to write secure settings and toggle data 5.0 has root access.
Toggle data 5.0 also got a widget to turn mobile data on or off and this works perfectly but tasker seems to have problems to use this external app and the app seems to freeze for a while after executing the task .
I attached an image from a run, where tasker managed to change location mode to high accuracy but stopped after this task with an error.
All apps are up to date (Tasker v5.1, Autotools v2.1.bf, Toggle Data 1.5.2.0) and the Oneplus 5T is on the latest Oxygen OS Version 5.0.4 (but on 5.0.3. the tasks didn't work either).
Thanks in advance
Better to include the log from running the task, probably a logcat as well since there is communication with plug-ins and it's always a good idea to share your profile when it's not working as expected. Make sure it's named - not a default name assigned by tasker. Then long press on the name to highlight the profile. Go to the 3-dot menu and select export -> Description to Clipboard.
Then you'll be able to paste it. Be aware, it easier to use pastebin then link to a post here. If you paste in a post here, the forum software will convert all semicolons with characters after, typically "on" and "off" to emoticons making it very hard to read.
"Good judgment comes from experience, and a lot of that comes from bad judgment." - Will Rogers
Since you have root, you can try to use the Run Shell action instead.
lauralbaby said:
Since you have root, you can try to use the Run Shell action instead.
Click to expand...
Click to collapse
Thank you very much for your answer
After a quick research I found the two shell commands "svc data enable" and "svc data disable" to enable and disable mobile data which work fine with root permission:good:
Do you know, if there are commands for changing location mode to off and high accuracy, too? I only found commands like " adb shell settings put secure location_providers_allowed ' ' " but these didn't work.
Thanks in advance.
Try changing location_mode from 3 to 0.
lauralbaby said:
Try changing location_mode from 3 to 0.
Click to expand...
Click to collapse
Could you please tell me the exact command, for example for location mode 0? The command i found doesn't work because the terminal and tasker can't use ADB....
.
Just take off the "adb shell" part:
settings get secure location_providers_allowed
network,gps
Run the "get" command to be sure you have the right values before changing them.
(BTW if AutoTools doesn't work Secure Settings or Secure Task might be worth trying.)
lauralbaby said:
Just take off the "adb shell" part:
settings get secure location_providers_allowed
network,gps
Run the "get" command to be sure you have the right values before changing them.
(BTW if AutoTools doesn't work Secure Settings or Secure Task might be worth trying.)
Click to expand...
Click to collapse
With your help and another research and tests I finally found the solution:laugh:
Thank you very much for your help
If you or anyone else wants to know the correct commands:
Turn location mode to high accuracy:
Code:
settings put secure location_providers_allowed +network,gps
Turn location mode off:
Code:
settings put secure location_providers_allowed -network,gps
Turn mobile data on:
Code:
svc data enable
Turn mobile data off:
Code:
svc data disable
Can system settings be changed without root
I have gone into settings then sound settings
I then get an if statement
I just want to turn my system sound back on at a certain time
Im not sure what to do
Thanks
trickyrick said:
...
I just want to turn my system sound back on at a certain time
Im not sure what to do
Thanks
Click to expand...
Click to collapse
This sounds like you want to disable DND (do not disturb). The action for that doesn't require root. It's in audio category. The "all" setting will allow all sound, effectively disabling DND. I believe you must enable Tasker's notification setting in the system settings (main OS, not Tasker). If you are using any relatively recent Tasker version, you should be prompted for any missing permissions the first time you setup the (any) action.
Can system settings be changed without root
I have gone into settings then sound settings
I then get an if statement ....
Click to expand...
Click to collapse
Yes, Tasker is designed to run most of its actions without needing root. You do need to give permissions through ADB for some restricted actions, such as using the AutoTools plugin -> secure settings action. I think this is the action you are asking about. See Tasker User Guide - Grant Secure Settings
I have no idea what you mean by "I then get an if statement".
If you have a task (or profile) that doesn't work the way you expect, it helps others help you if you post the entire task (profile).
Before exporting, if you have sensitive information such as logins, api keys or anything else, you might consider setting those values to a variable and use the variable in your tasks so the values won't export with the task.
To export a task (profile) description for posting, press on the name to highlight the task (profile). Go to the 3-dot menu and select export -> Description to Clipboard.
Now you'll be able to paste it. Be aware, it easier to use something like pastebin.com / hastebin.com and link to a post here. If you paste directly into a post here, the forum software will convert semicolons with characters directly after, into emoticons making it very hard to read.
Thanks for the replys
It's my wife's phone she goes to work and turns the sound off (not the DND) She drops the menu down and clicks on the sound icon then there is a line through the speaker icon at top of screen. She forgets to turn on the sound when she leaves work and I can't get ahold of her cause she can't hear the phone ringing. Was hoping to use tasker to turn sound back on at 5pm
I use ADB to connect tom my AmazonFire TV
Ive tried to connect to my cell but cant
ADB connect (ip of cell on my network)
It says it cant connect
Ive opened a command prompt within the install of the ADB
USB debugging is already on
When I attach phone I get no promt to alow debugging
trickyrick said:
I use ADB to connect tom my AmazonFire TV
Ive tried to connect to my cell but cant
ADB connect (ip of cell on my network)
It says it cant connect
Ive opened a command prompt within the install of the ADB
USB debugging is already on
When I attach phone I get no promt to alow debugging
Click to expand...
Click to collapse
ADB requires the proper drivers for the device installed on the computer your using. Using a data cable would be more reliable than over Wi-Fi, particularly to set-up. At the top of the forum, in the search manufacture and model of the device then it's forum should show up in the results. Every device forum has an "ask any question help thread". If you can't find how to ADB to the device in the forum, that's a good thread to get help in.
However, to turn the ringer volume up doesn't require anything special. Audio -> ringer volume. Explore all of the volume settings actions in the audio category.
Ok ill explore how to install ADB for my phone. In regards to the sound. You said it easy to turn volume up but my system volume is off not turned down Any option I try to turn volume up does not work. I dont see an option to first turn it back on
OK well Ill be dam. Figured out the ADB
Now its working turns the sound on at the specified time
Thanks for all your help have a good day