G
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.
The first thing we want to do is find the bootclasspath for the ROM you are using. You will have to get the file /init.rc from your phone in some way; if you prefer using root explorer then use root explorer to copy it to your sd card, I prefer using adb. Once you have init.rc on your computer, open it up in a text editor. Search for the line that begins with "export BOOTCLASSPATH" and copy the rest of the line. It should look like this:
isabella-herzchen schrieb:ok,
bootclasspath steckt in der boot.img / ramdisk/init.rc
ganz oben in der Datei stehen die "framework files (dateien)die geladen werden.
Bedeutet entpacke die boot.img init.rc nach der zeile bootclasspath
das sollte dann stehen /framework-res.apk/framework.jar usw.........
die packst du dann in das file vom tool. (txt ?)
ich bin auf Linux deswegen kann ich nur so weiter helfen!!!
Gruß isa
ernie1981 schrieb:Hallo,
Im Anhang die gesuchte Datei, bitteschön!
Aber ich bekommes trotzdem nicht hin, leider!
Hen Ry schrieb:da kann ich nichts finden?
import /init.recovery.${ro.hardware}.rc
on early-init
start ueventd
start healthd
on init
export PATH /sbin:/system/bin
export ANDROID_ROOT /system
export ANDROID_DATA /data
export EXTERNAL_STORAGE /sdcard
symlink /system/etc /etc
symlink /storage/sdcard1 /external_sd
mkdir /boot
mkdir /recovery
mkdir /sdcard
mkdir /internal_sd
mkdir /sd-ext
mkdir /datadata
mkdir /emmc
mkdir /system
mkdir /data
mkdir /cache
mount tmpfs tmpfs /tmp
chown root shell /tmp
chmod 0775 /tmp
mkdir /mnt 0775 root system
mkdir /storage 0050 root sdcard_r
mount tmpfs tmpfs /storage mode=0050,uid=0,gid=1028
# See storage config details at External Storage | Android Developers
mkdir /mnt/shell 0700 shell shell
# Directory for putting things only root should see.
mkdir /mnt/secure 0700 root root
# Create private mountpoint so we can MS_MOVE from staging
mount tmpfs tmpfs /mnt/secure mode=0700,uid=0,gid=0
# Directory for staging bindmounts
mkdir /mnt/secure/staging 0700 root root
# Fuse public mount points.
mkdir /mnt/fuse 0700 root system
mount tmpfs tmpfs /mnt/fuse mode=0775,gid=1000
write /sys/class/android_usb/android0/enable 0
write /sys/class/android_usb/android0/idVendor 18D1
write /sys/class/android_usb/android0/idProduct D001
write /sys/class/android_usb/android0/functions adb
write /sys/class/android_usb/android0/iManufacturer ${ro.product.manufacturer}
write /sys/class/android_usb/android0/iProduct ${ro.product.model}
write /sys/class/android_usb/android0/iSerial ${ro.serialno}
on boot
ifup lo
hostname localhost
domainname localdomain
class_start default
on property:sys.powerctl=*
powerctl ${sys.powerctl}
service ueventd /sbin/ueventd
critical
service healthd /sbin/healthd -n
critical
service recovery /sbin/recovery
disabled
service setup_adbd /sbin/setup_adbd
oneshot
service adbd /sbin/adbd recovery
disabled
socket adbd stream 660 system system
service vold /sbin/minivold
socket vold stream 0660 root mount
ioprio be 2
# setup_adbd will start adb once it has checked the keys
on property:service.adb.root=1
write /sys/class/android_usb/android0/enable 0
restart adbd
write /sys/class/android_usb/android0/enable 1
on property:sys.storage.ums_enabled=1
write /sys/class/android_usb/android0/enable 0
write /sys/class/android_usb/android0/idProduct D003
write /sys/class/android_usb/android0/functions mass_storage,adb
write /sys/class/android_usb/android0/enable 1
on property:sys.storage.ums_enabled=0
write /sys/class/android_usb/android0/enable 0
write /sys/class/android_usb/android0/idProduct D001
write /sys/class/android_usb/android0/functions adb
write /sys/class/android_usb/android0/enable ${service.adb.root}
Der ursprüngliche Beitrag von 21:26 Uhr wurde um 21:29 Uhr ergänzt:
a/core.jar:a/conscrypt.jar:a/okhttp.jar:a/core-junit.jar:a/bouncycastle.jar:a/ext.jar:a/framework.jar:a/framework2.jar:a/hwframework.jar:a/hwcustframework.jar:a/telephony-common.jar:a/voip-common.jar:a/mms-common.jar:a/android.policy.jar:a/services.jar:a/apache-xml.jar:a/webviewchromium.jar:a/hwEmui.jar:a/hwServices.jar:a/hwAndroid.policy.jar:a/hwTelephony-common.jar