P
patsem
Stamm-User
- 24
Was muss man den über haupt machen?
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion erfordert derzeit den Zugriff auf die Seite über den integrierten Safari-Browser.
Bist Du Dir sicher dass es wirklich diese schon viele Jahre alte Version war? Falls ja, könnten wir den Fehler schon gefunden haben. Die Version die Du verwenden könntest wäre die letzte Stabile, dass ist glaub die 4.8 (v5.x und v6.x sind auch nicht geeignet, sind für neuere Versionen von Android). Ich würde aber sowieso kein extra SU drauf machen.cosmicsea schrieb:2. UPDATE-SuperSU-v1.30 drauf
By following the above cmd, it will create a generic EFS files on your device
- Download and flash official firmware for your phone.
- Flash CWM/TWRP recovery and root your device using recovery method by installing UPDATE-SuperSU-vX.XX.zip file.
- Install ADB on your computer.
- Boot your device into recovery mode (Vol Up+Home+Power).
- Connect your device to PC via USB cable wait until windows update the driver.
- In the recovery mode Choose: “mount and storage > mount /system” CWM , “Mount > System” TWRP.
- Open ADB command window and type the following cmd:
adb shell
mke2fs /dev/block/mmcblk0p3
mount -w -t ext4 /dev/block/mmcblk0p3
reboot
Now normally your device will reboot and it should pass Samsung logo.
Your device might display a screen with a yellow text (FactoryMode), follow this tutorial to fix it.
C:\adb-tools>adb devices
List of devices attached
4df7ed4e1245cfb1 recovery
C:\adb-tools>adb shell
~ # ^[[8;5Rsu
su
root@android:/ # cd /dev/block/platform
cd /dev/block/platform
root@android:/dev/block/platform # ls
ls
CANNOT LINK EXECUTABLE: could not load library "libselinux.so" needed by "ls"; caused by library "libselinux.so" not found
1|root@android:/dev/block/platform #