M
mama
Ambitioniertes Mitglied
- 2
hab die alte erstmal wieder drauf .. morgen können wir ja weiter testen.
einen schönen abend euch noch
einen schönen abend euch noch
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.
einen wunderschönen guten morgen.mama schrieb:hab die alte erstmal wieder drauf .. morgen können wir ja weiter testen.
einen schönen abend euch noch
quetschwalze schrieb:Also es gibt ne neue Anleitung, leider hatte ich mein Kabel auf der Arbeit vergessen, von daher konnte ich es nicht testen.
Download Flytouch 3 files (using this google cached page of download link):
http://www.google.com/url?sa=t&sourc...hebR0Q5vgAUChQ
*Rename firmware-discovery to .zip, open (thanx for the catch kineticz)
Keep system.tar and ramdisk.img
Download updated kernel (uimage) and wifi driver here:
http://forum.xda-developers.com/atta...9&d=1300632589
Keep uimage and rt2070sta.ko (wifi driver)
Das soll geflasht werden und dann direkt von SD-Karte booten..
Kann es erst heute Abend ausprobieren.
quetschwalze schrieb:... und das soll heissen was?
I fixed the ramdisk to mount the filesystems as yaffs2 on the nand flash, and that got this firmware to boot. However, the rotation and touchscreen calibration were both off by 90 degrees using the flytouch2 kernels. Also, wifi didn't work.
Now, partition the sd-card (any size will work, I used a 1GB card to test with):
First primary partition: Not used. I formatted this as fat32. Any size goes, can be useful to use in other devices.
Second primary partition: Format as ext3. This will contain /system, and I recommend 192MB size
Third primary partition: Format as ext3. This will contain /data, and I recommend this one to be the biggest partition, so use up the card's remaining space minus 256MB space for the partitions to follow.
Now, create an extended partition to use up the remaining space
First logical partition (partition #5): Format as ext3. This will be /cache. I recommend 128MB. If you have a small card, 64MB will likely work as well.
Second logical partition (partition #6): This will be /local. Format as fat32. This is not an android-standard partition, but specific to the flytouch2/3 firmware. No idea what it uses it for really. I recommend 128MB, but if your card's small, use less.
Now that you have setup the partitions, it's time to write data to it. The only partition that needs data is the second one, which we will fill up with data from system:
First, mount the ext3 partition (assuming you're using linux here):
sudo mkdir -p /mnt/system
sudo mount -t ext3 /dev/sdX2 /mnt/system
sudo tar -C /mnt/system -xvpf /path/to/system.tar # the 'p' is important, it preserves the android filesystem permissions!
Just format all the other partitions so that they're empty.
...
duno schrieb:@mama
Also da ich ja immer gerne mit meinen Pads experimentiert hatte (bevor ich sie auseinandergenommen hatte) würd ich glatt die vom 19ten brennen und danach versuchen den ko-treiber (rt2070sta.ko) für wifi auszutauschen.
Wenn das nicht klappt, würd ich die SD-Karten-Variante ausprobieren.
Schon klasse, dass man das OS von der SD-Karte booten kann ...
No risc, no fun
ayvazhzf schrieb:Nach den Erfahrungen von duno bin ich bischen vorsichtig.
ayvazhzf schrieb:Mit ext3 Partition auf der Karte hat es bei mir nicht funktioniert.
ayvazhzf schrieb:Hallo Duno, ich habe mich an diese ... Anleitung gehalten.