Hilfe bei Nexus 7 Timurs Kernel installation

+A -A
Autor
Beitrag
SliZzaXx
Schaut ab und zu mal vorbei
#1 erstellt: 05. Jul 2016, 00:32
Hallo, ich benötige dringend eure Hilfe ich sitze seid stunden hier und bekomme nichts gebacken. Ich habe Timurs Software bestellt und runtergeladen, mir heute ein Nexus 7 (2013) gekauft und auf die 6.0.1 Version geupdatet.

Nun komme ich bei der Anleitung schon am Anfang in Schwierigkeiten, da sie nur auf Englisch ist, der Google Übersetzer bringt mir nicht viel :/

WIE MUSS ICH ANFANGEN?

Hier mal die Anleitung :

Installation Guide

PREPARATION + QUICK SUMMARY:

- Android 6 will automatically encrypt your "/data" partition. In order
to root your device, you will need an un-encrypted "/data" partition.
One way to do this, is to format the "data" partition in TWRP.
If you don't have TWRP installed yet, install it now. The first thing
after installing TWRP and rebooting into it, should be to create a
full backup of the existing system to a separate USB flash drive
(connected via OTG cable). Then you can use TWRP to "Format data". This
will replace your encrypted "data" partition with a clean, unencrypted
one. If you want to have your apps and settings back, you can now
restore the "data" partition from your flash drive backup media to the
clean, unencrypted "data" partition on your device. If you prefer to
start with a completely clean (aka stock) Android 6 system, you can skip
the restore step and just leave your "data" partition empty.

- You need to install three ZIP files in TWRP (usbhost kernel + modified
services + SuperSU). Whenever you install or updated a 3rd party kernel
in TWRP, you will need to re-install SuperSU afterwards! Always!
In previous installation guides for Android 4.x and 5.x I always pointed
out, that the install order would not matter. This is not true anymore
under Android 6. Here, the order plays an important role.

- Copy the three files (usbhost kernel + modified services + SuperSU) to
the internal "sdcard" of your tablet. To do so, while still in TWRP,
connect your tablet to a PC via USB and copy the three files over. Then
install all three files via TWRP's on-device UI. Please read the
attached STEP-BY-STEP installation guide carefully.


REQUIRED FILES for Nexus 7 2013 Wifi-only / flo (razor):

v4.0-beta1 for Android 6.0.1 MMB29O:

- Factory image:
https://dl.google.co...factory-dfe7fcb2.tgz
- twrp-3.0.2-0-flo.img (but NOT! v3.0.0-0)
- USBHost kernel (flo) + service installer from the "v4.0-beta1" folder.
- SuperSU v2.67 (or higher)

v4.0-beta2 for Android 6.0.1 MMB29V:

- Factory image:
https://dl.google.co...factory-80cca7f5.tgz
- twrp-3.0.2-0-flo.img (but NOT! v3.0.0-0)
- USBHost kernel (flo) + service installer from the "v4.0-beta2" folder.
- SuperSU v2.67 (or higher)

v4.0-beta3 for Android 6.0.1 MOB30J:

- Factory image:
https://dl.google.co...factory-a2878e21.tgz
- twrp-3.0.2-0-flo.img (but NOT! v3.0.0-0)
- USBHost kernel (flo) + service installer from the "v4.0-beta3" folder.
- SuperSU v2.67 (or higher)

Download TWRP Wifi: https://twrp.me/devices/asusnexus72013wifi.html
Download SuperSU: https://download.chainfire.eu/supersu


STEP-BY-STEP Installation Guide:

If you run into issues with this installation guide, be aware that you
can consult ANY "How to root my Nexus 7 2013" guide. Only the very last
steps of this guide (3E) talk specifically about Timur's Kernel.
Everything up front only talks about Android OS upgrade and rooting.

(1) Establish ADB over USB connectivity

Make "adb" and "fastboot" tools available on your PC. You can do this,
by installing the Android SDK:

https://developers.google.com/android/nexus/images#instructions

Once installed, you need to add the "adb" and "fastboot" tools to your
PATH environment variable. So you can use these tools from anywhere and
for the "flash-all" script to be able to find the fastboot tool.

Now enable the "USB debugging" feature on your Android device. In order
to do so, open Settings and then open "Developer options".

If you cannot find "Developer options" in the list, go to "About
tablet" and click the "Build number" five times in a row, until
you see a toast message, telling you that: You are now a Developer.
Now leave "About tablet" and you should be able to see and open
"Developer options".

Under "Developer options" you should now be able to enable "USB
debugging". While you are in "Developer options", you may also want to
enable "Stay awake". This feature is useful, if you want to use the
FI-mode feature. More info:

https://timur.mobi/timurs-kernel-n7-2013/faq/#stayawake

With your tablet connected to the PC, you should now be able to open a
command shell on your PC and run the following commands. This is for
testing connectivity only:

adb shell date

This should display the current time and date of your Android device on
your PC. If this doesn't work, try the following:

adb devices

This should show the "List of attached Android devices" in the command
shell on your PC. If this does not show at least one Android device
(with a serial number and a name), you should try unplugging and
reconnecting the USB cable. You may need to confirm ADB connectivity in
a dialog box on your Android device. If you are not able to establish
ADB-over-USB connectivity, google for "adb windows" and/or "adb windows
usb drivers". And possibly install/update the required USB drivers.
Continue only, if the adb tool is working properly.


(2) Unlock the bootloader

If your tablet's bootloader is not yet unlocked, you need to unlock it
now. This can be done in two quick steps by running the following
commands in the command shell on your PC:

adb reboot bootloader

And then, when the tablet shows the bootloader screen, run:

fastboot oem unlock

NOTE: Unlocking will fully wipe your device. You need to confirm the
unlocking procedure on the device screen. As long as you don't lock your
bootloader again, you only need to do this once.


(3) Installation

You can skip all the steps marked with a star (*), if you do NOT want to
carry over your existing "/data" partition.

A Boot tablet to bootloader mode and install openrecovery from PC.
Skip this if you got TWRP installed already.

fastboot flash recovery twrp-2.8.5.0-flo.img
(Actual filename may differ.)

B* Boot tablet into recovery mode and create a full backup of all
partitions to a USB drive connected via OTG adapter. (Will will
need to restore "data" below.)

C Android factory image installation. You can skip this step, if you
have the correct Android version + build number installed, which is
required for use with Timur's Kernel. You can find the currently
installed "Android version" and "Build number" under: Settings /
About tablet.

To install a factory image, uncompress it into a temporary folder
on your PC. You then need to open a command shell (Terminal) and
switch (cd) to that folder. Then, with your Android device still
connected over USB and still in bootloader mode, you can run
flash-all.bat (or flash-all.sh on OSX or Linux) to install the
factory image. Note: this will delete all your Android apps and
data. You will end up with a clean, factory reseted device.

(If you want to preserve your current Android apps and data, you
need to edit your flash-all script BEFORE running it. If this is
what you want, then open the flash-all script in a text editor and
remove the "-w" parameter from the bottom line. Only remove the
dash and the w. Do not change anything else. Now store the file and
run it.)

This procedure will take a while to finish. (It will remove your
custom TWRP recovery. But it won't re-lock your bootloader.)

Let tablet boot into the just installed Android OS. Make sure the
system is working OK. Go to Settings / Developer options and make
sure "USB Debugging" is switched ON.

Boot tablet into bootloader mode ("adb reboot bootloader") and
re-install TWRP via PC (see step A above).

Then boot tablet into recovery.

D* In TWRP, invoke: Wipe -> Format data
(This will remove the encryption from your data partition.)

Now you can "Restore" your old "data" partition from your USB drive
connected via OTG adapter.

E Still in TWRP mode, copy three ZIP files from your PC to the
internal /sdcard on your Nexus:

- timur-services...zip
- timur-usbhost...zip
- SuperSU...zip

Now install these ZIP files in the same order via the TWRP UI.
NOTE: Order matters!!
Whenever you install timur-usbhost, you MUST also install SuperSU
afterwards. If you fail to do so, Android may re-encrypt your
"data" partition, possibly preventing root.

F Reboot into Android (-> "Reboot System").

IMPORTANT: If TWRP tells you "Your device does not appear to be
rooted. Install SuperSU now?" - DO NOT "Swipe to install"! Instead,
click: "Do Not Install".


POST Installation:

- On first system boot after installation: Do not immediately open
PowerEventMgr. Instead, let the system rest in Launcher for 1-2 minutes.
You should see a SuperSU permission dialog show up for PowerEventMgr.
Now grant it root access. You can now open PowerEventMgr and, say,
enable FI-mode and fast charging.

- VCam2 app will be installed (or updated) when you launch PowerEventMgr
and click the "Launch VCam [Exec]" button. If you intend to use VCam2,
you should click this button once, every time you have installed or
upgraded the kernel (usbhost installer) via recovery system. Launching
VCam2 for the first time will bring up a SuperSU permission dialog. It
is necessary to grant VCam2 root permissions.

- It is also possible to install VCam2 manually, by opening VCam2.apk
from the /sdcard/ folder (say, using a file manager app). Once VCam2 has
been installed (or updated), the file /sdcard/VCam2.apk can be deleted.

- It is suggested you disable SuperSU toast messages for PowerEventMgr
and VCam2. To do so, open SuperSU app, select PowerEventMgr and change
the Notifications setting from "Global defaults" to "Disabled". Hit the
check mark to store the modified settings. Now do the same for vcam2.
And hit the check mark again to store the modified settings.

- You need to disable Android OTA updates. If you allow an Android OTA
to update your system, the kernel, the custom recovery and SuperSU will
be removed. Do this: Long press the notification (i-icon) and block,
then disable it in app settings.

https://www.reddit.c...he_android_update_is

- In order to use PowerEventMgr (PEM) Wakeup-screen, the Android
lock-screen must be disabled (see: Security).

- You probably want to enable: Settings / Developer options / Stay awake
(Screen will never sleep while charging).

- You can view the kernel identification string under: Settings / About.
It should now say "USBhost...".

- You can view the version info and build number at the bottom of the
PEM activity.

- If your system works well, re-boot into recovery mode and create a new
full backup to a USB flash drive (connected via OTG cable). It's good to
have this.


Technical questions and issues:

- Read the FAQ: https://timur.mobi/timurs-kernel-n7-2013/faq

- Use forum search! Make sure to have "[x] limit my search to
/r/timurskernel" always checked:

https://www.reddit.com/r/timurskernel/search?restrict_sr=on

- A dedicated forum thread exists for each software release. This is
where you find latest infos and where you can post release specific
questions.

For v4.0-beta1 on Android 6.0.1 "MMB29O" (Jan 2016):

https://www.reddit.c...eta1_for_android_601

For v4.0-beta2 on Android 6.0.1 "MMB29V" (March 2016):

https://www.reddit.c...eta2_for_android_601

For v4.0-beta3 on Android 6.0.1 "MMB29J" (May 2016):

https://www.reddit.c...eta3_for_android_601


*** PLEASE JOIN MY SUPPORT FORUM ***
st3f0n
Moderator
#2 erstellt: 05. Jul 2016, 03:40
Also, ich hoffe mal, dass ich das gescheit und verständlich übersetzt bekomme.


- Android 6 will automatically encrypt your "/data" partition. In order
to root your device, you will need an un-encrypted "/data" partition.
One way to do this, is to format the "data" partition in TWRP.
If you don't have TWRP installed yet, install it now. The first thing
after installing TWRP and rebooting into it, should be to create a
full backup of the existing system to a separate USB flash drive
(connected via OTG cable). Then you can use TWRP to "Format data". This
will replace your encrypted "data" partition with a clean, unencrypted
one. If you want to have your apps and settings back, you can now
restore the "data" partition from your flash drive backup media to the
clean, unencrypted "data" partition on your device. If you prefer to
start with a completely clean (aka stock) Android 6 system, you can skip
the restore step and just leave your "data" partition empty.


Du musst TWRP (Team Win Recovery Project) auf dem Tablet installieren und über die App in die sogenannte TWRP neustarten. Wenn ich mich nicht irre, konnte man das aus der App heraus machen. Bist du in der TWRP drinnen, musst du dein Tablet formatieren im Text oben mit "Format data" beschrieben, damit sich dein Tablet auf dem absoluten Werkszustand befindet.

Dann steht da noch, wie man die Daten, welche sich auf deinem Tablet befinden absichern kann, da du aber vermutlich noch keine wichtigen Daten drauf hast, weil dein Tablet neu ist, kannst du den Teil überspringen.



- You need to install three ZIP files in TWRP (usbhost kernel + modified
services + SuperSU). Whenever you install or updated a 3rd party kernel
in TWRP, you will need to re-install SuperSU afterwards! Always!
In previous installation guides for Android 4.x and 5.x I always pointed
out, that the install order would not matter. This is not true anymore
under Android 6. Here, the order plays an important role.


Befindet sich das Tablet im Werkszustand, musst du 3 ZIP Dateien installieren: usbhost kernel + modified
services + SuperSU.

Willst du, wenn alles fertig ist, noch einen Kernel aufspielen, musst du danach SuperSU neu installieren, das kommt für die meisten aber nicht in Frage, also eher unwichtig.

In den älteren Versionen für Android 4.x und 5.x hat die Installationsreihenfolge der 3 Dateien keine Rolle gespielt, bei Android 6 spielt die Reihenfolge aber eine wichtige Rolle.



REQUIRED FILES for Nexus 7 2013 Wifi-only / flo (razor):


Bei den Factoryimages, musst du, wenn ich mich recht erinnere deine eigene herausfinden, das ging in den Einstellungen. Diese lädst du herunter, genau wie TWRP Wifi und SuperSU.



STEP-BY-STEP Installation Guide:

If you run into issues with this installation guide, be aware that you
can consult ANY "How to root my Nexus 7 2013" guide. Only the very last
steps of this guide (3E) talk specifically about Timur's Kernel.
Everything up front only talks about Android OS upgrade and rooting.


Schritt für Schritt Installations Anleitung:

Falls du auf Probleme mit dieser Anleitung treffen solltest, denke daran, dass du auf sämtliche "Wie roote ich mein Nexus 7 2013" Anleitungen zurückgreifen kannst. Nur die letzten Schritte (ab 3E) befassen sich mit der Installation von Timurs Kernel. Alles davor befasst sich nur mit dem Android OS upgrafe und das rooten.



(1) Establish ADB over USB connectivity

Make "adb" and "fastboot" tools available on your PC. You can do this,
by installing the Android SDK:


Installiere das Android SDK aus dem Link, damit du auf adb und fastboot zugreifen kannst.



Once installed, you need to add the "adb" and "fastboot" tools to your
PATH environment variable. So you can use these tools from anywhere and
for the "flash-all" script to be able to find the fastboot tool.


Ist das Android SDK installiert, musst du die adb und fastboot Tools dort hinzufügen, damit du darauf zugreifen kannst und das flash-all script, fastboot finden kann.



Now enable the "USB debugging" feature on your Android device. In order
to do so, open Settings and then open "Developer options".


Nun aktiviere das "USB Debugging". Gehe dafür in die Einstellungen und öffne dort die Entwicklungsoptionen oder Entwickler optionen oder sowas ähnliches, ich weiß gerade nicht, wie das richtig heißt auf Deutsch heißt.



If you cannot find "Developer options" in the list, go to "About
tablet" and click the "Build number" five times in a row, until
you see a toast message, telling you that: You are now a Developer.
Now leave "About tablet" and you should be able to see and open
"Developer options".


Falls du die Entwickleroptionen nicht finden kannst, gehe zu "Über das Tablet" und klicke 5 mal auf deine Build Nummer, es sollte eine Nachricht erscheinen, welche dir sagt, dass du nun Entwickler bist. Gehe zurück und schaue nach. ob du nun die Entwickleroptionen öffnen kannst. Das war bei mir der Fall.



Under "Developer options" you should now be able to enable "USB
debugging". While you are in "Developer options", you may also want to
enable "Stay awake". This feature is useful, if you want to use the
FI-mode feature. More info:


In den Entwickleroptionen, solltest du nun dazu fähig sein, das USB Debugging zu aktivieren. Wenn du schon in dort bist, kannst du, falls du den FI Modus nutzen möchtest aktivieren. FI = Tablet fest eingebaut und nur an, wenn Strom anliegt, in unserem Fall natürlich nur dann, wenn die Zündung an ist.



With your tablet connected to the PC, you should now be able to open a
command shell on your PC and run the following commands. This is for
testing connectivity only:

adb shell date


Ist dein Tablet mit dem Rechner verbunden, solltest du nun dazu in der Lage sein, einen Shell Befehl auszuführen. Das ist nur dafür da, um die korrekte Konnektivität mit dem Tablet sicher zu stellen.

Befehl: adb shell date



This should show the "List of attached Android devices" in the command
shell on your PC. If this does not show at least one Android device
(with a serial number and a name), you should try unplugging and
reconnecting the USB cable. You may need to confirm ADB connectivity in
a dialog box on your Android device. If you are not able to establish
ADB-over-USB connectivity, google for "adb windows" and/or "adb windows
usb drivers". And possibly install/update the required USB drivers.
Continue only, if the adb tool is working properly.


Nun sollte eine "Liste von verbundenen Android Geräten" in der Kommando Shell auf deinem Rechner anzeigen. Falls es kein einziges Android Gerät anzeigt (Mit einer Seriennummer und einem Namen), solltest du das USB Kabel auszu- und wieder einzustecken. Evtl. musst du die ADB Konnektivität in einer Dialogbox auf deinem Androidgerät aktivieren.

Falls es dir nicht möglich ist, ADB über USB Verbindung aufzubauen, musst du entsprechende neue adb Treiber und USB Treiber installieren, diese findest du über Google. Fahre nur fort, wenn das adb Tool richtig funktioniert.



(2) Unlock the bootloader

If your tablet's bootloader is not yet unlocked, you need to unlock it
now. This can be done in two quick steps by running the following
commands in the command shell on your PC:

adb reboot bootloader


Den Bootloader freischalten

Falls der Bootloader vom Tablet noch nicht freigeschaltet ist, musst du dieses nun tun. Das kann in zwei schnellen Schritten getan werden, indem du die folgenen Kommandos in der Kommandozeile auf deinem Rechner eingibst:

"adb reboot bootloader"

und dann, wenn dein Tablet im Bootloader ist, gibst du:

"fastboot oem unlock"

ein.



NOTE: Unlocking will fully wipe your device. You need to confirm the
unlocking procedure on the device screen. As long as you don't lock your
bootloader again, you only need to do this once.


MERKE: Das freischalten wird dein Gerät komplett formatieren. Du musst die freischalten Prozedur auf dem Display akzeptieren. Solange du den Bootloader nicht wieder schließt, musst du das nur ein mal machen. Belasse es einfach bei dem offenen Bootloader, damit es zu keinen Problemen führt, habe ich auch so belassen.



(3) Installation

You can skip all the steps marked with a star (*), if you do NOT want to
carry over your existing "/data" partition.

A Boot tablet to bootloader mode and install openrecovery from PC.
Skip this if you got TWRP installed already.

fastboot flash recovery twrp-2.8.5.0-flo.img
(Actual filename may differ.)


Installation:

Du kannst alle Schritte, welche mit einem Stern (*) überspringen, falls du deine bisherigen Daten auf dem Tablet nicht behalten möchtest, was ja der Fall sein sollte.

A. Boote das Tablet in den Bootloader Modus und installiere openrecovery von deinem PC aus. Den Teil kannst du überspringen, falls du TWRP bereits installiert hast.

fastboot flash recovery twrp-2.8.5.0-flo.img
Der Name der Datei kann sich unterscheiden.


Der Abschnitt "B" befasst sich mit der Wiederherstellung der Dateien, die du nicht behalten hast.



C Android factory image installation. You can skip this step, if you
have the correct Android version + build number installed, which is
required for use with Timur's Kernel. You can find the currently
installed "Android version" and "Build number" under: Settings /
About tablet.


C. Android Facory Image Installation.

Du kannst diesen Schritt überspringen, falls du bereits die korrekte Android Version und Build Nummer installiert hast, was für die Nutzung mit Timurs Kernel nötig ist. Du kannst die momentan installierte Android Version und Build Nummer unter Einstellungen - Über das Tablet finden.



To install a factory image, uncompress it into a temporary folder
on your PC. You then need to open a command shell (Terminal) and
switch (cd) to that folder. Then, with your Android device still
connected over USB and still in bootloader mode, you can run
flash-all.bat (or flash-all.sh on OSX or Linux) to install the
factory image. Note: this will delete all your Android apps and
data. You will end up with a clean, factory reseted device.


Um das Factory Image zu installieren, entpacke es in einen beliebigen Ordner auf deinem Rechner. Nun musst du die Kommandozeile öffnen (Terminal) und wechsle (cd) in den Ordner. Dann, mit deinem Android Gerät noch immer über USB verbunden und noch immer im Bootloader Modus, kannst du die "flash-all.bat" ausführen, um das Facory Image zu installieren. Merke: Das wird alle deine Daten auf deinem Tablet löschen und du wirst ein komplett neues System auf deinem Nexus haben.



(If you want to preserve your current Android apps and data, you
need to edit your flash-all script BEFORE running it. If this is
what you want, then open the flash-all script in a text editor and
remove the "-w" parameter from the bottom line. Only remove the
dash and the w. Do not change anything else. Now store the file and
run it.)


Wieder Datensicherung, falls gewollt.



This procedure will take a while to finish. (It will remove your
custom TWRP recovery. But it won't re-lock your bootloader.)


Diese Prozedur wird eine Weile dauern, bis sie fertig ist.



Let tablet boot into the just installed Android OS. Make sure the
system is working OK. Go to Settings / Developer options and make
sure "USB Debugging" is switched ON.


Lass das Tablet hochfahren und gehe sicher, dass das System soweit in Ordnung ist. Gehe in die Einstellungen - Entwickleroptionen und gehe sicher, dass USB Debugging eingeschaltet ist.



Boot tablet into bootloader mode ("adb reboot bootloader") and
re-install TWRP via PC (see step A above).

Then boot tablet into recovery.


Boote das Tablet in den Bootloader Modus ("adb reboot bootloader") und installiere TWRP über den Rechner erneut. Siehe Schritt "A"

Dann boote das Tablet in die Recovery.


Schritt D ist wieder Datenwiederherstellung.



E Still in TWRP mode, copy three ZIP files from your PC to the
internal /sdcard on your Nexus:

- timur-services...zip
- timur-usbhost...zip
- SuperSU...zip


E.

Noch immer im TWRP Modus, kopiere die 3 Zip Dateien von deinem Rechner auf den internen Speicher von deinem Nexus.

- timur-services...zip
- timur-usbhost...zip
- SuperSU...zip


Now install these ZIP files in the same order via the TWRP UI.
NOTE: Order matters!!
Whenever you install timur-usbhost, you MUST also install SuperSU
afterwards. If you fail to do so, Android may re-encrypt your
"data" partition, possibly preventing root.


Nun installiere die ZIP Dateien in der gleichen Reihenfolge über die TWRP Oberfläche
MERKE: Die Reihenfolge ist wichtig!
Immer wenn du timur-usbhost installierst, MUSST du auch SuperSU danach installieren. Falls du das vergisst, wird Android die "data" Partition wieder verschlüsseln und das Rooten verhindern.



F Reboot into Android (-> "Reboot System").

IMPORTANT: If TWRP tells you "Your device does not appear to be
rooted. Install SuperSU now?" - DO NOT "Swipe to install"! Instead,
click: "Do Not Install".


F.

Starte ins Android neu (-> "Reboot System").
WICHTIG: Falls TWRP dir sagt "Dein Gerät scheint nicht gerootet zu sein, installiere SuperSU nun?" - Wische NICHT zum installieren. Klicke stattdessen auf "Nicht installieren"



POST Installation:

- On first system boot after installation: Do not immediately open
PowerEventMgr. Instead, let the system rest in Launcher for 1-2 minutes.
You should see a SuperSU permission dialog show up for PowerEventMgr.
Now grant it root access. You can now open PowerEventMgr and, say,
enable FI-mode and fast charging.


Nach der Installation:

Nach dem ersten Booten nach der Installation, öffne nicht direkt den PowerEventMgr, sondern lasse das Tablet erstmal 1-2 Minuten laufen. Es sollte ein SuperSU Dialog Erlaubnis erscheinen für den PowerEventMgr und erlaube diesem Root Rechte. Nun kannst du in den PowerEventMgr gehen und den FI Modus und fast charging aktivieren.



- VCam2 app will be installed (or updated) when you launch PowerEventMgr
and click the "Launch VCam [Exec]" button. If you intend to use VCam2,
you should click this button once, every time you have installed or
upgraded the kernel (usbhost installer) via recovery system. Launching
VCam2 for the first time will bring up a SuperSU permission dialog. It
is necessary to grant VCam2 root permissions.

- It is also possible to install VCam2 manually, by opening VCam2.apk
from the /sdcard/ folder (say, using a file manager app). Once VCam2 has
been installed (or updated), the file /sdcard/VCam2.apk can be deleted.


VCam2 App wird installiert oder geupdatet wenn du den PowerEventMgr öffnest und auf den Launch VCam [Exec] Button klickst. Ich gehe mal davon aus, dass du keine Rückfahrkamera installiert hast, weshalb wird diesen Schritt überspringen.



- It is suggested you disable SuperSU toast messages for PowerEventMgr
and VCam2. To do so, open SuperSU app, select PowerEventMgr and change
the Notifications setting from "Global defaults" to "Disabled". Hit the
check mark to store the modified settings. Now do the same for vcam2.
And hit the check mark again to store the modified settings.


Es wird dazu geraten, die SuperSU Nachrichten für PowerEventMgr und VCam2 zu deaktivieren. Um dies zu machen, öffnest du SuperSU, wählst PowerEventMgr und schalte die Benachrichtigungen von "Global defaults" auf "Disabled". Klicke auf das Häkchen um die Einstellungen zu speichern. Das gleiche für VCam2.



- You need to disable Android OTA updates. If you allow an Android OTA
to update your system, the kernel, the custom recovery and SuperSU will
be removed. Do this: Long press the notification (i-icon) and block,
then disable it in app settings.


Du musst automatische Android Updates deaktivieren. Falls du dies nicht machst, wird der Kernel, die Recovery und SuperSU entfernt. Mach das: Drücke lange auf die Benachrichtigung (i Symbol) und blockiere es. Danach in den Einstellungen deaktivieren.



- In order to use PowerEventMgr (PEM) Wakeup-screen, the Android
lock-screen must be disabled (see: Security).


Um den PEM Wakeup-screen zu nutzen, muss der Android gesperrt Bildschirm deaktiviert sein. Zu finden unter Sicherheit.



- You probably want to enable: Settings / Developer options / Stay awake
(Screen will never sleep while charging).


Aktiviere in den Einstellungen - Entwickleroptionen - Wach bleiben, damit der Bildschirm nicht ausgeht, wenn das Tablet geladen wird.



- If your system works well, re-boot into recovery mode and create a new
full backup to a USB flash drive (connected via OTG cable). It's good to
have this.


Falls dein System ordentlich läuft, starte dein System in den Recovery Mode neu und erstelle ein volles Backup auf einen USB Stick, welcher per OTG Kabel verbunden ist. Falls später mal was schief laufen sollte und du das System wieder auf den Neuzustand zurücksetzen kannst.


Einige Reddit Links für Fragen usw..


Das reicht mir nun. Ich hoffe, ich habe es ausführlich genug übersetzt. Mehr kann ich nun auch nicht für dich tun, du bist nun auf dich alleine gestellt. Ich kann dir womöglich nicht mehr alle Fragen beantworten, weil es nun schon knapp ein Jahr her ist, seitdem ich das gemacht habe aber evtl. weiß ich ja noch was. Viel davon ist aber nicht mehr in meinem Kopf über geblieben.

Womöglich konnte ich ja noch anderen Usern helfen. Bitte nicht mehr per PN nachfragen, es gibt auch andere User, welche euch helfen können. Erstellt dafür einen Thread oder fragt in meinem oder in diesem hier nach, denn ich will nicht mehr die Ansprechperson sein, die allen weiterhelfen muss.

Die Anleitung an sich ist ausführlich genug beschrieben auch wenn man selber mal ein wenig ausprobieren muss, wie das nun gemeint ist. Im Endeffekt hat sie für mich und einigen anderen Nexus Usern gereicht.

Es ist spät, ich gehe nun ins Bett.
SliZzaXx
Schaut ab und zu mal vorbei
#3 erstellt: 05. Jul 2016, 10:07
Okay vielen Dank für diese riesige Mühe
und investierte Zeit von dir.
Zwei Fragen bleiben von meiner Seite aus
1. Nicht beschrieben wann das Gerät gerootet werden muss oder ist es der aller erste Schritt den ich tun muss?
2. Wie bekomme ich TWRP auf das Tablet?

Sorry für meine "unwissenheit"
st3f0n
Moderator
#4 erstellt: 05. Jul 2016, 12:17
Im vierten Zitat steht, wie man es rootet.

TWRP bekommst du über das USB Kabel aufs Tablet. Installieren musst du es auf dem Tablet.
SliZzaXx
Schaut ab und zu mal vorbei
#5 erstellt: 05. Jul 2016, 16:26
Wenn ich das Tablet am PC anschließe öffnet sich zwar das Fenster vom Nexus am PC aber dieser ist leer. Es lässt sich nichts kopieren.
SliZzaXx
Schaut ab und zu mal vorbei
#6 erstellt: 05. Jul 2016, 20:10
Also muss das Gerät als aller erstes gerootet werden ja?
st3f0n
Moderator
#7 erstellt: 05. Jul 2016, 20:11
Lies und verstehe die Anleitung.

Ansonsten wird dir Google auch bei einigen Fragen weiter helfen.
SliZzaXx
Schaut ab und zu mal vorbei
#8 erstellt: 05. Jul 2016, 23:51
Du musst automatische Android Updates deaktivieren. Falls du dies nicht machst, wird der Kernel, die Recovery und SuperSU entfernt. Mach das: Drücke lange auf die Benachrichtigung (i Symbol) und blockiere es. Danach in den Einstellungen deaktivieren.

Blockiert habe ich es wo deaktiviere ich sie?
st3f0n
Moderator
#9 erstellt: 05. Jul 2016, 23:57
Da ich selber Android 6 nicht benutze, kann ich es dir nicht wirklich sagen, evtl. unter Sicherheit, System oder sowas.
SliZzaXx
Schaut ab und zu mal vorbei
#10 erstellt: 06. Jul 2016, 00:31
Ich glaube ich habe es geschafft soweit ohne deine Hilfe hätte das nicht funktioniert ich danke dir noch einmal recht herzlich und hoffe, das du nicht nur mir geholfen hast sondern noch einigen nachzüglern.
Suche:
Das könnte Dich auch interessieren:
Timurs kernel als Downloads?
SliZzaXx am 13.06.2016  –  Letzte Antwort am 13.06.2016  –  2 Beiträge
Nexus 7 Timur´s Kernel Probleme beim laden.
SliZzaXx am 19.07.2016  –  Letzte Antwort am 19.07.2016  –  4 Beiträge
Probleme mit Installation KX Treiber
[TDS]Lurker am 15.12.2007  –  Letzte Antwort am 19.12.2007  –  4 Beiträge
Hilfe bei Touchscreen kauf
SoundFreak88 am 07.05.2008  –  Letzte Antwort am 31.05.2008  –  12 Beiträge
Günstigen 7" TFT wo kaufen?
Harrycane am 05.08.2008  –  Letzte Antwort am 30.08.2008  –  16 Beiträge
7" TFT empfehlung
Binford_3000 am 30.10.2008  –  Letzte Antwort am 31.10.2008  –  6 Beiträge
Android Tablet als ''Autoradio''
mongol am 14.02.2017  –  Letzte Antwort am 05.12.2017  –  15 Beiträge
Testbericht 7" Touchscreen-TFT Typ:CM13
schollehopser am 14.11.2007  –  Letzte Antwort am 31.12.2008  –  8 Beiträge
Android tablet, HU in Handschuhfach, Lautstärkeregelung?
Halbstark1708 am 13.04.2014  –  Letzte Antwort am 22.04.2014  –  25 Beiträge
Hilfe bei Zündung an macht PC garnichts!
ByWeed am 07.07.2008  –  Letzte Antwort am 08.07.2008  –  6 Beiträge
Foren Archiv
2016

Anzeige

Aktuelle Aktion

Partner Widget schließen

  • beyerdynamic Logo
  • DALI Logo
  • SAMSUNG Logo
  • TCL Logo

Forumsstatistik Widget schließen

  • Registrierte Mitglieder925.721 ( Heute: 2 )
  • Neuestes MitgliedMaxikulti
  • Gesamtzahl an Themen1.551.049
  • Gesamtzahl an Beiträgen21.536.838

Hersteller in diesem Thread Widget schließen