Working on the tablet

razor950

Member
Nov 25, 2010
71
47
Thanks for that, what program did you use to copy the flash_image, you need to use a file manager that asks for root, if not you will get permission denied....

Actually, just use terminal, use su and just type cp /sdcard/flash_image /system/bin/flash_image (i don't know why I didn't think of this before)
 

shanksv

Member
Nov 13, 2010
117
23
Thanks for that, what program did you use to copy the flash_image, you need to use a file manager that asks for root, if not you will get permission denied....

Actually, just use terminal, use su and just type cp /sdcard/flash_image /system/bin/flash_image (i don't know why I didn't think of this before)
Pardon my ignorance, I am relatively new to the Android world have been a long time windows mobile user:) When you say Terminal what exactly do you mean?

Thanks for you time towards this!
 

razor950

Member
Nov 25, 2010
71
47
is your tablet rooted?

if it is look for android terminal on the market, its by jack or jake something :p
 

shanksv

Member
Nov 13, 2010
117
23
Not having luck. Now Terminal says cp not found. I used AndRootFile to copy flash_image. let me try a few more things and will let you know.
 

JustDroid

Member
Oct 27, 2010
42
11
I got the recovery flashed and booted in to recovery. Sorry for the blurry image.
$IMAG0013.jpg
It appears there are 4 images that over-lap each other top to bottom. Also I am unable to make a nandroid backup as it says:
E: Can't mount /dev/block/mmcblkOp1 (or /dev/block/mmcblk0#
#No such file or directory#
Can't mount /sdcard
E:Can't find MISC:

Rom Manager (Pro) appears to work correctly but rebooting to make a nandroid backup gives the same errors as above.

Also, using the Volume toggle for up/down in the list, it will jump from the top image to the bottom image alternately for each option.
 
Last edited:

razor950

Member
Nov 25, 2010
71
47
Alright thanks, this is good news tho, I'll fix the mounting issues and post up a new recovery in a bit....


Edited: Does not have fixed display or button issue but should not have issues with making a backup or it might who knows :p
http://www.sendspace.com/file/cp029w

Also, you all need to check your PM box
 
Last edited:

arqueiro

Member
Nov 1, 2010
133
1
my mount give this:

$expot PATH=/data/local/bin:$PATH
$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 00
sysfs /sys sysfs rw 0 0
tmpfs /sqlite_stmt_jornals tmpfs rw, size=4096k 0 0

and more a couple of lines lol, anyone know a way to copy / past this ?
 

razor950

Member
Nov 25, 2010
71
47
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.
 

JustDroid

Member
Oct 27, 2010
42
11
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.
Here's mine but you probably already have it
# 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 7761920 mmcblk0
179 16 7823360 mmcblk1
179 17 7823295 mmcblk1p1
#

 

firstrock

Member
Nov 26, 2010
1
0
I have an S7 and will help where I can. A little premature but would it be possible during ROM development to include the ability to have the S7 connect to ad-hoc networks? I have seen it done on a PanDigital tab with an Evo over at XDA. Keep up the good work!
 
Last edited:

razor950

Member
Nov 25, 2010
71
47
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 :) )
 
Last edited:
Top