the|Gamer
Erfahrenes Mitglied
- 100
Wenn das möglich ist!
Nur her damit!
Nur her damit!
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.
trintyjck schrieb:Ich bekomme morgen (hoffentlich) mein zweites Gerät. Sobald das mit dem gerooteten boot.img versorgt ist, pulle ich mit adb das komplette System.
Das CWM-Backup sichert leider nicht alle Partitionen (nur System, Data, Cache, Boot, Recovery).
Laut "cat proc/mtd" gibts da aber noch mehr:
Code:mtd0: 00500000 00020000 "boot" mtd1: 00500000 00020000 "recovery" mtd2: 00140000 00020000 "misc" mtd3: 00060000 00020000 "splash" mtd4: 0ba00000 00020000 "system" mtd5: 03f00000 00020000 "cache" mtd6: 0a0a0000 00020000 "userdata" mtd7: 01400000 00020000 "userdata2" mtd8: 01400000 00020000 "cust"
cat /proc/partitions
cat proc/partitions
major minor #blocks name
7 0 18432 loop0
31 0 5120 mtdblock0
31 1 5120 mtdblock1
31 2 1280 mtdblock2
31 3 384 mtdblock3
31 4 190464 mtdblock4
31 5 64512 mtdblock5
31 6 164480 mtdblock6
31 7 20480 mtdblock7
31 8 20480 mtdblock8
179 0 3880960 mmcblk0
179 1 2880859 mmcblk0p1
179 2 1000100 mmcblk0p2
Ok, damit hab ich schon ein bißchen experimentiert. Mal sehen was dabei rumkommtsegler11 schrieb:Für windows brauchst du Cygwin.
musikant01 schrieb:vielleicht multitouch ?
ro.product.max_num_touch=4
Das funktioniert leider nicht.segler11 schrieb:Ist es der selbe Kernel fehlt beim U8600 ein Eintrag in der build.prop.
Code:ro.product.max_num_touch=4
trintyjck schrieb:Das funktioniert leider nicht.
Außerdem habe ich festgestellt, dass sich die von dark1t gepostete boot.img zwar flashen lässt, aber irgendwie das System beeinflusst.
Wenn ich mein zweites, jungfräuliches Telefon mit eben diesem Image boote, dann ist das so, als könnte die cust.img nicht gemountet werden. Es fehlen diverse Programme und eben die T-Com Eigenarten. Außerdem sieht die build.prop mit diesem Image anders aus.
Ich hab das zweite Telefon jetzt gerade mit cwm gebootet und die ganzen Images gepullt. Natürlich kann ich die alle nicht öffnen, aber daran hab ich mich ja schon gewöhnt :-/ Cygwin installiert noch...
Kann ich es riskieren das Telefon mit dem Script zu rooten oder sollte ich erst versuchen ein Backup zu erstellen?
on boot
setprop ARGH ARGH
setprop net.eth0.dns1 10.0.2.3
setprop net.gprs.local-ip 10.0.2.15
setprop ro.radio.use-ppp no
setprop ro.build.product generic
setprop ro.product.device generic
# fake some battery state
setprop status.battery.state Slow
setprop status.battery.level 5
setprop status.battery.level_raw 50
setprop status.battery.level_scale 9
# disable some daemons the emulator doesn't want
stop dund
stop akmd
setprop ro.setupwizard.mode EMULATOR
# enable Google-specific location features,
# like NetworkLocationProvider and LocationCollector
setprop ro.com.google.locationfeatures 1
# For the emulator, which bypasses Setup Wizard, you can specify
# account info for the device via these two properties. Google
# Login Service will insert these accounts into the database when
# it is created (ie, after a data wipe).
#
# setprop ro.config.hosted_account username@hosteddomain.org:password
# setprop ro.config.google_account username@gmail.com:password
#
# You MUST have a Google account on the device, and you MAY
# additionally have a hosted account. No other configuration is
# supported, and arbitrary breakage may result if you specify
# something else.
service goldfish-setup /system/etc/init.goldfish.sh
oneshot
service qemud /system/bin/qemud
socket qemud stream 666
oneshot
# -Q is a special logcat option that forces the
# program to check wether it runs on the emulator
# if it does, it redirects its output to the device
# named by the androidboot.console kernel option
# if not, is simply exit immediately
service goldfish-logcat /system/bin/logcat -Q
oneshot
adb shell setprop ro. abcdefg
segler11 schrieb:3. Besorg dir mal ne Ubuntu 10.04 live CD dann wird es mit Android schon einfacher.
cat proc/partitions
major minor #blocks name
7 0 18432 loop0
7 1 3150 loop1
7 2 3150 loop2
7 3 28098 loop3
7 4 4190 loop4
7 5 6269 loop5
7 6 23940 loop6
7 7 5229 loop7
31 0 5120 mtdblock0
31 1 5120 mtdblock1
31 2 1280 mtdblock2
31 3 384 mtdblock3
31 4 190464 mtdblock4
31 5 64512 mtdblock5
31 6 164480 mtdblock6
31 7 20480 mtdblock7
31 8 20480 mtdblock8
179 0 3880960 mmcblk0
179 1 3876864 mmcblk0p1
7 8 19782 loop8
7 9 3150 loop9
7 10 8348 loop10
7 11 6269 loop11
7 12 5229 loop12
7 13 3150 loop13
254 0 3150 dm-0
254 1 3150 dm-1
254 2 28098 dm-2
254 3 4189 dm-3
254 4 6268 dm-4
254 5 23940 dm-5
254 6 5229 dm-6
254 7 19782 dm-7
254 8 3150 dm-8
254 9 8347 dm-9
254 10 6268 dm-10
254 11 5229 dm-11
254 12 3150 dm-12
mount -o rw,remount /dev/block/mtdblock4 /system > /data/local/tmp/output 2>&1
export TEMPRANDOM=36343
export PS1=END:$TEMPRANDOM;cat /data/local/tmp/output
mount: Operation not permitted
END:36343
trintyjck;4 Alle anderen Images kann ich aber nicht entpacken. Unyaffs vermeldet immer "broken image file".[/QUOTE schrieb:Boot und Recovery.img sind keine Fiilesystems. das sind custom android format consisting of a 2k header.
Um zb. die system.img zu öffnen (unter Linux)
Code:$ mkdir /mnt $ cp ./system.img ./system.img.BACKUP $ sudo mount -t ext4 -o loop system.img /mnt $ mkdir system $ nautilus /mnt/
Der ursprüngliche Beitrag von 20:22 Uhr wurde um 20:25 Uhr ergänzt:
doubleK schrieb:Warum eine 10.04 live CD und keine aktuelle?
Ich hatte mich darüber schon in einem anderen Beitrag gewundert, es aber dann auf das Alter des Threads geschoben.
Android basiert auf Linux 10.04 deswegen. Kernel, Cwm Kompilieren usw läuft am besten unter 10.04.
Warum versuchst du's nicht hiermit: klick ?the|Gamer schrieb:O.K. So funktioniert es https://www.android-hilfe.de/forum/...uawei-u8600-1.226582-page-9.html#post-4660046 auch nicht, nach dem ich die su binary kopieren und neustarte kommt permission denied wenn ich per adb shell "su" eintippe.
Soweit war ich auch schon Ich wollte damit nur zum ausdruck bringen, dass ich essegler11 schrieb:Boot und Recovery.img sind keine Fiilesystems. das sind custom android format consisting of a 2k header.
the|Gamer schrieb:habe jetzt mtd0 und mtd1 gedumpt -> mtd0 = kernel und mtd1 = recovery
recovery incl. vold.fstab läuft gerade durch den Recovery Builder gejagt -> recovery.img