Hi all,
I am trying to test CWM but don't know how to get into fastboot mode. When I try adb reboot bootloader, I get nothing - phone reboots into normal (user) mode. Powering on with VOL- doesn't boot the phone, red LED lights up, the screen remains blank but fastboot devices does not give any response.
After rooting the phone, I made dd copy of system (/dev/block/mmcblk0p3), boot (/dev/block/mmcblk0p2) and recovery (/dev/block/mmcblk0p1) partitions but I am not sure if that is enough to have a safe backup. Any suggestions on that?
I built CWM with recovery builder (from stock recovery I pulled out) and would like to boot into it without flashing it (using fastboot boot recovery.img). Do I need to use NVFlash or what? Anyone knows if the bootloader is locked? How can I check if it is (without bricking the phone
)?
For those who are more familiar with these things, below is partitions layout. Is there is any other interesting info to pull from the phone so more knowledgeable people can give us hints how to get recovery ported for this phone?
Google found for me that following are mappings into androind partitions
I am trying to test CWM but don't know how to get into fastboot mode. When I try adb reboot bootloader, I get nothing - phone reboots into normal (user) mode. Powering on with VOL- doesn't boot the phone, red LED lights up, the screen remains blank but fastboot devices does not give any response.
After rooting the phone, I made dd copy of system (/dev/block/mmcblk0p3), boot (/dev/block/mmcblk0p2) and recovery (/dev/block/mmcblk0p1) partitions but I am not sure if that is enough to have a safe backup. Any suggestions on that?
I built CWM with recovery builder (from stock recovery I pulled out) and would like to boot into it without flashing it (using fastboot boot recovery.img). Do I need to use NVFlash or what? Anyone knows if the bootloader is locked? How can I check if it is (without bricking the phone
For those who are more familiar with these things, below is partitions layout. Is there is any other interesting info to pull from the phone so more knowledgeable people can give us hints how to get recovery ported for this phone?
mount rootfs / rootfs ro,relatime 0 0 tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0 devpts /dev/pts devpts rw,relatime,mode=600 0 0 proc /proc proc rw,relatime 0 0 sysfs /sys sysfs rw,relatime 0 0 debugfs /sys/kernel/debug debugfs rw,relatime 0 0 none /acct cgroup rw,relatime,cpuacct 0 0 tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0 tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0 none /dev/cpuctl cgroup rw,relatime,cpu 0 0 /dev/block/platform/sdhci-tegra.3/by-name/APP /system ext4 ro,relatime,user_xattr,acl,barrier=1,data=ordered 0 0 /dev/block/platform/sdhci-tegra.3/by-name/UDA /data ext4 rw,nosuid,nodev,noatime,errors=panic,user_xattr,acl,barrier=1,journal_async_commit,nodelalloc,data=writeback 0 0 /dev/block/platform/sdhci-tegra.3/by-name/CAC /cache ext4 rw,nosuid,nodev,noatime,errors=panic,user_xattr,acl,barrier=1,journal_async_commit,nodelalloc,data=writeback 0 0 /dev/block/platform/sdhci-tegra.3/by-name/MDM /mnt/modem ext4 ro,relatime,user_xattr,acl,barrier=1,data=ordered 0 0 /dev/block/mmcblk0p8 /zteconfig ext4 rw,relatime,user_xattr,acl,barrier=1,data=ordered 0 0 /dev/block/vold/179:11 /mnt/sdcard2 vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0002,dmask=0002,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0 /dev/block/vold/179:11 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0002,dmask=0002,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0 tmpfs /mnt/sdcard2/.android_secure tmpfs ro,relatime,size=0k,mode=000 0 0 /dev/block/vold/179:33 /mnt/sdcard vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0002,dmask=0002,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0 /dev/block/vold/179:33 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0002,dmask=0002,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0 tmpfs /mnt/sdcard/.android_secure tmpfs ro,relatime,size=0k,mode=000 0 0 /dev/block/dm-0 /mnt/asec/com.mantano.reader.android.lite-1 vfat ro,dirsync,nosuid,nodev,relatime,uid=1000,fmask=0222,dmask=0222,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0 /dev/block/dm-1 /mnt/asec/com.stt.android-1 vfat ro,dirsync,nosuid,nodev,relatime,uid=1000,fmask=0222,dmask=0222,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0 shell@android:/ $ ls -l /dev/block/platform/sdhci-tegra.3/by-name/ ls -l /dev/block/platform/sdhci-tegra.3/by-name/ lrwxrwxrwx root root 2012-06-28 11:51 APP -> /dev/block/mmcblk0p3 lrwxrwxrwx root root 2012-06-28 11:51 CAC -> /dev/block/mmcblk0p4 lrwxrwxrwx root root 2012-06-28 11:51 LNX -> /dev/block/mmcblk0p2 lrwxrwxrwx root root 2012-06-28 11:51 MDA -> /dev/block/mmcblk0p8 lrwxrwxrwx root root 2012-06-28 11:51 MSC -> /dev/block/mmcblk0p5 lrwxrwxrwx root root 2012-06-28 11:51 PER -> /dev/block/mmcblk0p7 lrwxrwxrwx root root 2012-06-28 11:51 SOS -> /dev/block/mmcblk0p1 lrwxrwxrwx root root 2012-06-28 11:51 UDA -> /dev/block/mmcblk0p9 lrwxrwxrwx root root 2012-06-28 11:51 USP -> /dev/block/mmcblk0p6
Google found for me that following are mappings into androind partitions
APP -> system CAC -> cache LNX -> boot.img MDA -> Unknown MSC -> Misc (bootloader commands and other misc stuff ) PER -> usually a fat partition containing sensor calibration etc. - per device provisioned. SOS -> recovery.img UDA -> /data - "user data area" USP -> Staging







Sign In
Create Account

Back to top













