Rezound mount points - HTC Rezound

$ mount
mount
rootfs / rootfs ro,relatime 0 0
tmpfs /dev tmpfs rw,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
/dev/block/mmcblk0p29 /system ext4 ro,relatime,barrier=1,data=ordered 0 0
/dev/block/mmcblk0p35 /data ext4 rw,nosuid,nodev,noatime,barrier=1,nodelalloc,da
ta=ordered 0 0
/dev/block/mmcblk0p36 /cache ext4 rw,nosuid,nodev,noatime,barrier=1,nodelalloc,d
ata=ordered 0 0
/dev/block/mmcblk0p30 /devlog ext4 rw,nosuid,nodev,noatime,barrier=1,nodelalloc,
data=ordered 0 0
/dev/block/mmcblk0p17 /vendor/firmware/misc vfat ro,relatime,fmask=0000,dmask=00
00,allow_utime=0022,codepage=cp437,iocharset=iso8859-1,shortname=lower,errors=re
mount-ro 0 0
/dev/block/mmcblk0p21 /vendor/firmware/adsp vfat ro,relatime,fmask=0000,dmask=00
00,allow_utime=0022,codepage=cp437,iocharset=iso8859-1,shortname=lower,errors=re
mount-ro 0 0
/dev/block/mmcblk0p18 /vendor/firmware/misc_mdm vfat ro,relatime,fmask=0000,dmas
k=0000,allow_utime=0022,codepage=cp437,iocharset=iso8859-1,shortname=lower,error
s=remount-ro 0 0
/sys/kernel/debug /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
tmpfs /app-cache tmpfs rw,relatime,size=8192k,mode=755,gid=1000 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
tmpfs /data/secure/data tmpfs rw,relatime,mode=771,uid=1000,gid=1000 0 0
/data/d /data/d debugfs rw,relatime 0 0
htcfs /data/htcfs fuse.htcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow
_other 0 0
/dev/block/vold/179:37 /mnt/sdcard vfat rw,dirsync,nosuid,nodev,noexec,relatime,
uid=1000,gid=1015,fmask=0202,dmask=0202,allow_utime=0020,codepage=cp437,iocharse
t=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/179:37 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,rela
time,uid=1000,gid=1015,fmask=0202,dmask=0202,allow_utime=0020,codepage=cp437,ioc
harset=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/vold/179:65 /mnt/sdcard/ext_sd vfat rw,dirsync,nosuid,nodev,noexec,re
latime,uid=1000,gid=1015,fmask=0202,dmask=0202,allow_utime=0020,codepage=cp437,i
ocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
DxDrmServerIpc /data/DxDrm/fuse fuse.DxDrmServerIpc rw,nosuid,nodev,relatime,use
r_id=0,group_id=0,allow_other 0 0

do you have the partition sizes?

con247 said:
do you have the partition sizes?
Click to expand...
Click to collapse
Phone is out of my hands now. I do not.

That is fine. How did you root it? Zergrush or whatever?

con247 said:
That is fine. How did you root it? Zergrush or whatever?
Click to expand...
Click to collapse
Zerg worked for temp root. Permanent root did not work. Also I'd like to mention that I removed all bloat from /system/app but it ended up coming back after the reboot. The market started to download every application i removed. Sucks.

How would I add these mount points to the Android Kitchen?

xboxexpert said:
Zerg worked for temp root. Permanent root did not work. Also I'd like to mention that I removed all bloat from /system/app but it ended up coming back after the reboot. The market started to download every application i removed. Sucks.
Click to expand...
Click to collapse
It probably has nand lock so the files may have not even been deleted. I am sure we can get around that issue once we have some to play with. I am sure there is an APK or something that checks /system so if we find and remove that we should be OK.

con247 said:
It probably has nand lock so the files may have not even been deleted. I am sure we can get around that issue once we have some to play with.
Click to expand...
Click to collapse
No I mean to add the device to the android kitchen. You need a mount file to get the roms correctly flashable.

sorry, i quoted the wrong thing. I meant to quote the fact that the apps he removed re-appeared after reboot. Sorry that was probably confusing as hell to anyone that read that.

dmeadows013 said:
No I mean to add the device to the android kitchen. You need a mount file to get the roms correctly flashable.
Click to expand...
Click to collapse
do it manually type them in to the updater-script

in other words
Mount Script:
mount("ext4", "EMMC", "/dev/block/mmcblk0p29", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p35", "/data");
mount("ext4", "EMMC", "/dev/block/mmcblk0p36", "/cache");
run_program("/sbin/busybox", "mount", "/sdcard");
Format Script:
format("ext4", "EMMC", "/dev/block/mmcblk0p29", "/system");
format("ext4", "EMMC", "/dev/block/mmcblk0p35", "/data");
format("ext4", "EMMC", "/dev/block/mmcblk0p36", "/cache");

What are the /boot and /sdcard mount points?

You need to add a definition file to the kitchen, look at what's already there for the info you need.
D

/boot emmc /dev/block/mmcblk0p22
/cache ext4 /dev/block/mmcblk0p36
/data ext4 /dev/block/mmcblk0p35
/misc emmc /dev/block/mmcblk0p24
/recovery emmc /dev/block/mmcblk0p23
/sdcard vfat //dev/block/mmcblk0p1 /dev/block/mmcblk0
/system ext4 /dev/block/mmcblk0p29
/sd-ext ext4 //dev/block/mmcblk0p2
// <-- means I want more info..
cat /proc/emmc
at /proc/emmc
dev: size erasesize name
mmcblk0p24: 00fff600 00000200 "misc"
mmcblk0p23: 00fffc00 00000200 "recovery"
mmcblk0p22: 01000000 00000200 "boot"
mmcblk0p29: 4dfffc00 00000200 "system"
mmcblk0p31: 001ffe00 00000200 "local"
mmcblk0p36: 13fffe00 00000200 "cache"
mmcblk0p35: 97fffe00 00000200 "userdata"
mmcblk0p30: 01dba800 00000200 "devlog"
mmcblk0p33: 00040000 00000200 "pdata"
mmcblk0p17: 02800000 00000200 "radio"
mmcblk0p21: 02000000 00000200 "adsp"
mmcblk0p19: 007ffc00 00000200 "radio_config"
mmcblk0p25: 00400000 00000200 "modem_st1"
mmcblk0p26: 00400000 00000200 "modem_st2"
mmcblk0p18: 02800000 00000200 "mdm9k"
mmcblk0p20: 007ffa00 00000200 "mdm9k_config"
mmcblk0p27: 00400000 00000200 "mdm_efs1"
mmcblk0p28: 00400000 00000200 "mdm_efs2"
$
The way XDA handle my post is dumb..
I need the mounts for sd-card and sd-ext

Related

Request for ClockworkMOD Recovery For BSNL Penta IS709C

Any developers out there please develop a ClockworkMod recovery of this tablet. Has only four buttons - power, home, back, and menu.
OS - ICS 4.0.4, Attached the stock recovery with this post.
Some neccessery outputs
Code:
[email protected]:/ $ cat proc/partitions
cat proc/partitions
major minor #blocks name
31 0 4096 mtdblock0
31 1 8192 mtdblock1
31 2 16384 mtdblock2
31 3 16384 mtdblock3
31 4 524288 mtdblock4
31 5 118784 mtdblock5
31 6 524288 mtdblock6
31 7 4096 mtdblock7
31 8 524288 mtdblock8
31 9 2142208 mtdblock9
Code:
[email protected]:/ $ cat proc/mounts
cat proc/mounts
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
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/mtdblock8 /system ext3 ro,noatime,nodiratime,barrier=0,data=ordered 0
0
/dev/block/mtdblock6 /data ext3 rw,nosuid,nodev,noatime,nodiratime,errors=contin
ue,barrier=0,data=ordered 0 0
/dev/block/mtdblock5 /cache ext3 rw,nosuid,nodev,noatime,nodiratime,errors=conti
nue,barrier=0,data=ordered 0 0
/sys/kernel/debug /sys/kernel/debug debugfs rw,relatime 0 0
/dev/block/vold/31:9 /mnt/sdcard vfat rw,dirsync,nosuid,nodev,noexec,noatime,nod
iratime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,
iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/31:9 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,noatim
e,nodiratime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=c
p437,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
Code:
cat proc/mtd
dev: size erasesize name
mtd0: 00400000 00004000 "misc"
mtd1: 00800000 00004000 "kernel"
mtd2: 01000000 00004000 "boot"
mtd3: 01000000 00004000 "recovery"
mtd4: 20000000 00004000 "backup"
mtd5: 07400000 00004000 "cache"
mtd6: 20000000 00004000 "userdata"
mtd7: 00400000 00004000 "kpanic"
mtd8: 20000000 00004000 "system"
mtd9: 82c00000 00004000 "user"
Any Help would be deeply appreciated
This might help...thanks to Fun_
Hi,
Try the one attached herein. Extract the recovery.img and flash using RK Flash tool...the only per-requisite being you should already have the stock recovery installed on your tab....
Let me know if it works...
I expect a thanks for anything that works....
theperfectpunk said:
Any developers out there please develop a ClockworkMod recovery of this tablet. Has only four buttons - power, home, back, and menu.
OS - ICS 4.0.4, Attached the stock recovery with this post.
Some neccessery outputs
Code:
[email protected]:/ $ cat proc/partitions
cat proc/partitions
major minor #blocks name
31 0 4096 mtdblock0
31 1 8192 mtdblock1
31 2 16384 mtdblock2
31 3 16384 mtdblock3
31 4 524288 mtdblock4
31 5 118784 mtdblock5
31 6 524288 mtdblock6
31 7 4096 mtdblock7
31 8 524288 mtdblock8
31 9 2142208 mtdblock9
Code:
[email protected]:/ $ cat proc/mounts
cat proc/mounts
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
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/mtdblock8 /system ext3 ro,noatime,nodiratime,barrier=0,data=ordered 0
0
/dev/block/mtdblock6 /data ext3 rw,nosuid,nodev,noatime,nodiratime,errors=contin
ue,barrier=0,data=ordered 0 0
/dev/block/mtdblock5 /cache ext3 rw,nosuid,nodev,noatime,nodiratime,errors=conti
nue,barrier=0,data=ordered 0 0
/sys/kernel/debug /sys/kernel/debug debugfs rw,relatime 0 0
/dev/block/vold/31:9 /mnt/sdcard vfat rw,dirsync,nosuid,nodev,noexec,noatime,nod
iratime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,
iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/31:9 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,noatim
e,nodiratime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=c
p437,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
Code:
cat proc/mtd
dev: size erasesize name
mtd0: 00400000 00004000 "misc"
mtd1: 00800000 00004000 "kernel"
mtd2: 01000000 00004000 "boot"
mtd3: 01000000 00004000 "recovery"
mtd4: 20000000 00004000 "backup"
mtd5: 07400000 00004000 "cache"
mtd6: 20000000 00004000 "userdata"
mtd7: 00400000 00004000 "kpanic"
mtd8: 20000000 00004000 "system"
mtd9: 82c00000 00004000 "user"
Any Help would be deeply appreciated
Click to expand...
Click to collapse

tablet msm7227a too small system storage---need help!

--sorry for my poor english!
--i got 1 tablet 7 inches --msm7227a---4gB sdcard---ram 512MB-- wifi---3g--- voice call ok!
--everything ok --only system memory is too small (155MB)
--internal storage (sdcard =4GB)
--i want to increase system storage to install more apps, games....
--are there any solutions to increase system storage? please help me!
//////////////////////////////////////////////////////////////////////////////////////////////////////
--some info from tablet:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
///////////////////////////////////////////////////////////////////////////////////////////////////////////
[email protected]:/ # cat /proc/mtd
cat /proc/mtd
dev: size erasesize name
mtd0: 00600000 00020000 "boot"
mtd1: 0f000000 00020000 "system"
mtd2: 00400000 00020000 "splash"
mtd3: 02800000 00020000 "cache"
mtd4: 00400000 00020000 "misc"
mtd5: 09b40000 00020000 "userdata"
mtd6: 00100000 00020000 "persist"
mtd7: 00600000 00020000 "recovery"
mtd8: 00140000 00020000 "MIBIB"
mtd9: 00080000 00020000 "SIM_SECURE"
mtd10: 00040000 00020000 "QCSBL"
mtd11: 00120000 00020000 "OEMSBL1"
mtd12: 00120000 00020000 "OEMSBL2"
mtd13: 01a80000 00020000 "AMSS"
mtd14: 017c0000 00020000 "EFS2"
mtd15: 00040000 00020000 "FTL"
mtd16: 00040000 00020000 "FTL2"
mtd17: 00040000 00020000 "FOTA"
[email protected]:/ # cat /proc/partitions
cat /proc/partitions
major minor #blocks name
7 7 16384 loop7
31 0 6144 mtdblock0
31 1 245760 mtdblock1
31 2 4096 mtdblock2
31 3 40960 mtdblock3
31 4 4096 mtdblock4
31 5 158976 mtdblock5
31 6 1024 mtdblock6
31 7 6144 mtdblock7
31 8 1280 mtdblock8
31 9 512 mtdblock9
31 10 256 mtdblock10
31 11 1152 mtdblock11
31 12 1152 mtdblock12
31 13 27136 mtdblock13
31 14 24320 mtdblock14
31 15 256 mtdblock15
31 16 256 mtdblock16
31 17 256 mtdblock17
179 0 3866624 mmcblk0
[email protected]:/ # cat /proc/mounts
cat /proc/mounts
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
none /acct cgroup rw,relatime,cpuacct 0 0
debugfs /mnt/debugfs debugfs rw,relatime 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/mtdblock1 /system yaffs2 ro,relatime 0 0
/dev/block/mtdblock5 /data yaffs2 rw,nosuid,nodev,relatime 0 0
/dev/block/mtdblock3 /cache yaffs2 rw,nosuid,nodev,relatime 0 0
/dev/block/vold/179:0 /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:0 /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
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
---thanks all!
--please help me!
--how to increase the too small system storage (155MB)
--i tried some method ---link2sd---not ok
--modified vold.fstab not ok---
--looking for reply with guiding:crying:!!!!!!
--thank all!
flash a new firmware to increase system partition mem
hbb0810 said:
--please help me!
--how to increase the too small system storage (155MB)
--i tried some method ---link2sd---not ok
--modified vold.fstab not ok---
--looking for reply with guiding:crying:!!!!!!
--thank all!
Click to expand...
Click to collapse
well we cannot change the hardware of the device, so you can use any of the following options,
1. you can flash a new firmware for your device using flashtool to increase system partition memory.
2. install a Custom Rom which uses less resources than a Stock Rom. There are a lot of popular ROM's available for tablets like CM, PacRom, SlimBean, etc.
I have use xperia arc and my internal memory available with Stock ROM was only 200MB, After installing a custom ROM i have 402MB space available for use
3. If you are not willing to flash a Custom ROM then you can root your device and remove bloatware/unused apps which came with your device using apps like Link2SD,etc. This might not free a lot of space but it helps.
(All process will depend upon the device manufacturer and model, your warranty will be void in all of them, n there is risk of bricking your device, so try it on your own risk)
hope this helped
Lt.Shantanu said:
well we cannot change the hardware of the device, so you can use any of the following options,
1. you can flash a new firmware for your device using flashtool to increase system partition memory.
2. install a Custom Rom which uses less resources than a Stock Rom. There are a lot of popular ROM's available for tablets like CM, PacRom, SlimBean, etc.
I have use xperia arc and my internal memory available with Stock ROM was only 200MB, After installing a custom ROM i have 402MB space available for use
3. If you are not willing to flash a Custom ROM then you can root your device and remove bloatware/unused apps which came with your device using apps like Link2SD,etc. This might not free a lot of space but it helps.
(All process will depend upon the device manufacturer and model, your warranty will be void in all of them, n there is risk of bricking your device, so try it on your own risk)
hope this helped
Click to expand...
Click to collapse
--thank for your solutions!
--i can't find any custom rom for this tablet
--only zip rom from reseller (flash via original recovery)
--i tried to cook this rom by android kitchen on CYGWIN but can not flash via original recovery!
--i'm looking for solution to repartitions to increase system partition depend on my tablet (detail in post 1)
--to do this, i must have custom recovery and how to repartitions--then flash zip rom via custom recovery
--any idea plesase tell me!
--thank all!

[Q] CWM on Rockchip RK3168: is possible?

Hi! I have a Tablet with RK3168, 1GB Ram (Android 4.2, already rooted) and I want to try to install custom ROM (probably Cyanogenmod). First of all: CWM. Following the guide in androtab.info and using the generic IMG (already installed), I have the following results:
When reboot into recovery, there is a debug on bottom:
E: Can't find misc
E: Can't mount /cache/recovery/command
E: Can't find misc
E: Can't mount /cache/recovery/log
E: Can't open /cache/recovery/log
E: Can't mount /cache/recovery/last_log
E: Can't open /cache/recovery/last_log
E: Can't find misc
Click to expand...
Click to collapse
On normal android boot, mount cmd gives me:
[email protected]:/ # 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
none /acct cgroup rw,relatime,cpuacct 0 0
tmpfs /mnt/secure tmpfs rw,relatime,mode=700 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/mtdblock8 /system ext4 ro,noatime,nodiratime,barrier=1,data=ordered,discard 0 0
/dev/block/mtdblock6 /data ext4 rw,nosuid,nodev,noatime,nodiratime,barrier=1,data=ordered,discard 0 0
/dev/block/mtdblock5 /cache ext4 rw,nosuid,nodev,noatime,nodiratime,barrier=1,data=ordered,discard 0 0
/sys/kernel/debug /sys/kernel/debug debugfs rw,relatime 0 0
/dev/block/dm-0 /mnt/asec/com.koushikdutta.rommanager.license-1 ext4 ro,dirsync,nosuid,nodev,noatime,barrier=1 0 0
/dev/block/vold/31:9 /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/31:9 /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
Click to expand...
Click to collapse
And cat cmd:
[email protected]:/ # cat /proc/mtd
dev: size erasesize name
mtd0: 00400000 00004000 "misc"
mtd1: 00800000 00004000 "kernel"
mtd2: 01000000 00004000 "boot"
mtd3: 02000000 00004000 "recovery"
mtd4: 04000000 00004000 "backup"
mtd5: 08000000 00004000 "cache"
mtd6: 40000000 00004000 "userdata"
mtd7: 00400000 00004000 "kpanic"
mtd8: 40000000 00004000 "system"
mtd9: 333c00000 00004000 "user
Click to expand...
Click to collapse
Now, rebooting in recovery with cwm, those block devices does not exist:
~ # mount
rootfs on / type rootfs (rw)
tmpfs on /dev type tmpfs (rw,nosuid,relatime,mode=755)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
tmpfs on /tmp type tmpfs (rw,relatime)
~ # cat /proc/mtd
dev: size erasesize name
Click to expand...
Click to collapse
Extracting stock recovery.img to look at recovery.fstab I have:
cat recovery.fstab
# mount point fstype device [device2]
/mnt/sdcard vfat /dev/block/mtd/by-name/user
/mnt/external_sd vfat /dev/block/mmcblk0p1 /dev/block/mmcblk0
/system ext4 /dev/block/mtd/by-name/system
/cache ext4 /dev/block/mtd/by-name/cache
/data ext4 /dev/block/mtd/by-name/userdata
/cust ext4 /dev/block/mtd/by-name/cust
/custom ext4 /dev/block/mtd/by-name/custom
/misc mtd misc
/parameter mtd parameter
/boot mtd boot
/recovery mtd recovery
/backup mtd backup
Click to expand...
Click to collapse
Any idea How I can make it work?.
I've posted here since I've don't have permissions to post in the Development forum (cause recently registered)
Thanks in advance.
gusarg said:
Hi! I have a Tablet with RK3168, 1GB Ram (Android 4.2, already rooted) and I want to try to install custom ROM (probably Cyanogenmod). First of all: CWM. Following the guide in androtab.info and using the generic IMG (already installed), I have the following results:
When reboot into recovery, there is a debug on bottom:
On normal android boot, mount cmd gives me:
And cat cmd:
Now, rebooting in recovery with cwm, those block devices does not exist:
Extracting stock recovery.img to look at recovery.fstab I have:
Any idea How I can make it work?.
I've posted here since I've don't have permissions to post in the Development forum (cause recently registered)
Thanks in advance.
Click to expand...
Click to collapse
extacrt your stock recovery fstab and put in the cwm fstab then repack cwm
CWM Rk3168
Hi, what tabet do you have? Cube U25GT Dual-core?
Now I have a tablet Vastking MR733R 16Gb on RK3168, and have almost working CWM recovery for it!
I make this from Impression Impad 0413 recovery.
My tab has 1280x800 screen, 0413 has 800x480 screen and I can get recovery for impad, then with imagerepackerrk I unpack my recovery and 0413 recovery, and after change in 0413's CWR kernel file by MR733R kernel I have a CWM recovery working for My tab.(But screen is corrupted, inversion). Recovery and buttons works good.
Now I'm looking for make screen in recovery good and for TWR, beacouse it's much more comfortable.
Here You can take a recovery IMG file for 0413 https://yadi.sk/d/dq0KqkCGd9nP8
And here is imgrepackerrk https://yadi.sk/d/zVRkirg0d9nSj

[CANCELLED] M-Horse S51 root feedback ....as device bricked

Hi
I am aware of the wonderful posts of
ElectronikHeart
for Spreadtrum devices but poster has no mention of sc7715 as yet.
2) I have yet to root this device but have been restricted to APK, fastboot, adb as I have only a Linux PC
b) attempts to vroot via WINE on Linux also a fail....I suspect because WINE does not have devman.
ie Not able to install Windows USB drivers and have them corrrectly associated with M-Horse
3) I read about the TBH "factory" cables and bought one, actually I bought the cheaper adapter but its the same thing
Yes I know its not mentioned in the supported devices list
However, I was hoping it might put my device into "download mode"
It doesn't so end of feedback so far.
thanks for reading.
###################
M-Horse
CPU SC7715
ro.build.id=KOT49H....from build.prop
ro.board.platform=scx15....from build.prop
##### following is mounts info
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
adb /dev/usb-ffs/adb functionfs rw,relatime 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
none /sys/fs/cgroup tmpfs rw,relatime,mode=750,gid=1000 0 0
pstore /sys/fs/pstore pstore 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
/dev/ubi0_system /system ubifs ro,nosuid,nodev,relatime,compr=lzo 0 0
/dev/ubi0_userdata /data ubifs rw,nosuid,nodev,noatime,compr=lzo 0 0
/dev/ubi0_prodnv /productinfo ubifs rw,nosuid,nodev,noatime,compr=lzo 0 0
/dev/fuse /mnt/shell/emulated fuse rw,nosuid,nodev,relatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
/dev/fuse /storage/temp_sd fuse rw,nosuid,nodev,relatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
tmpfs /storage/emulated tmpfs rw,nosuid,nodev,relatime,mode=751,gid=1028 0 0
/dev/block/vold/179:1 /mnt/media_rw/sdcard0 vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1023,gid=1023,fmask=0007,dmask=0007,allow_utime=0020,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/179:1 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1023,gid=1023,fmask=0007,dmask=0007,allow_utime=0020,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/fuse /storage/sdcard0 fuse rw,nosuid,nodev,relatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
/dev/block/loop0 /cache ext4 rw,relatime,data=ordered 0 0
/dev/ubi0_cache /cache2 ubifs rw,relatime 0 0
/dev/fuse /storage/emulated/0 fuse rw,nosuid,nodev,relatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
/dev/fuse /storage/emulated/legacy fuse rw,nosuid,nodev,relatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
/dev/fuse /storage/emulated/0/temp_sd fuse rw,nosuid,nodev,relatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
/dev/fuse /storage/emulated/legacy/temp_sd fuse rw,nosuid,nodev,relatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
########## end of mounts info
##### following is mtd
dev: size erasesize name
mtd0: 00040000 00040000 "spl"
mtd1: 000c0000 00040000 "2ndbl"
mtd2: 00080000 00040000 "kpanic"
mtd3: 1fe80000 00040000 "ubipac"
############# end of mtd
###### following is partitions
major minor #blocks name
7 0 61440 loop0
179 0 7761920 mmcblk0
179 1 7757824 mmcblk0p1
253 0 204800 zram0
Click to expand...
Click to collapse
So attempted to use Windows and vroot with Windows drivers, an user usb ini file called adb_usb.ini
contents
0x1782
Click to expand...
Click to collapse
on phone allow Windows fingerprint
vroot progresses better than WINE on Linux to say Daemon is installing.....then I get to green root button and then fail
reboot phone and retry no luck
so here is what I have tried as well
APKs
z4root
tr (towell)
framaroot (yes I know its MTK-based)
RootGenius
rootmaster (an APK version of vroot)
Click to expand...
Click to collapse
also tried various Linux scripts based on
Motochopper
Doomlord
saferoot
Click to expand...
Click to collapse
I am struggling with this beast

Tablet Polaroid Corrupted Internal Memory

Here is the data from ADB:
Block devices:
1 ramdisk
259 blkext
7 loop
8 sd
11 sr
31 mtdblock
65 sd
66 sd
67 sd
68 sd
69 sd
70 sd
71 sd
128 sd
129 sd
130 sd
131 sd
132 sd
133 sd
134 sd
135 sd
250 avnftl
253 memorycard
254 device-mapper
31 0 16,384 mtdblock0
31 1 8192 mtdblock1
31 2 8192 mtdblock2
31 3 8192 mtdblock3
31 4 8192 mtdblock4
31 5 1,048,576 mtdblock5
31 6 524,288 mtdblock6
31 7 6,725,632 mtdblock7
250 20 917,504 system
250 24 458,752 cache
253 0 7,565,312 cardblksd
253 1 7,564,288 cardblksd1
cat proc/mounts
rootfs / rootfs rw 0 0
tmpfs /dev tmpfs rw,nosuid,relatime,size=413020k,nr_inodes=75439,mo de=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600,ptmxmode=000 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 /proc/bus/usb usbfs rw,relatime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
tmpfs /mnt/secure tmpfs rw,relatime,size=413020k,nr_inodes=75439,mode=700 0 0
tmpfs /mnt/asec tmpfs rw,relatime,size=413020k,nr_inodes=75439,mode=755, gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,size=413020k,nr_inodes=75439,mode=755, gid=1000 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
tmpfs /storage/external_storage tmpfs rw,relatime,size=413020k,nr_inodes=75439,mode=775, gid=1000 0 0
/dev/block/system /system ext4 ro,noatime,nodiratime,user_xattr,acl,barrier=1,dat a=ordered,noauto_da_alloc 0 0
/dev/block/cache /cache ext4 rw,nosuid,nodev,noatime,nodiratime,user_xattr,acl, barrier=1,data=ordered,noauto_da_alloc 0 0
/dev/fuse /mnt/shell/emulated fuse rw,nosuid,nodev,relatime,user_id=1023,group_id=102 3,default_permissions,allow_other 0 0
/dev/block/vold/253:1 /storage/external_storage/sdcard1 vfat rw,dirsync,nosuid,nodev,noexec,relatime,gid=1015,f mask=0002,dmask=0002,allow_utime=0020,codepage=cp4 37,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
cat mtd
dev: size erasesize name
mtd0: 01000000 00400000 "bootloader"
mtd1: 00800000 00400000 "logo"
mtd2: 00800000 00400000 "aml_logo"
mtd3: 00800000 00400000 "recovery"
mtd4: 00800000 00400000 "boot"
mtd5: 40000000 00400000 "system"
mtd6: 20000000 00400000 "cache"
mtd7: 19a800000 00400000 "userdata"
tmpfs 413020 0 413,020 0% /mnt/secure
tmpfs 413020 0 413,020 0% /mnt/asec
tmpfs 413020 0 413,020 0% /mnt/obb
tmpfs 413020 0 413,020 0% /storage/external_storage
/dev/block/system 903080 557744 345,336 62% /system
/dev/block/cache 451528 7568 443,960 2% /cache
/dev/block/vold/253:1
7549524 1081484 6,468,040 14% /storage/external_storage/sdcard1
Some Boot Logs:
I/SystemServer( 1932): Package Manager
I/PackageManager( 1932): No settings file; creating initial state
I/Vold ( 1297): /dev/block/vold/253:1 being considered for partition in volume sdcard at /storage/external_storage/sdcard1 i=0 type=1
D/Vold ( 1297): Volume sdcard state changing 1 (Idle-Unmounted) -> 3 (Checking)
D/MountService( 2351): volume state changed for /storage/external_storage/sdcard1 (unmounted -> checking)
D/MountService( 2351): sendStorageIntent Intent { act=android.intent.action.MEDIA_CHECKING dat=file:///storage/external_storage/sdcard1 (has extras) } to UserHandle{-1}
E/Vold ( 1297): Filesystem check failed (not a EXFAT filesystem)
W/MountService( 2351): getVolumeState(/storage/sdcard0): Unknown volume
D/Vold ( 1297): /dev/block/vold/253:1 failed to mount via exFAT (I/O error). Trying VFAT...
W/ActivityManager( 2351): Unable to start service Intent { act=com.google.android.gms.analytics.service.START cmp=com.google.android.gms/.analytics.service.AnalyticsService (has extras) } U=0: not found
I/Vold ( 1297): Device /dev/block/vold/253:1, target /storage/external_storage/sdcard1 mounted @ /mnt/secure/staging
I/Vold ( 1297): Volume::mount mounted partitions: 0x1
D/Vold ( 1297): Volume sdcard state changing 3 (Checking) -> 4 (Mounted)
D/MountService( 2351): volume state changed for /storage/external_storage/sdcard1 (checking -> mounted)
E/VoldConnector( 2351): NDC Command {3 volume mount /storage/external_storage/sdcard1} took too long (8199ms)
W/MountService( 2351): Duplicate state transition (mounted -> mounted) for /storage/emulated/0
D/MountService( 2351): sendStorageIntent Intent { act=android.intent.action.MEDIA_MOUNTED dat=file:///storage/external_storage/sdcard1 (has extras) } to UserHandle{-1}
When boot it always goes to initial factory settings and no internal sd storage.
I can push any file to internal sdcard via ADB but not Install anything...
Any help welcome

Categories

Resources