Help me get the most of my N900

Hi,
I've slowly grown to like my N900 more and more over the months I've had it. I wish I had more time and know how to get creative on it, but for now there a few quirks that prevent me from getting the most out it.
1. media player
Is there any media player that will allow you to go from shuffle to the album that the song is from, like you can in ipod? I basically need inspiration from shuffle to decide what to listen to and miss it on my n900. Going back to find it manually is too laborious. Just downloaded instinctive and it doesnt seem to handle that. Also in portrait only which is no good for me!
2. google search
If I do a search from the address bar, it nearly always gives me results from google.fr. Dunno why this could be.
3. Sygic Mobile Maps
I love Sygic. I often use it with music running at the same time. I got the update (including full screen) before I reflashed and then updated to latest maemo. I dunno how to get the update again, but when I do I really need to know how to minimise and get to other programs by only using the screen. This didnt seem to be possible with full screen and changing music while using maps on my bike is pretty lethal otherwise!
Also wondering how to not have sygic sound files in my media player. I dont really need to be given random directions in mandarin chinese while I'm trying to navigate the countryside. Not that I'm actually gonna understand it !
4. Lastly as an honorary angry bird, I demand more levels immediately!
Any help would be great!
P

If you don't want the sound to be added into your media player then
you'll have to change the path of /home/user/MyDocs/Res to /home/user/MyDocs/Private/Res
  i.e. Create a folder called Private in MyDocs and move Res into it.
after Moved Res folder to Private Folder.
  Edit the file MyDocs/Drive/Maemo/setting.ini . . [Settings] showSafetyMsg=false ;DPI=96 DPI=220 ;IconSize=3 processing=fribidi PositionFiltering=true colorMode=RGB565 showSafetyMsg=true ResourcePath=/../../Private/Res
Done now there won't be any .wav file from sygic in your media player anymore.
hoe this helps, i found it on talk.maemo.org , credit to the poster maxximuscool
As for the problem, to go back to the task manager while u r using sygic in full screen mode, install the app CAMKEYD from the app manager, and itll enable u to just push the camera button halfway and that'll bring up the task manager or u can use the other option by using keyboard shortcuts, i dont like to keep on opening my keyboard again and again,
hope this helps.
Hasan 

Similar Messages

  • Help with getting the most recent transaction

    I have a system that keeps track of part repairs. Unfortunately a part my come in for repair multiple times. I want my query to pull back the most recent time/ request id that a part came in. This is my basic query, but it pulls back multiple records for the given part/serial number combo. How can I re-write this? Thanks
    SELECT M4OWNER.STOCK_SERIAL_ID.BIN_ID AS "Bin",
    M4OWNER.RECEIVING_UNIT.CREATED_DTTM AS "Date Placed in Bin",
    M4OWNER.STOCK_SERIAL_ID.SERIAL_ID AS "Serial ID",
    M4OWNER.STOCK_SERIAL_ID.PART_ID AS "Part ID",
    M4OWNER.STOCK_SERIAL_ID.USEABLE AS "Usable Status",
    M4OWNER.RECEIVING_UNIT.REQUEST_ID AS "Request ID",
    M4OWNER.RECEIVING_UNIT.REQUEST_LINE AS "Line",
    M4OWNER.STOCK_SERIAL_ID.PLACE_ID AS "Warehouse",
    M4OWNER.STOCK_SERIAL_ID.LOCATION AS "Location"
    FROM M4OWNER.STOCK_SERIAL_ID INNER JOIN
    M4OWNER.RECEIVING_UNIT ON M4OWNER.STOCK_SERIAL_ID.SERIAL_ID = M4OWNER.RECEIVING_UNIT.SERIAL_ID AND
    M4OWNER.STOCK_SERIAL_ID.PART_ID = M4OWNER.RECEIVING_UNIT.PART_ID INNER JOIN
    M4OWNER.RECEIVING ON M4OWNER.RECEIVING_UNIT.RECEIVING_ID = M4OWNER.RECEIVING.RECEIVING_ID INNER JOIN
    M4SUPP1.PART ON M4OWNER.STOCK_SERIAL_ID.PART_ID = M4SUPP1.PART.PART_ID
    WHERE (M4OWNER.STOCK_SERIAL_ID.BIN_ID = 'LOCATION')
    AND (M4OWNER.STOCK_SERIAL_ID.SERIAL_ID = 'ISSUE360')

    I have a system that keeps track of part repairs. Unfortunately a part my come in for repair multiple times. I want my query to pull back the most recent time/ request id that a part came in. This is my basic query, but it pulls back multiple records for the given part/serial number combo. How can I re-write this? Thanks
    SELECT M4OWNER.STOCK_SERIAL_ID.BIN_ID AS "Bin",
    M4OWNER.RECEIVING_UNIT.CREATED_DTTM AS "Date Placed in Bin",
    M4OWNER.STOCK_SERIAL_ID.SERIAL_ID AS "Serial ID",
    M4OWNER.STOCK_SERIAL_ID.PART_ID AS "Part ID",
    M4OWNER.STOCK_SERIAL_ID.USEABLE AS "Usable Status",
    M4OWNER.RECEIVING_UNIT.REQUEST_ID AS "Request ID",
    M4OWNER.RECEIVING_UNIT.REQUEST_LINE AS "Line",
    M4OWNER.STOCK_SERIAL_ID.PLACE_ID AS "Warehouse",
    M4OWNER.STOCK_SERIAL_ID.LOCATION AS "Location"
    FROM M4OWNER.STOCK_SERIAL_ID INNER JOIN
    M4OWNER.RECEIVING_UNIT ON M4OWNER.STOCK_SERIAL_ID.SERIAL_ID = M4OWNER.RECEIVING_UNIT.SERIAL_ID AND
    M4OWNER.STOCK_SERIAL_ID.PART_ID = M4OWNER.RECEIVING_UNIT.PART_ID INNER JOIN
    M4OWNER.RECEIVING ON M4OWNER.RECEIVING_UNIT.RECEIVING_ID = M4OWNER.RECEIVING.RECEIVING_ID INNER JOIN
    M4SUPP1.PART ON M4OWNER.STOCK_SERIAL_ID.PART_ID = M4SUPP1.PART.PART_ID
    WHERE (M4OWNER.STOCK_SERIAL_ID.BIN_ID = 'LOCATION')
    AND (M4OWNER.STOCK_SERIAL_ID.SERIAL_ID = 'ISSUE360')

  • How to get the most current file based on date and time stamp using SSIS?

    Hello,
    Let us assume that files get copied in a specific directory. We need to pick up a file and load data. Can you guys let me know how to get the most current file based on date and time stamp using SSIS?
    Thanks
    thx regards dinesh vv

    hi simon
    i excuted this script it is giving error..
       Microsoft SQL Server Integration Services Script Task
       Write scripts using Microsoft Visual C# 2008.
       The ScriptMain is the entry point class of the script.
    using System;
    using System.Data;
    using Microsoft.SqlServer.Dts.Runtime;
    using System.Windows.Forms;
    namespace ST_9a6d985a04b249c2addd766b58fee890.csproj
        [System.AddIn.AddIn("ScriptMain", Version = "1.0", Publisher = "", Description = "")]
        public partial class ScriptMain : Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTARTScriptObjectModelBase
            #region VSTA generated code
            enum ScriptResults
                Success = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Success,
                Failure = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Failure
            #endregion
            The execution engine calls this method when the task executes.
            To access the object model, use the Dts property. Connections, variables, events,
            and logging features are available as members of the Dts property as shown in the following examples.
            To reference a variable, call Dts.Variables["MyCaseSensitiveVariableName"].Value;
            To post a log entry, call Dts.Log("This is my log text", 999, null);
            To fire an event, call Dts.Events.FireInformation(99, "test", "hit the help message", "", 0, true);
            To use the connections collection use something like the following:
            ConnectionManager cm = Dts.Connections.Add("OLEDB");
            cm.ConnectionString = "Data Source=localhost;Initial Catalog=AdventureWorks;Provider=SQLNCLI10;Integrated Security=SSPI;Auto Translate=False;";
            Before returning from this method, set the value of Dts.TaskResult to indicate success or failure.
            To open Help, press F1.
            public void Main()
                string file = Dts.Variables["User::FolderName"].Value.ToString();
                string[] files = System.IO.Directory.GetFiles(Dts.Variables["User::FolderName"].Value.ToString());
                System.IO.FileInfo finf;
                DateTime currentDate = new DateTime();
                string lastFile = string.Empty;
                foreach (string f in files)
                    finf = new System.IO.FileInfo(f);
                    if (finf.CreationTime >= currentDate)
                        currentDate = finf.CreationTime;
                        lastFile = f;
                Dts.Variables["User::LastFile"].Value = lastFile;
                Dts.TaskResult = (int)ScriptResults.Success;
    thx regards dinesh vv

  • In Messages, how can I get the most recent entries to appear on top, like with my emails?  Thanks!

    In Messages, how can I get the most recent entries to appear on top, like with my emails?  Thanks!

    HI,
    A Note.
    Technically the most recent Conversation (or Chat) that has a new message (be it iMessage or IM) will move to the top in the list on the left if it is set in the View  Menu to do so.
    Obviously this does need more than one Conversation or Chat to be listed to work.
    It does not change the focus of the Chat/Conversation you are viewing.
    iChat - the forerunner naver had an option to invert the chats.
    The iChat Feedback page is where I use.
    You will also see it does not list iChat 6 depsite listing Lion.
    In this sense it has always beeen out of step on the iChat/Messages version front  (it took me a long time via the Lounge and Host help to get it on the list of pages to be updated on New OS versions)
    11:00 PM      Friday; June 28, 2013
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.4)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Getting the most out of BB Talk

    Hello all,
    I've just set up my BB Talk account and trying to work the way to get the most out of it.
    First question is that now l have plugged my cordess phone base station into it, with three handsets, why would l ever want to switch back to the landline. Don't l just now continue making VOIP calls or is there a catch?
    I've also heard l can be abroad but people can ring me on my BB talk number and l can recieve the call wherever l am. Is this as simple as using the call forwarding option in the BB talk options, or is there something a bit more clever that can be done.
    Can l make different handsets ring depending on whether the landline or bbtalk number is called.
    Regards, Paris700507

    Hi
    Welcome to the forum.
    There would be no real reason to now use your landline just a few points to remember.
    1. The number displayed when you call out will now be your BB talk number and not your landline number, I know this can confuse some people as the called person does not recognise the number or thinks you have changed you number.
    2. If people still call you on your landline number and you have 1571 don't forget to dial a 5 on your BB talk number 1st and then dial 1571 (dialling 5 will let you access your landline).
    3. If you require any calling features you can add them yourself by logging into your BB Talk account here: https://service.btbroadbandvoice.bt.com/selfcare/c​onsumerYourAccount
    4. You can change the ringing options by logging into the home hub, details shown
    http://bt.custhelp.com/app/answers/detail/a_id/771​8/c/345,354,380
    Hope this helps
    (If I have helped you in any way to say "Thank You" please click on the star next to the message. Thank You)
    If I have solved your Issue please click the "Mark as accepted solution" button.

  • Getting the most out my battery

    hi all, i am very happy with my MacBookPro, i have said this before but let me tell you all again, I am NEVER EVER going back to Windose.
    I would like to get the longest life i can out of my battery, i have had my lap top about 7 weeks and using Coconut i can already see that the battery capacity is getting less slowly, it has been charged up 35 times at least once every two days sometimes once a day. I had someone on here suggest that you should remove it from the mains when it is fully charged and use it on the battery even when at home and only a few feet from the mains.
    I have carried out at least two "calibrations", i still dont know how that really helps.
    However as the life of the battery is more determined by the number of times it is charged up, than the ammount of time it is used, after it is charged up and still on the mains.
    What is best to get the most out of my battery ?.
    tim

    I had someone on here suggest that you should remove it from the mains when it is fully charged and use it on the battery even when at home and only a few feet from the mains.
    This is bad advice. It's unnecessary, unhelpful, and counterproductive, in that a) it will cause your battery to cycle much more often than is necessary and useful, and b) it will typically result in running the battery down to nothing before recharging it, which is very hard on the battery and will shorten its useful lifespan.
    As long as you use your computer on battery power for an hour or two every day or two or three to give it the exercise it needs, it's advisable to keep it plugged into AC power as much of the rest of the time as is convenient. There is nothing whatever to gain by unplugging the AC adapter as soon as the battery is fully charged. It can't be overcharged or harmed in any other way by leaving it plugged in 95-98% of the time, as long as it gets a little regular exercise and you calibrate it every two or three months.

  • Getting the most out of my 7100i

    I really need someone's help.  I'm not that Blackberry savvy.  I've had my device for about 2 years, and still only use it primarily for the phone and occasional email.  I originally got the phone because my company utilized the direct connect and email alot. I no longer work fot that company, but am still locked into my phone contract.  So, I want to get the most out of my phone, and I don't know all of it's capabilities.  Specifically, I want to know if it has capabilities similar to my Palm z22.  I'm tired of carrying 2 devices.
    Any input/advice/criticism(preferably constructive) would be most appreciated.
    Thanks from a blackberry illiterate.

    Other than upgrading the hardware (you could also uprade to a larger faster hard drive or even SSD)...
    For YouTube (and other web sites that use Flash-based video), install ClickToPlugin Safari extension
    http://hoyois.github.com/safariextensions/clicktoplugin/
    In YouTube, with Safari and ClickToPlugin, HTML5-based version of the video (which is there mostly for mobile devices like iPhone and iPad) often gets played instead of the Flash-based version.  HTML5 video is more efficient, especially on PowerPC Macs.  On my Power Mac G5, playback is noticeable better with the HTML5 content (compared to Flash).  Also, ClickToPlugin prevents Flash-based ads on the same web page from loading, taking more load off the aging G5 processor.
    Create a new user account in System Preferences Accounts pane.  Log out and log in to the new user account (do not use Fast User Switching).  Do the things you normally to on your iMac using the new user account.  If things seem to run better in the new account, you should investigate what is happening in your normal user account.  You may have background processes (that start up automatically when you log in) which may or may not be necessary.  These may come from apps you have installed over time, which you may no longer use regularly.

  • How to get the most of PowerBook G3 233Mhz

    its been a while since I dint post on Apple discussions, about one year ago, I was thinking I would get a PowerBook G3 Pismo, one year later evry thing was diffrent, I ordered a 233Mhz PowerBook G3 Wallstreet (It was the only choice with the money I had) and now I really want to know how to get the most out of it.
    I want to do the following
    -Browse the web
    -Listen to music
    -do keynote presentations
    -word proccesing
    -storage
    The powerBook that I am going to get comes with a nice 233Mhz G3 chip, 64MB of RAM a 12 inch screen and running Mac OS 9.2.2 (my favorite).
    I have alot of knowledge on old Macintosh, and I know almost anything if some asks me things about acient macintosh, but you know, some times you need a little help from other mac fans and share your thoughts...
    So what apps should I get? I do know that if you use the commom low requirements apps, It will run smoothly.

    iBook,
    Yes, you can add a USB 1.1 or 2.0 PC card to the PCMCIA/CardBus slot. A few suggestions:
    -Combo FireWire/USB CardBus PC cards do not work well with OS 9.x; either the USB or FireWire port does not work. This is a software problem in 9.x since these combos work fine under 10.x. My suggestion would be to buy a separate USB PC card and/or FireWire PC card for your connectivity.
    -USB 2.0 PC cards will only run at the slower USB 1.1 speeds under 9.x but this is fine for printers, etc. If you wanted to connect an HD, I would use the FireWire interface.
    -FireWire and USB PC cards supply insufficient bus power to power a FireWire or USB HD; any device like a printer or HD will have or should have its own power supply.
    -Since FireWire and USB are not native to the Wallstreet, the necessary USB and FireWire extensions have not been installed. Open your Extensions Mananger and see if you have these extensions:
    USB Mass Storage Extension
    USB Support
    USB Mass Storage Support
    USB Software Locator
    USB Device Extension
    If the above are not present, I recommend you download this USB extension package from OWC; they assembled various version numbers of the Apple USB extensions to correct a problem OS 9.2.2 has with USB PC cards but they can be used with any version of OS 8.6 > 9.2.2.
    http://eshop.macsales.com/tech/ftp/usb/usbextensions.sit
    A file titled 'usbextensions.sit' will appear on your desktop assuming you have set the browser to download files to your desktop. Double-click the file to decompress it and you will have a folder on the desktop with these extensions:
    USB Support v1.4.1
    USB Software Locator v1.5.6
    USB Device Extension v1.5.6
    USB Mass Storage Support v2.0.4
    USB Mass Storage Extension v2.0.4
    Highlight all five extensions, then drag them on top of the closed System Folder icon; they will be automatically installed in the Extensions folder. Before restarting, go to Apple menu > Control Panels > Energy Saver > Advanced Settings and uncheck 'Allow Processor Cycling' for •BOTH• the power adapter and battery. If not unchecked (disabled), the powerbook will freeze with a USB PC card.
    Now restart to make the USB extensions active. Insert the USB PC card; you should see a USB PC card icon on the desktop. Connect a USB mouse (there is sufficient power for it) and test the USB PC card.
    If no desktop USB PC card icon appears, make sure the PC card is fully inserted. You may have to place a hand on the side of the powerbook opposite the PC card slot so you can push hard. If the card fails to seat, the card slot may be in the locked position. Push an opened paperclip into the small hole next to the slot to unlock, then try the card again.
    http://docs.info.apple.com/article.html?artnum=16167

  • I'm relatively new to Mac and want to try and get the most out of the new MacBook Air.   My wife and I have been sharing the same Apple ID. We both have iPhones - she has a 5 and I've got a 4S.   We only have one copy of iTunes and we have been sharing t

    I'm relatively new to Mac and want to try and get the most out of the new MacBook Air.
    My wife and I have been sharing the same Apple ID. We both have iPhones - she has a 5 and I've got a 4S.
    We only have one copy of iTunes and we have been sharing the account. (She doesn't really use the computer for anything beyond writing the odd weekend assignment.)
    Would I be better off setting her up with her own and making her as a separate user on the computer? Would this require much work?
    In recent times with updates, we have a few problems with the duplication of texts and that sort of thing. Both of our texts are stored on the computer and that sort of thing. Also, sometimes texts I send her are sent through to me  from her, if that makes any sense.
    Anyway, I don't really want to overly complicate matters when it comes to accounts etc, but I wanted to know if a fresh Apple ID would be the best thing or even a new user?
    Any tips etc would be greatly appreciated
    Thanks in advance
    MacBook
    I have this question too (0) Reply

    Your question is almost too much a personal one, begging the question "do we (husband and wife) feel comfy sharing one account on the Mac"   maybe thats why nobody answered you.
    It doesnt complicate anything, but it adds steps for switching accounts on the Mac/ purchases etc. of course
    since your question is mostly personal, ..I wont answer THAT part of it, but creating a new account is easy.....messing with switching back and forth is also a personal preference 'issue' as well.   I prefer to keep things simple, but...........you and yours,  I dont know.......
    http://support.apple.com/kb/PH11468

  • How do I get the most out of my battery?

    Hello all,
    I bought a MacBook Pro around 3/4 weeks ago, and I was just wondering how I should treat my battery to get the most use out of it. Should I use the computer until it needs charged? Should I leave it on the charger when I'm using it? Should I let it get below a certain percentage before I charge it?
    I'm just looking for some tips because prior to purchasing a Mac I had a HP Laptop. I really ran down the battery on it because I left it plugged in too often.
    Any info or suggestions are greatly appreciated!
    Thanks,
    Andrew

    exactly as Csound1 says.
    keep it plugged in when you're close to a power outlet - but don't leave it plugged in 7 days a week....
    once in a while, use under it's own power and charge it back up when it's down to 75% to keep your battery in optimal condition.
    once every couple of months, use under it's own power and charge it back up when it's down to 35%.....
    do not constantly discharge your battery to 0% - will shorten the life of your battery.
    good luck

  • F4 Help to get the path for a File source directory

    There are numerous function modules for browsing a particular file in desktop and getting the file path (including the fine name)  , like F4_FILENAME , KD_GET_FILENAME_ON_F4 , WS_FILENAME_GET etc. But can anyone tell me how to fetch only the directory path to the field were the F4 help is given. Actually the filename has to come in some other field in the selection screen. Is there separate funtion modules for these OR will changing parameters in the above function modules work?
    Pls Help....
    Also are there function modules for providing F4 help for getting the path to a file in application directory?

    Try this method CL_GUI_FRONTEND_SERVICES.
    It is a Global CLASS which is having different methods for different purposes
    see the documentation of it and use the methods of it
    see
    CL CL_GUI_FRONTEND_SERVICES
    Short Text
    Frontend Services
    Functionality
    The class CL_GUI_FRONTEND_SERVICES contains static methods for the following areas:
    File functions
    Directory functions
    Registry
    Environment
    Write to / read from clipboard
    Upload / download files
    Execute programs / open documents
    Query functions, such as Windows directory, Windows version, and so on
    Standard dialogs (open, save, directory selection)
    Example
    Determine the temp directory on your PC:
    DATA: TEMP_DIR TYPE STRING.
    CALL METHOD CL_GUI_FRONTEND_SERVICES=>GET_TEMP_DIRECTORY
    CHANGING
    TEMP_DIR = TEMP_DIR
    EXCEPTIONS
    CNTL_ERROR = 1
    ERROR_NO_GUI = 2.
    IF SY-SUBRC 0.
    Error handling
    ENDIF.
    flush to send previous call to frontend
    CALL METHOD CL_GUI_CFW=>FLUSH
    EXCEPTIONS
    CNTL_SYSTEM_ERROR = 1
    CNTL_ERROR = 2
    OTHERS = 3.
    IF SY-SUBRC 0.
    Error handling
    ENDIF.
    WRITE: / 'Temporary directory is:', TEMP_DIR.
    Notes
    The class CL_GUI_FRONTEND_SERVICES is based on the Control Framework. See the documentation for more information, in particular on CL_GUI_CFW=>FLUSH which must be called after many CL_GUI_FRONTEND_SERVICES methods.
    Migration Information
    The old file transfer model was based on function modules of the function group GRAP. The old features have been replaced by the class CL_GUI_FRONTEND_SERVICES. The following list contains the old function modules (italic) and the new methods (bold) that replace them:
    CLPB_EXPORT
    CLIPBOARD_EXPORT
    CLPB_IMPORT
    CLIPBOARD_IMPORT
    DOWNLOAD
    GUI_DOWNLOAD, dialog replaced by FILE_SAVE_DIALOG
    PROFILE_GET
    No replacement, use REGISTRY_* methods instead
    PROFILE_SET
    No replacement, use REGISTRY_* methods instead
    REGISTRY_GET
    REGISTRY_GET_VALUE, REGISTRY_GET_DWORD_VALUE
    REGISTRY_SET
    REGISTRY_SET_VALUE, REGISTRY_SET_DWORD_VALUE
    UPLOAD
    GUI_UPLOAD, dialog replaced by FILE_OPEN_DIALOG
    WS_DDE
    Obsolete: This function is no longer supported.
    SET_DOWNLOAD_AUTHORITY
    Obsolete: This function is no longer supported.
    WS_DOWNLOAD
    GUI_DOWNLOAD
    WS_DOWNLOAD_WAN
    Obsolete: This function is no longer supported.
    WS_EXCEL
    Obsolete: This function is no longer supported.
    WS_EXECUTE
    EXECUTE
    WS_FILENAME_GET
    FILE_SAVE_DIALOG, FILE_OPEN_DIALOG
    WS_FILE_ATTRIB
    FILE_SET_ATTRIBUTES, FILE_GET_ATTRIBUTES
    WS_FILE_COPY
    FILE_COPY
    WS_FILE_DELETE
    FILE_DELETE
    WS_MSG
    Obsolete: This function is no longer supported.
    WS_QUERY
    CD (current directory)
    DIRECTORY_GET_CURRENT
    EN (read/write environment)
    ENVIRONMENT_GET_VARIABLE
    ENVIRONMENT_SET_VARIABLE
    FL (determine file length)
    FILE_GET_SIZE
    FE (check if file exists)
    FILE_EXIST
    DE (check if directory exists)
    DIRECTORY_EXIST
    WS (determine Windows system)
    GET_PLATFORM
    OS (operating system)
    GET_PLATFORM
    WS_UPLDL_PATH
    Obsolete: This function is no longer supported.
    WS_UPLOAD
    GUI_UPLOAD
    WS_VOLUME_GET
    Obsolete: This function is no longer supported.
    Reward points if useful.

  • Get the most out of a Mega PC

    Hi. I'm new :D
    I recently bought a Mega 651 to make a bit of a media project
    [that I don't really need since my internet PC is already next to the TV and stereo]
    and now I am looking at how to get the most out of it.
    So I'm interesting in knowing what you've done, or know can be done, with this box. Be it software, hardware or modifications. I know there are alot of threads out there, and I've read alot of them, but I wanted to do a new one which focused a bit on possibilities.
    I've fitted mine with a celeron 2.4, 1 gig ram, and a 80 or so GB HDD.
    The box is as noisy as a 21" industry rack   I have to do something about it.
    Some of the blame has to be put on the disk and I'm gonna replace it when I have time for two windows reinstallations  
    So, here are some conversation starters.
    Motherboard
    MS-6760. Does it conform to any size/form standard?
    Are there other motherboards that can be fitted into this box?
    Would the boards of other Mega PCs fit? Are they available for sales?
    Power Supply Unit
    Something is making noise, even when I remove the hard drive.
    The PSU in my box is a FSP250-60MS, max 250 W.  
    However, on a review I saw it to be fitted with an ENHANCE ENP-2920, 200 W.
    I understand the PSU is custom made to give power to the HIFI parts. But are there alternatives that will fit? Are there alternatives if I don't need the radio/CD? Or are the dimentions all wrong anyway... (Measured it to roughly something like 7x14x10 cm)
    System fans
    The PSU, the CPU and the mainboard have fans. Has anyone had any luck in reducing noise by replacing any of these? What is required (screws, soldering...), are the fan sizes standard? Did you burn down your house?
    Remote Control Unit
    I believe the key word here is "Girder". I've briefly encountered this program before - a program to read the signal of a remote, and assign actions. If I remember correctly, it is not freeware? Is it so, that the remote can be used with  Girder? Will Girder read another remote on the same sensor? Are there alternatives to Girder?
    Display
    From what I've read, this display is no fun what so ever. Or? Anyone done anything neat with it?
    TV/Video
    I have a ATI all in wonder lying around somewhere, TV tuner and video out. Are you people all using the default TV software or are there alternatives worth playing with?
    Radio Software
    Anyone using something other than the default MSI software?
    Media Center Software
    I've never tried anything like Media Portal and frankly I'm a bit uncertain of what makes it different from a media player. What are you using, and why?
    Anything else you'd like to mention?
    Please do!
    It's okay if you point me to another thread that already describes something like this, as long as you leave a hint at what you're finding interesting in the other thread. And you only have to answer the questions you want to
    Let the ideas flow.
    .t

    here are a few replies to your queries about the Mega 651:
    Motherboard:
    this is a custom built board designed for the mega 651. you might find that the boards in other megas MIGHT work, but they are not available for sale
    in any case, i think the 865 and 180 would be different anyway as they use a different LCD display and i imagine the connector might be slightly different
    Power Supply Unit:
    again this is a custom design for the Mega series, the only way you might quieten it down is by opening it up and replacing the fan for a quiet type
    System fans:
    having looked inside my mega 651 a few times, there is only one fan for the CPU, the chipset is passively cooled. the cpu fan noise has never really bothered me as it is temperature controlled - when the cpu is under load it does speed up, when it is not it stops! as far as i can see, the heatsink/fan is also a custom design
    Display:
    forget about it - msi won't release any SDKs for this and probably never will
    TV / Video:
    you can use any tv card and its software that you are happy with - there is no specific reason to use an MSI card
    media center software:
    the intervideo software provided with the mega 180 and 865 also works with the 651 (if you can get hold of it anywhere). however it is a load of rubbish, and if you do need anything like that, then media portal is going to be your best bet
    find out more at http://mediaportal.sourceforge.net
    the trick with these mega pcs is not to expect too much from them!! they are a nice idea, but i think they were rushed to the market too soon in order to steal a march on their other SFF rivals - the next generation of mega PC will hopefully address all the issues we've experienced and make them proper HTPCs!!
    good luck!

  • I want to upgrade the software (currently I have Mac OS X 10.6.4) but when the mac is downloading the new version i get an error message and is not possible get the most updated software: Mac OS X 10.6.8 or either the most recent itunes why?!?!?!

    I want to upgrade the software (currently I have Mac OS X 10.6.4) but when the mac is downloading the new version i get an error message and is not possible get the most updated software: Mac OS X 10.6.8 or either the most recent itunes why?!?!?!

    Then you either have a network problem or a hardware problem or a corrupted hard drive. You might try:
    Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    You can also try downloading from another computer on a different network connection.

  • HT5568 when i try to install the Safari 6.0.2 update i get the message an error has occured The operation couldn't be completed. (NSURLErrorDomain error -3001.)(102) - can anyone help my get the update please

    when I try to install this update I get the message an error has occured The operation couldn’t be completed. (NSURLErrorDomain error -3001.)(102) - can anyone help my get the update please?

    There are problems with the servers. Download and install that update > http://swcdn.apple.com/content/downloads/53/02/041-8081/2jwp4wjrwygtm4lc608qy4h0 n4a9yyq37g/Safari6.0.2Mountain.pkg

  • Course to take to get the most out of OBI EE

    Could you tell me what courses I could take to get the most out of OBI EE? What languages I could use? Java, .Net? database courses?
    My background is vb database programmer, a little .Net, a little C++, etc.
    Thanks!

    Your question is almost too much a personal one, begging the question "do we (husband and wife) feel comfy sharing one account on the Mac"   maybe thats why nobody answered you.
    It doesnt complicate anything, but it adds steps for switching accounts on the Mac/ purchases etc. of course
    since your question is mostly personal, ..I wont answer THAT part of it, but creating a new account is easy.....messing with switching back and forth is also a personal preference 'issue' as well.   I prefer to keep things simple, but...........you and yours,  I dont know.......
    http://support.apple.com/kb/PH11468

Maybe you are looking for

  • Hi, a bit of a complicated one :)

    We have move from Switzerland to Italy and I used a time capsule as back up disk and wireless in Switzerland. The Italian telephone company came to install the internet with their own wireless router and had no idea what to do with my time machine. W

  • Problems syncing photos with two user accounts on one Macbook pro in iPhoto

    Hi, I hope someone can help. I've have a Macbook Pro with two user accounts, my wife and myself. My wife and I both have our own iPhones. We log onto our own accounts and sync perfectly with itunes - so far so good. The only issue is we have a shared

  • Troubleshooting malfunctioning keys after coffee spill

    A few months ago, I spilled some coffeee on my N100. Since then, the '0' key sticks (i.e., I have to hold it down firmly for a moment to produce a '0'), and the'-' key next to it doesn't work at all, no matter what I do. And a few of the function key

  • Song "dropped" from album

    I received Coldplay's Mylo Xyloto as a gift. I imported the CD into iTunes. I then synced with my iPod Nano. In iTunes all of the songs are in the album (I select Artist->Coldplay, Album->Mylo Xyloto and see all 14 songs. However, on my iPod, if I do

  • Rounding at Item Level

    Hi SD expert, <b>1st Issue: Price different in Billing compare to manual calculation</b> Scenario: Billing items quantity based on batch item quantity which client complaint manual calculation is different in billing. For example: <u>Price Manual cal