Coby MID7060-16

revoltpt

Senior Member
Jun 8, 2013
26
5
the size of internal sdcard doesn't matter, as we don't mess with it.

the size of your system is important

can you adb into your tablet? i need some info

adb shell

busybox df -h

below is the build.prop in your backup.

notice it shows 7065 and 1045 but not 7060, I can't see Coby doing that.

# begin build properties # autogenerated by buildinfo.sh ro.build.id=IML74K r - Pastebin.com

Here is the result:

Microsoft Windows [Versão 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Todos os direitos reservados.

C:\Script>adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
0123456789ABCDEF device




C:\Script>adb shell
shell@android:/ $ busybox df -h
busybox df -h
Filesystem Size Used Available Use% Mounted on
tmpfs 427.1M 80.0K 427.0M 0% /dev
tmpfs 427.1M 0 427.1M 0% /mnt/asec
tmpfs 427.1M 0 427.1M 0% /mnt/obb
ubi0_0 314.8M 150.0M 160.1M 48% /system
/dev/block/mtdblock6 127.9M 48.6M 79.4M 38% /factory
ubi1_0 1.4G 12.1M 1.4G 1% /data
/dev/block/mtdblock7 511.8M 72.2M 439.6M 14% /cache
/dev/block/vold/250:37
12.2G 670.5M 11.5G 5% /mnt/sdcard
df: /mnt/secure/asec: Permission denied
/dev/block/vold/253:1
14.6G 13.1G 1.5G 90% /mnt/sdcard/external_sdc
ard
1|shell@android:/ $

$ADB.png
 
Last edited:

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
I have 7060 running on my 7065 via dual boot, I am running 7060 from sdcard, but that wont matter they are the same tablets. I had to replace two files dhd.ko and nvram.txt to get wifi working everything else seems to work, I am using 7065 kernel had I used 7060 kernel I wouldn't need to swap the files.



Code:
root@android:/ # busybox df -h
Filesystem                Size      Used Available Use% Mounted on
tmpfs                   427.1M     80.0K    427.0M   0% /dev
tmpfs                   427.1M         0    427.1M   0% /mnt/asec
tmpfs                   427.1M         0    427.1M   0% /mnt/obb
/dev/block/mtdblock6    127.9M     25.4M    102.5M  20% /factory
/dev/block/cardblksd2
                        861.2M    235.8M    581.7M  29% /system
/dev/block/cardblksd3
                          4.5G    154.9M      4.2G   4% /data
/dev/block/mtdblock7    511.5M     36.1M    475.4M   7% /cache
/dev/block/vold/250:37
                          4.1G    478.1M      3.7G  11% /mnt/sdcard
/dev/block/vold/250:37
                          4.1G    478.1M      3.7G  11% /mnt/secure/asec
/dev/block/vold/253:1
                          2.1G    390.6M      1.7G  18% /mnt/sdcard/external_sdcard
root@android:/ #

Code:
root@android:/ # mount
rootfs / rootfs rw 0 0
tmpfs /dev tmpfs rw,nosuid,relatime,mode=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
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/mtdblock6 /factory yaffs2 rw,nosuid,nodev,relatime 0 0
/dev/block/cardblksd2 /system ext4 rw,relatime,user_xattr,barrier=1,data=ordered 0 0
/dev/block/cardblksd3 /data ext4 rw,relatime,user_xattr,barrier=1,data=ordered 0 0
/dev/block/mtdblock7 /cache yaffs2 rw,nosuid,nodev,relatime 0 0
none /proc/bus/usb usbfs rw,relatime 0 0
/dev/block/vold/250:37 /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/250:37 /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/vold/253:1 /mnt/sdcard/external_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
 

revoltpt

Senior Member
Jun 8, 2013
26
5
@ vampirefo

I don't understand the code you posted.

Can you teach me how to use 7065 firmware on dual boot? It means nothing is changed inside tablet and things can be tested without risks?

Meanwhile I used your method for rooting 7065 and it worked in my 7060. Previously I tried 1060 crystal root method and it didn't worked because of failed signature.
Before rooting, I made another backup of my rom with CW recovery. It has the same file types as your backup. Is it worth uploading this backup?
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
Running a rom from sdcard is the safest way, no changes to tablet, but with this tablet it's too complexed to teach you how.
Would require much more time than I am willing to give.

Sent from my SPH-D710 using Android Phone
 

revoltpt

Senior Member
Jun 8, 2013
26
5
Thanks anyway.
Later today I will try to install your backup and then I will post results.
The system space in my tablet is enough, right?
If anything goes wrong I restore my backup.
Thanks again.
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
Thanks anyway.
Later today I will try to install your backup and then I will post results.
The system space in my tablet is enough, right?
If anything goes wrong I restore my backup.
Thanks again.

Yes, you have enough space, yes you can use your backup to get back to where you are at now.
Your wifi wont work til you replace the two files.

Sent from my SPH-D710 using Android Phone
 

revoltpt

Senior Member
Jun 8, 2013
26
5
Sorry, but I am new at this things. The 2 files can be replaced simply using DS explorer in system directory?
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
Sorry, but I am new at this things. The 2 files can be replaced simply using DS explorer in system directory?

As long as you get root permissions and can set permissions with it you will be fine.

Sent from my SPH-D710 using Android Phone
 

revoltpt

Senior Member
Jun 8, 2013
26
5
@ vampirefo

Neither of your 2 files (rooted 7065 rom and 7065 dump) looks like my backups. Which one should I choose?

Thank you.
 

revoltpt

Senior Member
Jun 8, 2013
26
5
Thank you vampirefo.

Already installed and at start wifi didn't work just like you said.
Then installed root explorer apk (required rooting with you root method, because it seemed not rooted) and swaped both files you mentioned from the ones of my backup.
Now wifi is working again, and all seems to be working well.
Now I have a mid7065 with gapps.
Has the kernel been also updated to 7065?
 

revoltpt

Senior Member
Jun 8, 2013
26
5
@ vampirefo

Sorry for boring you again.
If I make a backup of my current firmware, can I "restore" it in other 7060 tablets so they became 7065 like mine?
If I make the backup just after a factory reset is there any personal info on it or any serial number of my device?

Thanks again.
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
@ vampirefo

Sorry for boring you again.
If I make a backup of my current firmware, can I "restore" it in other 7060 tablets so they became 7065 like mine?
If I make the backup just after a factory reset is there any personal info on it or any serial number of my device?

Thanks again.

Yes that will work, I suggest to only backup /system, your personal info is in data, if you don't back data up and share your data no way someone could get your info. Also by not backing up data you don't have to factory reset just to share your /system.
 
Top