Bricked bd-d7500 blueray 3d player

User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Bricked bd-d7500 blueray 3d player

Post by juusso »

give output to

ps
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
lewy20041
Posts: 27
Joined: Mon Jan 28, 2013 8:36 pm

Re: Bricked bd-d7500 blueray 3d player

Post by lewy20041 »

Code: Select all

  PID USER       VSZ STAT COMMAND
    1 root      1412 S    init       
    2 root         0 SW   [kthreadd]
    3 root         0 SW   [ksoftirqd/0]
    4 root         0 SW   [watchdog/0]
    5 root         0 SW   [events/0]
    6 root         0 SW   [khelper]
    7 root         0 SW   [async/mgr]
    8 root         0 SW   [kblockd/0]
    9 root         0 SW   [kmmcd]
   10 root         0 SW   [kdtvlogd]
   11 root         0 SW   [khungtaskd]
   12 root         0 SW   [pdflush]
   13 root         0 SW   [pdflush]
   14 root         0 SW   [kswapd0]
   15 root         0 SW   [kswapd1]
   16 root         0 SW   [xfs_mru_cache]
   17 root         0 SW   [xfslogd/0]
   18 root         0 SW   [xfsdatad/0]
   19 root         0 SW   [xfsconvertd/0]
   20 root         0 SW   [crypto/0]
   27 root         0 SW   [scsi_tgtd/0]
   30 root         0 SW   [mmcqd]
   31 root         0 DW   [swapper]
   41 root      1416 S    -/bin/sh 
   60 root      1416 S    /bin/sh /etc/Scripts/911 
   61 root      1616 R    authuld_genoa 
   65 root      1416 S    /bin/sh /mtd_exe/rc.local 
   74 root         0 SW   [ata/0]
   75 root         0 SW   [ata_aux]
   77 root         0 SW   [scsi_eh_0]
   79 root         0 SW   [scsi_eh_1]
   93 root      770m S    ./exeDSP 
  164 root         0 SW   [ksuspend_usbd]
  165 root         0 SW   [khubd]
  173 root         0 SW   [scsi_eh_2]
  174 root         0 SW   [usb-storage]
  184 root         0 SW   [async/0]
  185 root         0 SW   [COP_PTask]
  208 root         0 DW   [scsi-poller]
  327 root      1416 S    /bin/sh /sbin/usb_mount/usb_hotplug.sh mount /block/s
  388 root      1412 S    sh +x /dtv/usb/sda1/run.sh /dtv/usb/sda1 
  410 root      1412 S    sleep 1 
  411 root      3968 R    ps 
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Bricked bd-d7500 blueray 3d player

Post by juusso »

Code: Select all

mount

Code: Select all

rm -f /mtd_rwarea/swu_finalizer_complete_flag
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
lewy20041
Posts: 27
Joined: Mon Jan 28, 2013 8:36 pm

Re: Bricked bd-d7500 blueray 3d player

Post by lewy20041 »

still black screean:(

Code: Select all

+ mount
rootfs on / type rootfs (rw)
/dev/root on / type squashfs (ro,relatime)
none on /proc type proc (rw,relatime)
none on /sys type sysfs (rw,relatime)
none on /dev/sam type tmpfs (rw,relatime,size=4k)
none on /dtv type tmpfs (rw,relatime,size=10240k)
none on /dsm type tmpfs (rw,relatime,size=10240k)
none on /core type tmpfs (rw,relatime)
none on /tmp type tmpfs (rw,relatime,size=10240k)
/dev/mmcblk0p26 on /mtd_rwarea type rfs (rw,relatime,vfat,llw,iocharset=utf8)
/dev/mmcblk0p13 on /mtd_exe type squashfs (ro,relatime)
/dev/mmcblk0p14 on /mtd_rocommon type squashfs (ro,relatime)
/dev/mmcblk0p24 on /mtd_rwcommon type rfs (rw,relatime,vfat,llw,iocharset=utf8)
/dev/mmcblk0p22 on /mtd_drmregion_a type rfs (rw,relatime,vfat,llw,iocharset=utf8)
/dev/mmcblk0p23 on /mtd_drmregion_b type rfs (rw,relatime,vfat,llw,iocharset=utf8)
/dev/sda1 on /dtv/usb/sda1 type vfat (rw,sync,relatime,fmask=0022,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=utf8,shortname=mixed)
+ rm -f /mtd_rwarea/swu_finalizer_complete_flag
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Bricked bd-d7500 blueray 3d player

Post by juusso »

Other users - don`t try this if you don`t know what these commands do!

Code: Select all

#!/bin/sh
export MTD_RWAREA=/dev/mmcblk0p26
umount -l /mtd_rwarea 2> /dev/null
fat.format -F 32 -s 1 -S 1024 $MTD_RWAREA
mount -t rfs $MTD_RWAREA /mtd_rwarea
wait few mins and reboot.
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
lewy20041
Posts: 27
Joined: Mon Jan 28, 2013 8:36 pm

Re: Bricked bd-d7500 blueray 3d player

Post by lewy20041 »

i dont know how to thank you mate:)
you helped me a lot.
its working fine now.
its look like there was no update at all but i dont mind.
for my wife and kid official apps should be enough;p

if you could tell me whats was wrong exactly?
thanks again for your time:)
lewy20041
Posts: 27
Joined: Mon Jan 28, 2013 8:36 pm

Re: Bricked bd-d7500 blueray 3d player

Post by lewy20041 »

Code: Select all

+ export MTD_RWAREA=/dev/mmcblk0p26
+ umount -l /mtd_rwarea
+ fat.format -F 32 -s 1 -S 1024 /dev/mmcblk0p26
Success to format
+ mount -t rfs /dev/mmcblk0p26 /mtd_rwarea
now even samygo started to work as it should.
again thanks, you saved me from my wife;p
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Bricked bd-d7500 blueray 3d player

Post by juusso »

What`s wrong exactly we don`t know, some kind flashing errors/error handling during OTN update...

I`m glad pills helped and patient is alive ;)
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE

Post Reply

Return to “Support”