Sound volume in java games on E70

Hi,
How to change sound volume in java applications?
The sound is too loud
Cheers,

Yes I have this problem with the N80.
why oh why Nokia deciced to remove the side volume I have no idea. In a call you have to say "hold on" to the person on the line to change the volume.
If Nokia are going to justify removing things like this then they need to also come up with a flawless alternative. I can only play games with the music on or off.
Can anyone from Nokia monitoring this thread find out for us why it was removed? and if it was to save space then why doesnt it work all the time?
Even making it so other keys could turn it up and down wasnt even added!
Whats going on guys? this is standard usability.Message Edited by stevehodges on 27-Oct-2006
09:35 PM
Current Nokia: N80 Black! & 6300 Black!, Next nokia: N96 Previous Nokias: 6230i, 8310,8210,7210,6210,6110,6100,3310 and 2110!
If I worked for Nokia, I would try and make things work correctly! ;-)

Similar Messages

  • Sound in a java game

    hy,
    is it possible to create a sound in a handy java game(J2ME)
    mfg pg

    In the MIDP 1.0 specification sound is not supported. You can only use the device specific API. The Siemens SL45i has its own classes for sound output. But when you use them, your program will not work on other devices.

  • Sound problem with java and windows (volume)

    Hello,
    Just wondering if there is any way that java can manipulate the sound volume
    in windows...I've searched through the forums here and ive noticed that this question has come up a number of times, but nothing definitive has really been posted.
    My program is a 'server' side portion of a mobile phone app ive written, that im trying to use as a remote to turn up the volume, skip tracks, etc. on my pc via bluetooth. Basically what im doing is sending a string from the mobile phone app to the pc telling it to increment the volume/decrement the volume by a certain amount. Can java do this natively or am i going to need to use a C++ library through JNI (which i have never done before)
    Any help appreciated!
    Thanks,
    Craig

    Victor,
    I've tried your suggestions and found that the first one only alters the volume of the midi file that is being played through java. I want to be able to alter the volume of the sound that I already have coming out of my speakers, through windows master volume control.
    Your second suggestion I also tried but to no luck...i always get the following exception message:
    "Failed trying to find LINE_IN VOLUME control: exception = java.lang.IllegalArgumentException: Line unsupported: LINE_IN source port"This exception occurs no matter what I change LINE_IN to in this segment of code (I want to control sound output so i assume it should be either SPEAKER or LINE_OUT):
    lineOut = (Port)mixer.getLine(Port.Info.LINE_IN);Any other suggestions?
    I noticed on the j2se sound guide site, they mention a way to get a list of supported mixers and/or lines, but im not exactly sure how to go about doing that (maybe it will be helpful?)
    Thanks for your time,
    Craig

  • Java game installed no sound

    I have installed few java games like prince of persia... but there is no sound coming out of it even after checking twice that i have the sound switched on... there is vibration but no sound...

    this is **bleep**... how come the warning tones is connected with java game sound... grrrrrrr

  • Adjusting sound volume from inside the game???

    hi there all,
    how can i adjust the pc volume from the game?? like in options menu....
    TiA

    Use something like this to set the volume for the Clip. Then play it.
    If you need to access it in an option menu, save the value (mute)0..100 (load) and allow the user to select the volume from a cobmo box or list box containing 0, 10, 20 ... , 100.
      public static void setVolume(Clip clip,int volumePercent)
        try
          if (clip.isControlSupported(FloatControl.Type.VOLUME))
            FloatControl volumeControl = (FloatControl) clip.getControl(FloatControl.Type.VOLUME);
            volumeControl.setValue((float) (volumePercent / 100.0));
          else if (clip.isControlSupported(FloatControl.Type.MASTER_GAIN))
            float value = (float)(volumePercent / 100.0);
            FloatControl gainControl = (FloatControl) clip.getControl(FloatControl.Type.MASTER_GAIN);
            float dB = (float)(Math.log(value == 0.0 ? 0.0001 : value)/Math.log(10.0)*20.0);
            gainControl.setValue(dB);
        catch (Exception exception)
          println("Problem in Media.setVolume");
          exception.printStackTrace();
      }

  • No volume when playing games.

    I have iPad 2 v 4.3.5 OS. when I am playing games such as Angry Birds, I do not have any volume. can anyone help me with this. also it is not full game, just free app.

    If you lose sounds for keyboard clicks, games or other apps, email notifications and other notifications, system sounds have been muted.
    System sounds can be muted and controlled two different ways. The screen lock rotation can be controlled in the same manner as well.
    Settings>General>Use Side Switch to: Mute System sounds. If this option is selected, the switch on the side of the iPad above the volume rocker will mute system sounds.
    If you choose Lock Screen Rotation, then the switch locks the screen. If the screen is locked, you will see a lock icon in the upper right corner next to the battery indicator gauge.
    If you have the side switch set to lock screen rotation then the system sound control is in the task bar. Double tap the home button and in the task bar at the bottom, swipe all the way to the right. The speaker icon is all the way to the left. Tap on it and system sounds will return.
    If you have the side switch set to mute system sounds, then the screen lock rotation can be accessed via the task bar in the same manner as described above.
    This support article from Apple explains how the side switch works.
    http://support.apple.com/kb/HT4085

  • Sound quit on my game apps

    I cannot hear the sound when I play my game apps.  The side volume button is all way up and the sound bar on the sound scale (when tapping the home button twicw) is in the middle.  What could be the cause?  I have the new iPad.

    If you lose sounds for keyboard clicks, games or other apps, email notifications and other notifications, system sounds may have been muted.
    System sounds can be muted and controlled two different ways. The screen lock rotation can be controlled in the same manner as well.
    Settings>General>Use Side Switch to: Mute System sounds. If this option is selected, the switch on the side of the iPad above the volume rocker will mute system sounds.
    If you choose Lock Screen Rotation, then the switch locks the screen. If the screen is locked, you will see a lock icon in the upper right corner next to the battery indicator gauge.
    If you have the side switch set to lock screen rotation then the system sound control is in the task bar. Double tap the home button and in the task bar at the bottom, swipe all the way to the right. The speaker icon is all the way to the left. Tap on it and system sounds will return.
    If you have the side switch set to mute system sounds, then the screen lock rotation can be accessed via the task bar in the same manner as described above.
    This support article from Apple explains how the side switch works.
    http://support.apple.com/kb/HT4085

  • Odd sound change in some games

    Background: I recently installed Windows XP, and updated the drivers using the Creative Updater on the support site. since then whenever i run a specific game (DiabloII in this situation) the sound automatically gets louder and degraded. Previously I was running windows 98 with the .vxd version drivers without any issues. This occurs regardless of whether EAX/AudioHQ is installed or not. Originally I tried a driver upgrade installation, since then I've also tried a clean installation of the drivers with the same results..
    sound card: Soundblaster Audigy (not mp3, platinum, gamer etc...) / 5.2.5.44 version drivers.
    I've seen a couple of posts regarding the EAX control panel and settings while running some games. In the posts I've read, when AudioHQ is installed there is no ability to change the EAX settings while the game runs. Previous posts have suggested a clean installation of the drivers to remedy the issue, which does not seem to work in this case.
    Mostly this is affecting me due to the fact i run a minidisc player on the line in jack. Even though I change the source of the line in settings, so that the line in doesn't use the master settings, the line in is still affected. In windows 98, if a game attempted to override the eax settings this was the fix i used.
    Any suggestions are appreciated.

    Is it all apps or just some games. Some games have their own sound settings. If it is all apps, you may have system sounds muted.
    If you lose sounds for keyboard clicks, games or other apps, email notifications and other notifications, system sounds may have been muted.
    System sounds can be muted and controlled two different ways. The screen lock rotation can be controlled in the same manner as well.
    Settings>General>Use Side Switch to: Mute System sounds. If this option is selected, the switch on the side of the iPad above the volume rocker will mute system sounds.
    If you choose Lock Screen Rotation, then the switch locks the screen. If the screen is locked, you will see a lock icon in the upper right corner next to the battery indicator gauge.
    If you have the side switch set to lock screen rotation then the system sound control is in the task bar. Double tap the home button and in the task bar at the bottom, swipe all the way to the right. The speaker icon is all the way to the left. Tap on it and system sounds will return.
    If you have the side switch set to mute system sounds, then the screen lock rotation can be accessed via the task bar in the same manner as described above.
    This support article from Apple explains how the side switch works.
    http://support.apple.com/kb/HT4085

  • Making some basic Java games

    Can anyone help on how to make some basic java games for my website if you could that would be helpful
    thanks,
    Louie

    Well, first of all you program the Framework, add Graphics / sounds / Data , then you put it in your HP - There you are!

  • Firmware update on my Nokia E52 only run java game...

    Hi, I made that day Firmware update on my Nokia E52 and then update-s all right, only run java games and their sound is gone whether he shall be ON. Anybody have a similar problem and a solution for it?? Firmware-v 052.003 but the date is Cot. 29, 2010) will be happy if you give me an idea how to fix it! I tried quite moratoria preinstall, reset backup I have not done, unfortunately the old Firmware.

    Okay, you are using a MacBook so I am not sure how much help I can give since I use a PC with Vista. In the latest version of Ovi Suite, once the update file has been downloaded and the installation starts, the computer will give your prompts that the phone is disconnected via USB, the phone restarts, the screen flashes, etc. I just leave it alone and after the progress bar on the Ovi Suite ends my phone is updated. I currently have v40. The free maps is available only to v31 and above for 5800 if I remember correctly.
    If possible please use the Ovi Suite instead of PC suite (at least in my experience it works better), and do not in any way touch your phone during updates, even if it "disconnects" from the computer.
    However regarding to your query as to why it is not available via the *#0000# method (or FOTA), updates are generally released through NSU before FOTA, sometimes with as much as a month in difference because the files in FOTA are not the entire update file but rather extractions from it. For example, the v40 FOTA is 17mb (according to someone who said he had it already), while the v40 I downloaded through Ovi Suite was 128mb. 
    If you find my post helpful please click the green star on the left under the avatar. Thanks.

  • TS3274 I lost sound to all my games what do I do?

    I Lost sound to al my games..how o I get it back

    If you lose sounds for keyboard clicks, games or other apps, email notifications and other notifications, system sounds may have been muted.
    System sounds can be muted and controlled two different ways. The screen lock rotation can be controlled in the same manner as well.
    Settings>General>Use Side Switch to: Mute System sounds. If this option is selected, the switch on the side of the iPad above the volume rocker will mute system sounds.
    If you choose Lock Screen Rotation, then the switch locks the screen. If the screen is locked, you will see a lock icon in the upper right corner next to the battery indicator gauge.
    If you have the side switch set to lock screen rotation then the system sound control is in the task bar. Double tap the home button and in the task bar at the bottom, swipe all the way to the right. The speaker icon is all the way to the left. Tap on it and system sounds will return.
    If you have the side switch set to mute system sounds, then the screen lock rotation can be accessed via the task bar in the same manner as described above.
    This support article from Apple explains how the side switch works.
    http://support.apple.com/kb/HT4085

  • Sound quit working with game apps?

    Sound quit working with my game apps and email.
    Radio, facetime & music work fine.
    Has anyone had this issue?
    I did not change any settings.
    It worked fine yesterday and today no sound.

    If you lost sounds for keyboard clicks, games or other apps, email notifications and other notifications, system sounds may have been muted.
    System sounds can be muted and controlled two different ways. The screen lock rotation can be controlled in the same manner as well.
    Settings>General>Use Side Switch to: Mute System sounds. If this option is selected, the switch on the side of the iPad above the volume rocker will mute system sounds.
    If you choose Lock Screen Rotation, then the switch locks the screen. If the screen is locked, you will see a lock icon in the upper right corner next to the battery indicator gauge.
    If you have the side switch set to lock screen rotation then the system sound control is in the task bar. Double tap the home button and in the task bar at the bottom, swipe all the way to the right. The speaker icon is all the way to the left. Tap on it and system sounds will return.
    If you have the side switch set to mute system sounds, then the screen lock rotation can be accessed via the task bar in the same manner as described above.
    This support article from Apple explains how the side switch works.
    http://support.apple.com/kb/HT4085

  • N95 Java Games

    I've installed some Java games on my N95. The installation went smoothly and they run ok. One problem though, sound doesn't work on any of them. I get sound in all the other apps on the N95 and from Symbian games so it seems to be a Java related issue. Anyone any ideas how I can get the Java on my phone playing audio (I tried another N95 and it worked fine on there so there must be an options somehwre to change it).

    I've got Java games that work with audio. Make sure you've got "warning tones" enabled in the profile. If that doesn't help, then it is probably the game's fault.

  • I don't have any sound on my iPad games. How do I fix this?, I don't have any sound on my iPad games. How do I fix this?

    I don't get sound on my iPad 2 games purchased from the App Store like mine raft, mega run, and order up!  My speakers work because there is sound when using YouTube, music, Netflix, and videos.  How can I get the sound for my games back?

    You have system sounds muted.
    If you lose sounds for keyboard clicks, games or other apps, email notifications and other notifications, system sounds may have been muted.
    System sounds can be muted and controlled two different ways. The screen lock rotation can be controlled in the same manner as well.
    Settings>General>Use Side Switch to: Mute System sounds. If this option is selected, the switch on the side of the iPad above the volume rocker will mute system sounds.
    If you choose Lock Screen Rotation, then the switch locks the screen. If the screen is locked, you will see a lock icon in the upper right corner next to the battery indicator gauge.
    If you have the side switch set to lock screen rotation then the system sound control is in the task bar. Double tap the home button and in the task bar at the bottom, swipe all the way to the right. The speaker icon is all the way to the left. Tap on it and system sounds will return.
    If you have the side switch set to mute system sounds, then the screen lock rotation can be accessed via the task bar in the same manner as described above.
    This support article from Apple explains how the side switch works.
    http://support.apple.com/kb/HT4085

  • Sound lag when playing games

    Hi,
    My Z1 compact has sound issues when playing games.
    There is a noticable sound lag of about a second (not much but is quite annoying), not only on newer games but also on the older ones, Angry Birds for example.  My recorded videos or YouTube don't appear to have the same issue.
    The problem seemed to occur after I had installed Worms 2: Armageddon when the phone got extremely hot and crashed. It was after the phone had reset and cooled down that I noticed the sound lag issue and Worms 2 was running at a very slow frame rate.
    I then installed Worms 2 on my ASUS TF201 and it runs perfectly with no sound or heating issues.
    I can't seem to find anyone else with this issue so i'm wondering if my phone is faulty.
    Any help would be much appreciated.

    Hi and welcome to the community! Since you're new please be sure that you have checked out our Discussion guidelines.
    I suggest that you try to repair the phone software using PC Companion..
    Before repairing your device you may want to backup your information first. Check out this topic for more information on how to.
    How to backup?
    If the issue should still remain I think that this needs to be examined and fixed at a repair center. For more information about how to submit your phone for repair and where, contact your local support team.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

Maybe you are looking for

  • Request time out when creating content database

    Hello, my problem is, that i cannot create a SharePoint content database via the central administration. My Setup is the following: SharePoint Server 2013 Enterprise Farm 1x Applikation Server/WFE (Windows Server 2012 SP 1) 1x Database Server MSSQL S

  • Printing problem with script barcode

    hi ,      i hav inserted a barcode for a particular window field. while giving print preview it is showing barcode.      after taking print, it is not displaying the barcode.    thank u all in advance,   balu.

  • Quicktime Error -50 on every share intent

    Hi! I'm having troubles when trying to export a movie from a Final Cut Pro X timeline. I always use Share/Apple Devices or Share/Send to Compressor. I always get the same error after a while: Quicktime error -50 Does anyone have a clue? Thanks! PS: I

  • Powerpivot filter query based on another table's visible results?

    Excel 2010 x32 on Win 7 x64 I have multiple tables coming into Powerpivot via SQL connection. They have some relationships pre-defined from the source. I need to reduce the amount of data I'm bringing in for my testing. One of the tables has great gr

  • Windows 7 IE9 will not open up PDF after acrboat reader XI Install

    Hello, We have many users getting this problem. We have Acrobat Standard 9 installed on all of our computers. Some have installed Acrobat reader XI and I am not sure why. I suspect they were prompted somehow. After the intsall we can no longer open u