Porting Clockwork Recovery To Tablets

HarshReality

Member
Jun 19, 2011
25
0
I know the a500 has been ported... but could you by chance make a port so that the names and mount points are correct? by default its using 'sdcard' but the actual OS refers to it as 'external_sd' and sdcard is the internal memory. Id love it if they were named correctly to avoid conflicting names and then both were in the format/mount menus.

Scratch that.. I think I will try my hand at it myself ;)
 
Last edited:

alien302

Member
Oct 17, 2011
33
2
Hello thanks for you offer , Need custom recovery for Huawei s7 Slim
have tried the "Clockwormod Recovery v2.5.1.8 from goodoane" and
I have modified the bluetooth_power.sh so that the touchscreen and buttons would
work when in the recovery to no avail.
I will send more details later

 

brainautopsy

Member
Oct 31, 2011
1
0
Model: YP-G70 (Galaxy Player, Galaxy s wifi 5.0)
Android version: 2.3.5
Firmware version: G70XXKPF
Kernel version: 2.6.35.7
Buttons: reset switch, power button, menu button, escape button, vol up/down
Open source avaible on https://opensource.samsung.com.

How can i help for porting CWR? its really ?
Mount :
Code:
$ 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
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/mmcblk0p13 /system rfs ro,relatime,vfat,log_off,check=no,gid/uid/rwx,iocharset=utf8 0 0
/dev/block/mmcblk0p10 /efs rfs rw,nosuid,nodev,relatime,vfat,llw,check=no,gid/uid/rwx,iocharset=utf8 0 0
/dev/block/mmcblk0p16 /data rfs rw,nosuid,nodev,relatime,vfat,llw,check=no,gid/uid/rwx,iocharset=utf8 0 0
/dev/block/mmcblk0p14 /dbdata rfs rw,nosuid,nodev,relatime,vfat,llw,check=no,gid/uid/rwx,iocharset=utf8 0 0
/dev/block/mmcblk0p15 /cache rfs rw,nosuid,nodev,relatime,vfat,llw,check=no,gid/uid/rwx,iocharset=utf8 0 0
/dev/block/mmcblk0p9 /mnt/.lfs j4fs rw,relatime 0 0
/sys/kernel/debug /sys/kernel/debug debugfs rw,relatime 0 0
/dev/block/vold/259:9 /mnt/sdcard vfat rw,dirsync,nosuid,nodev,noexec,noatime,nodiratime,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:9 /mnt/sdcard/external_sd vfat rw,dirsync,nosuid,nodev,noexec,noatime,nodiratime,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:9 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,noatime,nodiratime,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/external_sd/.android_secure tmpfs ro,relatime,size=0k,mode=000 0 0
/dev/block/dm-0 /mnt/asec/com.musixmatch.android.lyrify-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/net.hexage.radiant.hd-2 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-2 /mnt/asec/com.OrangeAgenda.StellarEscape-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-3 /mnt/asec/com.evgeshea.go.launcherex.theme.simplity-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-4 /mnt/asec/com.KelliNoda.Battleheart-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-5 /mnt/asec/com.evgeshea.go.launcherex.theme.diablo3-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-6 /mnt/asec/com.silvertree.sleepyjack-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-7 /mnt/asec/com.silvertree.cordy-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-8 /mnt/asec/com.visualdreams.slamdunkbasketball-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-9 /mnt/asec/com.madfingergames.SamuraiII-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-10 /mnt/asec/pl.idreams.jellydefense-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-11 /mnt/asec/com.navitel-2 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
$
 

jaime12

Member
Dec 16, 2011
1
0
Hi, I have a chinese tablet with RK2918 chip

Tablet brand
: Unknow (Box only said MID)
model: L97D
Android version: 2.3.1 (UI 3.0)
Kernel version: 2.6.32.27 root@a-System-Product-Name #12
Buttons: ON/OFF, back (ESC), volume up/down and menu

#cat /proc/mtds
dev: size erasesize name
mtd0: 00400000 00004000 "misc"
mtd1: 00800000 00004000 "kernel"
mtd2: 01000000 00004000 "boot"
mtd3: 01000000 00004000 "recovery"
mtd4: 0f000000 00004000 "backup"
mtd5: 07400000 00004000 "cache"
mtd6: 20000000 00004000 "userdata"
mtd7: 00400000 00004000 "kpanic"
mtd8: 10000000 00004000 "system"
mtd9: 393000000 00004000 "user"

#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
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,data=ordered 0 0
/dev/block/mtdblock6 /data ext3 rw,nosuid,nodev,noatime,nodiratime,errors=continue,data=ordered 0 0
/dev/block/mtdblock5 /cache ext3 rw,nosuid,nodev,noatime,nodiratime,errors=continue,data=ordered 0 0
/dev/block/vold/31:9 /mnt/storage vfat rw,dirsync,nosuid,nodev,noexec,noatime,nodiratime,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,noatime,nodiratime,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/storage/.android_secure tmpfs ro,relatime,size=0k,mode=000 0 0
/dev/block/vold/8:1 /mnt/udisk vfat rw,dirsync,nosuid,nodev,noexec,noatime,nodiratime,uid=1000,gid=1015,fmask=0002,dmask=0002,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0

link to boot and recovery images

Thank you!!

Jaime
 
Last edited:

Vista

Member
Dec 29, 2011
1
0
Model: Point of View Mobii ProTab 2 XL
Android version: 2.3.3
Kernel version: 2.6.35.7


Keys:
Key:power ON/OFF
Key:Vol+
Key:Vol-
Key:Home
Key:Return
Key:Menu (Submenu)

MDT:
Code:
dev:    size   erasesize  name
mtd0: 00a00000 00200000 "boot"
mtd1: 00600000 00200000 "kpanic"
mtd2: 09600000 00200000 "system"
mtd3: 00400000 00200000 "splash"
mtd4: 02800000 00200000 "cache"
mtd5: 22000000 00200000 "userdata"
mtd6: 00a00000 00200000 "recovery"
mtd7: 00200000 00200000 "misc"
mtd8: 00200000 00200000 "tcc"

MOUNT:
Code:
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
tmpfs /broadcasting tmpfs rw,relatime,size=1024k 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/mtdblock2 /system yaffs2 ro,relatime 0 0
/dev/block/mtdblock5 /data yaffs2 rw,nosuid,nodev,relatime 0 0
/dev/block/mtdblock4 /cache yaffs2 rw,nosuid,nodev,relatime 0 0
/dev/block/vold/240:1 /mnt/sdcard vfat rw,dirsync,nosuid,nodev,noexec,noatime,nodiratime,uid=1000,gid=1015,fmask=0602,dmask=0602,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/240:1 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,noatime,nodiratime,uid=1000,gid=1015,fmask=0602,dmask=0602,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/vold/179:1 /mnt/sdcard/tflash vfat rw,dirsync,nosuid,nodev,noexec,noatime,nodiratime,uid=1000,gid=1015,fmask=0602,dmask=0602,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/dm-0 /mnt/asec/org.ais.archidroid-1 vfat ro,dirsync,nosuid,nodev,noatime,nodiratime,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/org.scummvm.scummvm-1 vfat ro,dirsync,nosuid,nodev,noatime,nodiratime,uid=1000,fmask=0222,dmask=0222,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/dm-2 /mnt/asec/org.scummvm.scummvm.plugin.scumm-1 vfat ro,dirsync,nosuid,nodev,noatime,nodiratime,uid=1000,fmask=0222,dmask=0222,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/dm-3 /mnt/asec/com.aldiko.android-1 vfat ro,dirsync,nosuid,nodev,noatime,nodiratime,uid=1000,fmask=0222,dmask=0222,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0

Download:

Android Dump:
Code:
Thu Dec 29 22:05:37 MEZ 2011

..:: [System Info] 
ANDROID_ID=c55dc953079b0***
CURRENT_TIME_MILLIS=1325192737782
ANDROID_SOCKET_zygote=9
ANDROID_BOOTLOGO=1
EXTERNAL_STORAGE=/mnt/sdcard
ANDROID_ASSETS=/system/app
ASEC_MOUNTPOINT=/mnt/asec
PATH=/sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin
LOOP_MOUNTPOINT=/mnt/obb
ANDROID_DATA=/data
BOOTCLASSPATH=/system/framework/core.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/core-junit.jar
ANDROID_PROPERTY_WORKSPACE=8,32768
ANDROID_ROOT=/system
LD_LIBRARY_PATH=/vendor/lib:/system/lib

..:: [DateTime Info]
Locale: de_DE
Locale Country: DE
Locale Language: Deutsch
Locale Variant: 
Locale ISO Country: DEU
TimeZone: org.apache.harmony.luni.internal.util.ZoneInfo["CET",mRawOffset=3600000,mUseDst=true]
TimeZone Name: Mitteleuropäische Zeit
TimeZone DST Saving: 3600000
TimeZone Row offset: 3600000
TimeZone SHORT: 0

..:: [Version Info]
CodeName=REL
Incremental=20111022.120647
[COLOR=#ff0000]Release=2.3.3[/COLOR]
SDK=10
SDK-Version=10

..:: [Screen Info]
DisplayId=0
Resolution=800x600
Orientation=0
RefreshRate 60.0 fps

..:: [Build Info]
[COLOR=#ff0000]Board=PROTAB2
Brand=POV
CPU ABI=armeabi-v7a
Device=m801[/COLOR]
Display=full_m801-eng 2.3.3 GRI40 20111022.120647 test-keys
Fingerprint=telechips/full_m801/m801:2.3.3/GRI40/20111022.120647:eng/test-keys
Host=inet
ID=GRI40
[COLOR=#ff0000]Manufacturer=POV
Model=TAB-PROTAB2XL
Product=PROTAB2[/COLOR]
Tags=test-keys
Time=1319256430000
Type=eng
User=huangj

..:: [Secure Info]
INSTALL_NON_MARKET_APPS=1
LOCATION_PROVIDERS_ALLOWED=network
DEVICE_PROVISIONED=1
ANDROID_ID=c55dc953079b0***
ADB_ENABLED=1
USB_MASS_STORAGE_ENABLED=1
WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON=1
BLUETOOTH_ON=0
WIFI_ON=1
DATA_ROAMING=0



THX a lot!

LG Vista
 
Last edited:

Erlorak

Member
Jan 4, 2012
1
0
Brand and model : MPman MP827 (detected as Coby Kyros MID8027) 41f60.jpg at Free Image Hosting
Android version : 2.2
Kernel : 2.6.32.9 MID Serials #1632
Build : MID Serials 2.2 FRF91 20110628.191834
Buttons : power, volume up, volume down
Tactiles buttons : Back, Home, Menu
Capacitive screen

dev: size erasesize name
mtd0: 00080000 00020000 "misc"
mtd1: 00800000 00020000 "recovery"
mtd2: 00600000 00020000 "kernel"
mtd3: 00400000 00020000 "logo"
mtd4: 06b00000 00020000 "rootfs-combin"
mtd5: 00200000 00020000 "param"

rootfs on / type rootfs (rw)
ubi0:rootfs on / type ubifs (rw,relatime)
tmpfs on /dev type tmpfs (rw,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 /mnt/asec type tmpfs (rw,relatime,mode=755,gid=1000)
none on /proc/bus/usb type usbfs (rw,relatime,devmode=666)
none on /dev/cpuctl type cgroup (rw,relatime,cpu)
/dev/block/mmcblk0p3 on /data type ext4 (rw,nosuid,nodev,relatime,barrier=1,data
=ordered)
/dev/block/mmcblk0p2 on /cache type ext4 (rw,nosuid,nodev,relatime,barrier=1,dat
a=ordered)
/dev/block/vold/179:1 on /mnt/sdcard type vfat (rw,dirsync,nosuid,nodev,noexec,r
elatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,
iocharset=utf8,shortname=mixed,utf8,errors=remount-ro)
/dev/block/vold/179:1 on /mnt/secure/asec type vfat (rw,dirsync,nosuid,nodev,noe
xec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=c
p437,iocharset=utf8,shortname=mixed,utf8,errors=remount-ro)
tmpfs on /mnt/sdcard/.android_secure type tmpfs (ro,relatime,size=0k,mode=000)
/dev/block/vold/179:9 on /mnt/extsd type vfat (rw,dirsync,nosuid,nodev,noexec,re
latime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,i
ocharset=utf8,shortname=mixed,utf8,errors=remount-ro)


Kernel

Recovery

Thanks ;-)
 

DanielVd

Member
Jan 6, 2012
1
0
List your tablets brand and model
Archos Arnova 7c G2
List your android version and kernel (about system shows both)
2.3.3
kernel: 2.6.35.7-perf+
bingo@foxda-desktop #2
Let me know what buttons are available on the tablet(volume, camera, etc)
power
volume +
volume -
back
home
search
menu

cat /proc/mtddev: size erasesize name
mtd0: 00500000 00020000 "boot"
mtd1: 07800000 00020000 "system"
mtd2: 00400000 00020000 "cache"
mtd3: 00100000 00020000 "misc"
mtd4: 11900000 00020000 "userdata"
mtd5: 00200000 00020000 "persist"
mtd6: 00500000 00020000 "recovery"

mtd7: 01900000 00020000 "content"


rootfs / rootfs rw,relatime 0 0tmpfs /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
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/mtdblock1 /system yaffs2 rw,relatime 0 0
/dev/block/mtdblock4 /data yaffs2 rw,nosuid,nodev,relatime 0 0
/dev/block/mtdblock5 /persist yaffs2 rw,nosuid,nodev,relatime 0 0
/dev/block/mtdblock2 /cache yaffs2 rw,nosuid,nodev,relatime 0 0
/dev/block/mtdblock7 /content yaffs2 rw,nosuid,nodev,relatime 0 0
/dev/block/vold/179:1 /mnt/sdcard vfat rw,dirsync,nosuid,nodev,noexec,relatime,u
id=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/179:1 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,relat
ime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,ioch
arset=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.com2us.sliceit-1 vfat ro,dirsync,nosuid,nodev,rela
time,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.arbstudios.tikigolf-1 vfat ro,dirsync,nosuid,nodev
,relatime,uid=1000,fmask=0222,dmask=0222,codepage=cp437,iocharset=iso8859-1,shor
tname=mixed,utf8,errors=remount-ro 0 0
/dev/block/dm-2 /mnt/asec/com.gameloft.android.SPRINT.GloftSMHP.ML-1 vfat ro,dir
sync,nosuid,nodev,relatime,uid=1000,fmask=0222,dmask=0222,codepage=cp437,iochars
et=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/dm-3 /mnt/asec/com.rovio.angrybirds-1 vfat ro,dirsync,nosuid,nodev,re
latime,uid=1000,fmask=0222,dmask=0222,codepage=cp437,iocharset=iso8859-1,shortna
me=mixed,utf8,errors=remount-ro 0 0
/dev/block/dm-4 /mnt/asec/com.zeptolab.ctr.paid-1 vfat ro,dirsync,nosuid,nodev,r
elatime,uid=1000,fmask=0222,dmask=0222,codepage=cp437,iocharset=iso8859-1,shortn
ame=mixed,utf8,errors=remount-ro 0 0
/dev/block/dm-5 /mnt/asec/com.gameloft.android.GAND.GloftHSHP.ML-1 vfat ro,dirsy
nc,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-6 /mnt/asec/com.halfbrick.fruitninja-1 vfat ro,dirsync,nosuid,node
v,relatime,uid=1000,fmask=0222,dmask=0222,codepage=cp437,iocharset=iso8859-1,sho
rtname=mixed,utf8,errors=remount-ro 0 0
/dev/block/dm-7 /mnt/asec/com.zodttd.psx4droid-1 vfat ro,dirsync,nosuid,nodev,re
latime,uid=1000,fmask=0222,dmask=0222,codepage=cp437,iocharset=iso8859-1,shortna
me=mixed,utf8,errors=remount-ro 0 0
/dev/block/dm-8 /mnt/asec/com.edwardkim.android.screenshotitfull-1 vfat ro,dirsy
nc,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-9 /mnt/asec/com.droidhen.defender-1 vfat ro,dirsync,nosuid,nodev,r
elatime,uid=1000,fmask=0222,dmask=0222,codepage=cp437,iocharset=iso8859-1,shortn
ame=mixed,utf8,errors=remount-ro 0 0
/dev/block/dm-10 /mnt/asec/com.gameloft.android.GAND.GloftA5HD.ML-1 vfat ro,dirs
ync,nosuid,nodev,relatime,uid=1000,fmask=0222,dmask=0222,codepage=cp437,iocharse
t=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/dm-11 /mnt/asec/com.disney.WMW-1 vfat ro,dirsync,nosuid,nodev,relatim
e,uid=1000,fmask=0222,dmask=0222,codepage=cp437,iocharset=iso8859-1,shortname=mi
xed,utf8,errors=remount-ro 0 0
/dev/block/dm-12 /mnt/asec/com.bfs.ninjump-1 vfat ro,dirsync,nosuid,nodev,relati
me,uid=1000,fmask=0222,dmask=0222,codepage=cp437,iocharset=iso8859-1,shortname=m
ixed,utf8,errors=remount-ro 0 0
/dev/block/dm-13 /mnt/asec/com.blapkmarket.downloader-1 vfat ro,dirsync,nosuid,n
odev,relatime,uid=1000,fmask=0222,dmask=0222,codepage=cp437,iocharset=iso8859-1,
shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/dm-14 /mnt/asec/com.gameloft.android.GAND.GloftUNO.uno-1 vfat ro,dirs
ync,nosuid,nodev,relatime,uid=1000,fmask=0222,dmask=0222,codepage=cp437,iocharse
t=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/dm-15 /mnt/asec/com.antutu.ABenchMark-1 vfat ro,dirsync,nosuid,nodev,
relatime,uid=1000,fmask=0222,dmask=0222,codepage=cp437,iocharset=iso8859-1,short
name=mixed,utf8,errors=remount-ro 0 0
/dev/block/dm-16 /mnt/asec/com.koushikdutta.rommanager-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-17 /mnt/asec/com.speedsoftware.rootexplorer-1 vfat ro,dirsync,nosu
id,nodev,relatime,uid=1000,fmask=0222,dmask=0222,codepage=cp437,iocharset=iso885

9-1,shortname=mixed,utf8,errors=remount-ro 0 0


Files:
http://www.megaupload.com/?d=1Q01KAGR
 
Last edited:

cwbandroid

Member
Jan 8, 2012
5
0
itomic 7" tablet
model-imid77t
android 2.3.3
kernel-2.6.35.7
bulid- imid77t 20110714_0831
buttons- vol up+down, on/off, home, menu, back
 

Daniel120201

Member
Feb 15, 2012
30
0
Model: MPMAN MID7C
Android version: 2.3.3
Kernel version: 2.6.35.7
Rooted with SuperOneClick

Keys:

Key:power ON/OFF
Key:Vol+
Key:Vol-
Key:Home
Key:Return
Key:Menu (Submenu)


MDT:
Code:

mtd0: 00a00000 00200000 "boot"
mtd1: 00600000 00200000 "kpanic"
mtd2: 0c800000 00200000 "system"
mtd3: 00400000 00200000 "splash"
mtd4: 03c00000 00200000 "cache"
mtd5: 1da00000 00200000 "userdata"
mtd6: 00a00000 00200000 "recovery"
mtd7: 00200000 00200000 "misc"
mtd8: 00200000 00200000 "tcc"

Thanks for your work.

 
Last edited:

jundi7680

Member
Apr 5, 2012
1
0
hi there, i'm noobs here

i have chinese tablet hyundai mediapad mp-rc701. running android froyo 2.2. i try to get mtds using connectbot, cat/proc/mtd but it returns with no value just this:
cat /proc/mtd
dev: size erasesize name

is it possible ? or have i made mistake ?
 

Lannig

Senior Member
Mar 26, 2012
18
0
Hello there,

I hope I have a chance to get either a CWM Recovery for my MPAN MID7C tablet or being told that I can use the image for another tablet. From what I know, the MPMAN MID7C is extremely close to the Yarvik TAB250, they might be the exact same tablet with a slightly different case. I've read that people have had success using the image for the "Storage Options Scroll 7" capacitive device" on the TAB250, but so far I've refrained from going ahead and flashing it.

Seems that someone already has submitted some information for the MID7C here, but it was incomplete, so I'm making a new attempt with hopefully complete data.

> List your tablets brand and model
MPMAN MID7C, 4Gb flash variant. TCC8902, capacitive screen, Realtek wifi.

> List your android version and kernel (about system shows both)
Android 2.3.3
Kernel 2.6.35.7
Build number (if that's of any use) 97C3-T0-S3-H01-1359-V1

> Let me know what buttons are available on the tablet(volume, camera, etc)
Vol+, Vol-, Power on top and Back, Home, Menu/Options on the side


> 1. Type cat /proc/mtd and the following will appear, not exactly the same of course. Keep the output of this saved for later.

Code:
cat /proc/mtd
dev:    size   erasesize  name
mtd0: 00a00000 00200000 "boot"
mtd1: 00600000 00200000 "kpanic"
mtd2: 0c800000 00200000 "system"
mtd3: 00400000 00200000 "splash"
mtd4: 03c00000 00200000 "cache"
mtd5: 1da00000 00200000 "userdata"
mtd6: 00a00000 00200000 "recovery"
mtd7: 00200000 00200000 "misc"
mtd8: 00200000 00200000 "tcc"


> 2. Then based on whatever mtd# recovery and boot is, do the following replace the number in the mtd# with the output of the command above.
Done that.

> 3. Now that your done with that, run mount and keep that command saved.
Code:
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
tmpfs /broadcasting tmpfs rw,relatime,size=1024k 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/mtdblock2 /system yaffs2 ro,relatime 0 0
/dev/block/mtdblock5 /data yaffs2 rw,nosuid,nodev,relatime 0 0
/dev/block/mtdblock4 /cache yaffs2 rw,nosuid,nodev,relatime 0 0
/dev/block/vold/240:1 /mnt/sdcard vfat rw,dirsync,nosuid,nodev,noexec,noatime,no
diratime,uid=1000,gid=1015,fmask=0602,dmask=0602,allow_utime=0020,codepage=cp437
,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/240:1 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,noati
me,nodiratime,uid=1000,gid=1015,fmask=0602,dmask=0602,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/vold/179:1 /mnt/sdcard/tflash vfat rw,dirsync,nosuid,nodev,noexec,noa
time,nodiratime,uid=1000,gid=1015,fmask=0602,dmask=0602,allow_utime=0020,codepag
e=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0

> After that, upload the two .img's to sendspace or any filehost you like

Boot.img is here: Download boot.img from Sendspace.com - send big files the easy way
Dumped_recovery.img is here: Download dumped_recovery.img from Sendspace.com - send big files the easy way
and

Some extra information copied from dmesg output after a fresh boot that seems to give useful information on the flash block size:

Code:
<4>[    2.680000] [MTD TCC] [PORT CONFIG - CS[0, 1] [NAND Data Port: GPIO_B Hw4 ~ Hw11] [ISR: OFF] [EIL: OFF]
<4>[    2.680000] [MTD TCC] DMA Alloc Addr:0x4a733000, Size:1024
<4>[    2.680000] [MTD TCC] [BClk 192MHZ][1Tick 53][RE-S:0,P:6,H:2][WR-S:0,P:4,H:2][COM-S:2,P:15,H:15]
<4>[    2.680000] [Golden Info] [Device:0] [Bad Block:  0]
<4>[    2.680000] [Golden Info] [Nand Total Bad Block:  0]
<4>[    2.680000] [MTD TCC] [PartName:      boot] [StBlk :  24] [ChipNo:0]
<4>[    2.680000] [MTD TCC] [PartName:      boot] [EndBlk:  28] [ChipNo:0]
<4>[    2.680000] [MTD TCC] [PartName:    kpanic] [StBlk :  29] [ChipNo:0]
<4>[    2.680000] [MTD TCC] [PartName:    kpanic] [EndBlk:  31] [ChipNo:0]
<4>[    2.680000] [MTD TCC] [PartName:    system] [StBlk :  32] [ChipNo:0]
<4>[    2.680000] [MTD TCC] [PartName:    system] [EndBlk: 131] [ChipNo:0]
<4>[    2.680000] [MTD TCC] [PartName:    splash] [StBlk : 132] [ChipNo:0]
<4>[    2.680000] [MTD TCC] [PartName:    splash] [EndBlk: 133] [ChipNo:0]
<4>[    2.680000] [MTD TCC] [PartName:     cache] [StBlk : 134] [ChipNo:0]
<4>[    2.680000] [MTD TCC] [PartName:     cache] [EndBlk: 163] [ChipNo:0]
<4>[    2.680000] [MTD TCC] [PartName:  userdata] [StBlk : 164] [ChipNo:0]
<4>[    2.680000] [MTD TCC] [PartName:  userdata] [EndBlk: 400] [ChipNo:0]
<4>[    2.680000] [MTD TCC] [PartName:  recovery] [StBlk : 401] [ChipNo:0]
<4>[    2.680000] [MTD TCC] [PartName:  recovery] [EndBlk: 405] [ChipNo:0]
<4>[    2.680000] [MTD TCC] [PartName:      misc] [StBlk : 406] [ChipNo:0]
<4>[    2.680000] [MTD TCC] [PartName:      misc] [EndBlk: 406] [ChipNo:0]
<4>[    2.680000] [MTD TCC] [PartName:       tcc] [StBlk : 407] [ChipNo:0]
<4>[    2.680000] [MTD TCC] [PartName:       tcc] [EndBlk: 407] [ChipNo:0]
<4>[    2.680000] [MTD TCC] [MTDTotalBlk: 384] [MTDRervBlk:14] [MTDStBlk: 24] [MTDEdBlk:422]
<4>[    2.680000] [MTD TCC] NAND device: Manufacturer ID: 0xad, Chip ID: 0xd7
<6>[    2.680000] [NTD BASE New]Bus Width: 8 bit, PageSize: 8192,  BlockSize: 2097152
<6>[    2.680000] NAND device: Manufacturer ID: 0xec, Chip ID: 0xd7 (Samsung NAND 4GiB 3,3V 8-bit)
<6>[    2.680000] Scanning device for bad blocks
<5>[    2.850000] Creating 9 MTD partitions on "tcc_nand":
<5>[    2.850000] 0x000000000000-0x000000a00000 : "boot"
<5>[    2.860000] 0x000000a00000-0x000001000000 : "kpanic"
<5>[    2.860000] 0x000001000000-0x00000d800000 : "system"
<5>[    2.870000] 0x00000d800000-0x00000dc00000 : "splash"
<5>[    2.870000] 0x00000dc00000-0x000011800000 : "cache"
<5>[    2.870000] 0x000011800000-0x00002f200000 : "userdata"
<5>[    2.880000] 0x00002f200000-0x00002fc00000 : "recovery"
<5>[    2.880000] 0x00002fc00000-0x00002fe00000 : "misc"
<5>[    2.880000] 0x00002fe00000-0x000030000000 : "tcc"
(...)
<3>[    5.300000] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'

Thanks a bunch if you can have a look into this. I posted to the main CWM 7 port topic, offering to contribute in any way I can to get a fully working port for the MID7C and TAB250 if it is confirmed that they have the same exact h/w (any Yarvik TAB250 owner here?). Having a working CWM Recovery is the very first step.
 

EarthBoundX5

Member
Sep 1, 2012
3
0
I made a thread about a week ago because I didn't have enough info in my opinion to warrant posting here; but since I've not gotten any responses to it (or even the post I made on xda), I figured I should just post here what I can...

Tablet: YourPad P4
Model number: MID (Yes, thats all it says...)
Android version: 4.0.3
Kernel version: 3.0.8 zgm@soft #2
Build number: 20120807-A721

Typing cat /proc/mtd does nothing (ie; somehow it doesn't seem to exist and somehow must be labeled as something else on my device...which makes no sense to me)...and so makes posting here pointless as I cannot provide all of what is asked. I'm hoping the OP or someone here at least will see this and be able to assist me.

EDIT: A user on xda recommended I use the clockworkmod located in this thread http://tabletrepublic.com/forum/ivi...-ployer-momo9-firmware-rom-releases-1610.html

EDIT 2: I got CWM installed fine using the version included above, but getting into it and navigating is a bit of a pain. Any help you could provide would be great...
 
Last edited:
Top