Recent content by thekraven

  1. T

    [ROM] JB 4.1.2 SlimRom for LS670 3.1 Build3

    The camera is the gallery apk
  2. T

    LG Optimus S: 4.4 KitKat?

    Re: 4.4 KitKat? Speaker phone fix code fix from androidmeda Gerrit Code Review Unzip and copy files below in system/lib/hw/ directory and set permission 644
  3. T

    LG Optimus S: 4.4 KitKat?

    Re: 4.4 KitKat? The libbt-vendor.so file will get built everytime, from the hardware/broadcon/libbt. The one in my last build has another bt device patch so it's different than the lib file posted earlier. You might have to manually sync framewirks base and Settings from androidarmv6. I...
  4. T

    LG Optimus S: 4.4 KitKat?

    Re: 4.4 KitKat? I update my device folders on branch cm-11.0x. Updated build with bt fixes cm-11-20140130-thekraven4-thunderc.zip | by thekraven for Optimus S , twrp 2.3 recovery tested. Looks like most things work now, still need bluetooth audio tested. The wifi drain is the biggest...
  5. T

    LG Optimus S: 4.4 KitKat?

    Re: 4.4 KitKat? Here's the file that allowed bt file sharing in my other build. Just copy to system/vendor/lib and set permissions . Not flashable, just unzip
  6. T

    LG Optimus S: 4.4 KitKat?

    Re: 4.4 KitKat? I got it to pair with an earlier build but wouldn't complete the transfer. there's a bt kernel patch that hasn't passed through their Gerrit yet.
  7. T

    LG Optimus S: 4.4 KitKat?

    Re: 4.4 KitKat? Looks like androidarmv6 is working on bluetooth and wifi tethering. I think there's a kernel patch too. Edit: Here's a test build for bluetooth and wifi tethering with patches from androidmeda. I had build errors using their patch and had to add a file...
  8. T

    LG Optimus S: 4.4 KitKat?

    Re: 4.4 KitKat? I don't see the virgin mms fix from blarf in cm11 yet. I think in CM-11, they split it up into InboundSmsHandler.java and cdmasmsdispatcher now. Looks like it would go inside the InboundSmsHandler.java now...
  9. T

    [ROM] JB 4.1.2 SlimRom for LS670 3.1 Build3

    Try using the built-in sd-ext by turning it on in settings. Or remove the 05mountsd and 40a2sd scripts prior to using different ones. Sent from my SPH-L900 using AC Forums mobile app
  10. T

    LG Optimus S: 4.4 KitKat?

    Re: 4.4 KitKat? I think they have the Atheros ath6kl chip. And thunderc use the bcm4325 with the drivers ported from bcm4329 I believe. Maybe look at the driver FM code and try to see if that's a battery drainer. In ICS battery life was better with WPA_SUPPLICANT_VERSION := VER_0_6_X, so...
  11. T

    [ROM][MOD][4.4.2][EXPERIMENTAL] KitKat OS2SD

    Do your magic for 3.10 haha. https://github.com/austinay/sweetnsour-kernel Edit. Actually 3.0.101
  12. T

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

    Try the philz cwm. It has multi zip and ors script capability.
  13. T

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

    I noticed this in your msm7x27-common Boardconfig. These values are for the P500, thunderc are different. The BOARD_KERNEL_BASE is the only one that mght need fixing, the others are just size parameters. BOARD_KERNEL_BASE := 0x12800000 ## Partition Sizes: Fix this up by examining /proc/mtd...
  14. T

    LG Optimus S: 4.4 KitKat?

    Re: 4.4 KitKat? Do I need to push anything else? Try manually adding Virgin Mobile in the new eri.xml before compiling. Or grab the eri.xml from the compiled frameworks-res.apk via 7zip and swap out anywhere you see sprint. Then throw it back into the xml folder. I know my manifest...
  15. T

    LG Optimus S: 4.4 KitKat?

    Re: 4.4 KitKat? More like borrowed. Haha. The no data thing was bugging me. I think the fix was the jbc 10.1 overlays and inits. There's build.prop lines to test. Try switching on different ro.telephony.ril.v3 lines Also thanks to skinbark for pointing to the team hydra github. I used...