Kernel – 2.6.32.39 – OC-UV-VFP_FP (1.400GHZ) – Gtab/Zpad

-touchscreen: tegra: set bPollingMode (TRUE) and add/set bIsSuspended.
-defconfig: disable CPU_FREQ_STAT
-cpufreq: NULL’ify scaling_available_governors
-defconfig: enable HID_APPLE and RCU_FAST_NO_HZ

-merged (from cyanogenmod lge-kernel-star):
-rcu: Accelerate grace period if last non-dynticked CPU
-usb: gadget: android: Remove WAKEUP flag from bmAttributes (froyo)

-merged (from kali- htc-kernel-msm7x30):
USB: f_mass_storage: Disable write cache support

-merged (from android.git.kernel.org common):
net: wireless: bcm4329: Prevent working thread to run during suspend path

….

In order for UMS (USB mount) to work on Gingerbread, this must be reverted:
https://github.com/CyanogenMod/android_device_harmony/commit/f51f9e2a1037b4e3fb1a

If you are using any of the external modules, please download them fresh and re-push them in to place.

Note:
-If you are on the stock rom/stock’ish rom (froyo), set your wifi to never sleep.
-At sleep, if you have the USB cable plugged in and find that you cannot wake the device, unplug, and press power to wake (this is more prevalent on the stock/stock’ish rom).

Known Issues:
-warning from manage irq and nvec release function
-When waking up from standby/sleep, the clock in the status bar will change when RTC changes in the next minute (stock rom).
-If your BT Audio device does not work with the the stack that comes within your ROM, no audio will be sent to your device, and once you disconnect, you will need to plug in a 3.5mm jack and unplug to get audio back.
**Devices that don’t work: Jabbra.
**Devices that do work: Parrot audio, Jawbone, Nokia BH-905.

Things to do:
-clean up the barrage of warnings from TapnTap/Viewsonic’s patch

——–

-XTRA contains:
*ondemand governor default
*BFQ I/O Scheduler
*namespaces support (excluding network)
*v4 block device and data integrity support
*Tegra NvEC embedded controller driver
*erratas 430973, 458693 and 460075 applied

ViewSonic Gtab/Malata Zpad (Froyo):
boot-cm_2632.39-oc-uv-xtra-vfpv3_fp-042811.zip
Download: boot-cm_2632.39-oc-uv-xtra-vfp_fp-042811.zip

lib-2632.39.tar.gz (kernel modules)
Download: lib-2632.39.tar.gz

ViewSonic Gtab/Malata Zpad (Gingerbread):
boot-cm_2632.39_gb-oc-uv-xtra-vfp_fp-042811.zip
Download: boot-cm_2632.39_gb-oc-uv-xtra-vfp_fp-042811.zip

lib-2632.39_gb.tar.gz (kernel modules)
Download: lib-2632.39_gb.tar.gz

Note (from proengin for Malata Zpad):
You should be on CWM0.8 (bekit)
The bootloader.bin must match CWM0.8 (bekit)

Malata Zpad [New Bootloader] (Froyo):
boot-cm_2632.39_zpad_newbl-oc-uv-xtra-vfp_fp-042811.zip
Download: boot-cm_2632.39_zpad_newbl-oc-uv-xtra-vfp_fp-042811.zip

lib-2632.39.tar.gz (kernel modules)
Download: lib-2632.39.tar.gz

Malata Zpad [New Bootloader] (Gingerbread):
boot-cm_2632.39_gb_zpad_newbl-oc-uv-xtra-vfp_fp-042811.zip
Download: boot-cm_2632.39_gb_zpad_newbl-oc-uv-xtra-vfp_fp-042811.zip

lib-2632.39_gb.tar.gz (kernel modules)
Download: lib-2632.39_gb.tar.gz

——–

Source:
http://github.com/pershoot/gtab-2632
http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=summary
http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.32.y.git;a=summary
http://github.com/pershoot/vision-2632
http://github.com/CyanogenMod/htc-kernel-msm7x30
https://github.com/CyanogenMod/lge-kernel-star
http://android.git.kernel.org/?p=kernel/tegra.git;a=shortlog;h=refs/heads/android-tegra-2.6.36
http://android.git.kernel.org/?p=kernel/common.git;a=summary
https://github.com/mblaster/linux_2.6.32_folio100
https://github.com/Cpasjuste/android_kernel_lg_p990
https://github.com/Kali-/htc-kernel-msm7x30

——–

Instructions:
Flash the .zip through recovery

To use one of the kernel modules:
Pull the one you want from lib-2632.39.tar.gz (winrar can open this),
adb remount
adb push MODULE.ko /system/lib/modules/2.6.32.39-cyanogenmod/
adb shell chmod 644 /system/lib/modules/2.6.32.39-cyanogenmod/MODULE.ko
adb shell insmod /system/lib/modules/2.6.32.39-cyanogenmod/MODULE.ko

Note:
You can download gscript lite from the Market, and put the insmod line in there, and tap when you want to insert it and use its functionality.

Overclocking-
How-To:
-Install the latest SetCPU (2.11a is current) from the market and/or XDA (http://forum.xda-developers.com/showthread.php?t=505419)
-Select auto
-If using CM7, then you can use the included CPU Settings within CyanogenMod Settings.

Note:
If you were using SetCPU prior, with ‘custom’ and this kernel set, please go to device selection and select auto. Please delete the custom setcpu file on your filesystem:

adb shell rm /data/local/setcpu

Note2:
The max scaling clock is set to 912MHZ on boot. If you are not planning on using SetCPU or cpufreq sysfs or CMParts to adjust your clocks, and you would like to run at max 1GHZ, do this for your specific device:

adb shell
cd /sys/devices/system/cpu/cpu0/cpufreq
echo 1000000 >scaling_max_freq

Alternatively, you can create an init.d script (on boot) and/or a gscript (manual click) to do this for you.

Note3:
Be aware, that if you leave it pinned to max, hammering it, it will get warm/warmer then your used to at 1GHZ, pinned.
It is advised not to select any of the 2 governor’s listed (but, at the very least, not performance).
It is advised to keep your min value at 216.

Leave a Reply