Android :: TextToSpeech SynthesizeToFile - Not Working

Feb 22, 2010

I'm following the official docs at http://developer.android.com/resources/articles/tts.html and trying to synthesize a String to a file:

CODE:............

Then I run adb shell on the emulator to check if there is anything saved to the file system. And there is nothing. I tried to save to non existent folders, but synthesizeToFile still reports SUCCESS and nothing new appears in the file system.

Am I missing something or synthesizeToFile is just not working?

Android :: TextToSpeech synthesizeToFile - not working


Android :: TextToSpeech.synthesizeToFile - Save Wav To Internal Memory

Feb 28, 2010

I'm looking for a way of making TextToSpeech.synthesizeToFile save output to internal memoryl instead of /sdcard. I've read the docs: http://developer.android.com/intl/fr/resources/articles/tts.html, then had a quick look at the SDK source code. Found out that SDK TTS functions are using the PICO Text to Speech from libttsespeak.so, didn't go any further yet.

Anyone ever synthesized a text to a File and did it to internal memory, (like a FileOutputStream), not to /sdcard?

I want to be able to publish the saved wav through a Content Provider. And being dependent on the presence of /sdcard does not seem the ''proper'' way to me.

View 3 Replies View Related

Android :: IntentNotFoundException For TextToSpeech.Engine

May 7, 2010

I am trying to implement text to speech by following this article on the Android Developers Blog. It suggests the following code for installing text to speech data if it is not supported.

CODE:...........

This throws an Exception:

ActivityNotFoundException: No activity found to handle Intent

However, I am using the code here to determine the the intent is actually supported. Here is the list representation:

[ResolveInfo{43cc5280 com.svox.pico.DownloadVoiceData p=0 o=0 m=0x108000}]

Why doesn't this work?

Update

I don't know why, but it seems to work now.

View 2 Replies View Related

Android :: Call TextToSpeech In Your Class - Not In Activity

Aug 16, 2010

I wrote successfully TTS with some references in Activity.

However, I want to call this TTS in my own class as below.

CODE:............

View 3 Replies View Related

Android :: TextToSpeech SetOnUtteranceCompletedListener Always Returns -1 Error

Apr 21, 2010

I've been working with Android's TTS functions with general success however, one piece of it refuses to work for me; I can not successfully assign an OnUtteranceCompletedListener to my TextToSpeech object.

I've tried implementing OnUtteranceCompletedListener in one of my classes and I've tried creating a new, stand-alone OnUtteranceCompletedListener instance. Both approaches are simple enough to implement and appear to yield proper listeners without exceptions...yet setOnUtteranceCompletedListener(myListener) ALWAYS returns -1 (ERROR).

The documentation for this seems straight forward. Has anyone gotten this to work? I'm targeting SDK 4. Are there known issues with this with SDK4/v1.6?

View 1 Replies View Related

Android :: OnDestroy Not Called After Adding Texttospeech

Apr 13, 2010

I added TextToSpeech to my app, following the guidelines in the following post:

http://android-developers.blogspot.com/2009/09/introduction-to-text-to-speech-in.html

and now my onDestroy is no longer called when the back button is pressed.
I filed a bug report regarding this: http://code.google.com/p/android/issues/detail?id=7674

Figured i should also ask here if someone else has seen this, and found a solution?

It seems that it is the intent that causes the problem, i.e. the following:

CODE:................

If I skip this intent, and just go ahead and create a tts-instance, it works fine.
Any clues to what is wrong with this intent?

View 2 Replies View Related

Jelly Bean :: All Google Services Offline/ Sync Not Working (internet Is Working)

Nov 9, 2013

I cant sync my google accounts ('sync is currently experiencing problems, it will be back shorly)

Google maps says 'no network connection'
Play store says 'server error'
Gmail says 'waiting for sync, your emails will appear shorly'

Sounds like my internet is broken? ITS NOT. whatsapp and opera mini, web browser is still working 100% and able to connect

I have tried:
turning sync of and on
clear the cache of various google apps
turning the phone off and on

The last action I did before it worked was to uninstall the 'microsoft outlook app'.

View 2 Replies View Related

Sony Ericsson Xperia X10 :: WiFi Working Earlier Now Stopped Working?

Sep 3, 2010

Had WiFi working earlier now it has stopped but laptop still working ok?

View 1 Replies View Related

Android :: Android SQLite Insert Working / Query Not Working

Jul 25, 2010

I have an Android SQLite/ContentProvider problem that I have been beating my head against the wall for over the past 3 hours.

View 1 Replies View Related

HTC Droid Eris :: Youtube Survey App Working / Not Working

Jan 7, 2010

I know there have been other threads about the Youtube app no longer working (majority of the time), but it looks like it hasn't been commented on in awhile.SO, I really want to get this phone but won't until I know the bug is fixed.Can you Eris users let me know if your Youtube app is working or not working? (basically by not working I mean, almost every video you try to open you get a message saying: "Sorry, this video cannot be played")Also, does anyone have any logical ideas as to why not EVERY Eris user is affected by this bug?

View 22 Replies View Related

Motorola Droid :: SetCPU Not Working / SU Not Working

Feb 24, 2010

After finally getting ADC0.3BetaDark up and running, I can no longer access SetCPU.I uninstalled it, then reinstalled, let it search my phone automatically, and it freezes at the SU request.Also, when puttin SU into Terminal Emulator, I get stuck.

View 2 Replies View Related

Android :: Map Not Working

Sep 23, 2009

I just started another project that includes maps and just like in the previous project, I can't get the maps to work (the code is identical with the map view tutorial). In my last project, I never managed to make the maps display on one machine, and it worked right away on the other one. I have followed the same procedure in both cases and I have also followed in now.

View 3 Replies View Related

Android :: TTS Not Working Using 2.1 AVD

Jan 27, 2010

I am following all the steps in my Activity to check whether the TTS is available before call speak().I see the following in my LogCat which seems fine.But it's simply silent, no voice spoken.I also tried it on my Nexus One, with the TTS enabled in settings.

View 2 Replies View Related

Android :: Geo Fix Still Not Working In 1.6

Oct 22, 2009

I've tried the geo fix command to set coordinates for a program I wrote that provides the GPS coordinates. This program worked fine in 1.1.But the geo fix command got broken in 1.5 and appears to still have not been fixed in 1.6? When will it be fixed?

View 13 Replies View Related

Android :: App Not Working

Jun 14, 2010

i have two programmes ,a TextSpeaker in which i start a TTS engine and a SmsReceiver pgm where i use BroadcastReceiver to inform user of any incoming message . Both these pgms worked well when run separately ,but when i kept them in the same project so as to make the incoming msg in voice form i am getting runtime error .

View 3 Replies View Related

Android :: Can't Get LVL Working

Jul 30, 2010

I followed the offical guidelines, I copyed the LVL source into my project and added the correct manifest attribute.I also copyed from LVL sample folder the mainactivity.java into my project, changed the public key with the one from my developer console.When I launch my software the MainActivity tell me always the application is not licensed also if I specified that is Licensed from my developer console.In addition when I click on the buy now button after it told me that application is not licensed, it will redirect me on the android market and I got a 404 error. Probably because emulator isn't authorized to access the market, I don't know.

View 6 Replies View Related

Android :: Hello Aim App Not Working

Jul 13, 2009

For the past month or so my "hello aim" application won't connect anymore.It's killing me since it's by far the best aim app out there.Also, it will ocationaly tell me there's an update in the market, but when I click on the update, it goes to the market and tell's me that nothing matches my criteria. Can anyone help me out with this one?My phone hasn't been the same since.

View 7 Replies View Related

Android :: Qik App Not Working...

Aug 5, 2010

QIK app not working after downloading Froyo. It keeps telling me cannot connect to server. even if WiFi is off i get the same error.

View 3 Replies View Related

Android :: Hello App Not Working?

Sep 30, 2010

I followed the instructions on setting up the Android SDK by installing the java SDK first, then the Android SDK (including the various platforms), installed eclipse, set up the ADT for eclipse plugin, and typed in the code (I copy and pasted straight from the site too but still didn't work)

What I get when I run the app is the screen just saying ANDROID_

The emulator starts up fine and everything, but none of the code runs. I tried the xml and the hard code example but both resulted in the same thing.

View 2 Replies View Related

Android :: App Not Working?

Jun 15, 2010

I have written a simple app which would speak out to the user any incoming message. Both programmes seem to work perfectly when i lauched them as two separate pgms , but on keeping them in the same project/package only the speaker programme screen is seen and the receiver pgm doesn't seem to work .

The speaker pgm is:

CODE:..........

And the Receiver programme is:

COD:.....................

View 2 Replies View Related

Android :: OI Notepad Not Working?

Apr 24, 2009

Alright so i was using oi notepad to take some important notes I needed. Then I pressed menu and pressed 'Revert' and it converted my text into a whole bunch of random letters and numbers... Can anyone help me out? I really need to get these notes back theyre important

View 2 Replies View Related

Android :: GeoCoder Is Not Working In SDK 1.5

May 15, 2009

I have two problem regarding Location API for SDK 1.5

1) I have developed a location based application for SDK 1.0.

I have used Geocoder to get the location data. Its working fine on SDK 1.0 emulator and its supported devices.

Today I downloaded SDK 1.5, and tried to run the same app. But the Geocoder didn't give any result. I am getting

Geocoder.getFromLocation(loc.getLatitude(), loc.getLongitude(), 1) as null.

2) LocationManager.removeUpdates(location_listener) is not removed (I mean still the GPS icon is visible on emulator).

But the same worked fine on SDK 1.0.

View 2 Replies View Related

Android :: Pandora App Not Working?

Oct 8, 2010

Anybody having issues with their Pandora app? Mine gets stuck on loading and i have un installed it and installed it and still the same.

View 5 Replies View Related

Android :: Tab Layout Not Working

Sep 29, 2010

I am using the Tab Layout almost copied from the example provided. But it's not working: public class TabHolder extends TabActivity {/** Called when the activity is first created. */ @Override

View 6 Replies View Related

Android :: Tutorial Not Working

Nov 13, 2010

I'm on Mac OS X Leopard and installed the ADT plugin into Eclipse Galileo. I followed all these steps to get started:

http://developer.android.com/sdk/index.html

My SDK version is 2.2 API 8 revision 2 and I just used the Hello World tutorial found here:

[url]

When I first created the Android application, I saw this error in the Eclipse console:

[2010-11-13 18:20:43 - HelloAndroid] ERROR: Unable to open class file / Users/mydirectory/Documents/workspace/HelloAndroid/gen/com/example/ helloandroid/R.java: No such file or directory

I commented out this line to fill in the few lines from the tutorial:

setContentView(R.layout.main);

When I ran the app, it launched my emulator but all I saw was a vertical screen on the left that said "ANDROID" and phone buttons on the right. I did not see the "Hello, Android" text from the tutorial.

View 2 Replies View Related

Android :: DB Cursor Not Working

Oct 18, 2009

I've got this piece of code where I count words in a dictionary and then I try to query them:

CODE:.............

The SELECT_BY_LENGTH is defined this way: private static final String SELECT_BY_LENGTH = "select word._id, word.word from word where length(word.word) between ? and ? ";

And the count works perfectly but the cursor.move(1) always returns false. I've tried to get the column count and responds with the correct count and the column names map too. I mean that the method getColumnIndex works too but I can't get any data from the cursor. All such methods fail. Am I doin' something wrong? I'm using android 1.5.

View 5 Replies View Related

Android :: Selector Is Not Working

Oct 7, 2009

selector is not working.

CODE:.....................

View 2 Replies View Related

Android :: Can't Get Animations Working

Apr 5, 2010

I am trying to create a menu that slides in when it is drawn. I created an animation in res/anim called map_toolbar_in.xml:

CODE:..............

Then I have a linearLayout which I attempt to use it in:

CODE:...............

When I run the program I get a bunch of errors, starting with:

CODE:...................

View 4 Replies View Related

Android :: SMS Receiver Not Working

Dec 22, 2009

I'm trying to write a simple application that attempts to receive SMS messages and handle them. I've followed several tutorials but I'm getting nowhere, when I send a SMS to the emulator, the Intent never seems to get fired.I'd really appreciate some guidance with what's going wrong. I'm just getting into Android development but I think I have my head wrapped around (most of) it. While monitoring the emulator's logcat, the log events never come up, and debugging breakpoints are never hit, so I have a feeling it's somewhere in my intent filter.

View 4 Replies View Related

Android :: Cannot Manage To Get ADB Working

May 25, 2010

I want to start developing for android and for some reason whatever I do I can not make ADB show up my Nexus One. Both on and off in development mode. Both SD Mount and without SD Mount Both With USB tethering on and off for all "ADB devices"(windows XP64bit) show no device (service started successfully, device recognized in Device Manager correctly).

Tried reinstalling drivers, tried uninstalling drivers completely(using 3rd party software) and reinstalling, tried different versions of USB driver (up to the one before the last - that came with the 2.1 SDK). It seems online that this issue reoccurs on different devices, but all of them seemed to solve with one of the above solutions, Which none worked for me. It does not look like a hardware problem, because everything else that is USB'ed works correctly.

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved