I've had it build with 4.4.0 and 4.4.3
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Sebastian emailed his internal source at zte, we might get a working source...... i hope, but hes had pretty good luck with them so far
export KBUILD_BUILDHOST := $(SUBARCH)
ARCH ?= $(SUBARCH)
CROSS_COMPILE ?=
CROSS_COMPILE ?= $(CONFIG_CROSS_COMPILE:"%"=%)
export KBUILD_BUILDHOST := $(SUBARCH)
ARCH ?= arm
CROSS_COMPILE ?= /home/hroark13/arm-eabi-4.4.3/bin/arm-eabi-
adb pull /proc/config.gz /home/hroark13/kernel/config.gz
cd kernel
cat config.gz | gunzip > .config
make ARCH=arm
on init
setprop persist.service.adb.enable 1
setprop persist.sys.usb.enable_switch 1
setprop persist.sys.usb.linux_switch 1
setprop persist.sys.usb.switch_pid 0x1354
setprop persist.sys.usb.linux_pid 0x1350
setprop persist.sys.usb.default.pid 0x83
setprop persist.sys.usb.switch_pid 0x1351
setprop persist.sys.usb.unique_sn 1
setprop ro.secure 0
setprop ro.allow.mock.location 1
setprop ro.debuggable 1
setprop persist.sys.usb.config adb
setprop sys.usb.config adb
setprop sys.usb.state $sys.usb.config
exec /sbin/usbconfig
write /sys/class/usb_composite/adb/enable 1
exec /sbin/adbd
Im still trying to figure out why the kernel isnt booting, I got about as far as you did hroark. Wouldnt mount partitions, was able to start adb.. etc etc. mind racking crap here..
I was wondering is it possible to unpack the boot.img of the phone and tweak the ramdisk and zimage and repack it into the boot.img?
#include <linux/i2c/isa1200.h>
#include <linux/pwm.h>
#include <linux/pmic8058-pwm.h>
#include <linux/i2c/tsc2007.h>
#include <linux/input/kp_flip_switch.h>
#include <linux/leds-pmic8058.h>
#include <linux/input/cy8c_ts.h>
#include <linux/input/synaptics_i2c_rmi.h>
#include <linux/input/ft5x0x_ts.h>
#include <linux/msm_adc.h>
[COLOR=Red][B]#include <linux/init.h>[/B][/COLOR]
#include <linux/pmic8058-othc.h>
#include <linux/regulator/consumer.h> //zrlean
lolhave u guys tryied the ZTE N850 Series - Gingerbread kernel(2.6.35) source code
have u guys tryied the ZTE N850 Series - Gingerbread kernel(2.6.35) source code
I have and cant even get it to build, even tried editing it. But the files are different when compared to the warp source
have u guys tryied the ZTE N850 Series - Gingerbread kernel(2.6.35) source code