PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Startupproblem mit Rom-Küche



Androidwizard
13.07.14, 18:27
N'Abend, gleichmal Entschuldigung, falls ich hier falsch sein sollte. Es handelt sich um ein komplexes Problem, denn Linux Mint 17 ist in Dualboot mit Windows 7 eingerichtet und von daher kein Problem. Dennoch gibt der Programmstart von ArchiKitchen rätselhafte Fehlermeldungen, die ihre Ursache eventuell in einer fehlerhaften Installation haben. Einen Versuch ist es Wert und vielleicht findet sich jemand, der einen entscheidenden Tipp geben kann.



Creating PROJECT_071314_160218
Trying to mount system.img
Stage 1: Mounting with automatic filesystem...
Root access is required! mount -t auto -o loop PROJECT_071314_160218/system.img /tmp/ArchiKitchenLOOP
[sudo] password for a:
mount: Sie müssen den Dateisystemtyp angeben
Failed!
Root access is required! umount /tmp/ArchiKitchenLOOP
umount: /tmp/ArchiKitchenLOOP ist nicht eingehängt
Stage 2: Checking if image is in special sparse ext4 format available for conversion...
Yes it is!
Compiling simg2img...
In file included from tools/simg2img/sparse_crc32.c:46:0:
tools/simg2img/ext4_utils.h:29:23: fatal error: sys/types.h: Datei oder Verzeichnis nicht gefunden
#include <sys/types.h>
^
compilation terminated.
In file included from tools/simg2img/simg2img.c:23:0:
tools/simg2img/ext4_utils.h:29:23: fatal error: sys/types.h: Datei oder Verzeichnis nicht gefunden
#include <sys/types.h>
^
compilation terminated.
Converting sparse image to image...
./archi: Zeile 198: ./TEMP/simg2img: Datei oder Verzeichnis nicht gefunden
Conversion failed
Press [Enter] key to continue...
Failed!
Sorry, all stages failed, we're not able to extract files from this image in any implemented way
Either it's not a valid partition image, or we don't know how to mount it
Press [Enter] key to continue...
Cleaning PROJECT_071314_160218
Extracting everything from mounted system partition...
Root access is required! cp -R /tmp/ArchiKitchenLOOP/* PROJECT_071314_160218/system/
cp: der Aufruf von stat für »/tmp/ArchiKitchenLOOP/*“ ist nicht möglich: Datei oder Verzeichnis nicht gefunden
Root access is required! umount /tmp/ArchiKitchenLOOP
umount: /tmp/ArchiKitchenLOOP ist nicht eingehängt
cp: reguläre Datei »PROJECT_071314_160218/cache.img“ kann nicht angelegt werden:
Trying to mount cache.img
Stage 1: Mounting with automatic filesystem...
Root access is required! mount -t auto -o loop PROJECT_071314_160218/cache.img /tmp/ArchiKitchenLOOP
PROJECT_071314_160218/cache.img: Datei oder Verzeichnis nicht gefunden
Failed!
Root access is required! umount /tmp/ArchiKitchenLOOP
umount: /tmp/ArchiKitchenLOOP ist nicht eingehängt
Stage 2: Checking if image is in special sparse ext4 format available for conversion...
od: PROJECT_071314_160218/cache.img: Datei oder Verzeichnis nicht gefunden
It doesn't look like sparse ext4 file
Sorry, all stages failed, we're not able to extract files from this image in any implemented way
Either it's not a valid partition image, or we don't know how to mount it
Press [Enter] key to continue...
Could not detect any known cache format
This is typical when cache doesn't contain any valuable files, such as sec_csc.zip in case of Samsung ROMs
Extract everything you need from /tmp/ArchiKitchenLOOP before going to the next step
Press [Enter] key to continue...
Root access is required! umount /tmp/ArchiKitchenLOOP
umount: /tmp/ArchiKitchenLOOP ist nicht eingehängt
cp: reguläre Datei »PROJECT_071314_160218/modem.bin“ kann nicht angelegt werden: Datei oder Verzeichnis nicht gefunden
Root access is required! chown -hR a.a PROJECT_071314_160218
chown: Zugriff auf »PROJECT_071314_160218“ nicht möglich: Datei oder Verzeichnis nicht gefunden
Root access is required! chmod -R 755 PROJECT_071314_160218
chmod: Zugriff auf »PROJECT_071314_160218“ nicht möglich: Datei oder Verzeichnis nicht gefunden
Press [Enter] key to continue...

_ _ _ _ ___ _ _
/ \ _ __ ___| |__ (_) |/ (_) |_ ___| |__ ___ _ __
/ _ \ | '__/ __| '_ \| | ' /| | __/ __| '_ \ / _ \ '_ \
/ ___ \| | | (__| | | | | . \| | || (__| | | | __/ | | |
/_/ \_\_| \___|_| |_|_|_|\_\_|\__\___|_| |_|\___|_| |_|

Developed by JustArchi
Original thread: http://forum.xda-developers.com/show....php?t=2597220
--------------------------------------------------------------------------------
WARNING: No boot.img found, ROM will not boot properly
Project status: WARNING
--------------------------------------------------------------------------------
Architecture: [unknown]

ArchiDroid Init.d? [NO]
Debloated? [NO]
Deodexed? [YES]
Zipaligned? [NO]
Rooted? [NO]
Busybox? [NO]
KNOX? [NO]
Custom Bootanimation? [NO]
--------------------------------------------------------------------------------
adi - Enable/Disable ArchiDroid Init.d (software debuggerd hook)
bloat - Bloat/Debloat ROM
r - Enable/Disable Root
b - Enable/Disable Busybox
ba - Enable/Disable Custom Bootanimation
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
d - Deodex Everything
z - Zipalign Everything
knox - Remove KNOX
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
bb - Build ROM (normal suggested mode)
bbe - Build ROM (expert mode, won't make any checks if your project is OK)
--------------------------------------------------------------------------------
ak - Change ArchiKitchen settings
x - Exit
--------------------------------------------------------------------------------
CHOICE:

Vielen Dank, wenn sich jemand bis hierher durchgekämpft hat.
(Stage 1 am Anfang ist ganz normal, der Rest nicht mehr so)

marce
13.07.14, 19:09
Google meint: http://stackoverflow.com/questions/11823063/where-is-sys-types-h-located

Androidwizard
13.07.14, 22:41
Fehler gefunden: Es fehlten die build essentials, Befehl: sudo apt-get install build-essential

Vielleicht hilft es ja jemandem mit der Suchfunktion!