[Guide/MOD] Turning on Answering Machine [KK .230] - Xperia Z Themes and Apps
I was going through phone and realized Answering Machine is hidden in the system. With this you can turn on the answering machine.
Requirments :
Simple knowledge of Compiling/ Decompiling.
How to:
1. Decompile Semcphone.apk ------> its in System / PRIV-App / Semcphone.apk
2. After Decompile > Go to > res > values > open bools
3. Search for the line:
<bool name="config_enable_answering_machine">false</bool>
Click to expand...
Click to collapse
4. Just change the false to true
5. Then go to res > xml > open somc_answering_machine_greetings_setting
in the line:
<PreferenceScreen androidersistent="false"
android:title="@string/phone_strings_ans_mach_greeting_record_new_txt" android:key="key_am_record_new_greeting">
Click to expand...
Click to collapse
6.Change the false to true
7. last one! Open somc_answering_machine_setting
in the lines:
<CheckBoxPreference android:title="@string/phone_strings_ans_mach_enable_answering_machine_title_txt" android:key="key_am_enabled" />
<Preference androidersistent="false" android:title="@string/phone_strings_ans_mach_auto_answer_time_title_txt" android:key="key_am_activation_sec" />
<CheckBoxPreference android:title="@string/phone_strings_ans_mach_roaming_title_txt" android:key="key_am_use_while_roaming" android:summary="@string/phone_strings_ans_mach_roaming_sub_txt" />
<PreferenceScreen androidersistent="false" android:title="@string/phone_strings_ans_mach_greetings_title_txt" android:key="key_am_greetings">
<intent android:targetPackage="com.android.phone" android:action="android.intent.action.MAIN" android:targetClass="com.android.phone.am.SomcAmGreetingsSetting" />
</PreferenceScreen>
<PreferenceScreen androidersistent="false" android:title="@string/phone_strings_ans_mach_incoming_message_title_txt" android:key="key_am_incoming_msg">
<intent android:targetPackage="com.android.phone" android:action="android.intent.action.MAIN" android:targetClass="com.android.phone.am.SomcAmIncomingMessageSetting" />
</PreferenceScreen>
Click to expand...
Click to collapse
8. change all the false to true
9. DONE! re-Compile the Semcphone.apk and sign it!
For turning "data disabled" notification :
Go to bools.xml again and look for:
Quote:
<bool name="data_connection_except_mms_show_icon_when_enabled">true</bool>
<bool name="data_connection_except_mms_show_icon_when_disabled">true</bool>
Just change the true to false.
Enjoy
PS: Just in case, I have uploaded my own moded Semcphone.apk with Answering Machine and Call Recording enabled.
UPDATE 1 : Found this BUG : the problem is when it goes on answering machine, the greetings plays on the receiver phone's ear speaker, not the one Calling.
For example, if 1 calls 2, the answering greeting plays on 2's phone ear speaker. not on the 1! That's very weird I need to look and see if I can find the solution.
I will update you guys again
Wow amazing work !! did you check if it plays the recorded message in a call? Please let me know. Thanks
Answering machine is enabled, but i can't hear greetings & beep when calling my xperia
Now i'm getting the bug too!!. the problem is when it goes on answering machine, the greetings plays on the receiver phone's ear speaker, not the one Calling.
For example, if 1 calls 2, the answering greeting plays on 2's phone ear speaker. not on the 1! That's very weird I need to look and see if I can find the problem.
If any one can also help to work this problem out, I really appreciate it
batrian said:
Now i'm getting the bug too!!. the problem is when it goes on answering machine, the greetings plays on the receiver phone's ear speaker, not the one Calling.
For example, if 1 calls 2, the answering greeting plays on 2's phone ear speaker. not on the 1! That's very weird I need to look and see if I can find the problem.
If any one can also help to work this problem out, I really appreciate it
Click to expand...
Click to collapse
Yes, this is the problem. I can't help you, i'm not a programmer. Good luck to find the solution. Anyway thank you to find that hidden function!
davros93 said:
Yes, this is the problem. I can't help you, i'm not a programmer. Good luck to find the solution. Anyway thank you to find that hidden function!
Click to expand...
Click to collapse
Its all right and thank you! will get it fix soon
You beat me to it..I was about to start a thread about the same sort of thing. :laugh:
How would you like a screenshot?
{
"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"
}
Y'know, there's more fun things you can do with the bools.xml file. You can turn off the 'data connection' notification as well...
Ticklefish said:
You beat me to it..I was about to start a thread about the same sort of thing. :laugh:
How would you like a screenshot?
Y'know, there's more fun things you can do with the bools.xml file. You can turn off the 'data connection' notification as well...
Click to expand...
Click to collapse
Haha, Yeah there are lots of them and yes finally I could get rid of that stupid notification too
But Answering Machine is not working well yet. Im looking for the solution to make it fully operational.
Thanks for the Screenshot too!
batrian said:
Haha, Yeah there are lots of them and yes finally I could get rid of that stupid notification too
But Answering Machine is not working well yet. Im looking for the solution to make it fully operational.
Thanks for the Screenshot too!
Click to expand...
Click to collapse
Maybe you can also share it sir..i also want to get rid of that notification
Any idea why Sony disabled it?
Sent from my C6603 using XDA Premium 4 mobile app
good work bro ...but this issue seems like 4.3 all over again ... existenz had it too but same issue there as well ..
totzkitotz said:
Maybe you can also share it sir..i also want to get rid of that notification
Click to expand...
Click to collapse
All right! You can go to bools.xml again and look for:
<bool name="data_connection_except_mms_show_icon_when_enabled">true</bool>
<bool name="data_connection_except_mms_show_icon_when_disabled">true</bool>
Click to expand...
Click to collapse
Just change the true to false
boyq said:
Any idea why Sony disabled it?
Sent from my C6603 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I'm not sure about that, because at the moment it doesn't operate properly also.
The only change needed to enable Answering Machine is
Code:
<bool name="config_enable_answering_machine">ture</bool>
You can actually do this in the /system/vendor/overlay/SemcPhone-Overlay-285.apk
Just create bools.xml and add
Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="enable_call_recording">true</bool>
<bool name="config_enable_answering_machine">true</bool>
</resources>
This was it works on odex roms too.
(Still Audio is routed wrong though)
I also got this from logcat:
Code:
D/StatusBar.NetworkController( 1386): refreshViews: Data not connected!! Set no data type icon / Roaming
E/MediaPlayer-JNI( 1622): QCMediaPlayer mediaplayer NOT present
I/ExtendedUtils( 350): AV Sync late margin : Intended=40ms Using=0ms
D/AwesomePlayer( 350): Before reset_l
D/AwesomePlayer( 350): printFileName fd(37) -> /data/data/com.android.phone/files/am/greeting/2014-05-25-00-03-13.amr
D/ExtendedUtils( 350): extended extractor not needed, return default
W/Settings( 2849): Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
E/AwesomePlayer( 350): LPAPlayer::Clip duration setting of less than 30sec not supported, defaulting to 60sec
E/AwesomePlayer( 350): LPAPlayer::Clip duration setting of less than 30sec not supported, defaulting to 60sec
E/AudioPolicyManagerALSA( 350): unknown stream type
E/AudioPolicyManagerALSA( 350): unknown stream type
E/AudioPolicyManagerALSA( 350): unknown stream type
E/AudioPolicyManagerALSA( 350): unknown stream type
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
E/AudioPolicyManagerALSA( 350): unknown stream type
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/ALSADevice( 350): route: devices 0x1 in mode 2
V/ALSADevice( 350): switchDevice: device 0x1 mode:2
V/ALSADevice( 350): callOutputRouting: 0x1
V/ALSADevice( 350): Routing to rx=Voice Earpiece EQ1
V/ALSADevice( 350): callInputRouting: 0x1
V/ALSADevice( 350): Routing to tx=DMIC Endfire
V/ALSADevice( 350): switchDevice,rxDev:Voice Earpiece EQ1, txDev:DMIC Endfire, curRxDev:Voice Earpiece EQ1, curTxDev:DMIC Endfire
D/alsa_ucm( 350): snd_use_case_set(): uc_mgr 0xb8e5f808 identifier _enadev value Voice Earpiece EQ1
D/alsa_ucm( 350): Set mixer controls for Voice Call enable 1
D/alsa_ucm( 350): Setting mixer control: STUB_RX Mixer Voice Stub, value: 1
D/alsa_ucm( 350): Setting mixer control: Voice Stub Tx Mixer STUB_TX_HL, value: 1
D/alsa_ucm( 350): Setting mixer control: Voice Stub Tx Mixer STUB_1_TX_HL, value: 1
D/alsa_ucm( 350): snd_use_case_set(): uc_mgr 0xb8e5f808 identifier _enadev value DMIC Endfire
D/alsa_ucm( 350): Set mixer controls for Voice Call enable 1
D/alsa_ucm( 350): Setting mixer control: STUB_RX Mixer Voice Stub, value: 1
D/alsa_ucm( 350): Setting mixer control: Voice Stub Tx Mixer STUB_TX_HL, value: 1
D/alsa_ucm( 350): Setting mixer control: Voice Stub Tx Mixer STUB_1_TX_HL, value: 1
D/ALSADevice( 350): switchDevice: mCurTxUCMDevivce DMIC Endfire mCurRxDevDevice Voice Earpiece EQ1
D/alsa_ucm( 350): snd_use_case_set(): uc_mgr 0xb8e5f808 identifier _enamod value Play Music
D/alsa_ucm( 350): Set mixer controls for Play Music enable 1
D/alsa_ucm( 350): Setting mixer control: SLIMBUS_0_RX Audio Mixer MultiMedia1, value: 1
D/ALSADevice( 350): close: handle 0xb8e58a00 h 0x0
D/ALSADevice( 350): open: handle 0xb8e58a00, format 0x2
V/ALSADevice( 350): Music case
D/ALSADevice( 350): Device value returned is hw:0,0
V/ALSADevice( 350): flags 0, devName hw:0,0
V/ALSADevice( 350): pcm_open returned fd 39
D/ALSADevice( 350): handle->format: 0x2
D/ALSADevice( 350): setHardwareParams: reqBuffSize 2048 channels 2 sampleRate 48000
D/ALSADevice( 350): setHardwareParams: buffer_size 16384, period_size 2048, period_cnt 8
E/MediaPlayer-JNI( 1622): QCMediaPlayer mediaplayer NOT present
I/ExtendedUtils( 350): AV Sync late margin : Intended=40ms Using=0ms
D/AwesomePlayer( 350): Before reset_l
D/AwesomePlayer( 350): printFileName fd(41) -> /data/data/com.android.phone/files/am/greeting/2014-05-25-00-03-13.amr
D/ExtendedUtils( 350): extended extractor not needed, return default
E/AwesomePlayer( 350): LPAPlayer::Clip duration setting of less than 30sec not supported, defaulting to 60sec
I/OMXNodeInstance( 350): OMX_FreeBuffer for buffer header 0xb8f623a8 successful
I/OMXNodeInstance( 350): OMX_FreeBuffer for buffer header 0xb8f622f0 successful
I/OMXNodeInstance( 350): OMX_FreeBuffer for buffer header 0xb8fb8ac0 successful
I/OMXNodeInstance( 350): OMX_FreeBuffer for buffer header 0xb8fb8970 successful
I/OMXNodeInstance( 350): OMX_FreeBuffer for buffer header 0xb8fbf320 successful
I/OMXNodeInstance( 350): OMX_FreeBuffer for buffer header 0xb8fbf1e0 successful
I/OMXNodeInstance( 350): OMX_FreeBuffer for buffer header 0xb9108ac0 successful
I/OMXNodeInstance( 350): OMX_FreeBuffer for buffer header 0xb91088b0 successful
E/MediaPlayer( 1622): Should have subtitle controller already set
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
W/MediaPlayer( 1622): mediaplayer went away with unhandled events
W/MediaPlayer( 1622): mediaplayer went away with unhandled events
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
D/AudioTrack( 350): latency() mLatency = 266, newLatency = 266
Here's another way of enabling the call recording & answering machine flags
I made a small xposed module
These are switchable via the module settings
seems promising.. im gonna do it later
AngelBob said:
Here's another way of enabling the call recording & answering machine flags
I made a small xposed module
These are switchable via the module settings
Click to expand...
Click to collapse
So this makes the opposite person hear the recorded msg ?
demonicangell™ said:
So this makes the opposite person hear the recorded msg ?
Click to expand...
Click to collapse
No not yet, still same problems.
Though using an xposed module will allow hooking into tx and rx channels and hopefully allow correct redirection
Sent from my C6603 using Tapatalk
After further investigation, to get audio routed correctly will require framework changes.
Sony added a custom Audio Route to the z2
Code:
STREAM_INCALL_MUSIC
This and all relevant code is missing from the yuga framework
Full source of my xposed module is now on github: https://github.com/CamberCreak/YugaSemcPhone/
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 ...
Newbie needs help re Bitpin error. Transfer Lg Envy 3 to a droid 4 flashed 2 pageplus
I want to transfer my mom's contacts and texts from and I want to transfer my mom's contacts and texts from and Im getting the following error when try to transfer the information: BitPim version: 1.0.7-official An unexpected exception has occurred. Please see the help for details on what to do. Traceback (most recent call last): File "gui.pyo", line 284, in run File "gui.pyo", line 159, in __call__ File "gui.pyo", line 1906, in getdata File "phones\com_lgvx11000.pyo", line 244, in getphonebook File "phones\p_lgvx11000.pyo", line 1086, in valid IndexError: string index out of range Variables by last 8 frames, innermost last Frame run in gui.pyo at line 277 resultcb = <gui.Callback instance at 0x077C3E40> res = None self = <WorkerThread(BitPim helper, started daemon)> item = (<gui.Request instance at 0x077C3EB8>, <gui.Callback instance at 0x077C3E40>) call = <gui.Request instance at 0x077C3EB8> ex = IndexError('string index out of range',) e = IndexError('string index out of range',) first = 0 Frame __call__ in gui.pyo at line 159 self = <gui.Request instance at 0x077C3EB8> args = () d = Keys [] {} kwargs = Keys [] {} Frame getdata in gui.pyo at line 1906 count = 1 i = (<bound method GetPhoneDialog.GetPhoneBookSetting of <guiwidgets.GetPhoneDialog; self = <WorkerThread(BitPim helper, started daemon)> req = <guiwidgets.GetPhoneDialog; proxy of <Swig Object of type 'wxDialog *' at 0x3d91 willcall = [(<bound method GetPhoneDialog.GetPhoneBookSetting of <guiwidgets.GetPhoneDialog results = Keys ['groups', 'ringtone-index', 'sync', 'uniqueserial', 'wallpaper-index'] {'sync': {'phonebook': 'MERGE'}, 'wallpaper-index': {128: {'origin': 'images', ' sync = Keys ['phonebook'] {'phonebook': 'MERGE'} st = 0 todo = [(<bound method WorkerThread.rebootcheck of <WorkerThread(BitPim helper, started Frame getphonebook in phones\com_lgvx11000.pyo at line 244 pbook = Keys [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142] {0: {'serials': [{'serial2': 1, 'serial1': 1, 'sourcetype': 'lgvx9200', 'sourceu _rt_ids = Keys [] {} _wp_ids = Keys [] {} _speeds = Keys [0, 1, 2, 3, 4, 1000, 1001] {0: {1: 95}, 1: {1: 96}, 2: {1: 97}, 3: {1: 98}, 4: {1: 99}, 1000: {6: 1}, 1001: self = <phones.com_lgvx9200.Phone object at 0x077AC4F0> pb_addresses = None _cnt = 143 pb_entry = <phones.p_lgvx11000.pbfileentry object at 0x07B4AED0> pb_numbers = <phones.p_lgvx9200.pnfile object at 0x07ECABD0> ring_pathf = <phones.p_lgvx8550.PathIndexFile object at 0x0B6E9F10> result = Keys ['groups', 'ringtone-index', 'sync', 'uniqueserial', 'wallpaper-index'] {'sync': {'phonebook': 'MERGE'}, 'wallpaper-index': {128: {'origin': 'images', ' picid_pathf = <phones.p_lgvx8550.PathIndexFile object at 0x0B7C78F0> pb_entries = <phones.p_lgvx11000.pbfile object at 0x04625DD0> _favorites = Keys [] {} _ices = Keys [] {} Frame valid in phones\p_lgvx11000.pyo at line 1086 self = <phones.p_lgvx11000.pbfileentry object at 0x07B4AED0> Can anyone offer assistance ? Also, if I go to a verizon store and have them transfer the contacts even if my Droid 4 is flashed to page plus will it work? Also, is there any chance they can ruin the flash? I want to transfer my mom's contacts and texts from and Lg Envy 3 to a droid 4 flashed to page plus. Im getting the following error when try to transfer the information: BitPim version: 1.0.7-official An unexpected exception has occurred. Please see the help for details on what to do. Traceback (most recent call last): File "gui.pyo", line 284, in run File "gui.pyo", line 159, in __call__ File "gui.pyo", line 1906, in getdata File "phones\com_lgvx11000.pyo", line 244, in getphonebook File "phones\p_lgvx11000.pyo", line 1086, in valid IndexError: string index out of range Variables by last 8 frames, innermost last Frame run in gui.pyo at line 277 resultcb = <gui.Callback instance at 0x077C3E40> res = None self = <WorkerThread(BitPim helper, started daemon)> item = (<gui.Request instance at 0x077C3EB8>, <gui.Callback instance at 0x077C3E40>) call = <gui.Request instance at 0x077C3EB8> ex = IndexError('string index out of range',) e = IndexError('string index out of range',) first = 0 Frame __call__ in gui.pyo at line 159 self = <gui.Request instance at 0x077C3EB8> args = () d = Keys [] {} kwargs = Keys [] {} Frame getdata in gui.pyo at line 1906 count = 1 i = (<bound method GetPhoneDialog.GetPhoneBookSetting of <guiwidgets.GetPhoneDialog; self = <WorkerThread(BitPim helper, started daemon)> req = <guiwidgets.GetPhoneDialog; proxy of <Swig Object of type 'wxDialog *' at 0x3d91 willcall = [(<bound method GetPhoneDialog.GetPhoneBookSetting of <guiwidgets.GetPhoneDialog results = Keys ['groups', 'ringtone-index', 'sync', 'uniqueserial', 'wallpaper-index'] {'sync': {'phonebook': 'MERGE'}, 'wallpaper-index': {128: {'origin': 'images', ' sync = Keys ['phonebook'] {'phonebook': 'MERGE'} st = 0 todo = [(<bound method WorkerThread.rebootcheck of <WorkerThread(BitPim helper, started Frame getphonebook in phones\com_lgvx11000.pyo at line 244 pbook = Keys [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142] {0: {'serials': [{'serial2': 1, 'serial1': 1, 'sourcetype': 'lgvx9200', 'sourceu _rt_ids = Keys [] {} _wp_ids = Keys [] {} _speeds = Keys [0, 1, 2, 3, 4, 1000, 1001] {0: {1: 95}, 1: {1: 96}, 2: {1: 97}, 3: {1: 98}, 4: {1: 99}, 1000: {6: 1}, 1001: self = <phones.com_lgvx9200.Phone object at 0x077AC4F0> pb_addresses = None _cnt = 143 pb_entry = <phones.p_lgvx11000.pbfileentry object at 0x07B4AED0> pb_numbers = <phones.p_lgvx9200.pnfile object at 0x07ECABD0> ring_pathf = <phones.p_lgvx8550.PathIndexFile object at 0x0B6E9F10> result = Keys ['groups', 'ringtone-index', 'sync', 'uniqueserial', 'wallpaper-index'] {'sync': {'phonebook': 'MERGE'}, 'wallpaper-index': {128: {'origin': 'images', ' picid_pathf = <phones.p_lgvx8550.PathIndexFile object at 0x0B7C78F0> pb_entries = <phones.p_lgvx11000.pbfile object at 0x04625DD0> _favorites = Keys [] {} _ices = Keys [] {} Frame valid in phones\p_lgvx11000.pyo at line 1086 self = <phones.p_lgvx11000.pbfileentry object at 0x07B4AED0> Can anyone offer assistance ? Also, if I go to a verizon store and have them transfer the contacts even if my Droid 4 is flashed to page plus will it work? Also, is there any chance they can ruin the flash? Im getting the following error when try to transfer the information: BitPim version: 1.0.7-official An unexpected exception has occurred. Please see the help for details on what to do. Traceback (most recent call last): File "gui.pyo", line 284, in run File "gui.pyo", line 159, in __call__ File "gui.pyo", line 1906, in getdata File "phones\com_lgvx11000.pyo", line 244, in getphonebook File "phones\p_lgvx11000.pyo", line 1086, in valid IndexError: string index out of range Variables by last 8 frames, innermost last Frame run in gui.pyo at line 277 resultcb = <gui.Callback instance at 0x077C3E40> res = None self = <WorkerThread(BitPim helper, started daemon)> item = (<gui.Request instance at 0x077C3EB8>, <gui.Callback instance at 0x077C3E40>) call = <gui.Request instance at 0x077C3EB8> ex = IndexError('string index out of range',) e = IndexError('string index out of range',) first = 0 Frame __call__ in gui.pyo at line 159 self = <gui.Request instance at 0x077C3EB8> args = () d = Keys [] {} kwargs = Keys [] {} Frame getdata in gui.pyo at line 1906 count = 1 i = (<bound method GetPhoneDialog.GetPhoneBookSetting of <guiwidgets.GetPhoneDialog; self = <WorkerThread(BitPim helper, started daemon)> req = <guiwidgets.GetPhoneDialog; proxy of <Swig Object of type 'wxDialog *' at 0x3d91 willcall = [(<bound method GetPhoneDialog.GetPhoneBookSetting of <guiwidgets.GetPhoneDialog results = Keys ['groups', 'ringtone-index', 'sync', 'uniqueserial', 'wallpaper-index'] {'sync': {'phonebook': 'MERGE'}, 'wallpaper-index': {128: {'origin': 'images', ' sync = Keys ['phonebook'] {'phonebook': 'MERGE'} st = 0 todo = [(<bound method WorkerThread.rebootcheck of <WorkerThread(BitPim helper, started Frame getphonebook in phones\com_lgvx11000.pyo at line 244 pbook = Keys [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142] {0: {'serials': [{'serial2': 1, 'serial1': 1, 'sourcetype': 'lgvx9200', 'sourceu _rt_ids = Keys [] {} _wp_ids = Keys [] {} _speeds = Keys [0, 1, 2, 3, 4, 1000, 1001] {0: {1: 95}, 1: {1: 96}, 2: {1: 97}, 3: {1: 98}, 4: {1: 99}, 1000: {6: 1}, 1001: self = <phones.com_lgvx9200.Phone object at 0x077AC4F0> pb_addresses = None _cnt = 143 pb_entry = <phones.p_lgvx11000.pbfileentry object at 0x07B4AED0> pb_numbers = <phones.p_lgvx9200.pnfile object at 0x07ECABD0> ring_pathf = <phones.p_lgvx8550.PathIndexFile object at 0x0B6E9F10> result = Keys ['groups', 'ringtone-index', 'sync', 'uniqueserial', 'wallpaper-index'] {'sync': {'phonebook': 'MERGE'}, 'wallpaper-index': {128: {'origin': 'images', ' picid_pathf = <phones.p_lgvx8550.PathIndexFile object at 0x0B7C78F0> pb_entries = <phones.p_lgvx11000.pbfile object at 0x04625DD0> _favorites = Keys [] {} _ices = Keys [] {} Frame valid in phones\p_lgvx11000.pyo at line 1086 self = <phones.p_lgvx11000.pbfileentry object at 0x07B4AED0> Can anyone offer assistance ? Also, if I go to a verizon store and have them transfer the contacts even if my Droid 4 is flashed to page plus will it work? Also, is there any chance they can ruin the flash?
FM Radio on the Nook?
Has anyone tried this? We have the hardware behind it (twl6040). I compiled the driver for it, and found the firmware blobs it wanted to load. Insmod dmesg logs: Code: <3>[ 3012.835601] init: no such service 'fm_dl' <3>[ 3014.386718] init: untracked pid 2225 exited <3>[ 3015.045623] init: untracked pid 2213 exited <6>[ 3015.710144] (stc): st_register(8) <6>[ 3015.710174] (stc): chnl_id list empty :8 <6>[ 3015.710205] (stk) : st_kim_start <6>[ 3015.710205] Enable wl12xx power <6>[ 3015.917175] (stk) :ldisc_install = 1 <6>[ 3015.968597] (stc): st_tty_open <6>[ 3015.968627] (stk) :line discipline installed <6>[ 3015.969879] (stk) :TIInit_7.6.15.bts <6>[ 3016.060791] (stc): add_channel_to_table: id 8 <6>[ 3016.726562] (stc): remove_channel_from_table: id 8 <6>[ 3016.726623] (stc): all chnl_ids unregistered <6>[ 3016.726684] (stk) :ldisc_install = 0 <6>[ 3016.727081] (stc): st_tty_close <6>[ 3016.729278] Disable wl12xx power <6>[ 3023.407836] (stc): st_register(8) <6>[ 3023.407897] (stc): chnl_id list empty :8 <6>[ 3023.407928] (stk) : st_kim_start <6>[ 3023.407958] Enable wl12xx power <6>[ 3023.615295] (stk) :ldisc_install = 1 <6>[ 3023.666046] (stc): st_tty_open <6>[ 3023.666107] (stk) :line discipline installed <6>[ 3023.666595] (stk) :TIInit_7.6.15.bts <6>[ 3023.755706] (stc): add_channel_to_table: id 8 The radio app, itself, seems to want to work. logcat logs Code: D/fm_apln ( 2190): freq_set_dlg_shw: Frequency changing to : 106500 KHz D/fm_srvc ( 2190): dhrdw_freq_set fd: 6 freq: 106500 D/fm_hrdw ( 2190): hrdw_so_freq_set api_hndl: 6 freq: 106500 D/fm_hrdw ( 2190): gen_freq_set freq: 106500 limited: 106500 D/fm_hrdw ( 2190): rds_reset D/fm_hrdw ( 2190): v4_freq_set: 106500 E/fm_hrdw ( 2190): iris_buf_display error: 22 E/fm_hrdw ( 2190): iris_buf_display error: 22 D/fm_srvc ( 2190): evt_pi_chngd D/fm_srvc ( 2190): dhrdw_pi_get fd: 6 D/fm_hrdw ( 2190): hrdw_so_pi_get api_hndl: 6 pi: 0x0 D/fm_apln ( 2190): on_pi_chngd D/fm_hrdw ( 2190): v4_freq_set VIDIOC_S_FREQUENCY success D/fm_sttn ( 2190): pt_parse: 0 D/fm_apln ( 2190): run_on_pi_chngd run D/fm_apln ( 2190): run_on_pi_chngd run pi: 0 cs: null D/fm_apln ( 2190): run_on_pi_chngd run cs: 0000 m_just_pi: true m_just_pi_time: 1395133231826 E/fm_hrdw ( 2190): iris_buf_display error: 22 E/fm_hrdw ( 2190): iris_buf_display error: 22 D/fm_srvc ( 2190): evt_freq_chngd: freq: 106500 D/fm_apln ( 2190): on_freq_chngd freq: 106500 D/fm_apln ( 2190): ui_sttn_info_reset m_freq: 106500 sttn_name: 106.5 D/fm_sttn ( 2190): pt_parse: 0 D/fm_apln ( 2190): sttn_id_tv_set m_station_id: 0 sttn_id: PI: 0 D/fm_apln ( 2190): prefs_set int: last_frequency = 106500 E/fm_hrdw ( 2190): iris_buf_display error: 22 E/fm_hrdw ( 2190): iris_buf_display error: 22 D/fm_srvc ( 2190): dhrdw_pt_get fd: 6 D/fm_hrdw ( 2190): hrdw_so_pt_get api_hndl: 6 pt: -1 D/fm_srvc ( 2190): evt_pt_chngd: -1 D/fm_apln ( 2190): cb_on_pt_chngd E/fm_hrdw ( 2190): iris_buf_display error: 22 E/fm_hrdw ( 2190): iris_buf_display error: 22 D/fm_srvc ( 2190): evt_ps_chngd: D/fm_apln ( 2190): run_on_pt_chngd: -1 D/fm_sttn ( 2190): pt_parse: -1 D/fm_sttn ( 2190): pt_parse: -1 E/fm_hrdw ( 2190): iris_buf_display error: 22 E/fm_hrdw ( 2190): iris_buf_display error: 22 D/fm_srvc ( 2190): evt_rt_chngd: D/fm_hrdw ( 2190): v4_rssi_get VIDIOC_G_TUNER success name: FM type: 1 cap: 0x91 lo: 1400000 hi: 1728000 sc: 3 am: 1 sig: 31097 afc: 0 No audio. I'm not sure if I just need to use a mixer to map it or if I have further driver problems. Sometimes I get these errors? Code: <3>[ 3081.753814] fmdrv: Response SKB ptr not NULL <3>[ 3081.754577] fmdrv: Response SKB is missing <3>[ 3082.530303] fmdrv: Response SKB ptr not NULL <3>[ 3082.531036] fmdrv: Response SKB is missing Anyway, I'm thinking it's possible with some work.
Well I definitely know that it's going to be possible with a little bit of work. I managed to get a split second of audio from radio station while I was messing with spirit radio settings and unplugged the headset. Don't know what I did because I haven't managed to recreate, but it was enough to let me know that it was there and just needs to be mapped. If anyone else would like to work with me on this, here's the files: http://www.mediafire.com/download/6296mev66ydlb2y/fm_radio_files.zip the *.bts files go in /system/etc/firmware fm_drv.ko goes in /system/lib/modules omap audio-tool (which I just compiled) goes in /system/xbin You have to procure spirit FM unlocked (from market or elsewhere).
I'm not going to get involved but that's cool and unexpected. Good stuff.
Well at least I found a practical use for audio-tool. Apparently our sound chipset is normally configured for low-power operation. You can use audio-tool to change this to high performance. Code: [email protected]:/ # audio-tool mix Number of controls: 71 ctl type num name value 0 ENUM 1 DL1 Equalizer Flat response 1 ENUM 1 Sidetone Equalizer Flat response 2 ENUM 1 AMIC Equalizer High-pass 0dB 3 ENUM 1 DMIC Equalizer High-pass 0dB 4 INT 1 DL1 Media Playback Volume 132 5 INT 1 DL1 Tones Playback Volume 0 6 INT 1 DL1 Voice Playback Volume 130 7 INT 1 DL1 Capture Playback Volume 0 8 INT 1 VXREC Media Volume 0 9 INT 1 VXREC Tones Volume 0 10 INT 1 VXREC Voice DL Volume 0 11 INT 1 VXREC Voice UL Volume 0 12 INT 1 AUDUL Media Volume 0 13 INT 1 AUDUL Tones Volume 0 14 INT 1 AUDUL Voice UL Volume 120 15 INT 1 AUDUL Voice DL Volume 0 16 INT 1 SDT UL Volume 101 17 INT 1 SDT DL Volume 120 18 INT 2 DMIC1 UL Volume 120 120 19 INT 2 DMIC2 UL Volume 120 120 20 INT 2 DMIC3 UL Volume 120 120 21 INT 2 AMIC UL Volume 120 120 22 INT 2 BT UL Volume 126 126 23 BOOL 1 DL1 Mono Mixer Off 24 BOOL 1 AUDUL Mono Mixer Off 25 BOOL 1 DL1 MM_EXT Switch Off 26 BOOL 1 DL1 BT_VX Switch Off 27 BOOL 1 DL1 PDM_DL2 Switch On 28 BOOL 1 DL1 PDM Switch Off 29 BOOL 1 Sidetone Mixer Capture Off 30 BOOL 1 Sidetone Mixer Playback On 31 BOOL 1 Capture Mixer Tones Off 32 BOOL 1 Capture Mixer Voice Playback Off 33 BOOL 1 Capture Mixer Voice Capture Off 34 BOOL 1 Capture Mixer Media Playback Off 35 BOOL 1 Voice Capture Mixer Tones Playback Off 36 BOOL 1 Voice Capture Mixer Media Playback Off 37 BOOL 1 Voice Capture Mixer Capture Off 38 BOOL 1 DL1 Mixer Tones Off 39 BOOL 1 DL1 Mixer Voice Off 40 BOOL 1 DL1 Mixer Capture Off 41 BOOL 1 DL1 Mixer Multimedia On 42 ENUM 1 MUX_VX1 None 43 ENUM 1 MUX_VX0 None 44 ENUM 1 MUX_UL11 None 45 ENUM 1 MUX_UL10 None 46 ENUM 1 MUX_UL07 None 47 ENUM 1 MUX_UL06 None 48 ENUM 1 MUX_UL05 None 49 ENUM 1 MUX_UL04 None 50 ENUM 1 MUX_UL03 None 51 ENUM 1 MUX_UL02 None 52 ENUM 1 MUX_UL01 None 53 ENUM 1 MUX_UL00 None 54 INT 2 Capture Preamplifier Volume 1 1 55 INT 2 Capture Volume 4 4 56 INT 2 Aux FM Volume 3 3 57 INT 2 Headset Playback Volume 7 7 58 INT 2 Handsfree Playback Volume 26 26 59 INT 1 Earphone Playback Volume 15 60 ENUM 1 Headset Power Mode Low-Power 61 BOOL 1 Earphone Playback Switch Off 62 BOOL 1 Spk Right Playback Switch On 63 BOOL 1 Spk Left Playback Switch On 64 ENUM 1 Headset Right Playback Off 65 ENUM 1 Headset Left Playback Off 66 ENUM 1 Handsfree Right Playback HF DAC 67 ENUM 1 Handsfree Left Playback HF DAC 68 ENUM 1 Analog Right Capture Route Off 69 ENUM 1 Analog Left Capture Route Off 70 ENUM 1 TWL6040 Power Mode Low-Power [email protected]:/ # audio-tool mix 70 1 [email protected]:/ # audio-tool mix Number of controls: 71 ctl type num name value 0 ENUM 1 DL1 Equalizer Flat response 1 ENUM 1 Sidetone Equalizer Flat response 2 ENUM 1 AMIC Equalizer High-pass 0dB 3 ENUM 1 DMIC Equalizer High-pass 0dB 4 INT 1 DL1 Media Playback Volume 132 5 INT 1 DL1 Tones Playback Volume 0 6 INT 1 DL1 Voice Playback Volume 130 7 INT 1 DL1 Capture Playback Volume 0 8 INT 1 VXREC Media Volume 0 9 INT 1 VXREC Tones Volume 0 10 INT 1 VXREC Voice DL Volume 0 11 INT 1 VXREC Voice UL Volume 0 12 INT 1 AUDUL Media Volume 0 13 INT 1 AUDUL Tones Volume 0 14 INT 1 AUDUL Voice UL Volume 120 15 INT 1 AUDUL Voice DL Volume 0 16 INT 1 SDT UL Volume 101 17 INT 1 SDT DL Volume 120 18 INT 2 DMIC1 UL Volume 120 120 19 INT 2 DMIC2 UL Volume 120 120 20 INT 2 DMIC3 UL Volume 120 120 21 INT 2 AMIC UL Volume 120 120 22 INT 2 BT UL Volume 126 126 23 BOOL 1 DL1 Mono Mixer Off 24 BOOL 1 AUDUL Mono Mixer Off 25 BOOL 1 DL1 MM_EXT Switch Off 26 BOOL 1 DL1 BT_VX Switch Off 27 BOOL 1 DL1 PDM_DL2 Switch On 28 BOOL 1 DL1 PDM Switch Off 29 BOOL 1 Sidetone Mixer Capture Off 30 BOOL 1 Sidetone Mixer Playback On 31 BOOL 1 Capture Mixer Tones Off 32 BOOL 1 Capture Mixer Voice Playback Off 33 BOOL 1 Capture Mixer Voice Capture Off 34 BOOL 1 Capture Mixer Media Playback Off 35 BOOL 1 Voice Capture Mixer Tones Playback Off 36 BOOL 1 Voice Capture Mixer Media Playback Off 37 BOOL 1 Voice Capture Mixer Capture Off 38 BOOL 1 DL1 Mixer Tones Off 39 BOOL 1 DL1 Mixer Voice Off 40 BOOL 1 DL1 Mixer Capture Off 41 BOOL 1 DL1 Mixer Multimedia On 42 ENUM 1 MUX_VX1 None 43 ENUM 1 MUX_VX0 None 44 ENUM 1 MUX_UL11 None 45 ENUM 1 MUX_UL10 None 46 ENUM 1 MUX_UL07 None 47 ENUM 1 MUX_UL06 None 48 ENUM 1 MUX_UL05 None 49 ENUM 1 MUX_UL04 None 50 ENUM 1 MUX_UL03 None 51 ENUM 1 MUX_UL02 None 52 ENUM 1 MUX_UL01 None 53 ENUM 1 MUX_UL00 None 54 INT 2 Capture Preamplifier Volume 1 1 55 INT 2 Capture Volume 4 4 56 INT 2 Aux FM Volume 3 3 57 INT 2 Headset Playback Volume 7 7 58 INT 2 Handsfree Playback Volume 26 26 59 INT 1 Earphone Playback Volume 15 60 ENUM 1 Headset Power Mode Low-Power 61 BOOL 1 Earphone Playback Switch Off 62 BOOL 1 Spk Right Playback Switch On 63 BOOL 1 Spk Left Playback Switch On 64 ENUM 1 Headset Right Playback Off 65 ENUM 1 Headset Left Playback Off 66 ENUM 1 Handsfree Right Playback HF DAC 67 ENUM 1 Handsfree Left Playback HF DAC 68 ENUM 1 Analog Right Capture Route Off 69 ENUM 1 Analog Left Capture Route Off 70 ENUM 1 TWL6040 Power Mode High-Performance [email protected]:/ # I'm not real sure where to start as far as mapping.
Debugging spontaneous reboot: how do you read this last_kmsg?
A couple times a day my Moto X (Dev Ed) reboots spontaneously. The only factor that seem to be in common is it was usually Bluetooth streaming at the time (I listen to a lot of podcasts via Doggcatcher) but can't find any other common factor. It is running stock 5.1 (flashed from scratch, VZW version of ROM), unlocked bootloader, rooted, and Xposed. I've tried to pare down the number of Xposed module all the way down to the bare essentials (the L mobileRadioActive fix, Xtether, and so on) but it didn't seem to affect the reboot frequency. It is a full reboot since I'm taken all the way back to the boot animation (I had customized boot_anim to the generic Google Android L, same as on a Nexus). I Googled multiple topics on this but most of the links seems old, some all the way back to the Froyo days. The common topic is trying to decipher the last_kmsg left in the system... I've reproduced the last couple dozen lines of last_kmsg as below. The lines that precedes these are just more wlan entries. So what does this log tell me? [ 1021.376560,1] wlan: [1142:E :HDD] wlan_hdd_set_filter: Packet Filter Request : FA 1 params 2 [ 1021.376651,0] wlan: [1118:E :CTL] Data Offset 4 Data Len 6 [ 1021.376682,0] [ 1021.376834,0] wlan: [1118:E :CTL] CData: 51:51:255:154:134:164 [ 1021.376834,0] [ 1021.376956,0] wlan: [1118:E :CTL] MData: 0:0:0:0:0:0 [ 1021.376956,0] [ 1021.377658,0] wlan: [1118:E :CTL] UsData Off 8 UsSend 68 cfg -549414016 [ 1021.377780,0] wlan: [1118:E :CTL] Out: FID 3 FT 1 [ 1021.377841,0] wlan: [1118:E :CTL] NParams 2 CT 0 [ 1021.377903,0] wlan: [1118:E :CTL] Outroto 2 Comp Flag 1 [ 1021.377903,0] [ 1021.378086,0] wlan: [1118:E :CTL] Data Offset 6 Data Len 2 [ 1021.378086,0] [ 1021.378238,0] wlan: [1118:E :CTL] CData: 8:6:0:0:0:0 [ 1021.378238,0] [ 1021.378360,0] wlan: [1118:E :CTL] MData: 0:0:0:0:0:0 [ 1021.378360,0] [ 1021.378543,0] wlan: [1118:E :CTL] Outroto 2 Comp Flag 1 [ 1021.378543,0] [ 1021.378666,0] wlan: [1118:E :CTL] Data Offset 32 Data Len 4 [ 1021.378666,0] [ 1021.378849,0] wlan: [1118:E :CTL] CData: 10:0:0:4:0:0 [ 1021.378849,0] [ 1021.379032,0] wlan: [1118:E :CTL] MData: 0:0:0:0:0:0 [ 1021.379032,0] [ 1027.570333,1] SysRq : Emergency Remount R/O [ 1027.621913,1] EXT4-fs (mmcblk0p36): re-mounted. Opts: (null) [ 1027.661437,1] EXT4-fs (mmcblk0p23): re-mounted. Opts: (null) [ 1027.671447,1] pn544 reboot notification received [ 1027.671509,1] pn544_dev_ioctl ven_logic_high = 1. [ 1027.671570,1] pn544_dev_ioctl ven_logic_low = 0. [ 1027.671661,1] pn544_dev_ioctl discharge_delay = 0. [ 1027.671722,1] pn544_dev_ioctl : power off [ 1027.705997,1] pn544 calling ioctl power off returned = 0 [ 1027.706058,1] mmc0: reboot notification received [ 1027.759132,1] EXT4-fs (mmcblk0p28): re-mounted. Opts: (null) [ 1027.759377,1] Emergency Remount complete [ 1028.306851,1] Disabling non-boot CPUs ... [ 1028.308896,0] CPU1: shutdown [ 1028.314115,0] Restarting system with command ''. [ 1028.314176,0] Current task:init(1) Parent task:swapper/0(0) [ 1028.314298,0] Going down for restart now ABOOT.GIT = MBM-NG-V30.BE-0-g34b7ccb TZ.GIT = MBM-NG-V30.BE-0-gc10fd11 RPM.GIT = MBM-NG-V30.BE-0-g2aa06de SBL3.GIT = MBM-NG-V30.BE-0-gb2b97c8 SBL2.GIT = MBM-NG-V30.BE-0-gb2b97c8 SBL1.GIT = MBM-NG-V30.BE-0-gb2b97c8 Linux version 3.4.42-g756aa87 ([email protected]) (gcc version 4.8 (GCC) ) #1 S MP PREEMPT Mon Aug 17 07:58:00 CDT 2015 RAM: Samsung, S4 SDRAM, 2048 MB, MR5:0x01, MR6:0x11, MR7:0x00, MR8:0x18 ACPU Krait PVS: 2 Hexagon: 1 Fuse: 0x10800 socinfo: id=138, ver=1.1, raw_id=2017, raw_ver=1, hw_plat=0, hw_plat_ver=65536, hw_plat_subtype=0 No errors detected Click to expand... Click to collapse Reading this doesn't seem it's a kernel crash at all, but some sort of requested reboot?
I finally got it to crash while doing logcat, but the only "F" level errors I can find refers to "binder process, and they are varied, : Binder_2, Binder_F, Binder _10. Binder_10 is linked to ConnectivityService Right after that, DoggCatcher crashed with a fatal exception on a java.lang.NullPOinterException F/libc (18597): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x8 in tid 20028 (Binder_10) I/SFPerfTracer( 279): triggers: (rate: 85:6159) (compose: 1:236) (post: 0:167) (render: 0:310) (859:641051 frames) (860:652648) D/SFPerfTracer( 279): layers: (8:14) (FocusedStackFrame (0xb62b5000): 0:528)* (DimLayer (0xb6265000): 0:3)* (DimLayer (0xb623d000): 0:111)* (DimLayer (0xb623f000): 0:130)* ( (0xb61ff000): 0:212) ( (0xb6201000): 15:1643) (com.android.systemui.ImageWallpaper (0xb626a000): 0:299)* (StatusBar (0xb62b7000): 212:97319) ( (0xb62a2000): 0:175) (NavigationBar (0xb62a0000): 843:14812) ( (0xb618c000): 0:13) ( (0xb6206000): 0:13) (com.snoggdoggler.android.applications.doggcatcher.v1_0/com.doggcatcher.activity.podcast.ChannelActivity (0xb6296000): 29:353) E/AndroidRuntime(32690): FATAL EXCEPTION: main E/AndroidRuntime(32690): Process: com.snoggdoggler.android.applications.doggcatcher.v1_0, PID: 32690 E/AndroidRuntime(32690): java.lang.NullPointerException: Attempt to invoke interface method 'java.util.Iterator java.util.List.iterator()' on a null object reference E/AndroidRuntime(32690): at android.app.ApplicationPackageManager.getUserIfProfile(ApplicationPackageManager.java:1775) E/AndroidRuntime(32690): at android.app.ApplicationPackageManager.getUserBadgeForDensity(ApplicationPackageManager.java:900) E/AndroidRuntime(32690): at android.app.Notification$Builder.getProfileBadgeDrawable(Notification.java:2720) E/AndroidRuntime(32690): at android.app.Notification$Builder.hasThreeLines(Notification.java:2935) E/AndroidRuntime(32690): at android.app.Notification$Builder.build(Notification.java:3472) E/AndroidRuntime(32690): at android.support.v4.app.NotificationCompatApi21$Builder.build(NotificationCompatApi21.java:120) E/AndroidRuntime(32690): at android.support.v4.app.NotificationCompat$BuilderExtender.build(NotificationCompat.java:471) E/AndroidRuntime(32690): at android.support.v4.app.NotificationCompat$NotificationCompatImplApi21.build(NotificationCompat.java:770) E/AndroidRuntime(32690): at android.support.v4.app.NotificationCompat$Builder.build(NotificationCompat.java:1561) E/AndroidRuntime(32690): at com.doggcatcher.util.notification.NotificationUpdater$1.handleMessage(NotificationUpdater.java:40) E/AndroidRuntime(32690): at android.os.Handler.dispatchMessage(Handler.java:102) E/AndroidRuntime(32690): at android.os.Looper.loop(Looper.java:135) E/AndroidRuntime(32690): at android.app.ActivityThread.main(ActivityThread.java:5343) E/AndroidRuntime(32690): at java.lang.reflect.Method.invoke(Native Method) E/AndroidRuntime(32690): at java.lang.reflect.Method.invoke(Method.java:372) E/AndroidRuntime(32690): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:905) E/AndroidRuntime(32690): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:700) E/AndroidRuntime(32690): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115) E/AndroidRuntime(32690): Error reporting crash E/AndroidRuntime(32690): android.os.DeadObjectException E/AndroidRuntime(32690): at android.os.BinderProxy.transactNative(Native Method) E/AndroidRuntime(32690): at android.os.BinderProxy.transact(Binder.java:496) E/AndroidRuntime(32690): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:4208) E/AndroidRuntime(32690): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:89) E/AndroidRuntime(32690): at com.flurry.android.d.uncaughtException(SourceFile:137) E/AndroidRuntime(32690): at com.doggcatcher.core.DoggCatcherCrashHandler$1.uncaughtException(DoggCatcherCrashHandler.java:17) E/AndroidRuntime(32690): at com.flurry.android.d.uncaughtException(SourceFile:137) E/AndroidRuntime(32690): at com.flurry.android.d.uncaughtException(SourceFile:137) E/AndroidRuntime(32690): at com.flurry.android.d.uncaughtException(SourceFile:137) E/AndroidRuntime(32690): at com.flurry.android.d.uncaughtException(SourceFile:137) E/AndroidRuntime(32690): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693) E/AndroidRuntime(32690): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690) I/SFPerfTracer( 279): triggers: (rate: 3:58) (1487654 sw vsyncs) (0 skipped) (188:641135 vsyncs) (190:2164529) I/SFPerfTracer( 279): triggers: (rate: 85:6161) (compose: 1:236) (post: 0:167) (render: 0:310) (126:641178 frames) (127:652779) D/SFPerfTracer( 279): layers: (1:1) (BootAnimation (0xb6296000): 126:129) Click to expand... Click to collapse So what can I draw this report? Was DoggCatcher crashing my phone?
This is getting a real PITA, but it wasn't Doggcatcher or BT it seems. It also happens while I'm on speaker only, and using PocketCasts. This is a new last_kmsg I got... [62426.608842,0] wlan: [19839:E :CTL] Outroto 2 Comp Flag 1 [62426.608842,0] [62426.609026,0] wlan: [19839:E :CTL] Data Offset 6 Data Len 2 [62426.609056,0] [62426.609148,0] wlan: [19839:E :CTL] CData: 8:6:0:0:0:0 [62426.609148,0] [62426.609331,0] wlan: [19839:E :CTL] MData: 0:0:0:0:0:0 [62426.609331,0] [62426.609453,0] wlan: [19839:E :CTL] Outroto 2 Comp Flag 1 [62426.609453,0] [62426.609605,0] wlan: [19839:E :CTL] Data Offset 32 Data Len 4 [62426.609636,0] [62426.609728,0] wlan: [19839:E :CTL] CData: 10:0:0:4:0:0 [62426.609728,0] [62426.609850,0] wlan: [19839:E :CTL] MData: 0:0:0:0:0:0 [62426.609850,0] [62434.457309,0] Report pwrkey press event [62434.776979,1] pn544_dev_open : 10,37 [62434.777193,1] pn544_control_func called value in ioctl is = 1 [62434.777315,1] pn544_dev_ioctl ven_logic_high = 1. [62434.777376,1] pn544_dev_ioctl ven_logic_low = 0. [62434.777498,1] pn544_dev_ioctl discharge_delay = 2000. [62434.777559,1] pn544_dev_ioctl : normal power on [62434.801212,1] pn544_control_func called value in ioctl is = 0 [62434.801273,1] pn544_dev_ioctl ven_logic_high = 1. [62434.801395,1] pn544_dev_ioctl ven_logic_low = 0. [62434.801487,1] pn544_dev_ioctl discharge_delay = 2000. [62434.801548,1] pn544_dev_ioctl : power off [62436.881237,1] pn544_control_func called value in ioctl is = 1 [62436.881328,1] pn544_dev_ioctl ven_logic_high = 1. [62436.881420,1] pn544_dev_ioctl ven_logic_low = 0. [62436.881481,1] pn544_dev_ioctl discharge_delay = 2000. [62436.881572,1] pn544_dev_ioctl : normal power on [62437.003105,1] pn544_control_func called value in ioctl is = 1 [62437.003227,1] pn544_dev_ioctl ven_logic_high = 1. [62437.003288,1] pn544_dev_ioctl ven_logic_low = 0. [62437.003349,1] pn544_dev_ioctl discharge_delay = 2000. [62437.003471,1] pn544_dev_ioctl : normal power on [62437.031214,1] pn544_control_func called value in ioctl is = 0 [62437.031336,1] pn544_dev_ioctl ven_logic_high = 1. [62437.031397,1] pn544_dev_ioctl ven_logic_low = 0. [62437.031519,1] pn544_dev_ioctl discharge_delay = 2000. [62437.031580,1] pn544_dev_ioctl : power off [62437.461276,0] init: cannot find '/system/bin/bug2go-bugreport', disabling 'bu greport' [62437.984335,0] healthd: battery l=13 v=3536 t=35.6 h=2 st=3 c=587 chg= [62439.111208,1] pn544_control_func called value in ioctl is = 1 [62439.111269,1] pn544_dev_ioctl ven_logic_high = 1. [62439.111391,1] pn544_dev_ioctl ven_logic_low = 0. [62439.111452,1] pn544_dev_ioctl discharge_delay = 2000. [62439.111513,1] pn544_dev_ioctl : normal power on [62441.017175,0] resout_irq_handler External HW Initiated reboot [62441.017266,0] resout_irq_handler 2 sec to reboot.Halt the kernel. [62441.138554,0] panel_power_ctrl (0) is called [62441.138615,0] synaptics_dsx_panel_cb: PANEL PWR-OFF [62441.149297,0] pn544 reboot notification received [62441.149389,0] pn544_dev_ioctl ven_logic_high = 1. [62441.149450,0] pn544_dev_ioctl ven_logic_low = 0. [62441.149541,0] pn544_dev_ioctl discharge_delay = 0. [62441.149602,0] pn544_dev_ioctl : power off [62441.181191,0] pn544 calling ioctl power off returned = 0 [62441.181252,0] mmc0: reboot notification received [62441.692071,0] Disabling non-boot CPUs ... [62441.693536,0] CPU1: shutdown [62441.694696,0] System halted. ABOOT.GIT = MBM-NG-V30.BE-0-g34b7ccb TZ.GIT = MBM-NG-V30.BE-0-gc10fd11 RPM.GIT = MBM-NG-V30.BE-0-g2aa06de Click to expand... Click to collapse
As far as I can tell, pn544 is the NFC chip used on many (most?) Android phones. So is NFC crashing my phone here or was I barking up the wrong tree again? Darn it.
If wasn't the NFC chip. I spent the whole day with NFC turned off. STILL rebooted. This was the most recent last_kmsg [55158.261124,1] wlan: [526:E :CTL] MData: 0:0:0:0:0:0 [55158.261124,1] [55158.261918,1] wlan: [526:E :CTL] UsData Off 8 UsSend 68 cfg -454854144 [55158.261979,1] wlan: [526:E :CTL] Out: FID 3 FT 1 [55158.262071,1] wlan: [526:E :CTL] NParams 2 CT 0 [55158.262162,1] wlan: [526:E :CTL] Outroto 2 Comp Flag 1 [55158.262162,1] [55158.262315,1] wlan: [526:E :CTL] Data Offset 6 Data Len 2 [55158.262315,1] [55158.262467,1] wlan: [526:E :CTL] CData: 8:6:0:0:0:0 [55158.262467,1] [55158.262651,1] wlan: [526:E :CTL] MData: 0:0:0:0:0:0 [55158.262651,1] [55158.262773,1] wlan: [526:E :CTL] Outroto 2 Comp Flag 1 [55158.262773,1] [55158.262956,1] wlan: [526:E :CTL] Data Offset 32 Data Len 4 [55158.262956,1] [55158.263108,1] wlan: [526:E :CTL] CData: 10:0:0:4:0:0 [55158.263139,1] [55158.263230,1] wlan: [526:E :CTL] MData: 0:0:0:0:0:0 [55158.263230,1] [55159.973928,0] CPU1: shutdown [55160.604387,1] CPU1 is up [55165.364131,0] CPU1: shutdown [55165.460209,1] CPU1 is up [55166.414734,0] CPU1: shutdown [55166.714230,1] CPU1 is up [55168.000206,0] CPU1: shutdown [55168.344659,1] CPU1 is up [55168.897047,0] CPU1: shutdown [55169.745666,1] CPU1 is up [55169.895063,0] CPU1: shutdown [55171.334251,1] CPU1 is up [55174.186868,1] send sigkill to 21313 (droid.apps.plus), adj 1000, size 17517 [55180.698207,1] send sigkill to 21524 (ainfire.supersu), adj 1000, size 11190 [55180.835091,1] send sigkill to 21710 (id.apps.fitness), adj 1000, size 9551 [55188.984915,0] send sigkill to 21470 (oadcastreceiver), adj 764, size 8945 [55189.525339,0] send sigkill to 20597 (e.process.gapps), adj 647, size 9662 [55189.614734,0] send sigkill to 6020 (roid.apps.inbox), adj 529, size 24803 [55190.106478,0] healthd: battery l=97 v=4101 t=31.6 h=2 st=3 c=517 chg= [55201.485236,1] send sigkill to 18177 (pho.battery_mix), adj 529, size 15374 [55202.089051,1] binder: release 395:556 transaction 14646389 in, still active [55202.089722,1] binder: undelivered transaction 14646399 [55202.093537,1] binder: undelivered transaction 14646398 [55202.093629,1] binder: undelivered transaction 14646400 [55202.362483,1] alarm_release: clear alarm, pending 0 [55202.362605,1] alarm_release: clear alarm, pending 0 [55205.628285,1] request_suspend_state: wakeup (0->0) at 55204855866740 (2015-12 -22 23:26:56.410821939 UTC) [55205.630390,1] init: untracked pid 32570 killed by signal 9 [55205.630757,1] init: untracked pid 32575 killed by signal 9 [55205.631794,1] init: Warning! Service zygote needs a SELinux domain defined; please fix! [55205.695704,1] init: untracked pid 439 killed by signal 9 [55205.730864,1] init: untracked pid 32572 killed by signal 9 [55205.743133,0] avc: granted { set } for property=net.tethering.on scontext=u :r:netd:s0 tcontext=ubject_r:system_prop:s0 tclass=property_service [55205.761170,0] init: untracked pid 32571 killed by signal 9 [55205.773409,0] init: untracked pid 1037 killed by signal 9 [55205.773623,0] init: untracked pid 1076 killed by signal 9 [55205.873150,1] init: untracked pid 719 killed by signal 9 [55205.883404,1] init: untracked pid 662 killed by signal 9 [55205.903182,1] init: untracked pid 5725 killed by signal 9 [55205.953357,1] init: untracked pid 19344 killed by signal 9 [55206.023340,1] init: untracked pid 510 killed by signal 9 [55206.203075,1] init: untracked pid 816 killed by signal 9 [55206.223035,1] init: untracked pid 1022 killed by signal 9 [55206.297718,1] init: untracked pid 11525 killed by signal 9 [55206.297871,1] init: untracked pid 13256 killed by signal 9 [55206.298054,1] init: untracked pid 13788 killed by signal 9 [55206.298176,1] init: untracked pid 19221 killed by signal 9 [55206.298359,1] init: untracked pid 23032 killed by signal 9 [55206.298481,1] init: untracked pid 25840 killed by signal 9 [55206.298665,1] init: untracked pid 26008 killed by signal 9 [55206.298787,1] init: untracked pid 26086 killed by signal 9 [55206.298909,1] init: untracked pid 26334 killed by signal 9 [55206.299092,1] init: untracked pid 28814 killed by signal 9 [55206.299214,1] init: untracked pid 29890 killed by signal 9 [55206.299397,1] init: untracked pid 30366 killed by signal 9 [55206.299519,1] init: untracked pid 1133 killed by signal 9 [55206.299702,1] init: untracked pid 4648 killed by signal 9 [55206.299824,1] init: untracked pid 7647 killed by signal 9 [55206.300007,1] init: untracked pid 10606 killed by signal 9 [55206.300160,1] init: untracked pid 20401 killed by signal 9 [55206.300313,1] init: untracked pid 20893 killed by signal 9 [55206.301289,1] init: untracked pid 21454 killed by signal 9 [55206.313192,1] init: untracked pid 2760 killed by signal 9 [55206.313345,1] init: untracked pid 761 killed by signal 9 [55206.313528,1] init: untracked pid 1884 killed by signal 9 [55206.313894,1] init: untracked pid 749 killed by signal 9 [55206.314077,1] init: untracked pid 769 killed by signal 9 [55206.314444,1] init: untracked pid 1847 killed by signal 9 [55206.333366,1] init: untracked pid 6755 killed by signal 9 [55206.353784,1] init: untracked pid 1814 killed by signal 9 [55206.464940,1] init: untracked pid 19889 killed by signal 9 [55206.553204,1] init: untracked pid 18195 killed by signal 9 [55206.553937,1] init: untracked pid 18649 killed by signal 9 [55206.554090,1] init: untracked pid 19168 killed by signal 9 [55206.695490,1] init: untracked pid 17215 killed by signal 9 [55206.713528,1] init: untracked pid 16688 killed by signal 9 [55206.713681,1] init: untracked pid 17731 killed by signal 9 [55206.743041,1] init: untracked pid 792 killed by signal 9 [55206.744628,1] init: untracked pid 620 killed by signal 9 [55206.744811,1] init: untracked pid 839 killed by signal 9 [55206.744933,1] init: untracked pid 1052 killed by signal 9 [55206.745117,1] init: untracked pid 1875 killed by signal 9 [55206.745239,1] init: untracked pid 1914 killed by signal 9 [55206.745422,1] init: untracked pid 16629 killed by signal 9 [55206.768373,1] init: untracked pid 5254 killed by signal 9 [55206.769319,1] init: untracked pid 2878 killed by signal 9 [55206.769441,1] init: untracked pid 16396 killed by signal 9 [55206.769624,1] init: untracked pid 16740 killed by signal 9 [55206.797337,1] init: untracked pid 17707 killed by signal 9 [55206.803441,1] init: untracked pid 1106 killed by signal 9 [55206.833198,1] init: untracked pid 1082 killed by signal 9 [55206.883069,1] init: untracked pid 21930 killed by signal 9 [55206.922531,1] init: untracked pid 422 killed by signal 9 [55206.922715,1] init: untracked pid 875 killed by signal 9 [55206.928269,1] init: untracked pid 1424 killed by signal 9 [55206.928513,1] init: untracked pid 21891 killed by signal 9 [55206.937609,1] init: untracked pid 1857 killed by signal 9 [55206.980184,1] init: untracked pid 4729 killed by signal 9 [55206.980337,1] init: untracked pid 32727 killed by signal 9 [55206.980459,1] init: untracked pid 14933 killed by signal 9 [55206.998802,1] init: untracked pid 2232 killed by signal 9 [55207.016260,1] init: untracked pid 17065 killed by signal 9 [55207.053769,1] init: untracked pid 1122 killed by signal 9 [55207.083191,1] init: untracked pid 2208 killed by signal 9 [55207.094209,0] init: untracked pid 23633 killed by signal 9 [55207.094361,0] init: untracked pid 24175 killed by signal 9 [55207.094575,0] init: untracked pid 21859 killed by signal 9 [55207.203105,0] init: untracked pid 19029 killed by signal 9 [55207.249649,1] type=1400 audit(1450826818.020:1054): avc: denied { read } for pid=22147 comm="zygote" name="input" dev="tmpfs" ino=26 scontext=u:r:zygote:s0 t context=ubject_r:input_device:s0 tclass=dir [55207.249924,1] type=1400 audit(1450826818.020:1055): avc: denied { open } for pid=22147 comm="zygote" name="input" dev="tmpfs" ino=26 scontext=u:r:zygote:s0 t context=ubject_r:input_device:s0 tclass=dir [55207.250198,1] type=1400 audit(1450826818.020:1056): avc: denied { read write } for pid=22147 comm="zygote" name="event0" dev="tmpfs" ino=3604 scontext=u:r:zy gote:s0 tcontext=ubject_r:input_device:s0 tclass=chr_file [55207.250473,1] type=1400 audit(1450826818.020:1057): avc: denied { open } for pid=22147 comm="zygote" name="event0" dev="tmpfs" ino=3604 scontext=u:r:zygote:s 0 tcontext=ubject_r:input_device:s0 tclass=chr_file [55207.250687,1] type=1400 audit(1450826818.020:1058): avc: denied { ioctl } for pid=22147 comm="zygote" path="/dev/input/event0" dev="tmpfs" ino=3604 scontext= u:r:zygote:s0 tcontext=ubject_r:input_device:s0 tclass=chr_file [55207.431489,0] msp430 12-0048: as data buffer full [55211.354364,1] type=1400 audit(1450826822.134:1059): avc: denied { read } for pid=22147 comm="main" name="app" dev="mmcblk0p40" ino=693540 scontext=u:r:zygote :s0 tcontext=ubject_r:apk_data_file:s0 tclass=dir [55211.354669,1] type=1400 audit(1450826822.134:1060): avc: denied { open } for pid=22147 comm="main" name="app" dev="mmcblk0p40" ino=693540 scontext=u:r:zygote :s0 tcontext=ubject_r:apk_data_file:s0 tclass=dir [55214.360407,1] type=1400 audit(1450826825.127:1061): avc: denied { search } fo r pid=22147 comm="main" name="lfprodev.xposed.xstana" dev="mmcblk0p40" ino=73566 9 scontext=u:r:zygote:s0 tcontext=ubject_r:app_data_file:s0 tclass=dir [55214.362269,1] type=1400 audit(1450826825.127:1062): avc: denied { getattr } f or pid=22147 comm="main" path="/data/data/lfprodev.xposed.xstana/shared_prefs/me sPreferences.xml" dev="mmcblk0p40" ino=691897 scontext=u:r:zygote:s0 tcontext=u: object_r:app_data_file:s0 tclass=file [55214.362666,1] type=1400 audit(1450826825.127:1063): avc: denied { setattr } f or pid=22147 comm="main" name="mesPreferences.xml" dev="mmcblk0p40" ino=691897 s context=u:r:zygote:s0 tcontext=ubject_r:app_data_file:s0 tclass=file [55214.683954,0] CPU1: shutdown [55221.935228,0] healthd: battery l=96 v=4178 t=31.6 h=2 st=3 c=276 chg= [55250.086517,0] healthd: battery l=96 v=4186 t=31.2 h=2 st=3 c=266 chg= [55259.834236,1] CPU1 is up [55260.084930,0] CPU1: shutdown [55310.078948,0] healthd: battery l=96 v=4172 t=30.7 h=2 st=3 c=370 chg= [55310.084198,1] CPU1 is up [55310.184091,0] CPU1: shutdown [55370.084320,1] CPU1 is up [55370.090943,1] healthd: battery l=96 v=4191 t=30.5 h=2 st=3 c=343 chg= [55370.235182,0] CPU1: shutdown [55410.068907,0] Report pwrkey press event [55410.215527,0] Report pwrkey release event [55410.328971,0] Report pwrkey press event [55410.447482,0] Report pwrkey release event [55411.799351,0] Report pwrkey press event [55414.804173,0] init: cannot find '/system/bin/bug2go-bugreport', disabling 'bu greport' [55418.350244,0] resout_irq_handler External HW Initiated reboot [55418.350458,0] resout_irq_handler 2 sec to reboot.Halt the kernel. [55418.492042,0] panel_power_ctrl (0) is called [55418.492347,0] synaptics_dsx_panel_cb: PANEL PWR-OFF [55418.504647,0] pn544 reboot notification received [55418.504921,0] pn544_dev_ioctl ven_logic_high = 1. [55418.505410,0] pn544_dev_ioctl ven_logic_low = 0. [55418.505684,0] pn544_dev_ioctl discharge_delay = 0. [55418.506142,0] pn544_dev_ioctl : power off [55418.542644,0] pn544 calling ioctl power off returned = 0 [55418.542766,0] mmc0: reboot notification received [55419.115695,0] Disabling non-boot CPUs ... [55419.115939,0] System halted. ABOOT.GIT = MBM-NG-V30.BE-0-g34b7ccb TZ.GIT = MBM-NG-V30.BE-0-gc10fd11 RPM.GIT = MBM-NG-V30.BE-0-g2aa06de SBL3.GIT = MBM-NG-V30.BE-0-gb2b97c8 SBL2.GIT = MBM-NG-V30.BE-0-gb2b97c8 SBL1.GIT = MBM-NG-V30.BE-0-gb2b97c8 Linux version 3.4.42-g756aa87 ([email protected]) (gcc version 4.8 (GCC) ) #1 S MP PREEMPT Mon Aug 17 07:58:00 CDT 2015 RAM: Samsung, S4 SDRAM, 2048 MB, MR5:0x01, MR6:0x11, MR7:0x00, MR8:0x18 ACPU Krait PVS: 2 Hexagon: 1 Fuse: 0x10800 socinfo: id=138, ver=1.1, raw_id=2017, raw_ver=1, hw_plat=0, hw_plat_ver=65536, hw_plat_subtype=0 No errors detected Click to expand... Click to collapse
Signal 9 i.e. Kill 9 is the OS flag to kill everything in preparation for shutdown. So the trigger happened long before this.
I'm troubleshooting a similar issue on a different device. We have in common that we use Xposed. Have you found the cause for your issues? Was it resolved with a newer Xposed build?
Touchscreen working, but no display (Android 6.0.1)
I've had many troubles with my m7 (As you can see from my post history) but everything's been running smoothly lately. I'm trying to flash a marshmallow rom, but they all have the same problem. They boot with the screen working fine, but if the display ever turns off, it never comes back on again. The phone wakes up when the power button is pressed, and you can hear it unlock when you swipe up, but the display never turns on. Also, when flashing 6.0 roms, I've had to edit the partitions in the updater-script file. The partitions are listed there as being in a directory: /dev/block/platform/msm_sdcc.1/by-name/ which doesn't exist on my phone (There is a by-num directory, but no by-name) so I've had to point them to the mmcblk0p* devices directly. I'm wondering if there could be a similar fix for my screen. Below is the output of logcat when the screen powers off and on (the full log from boot to screen off is attached): Code: 02-08 13:08:06.244 617 709 I PowerManagerService: Going to sleep due to power button (uid 1000)... 02-08 13:08:06.252 617 672 I PowerManagerService: Sleeping (uid 1000)... 02-08 13:08:06.267 617 672 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 09/02/15, 76f806e, Ibddc658e36 02-08 13:08:06.274 222 1263 W AudioPolicyIntefaceImpl: getOutputForAttr uid 10020 tried to pass itself off as 1000 02-08 13:08:06.274 854 918 W AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by client; transfer 4, track 44100 Hz, output 48000 Hz 02-08 13:08:06.275 222 783 W AudioFlinger: uid 10020 tried to pass itself off as 1000 02-08 13:08:06.276 222 780 D ALSAStreamOps: setParameters(): keyRouting with device 0x2 02-08 13:08:06.276 222 780 D ALSAStreamOps: setParameters(): keyRouting with device 0x2 02-08 13:08:06.276 222 780 D ALSADevice: route: devices 0x2 in mode 0 02-08 13:08:06.276 222 780 D ALSADevice: No valid input device: 0 02-08 13:08:06.277 222 780 I tfa9887 : tfa9887_power: Set amplifier power to 1 02-08 13:08:06.277 222 780 D alsa_ucm: snd_use_case_set(): uc_mgr 0xb604b600 identifier _enadev value Speaker 02-08 13:08:06.277 222 780 D ALSADevice: switchDevice: mCurTxUCMDevivce None mCurRxDevDevice Speaker 02-08 13:08:06.289 222 779 D ALSADevice: route: devices 0x2 in mode 0 02-08 13:08:06.289 222 779 D ALSADevice: No valid input device: 0 02-08 13:08:06.289 222 779 I tfa9887 : tfa9887_power: Set amplifier power to 1 02-08 13:08:06.289 222 779 D alsa_ucm: snd_use_case_set(): uc_mgr 0xb604b600 identifier _enadev value Speaker 02-08 13:08:06.289 222 779 D ALSADevice: switchDevice: mCurTxUCMDevivce None mCurRxDevDevice Speaker 02-08 13:08:06.289 222 779 D alsa_ucm: snd_use_case_set(): uc_mgr 0xb604b600 identifier _verb value HiFi 02-08 13:08:06.289 222 779 D alsa_ucm: Set mixer controls for Speaker enable 1 02-08 13:08:06.289 222 779 D alsa_ucm: acdb_id 15 cap 1 enable 1 02-08 13:08:06.290 222 779 D alsa_ucm: Set mixer controls for HiFiSpeaker enable 1 02-08 13:08:06.290 222 779 D alsa_ucm: Setting mixer control: MI2S_RX Audio Mixer MultiMedia1, value: 1 02-08 13:08:06.290 222 779 D ALSADevice: close: handle 0xb604fa80 h 0x0 02-08 13:08:06.290 222 779 D ALSADevice: open: handle 0xb604fa80, format 0x2 02-08 13:08:06.290 222 779 D ALSADevice: Device value returned is hw:0,0 02-08 13:08:06.294 211 295 D PermissionCache: checking android.permission.READ_FRAME_BUFFER for uid=1000 => granted (152 us) 02-08 13:08:06.297 222 779 D ALSADevice: handle->format: 0x2 02-08 13:08:06.297 222 779 D ALSADevice: setHardwareParams: reqBuffSize 2048 channels 2 sampleRate 48000 02-08 13:08:06.301 222 779 D ALSADevice: setHardwareParams: buffer_size 16384, period_size 2048, period_cnt 8 02-08 13:08:06.826 617 672 V KeyguardServiceDelegate: onScreenTurnedOff() 02-08 13:08:06.834 617 672 E libEGL : call to OpenGL ES API with no current context (logged once per thread) 02-08 13:08:06.854 617 670 I DisplayManagerService: Display device changed state: "Built-in Screen", OFF 02-08 13:08:06.856 211 211 D SurfaceFlinger: Set power mode=0, type=0 flinger=0xb69a4000 02-08 13:08:06.856 211 211 D qdhwcomposer: hwc_setPowerMode: Setting mode 0 on display: 0 02-08 13:08:07.012 211 211 D qdhwcomposer: hwc_setPowerMode: Done setting mode 0 on display 0 02-08 13:08:07.012 617 828 D SurfaceControl: Excessive delay in setPowerMode(): 158ms 02-08 13:08:07.012 617 828 I QCOM PowerHAL: Got set_interactive hint 02-08 13:08:07.023 222 1263 E bt_a2dp_hw: adev_set_parameters: ERROR: set param called even when stream out is null 02-08 13:08:07.075 617 733 E native : do suspend false 02-08 13:08:07.087 617 733 D WifiConfigStore: No blacklist allowed without epno enabled 02-08 13:08:07.097 854 854 D PhoneStatusBar: disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search quick_settings > 02-08 13:08:07.202 854 854 D PhoneStatusBar: disable: < expand ICONS alerts SYSTEM_INFO back HOME* RECENT* clock SEARCH* quick_settings > 02-08 13:08:07.220 222 222 E bt_a2dp_hw: adev_set_parameters: ERROR: set param called even when stream out is null 02-08 13:08:07.223 865 3236 D NfcService: Discovery configuration equal, not updating. 02-08 13:08:07.226 617 733 E native : do suspend true 02-08 13:08:07.535 617 733 D WifiStateMachine: L2Connected CMD_START_SCAN source -2 9, 10 -> obsolete 02-08 13:08:09.517 222 780 D ALSADevice: standby: handle 0xb604fa80 h 0x0 02-08 13:08:09.681 222 780 D alsa_ucm: snd_use_case_set(): uc_mgr 0xb604b600 identifier _verb value Inactive 02-08 13:08:09.682 222 780 D alsa_ucm: Set mixer controls for HiFiSpeaker enable 0 02-08 13:08:09.682 222 780 D alsa_ucm: Setting mixer control: MI2S_RX Audio Mixer MultiMedia1, value: 0 02-08 13:08:09.682 222 780 D alsa_ucm: snd_use_case_set(): uc_mgr 0xb604b600 identifier _disdev value Speaker 02-08 13:08:09.682 222 780 D alsa_ucm: Set mixer controls for Speaker enable 0 02-08 13:08:09.688 222 780 I tfa9887 : tfa9887_power: Set amplifier power to 0 02-08 13:08:12.851 617 733 D WifiStateMachine: L2Connected CMD_START_SCAN source -2 7, 10 -> obsolete 02-08 13:08:16.255 217 659 E NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found 02-08 13:08:19.289 617 709 I PowerManagerService: Waking up from sleep (uid 1000)... 02-08 13:08:19.290 617 617 V KeyguardServiceDelegate: onStartedWakingUp() 02-08 13:08:19.292 617 672 I DisplayPowerController: Blocking screen on until initial contents have been drawn. 02-08 13:08:19.292 617 672 V KeyguardServiceDelegate: onScreenTurnedOn(showListener = [email protected]) 02-08 13:08:19.294 617 828 I QCOM PowerHAL: Got set_interactive hint 02-08 13:08:19.294 617 670 I DisplayManagerService: Display device changed state: "Built-in Screen", ON 02-08 13:08:19.299 211 211 D SurfaceFlinger: Set power mode=2, type=0 flinger=0xb69a4000 02-08 13:08:19.299 211 211 D qdhwcomposer: hwc_setPowerMode: Setting mode 2 on display: 0 02-08 13:08:19.316 617 1522 V KeyguardServiceDelegate: **** SHOWN CALLED **** 02-08 13:08:19.342 222 783 E bt_a2dp_hw: adev_set_parameters: ERROR: set param called even when stream out is null 02-08 13:08:19.381 865 3252 D NfcService: Discovery configuration equal, not updating. 02-08 13:08:19.410 617 733 E native : do suspend false 02-08 13:08:19.419 617 733 D WifiConfigStore: No blacklist allowed without epno enabled 02-08 13:08:19.436 211 211 D qdhwcomposer: hwc_setPowerMode: Done setting mode 2 on display 0 02-08 13:08:19.440 617 828 D SurfaceControl: Excessive delay in setPowerMode(): 146ms 02-08 13:08:19.463 617 672 I DisplayPowerController: Unblocked screen on after 171 ms 02-08 13:08:19.464 617 672 V KeyguardServiceDelegate: onScreenTurnedOn() 02-08 13:08:23.614 212 1936 E QC-NETMGR-LIB: Received nl msg, recvmsg returned 56 02-08 13:08:23.615 212 594 E QC-NETMGR-LIB: Processing RTM_NEWLINK 02-08 13:08:23.615 212 594 E QC-NETMGR-LIB: Metainfo: Index=22 Family=0 Type=0x1 Change=[0x0] Flags=[0x11043]UP BROADCAST RUNNING MULTICAST LOWER_UP Any help is very much appreciated
Ok, so the partition issue is due to the old version of TWRP I'm using as a result of some issues from this thread. I've installed TWRP 3.0, but I have no GUI and have to use the command line (from ADB shell). The issues with the screen still remain for marshmallow roms however.