[KERNEL][v500][4.2.2] id10t Kernel v1.0 [03/16/13]

Search This thread

Fbien

Member
Feb 12, 2007
5
0
Hi
Does this kernel works with the 4.4.2 Stock ROM V50020d updated on september 2014 ?
Is there some alternative for using Logitech K400r with LG G Tab 8.3 ?
BR,
Fabien
 

Fbien

Member
Feb 12, 2007
5
0
I did before to send my request.
There is a +1 to a pretty old question, before my update. There was one update on the tablet to move to 4.4.2 then another update in september 2014. That's why even if it's OK for first version of 4.4.2, maybe it's not for the new version in september.
Also, I'm sorry but I'm not sure what +1 mean for a question. I guess it's someone who also what to known the answer of the question.
But I tested Lollipop ROM (Official CyanogenMod 12) and the Logitech K400r works like a charm.
I would prefer to stay on Stock ROM as this is not my tablet but I'm OK with this solution.
FYI, I had a lot of difficulties to install TWRP (needed to go back to 4.2.2) and I had also some issue with wifi authentication (needed to move to WPA2-PKI)
 

Top Liked Posts

  • There are no posts matching your filters.
  • 8
    id10t Kernel v1.0
    for LG G Pad 8.3 V500
    Compatible with stock LG 4.2.2 roms ONLY!


    This is a personal kernel build that I originally compiled to add support for Logitech Unifying receivers.
    Decided to share it on here as I've seen other people looking for this as well.
    Works like a charm with my Logitech K400r :)
    If I make any further modifications as I get time, I'll definitely post them here.


    Disclaimer:
    Use this at your own risk. I have personally tested this build on my own device successfully.
    I am not responsible for any damage or data loss encountered due whatever reason.
    Please ensure that you make a full backup of your system before flashing anything.


    Features\Changelog:

    v 1.0 (3/16/14)
    • Compiled with Google Android Toolchain version 4.7 (arm-eabi-4.7)
    • Compiled using -o2 optimization flag
    • Default IO scheduler changed to Deadline
    • CPU governor changed to On Demand
    • Logitech Unifying wireless receivers support

    Downloads:
    v1.0
    http://id10terror.net/dev/lg-v500/id10t_kernel-v1.0.zip

    Mirror:
    https://github.com/id10terror/id10t-kernel-v500/raw/master/id10t_kernel-v1.0.zip



    Install:

    1. Boot into TWRP recovery.
    2. *** Make a Full backup before proceeding. ***
    3. Flash .zip file in TWRP recovery.
    4. Wipe Dalvik\Cache
    5. Reboot device.
    6. Enjoy!!




    Full kernel source and config @ my Github:
    https://github.com/id10terror/id10t-kernel-v500


    Many Thanks to sleekmason for his how to guide that got me going in the right direction:
    http://xdaforums.com/showthread.php?t=2628951
    7
    The source uploaded by LG originally didn't include the kernel source so I contacted their open source division and they've now uploaded a proper kernel source. I'm travelling for work now, but will take a look at it when I get back home next week and get something compiled.

    G Pad(V500)_Android_KitKat_LGV500_v20b_Kernel

    https://www.lg.com/global/support/opensource/opensourceList?types=ALL&search=v500

    Sent from my LG-V500 using Tapatalk
    4
    Really!!! Thanks. :good:
    I downloaded both posted ones and there were the same and without kernel too :(
    If you PM me the contact i can ask for an official bootloader unlock so we can finally gpe this tablet :D
    I was studying some bootloader hack tools qflash&qboot from moto so we can unlock the bootloader but i had to destroy my own to see if method is doable lol
    I"ll upload them to V510 Stock Firmware (possibly covert V500 into V510) thread so other people(advance) play with them too ;)
    4
    I've been extremely busy lately but should have a little time this week to add init.d support. @sleekmason has been very open about his kernel changes and shared a few things with me. I should be able to incorporate some of his features since they've gotten a good reception on the v510.
    2
    When I try use my external HD, doesn't work. Looking dmesg log I found this:

    <6>[ 1618.034393 / 03-25 08:36:36.152] usb 1-1: new high-speed USB device number 2 using msm_hsusb_host
    <3>[ 1618.279632 / 03-25 08:36:36.393] usb 1-1: device descriptor read/all, error -71
    <6>[ 1618.394378 / 03-25 08:36:36.513] usb 1-1: new high-speed USB device number 3 using msm_hsusb_host
    <3>[ 1618.545715 / 03-25 08:36:36.663] usb 1-1: device v1058 p0748 is not supported
    <6>[ 1618.545806 / 03-25 08:36:36.663] usb 1-1: New USB device found, idVendor=1058, idProduct=0748
    <6>[ 1618.545898 / 03-25 08:36:36.663] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=5
    <6>[ 1618.546020 / 03-25 08:36:36.663] usb 1-1: Product: My Passport 0748
    <6>[ 1618.546112 / 03-25 08:36:36.663] usb 1-1: Manufacturer: Western Digital
    <6>[ 1618.546173 / 03-25 08:36:36.663] usb 1-1: SerialNumber: 57583531453433434C464438
    <6>[ 1618.547454 / 03-25 08:36:36.663] scsi12 : usb-storage 1-1:1.0
    <6>[ 1618.580017 / 03-25 08:36:36.693] usb 1-1: USB disconnect, device number 3
    <3>[ 1618.834503 / 03-25 08:36:36.953] hub 1-0:1.0: unable to enumerate USB device on port 1


    Is possible fix it?

    I'll look into this when I get a chance..