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

-common: clocks: increase low/mid end voltage by .025
-arm: io: import writel/readl_relaxed from AOSP’s, android-tegra-2.6.36.
-arm: cache-l2x0: convert to writel/readl_relaxed (from AOSP’s, android-tegra-2.6.36).

-merged (from android.git.kernel.org common):
net: Reorder incoming packets in PPPoLAC and PPPoPNS.
net: wireless: bcm4329: Clean ARP offload table on IP update

-merged (from android.git.kernel.org android-tegra-2.6.36)
ARM: tegra: Use readl/writel_relaxed for reset

Note:
The max scaling clock is set to 912MHZ on boot. If you are not planning on using SetCPU and/or cpufreq sysfs 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.

….

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 sysfs group for cpufreq, manage irq and nvec release
-unable to see ondemand and interactive governor choices in sysfs cpufreq governors list
-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.38-oc-uv-xtra-vfpv3_fp-042011.zip
Download: boot-cm_2632.38-oc-uv-xtra-vfp_fp-042011.zip

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

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

lib-2632.38_gb.tar.gz (kernel modules)
Download: lib-2632.38_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.38_zpad_newbl-oc-uv-xtra-vfp_fp-042011.zip
Download: boot-cm_2632.38_zpad_newbl-oc-uv-xtra-vfp_fp-042011.zip

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

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

lib-2632.38_gb.tar.gz (kernel modules)
Download: lib-2632.38_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
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

——–

Instructions:
Flash the .zip through recovery

To use one of the kernel modules:
Pull the one you want from lib-2632.38.tar.gz (winrar can open this),
adb remount
adb push MODULE.ko /system/lib/modules/2.6.32.38-cyanogenmod/
adb shell chmod 644 /system/lib/modules/2.6.32.38-cyanogenmod/MODULE.ko
adb shell insmod /system/lib/modules/2.6.32.38-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 custom

Note:
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.

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

-core: ap15/20 clocks: Force CPU clock to 1GHZ on initialisation, if using FAKE_SHMOO.
-tegra: Add CONFIG_USE_FAKE_SHMOO
-defconfig: enable USE_FAKE_SHMOO
-common: clocks: increase the high end voltage by .025
-common: dfs: set max scaling clock to 912
-defconfig: disable INTERACTIVE and USERSPACE governors

Note:
The max scaling clock is set to 912MHZ on boot. If you are not planning on using SetCPU and/or cpufreq sysfs 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

….

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 sysfs group for cpufreq, manage irq and nvec release
-unable to see ondemand and interactive governor choices in sysfs cpufreq governors list
-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.38-oc-uv-xtra-vfpv3_fp-041911.zip
Download: boot-cm_2632.38-oc-uv-xtra-vfp_fp-041911.zip

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

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

lib-2632.38_gb.tar.gz (kernel modules)
Download: lib-2632.38_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.38_zpad_newbl-oc-uv-xtra-vfp_fp-041911.zip
Download: boot-cm_2632.38_zpad_newbl-oc-uv-xtra-vfp_fp-041911.zip

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

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

lib-2632.38_gb.tar.gz (kernel modules)
Download: lib-2632.38_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
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

——–

Instructions:
Flash the .zip through recovery

To use one of the kernel modules:
Pull the one you want from lib-2632.38.tar.gz (winrar can open this),
adb remount
adb push MODULE.ko /system/lib/modules/2.6.32.38-cyanogenmod/
adb shell chmod 644 /system/lib/modules/2.6.32.38-cyanogenmod/MODULE.ko
adb shell insmod /system/lib/modules/2.6.32.38-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 custom

Note:
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.

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

Update (04/17; The filename has not changed. Please re-download and re-flash):
-common: clocks: increase the low end voltage to 875.
-defconfig: enable NFS (client) v3/4 support, and HFSPlus (modular).

…..

Update (04/16; The filename has not changed. Please re-download and re-flash):
-Revert:
inet_diag: Make sure we actually run the same bytecode we audited.

…..

-merge up to kernel.org’s 2.6.32.38

….

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 sysfs group for cpufreq, manage irq and nvec release
-unable to see ondemand and interactive governor choices in sysfs cpufreq governors list
-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; only interactive,ondemand and userspace governors
*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.38-oc-uv-xtra-vfpv3_fp-041511.zip
Download: boot-cm_2632.38-oc-uv-xtra-vfp_fp-041511.zip

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

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

lib-2632.38_gb.tar.gz (kernel modules)
Download: lib-2632.38_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.38_zpad_newbl-oc-uv-xtra-vfp_fp-041511.zip
Download: boot-cm_2632.38_zpad_newbl-oc-uv-xtra-vfp_fp-041511.zip

lib-2632.38_gb.tar.gz (kernel modules)
Download: lib-2632.38_zpad-newbl.tar.gz

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

lib-2632.38_gb.tar.gz (kernel modules)
Download: lib-2632.38_gb_zpad-newbl.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
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

——–

Instructions:
Flash the .zip through recovery

To use one of the kernel modules:
Pull the one you want from lib-2632.38.tar.gz (winrar can open this),
adb remount
adb push MODULE.ko /system/lib/modules/2.6.32.38-cyanogenmod/
adb shell chmod 644 /system/lib/modules/2.6.32.38-cyanogenmod/MODULE.ko
adb shell insmod /system/lib/modules/2.6.32.38-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 custom

Note:
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.

Kernel – 2.6.32.38 – OC-UV-NEON_FP (1.516GHZ) – G2

-merge up to kernel.org’s 2.6.32.38

Note:
The _gb kernel can only be used on CM Nightly #31 and above, and/or with the needed bits for the newer adreno205 drivers (https://github.com/CyanogenMod/andro…6412317b550521).

This is not to be used on HTC Sense (froyo/gingerbread)

Known Issues:
-a slight distortion can be heard when launching the phone app and pressing for the first time the number 1, 4 etc., if volume is set to max.

——–

-XTRA contains:
*ondemand governor default; only ondemand, userspace and performance governors
*BFQ I/O Scheduler
*some more cgroup options
*namespaces support
*v4 block device and data integrity support
*3d register driver
*erratas 430973, 458693 and 460075 applied

Gingerbread:
boot-cm_2632.38_gb-oc-uv-xtra-neon_fp-041511.zip
Download: boot-cm_2632.38_gb-oc-uv-xtra-neon_fp-041511.zip

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

——–

Source:
http://github.com/pershoot/vision-2632
https://github.com/CyanogenMod/htc-kernel-msm7x30
https://github.com/coolbho3k/vision_oc_kernel
http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.32.y.git;a=summary
http://android.git.kernel.org/?p=kernel/common.git;a=shortlog;h=refs/heads/android-2.6.36
http://developer.htc.com
https://github.com/cyanogen/htc-kernel-msm7x30/commits/htc-merge
https://github.com/Kali-/htc-kernel-msm7x30

——–

Instructions:
Flash the .zip through recovery
or

fastboot flash zimage zImage (zImage can be found in update.zip kernel folder)
then

take the bcm4329.ko file from the update.zip lib/modules folder (use winrar for windows or unzip for linux) and

adb remount
adb push bcm4329.ko /system/lib/modules
or
copy the bcm4329.ko to /sdcard, bounce in to recovery, mount /sdcard and /system, and copy the .ko module from /sdcard to /system/lib/modules; set chmod 644 on it.

Note:
If you use SetCPU, please do not set any Advanced settings, and you should use the ondemand CPU governor.

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

-merge up to kernel.org’s 2.6.32.37

-rtc: tegra: add an rtc_update_irq if SYNC_EXTERNAL_RTC_TO_INTERNAL_RTC is false
-odm_kit: harmony: disable wake events: gp3_pu, sdio1_da, and pwr_int.
-common: clocks: increase the low end voltage to 850.

….

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 sysfs group for cpufreq, manage irq and nvec release
-unable to see ondemand and interactive governor choices in sysfs cpufreq governors list
-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:
-Bring down the high end a bit, if feasable.
-clean up the barrage of warnings from TapnTap/Viewsonic’s patch

——–

-XTRA contains:
*ondemand governor default; only interactive,ondemand and userspace governors
*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.37-oc-uv-xtra-vfpv3_fp-041511.zip
Download: boot-cm_2632.37-oc-uv-xtra-vfp_fp-041511.zip

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

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

lib-2632.37_gb.tar.gz (kernel modules)
Download: lib-2632.37_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.37_zpad_newbl-oc-uv-xtra-vfp_fp-041511.zip
Download: boot-cm_2632.37_zpad_newbl-oc-uv-xtra-vfp_fp-041511.zip

lib-2632.37_gb.tar.gz (kernel modules)
Download: lib-2632.37_zpad-newbl.tar.gz

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

lib-2632.37_gb.tar.gz (kernel modules)
Download: lib-2632.37_gb_zpad-newbl.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
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

——–

Instructions:
Flash the .zip through recovery

To use one of the kernel modules:
Pull the one you want from lib-2632.37.tar.gz (winrar can open this),
adb remount
adb push MODULE.ko /system/lib/modules/2.6.32.37-cyanogenmod/
adb shell chmod 644 /system/lib/modules/2.6.32.37-cyanogenmod/MODULE.ko
adb shell insmod /system/lib/modules/2.6.32.37-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 custom

Note:
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.

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

Update: (the filename has not changed; please re-download and re-flash)
-common: clocks: reduce voltages and increase the low end.
-common: clocks: add extra voltage/clock step for ZPAD_T2_NEWBL.

….

-overclock to 1.4GHZ (mblaster)
-max scaling clock to 1000 (Cpasjuste)
-min mv: 800, max mv: 1200
-reduce voltages
-update FW for wifi from nvidia to 4.218.248-18

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 custom

Note:
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.

….

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 sysfs group for cpufreq, manage irq and nvec release
-unable to see ondemand and interactive governor choices in sysfs cpufreq governors list
-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:
-Bring down the high end a bit, if feasable.
-clean up the barrage of warnings from TapnTap/Viewsonic’s patch

——–

-XTRA contains:
*ondemand governor default; only interactive,ondemand and userspace governors
*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.36-oc-uv-xtra-vfpv3_fp-041411.zip
Download: boot-cm_2632.36-oc-uv-xtra-vfp_fp-041411.zip

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

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

lib-2632.36_gb.tar.gz (kernel modules)
Download: lib-2632.36_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.36_zpad_newbl-oc-uv-xtra-vfp_fp-041411.zip
Download: boot-cm_2632.36_zpad_newbl-oc-uv-xtra-vfp_fp-041411.zip

lib-2632.36_gb.tar.gz (kernel modules)
Download: lib-2632.36_zpad-newbl.tar.gz

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

lib-2632.36_gb.tar.gz (kernel modules)
Download: lib-2632.36_gb_zpad-newbl.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
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

——–

Instructions:
Flash the .zip through recovery

To use one of the kernel modules:
Pull the one you want from lib-2632.36.tar.gz (winrar can open this),
adb remount
adb push MODULE.ko /system/lib/modules/2.6.32.36-cyanogenmod/
adb shell chmod 644 /system/lib/modules/2.6.32.36-cyanogenmod/MODULE.ko
adb shell insmod /system/lib/modules/2.6.32.36-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.

Kernel – 2.6.32.36 – VFP_FP – Gtab/Zpad

defconfig: enable THUMBEE

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 sysfs group for cpufreq, manage irq and nvec release
-unable to see ondemand and interactive governor choices in sysfs cpufreq governors list
-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:
-backport AOSP’s frequency scaling
-clean up the barrage of warnings from TapnTap/Viewsonic’s patch

——–

-XTRA contains:
*ondemand governor default; only interactive,ondemand and userspace governors
*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.36-xtra-vfpv3_fp-040511.zip
Download: boot-cm_2632.36-xtra-vfp_fp-040511.zip

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

ViewSonic Gtab/Malata Zpad (Gingerbread):
boot-cm_2632.36_gb-xtra-vfp_fp-040511.zip
Download: boot-cm_2632.36_gb-xtra-vfp_fp-040511.zip

lib-2632.36_gb.tar.gz (kernel modules)
Download: lib-2632.36_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.36_zpad_newbl-xtra-vfp_fp-040511.zip
Download: boot-cm_2632.36_zpad_newbl-xtra-vfp_fp-040511.zip

lib-2632.36_gb.tar.gz (kernel modules)
Download: lib-2632.36_zpad-newbl.tar.gz

Malata Zpad [New Bootloader] (Gingerbread):
boot-cm_2632.36_gb_zpad_newbl-xtra-vfp_fp-040511.zip
Download: boot-cm_2632.36_gb_zpad_newbl-xtra-vfp_fp-040511.zip

lib-2632.36_gb.tar.gz (kernel modules)
Download: lib-2632.36_gb_zpad-newbl.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
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

——–

Instructions:
Flash the .zip through recovery

To use one of the kernel modules:
Pull the one you want from lib-2632.36.tar.gz (winrar can open this),
adb remount
adb push MODULE.ko /system/lib/modules/2.6.32.36-cyanogenmod/
adb shell chmod 644 /system/lib/modules/2.6.32.36-cyanogenmod/MODULE.ko
adb shell insmod /system/lib/modules/2.6.32.36-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.

Kernel – 2.6.32.36 – VFP_FP – Gtab/Zpad

-defconfig: add few options from clemsyn’s and xiaolu’s configs, for usb serial/net (this is partially in from the last release).
-usb: class: fix carriage return in CONFIG_ERICSSON_F3307_ENABLE
-net: usb: fix carriage return in usbnet_stop and add usb_autopm_put_interface for F3307 (as found in xiaolu’s src)
-defconfig: unset USB_ANDROID_RNDIS

Revert:
-[arm/tegra] dma: Adding pointer checks
-[arm/tegra]dma: protecting the dma transfer count update
-[arm/tegra] dma: Dma allocation should be thread safe
-[arm/tegra]dma:Continuous double buffer repeat transfer.

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 sysfs group for cpufreq, manage irq and nvec release
-unable to see ondemand and interactive governor choices in sysfs cpufreq governors list
-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:
-backport AOSP’s frequency scaling
-clean up the barrage of warnings from TapnTap/Viewsonic’s patch

——–

-XTRA contains:
*ondemand governor default; only interactive,ondemand and userspace governors
*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.36-xtra-vfpv3_fp-040111.zip
Download: boot-cm_2632.36-xtra-vfp_fp-040111.zip

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

ViewSonic Gtab/Malata Zpad (Gingerbread):
boot-cm_2632.36_gb-xtra-vfp_fp-040111.zip
Download: boot-cm_2632.36_gb-xtra-vfp_fp-040111.zip

lib-2632.36_gb.tar.gz (kernel modules)
Download: lib-2632.36_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.36_zpad_newbl-xtra-vfp_fp-040111.zip
Download: boot-cm_2632.36_zpad_newbl-xtra-vfp_fp-040111.zip

lib-2632.36_gb.tar.gz (kernel modules)
Download: lib-2632.36_zpad-newbl.tar.gz

Malata Zpad [New Bootloader] (Gingerbread):
boot-cm_2632.36_gb_zpad_newbl-xtra-vfp_fp-040111.zip
Download: boot-cm_2632.36_gb_zpad_newbl-xtra-vfp_fp-040111.zip

lib-2632.36_gb.tar.gz (kernel modules)
Download: lib-2632.36_gb_zpad-newbl.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
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

——–

Instructions:
Flash the .zip through recovery

To use one of the kernel modules:
Pull the one you want from lib-2632.36.tar.gz (winrar can open this),
adb remount
adb push MODULE.ko /system/lib/modules/2.6.32.36-cyanogenmod/
adb shell chmod 644 /system/lib/modules/2.6.32.36-cyanogenmod/MODULE.ko
adb shell insmod /system/lib/modules/2.6.32.36-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.