OUKITEL K6000 Plus - Development & Support

Search This thread

Alberto96

Recognized Developer
Feb 24, 2010
8,280
17,327
27
Modugno (BA)
Samsung Galaxy S4
LeEco Le 2
In order to keep this thread clean, please use this one to discuss about Development, Support or Software Updates.​

HOW-TO Root, Install Custom Recovery (TWRP) and Restore Stock ROM guide: https://docs.google.com/presentation/d/1NJcDBkLk8zMwyv2BTqRjn2NB_ZOWKjP1fRpSVr44Oxk

ROMs:

To avoid any possible issue, do not forget to backup your NVRAM so that you won't risk to lose your IMEI. How-to: http://www.anythingultimate.in/2015/11/how-to-backup-your-nvram-partition.html

Stock (Android 7.0)

- Latest Official: http://www.oukitel.com/latest-software-rom-for-all-oukitel-devices-48.html

DO NOT USE THE "Format All & Download" OPTION IF YOU CARE ABOUT YOUR IMEI! Choose "Firmware Upgrade" instead.

Previous Releases:


None yet.

Flash Tool

- Latest SP Flash Tool for Windows and Linux: https://mega.nz/#F!dYUm0TbB!SWeMLb5Wu1NbRzTPQ8-s_A


Recovery:



Root:

Rooting Methods (if you are on Stock ROM)

- SuperSU (flashable using TWRP): http://xdaforums.com/apps/supersu


Extras (Root-Only):

Customization

- Xposed Framework (not available on Nougat yet): http://xdaforums.com/showthread.php?t=3034811


Useful Third-Party Apps:

Battery Life

 
Last edited:

richardsoffice

Senior Member
Mar 17, 2009
197
33
Ipswich
Issue installing TWRP via SP Flash Tool

Thanks for posting this OUKITEL K6000 Plus Support thread.

However I am having an issue; I can only get down to page 11 in the ‘HOW-TO Root, Install Custom Recovery (TWRP) guide’ as I get error messages, please see attached images.

This is not my first attempt at installing just TWRP (nothing else) on my otherwise stock OUKITEL K6000 Plus, before this thread was posted I attempted to follow Appuals guide https://appuals.com/root-oukitel-k6000-plus/ just the TWRP Recovery bit; but this did not complete as it should have done.

Any help or suggestions would be much appreciated.
 

Attachments

  • Error1.jpg
    Error1.jpg
    155.2 KB · Views: 740
  • Error2.jpg
    Error2.jpg
    128.7 KB · Views: 724
Last edited:

ohad129

Senior Member
Jan 25, 2013
1,145
94
I got problem at this k6000 plus when I take a photo on a cross side he cut the Image

When I take photo on a cross side the camera keep the image on vertical but cut the image please help how to solve it
 

cojo11

Senior Member
Mar 15, 2011
191
79
hamburg
I get a Bootloop into recovery TRWP only and cant flash with spalshtool anymore,get an Error 60003 ??
can anyone help?
 

Eselter

Senior Member
Nov 10, 2010
713
709
Warsaw
Yeah, and for me my phone password not working but u can click cancel or sth like that and you'll see twrp menu ;)
 

rolex0815

Senior Member
Apr 14, 2012
294
111
I erased userdata with
Code:
fastboot erase userdata
Phone shows still encryption status - I don't know why. :eek:

Newest TWRP still not working for me,
Code:
fastboot boot recovery
breaks system boot process. :(

Is it working for anyone? Am I doing something wrong? I don't want to flash it completely.
I'm on V23 and already losing some happiness ...
 

Eselter

Senior Member
Nov 10, 2010
713
709
Warsaw
For me TWRP working with adb sideload but I can't decrypt data storage in TWRP. But finally I have root on v23 :)

PS: Magisk working fine!
 
Last edited:

b3stw4y

New member
Jul 5, 2015
4
0
boots directly in TWRP?

Hi everyone,

after installing twrp and supersu my phone stuck on the bootlogo like rolex mentioned in Post #4
i've also erased user data vis fastboot (wich wasn't that smart) and now it directly boots into twrp
can someone explain me pls how i get the stock rom back on my phone?
i'm so lost :(


how do i remove the password at the start in TWRP ?
 
Last edited:

rolex0815

Senior Member
Apr 14, 2012
294
111
With V23 /data partition is encrypted, TWRP asks for a password.

I solved it that way that I wanted to have root and a non-encrypted data partition:

  • flash (or boot) TWRP
  • hit cancel at the password question
  • format /data
  • flash SuperSU
It is crucial that SuperSU (or maybe Magisk, don't know about Magisk) is flashed during TWRP session because system is stuck otherwise.
 
  • Like
Reactions: b3stw4y

Eselter

Senior Member
Nov 10, 2010
713
709
Warsaw
Some mods

I tweak my device a little and I want to share some tips ;)

Enable navbar and disable hardware buttons and backlighs:
  1. Open /system/build.prop (I'm using Solid Explorer)
  2. Find line with qemu.hw.mainkeys and change value to 0 this enable software navbar
    In the same file you can change dpi "ro.sf.lcd_density" (I prefer 401 = ppi our phone)
  3. Open system/usr/keylayout/Generic.kl and comment this line (add # on start):
    - key 139 MENU - this disable menu button
    - key 158 BACK - this disable back button
    - also you can disable home button (I don't do that), key 172 HOME
  4. To disable backlight you need init.d support:
    - Download backlight_off.sh.txt from attachment and remove .txt extension
    - If you are using Magisk copy backlight_off.sh to /magisk/.core/post-fs-data.d
    - I don't know if SuperSU have init.d support so you can use init.d scripts support app, and put backlight_off.sh to internal memory/init.d
I also modded SystemUI:
  • added space after "Free:" in recent apps
  • Changed M to MB ex. Free: 2000MB / 3813MB
  • Fiixed some polish translation, and also added MB to toast after cleaning memory
  • Changed margin bottom increasing it by 5 dip to better fit with navbar
  • Disable pressing home button after clearing memory (I'm using Nova and when I clear memory it automatically go to app drawer and I don't like it :p)
  • App is deodexed now = easy modding
  1. Copy and replace new SystemUI.apk from attachment to /system/priv-app/SystemUI
 

Attachments

  • SystemUI.apk
    10.2 MB · Views: 28
  • backlight_off.sh.txt
    106 bytes · Views: 21
Last edited:

Lucasiron

Member
Apr 3, 2017
9
2
Orange State

Good afternoon,

Friends, already tried everything else continues to appear the message of the "Orange state", and the following image:

When I connect the device does not start at all just put this same message!


C:\adb>adb kill-server

C:\adb>adb start-server
* daemon not running. starting it now at tcp:5037 *
* daemon started successfully *

C:\adb>adb devices
List of devices attached
0123456789ABCDEF unauthorized


C:\adb>adb devices
List of devices attached
0123456789ABCDEF unauthorized


C:\adb>adb devices
List of devices attached
0123456789ABCDEF unauthorized


C:\adb>adb kill-server

C:\adb>adb devices
List of devices attached
* daemon not running. starting it now at tcp:5037 *
* daemon started successfully *
0123456789ABCDEF unauthorized


C:\adb>
C:\adb>adb reboot-bootloader
error: device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.

C:\adb>


Thank you very much in advance!

Ps: Did I lose my cell phone?
 

b3stw4y

New member
Jul 5, 2015
4
0
Good afternoon,

Friends, already tried everything else continues to appear the message of the "Orange state", and the following image:

When I connect the device does not start at all just put this same message!


C:\adb>adb kill-server

C:\adb>adb start-server
* daemon not running. starting it now at tcp:5037 *
* daemon started successfully *

C:\adb>adb devices
List of devices attached
0123456789ABCDEF unauthorized


C:\adb>adb devices
List of devices attached
0123456789ABCDEF unauthorized


C:\adb>adb devices
List of devices attached
0123456789ABCDEF unauthorized


C:\adb>adb kill-server

C:\adb>adb devices
List of devices attached
* daemon not running. starting it now at tcp:5037 *
* daemon started successfully *
0123456789ABCDEF unauthorized


C:\adb>
C:\adb>adb reboot-bootloader
error: device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.

C:\adb>


Thank you very much in advance!

Ps: Did I lose my cell phone?

no, had the same problem.
just flash the stock back again, this solved it in my case ;)
 

Northgeek

New member
Apr 5, 2017
4
1
St-Félicien, Québec
OUKITEL K6000 Plus in Canada on Bell network

Hi, I just receive a Oukitel 6000 plus. It was a winning prise in a manager party. I think the person who bring this up was from Australia.
Anyway, I win it and It sits there since 2 weeks now. I just take it and try my sim card in it. The card is recognised but no connections on the network.
I verify on the (frequency check) web site and it is supposed to work in Canada.
I'm unable to find if this device is locked or not, and also, I wanted to know if it is possible to change the band on it.
Not sure if we root it, it will allow me to change the radio settings.
It looks like a great phone, so I'd like to have it as my phone.

Thanks for your help!
 
  • Like
Reactions: cojo11

Top Liked Posts