No support for Muvo NX 128 mb mp3 player data recove
I'm from Singapore, one of the reason I'm posting this on the forum is to seek help and broadcasting of my helpless situation I'm in, for awareness.
I have a Creative Muvo NX 28 mb mp3 player, own for more then three years, without giving me problems and works almost prefectly fine. Its a good piece of device I would recommend to friends who love music and work a the same time. The piece of device can store 28 mb of files. Of course you have 52mb anf g of muvo which are better compared to mine.
Until recently, the device failed on me and the windows OS was not responding to open my dri'ves whenever I insert the muvo device. After series of diagnosis, it was certify by me that its a hardward mare-function. But Amazingly it was still able to play music when in a mp3 player mode, but unable to read the flash dri've on a window base OS which I usually can.
For studing the problems, I have to go through salvation to open the player phyiscally.
Knowing that my warranty has long gone, I decided to recovery by myself and realise something the device is made up of two circuit boards. Its over technical to explain what I saw and to cut short, my data in the memory is not dmg and is believe it can be recoverable possibly!
I hope creative support would help me as the data are important, not music but work related files.
Unfortunately I approach the Asia Service Support, supposely to be the best but ended up wasn't successful to RESOLVE MY PROBLEM.
To make matter worst, the muvo NX 28mb player is not avaliable in the market easy and I have troubles getting the parts to fix the broken device
For the benefit of those who are using memory flash-base mp3 players, CREATIVE does not offer a DATA recovery service, even if it happens that you need to retrieve important data stored in those players which in case happens to fail on you!
In the end, this happens to me all the time in Singapore..i couldn't get a satisfying support from Creative... I have learned that Creative are not competent in supporting repairs or data recovery for older creative users like me..
I have sort out everything I could, and hope someone can help me out in getting those files back...
Message Edited by Rubber_Ducky on -28-20062:02 AM
Message Edited by Rubber_Ducky on -28-20062:05 AM
I can't reapply the firmware as it is not seen by my computer.
It only turns on sometimes when it is inserted in its cover but it turns off right away.
When it turns on it plays ok and but as soon as I move it is off again.
In case it had an internal connection problem , would it be possible to open it without damaging it's
Thanks for yuor reply!
Similar Messages
-
Can i convert itunes songs i paid for to play on an mp3 player
Im trying to put songs i purchased from itunes and put them on an mp3 player but its not working. Am i able to convert them back to they can work?
brianfromtopeka wrote:
Im trying to put songs i purchased from itunes and put them on an mp3 player but its not working. Am i able to convert them back to they can work?
If they are iTunes Plus songs (purchased since 2009) you can convert them to MP3 by following these instructions: http://support.apple.com/kb/HT1550
Note that the conversion process will create a new MP3 and leave the original AAC in place, so make sure you are using the new one for your player.
If you have any "protected" iTunes song files, you need to first upgrade them to iTunes Plus, and then do the conversion. -
Play for sure / subscription services support for MuVo v
When or rather can we expect a firmware update that will allow MuVo V00 to accept DMR (DRM) subscription services? It currently doesn't support these services. Message Edited by reyn3000 on -28-20062:2 PM
Just an update, transfer is still goin good, so all of you that are having those hangs and slow downs this 3 hot fixes posted in this forum under the MTP Thread seem to work for me. However, being a Regional IT Manager I know that what works for one computer doesnt always apply. I remember seeing the IMPORTANT Note just before I downloaded the firmware and I thought, naw... I dont need any updates, I do my Microsoft Updates so im cool, but the hotfixes mentioned are not CRITICAL updates so you have to manually apply them. In my opinion this is not really a Creative issue since they are depending on the files from the Play For Sure protocal and those are coming from Microsoft, so they have to kind of rely on whats out there and unfortunately for us poor *******s to update. I am wondering if they can include the hotfixes in their install? SOmething that would detect to see if the hotfix is present and if not, install? Just a thought, or at least prompt you to go get the hotfix first then install.
-
Support for 11x17 paper in Oracle SQL Developer Data Modeler 4.0.0.833
In last versions of the version 3 of this product the ability to print your data model on 11x17 paper was included by default. This support was even in some of the beta 4 version of the data modeler. But, in the release of the production version for this tool, the 11x17 paper printing option has dissapeared from this product. Can you please add this back into your product because those of us with large data models but no plotter need this paper size.
Thanks,Hi,
What printer do you use? You need to set it as default printer for your system and you should get ledge size as option if the printer supports it.
Otherwise you can print diagram to PDF file and then you can use Adobe reader or Foxit reader to print to separate pages - it's poster in Adobe and scaling type "tile large pages" in Foxit
Philip -
Looking for memory card(s), GPX MP3 player
I have a GPX MP3 digital player, the MW3337, and am looking for memory card(s) as it only holds 1GB. I do not have the manual any more. My questions are; What have you used and liked for memory cards, what will work best for this model, and any other information that is relevant to the MW3337 and memory cards. thanks
Hey drumset09 -
In examining this unit, it appears that any SD card or MMC card will work for this unit. You have options up to 16 gb presently. I would recommend whatever size will fit your needs. There is a plethora of choices out there these days.
I hope this helps!
Dorothy
Community Connector
Best Buy® Corporate
Dorothy|Social Media Supervisor | Best Buy® Corporate
Private Message -
No support for tab-delimited (or other character-delimited) data export
First, to echo others' comments, I am thoroughly impressed with this project. This is a well-designed application that feels very professional and reasonably robust for beta. I only wish that Oracle had invested the resources to do this earlier.
To the point, in the right-click pop-up menu within the data results tab there is an "Export" sub-menu. This menu has various options for exporting raw data. However, it does not provide the ability to export tab-delimited data or to change the delimiter arbitrarily.
This feature is particularly important for data containing special characters. For example address data, even after parsing into standard fields, may still contain commas rendering a CSV export useless.
This would be a very useful enhancement.There is an export to Tables in Microsoft Excel option. Did you try that?
-
Looking for an mp3 player for a webpage
because of apple I'm staying away from flash players for now...
I 'm lloking for a simple to use mp3 player that's customizable - for example :
read & display xml playlists
make the list of viewable songs what we choose - like 10 songs or 20 songs - without scroll bars...
I'm lookimg at:
http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5
http://www.wimpyplayer.com/products/wimpy_mp3.html
http://playlist.software.informer.com/download-playlist-embedded-website-media-player/
Any opinions are welcomeHere's what I'm doing:
HTML5.
Here is the code and it is really simple:
<audio controls="controls">
<source src="../path/filename.ogg" type="audio/ogg" />
<source src="../path/filename.mp3" type="audio/mpeg" />
Your browser does not support the audio element. <a href="../path/filename.mp3">Right-Click here</a> and choose Save file as… to download the .MP3 file</audio>
Works in all browsers. Works in all media players that support mpeg audio. But here's a word of warning:
Some browsers may not know that the ogg audio is there, so you may need to edit your .htacess file (on Apache) or your filetypes (on Microsoft IIS servers) to include it.
Here's the change to put into .htaccess. I don't use IIS:
AddType audio/ogg .oga
AddType video/ogg .ogv
AddType application/ogg .ogg
AddHandler application-ogg .ogg .ogv .oga
That will enable both ogg video and audio. Without these lines, Firefox may not play your file.
To make your audio files, please see this link. -
A video codec or support for a compressed format (ZEN
i was wondering if creative could include support for some form of compressed video format in the next firmware release for the Creative Zen V Plus. i ask this as the supplied video converter uses incredibly large amounts of space even for a small video file since the avi is uncompressed (afaik)
could support possibly be added for wmv or something as that is relati'vely small and it would be great if the player could support it.
please reply as this is a very common 'issue' for most owners of this mp3 player.PSE 4 does do 16 bit - although there are a limited number of things you can do at that depth.
It has essentially no support for actions. -
[svn] 4078: Add support for dataTips to Slider
Revision: 4078
Author: [email protected]
Date: 2008-11-11 17:41:52 -0800 (Tue, 11 Nov 2008)
Log Message:
Add support for dataTips to Slider
SDK-16291 Implement data tip for slider
- Added new dynamic, optional skin part called "dataTip".
- Added dataTipFormatFunction, dataTipPrecision and showDataTip properties
- Added protected function positionDataTip
- Added dataTip skin part to FxHSliderSkin and FxVSliderSkin
- data tip is an IDataRenderer, so it can render any type of data
The data tip appearance is defined entirely by the skin. The position of the
data tip is calculated using a combination of the skin and the Slider controller.
The following properties were not retained from the Halo Slider:
- sliderDataTipClass (the skin part allows the developer to define the data tip type)
- dataTipStyleName (styling is defined on the skin part)
- dataTipOffset (the offset position is defined in the skin part)
SDK-16823 - Gumbo Slider does not support scroll wheel to increment / decrement value
Slider listens for scroll wheel events anywhere on or off the stage while it has focus.
QE Notes: Test new properties, functions and data tip behavior
Doc Notes: Added new properties and functions
Bugs: SDK-16291, SDK-16823
Reviewer: Glenn and Gordon
Ticket Links:
http://bugs.adobe.com/jira/browse/SDK-16291
http://bugs.adobe.com/jira/browse/SDK-16823
http://bugs.adobe.com/jira/browse/SDK-16291
http://bugs.adobe.com/jira/browse/SDK-16823
Modified Paths:
flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxHSlider.as
flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxVSlider.as
flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxSlider.as
flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxTrackBase.as
flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxHSliderSkin.mxml
flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxVSliderSkin.mxmlKaffeegler
Try rolling your fingertip on the mouse pad. This works very well and you have much more control.
You've mentioned that you get fed up and then insert numbers or even click the up/down arrows.
Alternatively and I only found this out the other day - thanks Victoria B.
Use the comma , and period / stop . keys to navigate down / up through the settings below
LR4 settings
temp (white balance)
tint
exposure
contrast
highlights
shadows
white clipping
black clipping
clarity
saturation
vibrance
LR3 settings
temp (white balance)
tint
exposure
contrast
higlight recovery
fill light
black clipping
brightness
contrast
and use the + and - keys to move the sliders up and down in medium (±5) steps and press control / cmd and + - keys to use smaller (±1) steps. I think using the alt / option key with the + and - keys moves the sliders in larger (±10 oe 20) steps.
You can use the aleft right rrow keys, but for some reason (bug), they dont follow the focus with the , and ., so you still need to click on the sliders to move the focus from one setting to another if you prefer to use the arrows.
As I said above, the apple magic mouse is amazing for OSX snow leopard and Lion and is so intuitive for LR, but its an expensive mouse but IMHO well worth it
Hope these help, the , and . is a great alternative to rolling your finger on the touchpad.
hamish NIVEN Photography -
Thinks I require:?Great Sound QualityWMA/MP3FM?TunerRecorderGood Battery Life 5 hours +Folders (Option to only play one folder on repeat) - Need one level of folders??Thinks I would likeDirect USB2 connectionNon rechargable batteryUnder $50 price range.Message Edited by GoofsterStud on 03-3-20060:3 PM
Is it flash memory.
This is going to be used at the gym.
BTW - I meant FM tuner.
I was eyeing they
Creative MuVo TX FM GB MP3 Player
I use to have a Micro N200 - Hated the hissing noise and wish it would plug in directly like the TX FM does. Is the sound quality better on the N200. Can I listen to folders on the TX?
Message Edited by GoofsterStud on 03-3-20060:33 PM -
MP3 player with times played counter
Hey, I was wondering if anyone could help me. I'm building an
MP3 player in Flash for a client. The MP3 player is the easy part.
However, each track needs to have a counter that tracks how many
times its been played. Now this will probably require some external
language as the times played counter needs to hold that information
even once the user closes out of the window. That's why i can't jut
use a variable in Flash. If anyone could tell me how its done or
point to a place that will show me how to do it would be greatly
appreciated. Thanks.if you need total times played for all users you'll need
server-side code. if your server supports php, that would probably
be the route to go. -
Not enough space on my mp3 player but it is empty
not enough space on my mp3 player but it is empty hi
I have Muvo 2.0. usb mp3 player. It has 265 mb.the problem is that there is not enough space on my mp3 player but THERE IS 265 MB FREE SPACE.
I have tried use recovery tool but is still not working.can you help me ,please?Are you attempting to copy a lot of .mp3 files into the Root Folder?
There is a limit's to the number of files in one folder the MuVo can 'see'.
Just create a few new folders by Album, Artist, Genre or whatever you like and copy the appropriate songs to each folder. -
Lets say the Xtra and the micro cost the same price. You don't have an Mp3 player yet. You still have the knowledge that you have now for both products.
Which mp3 player would you pick and why?right now i own the micro. If i had the chance to pick again with the knowledge i have now, I would go with the Xtra.
Because before i didn't know anything about bit rate...... I thought the micro could hold up to 2500songs.
I learned that it will only hold about ,030 songs wma 60kb
ps.
NOT COOL. -
Need battery cover for muvo tx fm mp3 play
Absentmindidly while changing the aaa battery, I thought that I could use the tab on the battery cover to dig out the battery. Of course it broke!?How would I get a new battery cover? I'm hoping to get the metallic blue cover, but anything would do.
Nothing on ebay and customer support isn't working.
Any ideas?To transfer files from a CD... I place the cd in tray, close it, open Creative MediaSource Organizer and rip the CD...now what are my settings? I have it set on WMA Stereo, DRM enabled, 28 Kb
ps.
Rip the tracks I want to my PC Music Library. Insert my mp3 player (hard calling it that as it yet has to play a track of anything), and set the Muvo TX FM as the destination source and transfer files. After transfer, close all windows, open My Computer, open Dri've F and there are my tracks...yeah, but wait. I safely remove hardware, and insert it into player and attempt to turn it on...3 seconds later...denied. SIGH. Okay, reinsert player, open Di've F...ohh surprise..not formatted. Click on my exe. with latest driver (see original post), reinstall original driver again. Reformat again using FAT not FAT32 per tech support. Safely remove hardware. Insert into player, turn on...yeah turns on, no music, but can access FM..okay so not a TOTAL waste of $$$. Reinsert into computer, open my computer, dri've F, empty file. It's recognized and formatted. OPen Creative MediaSource Organizer...transfer files..no error messages..repeat....repeat...repeat. Same result. Should I try FAT32? Should I try to rip a cd w/o using DRM enabled? Does the LCD screen need to come on when in usb port? I have not tried to rip CD's using WMP0 yet as CMsO came with the player. Is it better?Message Edited by drewj28 on 09--2006 09:38 PM -
Dear gurus of the forum,
I am a computer science student planning to create a website and considering the use of applets on it. On my previous website I used [Sound Manager 2|http://www.schillmania.com/projects/soundmanager2/] to play MP3 sounds. SM2 is a tiny flash program and has been a breeze to use. However, if I am to build decent applets, I'd prefer to somehow use MP3 support in Java, so users won't be required to have both Java and Flash installed.
I am a very basic Java programmer, but I know enough to get me started. However, thus far I have only been able to discover that Java supports .au sounds and more recently .wav and .aiff (which doesn't ring a bell). I have also found some MP3 player applets. However, the various old and new resources confuse me greatly on this subject.
My question is rather simple:
Is there any lightweight option to add basic support to play MP3 files in an applet? I do not need a player with buttons and whatnot, just classes with methods to use in my applet.
I can only hope someone here may be able to help me out here or send me in the right direction.
Thanks in advance,
DysprosiumHi Andrew,
no wonder you have 5,7?? posts.... you're just posting all day ha.... I wonder how many of those posts were actually useful,
anyways, I think that your place is somewhere in English Grammar forums or so 'cause that's all you know about...
There is no mention of that on the linked page. Can you produce a link that supports that statement?instead of wandering around, just do something really simple like googling android java platform, and RTFM from there on...
No. You think that.yes, I think, and as you can see in this reply I have some more thoughts about you !
.. then WHY DOESN'T ORACLE DO ANYTHING ABOUT IT ????? 1) There is no need to SHOUT at us.
2) One '?' denotes a question, whereas 2 or more typically denotes a bozo.
yes well, I've already said that you're great at gammar issues, way to go.
>
So maybe it is because Sun ignores shouting bozos. More likely it is because Sun staff do not trawl the forums looking for problems. That is what the [Bug Database|http://bugs.sun.com/] is for.
that's the first (and last) valuable information I got from you, you could have just replied with these two lines, or even make it shorter and just redirect me to the link, save electronic space, you're wasting it as if it was yours.
AFAIU neither Flash nor Java will be supported on iPad, so there is a new source of worry for you.who talks about iPad, dude, start getting into shape with your reading comprehension, though your grammar level is great ! Oh, and You need to start worrying my friend, you might know Java but start working on your English skills quickly...
I'm talking about Google's Android, Apple's Iphone, Windows Mobile and Nokia's Symbian.
oh, and don't bother increasing you post number by replying to this one with some more useless info.
thanks a lot
Maybe you are looking for
-
IMac way too slow at home, but works perfectly at Genius bar - why?
My iMac is slow when doing things like switching users, waking up from screen saver and switching and/or opening applications. Sometimes the spinning wheel of love will spin for 30 seconds (seems like an hour). I've got a memory monitor and I can see
-
Howto restore original nokia software after hard r...
I have an N79 phone. Recently, due to some problems I had to hard reset my phone. I took backup of all my contacts, messages, etc. which I could restore easily using PC suite. However, I lost some software which had been originally installed by nokia
-
New User Account and Changing Permissions?
Yesterday I opened a new user account for each of my kids. I moved and/or imported all their stuff to their respective accounts and all seems fine. Except for one folder... The most important one (of course ;o). It has a big red circle saying "..you
-
Is it possible to backup just SMS and contacts only
Hi everyone, I have just restored my IPhone 4S using Recovery Mode and things went well. Then i restored my data from a saved backup and after it my phone goes back to the same problem (connecting to internet via cellular data) I am thinking to run t
-
Conditions Need to decided for ASO or BSO cube?
Hi Could you please tell me on what conditions or business needs we need to decided whether we need to build an ASO or BSO cube?, which dimension needs to be Label only or Stored or Accounts or Multiple Hierarchy Enabled property? Which needs to be D