I think it's just the 'click' sound it makes when you press a button. If you have earphones on when you press the button you'll hear the audio get turned on temporarily.I dunno, I didn't see it in JB watching cat /proc/kmsg (realtime) but in kitkat every time you click the data toggle it spits something about enable then disable module AUDPPTASK. I can push a hardkey and it says gpio blahblah, then toggle data and get the audpp message, every time.
here, logcat with thekraven's just-mentioned patch inserted. toggle on, then off.
Very sorry to hear it, hope you get well soon!Sorry for not being able to help right now. Had a hard time with concentration this last week. Health took a bad turn. I'll be away from computer for a week or more while they tray to conclusively figure out thru numerous series of tests why pancreas, liver, spleen, and gallbladder are messing up (possible pancreatic cancer after MRI results).
Will post back when discharged and back in front of computer.
Will still try to help those in need of tech support for their broken phones.
Posted via Android Central App
Sorry for not being able to help right now. Had a hard time with concentration this last week. Health took a bad turn. I'll be away from computer for a week or more while they tray to conclusively figure out thru numerous series of tests why pancreas, liver, spleen, and gallbladder are messing up (possible pancreatic cancer after MRI results).
Will post back when discharged and back in front of computer.
Will still try to help those in need of tech support for their broken phones.
Posted via Android Central App
pppd does not exist in the cm11 build, but it's in pac.This info may be of some use for testing data at the linux level:
Use Point-to-Point Protocol (PPP) in Android | afewe
Also this:
https://wiki.archlinux.org/index.php/3G_and_GPRS_modems_with_pppd
and this:
GPRS, CDPD HowTo
then outputslogcat said:D/ConnectivityService( 486): setProvNotificationVisible: E visible=false networkType=1 extraInfo=null url=null
D/TelephonyProvider( 643): Preferred APN: -1
D/DHCP ( 1198): TIMEOUT
D/DHCP ( 1415): TIMEOUT
D/DHCP ( 1415): ===== DHCP message:
D/DHCP ( 1415): op = BOOTREQUEST (1), htype = 1, hlen = 6, hops = 0
D/DHCP ( 1415): xid = 0x73540b00 secs = 0, flags = 0x8000 optlen = 14
D/DHCP ( 1415): ciaddr = 0.0.0.0
D/DHCP ( 1415): yiaddr = 0.0.0.0
D/DHCP ( 1415): siaddr = 0.0.0.0
D/DHCP ( 1415): giaddr = 0.0.0.0
D/DHCP ( 1415): chaddr = { b6 16 f8 dc f4 39 }
D/DHCP ( 1415): sname = ''
D/DHCP ( 1415): file = ''
D/DHCP ( 1415): op 53 len 1 { 01 } discover
D/DHCP ( 1415): op 55 len 4 { 01 03 06 1c }
pppd is in the cm11 device tree - external/ppp - but doesn't get built by default. Also the chat folder from samba.org would need to be added to external/ppp. I'm mainly just looking at how to talk to the modem and verify that that it's working at that level so we can narrow down the problem.pppd does not exist in the cm11 build, but it's in pac.
/etc/ppp the same way, and in pac it only contains ip-up-vpn, so it may only be used for vpn connections anyway.
I do have a TWRP 2.6.3 that I built but it's not 100% functional. I can upload it if you want to try it out. I was able to use it for flashing roms but I don't think it handles sd-ext partitions properly.Andy, take care of yourself. My family and I are praying for you.
On topic about the Rom, I'm going to switch back to CWM and test the new build (can't test 3G or calling right now, haven't paid my bill) and I'm also going to try to get TWRP 2.6.3 to compile for the thunderc. If that does work, I'll post a link.
Explore! Rescue! Protect!
nada. rmnet up or down.Try 'busybox route'. Here's what it looks like on my working phone:
root@android:/ # busybox route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 29-59-24-25.poo 0.0.0.0 UG 0 0 0 rmnet0
25.24.59.28 * 255.255.255.252 U 0 0 0 rmnet0
25.24.59.29 * 255.255.255.255 UH 0 0 0 rmnet0
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
I do have a TWRP 2.6.3 that I built but it's not 100% functional. I can upload it if you want to try it out. I was able to use it for flashing roms but I don't think it handles sd-ext partitions properly.