• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [ALPHA][TESTING ONLY][CLOCKWORKMOD Touch 6]

can you try it again, take screenshot of settings>about>kernel info

and see if the OC is at least working?

(the black screen may be because of unmodified ramdisk and lg software kicks in and soft bricks, thus needing a restore like u did)
 
if your willing to test, i have a GPU OC in a kernel too :D
im just recycling old code from other projects I've worked on
 
online cwm bulid not work..fx1sk is f260s

Recovery Builder
recovery 509896c953f27d84cce3d65312fc576c [Jenkins]
============================================ PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=4.3 CM_VERSION=10.2-20130925-UNOFFICIAL-fx1sk TARGET_PRODUCT=cm_fx1sk TARGET_BUILD_VARIANT=userdebug TARGET_BUILD_TYPE=release TARGET_BUILD_APPS= TARGET_ARCH=arm TARGET_ARCH_VARIANT=armv7-a-neon TARGET_CPU_VARIANT= HOST_ARCH=x86 HOST_OS=darwin HOST_OS_EXTRA=Darwin-12.5.0-x86_64-i386-64bit HOST_BUILD_TYPE=release BUILD_ID=JLS36G OUT_DIR=/Volumes/Data/hudson/workspace/android/cm-10.2/out ============================================ bionic/libc/Android.mk:429: TARGET_CPU_VARIANT is not defined bionic/libc/arch-arm/arm.mk:30: *** "TARGET_CPU_VARIANT not set or set to an unknown value. Possible values are cortex-a5, cortex-a7, cortex-a8, cortex-a9, cortex-a15, krait, scorpion. Use generic for devices that do not have a CPU similar to any of the supported cpu variants.". Stop. build error! Build failed. Build step 'Execute shell' marked build as failure Archiving artifacts Finished: FAILURE
 
I
online cwm bulid not work..fx1sk is f260s

Recovery Builder
recovery 509896c953f27d84cce3d65312fc576c [Jenkins]
============================================ PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=4.3 CM_VERSION=10.2-20130925-UNOFFICIAL-fx1sk TARGET_PRODUCT=cm_fx1sk TARGET_BUILD_VARIANT=userdebug TARGET_BUILD_TYPE=release TARGET_BUILD_APPS= TARGET_ARCH=arm TARGET_ARCH_VARIANT=armv7-a-neon TARGET_CPU_VARIANT= HOST_ARCH=x86 HOST_OS=darwin HOST_OS_EXTRA=Darwin-12.5.0-x86_64-i386-64bit HOST_BUILD_TYPE=release BUILD_ID=JLS36G OUT_DIR=/Volumes/Data/hudson/workspace/android/cm-10.2/out ============================================ bionic/libc/Android.mk:429: TARGET_CPU_VARIANT is not defined bionic/libc/arch-arm/arm.mk:30: *** "TARGET_CPU_VARIANT not set or set to an unknown value. Possible values are cortex-a5, cortex-a7, cortex-a8, cortex-a9, cortex-a15, krait, scorpion. Use generic for devices that do not have a CPU similar to any of the supported cpu variants.". Stop. build error! Build failed. Build step 'Execute shell' marked build as failure Archiving artifacts Finished: FAILURE

I originally built it using the online CWM builder but there were many things not working. But it did successfully build. So I took the files provided and started modifying them to fix partitions and the color bug. But since then I've compiled from source.
 
cwm look very hard build ,maybe can Repack tools ,to repack other phone
Recovery to use,edit the recovery.fstab and default.prop file?

Android Image Kitchen - Unpack/Repack Kernel/Recovery + ramdisk
[DEV][TOOL] Android Image Kitchen - Unpack/Repack Kernel/Recovery + ramdisk [Win32] - xda-developers

lg og
[RECOVERY] TWRP 2.6.3.0 touch recovery [2013-09-12] - xda-developers

s4 mini use same cpu?

[RECOVERY][ROOT] Samsung Galaxy S4 Mini LTE (GT-I9195) - xda-developers

It actually compiles with dependencies only from the armv7 files. I have to edit the BoardConfig and Android.mk files. I might also have to edit the recovery.fstab so that it mounts the internal storage. The hardest part is preventing it from wiping the data/cache upon reboot. When I get my PC back I'll work on it.
 
PlayfulGod have make a work old ver for LG Spirit MS870
[RECOVERY][CWM][OFFICIAL] Clockworkmod Recovery for the LG Spirit MS870 (l1m)
and i think internal storage flash rom is not real need
#--------------------------------------------------------------------------------------
# Category [hiro.lim@lge.com PC Suite BNR]
# add directories to mount internal sd card
#--------------------------------------------------------------------------------------
mkdir /mnt
mkdir /mnt/sdcard
#symlink /mnt/sdcard /sdcard
# hiro_END
 
Back
Top Bottom