Jump to content

ZTE Kis / Roamer 2 / Orange Dublin Kernel Source Code


Guest Sebastian404

Recommended Posts

Guest Sebastian404

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]

Link to comment
Share on other sites

Guest Sebastian404

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

Link to comment
Share on other sites

  • 2 months later...
  • 2 months later...
Guest Gunjan Soni

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 ?

Link to comment
Share on other sites

  • 1 year later...
  • 9 months later...
Guest Kelvin - VNer

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 by Kelvin - VNer
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.