Very Dead Player Please Help Restore
hello friends
i have quite a difficult problem with a player ive spent about 2 weeks trying to fix, heres whats up its a Newsmy/Newman ManMan A5 4gb Rockchip 2706 turns on with entirely black screen, with only backlight on, when its turned on the red button LED flashes but from then on it doesnt respond when on it makes its usaual buzzing sound from the chip, but i noticed that when its plugged into PC the buzz gets louder Also when its plugged into PC i cannot access the flash (4gb) and it comes up with "please insert into drive g:" same with the micro sd slot when a micro sd card is in. heres what ive done i first tried all things possible to recover it with a firmware flash, i have the latest FW from Newsmy and tried to recover it with rk27 upgrade, product tool, mp3 player recoveries basically all the programs for recovering rockchip players and even tried similar player FW (onda vx777) but all just came up with some error message that basically says it couldnt be done , ive tried with writing my own ADFU driver and using it to install FW but still nothing (VID: 071B, PID:3203) so after that i gave up and thought about the unusal flash problem, so i went to basics and tried basic flash drive recovery, by looking at the drives details hres what i got file system: unknown used space: 0 bytes free space : 0 bytes after googling topics i found that this may be the outcome of an bad format in the factory, and that when buying a mp3/4 its recommended to format the flash ( TO ALL WITH NEW PLAYERS, FORMAT ASAP TO AVOID WHAT IVE GOT!!) but in other topics its says its easilly possible to fix this with programs such as WinHEX and Disk Explorer so i gave them a go, but both failed!! but it seems that its recognised as a removeable drive!!?, (eg floppy disk drive) and as of now im still working on this. i want to try a hard reset, but how do you take these players a part !!?! no screws or anything to stick a screwdriver into:confused: BTW ive tried emailing Newsmy, they have the worst customer service and havent replied in more than a week, u give a go service@newsmy.com does anybody have any ideas on to fix this, it would be great help please! |
Hi,
do you see the system disk i.e. a usb-drive which is about 90megs in size and has folders like "SYSTEM"? If so you can copy new firmware files to that partition where by firmware files I mean those "SYSTEM" folders and files not a single file. If you dont see it I can provide you with information how to make it visible and hwo to extract those firmware files and folders from a firmware update file (those that the Rockchip device manager expects), that would require some programming knowledge though (you mentioned you started to write your own driver). Regards |
no i cannot see that partition, and i cannot get access to it via rkusb.tag as the main partition is damaged,
is by any chance the info you can provide involves the rk27DM tool? ive tried that but the issue is that it works with normal drivers but cannot flash, and dosnt even work at all with rk27 drivers, and the restore button is blanked. if not im trying a hack to access that partition with Linux as seen on another site, (im running XP pro sp3) so im downloading now the latest "damn small linux" (only 50mb!) anything to help me fix this player would be great, i do have a considerable amount of programming experience ( made my own ps1 to usb controller adapter from old parts of a ps1, it took me a month to write the programming! and im only 15 lol) so anything would be great thanks |
Hi,
indeed I wrote a linux based tool that unlocks the hidden firmware partition, I uploaded it here: http://alemaxx.al.funpic.de/rk27/usbrocker.c. You need to compile it but I doubt that DSL comes with a compiler, normally you would install "build-essential" on linux to get everything you need to compile things. To compile that c-file just type Code:
"gcc usbrocker.c -o usbr"After you plugin your player it should get detected as a SCSI device (if its not detected as an USB drive). To verify type (in the console): Code:
dmesg | tailCode:
[91605.803808] sd 73:0:0:2: Attached scsi generic sg4 type 0Code:
sudo ./usbr /dev/sg4Code:
usb rocker v0.001aRegards |
i tried that and this is what comes up:
and is there any way to see the drive in windows?, i dnt think i saw it in linux bt ill give it another go usb rocker v0.001a vendor : Newsmy Mp4Player 1.00a device is unloaded |
Hello ljwrocker,
could you please paste here what "dmesg | tail" says after you plugin the device and after you executed the tool? Notably the portions that are relevant to your player (try without tail if something is missing). You can try to "port" the code to Windows, at the bottom of the "BulkOnly.c" from the RK27 SDK are the relevant information i.e.: Code:
if (pCbwCb->cbLun == 0XE0)Anyway, maybe issuing a "SWITCH ROCK USB" command before the "SWITCH TO OPEN SYSTEMDISK" will solve your problem. Regards |
i cant get the exact code but one thing i noticed after running the tool i got this message in dmesg :
Quote:
heres what TestLibUsb says about the player Quote:
im not quite a linux person as i have been doing most of my work through windows. |
| All times are GMT -7. The time now is 11:37 pm. |
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2015, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 RC 2