Compile cwmv6.0.5.1 for samsung_rossaltectc(SM-G3609) Stand still on boot logo - General Questions and Answers

/tmp/recovery.log
__bionic_open_tzdata: couldn't find any tzdata when looking for localtime!
__bionic_open_tzdata: couldn't find any tzdata when looking for GMT!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
Starting recovery on Fri Jan 10 23:52:14 2014
failed to mmap framebuffer: Invalid argument
CWM-based Recovery v6.0.5.1
recovery filesystem table
=========================
0 /efs ext4 /dev/block/bootdevice/by-name/efs 0
1 /boot emmc /dev/block/bootdevice/by-name/boot 0
2 /recovery emmc /dev/block/bootdevice/by-name/recovery 0
3 /cache ext4 /dev/block/bootdevice/by-name/cache 0
4 /system ext4 /dev/block/bootdevice/by-name/system 0
5 /data ext4 /dev/block/bootdevice/by-name/userdata -16384
6 /preload ext4 /dev/block/bootdevice/by-name/hidden 0
7 /sdcard vfat /dev/block/mmcblk1p1 0
8 /modem emmc /dev/block/bootdevice/by-name/apnhlos 0
9 /mdm emmc /dev/block/bootdevice/by-name/modem 0
10 /tmp ramdisk ramdisk 0
W:Unable to get recovery.fstab info for /datadata during fstab generation!
W:Unable to get recovery.fstab info for /emmc during fstab generation!
W:Unable to get recovery.fstab info for /sd-ext during fstab generation!
W:Unable to get recovery.fstab info for /external_sd during fstab generation!
I:Completed outputting fstab.
I:Connected to Vold..
I:200 0 Volumes listed.
Irocessing arguments.
mount: mounting /dev/block/bootdevice/by-name/cache on /cache failed: No such file or directory
W:failed to mount /dev/block/bootdevice/by-name/cache (File exists)
I:Cannot load volume /misc.
mount: mounting /dev/block/bootdevice/by-name/cache on /cache failed: No such file or directory
W:failed to mount /dev/block/bootdevice/by-name/cache (File exists)
E:Can't mount /cache/recovery/command
I:Cannot load volume /misc.
I:Checking arguments.
I:device_recovery_start()
Command: "/sbin/recovery"
ro.cm.device=rossaltectc
ro.cm.display.version=11-20191206-UNOFFICIAL-rossaltectc
ro.cm.version=11-20191206-UNOFFICIAL-rossaltectc
ro.cm.releasetype=UNOFFICIAL
ro.adb.qemud=1
ro.com.google.clientidbase=android-google
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.com.android.wifi-watchlist=GoogleGuest
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.url.legal=
ro.url.legal.android_privacy=
ro.boot.emmc=true
ro.boot.sec_atd.tty=/dev/ttyHSL0
ro.boot.selinux=permissive
ro.boot.baseband=msm
ro.boot.hardware=qcom
ro.boot.serialno=abadc057
ro.boot.bootdevice=7824900.sdhci
ro.boot.bootloader=G3609KES1APJ2
ro.boot.debug_level=0x4f4c
ro.boot.warranty_bit=0
ro.boot.cp_debug_level=0x55FF
ro.emmc=0
ro.wifi.channels=
ro.allow.mock.location=0
ro.board.platform=msm8916
ro.build.id=KTU84Q
ro.build.date=2019年 12月 06日 星期五 13:09:29 CST
ro.build.date.utc=0
ro.build.host=w
ro.build.tags=test-keys
ro.build.type=userdebug
ro.build.user=q
ro.build.display.id=cm_rossaltectc-userdebug 4.4.4 KTU84Q c148cecdd1 test-keys
ro.build.product=rossaltectc
ro.build.selinux=1
ro.build.version.sdk=19
ro.build.version.base_os=
ro.build.version.release=4.4.4
ro.build.version.codename=REL
ro.build.version.incremental=c148cecdd1
ro.build.version.security_patch=2016-11-01
ro.build.description=cm_rossaltectc-userdebug 4.4.4 KTU84Q c148cecdd1 test-keys
ro.build.fingerprint=samsung/cm_rossaltectc/rossaltectc:4.4.4/KTU84Q/c148cecdd1:userdebug/test-keys
ro.build.characteristics=default
ro.config.ringtone=Orion.ogg
ro.config.alarm_alert=Hassium.ogg
ro.config.notification_sound=Argon.ogg
ro.secure=1
ro.carrier=unknown
ro.cmlegal.url=https://cyngn.com/legal/privacy-policy
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.name=cm_rossaltectc
ro.product.board=rossaltectc
ro.product.brand=samsung
ro.product.model=rossaltectc
ro.product.device=rossaltectc
ro.product.locale.region=US
ro.product.locale.language=en
ro.product.manufacturer=samsung
ro.baseband=msm
ro.bootmode=unknown
ro.hardware=qcom
ro.revision=5
ro.serialno=abadc057
ro.bootloader=G3609KES1APJ2
ro.debuggable=1
ro.modversion=11-20191206-UNOFFICIAL-rossaltectc
ro.rommanager.developerid=cyanogenmod
ro.factorytest=0
ro.setupwizard.enterprise_mode=1
net.bt.name=Android
net.change=net.bt.name
init.svc.adbd=running
init.svc.vold=running
init.svc.healthd=running
init.svc.ueventd=running
init.svc.recovery=running
init.svc.setup_adbd=stopped
dalvik.vm.lockprof.threshold=500
dalvik.vm.stack-trace-file=/data/anr/traces.txt
persist.sys.dun.override=0
persist.sys.usb.config=adb
persist.sys.dalvik.vm.lib=libdvm.so
persist.sys.dalvik.multithread=false
persist.sys.root_access=1
persist.sys.recovery_update=false
service.adb.root=1
keyguard.no_require_sim=true
I:Checking for extendedcommand...
Click to expand...
Click to collapse
When i view cm11/bootable/recovery/recovery.c
Found the following code
Code:
} else {
LOGI("0\n");
LOGI("Checking for extendedcommand...\n");
status = INSTALL_ERROR; // No command specified
// we are starting up in user initiated recovery here
// let's set up some default options
signature_check_enabled = 0;
is_user_initiated_recovery = 1;
if (!headless) {
ui_set_show_text(1);
ui_set_background(BACKGROUND_ICON_CLOCKWORK);
LOGI("1\n");
}
if (extendedcommand_file_exists()) {
LOGI("Running extendedcommand...\n");
int ret;
LOGI("2\n");
if (0 == (ret = run_and_remove_extendedcommand())) {
status = INSTALL_SUCCESS;
ui_set_show_text(0);
LOGI("3\n");
}
else {
handle_failure(ret);
LOGI("4\n");
}
} else {
LOGI("Skipping execution of extendedcommand, file not found...\n");
}
When I comment the above code
screen flickered and restarted
and I can't adb pull /tmp/recovery.log using adb
device tree
[email protected]:~$ ls and/cm11/device/samsung/rossaltectc/
AndroidBoard.mk cm.mk kernel system.prop
AndroidProducts.mk device_rossaltectc.mk recovery vendorsetup.sh
BoardConfig.mk dt.img recovery.fstab
Click to expand...
Click to collapse
BoardConfig.mk
Code:
USE_CAMERA_STUB := true
# inherit from the proprietary version
-include vendor/samsung/rossaltectc/BoardConfigVendor.mk
TARGET_ARCH := arm
TARGET_NO_BOOTLOADER := true
TARGET_BOARD_PLATFORM := msm8916
TARGET_CPU_ABI := armeabi-v7a
TARGET_CPU_ABI2 := armeabi
TARGET_ARCH_VARIANT := armv7-a-neon
TARGET_CPU_VARIANT := cortex-a7
TARGET_CPU_SMP := true
ARCH_ARM_HAVE_TLS_REGISTER := true
TARGET_BOOTLOADER_BOARD_NAME := rossaltectc
BOARD_KERNEL_CMDLINE := console=null androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x3F ehci-hcd.park=3 androidboot.bootdevice=7824900.sdhci androidboot.selinux=permissive
BOARD_KERNEL_BASE := 0x80000000
BOARD_KERNEL_PAGESIZE := 2048
# fix this up by examining /proc/mtd on a running device
BOARD_BOOTIMAGE_PARTITION_SIZE := 13631488
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 15728640
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 943718400
BOARD_USERDATAIMAGE_PARTITION_SIZE := 2651828224
BOARD_FLASH_BLOCK_SIZE := 131072
TARGET_PREBUILT_KERNEL := device/samsung/rossaltectc/kernel
TARGET_PREBUILT_RECOVERY_KERNEL := device/samsung/rossaltectc/kernel
BOARD_MKBOOTIMG_ARGS := --dt device/samsung/rossaltectc/dt.img
BOARD_HAS_NO_SELECT_BUTTON := true
help me
please

can your help me?
please
I thank you very much

please supermans

Discover by inserting source code
Stuck at 11 12 code below
recovery.c
Code:
LOGI("11\n");
ui_set_show_text(1);
LOGI("12\n");
ui_set_background(BACKGROUND_ICON_CLOCKWORK);
LOGI("13\n");

please eveyone

please

please

pleasepleaseplease

I found the cause of the problem, which appeared in the source code of compiling the sbin/recovery binary file. If you replace someone else's recovery binary file and repack it, you can successfully enter recovery, but I don't know what happened to the recovery source code of the cm11 original warehouse

Related

[Q] Clockwork recovery backup error

I am trying to back up my phone (galaxy S2 skyrocket) using rom manager. I have flashed the latest version of clockworkmod recovery ( 5.0.2.7)
after the phone reboots into recovery and runs a few checks, I get an error
SD Card marker mismatch.
and that I should open ROM Manager to report issue. below is the recovery.log file
any ideas?
Starting recovery on Thu May 17 14:16:52 2012
framebuffer: fd 4 (480 x 800)
ClockworkMod Recovery v5.0.2.7
recovery filesystem table
=========================
0 /tmp ramdisk (null) (null)
1 /boot emmc /dev/block/mmcblk0p8 (null)
2 /efs ext4 /dev/block/mmcblk0p21 (null)
3 /recovery emmc /dev/block/mmcblk0p22 (null)
4 /data auto /dev/block/mmcblk0p25 (null)
5 /system ext4 /dev/block/mmcblk0p24 (null)
6 /cache ext4 /dev/block/mmcblk0p26 (null)
7 /emmc vfat /dev/block/mmcblk0p28 (null)
8 /sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1
W:Unable to get recovery.fstab info for /datadata during fstab generation!
W:Unable to get recovery.fstab info for /sd-ext during fstab generation!
I:Completed outputting fstab.
Irocessing arguments.
I:Checking arguments.
I:device_recovery_start()
Command: "/sbin/recovery"
ro.secure=0
ro.allow.mock.location=1
ro.debuggable=1
persist.service.adb.enable=1
ro.build.id=GINGERBREAD
ro.build.display.id=full_hercules-eng 2.3.7 GINGERBREAD eng.koush.20111028.204847 test-keys
ro.build.version.incremental=eng.koush.20111028.204847
ro.build.version.sdk=10
ro.build.version.codename=REL
ro.build.version.release=2.3.7
ro.build.date=Fri Oct 28 20:49:20 PDT 2011
ro.build.date.utc=0
ro.build.type=eng
ro.build.user=koush
ro.build.host=Koushik-Lion.local
ro.build.tags=test-keys
ro.product.model=SGH-T989
ro.product.brand=generic
ro.product.name=full_hercules
ro.product.device=hercules
ro.product.board=MSM8660_SURF
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
ro.product.locale.language=hdpi
ro.product.locale.region=
ro.wifi.channels=
ro.board.platform=msm8660
ro.build.product=hercules
ro.build.description=full_hercules-eng 2.3.7 GINGERBREAD eng.koush.20111028.204847 test-keys
ro.build.fingerprint=generic/full_hercules/hercules:2.3.7/GINGERBREAD/eng.koush.20111028.204847:eng/test-keys
ro.sf.lcd_density=240
rild.libpath=/system/lib/libril-qc-qmi-1.so
rild.libargs=-d /dev/smd0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
ril.subscription.types=NV,RUIM
debug.sf.hw=1
debug.composition.type=c2d
debug.overlayui.enable=1
dev.pm.dyn_samplingrate=1
ro.hdmi.enable=true
lpa.decode=true
lpa.use-stagefright=true
ro.use_data_netmgrd=true
persist.data_netmgrd_nint=16
ro.emmc.sdcard.partition=17
persist.timed.enable=true
persist.audio.fluence.mode=endfire
persist.audio.vr.enable=false
persist.radio.apm_sim_not_pwdn=1
persist.radio.sms_sync_sending=1
ro.cwm.prefer_tar=true
ro.com.google.clientidbase=android-samsung
ro.com.google.locationfeatures=1
ro.com.google.networklocation=1
ro.setupwizard.enable_bypass=1
dalvik.vm.heapsize=64m
dalvik.vm.lockprof.threshold=500
dalvik.vm.dexopt-flags=m=y
keyguard.no_require_sim=true
ro.kernel.android.checkjni=1
ro.setupwizard.mode=OPTIONAL
net.bt.name=Android
net.change=net.bt.name
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.factorytest=0
ro.serialno=d1f81845
ro.bootmode=unknown
ro.baseband=csfb
ro.carrier=unknown
ro.bootloader=unknown
ro.hardware=qcom
ro.revision=0
init.svc.recovery=running
init.svc.adbd=running
I:Checking for extendedcommand...
I:Running extendedcommand...
Waiting for SD Card to mount (20s)
SD Card mounted...
Verifying SD Card marker...
8e916c8804ca8c4cc477ca4e79e62853
91541684c56a3b8040a92de449aad2fc
SD Card marker mismatch.
Error processing ROM Manager script. Please verify that you are performing the backup, restore, or ROM installation from ROM Manager v4.4.0.0 or higher.

[Q] Signiture Failded during JB update

Hey guys,
I am having trouble installing Jelly Bean on my transformer. I have followed the apparently noob proog upgrade guide but run into issues. When I reboot after putting the upgrade files in the /cache directory the upgrade starts and goes for 30 seconds or so then fails and says that it failed to verify the package. Please have a look at my log file and let me know what I am going wrong here. Thanks.
Starting recovery on Thu Dec 27 22:56:16 2012
can't open /dev/tty0: No such file or directory
framebuffer: fd 3 (1280 x 800)
CWM-based Recovery v5.5.0.4
recovery filesystem table
=========================
0 /tmp ramdisk (null) (null) 0
1 /system ext4 /dev/block/mmcblk0p1 (null) 0
2 /cache ext4 /dev/block/mmcblk0p2 (null) 0
3 /misc emmc /dev/block/mmcblk0p3 (null) 0
4 /staging ext3 /dev/block/mmcblk0p4 (null) 0
5 /boot emmc /dev/block/mmcblk0p5 (null) 0
6 /recovery emmc /dev/block/mmcblk0p7 (null) 0
7 /data ext4 /dev/block/mmcblk0p8 (null) 0
W:Unable to get recovery.fstab info for /datadata during fstab generation!
W:Unable to get recovery.fstab info for /emmc during fstab generation!
W:Unable to get recovery.fstab info for /sdcard during fstab generation!
W:Unable to get recovery.fstab info for /sd-ext during fstab generation!
I:Completed outputting fstab.
Irocessing arguments.
I:Got arguments from /cache/recovery/command
I:Checking arguments.
I:device_recovery_start()
Command: "/sbin/recovery" "--update_package=/cache/dlpkgfile"
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=1
persist.sys.usb.config=mtp,adb
ro.build.id=IMM76I
ro.build.display.id=cm_tf300t-userdebug 4.0.4 IMM76I eng.xplodwild.20120523.001506 test-keys
ro.build.version.incremental=eng.xplodwild.20120523.001506
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.4
ro.build.date=Wed May 23 00:15:38 CEST 2012
ro.build.date.utc=0
ro.build.type=userdebug
ro.build.user=xplodwild
ro.build.host=barbecue
ro.build.tags=test-keys
ro.product.model=Transformer Prime TF300T
ro.product.brand=asus
ro.product.name=EeePad
ro.product.device=tf300t
ro.product.board=cardhu
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=asus
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=tegra
ro.build.product=tf300t
ro.build.description=US_epad-user 4.0.3 IML74K US_epad-9.4.2.21-20120323 release-keys
ro.build.fingerprint=asus/US_epad/TF201:4.0.3/IML74K/US_epad-9.4.2.21-20120323:user/release-keys
ro.build.characteristics=tablet
ro.cm.device=tf300t
ro.carrier=wifi-only
ro.com.android.dateformat=MM-dd-yyyy
wifi.interface=wlan0
wifi.supplicant_scan_interval=15
ro.opengles.version=131072
persist.tegra.nvmmlite=1
ro.epad.model=TF300T
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m
ro.rommanager.developerid=cyanogenmod
keyguard.no_require_sim=true
ro.com.google.clientidbase=android-google
ro.com.android.wifi-watchlist=GoogleGuest
ro.setupwizard.enterprise_mode=1
ro.com.android.dataroaming=false
ro.cm.version=9.0.0-RC0-tf300t-UNOFFICIAL
ro.modversion=9.0.0-RC0-tf300t-UNOFFICIAL
ro.config.ringtone=CyanTone.ogg
ro.config.notification_sound=CyanMessage.ogg
ro.config.alarm_alert=CyanAlarm.ogg
dalvik.vm.lockprof.threshold=500
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
net.change=net.bt.name
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.factorytest=0
ro.serialno=015d14fedc64160b
ro.bootmode=unknown
ro.baseband=unknown
ro.bootloader=unknown
ro.hardware=cardhu
ro.revision=0
ro.emmc=0
init.svc.recovery=running
init.svc.mischelp=restarting
init.svc.adbd=running
service.adb.root=1
Finding update package...
I:Update location: /cache/dlpkgfile
Opening update package...
I:1 key(s) loaded from /res/keys
Verifying update package...
I:comment is 1682 bytes; signature 1664 bytes from end
E:failed to verify whole-file signature
I:verify_file returned 1
E:signature verification failed
Installation aborted.
E:unknown volume for path [/sd-ext]
rm: can't remove '/cache/dalvik-cache': No such file or directory
rm: can't remove '/sd-ext/dalvik-cache': No such file or directory
Dalvik Cache wiped.
Signature failed probably means your file got corrupted while downloading. I would suggest downloading the file again and see if that solves it.
If it doesn't then plz post which thread/guide you are following (with a link for the lazy people).
Good luck.
Verstuurd van mijn ASUS Transformer Pad TF300T met Tapatalk

[Q] Unable to Backup in CWM

I tried backing up in CWM, but it gives an error about backing up the boot image.
Code:
Starting recovery on Thu Feb 28 01:07:56 2013
can't open /dev/tty0: No such file or directory
framebuffer: fd 3 (1280 x 800)
CWM-based Recovery v6.0.2.3
recovery filesystem table
=========================
0 /tmp ramdisk (null) (null) 0
1 /system ext4 /dev/block/mmcblk0p1 (null) 0
2 /cache ext4 /dev/block/mmcblk0p2 (null) 0
3 /misc emmc /dev/block/mmcblk0p3 (null) 0
4 /boot emmc boot (null) 0
5 /recovery emmc recovery (null) 0
6 /staging emmc /dev/block/mmcblk0p4 (null) 0
7 /btmac vfat /dev/block/mmcblk0p5 (null) 0
8 /data ext4 /dev/block/mmcblk0p8 (null) -32768
9 /emmc datamedia /dev/null (null) 0
10 /sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1 0
W:Unable to get recovery.fstab info for /datadata during fstab generation!
W:Unable to get recovery.fstab info for /sd-ext during fstab generation!
I:Completed outputting fstab.
I:Processing arguments.
I:Checking arguments.
I:device_recovery_start()
Command: "/sbin/recovery"
ro.boot.serialno=015d21d52747f40d
ro.boot.commchip_id=0
ro.boot.productid=0x02
ro.boot.carrier=wifi-only
ro.serialno=015d21d52747f40d
ro.bootmode=unknown
ro.baseband=unknown
ro.bootloader=unknown
ro.hardware=cardhu
ro.revision=0
ro.emmc=0
ro.boot.emmc=0
ro.factorytest=0
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=1
persist.sys.usb.config=mtp,adb
ro.build.id=JOP40D
ro.build.display.id=cm_tf300t-userdebug 4.2.1 JOP40D eng.xplodwild.20121218.214839 test-keys
ro.build.version.incremental=eng.xplodwild.20121218.214839
ro.build.version.sdk=17
ro.build.version.codename=REL
ro.build.version.release=4.2.1
ro.build.date=Tue Dec 18 21:49:07 UTC 2012
ro.build.date.utc=0
ro.build.type=userdebug
ro.build.user=xplodwild
ro.build.host=ribs
ro.build.tags=test-keys
ro.product.model=Transformer Pad TF300T
ro.product.brand=asus
ro.product.name=EeePad
ro.product.device=tf300t
ro.product.board=cardhu
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=asus
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=tegra
ro.build.product=tf300t
ro.build.description=WW_epad-user 4.0.3 IML74K WW_epad-9.4.3.30-20120604 release-keys
ro.build.fingerprint=asus/WW_epad/EeePad:4.0.3/IML74K/WW_epad-9.4.3.30-20120604:user/release-keys
ro.build.characteristics=tablet
ro.cm.device=tf300t
ro.carrier=wifi-only
ro.sf.lcd_density=160
ro.com.android.dateformat=MM-dd-yyyy
wifi.interface=wlan0
wifi.supplicant_scan_interval=15
ro.opengles.version=131072
persist.tegra.nvmmlite=1
ro.epad.model=TF300T
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=512k
dalvik.vm.heapmaxfree=2m
ro.rommanager.developerid=cyanogenmod
keyguard.no_require_sim=true
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.google.clientidbase=android-google
ro.com.android.wifi-watchlist=GoogleGuest
ro.setupwizard.enterprise_mode=1
ro.com.android.dataroaming=false
ro.cm.version=10.1-20121218-UNOFFICIAL-tf300t
ro.modversion=10.1-20121218-UNOFFICIAL-tf300t
ro.config.ringtone=Orion.ogg
ro.config.notification_sound=Deneb.ogg
ro.config.alarm_alert=Hassium.ogg
dalvik.vm.lockprof.threshold=500
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
net.change=net.bt.name
dalvik.vm.stack-trace-file=/data/anr/traces.txt
init.svc.ueventd=running
init.svc.recovery=running
init.svc.mischelp=restarting
init.svc.adbd=running
service.adb.root=1
I:Checking for extendedcommand...
I:Skipping execution of extendedcommand, file not found...
I:using /data/media for /emmc/clockworkmod/backup/2013-02-28.01.08.07.
SD Card space free: 21835MB
Backing up boot image...
Incorrect mbr signatures!
Error in reading mbr!
Error while backing up boot image!I:using /data/media for /emmc/clockworkmod/backup/2013-02-28.01.08.11.
SD Card space free: 21835MB
Backing up boot image...
Incorrect mbr signatures!
Error in reading mbr!
Error while backing up boot image!I:Can't format unknown volume: /external_sd
I:
cmendonc2 said:
I tried backing up in CWM, but it gives an error about backing up the boot image.
Backing up boot image...
Incorrect mbr signatures!
Error in reading mbr!
Sounds as though the version of cwm you are using does not match your bootloader. If you have a JB bootloader then use a JB recovery or ICS for ICS.
If that is not your issue I suggest twrp 2.4.3.0.
Click to expand...
Click to collapse
cmendonc2 said:
I tried backing up in CWM, but it gives an error about backing up the boot image.
Code:
Starting recovery on Thu Feb 28 01:07:56 2013
can't open /dev/tty0: No such file or directory
framebuffer: fd 3 (1280 x 800)
CWM-based Recovery v6.0.2.3
recovery filesystem table
=========================
0 /tmp ramdisk (null) (null) 0
1 /system ext4 /dev/block/mmcblk0p1 (null) 0
2 /cache ext4 /dev/block/mmcblk0p2 (null) 0
3 /misc emmc /dev/block/mmcblk0p3 (null) 0
4 /boot emmc boot (null) 0
5 /recovery emmc recovery (null) 0
6 /staging emmc /dev/block/mmcblk0p4 (null) 0
7 /btmac vfat /dev/block/mmcblk0p5 (null) 0
8 /data ext4 /dev/block/mmcblk0p8 (null) -32768
9 /emmc datamedia /dev/null (null) 0
10 /sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1 0
W:Unable to get recovery.fstab info for /datadata during fstab generation!
W:Unable to get recovery.fstab info for /sd-ext during fstab generation!
I:Completed outputting fstab.
I:Processing arguments.
I:Checking arguments.
I:device_recovery_start()
Command: "/sbin/recovery"
ro.boot.serialno=015d21d52747f40d
ro.boot.commchip_id=0
ro.boot.productid=0x02
ro.boot.carrier=wifi-only
ro.serialno=015d21d52747f40d
ro.bootmode=unknown
ro.baseband=unknown
ro.bootloader=unknown
ro.hardware=cardhu
ro.revision=0
ro.emmc=0
ro.boot.emmc=0
ro.factorytest=0
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=1
persist.sys.usb.config=mtp,adb
ro.build.id=JOP40D
ro.build.display.id=cm_tf300t-userdebug 4.2.1 JOP40D eng.xplodwild.20121218.214839 test-keys
ro.build.version.incremental=eng.xplodwild.20121218.214839
ro.build.version.sdk=17
ro.build.version.codename=REL
ro.build.version.release=4.2.1
ro.build.date=Tue Dec 18 21:49:07 UTC 2012
ro.build.date.utc=0
ro.build.type=userdebug
ro.build.user=xplodwild
ro.build.host=ribs
ro.build.tags=test-keys
ro.product.model=Transformer Pad TF300T
ro.product.brand=asus
ro.product.name=EeePad
ro.product.device=tf300t
ro.product.board=cardhu
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=asus
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=tegra
ro.build.product=tf300t
ro.build.description=WW_epad-user 4.0.3 IML74K WW_epad-9.4.3.30-20120604 release-keys
ro.build.fingerprint=asus/WW_epad/EeePad:4.0.3/IML74K/WW_epad-9.4.3.30-20120604:user/release-keys
ro.build.characteristics=tablet
ro.cm.device=tf300t
ro.carrier=wifi-only
ro.sf.lcd_density=160
ro.com.android.dateformat=MM-dd-yyyy
wifi.interface=wlan0
wifi.supplicant_scan_interval=15
ro.opengles.version=131072
persist.tegra.nvmmlite=1
ro.epad.model=TF300T
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=512k
dalvik.vm.heapmaxfree=2m
ro.rommanager.developerid=cyanogenmod
keyguard.no_require_sim=true
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.google.clientidbase=android-google
ro.com.android.wifi-watchlist=GoogleGuest
ro.setupwizard.enterprise_mode=1
ro.com.android.dataroaming=false
ro.cm.version=10.1-20121218-UNOFFICIAL-tf300t
ro.modversion=10.1-20121218-UNOFFICIAL-tf300t
ro.config.ringtone=Orion.ogg
ro.config.notification_sound=Deneb.ogg
ro.config.alarm_alert=Hassium.ogg
dalvik.vm.lockprof.threshold=500
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
net.change=net.bt.name
dalvik.vm.stack-trace-file=/data/anr/traces.txt
init.svc.ueventd=running
init.svc.recovery=running
init.svc.mischelp=restarting
init.svc.adbd=running
service.adb.root=1
I:Checking for extendedcommand...
I:Skipping execution of extendedcommand, file not found...
I:using /data/media for /emmc/clockworkmod/backup/2013-02-28.01.08.07.
SD Card space free: 21835MB
Backing up boot image...
Incorrect mbr signatures!
Error in reading mbr!
Error while backing up boot image!I:using /data/media for /emmc/clockworkmod/backup/2013-02-28.01.08.11.
SD Card space free: 21835MB
Backing up boot image...
Incorrect mbr signatures!
Error in reading mbr!
Error while backing up boot image!I:Can't format unknown volume: /external_sd
I:
Click to expand...
Click to collapse
Same thing happened to me while I was using CWM on this tab. Not one of mismatched CWM version and ROM (ICS or JB). Can't remember exactly what the error was. Think I was stuck with "backing up system.." Switched to TWRP and solved it. There were reports of troubles using CWM on this model.

[Q] System process does not respond

After every boot on my nexus s appears the error message: "System doeas not resond, Wait or force close?". I did full wipe more time, i tried different ROM (slimrom, cyanogenmod, bam-andorid) but the result is the same error message. The Md5 of the ROMs is correct. What can i do? There are same errors on the log file:
Starting recovery on Thu Apr 25 09:27:23 2013
can't open /dev/tty0: No such file or directory
framebuffer: fd 3 (480 x 800)
ClockworkMod Recovery v6.0.2.5
recovery filesystem table
=========================
0 /tmp ramdisk (null) (null) 0
1 /sdcard vfat /dev/block/platform/s3c-sdhci.0/by-name/media (null) 0
2 /system ext4 /dev/block/platform/s3c-sdhci.0/by-name/system (null) 0
3 /cache yaffs2 cache (null) 0
4 /data ext4 /dev/block/platform/s3c-sdhci.0/by-name/userdata (null) 0
5 /misc mtd misc (null) 0
6 /boot mtd boot (null) 0
7 /recovery mtd recovery (null) 0
8 /bootloader mtd bootloader (null) 0
9 /radio mtd radio (null) 0
W:Unable to get recovery.fstab info for /datadata during fstab generation!
W:Unable to get recovery.fstab info for /emmc during fstab generation!
W:Unable to get recovery.fstab info for /sd-ext during fstab generation!
I:Completed outputting fstab.
Irocessing arguments.
mtd: successfully wrote block at 0
I:Set boot command "boot-recovery"
I:Checking arguments.
I:device_recovery_start()
Command: "/sbin/recovery"
ro.boot.serialno=3635F8B8B5DF00EC
ro.boot.bootloader=I9020XXLC2
ro.boot.baseband=I9020XXKI1
ro.boot.info=0x4,0x4,1
ro.boot.carrier=EUR
ro.serialno=3635F8B8B5DF00EC
ro.bootmode=unknown
ro.baseband=I9020XXKI1
ro.bootloader=I9020XXLC2
ro.hardware=herring
ro.revision=52
ro.emmc=0
ro.boot.emmc=0
ro.factorytest=0
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=1
persist.sys.usb.config=mass_storage,adb
ro.build.id=JZO54K
ro.build.display.id=cm_crespo-userdebug 4.1.2 JZO54K eng.hudson.20121222.210247 test-keys
ro.build.version.incremental=eng.hudson.20121222.210247
ro.build.version.sdk=16
ro.build.version.codename=REL
ro.build.version.release=4.1.2
ro.build.date=Sat Dec 22 21:03:21 PST 2012
ro.build.date.utc=0
ro.build.type=userdebug
ro.build.user=hudson
ro.build.host=koushik-lion
ro.build.tags=test-keys
ro.product.model=Nexus S
ro.product.brand=Google
ro.product.name=soju
ro.product.device=crespo
ro.product.board=herring
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=Samsung
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=s5pc110
ro.build.product=crespo
ro.build.description=soju-user 4.1.2 JZO54K 485486 release-keys
ro.build.fingerprint=google/soju/crespo:4.1.2/JZO54K/485486:user/release-keys
ro.build.characteristics=nosdcard
ro.cm.device=crespo
rild.libpath=/vendor/lib/libsec-ril.so
rild.libargs=-d /dev/ttyS0
ro.sf.lcd_density=240
ro.rommanager.developerid=cyanogenmod
keyguard.no_require_sim=true
ro.com.google.clientidbase=android-google
ro.com.android.wifi-watchlist=GoogleGuest
ro.setupwizard.enterprise_mode=1
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.cm.version=10-20121223-UNOFFICIAL-crespo
ro.modversion=10-20121223-UNOFFICIAL-crespo
ro.config.ringtone=Orion.ogg
ro.config.notification_sound=Deneb.ogg
ro.config.alarm_alert=Hassium.ogg
ro.carrier=unknown
ro.telephony.default_network=3
ro.opengles.version=131072
wifi.interface=wlan0
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=128m
dalvik.vm.lockprof.threshold=500
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
net.change=net.bt.name
dalvik.vm.stack-trace-file=/data/anr/traces.txt
init.svc.ueventd=running
init.svc.recovery=running
service.adb.root=1
init.svc.adbd=running
I:Checking for extendedcommand...
I:Skipping execution of extendedcommand, file not found...
mtd: successfully wrote block at 0
I:Set boot command ""
I:Can't format unknown volume: /external_sd
I:Can't format unknown volume: /emmc
Thanks for replies.
I am sure that you would have done a completely clean install (Dalvik,Cache,Data) on each install, but I would recommend; flash back to stock (start on a clean slate, easier to see if/what goes wrong),wipe dalvik/cache/data, flash custom rom & reboot (don't unlock, just let it sit for a minute, reboot to recovery wipe just dalvik and cache and flash the CORRECT gapps, reboot, set up phone (see if you have any warnings) and don't mod/tweak,
Setting.Out said:
I am sure that you would have done a completely clean install (Dalvik,Cache,Data) on each install, but I would recommend; flash back to stock (start on a clean slate, easier to see if/what goes wrong),wipe dalvik/cache/data, flash custom rom & reboot (don't unlock, just let it sit for a minute, reboot to recovery wipe just dalvik and cache and flash the CORRECT gapps, reboot, set up phone (see if you have any warnings) and don't mod/tweak,
Click to expand...
Click to collapse
Thanks it works!!!

[Q] Ask for help about building CWM-based Recovery

I built CWM-based Recovery and this is my install-recovery.sh in /system/etc/
Code:
#!/system/bin/sh
stop
cat /dev/input/event5 > /dev/keycheck &
sleep 3
kill -9 $!
if [ -s /dev/keycheck -o -e /cache/recovery/command ];then
mount -o remount,rw rootfs /
mount -o remount,rw /system
mkdir /tmp
chmod a+rw /dev/tty0
/system/xbin/recovery
else
start
fi
and I got last_log in /cache/recovery/
Code:
Starting recovery on Tue Feb 25 05:05:49 2014
can't open /dev/tty0: No such file or directory
framebuffer: fd 3 (1080 x 1800)
CWM-based Recovery v6.0.3.7
recovery filesystem table
=========================
0 /tmp ramdisk (null) (null) 0
1 /system ext4 /dev/block/mmcblk0p1 (null) 0
2 /cache ext4 /dev/block/mmcblk0p2 (null) 0
3 /data ext4 /dev/block/mmcblk0p3 (null) 0
4 /misc emmc /dev/block/mmcblk0p10 (null) 0
5 /ram0 vfat /dev/block/ram0 (null) 0
W:Unable to get recovery.fstab info for /datadata during fstab generation!
W:Unable to get recovery.fstab info for /emmc during fstab generation!
W:Unable to get recovery.fstab info for /sdcard during fstab generation!
W:Unable to get recovery.fstab info for /sd-ext during fstab generation!
W:Unable to get recovery.fstab info for /external_sd during fstab generation!
I:Completed outputting fstab.
I:Processing arguments.
I:Got arguments from /cache/recovery/command
stat /dev/block/mmcblk0p10 try 1: No such file or directory
stat /dev/block/mmcblk0p10 try 2: No such file or directory
stat /dev/block/mmcblk0p10 try 3: No such file or directory
stat /dev/block/mmcblk0p10 try 4: No such file or directory
stat /dev/block/mmcblk0p10 try 5: No such file or directory
stat /dev/block/mmcblk0p10 try 6: No such file or directory
stat /dev/block/mmcblk0p10 try 7: No such file or directory
stat /dev/block/mmcblk0p10 try 8: No such file or directory
stat /dev/block/mmcblk0p10 try 9: No such file or directory
stat /dev/block/mmcblk0p10 try 10: No such file or directory
failed to stat /dev/block/mmcblk0p10
I:Checking arguments.
Warning: No file_contexts
Warning: No file_contexts
I:device_recovery_start()
Command: "/system/xbin/recovery"
ro.boot.console=ttySAC3
ro.serialno=XXXXXXXXXXXX
ro.bootmode=unknown
ro.baseband=unknown
ro.bootloader=unknown
ro.hardware=mx3
ro.revision=21520
ro.meizu.hardware.version=1
ro.meizu.hardware.nfc=false
ro.meizu.hardware.modem=td-scdma
ro.meizu.hardware.soc=exynos5410
ro.factorytest=0
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=0
persist.sys.usb.config=mtp,adb
init.svc.ueventd=running
ro.crypto.state=unencrypted
ro.crypto.fuse_sdcard=true
init.svc.scripts=stopped
vold.post_fs_data_done=1
ro.build.cta=noncta
ro.build.id=JOP40D
ro.build.display.id=Flyme OS 3.4.1 (A17444)
ro.build.mask.id=4.2.1-17444
ro.build.version.incremental=M35X.Flyme_OS_3.4.1.1390447667
ro.build.version.sdk=17
ro.build.version.codename=REL
ro.build.version.release=4.2.1
ro.build.date=2014... 01... 23... ......... 11:30:59 CST
ro.build.date.utc=1390447859
ro.build.type=user
ro.build.user=flyme
ro.build.host=Flyme-Mz
ro.build.tags=release-keys
ro.product.model=M355
ro.product.brand=Meizu
ro.product.name=meizu_mx3
ro.product.device=mx3
ro.product.board=mx3
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=Meizu
ro.product.locale.language=zh
ro.product.locale.region=CN
ro.wifi.channels=
ro.board.platform=exynos5
ro.build.product=mx3
ro.build.description=meizu_mx3-user-17444 4.2.1 JOP40D M35X.Flyme_OS_3.4.1.1390447667 release-keys 3225R1
ro.build.fingerprint=Meizu/meizu_mx3/mx3:4.2.1/JOP40D/M35X.Flyme_OS_3.4.1.1390447667:user/release-keys
ro.build.characteristics=phone
ro.arch=exynos5410
persist.sys.strictmode.visual=0
persist.sys.strictmode.disable=1
persist.demo.hdmirotationlock=false
persist.sys.log-kernel.enable=1
persist.sys.ui.hw=false
ro.hwui.drop_shadow_cache_size=5
ro.hwui.gradient_cache_size=1
ro.hwui.layer_cache_size=40
ro.hwui.path_cache_size=24
ro.hwui.r_buffer_cache_size=4
ro.hwui.text_large_cache_height=1024
ro.hwui.text_large_cache_width=2048
ro.hwui.text_small_cache_height=1024
ro.hwui.text_small_cache_width=1024
ro.hwui.texture_cache_flushrate=0.5
ro.hwui.fbo_cache_size=20
ro.hwui.texture_cache_size=72
net.dns1=8.8.8.8
net.change=net.tcp.buffersize.evdo
net.dns2=8.8.4.4
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.config.ringtone=Flyme_Tune_Dream.ogg
ro.config.notification_sound=VideoRecord.ogg
ro.config.mms_sound=Ripples.ogg
ro.config.email_sound=VideoRecord.ogg
ro.config.calendar_sound=Jump.ogg
ro.config.alarm_alert=Morning_Dew.ogg
ro.carrier=unknown
ro.opengles.version=131072
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=192m
dalvik.vm.heapsize=512m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=512k
dalvik.vm.heapmaxfree=8m
ro.sf.lcd_density=400
persist.sys.log-main.enable=0
persist.sys.log-system.enable=0
persist.sys.log-events.enable=0
persist.sys.log-radio.enable=0
debug.hwui.render_dirty_regions=false
persist.sys.timezone=Asia/Shanghai
persist.sys.meizu.region=cn
persist.sys.meizu.codepage=gbk
ro.meizu.region.enable=true
ro.meizu.contactmsg.auth=false
ro.meizu.customize.pccw=false
ro.meizu.autorecorder=true
ro.meizu.visualvoicemail=true
ro.meizu.permanentkey=false
ro.meizu.setupwizard.flyme=true
ro.meizu.setupwizard.setlang=true
ro.meizu.security=true
ro.meizu.mtpname=MX3
ro.meizu.has_smartbar=true
sys.meizu.m35x.white.config=false
ro.meizu.customize=true
persist.sys.meizu.dim.input=false
sys.meizu.white.config=false
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
persist.sys.meizu.ringer.mute=1
persist.sys.profiler_ms=0
persist.service.bdroid.bdaddr=22:22:fc:03:1b:06
persist.sys.language=zh
persist.sys.country=CN
persist.sys.localevar=
net.tcp.buffersize.default=4094,87380,704512,4096,16384,262144
net.tcp.buffersize.wifi=524288,1048576,2097152,262144,524288,1048576
net.tcp.buffersize.lte=524288,1048576,2097152,262144,524288,1048576
net.tcp.buffersize.umts=4094,87380,1220608,4096,16384,110208
net.tcp.buffersize.hspa=4094,87380,1220608,4096,16384,262144
net.tcp.buffersize.hsupa=4094,87380,1220608,4096,16384,262144
net.tcp.buffersize.hsdpa=4094,87380,1220608,4096,16384,262144
net.tcp.buffersize.hspap=4094,87380,1220608,4096,16384,1220608
net.tcp.buffersize.edge=4093,26280,35040,4096,16384,35040
net.tcp.buffersize.gprs=4092,8760,11680,4096,8760,11680
net.tcp.buffersize.evdo=4094,87380,262144,4096,16384,262144
system_init.startsurfaceflinger=0
init.svc.console=running
init.svc.servicemanager=running
init.svc.vold=running
init.svc.akmd=running
init.svc.setup_fs=stopped
init.svc.pvrsrvctl=stopped
init.svc.netd=running
init.svc.debuggerd=running
init.svc.vchanneld-daemon=running
init.svc.surfaceflinger=stopped
init.svc.zygote=stopped
init.svc.drm=running
init.svc.media=running
init.svc.installd=running
init.svc.flash_recovery=running
init.svc.keystore=running
init.svc.gps-daemon=running
ro.radio.noril=yes
sys.config.virtualpath=yes
init.svc.sdcard=running
init.svc.logcat-main=stopped
init.svc.logcat-system=stopped
init.svc.logcat-radio=stopped
init.svc.logcat-events=stopped
sys.usb.config=mtp,adb
vchanneld.retry.count=0
dev.tty.one=/dev/pts/3
dev.tty.two=/dev/pts/1
dev.tty.second=/dev/pts/2
dev.tty.three=/dev/pts/5
dev.tty.four=
dev.tty.five=/dev/pts/4
vchanneld.status=start
init.svc.ril-daemon=running
ril.ecclist=112,911,999,000,08,110,118,119,120,122
vchanneld.syncatd=start
init.svc.syncatd-daemon=running
service.syncat.status=start
gsm.device.sn=355BBHS2DRKN
gsm.device.psn=68116B00C109
I:Checking for extendedcommand...
I:Skipping execution of extendedcommand, file not found...
How can build a normal recovery?

Categories

Resources