8
How to add Audio player and play audio in androidview story

http://stackoverflow.com – I'm working on the android application. In my app i want to add audio player in my activity and play audio (.mp3 or any format) files. So please tell me how i can use audio player in my android activity and play song. The audio file come from the webservices. how i can do this. thanks in advance. (HowTos)

8
Internet connection not working if my App runs on a 2.2 API Emulatorview story

http://stackoverflow.com – Hi and thanks for your help, I have an App which I compile against API 17 in Eclipse. The App performs some simple internet connections. Now, when I test on an Emulator with API 17 everything works fine. If i test it against an Emulator with API 8 the App apparently is not able to perform network connections (adMob dos not show, HttpGet apparently not retrieving anything...) Any help appreciat (HowTos)

8
AAC format in Androidview story

http://stackoverflow.com – I have a problem with audio on android. Short Question: I need to play and record audio in aac format an all Android devices. I found that it is possible starts from API 10, but on my BLU device(2.3.5) it works by using MediaRecorder and MediaPlayer. But on HTC Nexus One it doesn't work. Have you any suggestions? Long question: To record and play audio in AAC format I'm using following code. (HowTos)

8
ASUS Transformer AiO (all-in-one) to launch in Q2 for a starting price of $1,299view story

http://www.talkandroid.com – Do you remember that dual-boot Windows 8/Android beast that ASUS unveiled last June? Well it’s finally going to be released in North America during the second quarter for a starting price of $1,299. Sounds steep, but not when you consider what you’re getting for it. The Transformer AiO (all-in-one) is the Transformer of all Transformers. (IT news)

8
fedora18 gmplayer installationview story

http://forums.fedoraforum.org – Firstly for the record, fedora 18 comes with gtk, zlib, and alsa installed by default, BUT to configure and build mplayer with the gui interface (hence gmplayer) one needs development versions of include (and possibly libraries). (HowTos)

8
bash script : is it possible to recognize video format from files (to batch extract audio from them)?view story

http://askubuntu.com – I have written a little bash script to extract audio from video files in batch mode. Sound is extracted from each mp4 file to flac format using avconv (and the flac codec). #!/bin/sh # # Batch conversion of audio extraction from video FOLDER_SRC="/home/Me/Music/TestBatchConv" for myvid in $(find ${FOLDER_SRC} | grep mp4) do avconv -i $myvid -acodec flac "${myvid}.flac" done exit 0 It works (HowTos)

8
Trouble in switching from silent modeview story

http://stackoverflow.com – I am Doing a program which detects the incoming call and if the app is in the silent mode it switch to general mode and rings. I had used a Broadcast receiver to listen the incoming calls and a service starts from it. The broadcast receiver I am using is public void onReceive(Context context, Intent intent) { // TODO Auto-generated method stub AudioManager am = (AudioManager)context (HowTos)

8
[4.2.2] CM10.1(Regular) and Jellytime releasesview story

http://forum.xda-developers.com – Hey guys,I'm back to opening a thread after a long time. (HowTos)

8
Mega Jump review: jumping for coins has never been so funview story

http://www.talkandroid.com –   A simple game that features a cartoonish design, a cuddly monster as a main character and the simple premise of jumping over coins in order to get major air can’t be the blueprint for an addictive game… can it? (IT news)

8
[SOLVED] No soundview story

http://chakra-project.org – Solved, in this way:1) left click on audio indicator -> a long bar appears like a volume bar2) right click on that bar -> a menu appears (never seen before, sorry first time on veromix) where there was "mute" option selected.So, all works now. It is embarassing but I have no idea why that option is been activated from the first installation by itself. (HowTos)