Jump to content

ZTE Kis / Roamer 2 / Orange Dublin Kernel Source Code


Recommended Posts

Guest Sebastian404
Posted

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 Sebastian404
Posted

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

  • 2 months later...
Posted

sebastian404 i would need some help on a rom port can u pm me because i cant come in contact with u!

  • 2 months later...
Guest Gunjan Soni
Posted

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 ?

  • 1 year later...
Guest alekcacko
Posted

How to extract this thing? I tried with 7zip, but not work. Help?

  • 9 months later...
Guest Kelvin - VNer
Posted (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 by Kelvin - VNer

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.