Working on the tablet

TeenFaces

Member
Nov 26, 2010
8
0
Updated first post with latest recovery img as of right now.
Hopefully sdcard now mounts...

Edited: two recoveries on frontpage, please try second one first. (both will boot but you'll get sdcard missing on only one hopefully :) )

The second recovery img from the front page is allowing some options and does boot just fine. There are two sdcards on the device so that is why it is launching two different screens at the same time in recovery. sdcard is the internal memory and sdcard2 is the real sdcard. So the code i had to use after i copied the recovery.img to my sdcard was this
flash_image recovery /sdcard2/recovery.img .... still can't mount sdcard
 
Last edited:

razor950

Member
Nov 25, 2010
71
47
so you cant cant mount /dev/block/mmcblah (or /dev/block/mmcblah2)

give me the following and try recovery img one as well.
I need everyone with the tablet to run cat /proc/partitions in terminal and mount as well and paste both things together on here or on Nopaste and paste link.
 

TeenFaces

Member
Nov 26, 2010
8
0
so you cant cant mount /dev/block/mmcblah (or /dev/block/mmcblah2)

give me the following and try recovery img one as well.
I need everyone with the tablet to run cat /proc/partitions in terminal and mount as well and paste both things together on here or on Nopaste and paste link.

# cat /proc/partitions
cat /proc/partitions
major minor #blocks name

31 0 5120 mtdblock0
31 1 163840 mtdblock1
31 2 5120 mtdblock2
31 3 384 mtdblock3
31 4 98304 mtdblock4
31 5 179200 mtdblock5
31 6 5120 mtdblock6
179 0 1006080 mmcblk0
179 16 7823360 mmcblk1
179 17 7823295 mmcblk1p1
#
# mount
mount
rootfs / rootfs ro 0 0
tmpfs /dev tmpfs rw,mode=755 0 0
devpts /dev/pts devpts rw,mode=600 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
tmpfs /sqlite_stmt_journals tmpfs rw,size=4096k 0 0
/dev/block/mtdblock1 /system yaffs2 rw 0 0
/dev/block/mtdblock5 /data yaffs2 rw,nosuid,nodev 0 0
/dev/block/mtdblock4 /cache yaffs2 rw,nosuid,nodev 0 0
/dev/block//vold/179:0 /sdcard2 vfat rw,dirsync,nosuid,nodev,noexec,uid=1000,gid
=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,
shortname=mixed,utf8,flush 0 0
/dev/block//vold/179:17 /sdcard vfat rw,dirsync,nosuid,nodev,noexec,uid=1000,gid
=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,
shortname=mixed,utf8,flush 0 0
#
 
Last edited:

razor950

Member
Nov 25, 2010
71
47
Alright, you and justdroid have the same mount and /proc/partitions but shanksv mount is different with on one card.
Doesn't matter since /sdcard is the same for all of you but I still don't get why it doesn't mount when I do mount it.

I am about to consider going to bestbuy with laptop and testing out recovery on the in-store model until it works :D
 
Last edited:

brachiopod

Member
Nov 22, 2010
114
6
Is this at all helpful? Sorry if this is dumb ha, I don't know how to cut and paste on the Android I guess, or there is no cut and paste. Also I have rooted, but I can't run SU in terminal, I'm using the "superuser" app but it will not give me the choice to give root to terminal although it works in other places. Not up to speed on Android yet I guess. This is from the Android System Information app.

View this, too large to include inline here..

http://public.dcexp.com/mounts.jpg
 

TeenFaces

Member
Nov 26, 2010
8
0
recovery.jpg


Here is the error...
 
Last edited:

beerock

Member
Nov 28, 2010
10
0
I have also picked one of these up from BB, I think it is also a great tablet for the $. I have had some success playing around with the tablet, seems I have root via z4 app, titanium,quickboot,root explorer, Setcpu all seem to work..... Setcpu will allow you to pick 998 MHz on the slider but the max in green does not go past the 768 MHz.

I also wondered about adb, I get permission denied when running $ su,.
Does anyone else have any suggestions or a better method for root?

I also have not flashed any recovery yet as I noticed when rebooting into recovery via quickboot it seems to go straight to a factory reset/wipe, I did keep root but lost all apps/data. I was concerned that if I flashed one of the recovery.img from OP if I would loose that factory reset/wipe capability. Its nice to be able to wipe if you get in some crap.. ;) ;)

I am pretty novice at this crap but do run a linux machine and been around awhile. would love to help any efforts for this cool little tab.... I think it could be just as nice as my evo (maybe close) with some good Devs..... imo
 

barboss

Member
Nov 29, 2010
3
0
I don't get. Have you been able to install clockwork recovery? And get firmware backup?
 

razor950

Member
Nov 25, 2010
71
47
Clockwork recovery installs and boots but issues with mounting sdcard (neither of the two).
My goal is to either continue trying to fix that or get adb to work to see check mount and partitions while in recovery.
 

razor950

Member
Nov 25, 2010
71
47
I sent you a pm brachiopod.

I been working on a few things but I haven't heard from teenfaces, I should have a few testers still tho (feel free to pm if you'd like to test tho).


offtopic, I wish this site would email you when you receive a pm, makes it easier for people to notice :p
 
Top