[ROM][WIP][4.4.2] CyanogenMod 11 KitKat for Optimus S/V

I uploaded a new 'OS2SD' rom with special recovery, gapps and virgin fix:
cm-11-20140101-thunderc-sd.zip
CWM_6.0.4.6-thunderc-sd.zip
Skinny_4.4_Gapps-sd.zip
Virgin-fix-CM11-sd.zip
Link in post #2. Happy New Year! :)
 
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.
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'll check that.
phooey, you're right. Turning off all the sounds stops it.

*#*#4636#*#* shows GPRS disconnected. it's connected with my PAC install w working data on the same phone.
 
Not sure how important it is, but vendor/lge/thunderc/proprietary/LS670/system/etc/bluetooth/main.conf isn't getting copied into the out dir with the current setup. It also looks like we're lacking an init.qcom.bluetooth.rc. init.qcom.rc wants to import init.qcom.bluetooth.rc. What we have are init.qcom.bluedroid.rc and init.qcom.bluez.rc. I'm guessing we need to rename init.qcom.bluedroid.rc as init.qcom.bluetooth.rc and make sure it gets placed where init.qcom.rc can import it.
Edit: I fixed it in the device folder - init.qcom.bluetooth.rc (init.qcom.bluedroid.rc) should be present in root directory from now on.

I was mistaken, we weren't lacking that file.
 
Last edited:
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
Very sorry to hear it, hope you get well soon!
 
Also sad to hear about your troubles Andy. You just worry about yourself and hopefully next time you post you'll be feeling better.

Sent from my LG-VM670 using Tapatalk
 
Skinbark and bigsupersquid, this rom is amazing! I don't use my 3g a lot anyway I think it's good enough to be my daily now

Sent from my LG-VM670 using Tapatalk
 
best of luck, andy. people appreciate what you do regardless of how much time you have to invest in it.
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.
/etc/ppp the same way, and in pac it only contains ip-up-vpn, so it may only be used for vpn connections anyway.
//edit:
adb shell netcfg rmnet0 dhcp
it repeats the D/DHCP lines several times,
logcat 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 }
then outputs
action 'dhcp' failed (Timer expired)

adb shell netcfg rmnet 0 up
yields rmnet 0 showing as 'up' in netcfg though. Or down as requested. No ip address shows and dhcp won't assign one.
 
Last edited:
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.
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.
 
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!
 
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
 
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!
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.
 
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
nada. rmnet up or down.
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
 
Not sure it matters but my working phone has a different /system/etc/apns-conf.xml entry than my vm670.
working phone (HTC One V running Slimrom 4.1.2):
<apns version="7">
<apn carrier="Virgin Mobile US" mcc="311" mnc="490" apn="0" mmsproxy="205.239.233.136" mmsport="81" mmsc="http://mmsc.vmobl.com:8088/mms?" port="" type="mms" />
</apns>
cm11:
<apns version="8">
<apn carrier="Virgin Mobile US" mcc="200" mnc="053" apn="0" port="" mmsproxy="205.239.233.136" mmsport="81" mmsc="http://mmsc.vmobl.com:8088/mms?" type="mms" />

Another possibly useful link:
http://headlessandroid.blogspot.com/2012/06/networking-on-headless-android-system.html
 
Tried that apn, no dice.
ifconfig will maually set ip address for rmnet0 but it has no obvious effect. dhcp still doesn't work.
 
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.

Hmmm, I think what I'll do then is start poking through the source on it. Perhaps I can figure something out. I'm not working now and haven't had a good source project for quite some time.

Explore! Rescue! Protect!
 

Forum statistics

Threads
957,014
Messages
6,971,045
Members
3,163,685
Latest member
drakenhu1