G1 alltagstauglich machen

x-domi-x

x-domi-x

Erfahrenes Mitglied
9
Hallo.

Notgedrungen musste ich heute mein G1 reaktivieren. (mein One X wurde zum reparieren eingesendet)

Jedoch ist mein G1 fuuuuuurchtbar langsam, nichts funktioneirt ordentlich, dauernd stürzen verschiedenste Sachen ab (Homescreen, Apps, Statusleiste, manchmal auch das gesammte System).

Nun meine Frage: wie bekomme ich mein G1 am besten Alltagstauglich?
Es soll schnell und zuverlässig sein. Apps benötige ich nicht viele. Die Google-Apps, Opera, Facebook, Whatsapp und Tapatalk reichen.

Aktuell auf meinem G1:

Android-Version: 2.3.3
Baseband-Version: 62.50SF.20.17U_2.22.27.08
Kernel-Version: 2.6.35.10-cyanogenmod etzterry@zack #1
Mod-Version: CyanogenMod-7-20110430-Magpie-DS
Build-Nummer: GRI40

Recovery: RA-dream-v1.7.0

Würde mich sehr über eure Hilfe freuen ;)
Vielen Dank im Voraus ;)

MfG Domi
 
Zuletzt bearbeitet:
Ich bin gerade am herumprobieren, aber irgendwie bekomme ich mein G1 mitlerweile garnicht mehr zum laufen... :(

Kein ROM will mehr booten...

z.B. bei diesem hier: ░░▒▒▓▓[ROM] ЯSense [HTC 2.1]▓ LEGENDARYv0.9.5 //Scrip's release ▓▓▒▒░░ - xda-developers
das bleibt bei "13:25:43.968 Info Zygote 196 Exit zygote because system server (221) has terminated" stecken.
Vollständiger log:
13:25:20.052 Info /system/xbin/busybox 72 set -x
13:25:20.052 Info /system/xbin/busybox 72 BB="logwrapper busybox";
13:25:20.052 Info /system/xbin/busybox 72 + BB=logwrapper busybox
13:25:20.052 Info /system/xbin/busybox 72 if [ "$SD_EXT_DIRECTORY" = "" ];
13:25:20.052 Info /system/xbin/busybox 72 then
13:25:20.052 Info /system/xbin/busybox 72 SD_EXT_DIRECTORY=/sd-ext;
13:25:20.052 Info /system/xbin/busybox 72 fi;
13:25:20.052 Info /system/xbin/busybox 72 + [ /sd-ext = ]
13:25:20.052 Info /system/xbin/busybox 72 # find SD Card
13:25:20.052 Info /system/xbin/busybox 72 for MMC_NUM in `seq 0 9`;
13:25:20.052 Info /system/xbin/busybox 72 do
13:25:20.052 Info /system/xbin/busybox 72 MMC_TYPE=`cat /sys/block/mmcblk$MMC_NUM/device/type`
13:25:20.052 Info /system/xbin/busybox 72 if [ "$MMC_TYPE" = "SD" ];
13:25:20.052 Info /system/xbin/busybox 72 then
13:25:20.052 Info /system/xbin/busybox 72 # 2nd partition of sdcard should be the sd-ext if exist
13:25:20.052 Info /system/xbin/busybox 72 SD_EXT_PART=/dev/block/mmcblk${MMC_NUM}p2
13:25:20.052 Info /system/xbin/busybox 72 break
13:25:20.052 Info /system/xbin/busybox 72 fi
13:25:20.052 Info /system/xbin/busybox 72 done
13:25:20.052 Info /system/xbin/busybox 72 + seq 0 9
13:25:20.052 Info /system/xbin/busybox 72 + cat /sys/block/mmcblk0/device/type
13:25:20.053 Info /system/xbin/busybox 72 + MMC_TYPE=SD
13:25:20.053 Info /system/xbin/busybox 72 + [ SD = SD ]
13:25:20.053 Info /system/xbin/busybox 72 + SD_EXT_PART=/dev/block/mmcblk0p2
13:25:20.053 Info /system/xbin/busybox 72 + break
13:25:20.053 Info /system/xbin/busybox 72 if [ -b "$SD_EXT_PART" ];
13:25:20.053 Info /system/xbin/busybox 72 then
13:25:20.053 Info /system/xbin/busybox 72 log -p i -t mountsd "Checking filesystems..";
13:25:20.053 Info /system/xbin/busybox 72 # fsck the sdcard filesystem first
13:25:20.053 Info /system/xbin/busybox 72 if [ -x `which e2fsck` ];
13:25:20.053 Info /system/xbin/busybox 72 then
13:25:20.053 Info /system/xbin/busybox 72 e2fsck -y $SD_EXT_PART
13:25:20.053 Info /system/xbin/busybox 72 e2fsk_exitcode=$?
13:25:20.053 Info /system/xbin/busybox 72 else
13:25:20.053 Info /system/xbin/busybox 72 echo "executable e2fsck not found, assuming no filesystem errors"
13:25:20.053 Info /system/xbin/busybox 72 e2fsk_exitcode=0
13:25:20.053 Info /system/xbin/busybox 72 fi
13:25:20.164 Info /system/xbin/busybox 72 # set property with exit code in case an error occurs
13:25:20.164 Info /system/xbin/busybox 72 setprop cm.e2fsck.errors $e2fsk_exitcode;
13:25:20.164 Info /system/xbin/busybox 72 if [ "$e2fsk_exitcode" -lt 2 ];
13:25:20.164 Info /system/xbin/busybox 72 then
13:25:20.164 Info /system/xbin/busybox 72 # mount and set perms
13:25:20.164 Info /system/xbin/busybox 72 $BB mount -o noatime,nodiratime,barrier=1 -t ext3 $SD_EXT_PART $SD_EXT_DIRECTORY;
13:25:20.164 Info /system/xbin/busybox 72 if [ "$?" = 0 ];
13:25:20.164 Info /system/xbin/busybox 72 then
13:25:20.164 Info /system/xbin/busybox 72 $BB chown 1000:1000 $SD_EXT_DIRECTORY;
13:25:20.164 Info /system/xbin/busybox 72 $BB chmod 771 $SD_EXT_DIRECTORY;
13:25:20.164 Info /system/xbin/busybox 72 log -p i -t mountsd "$SD_EXT_DIRECTORY successfully mounted";
13:25:20.164 Info /system/xbin/busybox 72 else
13:25:20.164 Info /system/xbin/busybox 72 log -p e -t mountsd "Unable to mount filesystem for $SD_EXT_DIRECTORY!";
13:25:20.164 Info /system/xbin/busybox 72 fi
13:25:20.164 Info /system/xbin/busybox 72 else
13:25:20.164 Info /system/xbin/busybox 72 log -p e -t mountsd "Unable to repair filesystem, disabling apps2sd";
13:25:20.164 Info /system/xbin/busybox 72 fi
13:25:20.164 Info /system/xbin/busybox 72 fi
13:25:20.164 Info /system/xbin/busybox 72 + [ -b /dev/block/mmcblk0p2 ]
13:25:20.165 Info /system/xbin/busybox 72 + log -p i -t mountsd Checking filesystems..
13:25:20.165 Info mountsd 82 Checking filesystems..
13:25:20.165 Info /system/xbin/busybox 72 + which e2fsck
13:25:20.165 Info /system/xbin/busybox 72 + [ -x /system/xbin/e2fsck ]
13:25:20.165 Info /system/xbin/busybox 72 + e2fsck -y /dev/block/mmcblk0p2
13:25:20.165 Info /system/xbin/busybox 72 e2fsck 1.41.6 (30-May-2009)
13:25:20.165 Info /system/xbin/busybox 72 ext2fs_check_if_mount: Can't check if filesystem is mounted due to missing mtab file while determining whether /dev/block/mmcblk0p2 is mounted.
13:25:20.165 Info /system/xbin/busybox 72 /dev/block/mmcblk0p2: recovering journal
13:25:20.165 Info /system/xbin/busybox 72 /dev/block/mmcblk0p2: clean, 12/250480 files, 39690/500302 blocks
13:25:20.165 Info /system/xbin/busybox 72 + e2fsk_exitcode=0
13:25:20.165 Info /system/xbin/busybox 72 + setprop cm.e2fsck.errors 0
13:25:20.165 Info /system/xbin/busybox 72 + [ 0 -lt 2 ]
13:25:20.165 Info /system/xbin/busybox 72 + logwrapper busybox mount -o noatime,nodiratime,barrier=1 -t ext3 /dev/block/mmcblk0p2 /sd-ext
13:25:20.165 Info logwrapper 88 busybox terminated by exit(0)
13:25:20.165 Info /system/xbin/busybox 72 + [ 0 = 0 ]
13:25:20.165 Info /system/xbin/busybox 72 + logwrapper busybox chown 1000:1000 /sd-ext
13:25:20.165 Info logwrapper 93 busybox terminated by exit(0)
13:25:20.165 Info /system/xbin/busybox 72 + logwrapper busybox chmod 771 /sd-ext
13:25:20.165 Info logwrapper 95 busybox terminated by exit(0)
13:25:20.165 Info /system/xbin/busybox 72 + log -p i -t mountsd /sd-ext successfully mounted
13:25:20.165 Info mountsd 97 /sd-ext successfully mounted
13:25:20.165 Info /system/xbin/busybox 72 + set -v
13:25:20.165 Info /system/xbin/busybox 72 # setup busybox aliases
13:25:20.165 Info /system/xbin/busybox 72 alias mount="busybox mount"
13:25:20.165 Info /system/xbin/busybox 72 + alias mount=busybox mount
13:25:20.165 Info /system/xbin/busybox 72 alias grep="busybox grep"
13:25:20.165 Info /system/xbin/busybox 72 + alias grep=busybox grep
13:25:20.165 Info /system/xbin/busybox 72 alias sed="busybox sed"
13:25:20.165 Info /system/xbin/busybox 72 + alias sed=busybox sed
13:25:20.165 Info /system/xbin/busybox 72 alias install="busybox install"
13:25:20.165 Info /system/xbin/busybox 72 + alias install=busybox install
13:25:20.165 Info /system/xbin/busybox 72 alias printf="busybox printf"
13:25:20.165 Info /system/xbin/busybox 72 + alias printf=busybox printf
13:25:20.165 Info /system/xbin/busybox 72 alias awk="busybox awk"
13:25:20.165 Info /system/xbin/busybox 72 + alias awk=busybox awk
13:25:20.165 Info /system/xbin/busybox 72 alias mv="busybox mv"
13:25:20.166 Info /system/xbin/busybox 72 + alias mv=busybox mv
13:25:20.166 Info /system/xbin/busybox 72 alias du="busybox du"
13:25:20.166 Info /system/xbin/busybox 72 + alias du=busybox du
13:25:20.166 Info /system/xbin/busybox 72 alias df="busybox df"
13:25:20.166 Info /system/xbin/busybox 72 + alias df=busybox df
13:25:20.166 Info /system/xbin/busybox 72 # capture args
13:25:20.166 Info /system/xbin/busybox 72 me="$0"
13:25:20.166 Info /system/xbin/busybox 72 + me=/system/etc/init.d/05setEnv
13:25:20.166 Info /system/xbin/busybox 72 OPT="$1"
13:25:20.166 Info /system/xbin/busybox 72 + OPT=
13:25:20.166 Info /system/xbin/busybox 72 # total dex seems to be approx the same size as total apks
13:25:20.166 Info /system/xbin/busybox 72 # all a bit rough
13:25:20.166 Info /system/xbin/busybox 72 ignorelist=`find /system -name "*.odex" -exec basename {} .odex \;|awk '{printf "|"$0}'|sed s/\|//`
13:25:20.166 Info /system/xbin/busybox 72 + find /system -name *.odex -exec basename {} .odex ;
13:25:20.166 Info /system/xbin/busybox 72 + busybox awk {printf "|"$0}
13:25:20.166 Info /system/xbin/busybox 72 + busybox sed s/|//
13:25:20.166 Info /system/xbin/busybox 72 + ignorelist=
13:25:20.166 Info /system/xbin/busybox 72 if [ "$ignorelist" = "" ];
13:25:20.166 Info /system/xbin/busybox 72 then
13:25:20.166 Info /system/xbin/busybox 72 ignorelist=NoMatches
13:25:20.166 Info /system/xbin/busybox 72 fi
13:25:20.166 Info /system/xbin/busybox 72 + [ = ]
13:25:20.166 Info /system/xbin/busybox 72 + ignorelist=NoMatches
13:25:20.166 Info /system/xbin/busybox 72 MinCacheSize=$(du -c `find /system/ -name "*.apk" -o -name "*.jar"`|grep -vE "$ignorelist"|awk '$2 == "total" {printf $1*1229}')
13:25:20.166 Info /system/xbin/busybox 72 + busybox grep -vE NoMatches
13:25:20.166 Info /system/xbin/busybox 72 + busybox awk $2 == "total" {printf $1*1229}
13:25:20.166 Info /system/xbin/busybox 72 + find /system/ -name *.apk -o -name *.jar
13:25:20.166 Info /system/xbin/busybox 72 + busybox du -c /system/framework/com.htc.android.pimlib.jar /system/framework/com.htc.android.easopen.jar /system/framework/com.google.android.maps.jar /system/framework/com.google.android.gtalkservice.jar /system/framework/bmgr.jar /system/framework/android.test.runner.jar /system/framework/android.policy.jar /system/framework/am.jar /system/framework/svc.jar /system/framework/services.jar /system/framework/pm.jar /system/framework/monkey.jar /system/framework/javax.obex.jar /system/framework/input.jar /system/framework/ime.jar /system/framework/framework.jar /system/framework/framework-tests.jar /system/framework/framework-res.apk /system/framework/ext.jar /system/framework/core.jar /system/framework/com.scalado.util.ScaladoUtil.jar /system/framework/com.htc.rss.jar /system/framework/com.htc.resources.apk /system/framework/com.htc.framework.jar
13:25:20.166 Info /system/xbin/busybox 72 + MinCacheSize=25006463
13:25:20.166 Info /system/xbin/busybox 72 # 1229 and not 1024, to give some play room
13:25:20.166 Info /system/xbin/busybox 72 # get cache size ( bytes ) from /proc/mtd
13:25:20.166 Info /system/xbin/busybox 72 CacheSizeBytes=$(printf 0 `awk '/cache/ {print "0x"$2}' /proc/mtd`)
13:25:20.166 Info /system/xbin/busybox 72 + busybox awk /cache/ {print "0x"$2} /proc/mtd
13:25:20.167 Info /system/xbin/busybox 72 + busybox printf 0 0x01b00000
13:25:20.167 Info /system/xbin/busybox 72 + CacheSizeBytes=28311552
13:25:20.167 Info /system/xbin/busybox 72 # we have assumed cache is either empty, or already has dex on it
13:25:20.167 Info /system/xbin/busybox 72 mountsystem ()
13:25:20.167 Info /system/xbin/busybox 72 {
13:25:20.167 Info /system/xbin/busybox 72 mount -o $1,remount /system
13:25:20.167 Info /system/xbin/busybox 72 return
13:25:20.167 Info /system/xbin/busybox 72 }
13:25:20.167 Info /system/xbin/busybox 72 Exit ()
13:25:20.167 Info /system/xbin/busybox 72 {
13:25:20.167 Info /system/xbin/busybox 72 # make sure system is ro before exiting
13:25:20.167 Info /system/xbin/busybox 72 sync
13:25:20.167 Info /system/xbin/busybox 72 mountsystem ro
13:25:20.167 Info /system/xbin/busybox 72 # hmm, not working all that well, something is locking system in rw mode O_O;
13:25:20.167 Info /system/xbin/busybox 72 exit
13:25:20.167 Info /system/xbin/busybox 72 }
13:25:20.167 Info /system/xbin/busybox 72 System_dex_loc () {
13:25:20.167 Info /system/xbin/busybox 72 SetSystemDexLoc ()
13:25:20.167 Info /system/xbin/busybox 72 {
13:25:20.167 Info /system/xbin/busybox 72 # clean build.prop(s)
13:25:20.167 Info /system/xbin/busybox 72 for prop in $(ls /system/*prop);do
13:25:20.167 Info /system/xbin/busybox 72 if [ "$(grep -q "dalvik.vm.dexopt-data-only" ${prop};echo $?)" = "0" ];
13:25:20.167 Info /system/xbin/busybox 72 then
13:25:20.167 Info /system/xbin/busybox 72 mountsystem rw
13:25:20.167 Info /system/xbin/busybox 72 sed '/dalvik.vm.dexopt-data-only/ d' -i ${prop}
13:25:20.167 Info /system/xbin/busybox 72 fi
13:25:20.167 Info /system/xbin/busybox 72 setprop dalvik.vm.dexopt-data-only $1
13:25:20.167 Info /system/xbin/busybox 72 done
13:25:20.167 Info /system/xbin/busybox 72 # make sure dirs exist
13:25:20.167 Info /system/xbin/busybox 72 for rootdir in data cache;do
13:25:20.167 Info /system/xbin/busybox 72 if [ ! -d "/${rootdir}/dalvik-cache" ];
13:25:20.167 Info /system/xbin/busybox 72 then
13:25:20.167 Info /system/xbin/busybox 72 install -m 771 -o 1000 -g 1000 -d /${rootdir}/dalvik-cache
13:25:20.167 Info /system/xbin/busybox 72 fi
13:25:20.167 Info /system/xbin/busybox 72 done
13:25:20.167 Info /system/xbin/busybox 72 return
13:25:20.168 Info /system/xbin/busybox 72 }
13:25:20.168 Info /system/xbin/busybox 72 TestCacheSize ()
13:25:20.168 Info /system/xbin/busybox 72 {
13:25:20.168 Info /system/xbin/busybox 72 if [ "$CacheSizeBytes" -lt "$MinCacheSize" ];
13:25:20.168 Info /system/xbin/busybox 72 then
13:25:20.168 Info /system/xbin/busybox 72 log -p e -t `basename $me` "system dex to be kept on /data"
13:25:20.168 Info /system/xbin/busybox 72 SetSystemDexLoc 1
13:25:20.168 Info /system/xbin/busybox 72 else
13:25:20.168 Info /system/xbin/busybox 72 log -p e -t `basename $me` "system dex to be kept on /cache"
13:25:20.168 Info /system/xbin/busybox 72 SetSystemDexLoc null
13:25:20.168 Info /system/xbin/busybox 72 fi
13:25:20.168 Info /system/xbin/busybox 72 return
13:25:20.168 Info /system/xbin/busybox 72 }
13:25:20.168 Info /system/xbin/busybox 72 TestCacheSize
13:25:20.168 Info /system/xbin/busybox 72 # TODO add logcat spew
13:25:20.168 Info /system/xbin/busybox 72 # TODO add in vendor/app dex
13:25:20.168 Info /system/xbin/busybox 72 # if for instance gapps go to vendor, then their dex may fit cache
13:25:20.168 Info /system/xbin/busybox 72 # will require additional code in frameworks/base
13:25:20.168 Info /system/xbin/busybox 72 return
13:25:20.168 Info /system/xbin/busybox 72 }
13:25:20.168 Info /system/xbin/busybox 72 download_cache_loc () {
13:25:20.168 Info /system/xbin/busybox 72 # Script for setting download cache location
13:25:20.168 Info /system/xbin/busybox 72 avail ()
13:25:20.168 Info /system/xbin/busybox 72 {
13:25:20.168 Info /system/xbin/busybox 72 partition=`echo $1|sed s/[^a-zA-Z0-9]//g`
13:25:20.168 Info /system/xbin/busybox 72 eval ${partition}_free=$(df |sed 's/^\ /\/dev\/fake/'|awk '$NF == "/'$1'" {printf $4}')
13:25:20.168 Info /system/xbin/busybox 72 # the dev fake thing is a quick hack to get round vold mounts
13:25:20.168 Info /system/xbin/busybox 72 # needed so the download_cache loc doesnt get screwed if someone plays about with this script
13:25:20.168 Info /system/xbin/busybox 72 # i.e. they are setting ddb
13:25:20.168 Info /system/xbin/busybox 72 eval checkzero=\$${partition}_free
13:25:20.168 Info /system/xbin/busybox 72 echo $partition $checkzero
13:25:20.168 Info /system/xbin/busybox 72 if [ "$checkzero" = "" ];
13:25:20.169 Info /system/xbin/busybox 72 then
13:25:20.169 Info /system/xbin/busybox 72 eval ${partition}_free="0"
13:25:20.169 Info /system/xbin/busybox 72 fi
13:25:20.169 Info /system/xbin/busybox 72 }
13:25:20.169 Info /system/xbin/busybox 72 for partition in data cache sd-ext;do
13:25:20.169 Info /system/xbin/busybox 72 avail $partition
13:25:20.169 Info /system/xbin/busybox 72 done
13:25:20.169 Info /system/xbin/busybox 72 #prioritise the sd-ext ( if avialable )
13:25:20.169 Info /system/xbin/busybox 72 # only use data if cache is too small
13:25:20.169 Info /system/xbin/busybox 72 minDLCache=`expr 50 \* 1024` # 50mb , max market d/l is currently 50mb
13:25:20.169 Info /system/xbin/busybox 72 #TODO check is sysdex will be going to cache
13:25:20.169 Info /system/xbin/busybox 72 if [ "$sdext_free" -gt "$cache_free" ];
13:25:20.169 Info /system/xbin/busybox 72 then
13:25:20.169 Info /system/xbin/busybox 72 AltDownloadCache="/sd-ext/download"
13:25:20.169 Info /system/xbin/busybox 72 elif [ "$cache_free" -lt "$minDLCache" -a "$data_free" -gt "`expr $cache_free \* 2`" -o "$data_free" -gt "`expr $minDLCache \* 2`" ];
13:25:20.169 Info /system/xbin/busybox 72 then
13:25:20.169 Info /system/xbin/busybox 72 AltDownloadCache="/data/download"
13:25:20.169 Info /system/xbin/busybox 72 # TODO Factor in the 10'reserve'
13:25:20.169 Info /system/xbin/busybox 72 else
13:25:20.169 Info /system/xbin/busybox 72 AltDownloadCache=""
13:25:20.169 Info /system/xbin/busybox 72 setprop env.download_cache ""
13:25:20.169 Info /system/xbin/busybox 72 return
13:25:20.169 Info /system/xbin/busybox 72 fi
13:25:20.169 Info /system/xbin/busybox 72 # wtf? for some reason the shell ain't picking up the env
13:25:20.169 Info /system/xbin/busybox 72 DOWNLOAD_CACHE=$(awk '$1 == "export" && $2 == "DOWNLOAD_CACHE" {print $3}' /init.rc)
13:25:20.169 Info /system/xbin/busybox 72 for dir in $DOWNLOAD_CACHE $AltDownloadCache;do
13:25:20.169 Info /system/xbin/busybox 72 if [ ! -e "$dir" ];
13:25:20.169 Info /system/xbin/busybox 72 then
13:25:20.169 Info /system/xbin/busybox 72 install -m 771 -o 1000 -g 2001 -d $dir
13:25:20.169 Info /system/xbin/busybox 72 fi
13:25:20.169 Info /system/xbin/busybox 72 done
13:25:20.170 Info /system/xbin/busybox 72 if [ "$DOWNLOAD_CACHE" != "" -a "$DOWNLOAD_CACHE" != "$AltDownloadCache" ];
13:25:20.170 Info /system/xbin/busybox 72 then
13:25:20.170 Info /system/xbin/busybox 72 mount -o bind $AltDownloadCache $DOWNLOAD_CACHE
13:25:20.170 Info /system/xbin/busybox 72 echo "download cache location = $AltDownloadCache"
13:25:20.170 Info /system/xbin/busybox 72 fi
13:25:20.170 Info /system/xbin/busybox 72 # unless DOWNLOAD_CACHE = "" delete 06BindCache ( we don't need it )
13:25:20.170 Info /system/xbin/busybox 72 if [ -e /system/etc/init.d/06BindCache -a "$DOWNLOAD_CACHE" != "" ];
13:25:20.170 Info /system/xbin/busybox 72 then
13:25:20.170 Info /system/xbin/busybox 72 mountsystem rw
13:25:20.170 Info /system/xbin/busybox 72 rm /system/etc/init.d/06BindCache
13:25:20.170 Info /system/xbin/busybox 72 fi
13:25:20.170 Info /system/xbin/busybox 72 return
13:25:20.170 Info /system/xbin/busybox 72 }
13:25:20.170 Info /system/xbin/busybox 72 System_dex_loc
13:25:20.170 Info /system/xbin/busybox 72 + System_dex_loc
13:25:20.170 Info /system/xbin/busybox 72 + TestCacheSize
13:25:20.170 Info /system/xbin/busybox 72 + [ 28311552 -lt 25006463 ]
13:25:20.170 Info /system/xbin/busybox 72 + basename /system/etc/init.d/05setEnv
13:25:20.170 Info /system/xbin/busybox 72 + log -p e -t 05setEnv system dex to be kept on /cache
13:25:20.170 Error 05setEnv 113 system dex to be kept on /cache
13:25:20.170 Info /system/xbin/busybox 72 + SetSystemDexLoc null
13:25:20.170 Info /system/xbin/busybox 72 + ls /system/build.prop /system/build.sapphire.prop /system/build.trout.prop
13:25:20.170 Info /system/xbin/busybox 72 + busybox grep -q dalvik.vm.dexopt-data-only /system/build.prop
13:25:20.170 Info /system/xbin/busybox 72 + echo 1
13:25:20.170 Info /system/xbin/busybox 72 + [ 1 = 0 ]
13:25:20.170 Info /system/xbin/busybox 72 + setprop dalvik.vm.dexopt-data-only null
13:25:20.170 Info /system/xbin/busybox 72 + busybox grep -q dalvik.vm.dexopt-data-only /system/build.sapphire.prop
13:25:20.170 Info /system/xbin/busybox 72 + echo 1
13:25:20.170 Info /system/xbin/busybox 72 + [ 1 = 0 ]
13:25:20.170 Info /system/xbin/busybox 72 + setprop dalvik.vm.dexopt-data-only null
13:25:20.170 Info /system/xbin/busybox 72 + busybox grep -q dalvik.vm.dexopt-data-only /system/build.trout.prop
13:25:20.170 Info /system/xbin/busybox 72 + echo 1
13:25:20.170 Info /system/xbin/busybox 72 + [ 1 = 0 ]
13:25:20.170 Info /system/xbin/busybox 72 + setprop dalvik.vm.dexopt-data-only null
13:25:20.170 Info /system/xbin/busybox 72 + [ ! -d /data/dalvik-cache ]
13:25:20.170 Info /system/xbin/busybox 72 + [ ! -d /cache/dalvik-cache ]
13:25:20.171 Info /system/xbin/busybox 72 + return
13:25:20.171 Info /system/xbin/busybox 72 + return
13:25:20.171 Info /system/xbin/busybox 72 + return
13:25:20.171 Info /system/xbin/busybox 72 download_cache_loc
13:25:20.171 Info /system/xbin/busybox 72 + download_cache_loc
13:25:20.171 Info /system/xbin/busybox 72 + avail data
13:25:20.171 Info /system/xbin/busybox 72 + echo data
13:25:20.171 Info /system/xbin/busybox 72 + busybox sed s/[^a-zA-Z0-9]//g
13:25:20.171 Info /system/xbin/busybox 72 + partition=data
13:25:20.171 Info /system/xbin/busybox 72 + busybox df
13:25:20.171 Info /system/xbin/busybox 72 + busybox sed s/^\ /\/dev\/fake/
13:25:20.171 Info /system/xbin/busybox 72 + busybox awk $NF == "/data" {printf $4}
13:25:20.171 Info /system/xbin/busybox 72 + eval data_free=74132
13:25:20.171 Info /system/xbin/busybox 72 + data_free=74132
13:25:20.171 Info /system/xbin/busybox 72 + eval checkzero=$data_free
13:25:20.171 Info /system/xbin/busybox 72 + checkzero=74132
13:25:20.171 Info /system/xbin/busybox 72 + echo data 74132
13:25:20.171 Info /system/xbin/busybox 72 data 74132
13:25:20.171 Info /system/xbin/busybox 72 + [ 74132 = ]
13:25:20.171 Info /system/xbin/busybox 72 + avail cache
13:25:20.171 Info /system/xbin/busybox 72 + echo cache
13:25:20.171 Info /system/xbin/busybox 72 + busybox sed s/[^a-zA-Z0-9]//g
13:25:20.171 Info /system/xbin/busybox 72 + partition=cache
13:25:20.171 Info /system/xbin/busybox 72 + busybox df
13:25:20.171 Info /system/xbin/busybox 72 + busybox sed s/^\ /\/dev\/fake/
13:25:20.171 Info /system/xbin/busybox 72 + busybox awk $NF == "/cache" {printf $4}
13:25:20.171 Info /system/xbin/busybox 72 + eval cache_free=26400
13:25:20.171 Info /system/xbin/busybox 72 + cache_free=26400
13:25:20.171 Info /system/xbin/busybox 72 + eval checkzero=$cache_free
13:25:20.171 Info /system/xbin/busybox 72 + checkzero=26400
13:25:20.171 Info /system/xbin/busybox 72 + echo cache 26400
13:25:20.171 Info /system/xbin/busybox 72 cache 26400
13:25:20.171 Info /system/xbin/busybox 72 + [ 26400 = ]
13:25:20.171 Info /system/xbin/busybox 72 + avail sd-ext
13:25:20.171 Info /system/xbin/busybox 72 + echo sd-ext
13:25:20.171 Info /system/xbin/busybox 72 + busybox sed s/[^a-zA-Z0-9]//g
13:25:20.171 Info /system/xbin/busybox 72 + partition=sdext
13:25:20.172 Info /system/xbin/busybox 72 + busybox sed s/^\ /\/dev\/fake/
13:25:20.172 Info /system/xbin/busybox 72 + busybox df
13:25:20.172 Info /system/xbin/busybox 72 + busybox awk $NF == "/sd-ext" {printf $4}
13:25:20.172 Info /system/xbin/busybox 72 + eval sdext_free=435597
13:25:20.172 Info /system/xbin/busybox 72 + sdext_free=435597
13:25:20.172 Info /system/xbin/busybox 72 + eval checkzero=$sdext_free
13:25:20.172 Info /system/xbin/busybox 72 + checkzero=435597
13:25:20.172 Info /system/xbin/busybox 72 + echo sdext 435597
13:25:20.172 Info /system/xbin/busybox 72 sdext 435597
13:25:20.172 Info /system/xbin/busybox 72 + [ 435597 = ]
13:25:20.172 Info /system/xbin/busybox 72 + expr 50 * 1024
13:25:20.172 Info /system/xbin/busybox 72 + minDLCache=51200
13:25:20.172 Info /system/xbin/busybox 72 + [ 435597 -gt 26400 ]
13:25:20.172 Info /system/xbin/busybox 72 + AltDownloadCache=/sd-ext/download
13:25:20.172 Info /system/xbin/busybox 72 + busybox awk $1 == "export" && $2 == "DOWNLOAD_CACHE" {print $3} /init.rc
13:25:20.172 Info /system/xbin/busybox 72 + DOWNLOAD_CACHE=/cache/download
13:25:20.172 Info /system/xbin/busybox 72 + [ ! -e /cache/download ]
13:25:20.172 Info /system/xbin/busybox 72 + [ ! -e /sd-ext/download ]
13:25:20.172 Info /system/xbin/busybox 72 + [ /cache/download != -a /cache/download != /sd-ext/download ]
13:25:20.172 Info /system/xbin/busybox 72 + busybox mount -o bind /sd-ext/download /cache/download
13:25:20.172 Info /system/xbin/busybox 72 + echo download cache location = /sd-ext/download
13:25:20.172 Info /system/xbin/busybox 72 download cache location = /sd-ext/download
13:25:20.172 Info /system/xbin/busybox 72 + [ -e /system/etc/init.d/06BindCache -a /cache/download != ]
13:25:20.172 Info /system/xbin/busybox 72 + return
13:25:20.172 Info /system/xbin/busybox 72 Exit
13:25:20.172 Info /system/xbin/busybox 72 + Exit
13:25:20.172 Info /system/xbin/busybox 72 + sync
13:25:20.172 Info /system/xbin/busybox 72 + mountsystem ro
13:25:20.172 Info /system/xbin/busybox 72 + busybox mount -o ro,remount /system
13:25:20.172 Info /system/xbin/busybox 72 + return
13:25:20.172 Info /system/xbin/busybox 72 + exit
13:25:20.172 Info zram 175 persist.zram.size set to 8 Mb
13:25:20.172 Info zram 178 zram module built into kernel and/or loaded
13:25:20.172 Info zram 181 setting swappiness to 25
13:25:20.172 Info /system/xbin/busybox 72 Setting up swapspace version 1, size = 8384512 bytes
13:25:20.173 Info zram 184 compcache enabled via zram
13:25:20.173 Info logwrapper 72 /system/xbin/busybox terminated by exit(0)
13:25:20.173 Info DEBUG 194 debuggerd: Feb 26 2010 17:06:43
13:25:20.173 Info vold 193 Android Volume Daemon version 2.0
13:25:20.173 Info vold 193 New MMC card '00000' (serial 2036583338) added @ /devices/platform/msm_sdcc.2/mmc_host/mmc1/mmc1:0001
13:25:20.173 Info vold 193 Disk (blkdev 179:0), 15949824 secs (7788 MB) 2 partitions
13:25:20.173 Info vold 193 New blkdev 179.0 on media 00000, media path /devices/platform/msm_sdcc.2/mmc_host/mmc1/mmc1:0001, Dpp 2
13:25:20.173 Info vold 193 Partition (blkdev 179:1), 14949218 secs (7299 MB) type 0xb
13:25:20.173 Info vold 193 New blkdev 179.1 on media 00000, media path /devices/platform/msm_sdcc.2/mmc_host/mmc1/mmc1:0001, Dpp 1
13:25:20.173 Info vold 193 Partition (blkdev 179:2), 1000605 secs (488 MB) type 0x83
13:25:20.173 Info vold 193 New blkdev 179.2 on media 00000, media path /devices/platform/msm_sdcc.2/mmc_host/mmc1/mmc1:0001, Dpp 0
13:25:20.173 Info vold 193 Evaluating dev '/devices/platform/msm_sdcc.2/mmc_host/mmc1/mmc1:0001/block/mmcblk0' for mountable filesystems for '/sdcard'
13:25:20.173 Info vold 193 Aborting start of /sdcard (bootstrap = 1)
13:25:20.173 Info vold 193 Volmgr not ready to handle device
13:25:20.173 Debug vold 193 Bootstrapping complete
13:25:20.173 Debug AKMD 202 akmd 1.6.4 START
13:25:20.173 Debug AKMD 202 library version: 1.2.1.1129
13:25:20.173 Debug AndroidRuntime 196
13:25:20.173 Debug AndroidRuntime 196 >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
13:25:20.173 Debug AndroidRuntime 196 CheckJNI is OFF
13:25:20.173 Info AndroidRuntime 196 JNI options: '-Xjniopts:warnonly'
13:25:20.173 Info dalvikvm 196 mlock: /data/dalvik-cache/system@framework@core.jar@classes.dex, fd=7
13:25:20.173 Info dalvikvm 196 mlock(1099808768, 3722616), fd=7
13:25:20.173 Info 197 ServiceManager: 0xad08
13:25:20.173 Info HTC Acoustic 197 libhtc_acoustic.so version 1.0.1.2.
13:25:20.173 Error HTC Acoustic 197 Fail to open /system/etc/AudioPara_TMA.csv -1.
13:25:20.173 Info HTC Acoustic 197 open /system/etc/AudioPara4.csv success.
13:25:20.173 Info HTC Acoustic 197 acoustic table version: Dream_TMU_20090305
13:25:20.173 Info HTC Acoustic 197 read_audio_para_from_file success.
13:25:20.173 Info HTC Acoustic 197 get_audpp_filter
13:25:20.173 Info HTC Acoustic 197 open /system/etc/AudioFilter.csv success.
13:25:20.173 Info HTC Acoustic 197 ADRC Filter ADRC FLAG = ffff.
13:25:20.173 Info HTC Acoustic 197 ADRC Filter COMP THRESHOLD = 2600.
13:25:20.173 Info HTC Acoustic 197 ADRC Filter COMP SLOPE = b333.
13:25:20.173 Info HTC Acoustic 197 ADRC Filter COMP RMS TIME = 106.
13:25:20.173 Info HTC Acoustic 197 ADRC Filter COMP ATTACK[0] = 7f7d.
13:25:20.174 Info HTC Acoustic 197 ADRC Filter COMP ATTACK[1] = 3096.
13:25:20.174 Info HTC Acoustic 197 ADRC Filter COMP RELEASE[0] = 7ff7.
13:25:20.174 Info HTC Acoustic 197 ADRC Filter COMP RELEASE[1] = 4356.
13:25:20.174 Info HTC Acoustic 197 ADRC Filter COMP DELAY = 16.
13:25:20.174 Info HTC Acoustic 197 EQ flag = 00.
13:25:20.174 Info HTC Acoustic 197 get_audpre_filter
13:25:20.174 Info HTC Acoustic 197 open /system/etc/AudioPreProcess.csv success.
13:25:20.174 Debug AudioHardwareMSM72XX 197 mNumSndEndpoints = 48
13:25:20.174 Debug AudioHardwareMSM72XX 197 BT MATCH HANDSET
13:25:20.174 Debug AudioHardwareMSM72XX 197 BT MATCH SPEAKER
13:25:20.174 Debug AudioHardwareMSM72XX 197 BT MATCH HEADSET
13:25:20.174 Debug AudioHardwareMSM72XX 197 BT MATCH BT
13:25:20.174 Debug AudioHardwareMSM72XX 197 BT MATCH CARKIT
13:25:20.174 Debug AudioHardwareMSM72XX 197 BT MATCH TTY_FULL
13:25:20.174 Debug AudioHardwareMSM72XX 197 BT MATCH TTY_VCO
13:25:20.174 Debug AudioHardwareMSM72XX 197 BT MATCH TTY_HCO
13:25:20.174 Debug AudioHardwareMSM72XX 197 BT MATCH NO_MIC_HEADSET
13:25:20.174 Debug AudioHardwareMSM72XX 197 BT MATCH FM_HEADSET
13:25:20.174 Debug AudioHardwareMSM72XX 197 BT MATCH HEADSET_AND_SPEAKER
13:25:20.174 Debug AudioHardwareMSM72XX 197 BT MATCH FM_SPEAKER
13:25:20.174 Debug AudioHardwareMSM72XX 197 BT MATCH BT_EC_OFF
13:25:20.174 Debug AudioHardwareMSM72XX 197 BT MATCH CURRENT
13:25:20.174 Debug AudioHardwareMSM72XX 197 BT MATCH BT_EC_OFF
13:25:20.174 Debug AudioHardwareInterface 197 setMode(NORMAL)
13:25:20.174 Info AudioHardwareMSM72XX 197 Set master volume to 5.
13:25:20.174 Info CameraService 197 CameraService started: pid=197
13:25:20.174 Verbose A2dpAudioInterface 197 A2dpAudioInterface::openOutputStream() open HW device: 2
13:25:20.174 Info AudioFlinger 197 AudioFlinger's thread 0xce30 ready to run
13:25:20.174 Info AudioHardwareMSM72XX 197 Routing audio to Speakerphone
13:25:20.174 Info AudioHardwareMSM72XX 197 doAudioRouteOrMute() device 1, mMode 0, mMicMute 1
13:25:20.175 Debug HTC Acoustic 197 msm72xx_enable_audpp: 0x0001
13:25:20.175 Info AudioHardwareMSM72XX 197 AudioHardware pcm playback is going to standby.
13:25:20.175 Debug AudioHardwareMSM72XX 197 setVoiceVolume(1.000000)
13:25:20.175 Info AudioHardwareMSM72XX 197 Setting in-call volume to 5 (available range is 0 to 5)
13:25:20.175 Info dalvikvm 196 mlock: /data/dalvik-cache/system@framework@com.htc.framework.jar@classes.dex, fd=14
13:25:20.175 Info dalvikvm 196 mlock(1120763904, 1815536), fd=14
13:25:20.175 Debug AndroidRuntime 196 --- registering native functions ---
13:25:20.175 Debug JBtlRBtlServicesNative 196 register_android_server_JBtlRbtlServicesNative: Entered
13:25:20.175 Debug JBtlCommonNative 196 register_android_server_JBtlCommonNative: Entered
13:25:20.175 Debug 196 Entered register_android_server_JBtlBmgNative
13:25:20.175 Debug JBtlA2dpNative 196 <<<< Entered register_android_server_JBtlA2dpNative >>>>
13:25:20.175 Debug JBtlAgNative 196 <<<< Entered register_android_server_JBtlAgNative >>>>
13:25:20.175 Debug 196 Entered register_android_server_JBtlAvrcptgNative
13:25:20.175 Debug JBtlPbapsNative 196 Entered register_android_server_JBtlPbapsNative
13:25:20.175 Debug JBthalPbNative 196 Entered register_android_server_JBthalPbNative
13:25:20.175 Debug JBtlSppNative 196 <<<< Entered register_android_server_JBtlSppNative >>>>
13:25:20.175 Debug JBtlOppcNative 196 <<<< Entered register_android_server_JBtlOppcNative >>>>
13:25:20.175 Debug JBtlOppsNative 196 <<<< Entered register_android_server_JBtlOppsNative >>>>
13:25:20.175 Debug JBtlFtpsNative 196 <<<< Entered register_android_server_JBtlFtpsNative >>>>
13:25:20.175 Debug 196 <<<< Entered register_android_server_JFmRxNative() >>>>
13:25:20.175 Info SamplingProfilerIntegration 196 Profiler is disabled.
13:25:20.175 Info Zygote 196 Preloading classes...
13:25:20.175 Debug dalvikvm 196 GC freed 818 objects / 51896 bytes in 6ms
13:25:20.175 Debug dalvikvm 196 GC freed 246 objects / 15840 bytes in 7ms
13:25:20.175 Debug dalvikvm 196 GC freed 287 objects / 18240 bytes in 6ms
13:25:20.175 Debug dalvikvm 196 GC freed 239 objects / 13560 bytes in 8ms
13:25:20.175 Debug dalvikvm 196 GC freed 384 objects / 24432 bytes in 8ms
13:25:20.175 Debug dalvikvm 196 GC freed 454 objects / 29696 bytes in 9ms
13:25:20.175 Debug skia 196 ------ build_power_table 1.4
13:25:20.175 Debug skia 196 ------ build_power_table 0.714286
13:25:20.175 Debug dalvikvm 196 Trying to load lib /system/lib/libmedia_jni.so 0x0
13:25:20.175 Debug dalvikvm 196 Added shared lib /system/lib/libmedia_jni.so 0x0
13:25:20.176 Debug dalvikvm 196 Trying to load lib /system/lib/libexif.so 0x0
13:25:20.176 Debug dalvikvm 196 Added shared lib /system/lib/libexif.so 0x0
13:25:20.176 Debug dalvikvm 196 GC freed 3123 objects / 191616 bytes in 15ms
13:25:20.176 Debug dalvikvm 196 Trying to load lib /system/lib/libmedia_jni.so 0x0
13:25:20.176 Debug dalvikvm 196 Shared lib '/system/lib/libmedia_jni.so' already loaded in same CL 0x0
13:25:20.176 Debug dalvikvm 196 Trying to load lib /system/lib/libmedia_jni.so 0x0
13:25:20.176 Debug dalvikvm 196 Shared lib '/system/lib/libmedia_jni.so' already loaded in same CL 0x0
13:25:20.176 Debug dalvikvm 196 Trying to load lib /system/lib/libmedia_jni.so 0x0
13:25:20.176 Debug dalvikvm 196 Shared lib '/system/lib/libmedia_jni.so' already loaded in same CL 0x0
13:25:20.176 Debug dalvikvm 196 Trying to load lib /system/lib/libmedia_jni.so 0x0
13:25:20.176 Debug dalvikvm 196 Shared lib '/system/lib/libmedia_jni.so' already loaded in same CL 0x0
13:25:20.176 Debug dalvikvm 196 GC freed 3706 objects / 178136 bytes in 24ms
13:25:20.176 Debug dalvikvm 196 GC freed 458 objects / 26824 bytes in 22ms
13:25:20.176 Debug dalvikvm 196 GC freed 310 objects / 17920 bytes in 23ms
13:25:20.176 Debug dalvikvm 196 GC freed 218 objects / 11800 bytes in 25ms
13:25:20.176 Debug dalvikvm 196 GC freed 189 objects / 10240 bytes in 26ms
13:25:20.176 Debug dalvikvm 196 Trying to load lib /system/lib/libsrec_jni.so 0x0
13:25:20.176 Debug dalvikvm 196 Added shared lib /system/lib/libsrec_jni.so 0x0
13:25:20.176 Debug dalvikvm 196 Trying to load lib /system/lib/libsrec_jni.so 0x0
13:25:20.176 Debug dalvikvm 196 Shared lib '/system/lib/libsrec_jni.so' already loaded in same CL 0x0
13:25:20.176 Debug dalvikvm 196 GC freed 344 objects / 37192 bytes in 28ms
13:25:20.176 Debug dalvikvm 196 GC freed 789 objects / 48056 bytes in 38ms
13:25:20.176 Debug dalvikvm 196 GC freed 337 objects / 38472 bytes in 39ms
13:25:20.176 Debug dalvikvm 196 GC freed 365 objects / 22872 bytes in 42ms
13:25:20.176 Debug dalvikvm 196 Trying to load lib /system/lib/libwebcore.so 0x0
13:25:20.176 Debug dalvikvm 196 Added shared lib /system/lib/libwebcore.so 0x0
13:25:20.176 Debug dalvikvm 196 Trying to load lib /system/lib/libwebcore.so 0x0
13:25:20.176 Debug dalvikvm 196 Shared lib '/system/lib/libwebcore.so' already loaded in same CL 0x0
13:25:20.176 Info dalvikvm 196 threadid=3: recursive native library load attempt (/system/lib/libwebcore.so)
13:25:20.176 Debug dalvikvm 196 GC freed 339 objects / 18904 bytes in 40ms
13:25:20.176 Debug dalvikvm 196 GC freed 481 objects / 30120 bytes in 68ms
13:25:20.176 Debug dalvikvm 196 GC freed 291 objects / 27016 bytes in 43ms
13:25:20.176 Debug dalvikvm 196 GC freed 405 objects / 29112 bytes in 46ms
13:25:20.615 Debug dalvikvm 196 GC freed 1095 objects / 94536 bytes in 49ms
13:25:20.725 Debug dalvikvm 196 GC freed 664 objects / 35888 bytes in 47ms
13:25:20.830 Debug dalvikvm 196 GC freed 709 objects / 41256 bytes in 47ms
13:25:21.925 Debug dalvikvm 196 GC freed 14129 objects / 488992 bytes in 58ms
13:25:22.358 Debug dalvikvm 196 GC freed 10740 objects / 458424 bytes in 62ms
13:25:22.907 Debug dalvikvm 196 GC freed 10294 objects / 439328 bytes in 65ms
13:25:23.565 Debug dalvikvm 196 GC freed 7897 objects / 477008 bytes in 65ms
13:25:24.326 Debug dalvikvm 196 GC freed 9448 objects / 534504 bytes in 67ms
13:25:24.981 Debug dalvikvm 196 GC freed 9080 objects / 522992 bytes in 69ms
13:25:25.525 Debug dalvikvm 196 GC freed 5676 objects / 342152 bytes in 67ms
13:25:25.744 Debug dalvikvm 196 GC freed 847 objects / 52120 bytes in 66ms
13:25:25.853 Debug dalvikvm 196 GC freed 540 objects / 39352 bytes in 65ms
13:25:26.071 Debug dalvikvm 196 GC freed 398 objects / 27840 bytes in 67ms
13:25:26.183 Debug dalvikvm 196 GC freed 427 objects / 29424 bytes in 65ms
13:25:26.183 Info Zygote 196 ...preloaded 1942 classes in 15007ms.
13:25:26.291 Debug dalvikvm 196 GC freed 178 objects / 19216 bytes in 68ms
13:25:26.291 Info Zygote 196 Preloading resources...
13:25:26.291 Debug dalvikvm 196 GC freed 5 objects / 224 bytes in 68ms
13:25:26.617 Debug dalvikvm 196 GC freed 304 objects / 15576 bytes in 68ms
13:25:26.837 Debug dalvikvm 196 GC freed 252 objects / 11768 bytes in 67ms
13:25:26.837 Info Zygote 196 ...preloaded 48 resources in 624ms.
13:25:26.946 Info Zygote 196 ...preloaded 15 resources in 25ms.
13:25:26.946 Debug dalvikvm 196 GC freed 141 objects / 10152 bytes in 68ms
13:25:27.055 Debug dalvikvm 196 GC freed 224 objects / 8784 bytes in 70ms
13:25:27.167 Debug dalvikvm 196 GC freed 19 objects / 760 bytes in 69ms
13:25:27.167 Info dalvikvm 196 Splitting out new zygote heap
13:25:27.167 Info dalvikvm 196 System server process 221 has been created
13:25:27.167 Info Zygote 196 Accepting command socket connections
13:25:27.167 Debug dalvikvm 221 System server have a 24MB heap
13:25:27.276 Debug dalvikvm 221 Trying to load lib /system/lib/libandroid_servers.so 0x0
13:25:27.494 Debug dalvikvm 221 Added shared lib /system/lib/libandroid_servers.so 0x0
13:25:27.605 Error BatteryService 221 batteryUnsupportChargePath not found
13:25:27.605 Info sysproc 221 Entered system_init()
13:25:27.605 Info sysproc 221 ServiceManager: 0x142b90
13:25:27.605 Info SurfaceFlinger 221 SurfaceFlinger is starting
13:25:27.605 Info SurfaceFlinger 221 SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
13:25:27.605 Info gralloc 221 using (fd=27)
13:25:27.605 Info gralloc 221 id = msmfb
13:25:27.605 Info gralloc 221 xres = 320 px
13:25:27.605 Info gralloc 221 yres = 480 px
13:25:27.605 Info gralloc 221 xres_virtual = 320 px
13:25:27.605 Info gralloc 221 yres_virtual = 960 px
13:25:27.605 Info gralloc 221 bpp = 16
13:25:27.605 Info gralloc 221 r = 11:5
13:25:27.605 Info gralloc 221 g = 5:6
13:25:27.605 Info gralloc 221 b = 0:5
13:25:27.606 Info gralloc 221 width = 45 mm (180.622223 dpi)
13:25:27.606 Info gralloc 221 height = 67 mm (181.970154 dpi)
13:25:27.606 Info gralloc 221 refresh rate = 60.00 Hz
13:25:27.606 Debug gralloc 221 UPDATE_ON_DEMAND supported
13:25:27.710 Debug libEGL 221 loaded /system/lib/egl/libGLES_android.so
13:25:27.710 Debug libEGL 221 loaded /system/lib/egl/libGLES_qcom.so
13:25:27.710 Debug EGL.oem 221 system process, deny GL context
13:25:27.710 Error libEGL 221 No EGLDisplay for hardware EGL!
13:25:27.710 Info SurfaceFlinger 221 EGL informations:
13:25:27.710 Info SurfaceFlinger 221 # of configs : 8
13:25:27.710 Info SurfaceFlinger 221 vendor : Android
13:25:27.710 Info SurfaceFlinger 221 version : 1.4 Android META-EGL
13:25:27.710 Info SurfaceFlinger 221 extensions: EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_ANDROID_image_native_buffer EGL_ANDROID_swap_rectangle EGL_ANDROID_get_render_buffer
13:25:27.710 Info SurfaceFlinger 221 Client API: OpenGL ES
13:25:27.710 Info SurfaceFlinger 221 EGLSurface: 5-6-5-0, config=0x1000000
13:25:27.821 Info SurfaceFlinger 221 flags : 00160000
13:25:27.821 Info SurfaceFlinger 221 OpenGL informations:
13:25:27.821 Info SurfaceFlinger 221 vendor : Android
13:25:27.821 Info SurfaceFlinger 221 renderer : Android PixelFlinger 1.2
13:25:27.821 Info SurfaceFlinger 221 version : OpenGL ES-CM 1.0
13:25:27.821 Info SurfaceFlinger 221 extensions: GL_OES_byte_coordinates GL_OES_fixed_point GL_OES_single_precision GL_OES_read_format GL_OES_compressed_paletted_texture GL_OES_draw_texture GL_OES_matrix_get GL_OES_query_matrix GL_OES_EGL_image GL_ARB_texture_compression GL_ARB_texture_non_power_of_two GL_ANDROID_user_clip_plane GL_ANDROID_vertex_buffer_object GL_ANDROID_generate_mipmap
13:25:27.929 Info sysproc 221 System server: starting Android runtime.
13:25:27.929 Info sysproc 221 System server: starting Android services.
13:25:27.929 Info SystemServer 221 Entered the Android system server!
13:25:27.929 Info sysproc 221 System server: entering thread pool.
13:25:28.038 Info SystemServer 221 Entropy Service
13:25:28.149 Info SystemServer 221 Power Manager
13:25:28.149 Info SystemServer 221 Activity Manager
13:25:28.258 Info ActivityManager 221 Memory class: 18
13:25:28.365 Warning UsageStats 221 Usage stats version changed; dropping
13:25:28.480 Debug libEGL 229 loaded /system/lib/egl/libGLES_android.so
13:25:28.589 Debug libEGL 229 loaded /system/lib/egl/libGLES_qcom.so
13:25:28.589 Info SystemServer 221 Telephony Registry
13:25:28.589 Debug EGL.oem 229 smi: offset=10000000, len=00700000, phys=0x0
13:25:28.589 Debug EGL.oem 229 ebi: offset=00000000, len=00800000, phys=0x16a00000
13:25:28.589 Debug EGL.oem 229 reg: offset=20000000, len=00100000, phys=0xa0000000
13:25:28.589 Info SystemServer 221 Package Manager
13:25:28.693 Info Installer 221 connecting...
13:25:28.693 Info installd 200 new connection
13:25:28.693 Debug gralloc 221 smi: offset=10000000, len=00700000, phys=0x0
13:25:28.693 Debug gralloc 221 ebi: offset=00000000, len=00800000, phys=0x16a00000
13:25:28.693 Debug gralloc 221 reg: offset=20000000, len=00100000, phys=0xa0000000
13:25:28.693 Debug gralloc 221 allocating GPU size=307200, offset=0
13:25:28.805 Warning zipro 229 Unable to open zip '/data/local/bootanimation.zip': No such file or directory
13:25:28.805 Warning zipro 229 Unable to open zip '/system/etc/customer/bootanimation.zip': No such file or directory
13:25:28.805 Error BootAnimation 229 Can't read CID, use default.
13:25:28.805 Warning zipro 229 Unable to open zip '/system/customize/resource/bootanimation.zip': No such file or directory
13:25:28.805 Debug BootAnimation 229 Read default.xml failed, use bootanimation.zip.
13:25:28.911 Debug BootAnimation 229 BootAnimation::checkAudioFromDb
13:25:28.911 Error BootAnimation 229 sqlite3_open error
13:25:29.021 Debug gralloc 221 allocating GPU size=307200, offset=307200
13:25:29.021 Debug BootAnimation 229 play animation 0!
13:25:29.021 Info PackageManager 221 Libs: javax.obex:/system/framework/javax.obex.jar com.htc.android.easopen:/system/framework/com.htc.android.easopen.jar com.htc.framework:/system/framework/com.htc.framework.jar com.htc.rss:/system/framework/com.htc.rss.jar android.test.runner:/system/framework/android.test.runner.jar com.htc.android.pimlib:/system/framework/com.htc.android.pimlib.jar com.google.android.datamessaging:/system/framework/com.google.android.datamessaging.jar com.google.android.gtalkservice:/system/framework/com.google.android.gtalkservice.jar com.google.android.maps:/system/framework/com.google.android.maps.jar com.scalado.util.ScaladoUtil:/system/framework/com.scalado.util.ScaladoUtil.jar
13:25:29.021 Info PackageManager 221 Features: android.hardware.camera android.hardware.wifi android.hardware.location.network android.hardware.bluetooth android.hardware.telephony android.hardware.location android.hardware.location.gps android.hardware.camera.autofocus android.hardware.telephony.gsm android.hardware.touchscreen.multitouch android.hardware.touchscreen android.hardware.sensor.accelerometer android.hardware.sensor.compass
13:25:29.129 Info PackageManager 221 No current settings file!
13:25:29.129 Warning PackageManager 221 Library not found: /system/framework/com.google.android.datamessaging.jar
13:25:29.348 Debug PackageManager 221 Scanning app dir /system/framework
13:25:29.676 Debug dalvikvm 221 GC freed 5275 objects / 232744 bytes in 249ms
13:25:30.117 Info PackageManager 221 /system/framework/framework-res.apk changed; collecting certs
13:25:31.296 Debug dalvikvm 221 GC freed 1788 objects / 304344 bytes in 269ms
13:25:31.521 Debug dalvikvm 221 GC freed 1220 objects / 255152 bytes in 253ms
13:25:31.846 Debug dalvikvm 221 GC freed 20 objects / 170248 bytes in 228ms
13:25:32.062 Debug dalvikvm 221 GC freed 4 objects / 57800 bytes in 217ms
13:25:32.280 Debug dalvikvm 221 GC freed 15 objects / 153656 bytes in 217ms
13:25:32.499 Debug dalvikvm 221 GC freed 4 objects / 42784 bytes in 232ms
13:25:32.499 Info dalvikvm-heap 221 Grow heap (frag case) to 4.569MB for 176040-byte allocation
13:25:32.826 Debug dalvikvm 221 GC freed 0 objects / 0 bytes in 270ms
13:25:34.247 Debug dalvikvm 221 GC freed 2436 objects / 366872 bytes in 233ms
13:25:35.777 Debug dalvikvm 221 GC freed 2893 objects / 241664 bytes in 273ms
13:25:36.977 Debug dalvikvm 221 GC freed 2730 objects / 207224 bytes in 111ms
13:25:37.416 Info PackageManager 221 /system/framework/com.htc.resources.apk changed; collecting certs
13:25:37.631 Debug dalvikvm 221 GC freed 5266 objects / 423536 bytes in 120ms
13:25:38.073 Debug dalvikvm 221 GC freed 31220 objects / 1731536 bytes in 116ms
13:25:38.286 Debug dalvikvm 221 GC freed 1606 objects / 264328 bytes in 96ms
13:25:38.286 Info dalvikvm-heap 221 Grow heap (frag case) to 4.591MB for 119912-byte allocation
13:25:38.398 Debug dalvikvm 221 GC freed 1 objects / 40 bytes in 108ms
13:25:38.509 Debug dalvikvm 221 GC freed 3 objects / 59528 bytes in 94ms
13:25:38.509 Info dalvikvm-heap 221 Grow heap (frag case) to 4.764MB for 240644-byte allocation
13:25:38.615 Debug dalvikvm 221 GC freed 0 objects / 0 bytes in 113ms
13:25:38.729 Debug dalvikvm 221 GC freed 3 objects / 119968 bytes in 94ms
13:25:38.729 Info dalvikvm-heap 221 Grow heap (frag case) to 4.835MB for 195516-byte allocation
13:25:38.832 Debug dalvikvm 221 GC freed 0 objects / 0 bytes in 105ms
13:25:38.942 Debug dalvikvm 221 GC freed 19 objects / 297944 bytes in 94ms
13:25:39.161 Debug dalvikvm 221 GC freed 5 objects / 179584 bytes in 95ms
13:25:39.161 Info dalvikvm-heap 221 Grow heap (frag case) to 5.022MB for 195474-byte allocation
13:25:39.270 Debug dalvikvm 221 GC freed 0 objects / 0 bytes in 106ms
13:25:39.382 Debug dalvikvm 221 GC freed 16 objects / 327680 bytes in 94ms
13:25:39.489 Debug dalvikvm 221 GC freed 4 objects / 94992 bytes in 94ms
13:25:39.489 Info dalvikvm-heap 221 Grow heap (frag case) to 5.351MB for 385038-byte allocation
13:25:39.596 Debug dalvikvm 221 GC freed 0 objects / 0 bytes in 105ms
13:25:39.711 Debug dalvikvm 221 GC freed 1 objects / 191984 bytes in 110ms
13:25:40.144 Debug dalvikvm 221 GC freed 1933 objects / 472024 bytes in 104ms
13:25:40.907 Debug dalvikvm 221 GC freed 3133 objects / 121448 bytes in 118ms
13:25:41.672 Debug dalvikvm 221 GC freed 4040 objects / 383400 bytes in 130ms
13:25:42.545 Debug dalvikvm 221 GC freed 3549 objects / 333408 bytes in 141ms
13:25:43.643 Debug PackageManager 221 Scanning app dir /system/app
13:25:43.643 Error System 221 Failure starting core service
13:25:43.643 Error System 221 java.lang.NullPointerException
13:25:43.643 Error System 221 at com.android.server.PackageManagerService.scanDirLI(PackageManagerService.java:1976)
13:25:43.643 Error System 221 at com.android.server.PackageManagerService.<init>(PackageManagerService.java:584)
13:25:43.643 Error System 221 at com.android.server.PackageManagerService.main(PackageManagerService.java:335)
13:25:43.643 Error System 221 at com.android.server.ServerThread.run(SystemServer.java:132)
13:25:43.643 Error AndroidRuntime 221 Crash logging skipped, no checkin service
13:25:43.643 Info SystemServer 221 not beta version and not show watermark
13:25:43.643 Info SystemServer 221 Status Bar
13:25:43.643 Error SystemServer 221 Failure starting StatusBarService
13:25:43.643 Error SystemServer 221 java.lang.NullPointerException
13:25:43.643 Error SystemServer 221 at android.app.ActivityThread.getPackageInfo(ActivityThread.java:2202)
13:25:43.643 Error SystemServer 221 at android.app.ApplicationContext.createPackageContext(ApplicationContext.java:1341)
13:25:43.643 Error SystemServer 221 at com.htc.res.HtcResources.getContext(HtcResources.java:53)
13:25:43.643 Error SystemServer 221 at com.android.server.status.StatusBarService.<init>(StatusBarService.java:323)
13:25:43.643 Error SystemServer 221 at com.android.server.ServerThread.run(SystemServer.java:258)
13:25:43.749 Error AndroidRuntime 221 Crash logging skipped, no checkin service
13:25:43.749 Info SystemServer 221 Clipboard Service
13:25:43.749 Info SystemServer 221 Input Method Service
13:25:43.749 Error SystemServer 221 Failure starting Input Manager Service
13:25:43.749 Error SystemServer 221 java.lang.NullPointerException
13:25:43.749 Error SystemServer 221 at android.app.ApplicationContext.registerReceiverInternal(ApplicationContext.java:746)
13:25:43.749 Error SystemServer 221 at android.app.ApplicationContext.registerReceiver(ApplicationContext.java:721)
13:25:43.749 Error SystemServer 221 at android.app.ApplicationContext.registerReceiver(ApplicationContext.java:715)
13:25:43.749 Error SystemServer 221 at com.android.server.InputMethodManagerService.<init>(InputMethodManagerService.java:426)
13:25:43.749 Error SystemServer 221 at com.android.server.ServerThread.run(SystemServer.java:273)
13:25:43.856 Debug dalvikvm 221 GC freed 9723 objects / 769440 bytes in 153ms
13:25:43.856 Error installd 200 eof
13:25:43.856 Error installd 200 failed to read size
13:25:43.856 Info installd 200 closing connection
13:25:43.856 Error AndroidRuntime 221 Crash logging skipped, no checkin service
13:25:43.856 Info SystemServer 221 NetStat Service
13:25:43.856 Info SystemServer 221 Connectivity Service
13:25:43.856 Verbose ConnectivityService 221 ConnectivityService starting up
13:25:43.856 Warning dalvikvm 221 threadid=25: thread exiting with uncaught exception (group=0x4001e398)
13:25:43.856 Error AndroidRuntime 221 Uncaught handler: thread ConnectivityThread exiting due to uncaught exception
13:25:43.856 Error AndroidRuntime 221 *** EXCEPTION IN SYSTEM PROCESS. System will crash.
13:25:43.967 Error AndroidRuntime 221 java.lang.NullPointerException
13:25:43.967 Error AndroidRuntime 221 at android.app.ActivityThread.getProvider(ActivityThread.java:4259)
13:25:43.967 Error AndroidRuntime 221 at android.app.ActivityThread.acquireProvider(ActivityThread.java:4299)
13:25:43.967 Error AndroidRuntime 221 at android.app.ApplicationContext$ApplicationContentResolver.acquireProvider(ApplicationContext.java:1513)
13:25:43.967 Error AndroidRuntime 221 at android.content.ContentResolver.acquireProvider(ContentResolver.java:759)
13:25:43.967 Error AndroidRuntime 221 at android.content.ContentResolver.query(ContentResolver.java:197)
13:25:43.967 Error AndroidRuntime 221 at android.provider.Settings$NameValueCache.getString(Settings.java:499)
13:25:43.967 Error AndroidRuntime 221 at android.provider.Settings$Secure.getString(Settings.java:1982)
13:25:43.967 Error AndroidRuntime 221 at android.provider.Settings$Secure.getInt(Settings.java:2022)
13:25:43.967 Error AndroidRuntime 221 at com.android.server.ConnectivityService.getPersistedNetworkPreference(ConnectivityService.java:722)
13:25:43.967 Error AndroidRuntime 221 at com.android.server.ConnectivityService.<init>(ConnectivityService.java:490)
13:25:43.967 Error AndroidRuntime 221 at com.android.server.ConnectivityService.<init>(ConnectivityService.java:63)
13:25:43.967 Error AndroidRuntime 221 at com.android.server.ConnectivityService$ConnectivityThread.run(ConnectivityService.java:451)
13:25:43.967 Error AndroidRuntime 221 Crash logging skipped, no checkin service
13:25:43.967 Info Process 221 Sending signal. PID: 221 SIG: 9
13:25:43.967 Info ServiceManager 192 service 'clipboard' died
13:25:43.967 Info ServiceManager 192 service 'telephony.registry' died
13:25:43.967 Info ServiceManager 192 service 'entropy' died
13:25:43.967 Info ServiceManager 192 service 'power' died
13:25:43.967 Info ServiceManager 192 service 'batteryinfo' died
13:25:43.967 Info ServiceManager 192 service 'netstat' died
13:25:43.967 Info ServiceManager 192 service 'SurfaceFlinger' died
13:25:43.967 Info ServiceManager 192 service 'usagestats' died
13:25:43.967 Debug BootAnimation 229 SurfaceFlinger died, exiting...
13:25:43.968 Info Zygote 196 Exit zygote because system server (221) has terminated

Würde mich über Unterstützung echt sehr freuen, da ich bis Montag wieder ein funktionierendes Handy benötige^^



//EDIT:

Dieses ROM habe ich zum laufen bekommen: http://forum.xda-developers.com/showthread.php?t=832608
Nur leider ist das genau so, wie das zuvor installierte: extremst langsam und laggy.

Kann mir jemand ein flüssig laufendes, stabiles ROM empfehlen? Wenn's sein muss kann's auch eines sein, welches auf Android 1.0 basiert. Die wichtigsten Anforderungen: SCHNELL & FLÜSSIG, stabil, telefon-funktion, sms-funktion.
 
Zuletzt bearbeitet:
Okay. Das sieht für mich so aus als wäre bei der Installation eines ROMs custom-MTD-Partitionen angelegt worden. Hatte das Problem auch mal. Mir wurde von einem Rom-Programmierer eine Datei geschickt, die ich flashen sollte und dann gibg es wieder. Ich habe dir die Datei mal hochgeladen:
https://www.dropbox.com/sh/9it7fus24m03wda/91YY15nBDz

Zu der ROM-Suche. Ich hatte immer ezGingerbread. Lief immer flüssig und verdammt stabil: [ROM] EzGingerbread (Dream and Sapphire) stable-v1.0 2011-12-04 - xda-developers
 
Danke für den Tipp ;)

Mittlerweile ist aber mein Handy schon von der Reparatur zurück und somit benötige ich mein G1 nicht mehr
 

Ähnliche Themen

L
  • LaueGTH
Antworten
1
Aufrufe
2.182
winne
W
Kouya1600
Antworten
2
Aufrufe
2.394
Kouya1600
Kouya1600
BlutAxt74
Antworten
2
Aufrufe
2.100
wakkaluba
W
Zurück
Oben Unten