Clockworkmod

E

el_fuego

Neues Mitglied
17
It took me a couple of days to find working combination of init and fstab, but finally I managed to create working Clockworkmod recovery for S9512.

Link: https://dl.dropbox.com/u/17148008/cwm_s9512.img

Just download it, and flash with:

Code:
fastboot -i 0x17ef flash recovery cwm_s9512.img
Make sure that you have working drivers and tablet is rebooted into bootloader (see https://www.android-hilfe.de/forum/...up-von-s9512-gesucht.275823.html#post-3730124).

I tested the CWM with making backups and applying update.zip and seemed to work fine.

With this recovery you can install any unsigned update.zip, so rooting is trivial, even for tablets updated to 4.0.4.
 
  • Danke
Reaktionen: manger, LuckyD, brennie und eine weitere Person
und wie geht dann root ???
 
Here is instruction of rooting Lifetab S9512, never mind if Android is updated to 4.0.4 or not. Some parts of the instruction are the same as in other instructions, but I wanted everything to be in one place. If someone wants to translate it into german, feel free. Also feedback is appreciated, my tablet is already rooted, so I can not verify all the steps myself.

General instructions are:
1. Flash CWM recovery
2. Use adb during recovery to push su binary and give it proper privileges

Detailed:
1. Download and install Android SDK Android SDK | Android Developers
2. Start SDK Manager and install Extras/Google USB Driver and Tools/Android SDK Platform-Tools
3. In the SDK directory find folder
Code:
android-sdk\extras\google\usb_driver
and edit file
Code:
android_winusb.inf
add following to both the [Google.NTx86] and [Google.NTamd64] sections:
Code:
;Lifetab S9512
%SingleBootLoaderInterface% = USB_Install, USB\VID_17EF&PID_74CB&REV_0100
%SingleAdbInterface%         = USB_Install, USB\VID_17EF&PID_74CC&MI_02
%CompositeAdbInterface%     = USB_Install, USB\VID_17EF&PID_74CC&REV_0216&MI_02
%SingleAdbInterface%         = USB_Install, USB\VID_17EF&PID_74CC&MI_00
%CompositeAdbInterface%     = USB_Install, USB\VID_17EF&PID_74CC&REV_0216&MI_00
4. Make sure that USB-Debugging is active in the tablet (Settings/Programmer Settings/USB-Debbuging or something similar :confused:)
5. Reboot the tablet into bootloader
a: power off the tablet
b: press the Volume Down button and hold it, press the Power button and hold it until the tablet vibrates. Release the Power button, but keep the Volume Down button pressed until you see the one-line red message on the screen saying that the Fasboot USB protocol was started.
6. Connect the tablet to the computer with USB cable
7. In Control Panel/System/Device Manager find "LIFETAB_S9512" or "Blaze", whichever has exclamation mark, and install drivers for it - drivers are in the folder
Code:
android-sdk\extras\google\usb_driver
If Windows complains that drivers are not signed, just acknowledge and install them anyway.
7. Download file https://dl.dropbox.com/u/17148008/cwm_s9512.img into some place, C:\ for example.
8. Run cmd and cd to folder
Code:
android-sdk\platform-tools\
9. Give following command:
Code:
fastboot -i 0x17ef flash recovery C:\cwm_s9512.img
- of course instead of C:\ enter the full path to the file downloaded in step 7.
10. Unplug the USB cable, do not close the cmd window, it will be useful in a moment.
11. Reboot the tablet into recovery mode
a: power off the tablet by holding the Power button - it takes about 10-12s until it powers off
b: press BOTH the Volume Up and Down buttons (it is possible, just firmly hold them both) and hold them, press the Power button and hold it until the tablet vibrates. Release the Power button, but keep the Volume buttons pressed until the recovery loads (menu will be visible at top of the screen and "gear"-like logo in the center)
12. Download the superuser archive from http://downloads.androidsu.com/superuser/Superuser-3.0.7-efghi-signed.zip and extract su file from it (it is in system/bin) and put it somewhere, e.g. in C:/
13. Connect the USB cable
14. Install drivers for adb in recovery mode (just repeat step 7).
15. In the cmd window enter the following commands:
Code:
adb push C:\su /system/xbin/su
adb shell chown 0.0 /system/xbin/su
adb shell chmod 06755 /system/xbin/su
adb reboot
In the first line of course give full path to extracted su file instead of C:\
16. After the last command the tablet will reboot. Unplug USB cable, install "superuser" app from play store and enjoy root.
 
Zuletzt bearbeitet:
  • Danke
Reaktionen: tom_wolf, manger, Prime Acolyte und 4 andere
echt cooooooooooooool..... CWM läuft :scared::scared::scared::scared:
aber
el_fuego schrieb:
15. In the cmd window enter the following commands:
Code:
adb push C:\su /system/xbin/su 
.....
ist das richtig??

jetzt ist su im Ordner /system/xbin/su/system/bin/... und /system/xbin/su/META-INF/...

wäre nicht "/system/bin/" richtig?
 
Extract the zip, and use just one file named su. For example, if you extract the zip into C:\foo, you get some files in:
C:\foo\META-INF\...
and
C:\foo\system\bin\su
The last one is which is needed, in that case the command should look like this:
Code:
adb push C:\foo\system\bin\su /system/xbin/su
If you have already pushed the whole zip into /system/xbin/su, before you retry you should remove it with (be extremely careful, don't make a typo in here!):
Code:
adb shell rm -rf /system/xbin/su
 
  • Danke
Reaktionen: CygnusX-1
haaa es läuft.

Danke Danke

:scared::scared::scared::scared::scared::scared::scared:
 
Jo geilomat. Alles roger läuft.

Danke

mfg LuckyD
 
Hallo !
Hat alles super funktiuniert.
HAbe verucht das beats audio app zu installieren. nun fährt das Tablet nicht mehr hoch. Brauche also ein funktionierendes ROM Image. Hat jemand schlauerweise eins gemacht nicht so wie ich ?

mfg LuckyD
 
Vielen Dank für diese TOP Anleitung.

Nach langem Suchen habe ich endlich eine brauchbare und funktionsfähige Rooting-Anleitung gefunden. Herzlichen Dank, hat SUPER geklappt. :scared:

Kennt irgend jemand eine Custom-Firmware für dieses Tablet?

Lg HerTa6
 
@el_fuego
Besten Dank für die Anleitung! :thumbup:

In der Datei android_winusb.inf mußte ich allerdings noch

Code:
%CompositeAdbInterface%     = USB_Install, USB\VID_17EF&PID_74CC&REV_0216
einfügen, damit der Treiber für adb erkannt wurde.
 
Super !!
+100
 
Kann es sein, dass sich der Akkuverbrauch im idle mit ein paar Standardapps (adaway, busybox) massiv erhöht hat? Mein Lifetab schlüsselt unter Akku leider nicht nach Apps auf, so dass ich das nicht selber beurteilen kann wie bei einem Nexus S bspw. Habt ihr ähnliche Erfahrungen?
 
Spitze! Klappt einwandfrei.
Habe auch nach dem Rooten keinerlei Probleme festgestellt!
 
Habe am Wochenende als Android-Anfänger endlich den Mut gehabt, das Tab, wie hier beschrieben, zu rooten. Es hat super funktioniert.

Vielen Dank für die perfekte Anleitung.

Gruß Thomas
 
Wenn ich mein Tablet roote, muss ich vorher ein backup machen.
Oderbleibt durch das rooten auch meine Apps etc. oben ??

Wenn ja, wie kann ich Backups machen von meine Apps und eventuellen Einstellungen ?

Besten Dank
LG
JDMario
 
Ich habe die Anleitung befolgt, jedoch läuft der Treiber bei mir im Bootloader nicht rund.
Habe auch die zusätzliche Zeile Cygnus ergänzt.

Kann mir bitte einer von euch weiterhelfen oder hat Ideen?
Mein System ist Windows 7 32bit (könnte es auch noch auf einem 64bit testen)

[Google.NTx86]

;Lifetab S9512
%SingleBootLoaderInterface% = USB_Install, USB\VID_17EF&PID_74CB&REV_0100
%SingleAdbInterface% = USB_Install, USB\VID_17EF&PID_74CC&MI_02
%CompositeAdbInterface% = USB_Install, USB\VID_17EF&PID_74CC&REV_0216&MI_02
%SingleAdbInterface% = USB_Install, USB\VID_17EF&PID_74CC&MI_00
%CompositeAdbInterface% = USB_Install, USB\VID_17EF&PID_74CC&REV_0216&MI_00
%CompositeAdbInterface% = USB_Install, USB\VID_17EF&PID_74CC&REV_0216

.....

[Google.NTamd64]

;Lifetab S9512
%SingleBootLoaderInterface% = USB_Install, USB\VID_17EF&PID_74CB&REV_0100
%SingleAdbInterface% = USB_Install, USB\VID_17EF&PID_74CC&MI_02
%CompositeAdbInterface% = USB_Install, USB\VID_17EF&PID_74CC&REV_0216&MI_02
%SingleAdbInterface% = USB_Install, USB\VID_17EF&PID_74CC&MI_00
%CompositeAdbInterface% = USB_Install, USB\VID_17EF&PID_74CC&REV_0216&MI_00
%CompositeAdbInterface% = USB_Install, USB\VID_17EF&PID_74CC&REV_0216

Dies sind meine geänderten Zeilen
 

Anhänge

  • Unbenannt.PNG
    Unbenannt.PNG
    15 KB · Aufrufe: 529
Bräuchte immer noch Hilfe...
Weiß einer was ich machen könnte?
Wollte nochmal pushen, da ich bisher keine Antwort erhalten habe.
 

Anhänge

  • cmd.JPG
    cmd.JPG
    16,8 KB · Aufrufe: 465
Ok danke =)
Hatte es dann heute Morgen hinbekommen.

War jetzt aber leider so dämlich und habe den Factoryreset über CWM gemacht (was man offenbar nicht machen sollte, wie ich danach gelesen habe -.-)
kann mir einer ein Systembackup zukommen lassen =/
Leider kann ich bisher keins im Internet entdecken.
 

Ähnliche Themen

B
  • brennie
Antworten
10
Aufrufe
4.902
tom_wolf
T
Zurück
Oben Unten