Mobile Hotspot not visible for other devices (Channel error) - Sony Xperia XZ1 Compact Questions & Answers

I've looked at old threads and did everything suggested, but my problem seems different. I've a US-spec Xperia XZ1 Compact, which I flashed with newsflasher with several different current firmwares to enable the fingerprint sensor:
G8441_Customized UK_1310-6856_47.1.A.12.145_R16B
G8441_Customized NOBA_1307-7511_47.1.A.12.145_R19B
When I enable WIFI hotspot, it is not visible by other devices, and even if configuring it manually it does not connect.
When I realized about the hotspot problem (several months passed) I went back to the current US firmware ( G8441_Customized US_1310-4371_47.1.A.12.119_R8B ) but the error persists, someone in reddit suggested it had to do with the locale of my phone (US firmware but spanish language in my country)
I'm getting this kind of errors (via ADB Shell logcat):
04-28 11:24:37.711 25491 25491 E hostapd : Configuration file: /data/misc/wifi/hostapd.conf
04-28 11:24:37.714 2431 2431 D ExtTelephonyService: action = android.net.conn.TETHER_STATE_CHANGED
04-28 11:24:37.714 1624 2202 D WifiService: updateInterfaceIpState: ifaceName=wlan0 mode=1 previous mode= null
04-28 11:24:37.714 772 848 D TetherController: Setting IP forward enable = 1
04-28 11:24:37.729 25491 25491 I hostapd : rfkill: Cannot open RFKILL control device
04-28 11:24:37.729 772 848 D TetherController: Starting tethering services
04-28 11:24:37.730 25491 25491 I hostapd : Channel 6 (primary) not allowed for AP mode
04-28 11:24:37.730 25491 25491 I hostapd : wlan0: IEEE 802.11 Configured channel (6) not found from the channel list of current mode (1) IEEE 802.11g
04-28 11:24:37.730 25491 25491 W hostapd : wlan0: IEEE 802.11 Configured channel (6) not found from the channel list of current mode (1) IEEE 802.11g
04-28 11:24:37.730 25491 25491 I hostapd : wlan0: IEEE 802.11 Hardware does not support configured channel
04-28 11:24:37.730 25491 25491 W hostapd : wlan0: IEEE 802.11 Hardware does not support configured channel
04-28 11:24:37.730 25491 25491 E hostapd : Could not select hw_mode and channel. (-3)
04-28 11:24:37.730 25491 25491 I hostapd : wlan0: interface state UNINITIALIZED->DISABLED
04-28 11:24:37.730 25491 25491 I hostapd : wlan0: AP-DISABLED
04-28 11:24:37.730 25491 25491 E hostapd : wlan0: Unable to setup interface.
04-28 11:24:37.730 25491 25491 I hostapd : wlan0: interface state DISABLED->DISABLED
04-28 11:24:37.730 772 848 D TetherController: Tethering services running
04-28 11:24:37.730 25491 25491 I hostapd : wlan0: AP-DISABLED
04-28 11:24:37.730 25491 25491 I hostapd : wlan0: CTRL-EVENT-TERMINATING
So if I understand correctly, channel 6 which the phone tries to use is not supported. But I don't know how I could fix this without rooting and editing the original file.
Any help will be greatly appreciated. Thanks!!!

Related

OpenVPN 'small issue' please help

Hi everyone ,
I've got a small problem with an OpenVPN connection with my kaiser.
First, the facts:
My ip :82.227.XXX.XXX
my ip(local): 192.168.1.2
gateway :192.168.1.1
Here are my server and client config files:
#SERVER
local 192.168.1.2
dev tun
ifconfig 192.168.200.2 192.168.200.1
secret secret.key
proto tcp-server
verb 9
port 443
persist-key
persist-tun
push "route 192.168.1.0 255.255.255.0"
push "dhcp-option WINS 192.168.1.1"
#CLIENT
secret "\\Carte de stockage\\Program Files\\OpenVPN\\config\\secret.key"
proto tcp-client
ifconfig 192.168.200.1 192.168.200.2
dev tun
tun-mtu 1500
mssfix
persist-tun
persist-key
conmgr {D367F735-1532-487E-A664-C9D90E11861C} 1
remote 82.227.XXX.XXX
http-proxy-retry
http-proxy 195.115.XXX.XXX 8080
log "\\Carte de stockage\\Program Files\\OpenVPN\\log\\client.log"
management 127.0.0.1 10000
service openvpn_exit_1
port 443
ping 15
ping-restart 120
resolv-retry 60
verb 4
route 192.168.1.0 255.255.255.0
redirect-gateway def1
The connection starts ,I got green icon in my server telling me client is connected.
But I can't start a web page in my kaiser ,so the problem is with the dns or with the route table?
I'm using Windows XP
and finally here is my log (verb 4):
server log
Current Parameter Settings:
config = 'coxbob.ovpn'
mode = 0
proto = 1
local = '192.168.1.2'
remote_list = NULL
remote_random = DISABLED
local_port = 443
remote_port = 443
remote_float = DISABLED
ipchange = '[UNDEF]'
bind_defined = DISABLED
bind_local = ENABLED
dev = 'tun'
ifconfig_local = '192.168.200.2'
ifconfig_remote_netmask = '192.168.200.1'
ifconfig_noexec = DISABLED
persist_tun = ENABLED
persist_local_ip = DISABLED
persist_remote_ip = DISABLED
persist_key = ENABLED
mssfix = 1450
resolve_retry_seconds = 1000000000
connect_retry_seconds = 5
verbosity = 4
sockflags = 0
socks_proxy_server = '[UNDEF]'
lzo = 0
route_script = '[UNDEF]'
route_default_gateway = '[UNDEF]'
route_noexec = DISABLED
route_delay = 0
route_delay_window = 30
route_delay_defined = ENABLED
route_nopull = DISABLED
management_addr = '[UNDEF]'
management_port = 0
shared_secret_file = 'secret.key'
key_direction = 0
ciphername_defined = ENABLED
ciphername = 'BF-CBC'
authname_defined = ENABLED
authname = 'SHA1'
server_network = 0.0.0.0
server_netmask = 0.0.0.0
server_bridge_ip = 0.0.0.0
server_bridge_netmask = 0.0.0.0
server_bridge_pool_start = 0.0.0.0
server_bridge_pool_end = 0.0.0.0
push_list = 'route 192.168.1.0 255.255.255.0,dhcp-option WINS 192.168.1.1'
push_ifconfig_defined = DISABLED
push_ifconfig_local = 0.0.0.0
push_ifconfig_remote_netmask = 0.0.0.0
duplicate_cn = DISABLED
client = DISABLED
pull = DISABLED
ip_win32_defined = DISABLED
ip_win32_type = 3
dhcp_masq_offset = 0
dhcp_lease_time = 31536000
tap_sleep = 0
dhcp_options = DISABLED
dhcp_renew = DISABLED
dhcp_pre_release = DISABLED
dhcp_release = DISABLED
domain = '[UNDEF]'
netbios_scope = '[UNDEF]'
netbios_node_type = 0
isable_nbt = DISABLED
OpenVPN 2.1_beta7 Win32-MinGW [SSL] [LZO2] built on Nov 12 2005
TAP-WIN32 device [auto] opened: \\.\Global\{D367F735-1532-487E-A664-C9D90E11861C}.tap
TAP-Win32 Driver Version 8.3
TAP-Win32 MTU=1500
Notified TAP-Win32 driver to set a DHCP IP/netmask of 192.168.200.2/255.255.255.252 on interface {D367F735-1532-487E-A664-C9D90E11861C} [DHCP-serv: 192.168.200.1, lease-time: 31536000]
Successful ARP Flush on interface [3] {D367F735-1532-487E-A664-C9D90E11861C}
Data Channel MTU parms [ L:1546 D:1450 EF:46 EB:4 ET:0 EL:0 ]
Local Options String: 'V4,dev-type tun,link-mtu 1546,tun-mtu 1500,proto TCPv4_SERVER,ifconfig 192.168.200.1 192.168.200.2,cipher BF-CBC,auth SHA1,keysize 128,secret'
Expected Remote Options String: 'V4,dev-type tun,link-mtu 1546,tun-mtu 1500,proto TCPv4_CLIENT,ifconfig 192.168.200.2 192.168.200.1,cipher BF-CBC,auth SHA1,keysize 128,secret'
Local Options hash (VER=V4): 'e2353fc3'
Expected Remote Options hash (VER=V4): '808a9481'
Listening for incoming TCP connection on 192.168.1.2:443
TCP connection established with 80.125.XXX.XXX:16173
Socket Buffers: R=[8192->8192] S=[8192->8192]
TCPv4_SERVER link local (bound): 192.168.1.2:443
TCPv4_SERVER link remote: 80.125.XXX.XXX:16173
Peer Connection Initiated with 80.125.XXX.XXX:16173
TEST ROUTES: 0/0 succeeded len=-1 ret=1 a=0 u/d=up
Initialization Sequence Completed
and client log :
Current Parameter Settings:
config = '\carte de stockage\Program Files\OpenVPN\config\smartphone.ovpn'
proto = 2
local = '[UNDEF]'
remote_list[0] = {'82.227.XXX.XXX', 443}
remote_random = DISABLED
local_port = 0
remote_port = 443
remote_float = DISABLED
ipchange = '[UNDEF]'
bind_defined = DISABLED
bind_local = DISABLED
dev = 'tun'
dev_type = '[UNDEF]'
dev_node = '[UNDEF]'
lladdr = '[UNDEF]'
topology = 1
tun_ipv6 = DISABLED
ifconfig_local = '192.168.200.1'
ifconfig_remote_netmask = '192.168.200.2'
ifconfig_noexec = DISABLED
ifconfig_nowarn = DISABLED
persist_tun = ENABLED
persist_local_ip = DISABLED
persist_remote_ip = DISABLED
persist_key = ENABLED
mssfix = 1450
verbosity = 4
BEGIN http_proxy
server = '195.115.XXX.XXX'
port = 8080
auth_method_string = 'none'
auth_file = '[UNDEF]'
retry = ENABLED
timeout = 5
http_version = '1.0'
user_agent = '[UNDEF]'
END http_proxy
route_default_gateway = '[UNDEF]'
route_default_metric = 0
route_noexec = DISABLED
route_delay = 5
route_delay_window = 30
route_delay_defined = ENABLED
route_nopull = DISABLED
[redirect_default_gateway local=0]
route 192.168.1.0/255.255.255.0/nil/nil
management_addr = '127.0.0.1'
management_port = 10000
shared_secret_file = '\Carte de stockage\Program Files\OpenVPN\config\secret.key'
server_network = 0.0.0.0
server_netmask = 0.0.0.0
erver_bridge_ip = 0.0.0.0
server_bridge_netmask = 0.0.0.0
server_bridge_pool_start = 0.0.0.0
server_bridge_pool_end = 0.0.0.0
ifconfig_pool_defined = DISABLED
ifconfig_pool_start = 0.0.0.0
ifconfig_pool_end = 0.0.0.0
ifconfig_pool_netmask = 0.0.0.0
ifconfig_pool_persist_filename = '[UNDEF]'
ifconfig_pool_persist_refresh_freq = 600
n_bcast_buf = 256
tcp_queue_limit = 64
push_ifconfig_local = 0.0.0.0
push_ifconfig_remote_netmask = 0.0.0.0
enable_c2c = DISABLED
duplicate_cn = DISABLED
show_net_up = DISABLED
route_method = 0
ip_win32_defined = DISABLED
ip_win32_type = 3
dhcp_masq_offset = 0
dhcp_lease_time = 31536000
tap_sleep = 0
dhcp_options = DISABLED
dhcp_renew = DISABLED
dhcp_pre_release = DISABLED
dhcp_release = DISABLED
domain = '[UNDEF]'
netbios_scope = '[UNDEF]'
netbios_node_type = 0
disable_nbt = DISABLED
conn_mgr_guid = {F750E26F-81D9-4379-8567-318C129CA736}
conn_mgr_exclusive = ENABLED
OpenVPN 2.1_rc7a Win32-MSVC++ [SSL] [LZO2] built on Feb 10 2008
MANAGEMENT: TCP Socket listening on 127.0.0.1:10000
Need hold release from management interface, waiting...
MANAGEMENT: Client connected from 127.0.0.1:10000
Using Windows Connection Manager...
Formatting Windows Connection Manager GUID...
Using Windows Connection Manager with destination '{F750E26F-81D9-4379-8567-318C129CA736}' resolving to provider guid {F750E26F-81D9-4379-8567-318C129CA736} (exclusive)
Acquisition of Windows Connection Manager provider succeeded...
MANAGEMENT: >STATE:1211621833,ASSIGN_IP,,192.168.200.1,
TAP-WIN32 device [TAP1:] opened: TAP1:
TAP-Win32 Driver Version 9.4
TAP-Win32 MTU=1500
Notified TAP-Win32 driver to set a DHCP IP/netmask of 192.168.200.1/255.255.255.252 on interface TAP1: [DHCP-serv: 192.168.200.2, lease-time: 31536000]
Successful ARP Flush on interface [3] TAP DEVICE 1
Data Channel MTU parms [ L:1546 D:1450 EF:46 EB:4 ET:0 EL:0 ]
Local Options String: 'V4,dev-type tun,link-mtu 1546,tun-mtu 1500,proto TCPv4_CLIENT,ifconfig 192.168.200.2 192.168.200.1,cipher BF-CBC,auth SHA1,keysize 128,secret'
Expected Remote Options String: 'V4,dev-type tun,link-mtu 1546,tun-mtu 1500,proto TCPv4_SERVER,ifconfig 192.168.200.1 192.168.200.2,cipher BF-CBC,auth SHA1,keysize 128,secret'
Local Options hash (VER=V4): '808a9481'
Expected Remote Options hash (VER=V4): 'e2353fc3'
Attempting to establish TCP connection with 195.115.XXX.XXX:8080
MANAGEMENT: >STATE:1211621834,TCP_CONNECT,,,
TCP connection established with 195.115.XXX.XXX:8080
Send to HTTP proxy: 'CONNECT 82.227.XXX.XXX:443 HTTP/1.0'
HTTP proxy returned: 'HTTP/1.0 200 Connection established'
Socket Buffers: R=[32768->32768] S=[16384->16384]
TCPv4_CLIENT link local (bound): [undef]
TCPv4_CLIENT link remote: 195.115.XXX.XXX:8080
Peer Connection Initiated with 195.115.XXX.XXX:8080
TEST ROUTES: 2/2 succeeded len=1 ret=1 a=0 u/d=up
route ADD 195.115.XXX.XXX MASK 255.255.255.255 10.37.39.40
ROUTE: route addition failed using CreateIpForwardEntry: Paramètre incorrect. [stat87 if_index=655364]
Route addition via IPAPI failed [adaptive]
Route addition fallback to route.exe
route ADD 0.0.0.0 MASK 128.0.0.0 192.168.200.2
Route addition via IPAPI succeeded [adaptive]
route ADD 128.0.0.0 MASK 128.0.0.0 192.168.200.2
Route addition via IPAPI succeeded [adaptive]
MANAGEMENT: >STATE:1211621855,ADD_ROUTES,,,
route ADD 192.168.1.0 MASK 255.255.255.0 192.168.200.2
Route addition via IPAPI succeeded [adaptive]
Initialization Sequence Completed
MANAGEMENT: >STATE:1211621855,CONNECTED,SUCCESS,192.168.200.1,195.115.XXX.XXX
So ,to be 'short', I think I must enter something (DNS,WINS or maybe IP) in my Kaiser's Tap adress , or maybe add some route in my Windows command(server)
Thanks to help me ,if all works ,I'll upload my conf files for those who wants to use it after.
To be honest, I would have absolutely no idea how to solve this. I just don't know enough of this.
But have you tried looking for your answers here?
http://ovpnppc.ziggurat29.com/ovpnppc-usage.htm
http://ovpn.sq7ro.net/ovpnforum/
Hope you fix it!
Yes ,I've read all that ,and search in his forum too..
I still have my connection ,my PC can ping the client , but my client can't ping the server...The connection is made either..
Any clue ?
Anyone can help me?
I re up this one last time ...

[ROM] [5.0.x] [UNOFFICIAL] SlimLP

SlimLP Android 5.0
{
"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"
}
SlimRoms is a custom android operating system. The main goal is to offer users a slimmed down but still feature rich alternative to other android operating systems.
The entire SlimTeam work together to bring you this tailor-made beauty straight from Android Open Source Project (AOSP) source code.
All of the sources can be publicly viewed through GitHub and you can stop by the public Gerrit to submit patches of any type.
SlimLP is currently in alpha / beta stage, some custom features are already in place, but much much more is planned for the future.
Download:
All builds can be found here
Google Apps / How to
Follow the work on our custom gapps and find downloads here.
Important links:
slimroms.net - The official webpage where you find everything you need to know about SlimRoms.
Downloads - Download the rom, gapps and other addons.
Installation instructions - Follow these steps to the letter if you're about to install SlimRoms on your device.
NOTE: You may need to disable encryption on your device by flashing the boot image here for the build to flash successfully. This will wipe your SD card and all files!
Latest Changelog - Read here if you want information on changes in latest build.
Slim FAQ
Kernel Source - The source of your device's kernel.
Get in touch! - Contact SlimRoms at these places if you have questions, requests or feedback.
Google+
Twitter
Facebook
Forum
Disclaimer: Neither SlimRoms nor I am responsible for any damages to your device.
XDA:DevDB Information
SlimLP for the p880, ROM for the LG Optimus 4X HD
Contributors
laufersteppenwolf
Source Code: https://github.com/P880-dev/android_kernel_lge_x3/tree/slim_lp5.0
ROM OS Version: 5.0.x Lollipop
ROM Kernel: Linux 3.1.x
Version Information
Status: Alpha
Created 2015-02-14
Last Updated 2015-02-14
Reserved
Bugs
Bluetooth
You tell me
Thanks go to everyone involved, especially to @fritzcola for his testing
First! Battery is better than i older builds. Great work laufer!!
fritzcola said:
First! Battery is better than i older builds. Great work laufer!!
Click to expand...
Click to collapse
can anyone pstar a couple screenshot? just to see icons of statusbar.
EsromG5 said:
can anyone pstar a couple screenshot? just to see icons of statusbar.
Click to expand...
Click to collapse
They are same like in any other LP Rom!
Are there lags like other LP roms with multitaskin?e.g. Opening facebook and messenger at same time?
aico60 said:
Are there lags like other LP roms with multitaskin?e.g. Opening facebook and messenger at same time?
Click to expand...
Click to collapse
Not for me! Have this build running since yesterday evening and the last builds a bit longer and for me it's the smoothest rom together with AOSP!
Can you post screenshots in Settings?I want to see menus.
this rom is amazing, all very fast and stable, the only problem is that does not have a file manager but this is solved easily, another very good option that has the CM12 and Euphoria is to delete contacts but I know that is not characteristic in slim ...
Now a question, where can I get performance option? this rom already have root?
EsromG5 said:
this rom is amazing, all very fast and stable, the only problem is that does not have a file manager but this is solved easily, another very good option that has the CM12 and Euphoria is to delete contacts but I know that is not characteristic in slim ...
Now a question, where can I get performance option? this rom already have root?
Click to expand...
Click to collapse
SlimLP is in a very earliy Version. Its an alpha Version, cause they started to develop very late. Yeah it has root but no performance Option.,for that install apps from play store!
---------- Post added at 08:58 AM ---------- Previous post was at 08:52 AM ----------
aico60 said:
Can you post screenshots in Settings?I want to see menus.
Click to expand...
Click to collapse
Here you can find them! https://www.dropbox.com/sh/gmw70qxezd8h42f/AADe_mgViOoWZxAcZtZ0DHu3a?dl=0
ROM tested and "no outgoing calls" like in previous versions of other LP roms.
I do not have this problem on AOSP Moltenmotherboard rom since version 20150123
Thanks for this early version of SlimLP
Jack_capvil said:
ROM tested and "no outgoing calls" like in previous versions of other LP roms.
I do not have this problem on AOSP Moltenmotherboard rom since version 20150123
Thanks for this early version of SlimLP
Click to expand...
Click to collapse
Can you take a logcat for us? That would really help! And what carrier do you have?
Network signal icon froze. The "signal bars" dont move up or down. Reboot or re-flash rom does not solve the problem.
fritzcola said:
Can you take a logcat for us? That would really help! And what carrier do you have?
Click to expand...
Click to collapse
Sorry but I uninstalled this ROM because I need to be able to call with my phone and I installed back AOSP-LP Moltenmotherboard
My carrier is ORANGE France and I had the same difficulty with early versions of AOSPLP (till 20150118)
I noticed too many random freezes. If it happens again i will get log.
"Unfortunately, Setup Wizard has stopped"
Cleared cache, factory reset/clear for new ROM.
Installed, no issues. Installed gaps (mini for Slim), no issues. Reboot. Get this error. Pull batt, reset, same error.
Coming from Vanir KK.
No outgoing calls possible
Hello,
unfortunately no better result then last Euphoria or CM12.
I can´t make outgoing calls.
Here my facts:
Clean install
Slim-p880-5.0.2.alpha.0.91-UNOFFICIAL-20150214-1804
Baseband: LGP880AT-00-V20c-EUR-XXX-OCT-07-2014
Provider: Telekom Germany
APN: internet.telekom
SIM PIN disabled
No gapps.
Logcat here:
h_t_t_p_(slash,slash)(3xw).xup.in(slash)dl,70756599(slash)no_outgoing_calls.zip(slash)
Best regards.
I can make calls with all LP ROMs except this one. Log right below
02-17 15:36:21.402 D/CellBroadcastReceiver(9938): onReceive Intent { act=android.intent.action.SERVICE_STATE flg=0x10 cmp=com.android.cellbroadcastreceiver/.CellBroadcastReceiver (has extras) }
02-17 15:36:21.402 D/CellBroadcastReceiver(9938): Intent ACTION_SERVICE_STATE_CHANGED
02-17 15:36:21.404 D/CellBroadcastReceiver(9938): Service state changed! 0 Full: 0 0 home F-Bouygues Telecom BYTEL 20820 UMTS UMTS CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false Current state=-1
02-17 15:36:21.407 D/ConnectivityManager.CallbackHandler(739): CM callback handler got msg 524295
02-17 15:36:21.478 V/AlarmClock(12942): AlarmInitReceiver finished
02-17 15:36:21.499 D/DctController(1057): [DctController] DataStateReceiver: phoneId= 0
02-17 15:36:21.499 D/DctController(1057): [DctController] DataStateReceiver: ignore invalid subId=-1
02-17 15:36:21.527 D/CellBroadcastConfigService(9938): enabling emergency cell broadcast channels
02-17 15:36:21.561 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] enableGsmBroadcastRange
02-17 15:36:21.579 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Added cell broadcast subscription for MID range 4352 to 4354 from client com.android.cellbroadcastreceiver
02-17 15:36:21.579 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Calling setCellBroadcastActivation(true)
02-17 15:36:21.625 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] enableGsmBroadcastRange
02-17 15:36:21.648 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Added cell broadcast subscription for MID range 4356 to 4356 from client com.android.cellbroadcastreceiver
02-17 15:36:21.648 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Calling setCellBroadcastActivation(true)
02-17 15:36:21.658 I/CheckinService(20214): active receiver: disabled
02-17 15:36:21.727 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] enableGsmBroadcastRange
02-17 15:36:21.729 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Added cell broadcast subscription for MID range 4371 to 4372 from client com.android.cellbroadcastreceiver
02-17 15:36:21.730 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Calling setCellBroadcastActivation(true)
02-17 15:36:21.812 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] enableGsmBroadcastRange
02-17 15:36:21.814 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Added cell broadcast subscription for MID range 4373 to 4378 from client com.android.cellbroadcastreceiver
02-17 15:36:21.814 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Calling setCellBroadcastActivation(true)
02-17 15:36:21.868 D/GCM (20097): GcmService start Intent { act=com.google.android.checkin.CHECKIN_COMPLETE flg=0x10 cmp=com.google.android.gms/.gcm.GcmService (has extras) } com.google.android.checkin.CHECKIN_COMPLETE
02-17 15:36:21.882 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] enableGsmBroadcastRange
02-17 15:36:21.894 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Added cell broadcast subscription for MID range 4379 to 4379 from client com.android.cellbroadcastreceiver
02-17 15:36:21.894 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Calling setCellBroadcastActivation(true)
02-17 15:36:21.935 W/PropertyValuesHolder(13381): Method setCrossFadeAlpha() with type int not found on target class class com.android.incallui.InCallAnimationUtils$CrossFadeDrawable
02-17 15:36:21.937 I/Choreographer(13381): Skipped 141 frames! The application may be doing too much work on its main thread.
02-17 15:36:21.949 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] enableGsmBroadcastRange
02-17 15:36:21.954 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Added cell broadcast subscription for MID range 4370 to 4370 from client com.android.cellbroadcastreceiver
02-17 15:36:21.954 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Calling setCellBroadcastActivation(true)
02-17 15:36:21.985 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] enableGsmBroadcastRange
02-17 15:36:21.987 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Added cell broadcast subscription for MID range 4383 to 4383 from client com.android.cellbroadcastreceiver
02-17 15:36:21.988 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Calling setCellBroadcastActivation(true)
02-17 15:36:22.000 D/CellBroadcastConfigService(9938): enabled emergency cell broadcast channels
02-17 15:36:22.000 D/CellBroadcastConfigService(9938): disabling cell broadcast channel 50
02-17 15:36:22.004 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] disableGsmBroadcastRange
02-17 15:36:22.006 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Failed to remove cell broadcast subscription for MID range 50 to 50 from client com.android.cellbroadcastreceiver
02-17 15:36:22.017 D/CellBroadcastConfigService(9938): disabling channels 919-928
02-17 15:36:22.024 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] disableGsmBroadcastRange
02-17 15:36:22.027 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Failed to remove cell broadcast subscription for MID range 919 to 928 from client com.android.cellbroadcastreceiver
02-17 15:36:22.028 D/CellBroadcastConfigService(9938): disabling cell broadcast ETWS test messages
02-17 15:36:22.034 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] disableGsmBroadcastRange
02-17 15:36:22.036 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Failed to remove cell broadcast subscription for MID range 4355 to 4355 from client com.android.cellbroadcastreceiver
02-17 15:36:22.037 D/CellBroadcastConfigService(9938): disabling cell broadcast CMAS test messages
02-17 15:36:22.040 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] disableGsmBroadcastRange
02-17 15:36:22.043 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Failed to remove cell broadcast subscription for MID range 4380 to 4382 from client com.android.cellbroadcastreceiver
02-17 15:36:22.206 D/libEGL (13381): loaded /system/lib/egl/libEGL_tegra.so
02-17 15:36:22.310 D/libEGL (13381): loaded /system/lib/egl/libGLESv1_CM_tegra.so
02-17 15:36:22.311 D/NvOsDebugPrintf(13381): NvRmModuleGetNumInstances: Could not read register_sets
02-17 15:36:22.313 D/NvOsDebugPrintf(13381): NvRmModuleGetNumInstances: Could not read register_sets
02-17 15:36:22.354 I/ActivityManager(572): Process de.robv.android.xposed.installer (pid 11826) has died
02-17 15:36:22.371 D/libEGL (13381): loaded /system/lib/egl/libGLESv2_tegra.so
02-17 15:36:22.404 I/OpenGLRenderer(13381): Initialized EGL, version 1.4
02-17 15:36:22.404 D/NvOsDebugPrintf(13381): NvRmModuleGetNumInstances: Could not read register_sets
02-17 15:36:22.408 V/ContactPhotoManager(13381): Preloaded 13 photos. Cached bytes: 207450
02-17 15:36:22.411 D/NvOsDebugPrintf(13381): NvRmModuleGetNumInstances: Could not read register_sets
02-17 15:36:22.419 D/OpenGLRenderer(13381): Enabling debug mode 0
02-17 15:36:22.822 I/Choreographer(13381): Skipped 51 frames! The application may be doing too much work on its main thread.
02-17 15:36:22.928 I/ActivityManager(572): Displayed com.android.dialer/com.android.incallui.InCallActivity: +4s894ms (total +6s476ms)
02-17 15:36:23.205 I/Timeline(572): Timeline: Activity_windows_visible id: ActivityRecord{12b91355 u0 com.android.dialer/com.android.incallui.InCallActivity t266} time:50944751
02-17 15:36:23.912 I/Choreographer(13381): Skipped 32 frames! The application may be doing too much work on its main thread.
02-17 15:36:24.839 I/InCall (13381): InCallPresenter - Hide in call UI: true
02-17 15:36:24.839 I/InCall (13381): InCallActivity - finish(). Dialog showing: true
02-17 15:36:24.845 I/InCall (13381): InCallPresenter - attemptCleanup? false
02-17 15:36:24.850 I/InCall (13381): InCallPresenter - Phone switching state: INCALL -> NO_CALLS
02-17 15:36:24.994 I/InCall (13381): InCallPresenter - Phone switching state: NO_CALLS -> NO_CALLS
02-17 15:36:25.048 I/InCall (13381): InCallPresenter - Phone switching state: NO_CALLS -> NO_CALLS
02-17 15:36:25.569 I/auditd (13457): Starting up
02-17 15:36:25.584 E/auditd (13457): Failed on audit_set_pid with error: Protocol not supported
02-17 15:36:25.584 I/auditd (13457): Exiting
02-17 15:36:25.587 W/linker (13458): libnvcpud_client.so has text relocations. This is wasting memory and prevents security hardening. Please fix.
02-17 15:36:25.589 W/linker (13458): libnvcpud.so has text relocations. This is wasting memory and prevents security hardening. Please fix.
02-17 15:36:25.600 W/linker (13459): liblgsecclk.so has text relocations. This is wasting memory and prevents security hardening. Please fix.
02-17 15:36:25.604 W/linker (13459): liblgdrm.so has text relocations. This is wasting memory and prevents security hardening. Please fix.
02-17 15:36:25.699 I/InCall (13381): InCallPresenter - Dialog dismissed
02-17 15:36:25.702 I/InCall (13381): InCallPresenter - Hide in call UI: true
02-17 15:36:25.703 I/InCall (13381): InCallActivity - finish(). Dialog showing: false
02-17 15:36:25.762 I/InCall (13381): InCallPresenter - attemptCleanup? false
02-17 15:36:25.773 D/OpenGLRenderer(13381): endAllStagingAnimators on 0x51e0a028 (RippleDrawable) with handle 0x460e0cb0
02-17 15:36:25.820 I/InCall (13381): ProximitySensor - ProximitySensor{keybrd=0, dpad=0, offhook=0, hor=0, ui=0, aud=EARPIECE}
02-17 15:36:25.821 E/InCall (13381): TelecomAdapter - error setProximitySensorOff, mPhone is null
02-17 15:36:25.834 W/InputMethodManagerService(572): Window already focused, ignoring focus gain of: [email protected] attribute=null, token = [email protected]
02-17 15:36:25.942 V/AudioWrapper(160): out_get_latency
02-17 15:36:25.978 I/DialpadFragment(12159): Displaying normal Dialer UI.
02-17 15:36:26.010 I/DialpadFragment(12159): Displaying normal Dialer UI.
02-17 15:36:26.011 V/DialpadFragment(12159): Dialpad.onResume,76: qloc,0 dtwd,0 hptc,1 tg,37 fdin,6 tm,20 hnt,12 bes,0 ,0
02-17 15:36:26.052 E/SQLiteLog(9654): (284) automatic index on sqlite_sq_4944CEA8(STAT_DATA_ID)
02-17 15:36:26.089 E/SQLiteLog(9654): (284) automatic index on sqlite_sq_49432D20(STAT_DATA_ID)
02-17 15:36:26.286 I/art (9654): Explicit concurrent mark sweep GC freed 10212(858KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 8MB/14MB, paused 5.241ms total 60.547ms
02-17 15:36:26.427 W/ActivityManager(572): Launch timeout has expired, giving up wake lock!
02-17 15:36:26.490 E/SQLiteLog(13015): (284) automatic index on view_events(_id)
02-17 15:36:27.334 I/Timeline(12159): Timeline: Activity_idle id: [email protected] time:50948880
02-17 15:36:27.375 I/InCall (13381): InCallPresenter - UI Destroyed)
02-17 15:36:27.380 I/InCall (13381): InCallPresenter - Phone switching state: NO_CALLS -> NO_CALLS
02-17 15:36:27.388 I/InCall (13381): InCallPresenter - attemptCleanup? true
02-17 15:36:27.388 D/AccelerometerListener(13381): enable(false)
02-17 15:36:27.389 E/InCall (13381): TelecomAdapter - error setProximitySensorOff, mPhone is null
02-17 15:36:27.410 W/MemoryDealer(160): madvise(0x42c87000, 8192, MADV_REMOVE) returned Operation not supported on transport endpoint
02-17 15:36:27.452 E/ActivityManager(572): Invalid thumbnail dimensions: 384x384
02-17 15:36:27.472 V/PhoneStatusBar(739): setLightsOn(true)
02-17 15:36:27.747 W/InputMethodManagerService(572): Focus gain on non-focused client [email protected] (uid=10120 pid=13082)
02-17 15:36:28.005 I/Timeline(1126): Timeline: Activity_idle id: [email protected] time:50949551
02-17 15:36:28.030 D/NvOsDebugPrintf(13082): NvRmModuleGetNumInstances: Could not read register_sets
02-17 15:36:28.200 I/Timeline(572): Timeline: Activity_windows_visible id: ActivityRecord{1bbef48b u0 com.actionlauncher.playstore/com.actionlauncher.ActionLauncherActivity t218} time:50949746
02-17 15:36:28.449 W/OpenGLRenderer(1126): Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
02-17 15:36:28.449 W/OpenGLRenderer(1126): Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
02-17 15:36:28.492 I/Timeline(13082): Timeline: Activity_idle id: [email protected] time:50950038
02-17 15:36:29.469 D/ConnectivityService(572): notifyType CAP_CHANGED for NetworkAgentInfo [MOBILE (UMTS) - 106]
02-17 15:36:29.470 D/CellBroadcastReceiver(9938): onReceive Intent { act=android.intent.action.SERVICE_STATE flg=0x10 cmp=com.android.cellbroadcastreceiver/.CellBroadcastReceiver (has extras) }
02-17 15:36:29.470 D/CellBroadcastReceiver(9938): Intent ACTION_SERVICE_STATE_CHANGED
02-17 15:36:29.471 D/CellBroadcastReceiver(9938): Service state changed! 0 Full: 0 0 home F-Bouygues Telecom BYTEL 20820 HSPAP HSPAP CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false Current state=-1
02-17 15:36:29.477 D/ConnectivityManager.CallbackHandler(739): CM callback handler got msg 524294
02-17 15:36:29.484 D/ConnectivityService(572): Setting tx/rx TCP buffers to 4092,87380,704512,4096,16384,110208
02-17 15:36:29.497 D/DctController(1057): [DctController] DataStateReceiver: phoneId= 0
02-17 15:36:29.498 D/DctController(1057): [DctController] DataStateReceiver: ignore invalid subId=-1
02-17 15:36:29.504 D/CellBroadcastConfigService(9938): enabling emergency cell broadcast channels
02-17 15:36:29.506 D/Nat464Xlat(572): requiresClat: netType=0, connected=true, hasIPv4Address=true
02-17 15:36:29.506 D/ConnectivityService(572): notifyType IP_CHANGED for NetworkAgentInfo [MOBILE (HSPA+) - 106]
02-17 15:36:29.508 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] enableGsmBroadcastRange
02-17 15:36:29.510 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Added cell broadcast subscription for MID range 4352 to 4354 from client com.android.cellbroadcastreceiver
02-17 15:36:29.510 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Calling setCellBroadcastActivation(true)
02-17 15:36:29.520 D/ConnectivityManager.CallbackHandler(739): CM callback handler got msg 524295
02-17 15:36:29.524 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] enableGsmBroadcastRange
02-17 15:36:29.526 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Added cell broadcast subscription for MID range 4356 to 4356 from client com.android.cellbroadcastreceiver
02-17 15:36:29.526 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Calling setCellBroadcastActivation(true)
02-17 15:36:29.541 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] enableGsmBroadcastRange
02-17 15:36:29.543 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Added cell broadcast subscription for MID range 4371 to 4372 from client com.android.cellbroadcastreceiver
02-17 15:36:29.543 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Calling setCellBroadcastActivation(true)
02-17 15:36:29.557 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] enableGsmBroadcastRange
02-17 15:36:29.558 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Added cell broadcast subscription for MID range 4373 to 4378 from client com.android.cellbroadcastreceiver
02-17 15:36:29.559 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Calling setCellBroadcastActivation(true)
02-17 15:36:29.571 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] enableGsmBroadcastRange
02-17 15:36:29.573 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Added cell broadcast subscription for MID range 4379 to 4379 from client com.android.cellbroadcastreceiver
02-17 15:36:29.573 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Calling setCellBroadcastActivation(true)
02-17 15:36:29.584 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] enableGsmBroadcastRange
02-17 15:36:29.586 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Added cell broadcast subscription for MID range 4370 to 4370 from client com.android.cellbroadcastreceiver
02-17 15:36:29.586 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Calling setCellBroadcastActivation(true)
02-17 15:36:29.601 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] enableGsmBroadcastRange
02-17 15:36:29.602 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Added cell broadcast subscription for MID range 4383 to 4383 from client com.android.cellbroadcastreceiver
02-17 15:36:29.602 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Calling setCellBroadcastActivation(true)
02-17 15:36:29.610 D/CellBroadcastConfigService(9938): enabled emergency cell broadcast channels
02-17 15:36:29.610 D/CellBroadcastConfigService(9938): disabling cell broadcast channel 50
02-17 15:36:29.613 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] disableGsmBroadcastRange
02-17 15:36:29.615 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Failed to remove cell broadcast subscription for MID range 50 to 50 from client com.android.cellbroadcastreceiver
02-17 15:36:29.618 D/CellBroadcastConfigService(9938): disabling channels 919-928
02-17 15:36:29.620 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] disableGsmBroadcastRange
02-17 15:36:29.622 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Failed to remove cell broadcast subscription for MID range 919 to 928 from client com.android.cellbroadcastreceiver
02-17 15:36:29.623 D/CellBroadcastConfigService(9938): disabling cell broadcast ETWS test messages
02-17 15:36:29.626 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] disableGsmBroadcastRange
02-17 15:36:29.627 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Failed to remove cell broadcast subscription for MID range 4355 to 4355 from client com.android.cellbroadcastreceiver
02-17 15:36:29.627 D/CellBroadcastConfigService(9938): disabling cell broadcast CMAS test messages
02-17 15:36:29.630 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] disableGsmBroadcastRange
02-17 15:36:29.632 D/IccSmsInterfaceManager(1057): [IccSmsInterfaceManager] Failed to remove cell broadcast subscription for MID range 4380 to 4382 from client com.android.cellbroadcastreceiver
p800
Unfortunately my machine is warming up too much and energy consumption drops rapidly. With the AOSP not had this problem , maybe new updates can solve this problem ?​
CarlosMorpheu said:
Unfortunately my machine is warming up too much and energy consumption drops rapidly. With the AOSP not had this problem , maybe new updates can solve this problem ?​
Click to expand...
Click to collapse
Sure, but keep in mind SlimLP is in a very early stage , but be sure @laufersteppenwolf is doing his best to get it working very well.
Overheating is in the most times a problem with Kernel (if i'm wrong feel free to correct me), so first solution could be to flash an alternate Kernel. WereWolf kernel is working very well.
But please, the next time you write anything here, dont use Bold to write, it's very annoying!

Wifi will not connect to anything

Hi all,
I have a HU from Witson thats a few years old now but upgraded to the PX5 chip about a year ago and its been working well until the last few days, The Wifi will not connect to anything I have tried 3 or 4 different mobile hotspots and even my home router and it will not connect it just attempts to join and nothing just says "Wifi failed to connect, My system has the MD725 Type2 so I'm stuck on android 6.0 with the mayla 7 ROM, I have tried doing the following
- Update the MCU - Same issue
- re flashed the HU with the base version of the Mayla 7 rom - Same issue
- Running out of options as this issue has only happened in the last few weeks :crying: has anyone had this issue before? I will link my logcat if someone can point out what is causing the issue,
11-23 17:59:36.195 D/WifiService( 594): Connect with config* ID: -1 SSID: "Chris s9" PROVIDER-NAME: null BSSID: null FQDN: null PRIO: 0
11-23 17:59:36.195 D/WifiService( 594): KeyMgmt: NONE Protocols:
11-23 17:59:36.195 D/WifiService( 594): AuthAlgorithms:
11-23 17:59:36.195 D/WifiService( 594): PairwiseCiphers:
11-23 17:59:36.195 D/WifiService( 594): GroupCiphers:
11-23 17:59:36.195 D/WifiService( 594): PSK:
11-23 17:59:36.195 D/WifiService( 594): Enterprise config:
11-23 17:59:36.195 D/WifiService( 594): IP config:
11-23 17:59:36.195 D/WifiService( 594): IP assignment: UNASSIGNED
11-23 17:59:36.195 D/WifiService( 594): Proxy settings: UNASSIGNED
11-23 17:59:36.195 D/WifiService( 594): cuid=-1 luid=-1 lcuid=0 userApproved=USER_UNSPECIFIED noInternetAccessExpected=false roamingFailureBlackListTimeMilli: 1000
11-23 17:59:36.195 D/WifiService( 594): triggeredLow: 0 triggeredBad: 0 triggeredNotHigh: 0
11-23 17:59:36.195 D/WifiService( 594): ticksLow: 0 ticksBad: 0 ticksNotHigh: 0
11-23 17:59:36.195 D/WifiService( 594): triggeredJoin: 0
11-23 17:59:36.195 D/WifiService( 594): autoJoinBailedDueToLowRssi: false
11-23 17:59:36.195 D/WifiService( 594): autoJoinUseAggressiveJoinAttemptThreshold: 0
11-23 17:59:36.196 E/WifiConfigStore( 594): addOrUpdateNetworkNative created netId=1
11-23 17:59:36.198 D/WifiConfigStore( 594): created new config netId=1 uid=1000 name=android.uid.system:1000
11-23 17:59:36.202 E/WifiConfigStore( 594): rewrite network history for "Chris s9"NONE
11-23 17:59:36.207 I/wpa_supplicant( 1168): wlan0: Trying to associate with 26:18:1d:e6:a8:39 (SSID='Chris s9' freq=2462 MHz)
11-23 17:59:36.235 D/WifiStateMachine( 594): CONNECT_NETWORK id=1 config="Chris s9" cnid=1 supstate=ScanState my state DisconnectedState uid = 1000
11-23 17:59:36.236 E/WifiConfigStore( 594): saveWifiConfigBSSID Setting BSSID for "Chris s9"NONE to any
11-23 17:59:36.248 E/WifiConfigStore( 594): saveWifiConfigBSSID Setting BSSID for "Chris s9"NONE to any
11-23 17:59:36.268 D/WifiAutoJoinController ( 594): updateConfigurationHistory found 0 networks
11-23 17:59:36.268 D/WifiAutoJoinController ( 594): updateConfigurationHistory try to connect to an old network!! : "Chris s9"NONE
11-23 17:59:36.269 E/WifiConfigStore( 594): rewrite network history for "Chris s9"NONE
11-23 17:59:36.272 E/WifiConfigStore( 594): buildPnoList sortedWifiConfigurations size 2
11-23 17:59:36.272 E/WifiConfigStore( 594): found sortedWifiConfigurations : "Chris"WPA_PSK
11-23 17:59:36.272 E/WifiConfigStore( 594): found sortedWifiConfigurations : "Chris s9"NONE
11-23 17:59:36.289 E/WifiConfigStore( 594): rewrite network history for "Chris s9"NONE
11-23 17:59:36.292 D/WifiConfigStore( 594): Retrieve network priorities after PNO.
11-23 17:59:37.792 I/wpa_supplicant( 1168): wlan0: CTRL-EVENT-ASSOC-REJECT status_code=1
FIXED!!
installed MCU again and reflashed again with stock rom and Wifi started to work again and reinstalled Malaysk Rom 7 updated to 7.2 all working perfect again No idea what was causing the Wifi from working but all is good now

[email protected] app root unbypassable even with Magisk Hide

Code:
04-30 11:03:22.510 27876 28125 I ReactNativeJS: Running application "CIMBRTBMobile" with appParams: {"rootTag":1}. DEV === false, development-level warning are OFF, performance optimizations are ON
04-30 11:03:22.512 423 433 E PSITrigger: get PSI events detail failed!! errno=25
04-30 11:03:22.531 635 635 D lights : write_int open fd=7
04-30 11:03:22.531 904 1054 D AAL : onBacklightChanged: 362/1023 -> 361/1023(phy:722/4095)
04-30 11:03:22.538 904 1054 D AAL : 04-30 11:03:22.532 BL= 361,ESS= 256,
04-30 11:03:22.565 28088 28088 I MiPicks-PrivacyUtils: Not EU region
04-30 11:03:22.570 2430 5382 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
04-30 11:03:22.571 2430 5382 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:[email protected]@21.12.13 (120400-367530751):2)
04-30 11:03:22.571 2430 5382 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:[email protected]@21.12.13 (120400-367530751):0)
04-30 11:03:22.572 2430 5382 I System.out: [OkHttp] sendRequest<<
04-30 11:03:22.623 2430 5382 W GLSUser : [AppCertManager] IOException while requesting key:
04-30 11:03:22.623 2430 5382 W GLSUser : java.io.IOException: Invalid device key response.
04-30 11:03:22.623 2430 5382 W GLSUser : at ink.b(:[email protected]@21.12.13 (120400-367530751):42)
04-30 11:03:22.623 2430 5382 W GLSUser : at ini.a(:[email protected]@21.12.13 (120400-367530751):2)
04-30 11:03:22.623 2430 5382 W GLSUser : at ind.a(:[email protected]@21.12.13 (120400-367530751):0)
04-30 11:03:22.623 2430 5382 W GLSUser : at ing.b(:[email protected]@21.12.13 (120400-367530751):6)
04-30 11:03:22.623 2430 5382 W GLSUser : at gpv.call(:[email protected]@21.12.13 (120400-367530751):13)
04-30 11:03:22.623 2430 5382 W GLSUser : at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04-30 11:03:22.623 2430 5382 W GLSUser : at ull.c(:[email protected]@21.12.13 (120400-367530751):6)
04-30 11:03:22.623 2430 5382 W GLSUser : at ull.run(:[email protected]@21.12.13 (120400-367530751):7)
04-30 11:03:22.623 2430 5382 W GLSUser : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
04-30 11:03:22.623 2430 5382 W GLSUser : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
04-30 11:03:22.623 2430 5382 W GLSUser : at uri.run(:[email protected]@21.12.13 (120400-367530751):0)
04-30 11:03:22.623 2430 5382 W GLSUser : at java.lang.Thread.run(Thread.java:919)
04-30 11:03:22.626 2430 28248 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.auth.account.be.legacy.AuthCronService finished executing. cause:5 result: 3 elapsed_millis: 362 uptime_millis: 362 exec_start_elapsed_seconds: 2273 [CONTEXT service_id=218 ]
04-30 11:03:22.638 2430 6874 E ExecutionCriteria: Package unavailable for task: com.shopee.id/com.firebase.jobdispatcher.GooglePlayReceiver{u=1004 tag="BundleSyncService" trigger=window{start=0s,end=1800s,earliest=-17967420s,latest=-17965620s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-17967420s last_run=-17967662s exec_window_multiplier=1.0000 jid=N/A status=PENDING retries=0 client_lib=FIREBASE_JOB_DISPATCHER-1} [CONTEXT service_id=218 ]
04-30 11:03:22.640 2430 6874 E ExecutionCriteria: Package unavailable for task: com.shopee.id/com.firebase.jobdispatcher.GooglePlayReceiver{u=1004 tag="DataPointService" trigger=window{start=0s,end=7200s,earliest=-17967338s,latest=-17960138s} requirements=[NET_CONNECTED,CHARGING] attributes=[PERSISTED,RECURRING] scheduled=-17967338s last_run=N/A exec_window_multiplier=1.0000 jid=N/A status=PENDING retries=0 client_lib=FIREBASE_JOB_DISPATCHER-1} [CONTEXT service_id=218 ]
04-30 11:03:22.659 27639 27731 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
04-30 11:03:22.659 27639 27731 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:[email protected]@21.12.13 (120400-367530751):2)
04-30 11:03:22.660 27639 27731 W Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:[email protected]@21.12.13 (120400-367530751):0)
04-30 11:03:22.665 27639 27731 I System.out: [OkHttp] sendRequest<<
04-30 11:03:22.681 635 635 D lights : write_int open fd=7
04-30 11:03:22.681 904 1054 D AAL : onBacklightChanged: 361/1023 -> 360/1023(phy:720/4095)
04-30 11:03:22.688 904 1054 D AAL : 04-30 11:03:22.683 BL= 360,ESS= 256,
04-30 11:03:22.765 2430 27232 I NetworkScheduler.Stats: Task com.google.android.gms/com.google.android.gms.auth.account.be.legacy.AuthCronService finished executing. cause:1 result: 1 elapsed_millis: 2069 uptime_millis: 2069 exec_start_elapsed_seconds: 2271 [CONTEXT service_id=218 ]
04-30 11:03:22.779 2430 6874 E ExecutionCriteria: Package unavailable for task: com.shopee.id/com.firebase.jobdispatcher.GooglePlayReceiver{u=1004 tag="BundleSyncService" trigger=window{start=0s,end=1800s,earliest=-17967421s,latest=-17965621s} requirements=[NET_CONNECTED] attributes=[PERSISTED,RECURRING] scheduled=-17967421s last_run=-17967662s exec_window_multiplier=1.0000 jid=N/A status=PENDING retries=0 client_lib=FIREBASE_JOB_DISPATCHER-1} [CONTEXT service_id=218 ]
04-30 11:03:22.781 2430 6874 E ExecutionCriteria: Package unavailable for task: com.shopee.id/com.firebase.jobdispatcher.GooglePlayReceiver{u=1004 tag="DataPointService" trigger=window{start=0s,end=7200s,earliest=-17967338s,latest=-17960138s} requirements=[NET_CONNECTED,CHARGING] attributes=[PERSISTED,RECURRING] scheduled=-17967338s last_run=N/A exec_window_multiplier=1.0000 jid=N/A status=PENDING retries=0 client_lib=FIREBASE_JOB_DISPATCHER-1} [CONTEXT service_id=218 ]
04-30 11:03:22.812 2430 28339 W .gms.persisten: Long monitor contention with owner lowpool[3] (2627) at java.util.Map sxb.s(bvso)(:[email protected]@21.12.13 (120400-367530751):5) waiters=0 in void svv.fT(android.content.Context) for 195ms
04-30 11:03:22.814 635 635 D lights : write_int open fd=7
04-30 11:03:22.815 904 1054 D AAL : onBacklightChanged: 360/1023 -> 359/1023(phy:718/4095)
04-30 11:03:22.822 904 1054 D AAL : 04-30 11:03:22.817 BL= 359,ESS= 256,
04-30 11:03:22.832 678 758 I BufferQueueProducer: com.cimb.rtbniaga/com.cimbrtbmobile.MainActivity#1 queueBuffer: fps=0.80 dur=2509.89 max=2397.21 min=112.68
04-30 11:03:22.844 27876 28366 D DRM/DcfDecoder: decodeDrmImageIfNeeded with stream left [2842]
04-30 11:03:22.844 27876 28365 D DRM/DcfDecoder: decodeDrmImageIfNeeded with stream left [673107]
04-30 11:03:22.844 27876 28366 E DRM/DcfDecoder: decodeDrmImageIfNeeded stream caught ClassCastException
04-30 11:03:22.844 27876 28365 E DRM/DcfDecoder: decodeDrmImageIfNeeded stream caught ClassCastException
04-30 11:03:22.849 632 725 I hwcomposer: [HWCDisplay] [Display_0 (type:1)] fps:4.580792,dur:1964.73,max:1712.37,min:13.85
04-30 11:03:22.850 27876 28366 D DRM/DcfDecoder: decodeDrmImageIfNeeded with stream left [7502]
04-30 11:03:22.850 27876 28368 D DRM/DcfDecoder: decodeDrmImageIfNeeded with stream left [673107]
04-30 11:03:22.850 27876 28366 E DRM/DcfDecoder: decodeDrmImageIfNeeded stream caught ClassCastException
04-30 11:03:22.850 27876 28368 E DRM/DcfDecoder: decodeDrmImageIfNeeded stream caught ClassCastException
04-30 11:03:22.851 678 678 I SurfaceFlinger: screenshot (com.cimb.rtbniaga/com.cimbrtbmobile.MainActivity#1)
04-30 11:03:22.851 678 678 I SurfaceFlinger: isIncludeStatusBarAndNavBar (1)
04-30 11:03:22.851 678 678 I SurfaceFlinger: screenshot (com.cimb.rtbniaga/com.cimbrtbmobile.MainActivity#0)
04-30 11:03:22.851 678 678 I SurfaceFlinger: isIncludeStatusBarAndNavBar (1)
04-30 11:03:22.852 27876 28365 D DRM/DcfDecoder: decodeDrmImageIfNeeded with stream left [5613]
04-30 11:03:22.852 27876 28365 E DRM/DcfDecoder: decodeDrmImageIfNeeded stream caught ClassCastException
04-30 11:03:22.852 27876 28366 D DRM/DcfDecoder: decodeDrmImageIfNeeded with stream left [10458]
04-30 11:03:22.853 27876 28366 E DRM/DcfDecoder: decodeDrmImageIfNeeded stream caught ClassCastException
04-30 11:03:22.853 27876 28372 D DRM/DcfDecoder: decodeDrmImageIfNeeded with stream left [5613]
04-30 11:03:22.854 27876 28366 D DRM/DcfDecoder: decodeDrmImageIfNeeded with stream left [17874]
04-30 11:03:22.854 27876 28372 E DRM/DcfDecoder: decodeDrmImageIfNeeded stream caught ClassCastException
04-30 11:03:22.854 27876 28366 E DRM/DcfDecoder: decodeDrmImageIfNeeded stream caught ClassCastException
04-30 11:03:22.854 27876 28365 D DRM/DcfDecoder: decodeDrmImageIfNeeded with stream left [8130]
04-30 11:03:22.855 27876 28365 E DRM/DcfDecoder: decodeDrmImageIfNeeded stream caught ClassCastException
04-30 11:03:22.855 27876 28373 D DRM/DcfDecoder: decodeDrmImageIfNeeded with stream left [10458]
04-30 11:03:22.855 27876 28373 E DRM/DcfDecoder: decodeDrmImageIfNeeded stream caught ClassCastException
04-30 11:03:22.855 27876 28369 D DRM/DcfDecoder: decodeDrmImageIfNeeded with stream left [2842]
04-30 11:03:22.855 27876 28369 E DRM/DcfDecoder: decodeDrmImageIfNeeded stream caught ClassCastException
04-30 11:03:22.857 1839 1839 D NavBarTintController: onSampleCollected 1.0
04-30 11:03:22.857 27876 28374 D DRM/DcfDecoder: decodeDrmImageIfNeeded with stream left [17874]
04-30 11:03:22.857 27876 28374 E DRM/DcfDecoder: decodeDrmImageIfNeeded stream caught ClassCastException
04-30 11:03:22.857 27876 28371 D DRM/DcfDecoder: decodeDrmImageIfNeeded with stream left [7502]
04-30 11:03:22.858 27876 28371 E DRM/DcfDecoder: decodeDrmImageIfNeeded stream caught ClassCastException
04-30 11:03:22.862 27876 28375 D DRM/DcfDecoder: decodeDrmImageIfNeeded with stream left [8130]
04-30 11:03:22.862 27876 28375 E DRM/DcfDecoder: decodeDrmImageIfNeeded stream caught ClassCastException
04-30 11:03:22.916 1519 1717 D NtpTrustedTime: currentTimeMillis() cache hit
04-30 11:03:22.916 616 1895 I netd : trafficSwapActiveStatsMap() <0.11ms>
04-30 11:03:22.919 616 1895 I netd : tetherGetStats() <1.57ms>
04-30 11:03:22.920 616 28370 E ResolverController: No valid NAT64 prefix (103, /0)
04-30 11:03:22.920 27876 28367 I System.out: [socket]:check permission begin!
04-30 11:03:22.921 27876 28367 W System : ClassLoader referenced unknown path: system/framework/mediatek-cta.jar
04-30 11:03:22.921 27876 28367 I System.out: [socket] e:java.lang.ClassNotFoundException: com.mediatek.cta.CtaUtils
04-30 11:03:22.938 1519 1717 D NtpTrustedTime: currentTimeMillis() cache hit
04-30 11:03:22.939 3561 5872 I TrafficManageService: mina mTrafficStatsReceiver onReceive
04-30 11:03:22.940 616 1895 I netd : bandwidthSetGlobalAlert(131072) <0.25ms>
04-30 11:03:22.941 3561 5872 I TrafficManageService: mina checkNormalTrafficStatus
04-30 11:03:22.963 635 635 D lights : write_int open fd=7
04-30 11:03:22.964 678 678 I SurfaceFlinger: screenshot (com.cimb.rtbniaga/com.cimbrtbmobile.MainActivity#1)
04-30 11:03:22.964 678 678 I SurfaceFlinger: isIncludeStatusBarAndNavBar (1)
04-30 11:03:22.964 678 678 I SurfaceFlinger: screenshot (com.cimb.rtbniaga/com.cimbrtbmobile.MainActivity#0)
04-30 11:03:22.964 678 678 I SurfaceFlinger: isIncludeStatusBarAndNavBar (1)
04-30 11:03:22.969 1839 1839 D NavBarTintController: onSampleCollected 1.0
04-30 11:03:22.971 904 1054 D AAL : onBacklightChanged: 359/1023 -> 358/1023(phy:716/4095)
04-30 11:03:22.988 904 1054 D AAL : 04-30 11:03:22.972 BL= 358,ESS= 256,
04-30 11:03:23.085 678 678 I SurfaceFlinger: screenshot (com.cimb.rtbniaga/com.cimbrtbmobile.MainActivity#1)
04-30 11:03:23.085 678 678 I SurfaceFlinger: isIncludeStatusBarAndNavBar (1)
04-30 11:03:23.085 678 678 I SurfaceFlinger: screenshot (com.cimb.rtbniaga/com.cimbrtbmobile.MainActivity#0)
04-30 11:03:23.085 678 678 I SurfaceFlinger: isIncludeStatusBarAndNavBar (1)
04-30 11:03:23.088 632 814 I hwcomposer: [DPY] receive refesh frquest from driver: type[4]
04-30 11:03:23.088 632 814 I hwcomposer: [HWC] fire a callback of refresh to SF
04-30 11:03:23.090 1839 1839 D NavBarTintController: onSampleCollected 1.0
04-30 11:03:23.097 635 635 D lights : write_int open fd=7
04-30 11:03:23.101 678 678 I BufferQueueProducer: FramebufferSurface queueBuffer: fps=10.50 dur=2666.75 max=1964.66 min=11.71
04-30 11:03:23.104 904 1054 D AAL : onBacklightChanged: 358/1023 -> 357/1023(phy:714/4095)
04-30 11:03:23.121 904 1054 D AAL : 04-30 11:03:23.106 BL= 357,ESS= 256,
04-30 11:03:23.151 27876 28367 W System.err: java.io.IOException: java.security.cert.CertificateException: Pin verification failed
04-30 11:03:23.151 27876 28367 W System.err: Caused by: java.security.cert.CertificateException: Pin verification failed
04-30 11:03:23.160 423 433 E PSITrigger: get PSI events detail failed!! errno=25
04-30 11:03:23.201 678 678 I SurfaceFlinger: screenshot (com.cimb.rtbniaga/com.cimbrtbmobile.MainActivity#1)
04-30 11:03:23.201 678 678 I SurfaceFlinger: isIncludeStatusBarAndNavBar (1)
04-30 11:03:23.201 678 678 I SurfaceFlinger: screenshot (com.cimb.rtbniaga/com.cimbrtbmobile.MainActivity#0)
04-30 11:03:23.201 678 678 I SurfaceFlinger: isIncludeStatusBarAndNavBar (1)
04-30 11:03:23.207 1839 1839 D NavBarTintController: onSampleCollected 1.0
04-30 11:03:23.246 635 635 D lights : write_int open fd=7
04-30 11:03:23.247 904 1054 D AAL : onBacklightChanged: 357/1023 -> 356/1023(phy:712/4095)
04-30 11:03:23.254 904 1054 D AAL : 04-30 11:03:23.248 BL= 356,ESS= 256,
04-30 11:03:23.359 1519 1749 W ActivityHelper: Unable to access /d/ion/heaps/system: Permission denied
04-30 11:03:23.359 1519 1749 W ActivityHelper: Unable to access /d/ion/ion_mm_heap: Permission denied
04-30 11:03:23.355 1519 1519 W Binder:1519_3: type=1400 audit(0.0:3356): avc: denied { search } for name="heaps" dev="debugfs" ino=9011 scontext=u:r:system_server:s0 tcontext=u:object_r:debugfs_ion_mm_heap:s0 tclass=dir permissive=0
04-30 11:03:23.359 3561 26250 D SecurityCenter: memDiff : 23, timeDiff : 4994
04-30 11:03:23.413 635 635 D lights : write_int open fd=7
04-30 11:03:23.414 904 1054 D AAL : onBacklightChanged: 356/1023 -> 355/1023(phy:710/4095)
04-30 11:03:23.421 904 1054 D AAL : 04-30 11:03:23.415 BL= 355,ESS= 256,
04-30 11:03:23.580 635 635 D lights : write_int open fd=7
04-30 11:03:23.581 904 1054 D AAL : onBacklightChanged: 355/1023 -> 354/1023(phy:708/4095)
04-30 11:03:23.588 904 1054 D AAL : 04-30 11:03:23.582 BL= 354,ESS= 256,
04-30 11:03:23.642 27876 28011 D Surface : Surface::disconnect(this=0x7741e4a000,api=1)
04-30 11:03:23.643 678 2531 I BufferQueueProducer: Toast#0 disconnect(P): api 1
04-30 11:03:23.645 27876 27876 D View : [Warning] assignParent to null: this = android.widget.LinearLayout{9bae5a8 V.E...... ......ID 0,0-880,457}
04-30 11:03:23.648 1519 1749 W NotificationService: Toast already killed. pkg=com.cimb.rtbniaga [email protected]
04-30 11:03:23.650 678 678 I SurfaceFlinger: screenshot (com.cimb.rtbniaga/com.cimbrtbmobile.MainActivity#1)
04-30 11:03:23.650 678 678 I SurfaceFlinger: isIncludeStatusBarAndNavBar (1)
04-30 11:03:23.650 678 678 I SurfaceFlinger: screenshot (com.cimb.rtbniaga/com.cimbrtbmobile.MainActivity#0)
04-30 11:03:23.650 678 678 I SurfaceFlinger: isIncludeStatusBarAndNavBar (1)
04-30 11:03:23.654 1839 1839 D NavBarTintController: onSampleCollected 1.0
04-30 11:03:23.691 27876 27961 I m.cimb.rtbniag: System.exit called, status: 0
04-30 11:03:23.691 27876 27961 I AndroidRuntime: VM exiting with result code 0, cleanup skipped.
04-30 11:03:23.728 1519 1696 W InputDispatcher: channel '5bbb671 com.cimb.rtbniaga/com.cimbrtbmobile.MainActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
04-30 11:03:23.728 1519 1696 E InputDispatcher: channel '5bbb671 com.cimb.rtbniaga/com.cimbrtbmobile.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
04-30 11:03:23.730 1519 1996 E InputDispatcher: Window handle Window{5bbb671 u0 com.cimb.rtbniaga/com.cimbrtbmobile.MainActivity} has no registered input channel
04-30 11:03:23.737 1519 1696 W InputDispatcher: channel 'd2b03fb com.cimb.rtbniaga/com.cimbrtbmobile.MainActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
04-30 11:03:23.737 1519 1696 E InputDispatcher: channel 'd2b03fb com.cimb.rtbniaga/com.cimbrtbmobile.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
04-30 11:03:23.738 1519 3358 V ActivityManager: Death received in [email protected]a5c25c for thread [email protected], mPid:27876,mApp:ProcessRecord{6f05d5 27876:com.cimb.rtbniaga/u0a161}
04-30 11:03:23.738 678 2402 I BufferQueueProducer: com.cimb.rtbniaga/com.cimbrtbmobile.MainActivity#0 disconnect(P): api 1
04-30 11:03:23.738 1519 3358 I ActivityManager: Process com.cimb.rtbniaga (pid 27876) has died: fore TOP
04-30 11:03:23.738 1519 3303 I WindowManager: WIN DEATH: Window{5bbb671 u0 com.cimb.rtbniaga/com.cimbrtbmobile.MainActivity}
04-30 11:03:23.738 1519 3303 W InputDispatcher: Attempted to unregister already unregistered input channel '5bbb671 com.cimb.rtbniaga/com.cimbrtbmobile.MainActivity (server)'
04-30 11:03:23.738 1519 1555 I libprocessgroup: Successfully killed process cgroup uid 10161 pid 27876 in 0ms
04-30 11:03:23.740 678 2402 I BufferQueueProducer: com.cimb.rtbniaga/com.cimbrtbmobile.MainActivity#1 disconnect(P): api 1
04-30 11:03:23.741 617 617 I Zygote : Process 27876 exited cleanly (0)
04-30 11:03:23.742 1519 3357 I WindowManager: WIN DEATH: Window{d2b03fb u0 com.cimb.rtbniaga/com.cimbrtbmobile.MainActivity}
04-30 11:03:23.742 1519 3357 W InputDispatcher: Attempted to unregister already unregistered input channel 'd2b03fb com.cimb.rtbniaga/com.cimbrtbmobile.MainActivity (server)'
04-30 11:03:23.746 678 678 I BufferQueue: com.cimb.rtbniaga/com.cimbrtbmobile.MainActivity#1 ~BufferQueueCore
04-30 11:03:23.746 678 678 D RefBase : RefBase: Explicit destruction, weak count = 0 (in 0x72c0be9c58)
04-30 11:03:23.746 678 678 W RefBase : CallStack::getCurrentInternal not linked, returning null
04-30 11:03:23.746 678 678 W RefBase : CallStack::logStackInternal not linked
04-30 11:03:23.747 635 635 D lights : write_int open fd=7
04-30 11:03:23.747 1519 3359 I WindowManager: WIN DEATH: Window{f1be4d7 u0 Toast EXITING}
04-30 11:03:23.748 1519 2333 E InputDispatcher: Window handle Window{d2b03fb u0 com.cimb.rtbniaga/com.cimbrtbmobile.MainActivity} has no registered input channel
04-30 11:03:23.751 1519 3358 W ActivityTaskManager: Force removing ActivityRecord{565b0be u0 com.cimb.rtbniaga/com.cimbrtbmobile.MainActivity t89445}: app died, no saved state
Uhm...
{
"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"
}
All I did was to add the app to the Hide list. Of course I also have the Magisk app repackaged with a random package name. Before adding it to the list the app would just force close with a message that the device is rooted.
If you have added the app to the list and have the Magisk app repackaged already, take a look here for more tips on how to hide root:
https://www.didgeridoohan.com/magisk/MagiskHide#hn_Hiding_root_from_apps
errr did that already...
I even isolate it using Storage Isolation....
wait, I'll re-check everything...
Magisk repacked as M-Settings... no Xposed... still no dice...

ROM][12.1][OOSCAM] DerpFest for OnePlus 8t/9r [04-20-22]

{
"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"
}
This is a small project based on AOSP. We try to be a platform for beginners and support the Custom ROM community with our own unique contributions as well. This ROM exists thanks to inspiration of AOSiP, Thank you! #StayDerped
Features
Theming
- Styles Configuration Menu
- 4 System Icon Shapes
- 43 System Fonts
- 7 Primary Colors (Backgrund Colors)
- 6 Lockscreen Clock Styles
- Grid
- Wallpaper Picker
- RGB Accent Picker
- Rounded Corners
Statusbar
- System Icons
- StatusBar Logo
- Network Traffic Display
- Battery Percent Show/Hide Config
- Show Clock
- Show Date
- Ticker(Beta)
- Carrier Label Settings
Quick Settings
- Statusbar Pulldown (Left/Right)
- QS Opacity & Color Configs
- QS Backround Image Blur
- Brightness Slider
- Tiles Area
- Footers Area
- Header Area
Buttons
- NavBar (Enable/Disable)
- Screen Off Power Button Torch
- Volume Settings
- Hardware Keys
- Prevent Accidential Touch
- Enable On-Screen Navbar
- Enable backlight
-Hardware Keys Customisation
Gestures
- AOSP Gestures
- Back Gesture Height Config
- Toggle To Hide Navbar Pill
- Double Tap To Sleep Status Bar
- Double Tap to Sleep Lockscreen
- Three Finger Swipe To Screenshot
Lockscreen
- Fingerprint Authentication Vibration Toggle
- Ambient Brightness
- Lock Screen Shortcuts
- Status bar visibility toggle
- Hide LockScreen Icon
- Lockscreen Charging Info
- Show Battery Bar
- Clock/Date/Owner Info Options
- Lock Screen Music Visualizer
- Lock Screen Media Artwork Configs
PowerMenu
- Disable PowerMenu When Locked
- Power Menu Items
Notifications
- Notification Light
- Battery Charging Light
- Charging Animations
- Show Gentle Notifications
- Force Expanded Notifications
- Edge Lighting
- Noisy Notifications
- In Call Vibration Options
Animations
- Animation Duration
- Disable Transition Animations
- ListView Animations
Miscellaneous
- Wake On Charge
- Brightness Control
- Signature Spoofing Support
- Time In State Monitor
- Doze Settings
What's broken?
Nada​
<-- Downloads-->​Lemonkebab​<--Telegram group-->​8t/9r Support Group
Rom Update Channel
<-- Changelog -->
04/18
<--Flashing Instructions-->
8t/9r
Thanks section
Here's my thanks to people who made this possible:
10X OS
ABC
AICP
AOSiP
AOSPA
ArrowOS
BootleggersROM
CrDroid
LineageOS
DirtyUnicorns
Evolution X
exTHmUI
NitrogenOS
OmniROM
PixelExperience
Pixeldust Project
POSP
RevengeOS
ShapeShiftOS
Spark Os
Syberia Project
YAAP
Any others we may have forgotten to credit
And last but not the least, all our testers, who have helped us to squash many bugs so that we can try to release builds that as are flawless as possible
Kernel Source
Device Source​
Thank you dev. Will be testing the ROM for a week and come back if there's any issue.
Stay Safe.
Animesh Singh said:
Thank you dev. Will be testing the ROM for a week and come back if there's any issue.
Stay Safe.
Click to expand...
Click to collapse
It's up now lol
Nice
Thanks for this, it's running very smooth. Only other bug I've noticed other than what's in the OP is wifi calling. UI crashes when trying to toggle it on. Otherwise, running amazing so far!
lottarake said:
Thanks for this, it's running very smooth. Only other bug I've noticed other than what's in the OP is wifi calling. UI crashes when trying to toggle it on. Otherwise, running amazing so far!
Click to expand...
Click to collapse
Okay can you get a logcat for the wifi calling crash?
AxxPyrtlexx20 said:
Okay can you get a logcat for the wifi calling crash?
Click to expand...
Click to collapse
For some reason it wasn't keeping the .txt file attached, so had to insert the log.
Code:
2021-05-14 21:41:50.449 13080-5666/? I/BugleJobs: GenericWorkerQueueAction: Rescheduling immediately to continue processing since we didn't yet reach the end.
2021-05-14 21:41:52.109 0-0/? D/[20210514_21:41:52.106790]@3 logd: logdr: UID=2000 GID=2000 PID=5673 b tail=0 logMask=99 pid=0 start=0ns timeout=0ns
2021-05-14 21:41:52.764 18830-18830/? D/Popcorn_NotificationListener: onNotificationPosted()::sbn.getPackageName() = com.franco.kernel
2021-05-14 21:41:52.764 18830-18830/? D/Popcorn_Util: isEmulator() : false
2021-05-14 21:41:52.764 18830-18830/? D/Popcorn_NotificationListener: onNotificationPosted():: Not connected
2021-05-14 21:41:52.778 20467-20467/? W/ContentResolver: Failed to get type for: content://media/internal/audio/media/1 (No item at content://media/internal/audio/media/1)
2021-05-14 21:41:52.801 18830-18830/? D/Popcorn_NotificationListener: onNotificationPosted()::sbn.getPackageName() = com.franco.kernel
2021-05-14 21:41:52.801 18830-18830/? D/Popcorn_Util: isEmulator() : false
2021-05-14 21:41:52.801 18830-18830/? D/Popcorn_NotificationListener: onNotificationPosted():: Not connected
2021-05-14 21:41:52.815 20467-20467/? W/ContentResolver: Failed to get type for: content://media/internal/audio/media/1 (No item at content://media/internal/audio/media/1)
2021-05-14 21:41:53.745 0-0/? E/[20210514_21:41:53.743954]@0 [TP]touchpanel: first touch point id 0 [ 793 1883 0]
2021-05-14 21:41:53.747 10447-10447/? W/adbd: timeout expired while flushing socket, closing
2021-05-14 21:41:53.813 0-0/? E/[20210514_21:41:53.810848]@0 [TP]touchpanel: last point x:793 y:1883
2021-05-14 21:41:53.820 1494-3987/? I/ActivityTaskManager: START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.Settings$WifiCallingSettingsActivity (has extras)} from uid 1000
2021-05-14 21:41:53.821 1494-1533/? D/EventSequenceValidator: inc AccIntentStartedEvents to 2
2021-05-14 21:41:53.823 955-955/? I/android.hardware.power-service-qti: Power setMode: 5 to: 1
2021-05-14 21:41:53.830 1494-1533/? D/EventSequenceValidator: dec AccIntentStartedEvents to 1
2021-05-14 21:41:53.835 8401-8401/? I/NetworkSettings: onPause:+
2021-05-14 21:41:53.837 1494-4834/? W/ActivityTaskManager: Tried to set launchTime (0) < mLastActivityLaunchTime (2058769)
2021-05-14 21:41:53.847 8401-8401/? D/SettingsActivity: Starting onCreate
2021-05-14 21:41:53.858 8401-8401/? W/drawable: Bad element under <shape>: gravity
2021-05-14 21:41:53.858 8401-8401/? W/drawable: Bad element under <shape>: gravity
2021-05-14 21:41:53.862 8401-8401/? D/SettingsActivity: Starting to set activity title
2021-05-14 21:41:53.862 8401-8401/? D/SettingsActivity: Done setting title
2021-05-14 21:41:53.862 8401-8401/? D/SettingsActivity: Switching to fragment com.android.settings.wifi.calling.WifiCallingSettings
2021-05-14 21:41:53.875 8401-8401/? D/SettingsActivity: Executed frag manager pendingTransactions
2021-05-14 21:41:53.878 8401-8401/? D/WifiCallingSettings: Adapter getCount 1
2021-05-14 21:41:53.878 8401-8401/? I/chatty: uid=1000(system) com.android.settings identical 1 line
2021-05-14 21:41:53.878 8401-8401/? D/WifiCallingSettings: Adapter getCount 1
2021-05-14 21:41:53.884 8401-5593/? W/TileUtils: Found com.android.systemui.tuner.TunerActivity for intent Intent { act=com.android.settings.action.EXTRA_SETTINGS } missing metadata
2021-05-14 21:41:53.885 8401-8401/? D/WifiCallingSettings: Adapter getCount 1
2021-05-14 21:41:53.885 8401-8401/? D/WifiCallingSettings: Adapter instantiateItem 0
2021-05-14 21:41:53.885 8401-8401/? D/WifiCallingSettings: Adapter getItem 0
2021-05-14 21:41:53.885 8401-8401/? D/WifiCallingSettings: Adapter getCount 1
2021-05-14 21:41:53.894 8401-8401/? W/drawable: Bad element under <shape>: gravity
2021-05-14 21:41:53.894 8401-8401/? W/drawable: Bad element under <shape>: gravity
2021-05-14 21:41:53.905 8401-5681/? D/SettingsActivity: No enabled state changed, skipping updateCategory call
2021-05-14 21:41:53.908 2647-3083/? D/TelephonyProvider: Using old permission behavior for telephony provider compat
2021-05-14 21:41:53.915 2647-3083/? I/chatty: uid=1001(radio) Binder:2647_A identical 1 line
2021-05-14 21:41:53.928 2647-3083/? D/TelephonyProvider: Using old permission behavior for telephony provider compat
2021-05-14 21:41:53.943 2647-3083/? I/ImsCallbackAM [0]: Local callback added: [email protected]
2021-05-14 21:41:53.944 8401-8401/? D/WifiCallingSettings: Adapter getCount 1
2021-05-14 21:41:53.949 8401-8401/? I/chatty: uid=1000(system) com.android.settings identical 2 lines
2021-05-14 21:41:53.949 8401-8401/? D/WifiCallingSettings: Adapter getCount 1
2021-05-14 21:41:53.953 8401-8401/? W/ListPreference: Setting a summary with a String formatting marker is no longer supported. You should use a SummaryProvider instead.
2021-05-14 21:41:53.957 8401-8401/? D/WifiCallingSettings: Adapter getCount 1
2021-05-14 21:41:53.963 1494-1543/? I/ActivityTaskManager: Displayed com.android.settings/.Settings$WifiCallingSettingsActivity: +143ms
2021-05-14 21:41:53.972 8401-8401/? D/WifiCallingSettings: Adapter getCount 1
2021-05-14 21:41:53.972 8401-8401/? I/chatty: uid=1000(system) com.android.settings identical 1 line
2021-05-14 21:41:53.974 8401-8401/? D/WifiCallingSettings: Adapter getCount 1
2021-05-14 21:41:53.983 8401-5573/? D/OpenGLRenderer: endAllActiveAnimators on 0xb400007c7802a140 (RippleDrawable) with handle 0xb400007b97ffa4d0
2021-05-14 21:41:53.986 8430-8430/? I/GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3416
2021-05-14 21:41:53.987 8430-8430/? I/GoogleInputMethodService: GoogleInputMethodService.onStartInput():1975
2021-05-14 21:41:53.990 955-955/? I/android.hardware.power-service-qti: Power setMode: 5 to: 0
2021-05-14 21:41:54.545 0-0/? E/[20210514_21:41:54.544796]@0 SMBLIB: op_check_battery_vol_diff: bat vol:(4136,4136)
2021-05-14 21:41:54.545 0-0/? E/[20210514_21:41:54.545738]@0 SMBLIB: op_check_charger_uovp: charger_voltage=4650 charger_ovp=0 pd_active=0
2021-05-14 21:41:54.561 0-0/? I/[20210514_21:41:54.557869]@0 QCOM-BATT: pl_fcc_vote_callback: total_fcc_ua=1100000
2021-05-14 21:41:54.561 0-0/? E/[20210514_21:41:54.557908]@0 QCOM-BATT: pl_fv_vote_callback: fv_uv=4435000
2021-05-14 21:41:54.664 0-0/? W/healthd: battery l=80 v=4135 t=32.7 h=2 st=2 c=-107000 fc=2023 cc=52 chg=u
2021-05-14 21:41:54.672 2322-3345/? D/PowerUI: can't show warning due to - plugged: true status unknown: false
2021-05-14 21:41:55.557 0-0/? E/[20210514_21:41:55.554591]@0 [drm: dsi_display_check_status] [1717]: 0x0A = 9c, 0xB6 = 0a, 0xA2 = 11, 00, 00, 89, 30
2021-05-14 21:41:55.938 2322-2322/? W/Choreographer: Frame time is 0.180663 ms in the future! Check that graphics HAL is generating vsync timestamps using the correct timebase.
2021-05-14 21:41:56.742 0-0/? E/[20210514_21:41:56.740860]@0 [TP]touchpanel: first touch point id 0 [ 974 332 0]
2021-05-14 21:41:56.825 0-0/? E/[20210514_21:41:56.823771]@0 [TP]touchpanel: last point x:974 y:332
2021-05-14 21:41:56.829 8401-8401/? D/WifiCallingForSub: onSwitchChanged(true)
2021-05-14 21:41:56.830 1494-4834/? I/ActivityTaskManager: START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from uid 1000
2021-05-14 21:41:56.833 955-955/? I/android.hardware.power-service-qti: Power setMode: 5 to: 1
2021-05-14 21:41:56.834 1494-1533/? D/EventSequenceValidator: inc AccIntentStartedEvents to 2
2021-05-14 21:41:56.843 1188-1188/? I/perfetto: ing_service_impl.cc:758 Configured tracing session 108, #sources:1, duration:5000 ms, #buffers:1, total buffer size:4096 KB, total sessions:1, uid:1071 session name: ""
2021-05-14 21:41:56.844 1187-1187/? I/perfetto: probes_producer.cc:230 Ftrace setup (target_buf=108)
2021-05-14 21:41:56.847 1494-1533/? D/EventSequenceValidator: dec AccIntentStartedEvents to 1
2021-05-14 21:41:56.850 2647-3083/? I/ImsCallbackAM [0]: Local callback removed: [email protected]
2021-05-14 21:41:56.851 1494-4834/? W/ActivityTaskManager: Tried to set launchTime (0) < mLastActivityLaunchTime (2176300)
2021-05-14 21:41:56.853 0-0/? W/[20210514_21:41:56.852716]@2 perfetto: enabled ftrace
2021-05-14 21:41:56.852 1187-1187/? I/perfetto: ftrace_procfs.cc:176 enabled ftrace
2021-05-14 21:41:56.863 8401-8401/? D/SettingsActivity: Starting onCreate
2021-05-14 21:41:56.877 8401-8401/? W/drawable: Bad element under <shape>: gravity
2021-05-14 21:41:56.877 8401-8401/? W/drawable: Bad element under <shape>: gravity
2021-05-14 21:41:56.880 8401-8401/? D/SettingsActivity: Starting to set activity title
2021-05-14 21:41:56.880 8401-8401/? D/SettingsActivity: Done setting title
2021-05-14 21:41:56.880 8401-8401/? D/SettingsActivity: Switching to fragment com.android.settings.wifi.calling.WifiCallingDisclaimerFragment
2021-05-14 21:41:56.880 8401-8401/? D/SubSettings: Launching fragment com.android.settings.wifi.calling.WifiCallingDisclaimerFragment
2021-05-14 21:41:56.887 8401-8401/? D/LocationPolicyDisclaimer: [1] shouldShow: false due to carrier config is false.
2021-05-14 21:41:56.890 8401-8401/? D/EmergencyCallLimitationDisclaimer: [1] shouldShow: false due to carrier config is default(-1).
2021-05-14 21:41:56.892 8401-8401/? D/SettingsActivity: Executed frag manager pendingTransactions
2021-05-14 21:41:56.892 1494-1533/? D/EventSequenceValidator: dec AccIntentStartedEvents to 0
2021-05-14 21:41:56.892 1223-2112/? W/iorapd: Rejecting transition from kIntentFailed to kActivityLaunchCancelled
2021-05-14 21:41:56.902 8401-8401/? D/WifiCallingForSub: WFC activity request = 2 result = -1
2021-05-14 21:41:56.906 1494-4834/? I/ActivityTaskManager: START u0 {cmp=com.google.android.wfcactivation/.WfcActivationActivity (has extras)} from uid 1000
2021-05-14 21:41:56.906 1494-1533/? D/EventSequenceValidator: Transition from INIT to INTENT_STARTED
2021-05-14 21:41:56.907 1494-1533/? D/EventSequenceValidator: Transition from INTENT_STARTED to INTENT_FAILED
2021-05-14 21:41:56.907 8401-8401/? D/AndroidRuntime: Shutting down VM
--------- beginning of crash
2021-05-14 21:41:56.907 8401-8401/? E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.android.settings, PID: 8401
java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=65538, result=-1, data=null} to activity {com.android.settings/com.android.settings.Settings$WifiCallingSettingsActivity}: android.content.ActivityNotFoundException: Unable to find explicit activity class {com.google.android.wfcactivation/com.google.android.wfcactivation.WfcActivationActivity}; have you declared this activity in your AndroidManifest.xml?
at android.app.ActivityThread.deliverResults(ActivityThread.java:5010)
at android.app.ActivityThread.handleSendResult(ActivityThread.java:5051)
at android.app.servertransaction.ActivityResultItem.execute(ActivityResultItem.java:51)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2066)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:223)
at android.app.ActivityThread.main(ActivityThread.java:7656)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:594)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
Caused by: android.content.ActivityNotFoundException: Unable to find explicit activity class {com.google.android.wfcactivation/com.google.android.wfcactivation.WfcActivationActivity}; have you declared this activity in your AndroidManifest.xml?
at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:2065)
at android.app.Instrumentation.execStartActivity(Instrumentation.java:1727)
at android.app.Activity.startActivityForResult(Activity.java:5320)
at androidx.activity.ComponentActivity.startActivityForResult(ComponentActivity.java:527)
at androidx.core.app.ActivityCompat.startActivityForResult(ActivityCompat.java:237)
at androidx.activity.ComponentActivity$2.onLaunch(ComponentActivity.java:207)
at androidx.activity.result.ActivityResultRegistry$4.launch(ActivityResultRegistry.java:198)
at androidx.activity.result.ActivityResultLauncher.launch(ActivityResultLauncher.java:42)
at androidx.fragment.app.FragmentManager.launchStartActivityForResult(FragmentManager.java:2926)
at androidx.fragment.app.Fragment.startActivityForResult(Fragment.java:1416)
at androidx.fragment.app.Fragment.startActivityForResult(Fragment.java:1390)
at com.android.settings.wifi.calling.WifiCallingSettingsForSub.onActivityResult(WifiCallingSettingsForSub.java:549)
at androidx.fragment.app.FragmentManager$9.onActivityResult(FragmentManager.java:2830)
at androidx.fragment.app.FragmentManager$9.onActivityResult(FragmentManager.java:2810)
at androidx.activity.result.ActivityResultRegistry.doDispatch(ActivityResultRegistry.java:325)
at androidx.activity.result.ActivityResultRegistry.dispatchResult(ActivityResultRegistry.java:289)
at androidx.activity.ComponentActivity.onActivityResult(ComponentActivity.java:577)
at androidx.fragment.app.FragmentActivity.onActivityResult(FragmentActivity.java:128)
at com.android.settings.SettingsActivity.onActivityResult(SettingsActivity.java:357)
at android.app.Activity.dispatchActivityResult(Activity.java:8310)
at android.app.ActivityThread.deliverResults(ActivityThread.java:5003)
at android.app.ActivityThread.handleSendResult(ActivityThread.java:5051)
at android.app.servertransaction.ActivityResultItem.execute(ActivityResultItem.java:51)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2066)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:223)
at android.app.ActivityThread.main(ActivityThread.java:7656)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:594)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
2021-05-14 21:41:56.909 1494-5697/? I/DropBoxManagerService: add tag=system_app_crash isTagEnabled=true flags=0x2
2021-05-14 21:41:56.910 1494-4834/? W/ActivityTaskManager: Force finishing activity com.android.settings/.Settings$WifiCallingSettingsActivity
2021-05-14 21:41:56.913 8401-8401/? I/Process: Sending signal. PID: 8401 SIG: 9
2021-05-14 21:41:56.914 1494-1544/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
2021-05-14 21:41:56.914 1494-1544/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
2021-05-14 21:41:56.967 1494-4842/? I/WindowManager: WIN DEATH: Window{661a62d u0 com.android.settings/com.android.settings.Settings$WifiCallingSettingsActivity}
2021-05-14 21:41:56.967 1494-4842/? W/InputDispatcher: Attempted to unregister already unregistered input channel '661a62d com.android.settings/com.android.settings.Settings$WifiCallingSettingsActivity (server)'
2021-05-14 21:41:56.967 1494-2732/? I/ActivityManager: Process com.android.settings (pid 8401) has died: fg TOP
2021-05-14 21:41:56.969 814-814/? I/Zygote: Process 8401 exited due to signal 9 (Killed)
2021-05-14 21:41:56.972 1494-2255/? I/WindowManager: WIN DEATH: Window{93f1a7 u0 com.android.settings/com.android.settings.network.telephony.MobileNetworkActivity}
2021-05-14 21:41:56.972 1494-2255/? W/InputDispatcher: Attempted to unregister already unregistered input channel '93f1a7 com.android.settings/com.android.settings.network.telephony.MobileNetworkActivity (server)'
2021-05-14 21:41:56.974 1494-3987/? W/WindowManager: Cannot find window which accessibility connection is added to
2021-05-14 21:41:56.979 1494-1533/? W/ActivityManager: setHasOverlayUi called on unknown pid: 8401
2021-05-14 21:41:56.982 1494-1533/? D/CompatibilityChangeReporter: Compat change id reported: 135634846; UID 1000; state: DISABLED
2021-05-14 21:41:56.982 1494-1533/? D/CompatibilityChangeReporter: Compat change id reported: 135754954; UID 1000; state: ENABLED
2021-05-14 21:41:56.992 1494-1550/? I/libprocessgroup: Successfully killed process cgroup uid 1000 pid 8401 in 24ms
2021-05-14 21:41:56.997 1494-1545/? I/ActivityManager: Start proc 8402:com.android.settings/1000 for top-activity {com.android.settings/com.android.settings.network.telephony.MobileNetworkActivity}
2021-05-14 21:41:56.998 8402-8402/? E/ndroid.setting: Not starting debugger since process cannot load the jdwp agent.
2021-05-14 21:41:57.010 8402-8402/? I/ndroid.setting: The ClassLoaderContext is a special shared library.
2021-05-14 21:41:57.013 8402-8402/? I/ndroid.setting: The ClassLoaderContext is a special shared library.
2021-05-14 21:41:57.021 8402-8402/? D/NetworkSecurityConfig: No Network Security Config specified, using platform default
2021-05-14 21:41:57.021 8402-8402/? D/NetworkSecurityConfig: No Network Security Config specified, using platform default
2021-05-14 21:41:57.030 1010-2796/? W/DisplayIdentification: Invalid EDID: falling back to serial number due to missing display name.
2021-05-14 21:41:57.030 1010-2796/? W/DisplayIdentification: Invalid EDID: falling back to ASCII text due to missing serial number.
2021-05-14 21:41:57.042 8402-8402/? I/NetworkSettings: display subId: 1, phoneId: 0
2021-05-14 21:41:57.042 8402-8402/? I/TetheringManager: registerTetheringEventCallback:com.android.settings
2021-05-14 21:41:57.044 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.MobileNetworkSwitchController
2021-05-14 21:41:57.045 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.DisabledSubscriptionController
2021-05-14 21:41:57.046 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.DataDefaultSubscriptionController
2021-05-14 21:41:57.046 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.CallsDefaultSubscriptionController
2021-05-14 21:41:57.046 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.SmsDefaultSubscriptionController
2021-05-14 21:41:57.046 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.DataServiceSetupPreferenceController
2021-05-14 21:41:57.046 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.MobileDataPreferenceController
2021-05-14 21:41:57.046 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.RoamingPreferenceController
2021-05-14 21:41:57.047 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.DataUsagePreferenceController
2021-05-14 21:41:57.047 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.datausage.BillingCyclePreferenceController
2021-05-14 21:41:57.047 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.MmsMessagePreferenceController
2021-05-14 21:41:57.047 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.DataDuringCallsPreferenceController
2021-05-14 21:41:57.047 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.Enhanced4gLtePreferenceController
2021-05-14 21:41:57.047 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.Enhanced4gCallingPreferenceController
2021-05-14 21:41:57.047 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.Enhanced4gAdvancedCallingPreferenceController
2021-05-14 21:41:57.047 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.Enabled5GPreferenceController
2021-05-14 21:41:57.047 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.ContactDiscoveryPreferenceController
2021-05-14 21:41:57.048 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.PreferredNetworkModePreferenceController
2021-05-14 21:41:57.048 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.EnabledNetworkModePreferenceController
2021-05-14 21:41:57.048 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.CarrierSettingsVersionPreferenceController
2021-05-14 21:41:57.048 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.CallingPreferenceCategoryController
2021-05-14 21:41:57.048 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.WifiCallingPreferenceController
2021-05-14 21:41:57.048 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.VideoCallingPreferenceController
2021-05-14 21:41:57.048 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.cdma.CdmaSystemSelectPreferenceController
2021-05-14 21:41:57.048 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.cdma.CdmaSubscriptionPreferenceController
2021-05-14 21:41:57.049 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.NetworkPreferenceCategoryController
2021-05-14 21:41:57.049 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.gsm.AutoSelectPreferenceController
2021-05-14 21:41:57.049 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.gsm.OpenNetworkSelectPagePreferenceController
2021-05-14 21:41:57.049 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.ApnPreferenceController
2021-05-14 21:41:57.049 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.CarrierPreferenceController
2021-05-14 21:41:57.049 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.DeleteSimProfilePreferenceController
2021-05-14 21:41:57.049 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.DisableSimFooterPreferenceController
2021-05-14 21:41:57.049 8402-8402/? D/PrefCtrlListHelper: Could not find Context-only controller for pref: com.android.settings.network.telephony.NrDisabledInDsdsFooterPreferenceController
2021-05-14 21:41:57.053 2647-3083/? D/TelephonyProvider: Using old permission behavior for telephony provider compat
2021-05-14 21:41:57.055 2647-3083/? W/SQLiteLog: (28) double-quoted string literal: "89014104271884403061"
2021-05-14 21:41:57.058 2647-3083/? I/chatty: uid=1001(radio) Binder:2647_A identical 1 line
2021-05-14 21:41:57.062 2647-3083/? W/SQLiteLog: (28) double-quoted string literal: "89014104271884403061"
2021-05-14 21:41:57.069 2647-2953/? D/TelephonyProvider: Using old permission behavior for telephony provider compat
2021-05-14 21:41:57.071 2647-2953/? W/SQLiteLog: (28) double-quoted string literal: "89014104271884403061"
2021-05-14 21:41:57.074 2647-2953/? I/chatty: uid=1001(radio) Binder:2647_4 identical 1 line
2021-05-14 21:41:57.078 2647-2953/? W/SQLiteLog: (28) double-quoted string literal: "89014104271884403061"
2021-05-14 21:41:57.079 2647-3083/? D/TelephonyProvider: Using old permission behavior for telephony provider compat
2021-05-14 21:41:57.093 1494-1517/? I/Telecom: PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 1 queried, returning: null: [email protected]
2021-05-14 21:41:57.113 8402-8402/? I/NetworkSettings: onCreate:+
2021-05-14 21:41:57.121 2647-3379/? D/TelephonyProvider: Using old permission behavior for telephony provider compat
2021-05-14 21:41:57.124 2647-3379/? W/SQLiteLog: (28) double-quoted string literal: "89014104271884403061"
2021-05-14 21:41:57.127 2647-3379/? W/SQLiteLog: (28) double-quoted string literal: "89014104271884403061"
2021-05-14 21:41:57.129 8402-5715/? D/TelephonyRegistryManager: onSubscriptionsChangedListener callback received.
2021-05-14 21:41:57.132 2647-3379/? W/SQLiteLog: (28) double-quoted string literal: "89014104271884403061"
2021-05-14 21:41:57.135 8402-8402/? W/drawable: Bad element under <shape>: gravity
2021-05-14 21:41:57.135 8402-8402/? W/drawable: Bad element under <shape>: gravity
2021-05-14 21:41:57.138 2647-3379/? D/TelephonyProvider: Using old permission behavior for telephony provider compat
2021-05-14 21:41:57.142 1494-4840/? E/UserRestrictionsUtils: Unknown restriction queried by uid 1000 (com.asus.stitchimage et al): null
2021-05-14 21:41:57.143 8402-8402/? W/InstrumentedPrefFrag: Screen title missing for fragment com.android.settings.network.telephony.MobileNetworkSettings
2021-05-14 21:41:57.143 1494-2732/? I/Telecom: PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 1 queried, returning: null: [email protected]
2021-05-14 21:41:57.148 1494-2732/? I/Telecom: PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 1 queried, returning: null: [email protected]
2021-05-14 21:41:57.154 2647-2953/? D/TelephonyProvider: Using old permission behavior for telephony provider compat
2021-05-14 21:41:57.156 2647-2953/? W/SQLiteLog: (28) double-quoted string literal: "89014104271884403061"
2021-05-14 21:41:57.157 2647-2953/? I/chatty: uid=1001(radio) Binder:2647_4 identical 1 line
2021-05-14 21:41:57.159 2647-2953/? W/SQLiteLog: (28) double-quoted string literal: "89014104271884403061"
2021-05-14 21:41:57.170 8402-8402/? W/TileUtils: Found com.android.systemui.tuner.TunerActivity for intent Intent { act=com.android.settings.action.EXTRA_SETTINGS } missing metadata
2021-05-14 21:41:57.175 8402-8402/? D/NetworkSettings: NO dashboard tiles for NetworkSettings
2021-05-14 21:41:57.175 8402-8402/? D/NetworkSettings: All preferences added, reporting fully drawn
2021-05-14 21:41:57.176 1494-1543/? I/ActivityTaskManager: Fully drawn com.android.settings/.network.telephony.MobileNetworkActivity: +2m4s816ms
2021-05-14 21:41:57.178 2647-2953/? D/TelephonyProvider: Using old permission behavior for telephony provider compat
2021-05-14 21:41:57.178 2647-2953/? W/SQLiteLog: (28) double-quoted string literal: "89014104271884403061"
2021-05-14 21:41:57.179 2647-2953/? I/chatty: uid=1001(radio) Binder:2647_4 identical 1 line
2021-05-14 21:41:57.181 2647-2953/? W/SQLiteLog: (28) double-quoted string literal: "89014104271884403061"
2021-05-14 21:41:57.208 8402-8402/? I/DataUsageController: Have 0 plans, dflt sub-id 1, intent null
2021-05-14 21:41:57.211 2647-2707/? D/TelephonyProvider: Using old permission behavior for telephony provider compat
2021-05-14 21:41:57.240 2647-2702/? D/TelephonyProvider: Using old permission behavior for telephony provider compat
2021-05-14 21:41:57.249 8402-8402/? D/VideoCallingPreference: Skip update under mCallState=null
2021-05-14 21:41:57.250 8402-8402/? D/WifiCallingPreference: Skip update under mCallState=null
2021-05-14 21:41:57.300 8402-8402/? D/CompatibilityChangeReporter: Compat change id reported: 147600208; UID 1000; state: ENABLED
2021-05-14 21:41:57.300 1266-2217/? E/statsd: Found dropped events: 1 error -19 last atom tag 240 from uid 1000
2021-05-14 21:41:57.314 8402-8402/? D/PreferredNetworkMode: loadPrimaryCardAndSubsidyLockValues
2021-05-14 21:41:57.315 8402-8402/? D/EnabledNetworkMode: loadPrimaryCardAndSubsidyLockValues
2021-05-14 21:41:57.320 8402-8402/? I/NetworkSettings: onResume:+
2021-05-14 21:41:57.322 8402-5738/? W/TileUtils: Found com.android.systemui.tuner.TunerActivity for intent Intent { act=com.android.settings.action.EXTRA_SETTINGS } missing metadata
2021-05-14 21:41:57.322 8402-8402/? W/UnsafeUtil: platform method missing - proto runtime falling back to safer methods: java.lang.NoSuchMethodException: sun.misc.Unsafe.copyMemory [class java.lang.Object, long, class java.lang.Object, long, long]
2021-05-14 21:41:57.327 1494-2255/? I/Telecom: PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 1 queried, returning: null: [email protected]
2021-05-14 21:41:57.352 8402-8402/? I/DataUsageController: Have 0 plans, dflt sub-id 1, intent null
2021-05-14 21:41:57.366 2647-2707/? D/TelephonyProvider: Using old permission behavior for telephony provider compat
2021-05-14 21:41:57.400 2647-2953/? D/TelephonyProvider: Using old permission behavior for telephony provider compat
2021-05-14 21:41:57.412 1494-1533/? W/ActivityTaskManager: Activity top resumed state loss timeout for ActivityRecord{d814cac u0 com.android.settings/.Settings$WifiCallingSettingsActivity t-1 f}}
2021-05-14 21:41:57.439 1494-8289/? I/Telecom: PhoneAccountRegistrar: getSimCallManager: SimCallManager for subId 1 queried, returning: null: [email protected]
2021-05-14 21:41:57.430 2647-2953/? I/chatty: uid=1001(radio) Binder:2647_4 identical 2 lines
2021-05-14 21:41:57.448 2647-2953/? D/TelephonyProvider: Using old permission behavior for telephony provider compat
2021-05-14 21:41:57.460 8402-5714/? D/TelephonyRegistryManager: onSubscriptionsChangedListener callback received.
2021-05-14 21:41:57.475 8402-5714/? I/chatty: uid=1000(system) Binder:8402_2 identical 5 lines
2021-05-14 21:41:57.477 8402-5714/? D/TelephonyRegistryManager: onSubscriptionsChangedListener callback received.
2021-05-14 21:41:57.484 8402-8402/? D/MobileNetworkActivity: Keep current fragment: mobile_settings:1
2021-05-14 21:41:57.485 2647-2953/? D/TelephonyProvider: Using old permission behavior for telephony provider compat
2021-05-14 21:41:57.526 2647-2953/? I/chatty: uid=1001(radio) Binder:2647_4 identical 4 lines
2021-05-14 21:41:57.535 2647-2953/? D/TelephonyProvider: Using old permission behavior for telephony provider compat
2021-05-14 21:41:57.542 8402-8402/? D/Enable5g: DDS is changed
2021-05-14 21:41:57.542 8402-8402/? D/Enable5g: supportedRadioBitmask: 916479
2021-05-14 21:41:57.544 2647-2953/? D/TelephonyProvider: Using old permission behavior for telephony provider compat
2021-05-14 21:41:57.547 8402-8402/? D/Enable5g: supportedRadioBitmask: 916479
2021-05-14 21:41:57.547 8402-8402/? D/Enable5g: isCallStateIdle:true
2021-05-14 21:41:57.547 8402-8402/? D/Enable5g: supportedRadioBitmask: 916479
2021-05-14 21:41:57.549 2647-2953/? D/TelephonyProvider: Using old permission behavior for telephony provider compat
2021-05-14 21:41:57.554 8402-8402/? D/Enable5g: supportedRadioBitmask: 916479
2021-05-14 21:41:57.554 8402-8402/? D/Enable5g: isCallStateIdle:true
2021-05-14 21:41:57.554 2647-2953/? D/TelephonyProvider: Using old permission behavior for telephony provider compat
2021-05-14 21:41:57.568 2647-2953/? I/chatty: uid=1001(radio) Binder:2647_4 identical 2 lines
2021-05-14 21:41:57.575 2647-2953/? D/TelephonyProvider: Using old permission behavior for telephony provider compat
2021-05-14 21:41:57.578 8402-8402/? D/PreferredNetworkMode: currentPrimarySlot: -1, isCurrentPrimarySlotValid: false, currentPhoneId: 0
2021-05-14 21:41:57.578 8402-8402/? D/PreferredNetworkMode: isCallStateIdle:true
2021-05-14 21:41:57.584 8402-8402/? D/EnabledNetworkMode: enabledNetworkType: ENABLED_NETWORKS_EXCEPT_GSM_4G_CHOICES
2021-05-14 21:41:57.584 8402-8402/? D/EnabledNetworkMode: getPreferredNetworkMode: 33
2021-05-14 21:41:57.584 8402-8402/? D/EnabledNetworkMode: isCallStateIdle:true
2021-05-14 21:41:57.584 8402-8402/? D/NetworkSettings: Callback during onResume()
2021-05-14 21:41:57.584 8402-8402/? D/NetworkSettings: Received ACTION_SIM_STATE_CHANGED: ABSENT
2021-05-14 21:41:57.585 8402-8402/? D/NetworkSettings: Provisioning Status: 1, screenState: true
2021-05-14 21:41:57.585 8402-8402/? D/NetworkSettings: Setting screen state to: true
2021-05-14 21:41:57.602 8402-5718/? I/AdrenoGLES-0: QUALCOMM build : 3571974a10, I64bd74b5bd
Build Date : 09/11/20
OpenGL ES Shader Compiler Version: EV031.32.02.00
Local Branch :
Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.UM.9.12.10.00.00.582.274
Remote Branch : NONE
Reconstruct Branch : NOTHING
2021-05-14 21:41:57.602 8402-5718/? I/AdrenoGLES-0: Build Config : S P 10.0.5 AArch64
2021-05-14 21:41:57.602 8402-5718/? I/AdrenoGLES-0: Driver Path : /vendor/lib64/egl/libGLESv2_adreno.so
2021-05-14 21:41:57.605 8402-5718/? I/AdrenoGLES-0: PFP: 0x016dd091, ME: 0x00000000
2021-05-14 21:41:57.617 8402-8402/? W/drawable: Bad element under <shape>: gravity
2021-05-14 21:41:57.617 8402-8402/? W/drawable: Bad element under <shape>: gravity
2021-05-14 21:41:57.653 8430-8430/? I/GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3416
2021-05-14 21:41:57.654 8430-8430/? I/GoogleInputMethodService: GoogleInputMethodService.onStartInput():1975
2021-05-14 21:41:57.659 955-955/? I/android.hardware.power-service-qti: Power setMode: 5 to: 0
2021-05-14 21:41:57.769 18830-18830/? D/Popcorn_NotificationListener: onNotificationPosted()::sbn.getPackageName() = com.franco.kernel
2021-05-14 21:41:57.770 18830-18830/? D/Popcorn_Util: isEmulator() : false
2021-05-14 21:41:57.770 18830-18830/? D/Popcorn_NotificationListener: onNotificationPosted():: Not connected
2021-05-14 21:41:57.784 20467-20467/? W/ContentResolver: Failed to get type for: content://media/internal/audio/media/1 (No item at content://media/internal/audio/media/1)
2021-05-14 21:41:57.821 18830-18830/? D/Popcorn_NotificationListener: onNotificationPosted()::sbn.getPackageName() = com.franco.kernel
2021-05-14 21:41:57.821 18830-18830/? D/Popcorn_Util: isEmulator() : false
2021-05-14 21:41:57.821 18830-18830/? D/Popcorn_NotificationListener: onNotificationPosted():: Not connected
2021-05-14 21:41:57.835 20467-20467/? W/ContentResolver: Failed to get type for: content://media/internal/audio/media/1 (No item at content://media/internal/audio/media/1)
2021-05-14 21:41:58.405 0-0/? E/[20210514_21:41:58.405024]@2 [schedu][0x9c3cc57f5][21: 41:58.405005] wlan: [2542:E:PE] lim_process_addba_req: 1716: Failed to process addba request
2021-05-14 21:41:59.397 0-0/? I/[20210514_21:41:59.393396]@3 BQ: update_battery_soc_work: plugin:1,dash_start:0:smooth:0
2021-05-14 21:41:59.879 2547-3803/? D/QCNEJ/WlanStaInfoRelay: Received action: android.net.wifi.RSSI_CHANGED
2021-05-14 21:41:59.887 3213-4901/? I/CarrierServices: [139] bze.e: (PEv2-SM-88309909): ConfiguredState: event Connectivity event [null]
2021-05-14 21:41:59.888 3213-4919/? I/CarrierServices: [141] bsw.d: Connected state: [1], networkType: [WIFI]
2021-05-14 21:41:59.893 3213-10662/? I/CarrierServices: [197] bsm.f: (RCS): [WiFi]: Set IP address (wlan0, ipv4): redacted-pii:ip_address[13-chars]
2021-05-14 21:41:59.897 3213-10662/? E/CarrierServices: [197] bsm.f: (RCS): [VPN]: NetworkType 17 not found.
2021-05-14 21:41:59.906 3213-4920/? I/CarrierServices: [142] cfn.a: Rcs is enabled from user settings: true
2021-05-14 21:41:59.990 814-814/? I/zygote: Delayed USAP Pool refill. New USAPs: 5
2021-05-14 21:42:00.009 814-814/? D/Zygote: Forked child process 5754
2021-05-14 21:42:00.023 814-814/? D/Zygote: Forked child process 5755
2021-05-14 21:42:00.032 814-814/? D/Zygote: Forked child process 5756
2021-05-14 21:42:00.042 814-814/? D/Zygote: Forked child process 5757
2021-05-14 21:42:00.049 814-814/? D/Zygote: Forked child process 5758
2021-05-14 21:42:00.272 2647-2953/? D/TelephonyProvider: Using old permission behavior for telephony provider compat
2021-05-14 21:42:00.433 0-0/? E/[20210514_21:42:00.431908]@0 SMBLIB: op_check_battery_vol_diff: bat vol:(4137,4135)
2021-05-14 21:42:00.433 0-0/? E/[20210514_21:42:00.432660]@0 SMBLIB: op_check_charger_uovp: charger_voltage=4700 charger_ovp=0 pd_active=0
2021-05-14 21:42:00.445 0-0/? I/[20210514_21:42:00.444856]@0 QCOM-BATT: pl_fcc_vote_callback: total_fcc_ua=1100000
2021-05-14 21:42:00.445 0-0/? E/[20210514_21:42:00.444898]@0 QCOM-BATT: pl_fv_vote_callback: fv_uv=4435000
2021-05-14 21:42:00.549 0-0/? W/healthd: battery l=80 v=4137 t=32.7 h=2 st=2 c=-124000 fc=2023 cc=52 chg=u
2021-05-14 21:42:00.555 2322-3043/? D/PowerUI: can't show warning due to - plugged: true status unknown: false
2021-05-14 21:42:00.681 0-0/? E/[20210514_21:42:00.678437]@0 [drm: dsi_display_check_status] [1717]: 0x0A = 9c, 0xB6 = 0a, 0xA2 = 11, 00, 00, 89, 30
been running it for a few days very good
finally derpfest is coming!
Is High Brightness Mode working for others? I cannot seem to have it working from the "Device Extras" Menu.
Drigio said:
Is High Brightness Mode working for others? I cannot seem to have it working from the "Device Extras" Menu.
Click to expand...
Click to collapse
Yeah broken atm, will fix the stuff eventually lol
Thanks for building Derp for OP8T, my most wanted one
One thing that can be wrote in instructions : reset factory also wipe internal storage .. wasn't for older phones, OP5T in my case.
Hopefully once every img file were flashed I notice that point in recovery... and was able to flash OOS11 img files to get back to OS and make a backup
Tomorrow, or later next week, I will try this ROM and give a feedback.
Just a note, when I'm charging my phone using "warp charger" I always get dash charging on lockscreen. I then checked in Ampere app and the current never increases above 30 watts. Now If I'm not wrong warp charging with 6.5 amps will only work when battery is from 0-15% or 20%, So I drained my battery and checked and yet I only get 30 watts max. Also I didn't find any adaptive charging policy.
Drigio said:
Just a note, when I'm charging my phone using "warp charger" I always get dash charging on lockscreen. I then checked in Ampere app and the current never increases above 30 watts. Now If I'm not wrong warp charging with 6.5 amps will only work when battery is from 0-15% or 20%, So I drained my battery and checked and yet I only get 30 watts max. Also I didn't find any adaptive charging policy.
Click to expand...
Click to collapse
The littliest things bug people but yeah I'll look into it lol
I have a new build if anyone wants to test it pm me on telegram.
Telegram: Contact @APyrtle93
t.me
AxxPyrtlexx20 said:
The littliest things bug people but yeah I'll look into it lol
Click to expand...
Click to collapse
No one would come and write it off on a forum for a dev if it bugged them. It was a feedback for your rom. No one demanded it from you as well. It was to help you gain insights in your rom. Thank you for you rom lol. Apologies if it bugged you lol.
doesnt the 8t charge at 65W?
Drigio said:
No one would come and write it off on a forum for a dev if it bugged them. It was a feedback for your rom. No one demanded it from you as well. It was to help you gain insights in your rom. Thank you for you rom lol. Apologies if it bugged you lol.
Click to expand...
Click to collapse
Lol appreciate the feedback, I'll look into it. Anything else you noticed at all that needs improvement? Pm me on tg or on here and I'll link you a new build.
dominicstg2 said:
doesnt the 8t charge at 65W?
Click to expand...
Click to collapse
Yeah it does
Been using this for a few days now and this is my favorite ROM out of the lot I've tried. Great battery, performance, and the customizations are fantastic. Appreciate it!

Categories

Resources