Guest Sebastian404 Posted August 18, 2012 Report Posted August 18, 2012 The kernel source for the ZTE Kis series of devices is available from here: http://support.zte.com.cn/support/news/NewsDetail.aspx?newsId=1002462
Guest Sebastian404 Posted August 18, 2012 Report Posted August 18, 2012 Your going to need to build it under gcc version 4.4.3 The kernel wont compile due to 2 typos/mistakes, but its fairly easy to fix. edit arch/arm/mach-msm/board-zte-roamer2.c edit line 47, change it from: #include <proc_comm.h> to: #include "proc_comm.h"[/code] then edit drivers/input/touchscreen/ft5x0x_ts_fwup.c edit line 10, change it from: [code]#include <ft5x0x_ts_new.h>[/code] to: [CODE]#include "ft5x0x_ts_new.h"[/code]
Guest hecatae Posted August 18, 2012 Report Posted August 18, 2012 will you be uploading this to github?
Guest Sebastian404 Posted August 18, 2012 Report Posted August 18, 2012 will you be uploading this to github? im just testing it out to see if it does all work on a real device... its kinda simular to the Previous kernel for the ZTE Mimosa Tap I wonder if they are the same device...
Guest sifri Posted November 15, 2012 Report Posted November 15, 2012 sebastian404 i would need some help on a rom port can u pm me because i cant come in contact with u!
Guest Gunjan Soni Posted January 25, 2013 Report Posted January 25, 2013 Hey guys, i am using the custom rom created by Sebastian404 (truly a genius) and i am eagerly waiting for the ICS ROM. Did we get the ICS one ?
Guest alekcacko Posted March 20, 2014 Report Posted March 20, 2014 How to extract this thing? I tried with 7zip, but not work. Help?
Guest Kelvin - VNer Posted January 19, 2015 Report Posted January 19, 2015 (edited) Hi, sorry for up top. I'm using V8403 - roamer2 device. When I compiled successfully the kernel from this source ( from KIS PLUS ), every thing is working perfect except WIFI. It have an error :blink: Do you know how to fix ? Edit: To fix Wifi problem, don't change CONFIG_LOCAL_VERSION Edited April 25, 2015 by Kelvin - VNer
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now