[Solved] Coby Kyros 9740 Stuck on CWM

Status
Not open for further replies.

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
load the nand.ko and post the output of ls /dev/block

the point of the nand.ko is to show the locked or hidden nands.
 

xanvier

Member
Aug 1, 2013
23
0
load the nand.ko and post the output of ls /dev/block

the point of the nand.ko is to show the locked or hidden nands.

like this? am i doing it right?

Code:
~ # busybox cp /sdcard/nand.ko /tmp/nand.kobusybox cp /sdcard/nand.ko /tmp/nand.ko
~ # chmod 644 /tmp/nand.ko
chmod 644 /tmp/nand.ko
~ # ls /dev/block
ls /dev/block
loop0      loop3      loop6      mmcblk0p1  nandf      ram1
loop1      loop4      loop7      mmcblk0p2  platform
loop2      loop5      mmcblk0    mmcblk0p3  ram0
~ #
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
adb shell

busybox cp /sdcard/nand.ko /tmp/nand.ko

chmod 644 /tmp/nand.ko

insmod /tmp/nand.ko

ls /dev/block
 

xanvier

Member
Aug 1, 2013
23
0
adb shell

busybox cp /sdcard/nand.ko /tmp/nand.ko

chmod 644 /tmp/nand.ko

insmod /tmp/nand.ko

ls /dev/block

Code:
~ # ls /dev/blockls /dev/block
loop0      loop3      loop6      mmcblk0p1  nandf      ram1
loop1      loop4      loop7      mmcblk0p2  platform
loop2      loop5      mmcblk0    mmcblk0p3  ram0
~ #
 

Attachments

  • $Screenshot (83).png
    $Screenshot (83).png
    1.6 KB · Views: 406
Last edited:

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
As you can see your nand is not showing up, unless we can see and write to nand, nothing can be done.

as you can see from my output

Code:
loop0     loop3     loop6     nandb     nande     nandh     nandk     ram0
loop1     loop4     loop7     nandc     nandf     nandi     nandk1    ram1
loop2     loop5     nanda     nandd     nandg     nandj     platform

you can see all the nands


nandg is very important for flashing as that is the recovery partition, it not being seen or locked means the tablet can't flash anything so it's in a endless bootloop.

nandd is /system

nande is /data

nandh is /cache

nandc is boot.img

nanda is bootloader.img
 

xanvier

Member
Aug 1, 2013
23
0
hello sir vampirefo, do you know how can i solve this.

Code:
List of devices attached 
????????????    no permissions

i try to use ubuntu 13.04 64bit maybe i can fix my device using this but my problem is ???????????? no permissions.
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
thanks for the reply sir. i thought ubuntu is linux.

ubuntu is a Linux distro, there are about 300 distros of Linux.

Lets say you used windows 98 and was asked how to fix a problem on windows 7 mostly likely you wouldn't know cause windows 98 and windows 7 are different. Even though both are windows each is different, this holds the same with Linux, except Linux distros or versions are in the hundreds while there are less then 10 windows version currently used.


http://distrowatch.com/

list about 100 distros there are many more than what are shown here.

anyway looking back you have adb already working in windows so why the need to get it working on ubuntu?

follow the link I posted above in another post to get adb working in ubuntu.
 
Last edited:
Status
Not open for further replies.
Top