Android :: Broken After Update - FileNotFoundException On OpenFileOutput
Feb 20, 2009
In the Android Market, I saw that users of my app had serious problems: http://www.cyrket.com/package/de.jars.android.quicksearch
After updating to a new version from the Market, the app became unusable. This line is causing the trouble:
code:..........
I do not see a reason for a FileNotFoundException here - is it a Android bug?
"/data/data" seems strange, too (should it not be just "/data"?).
View 6 Replies
Jul 6, 2010
M trying to write a file using openFileOutput, using the following snippet: I have to use this file, myfilename.text, later in my native code. To reference it I must know it's path. Anyone knows where does openFileOutput create the file and if it can be opened in my native code using the path, as in would there be any permission issues. Code...
View 3 Replies
View Related
Nov 2, 2009
I've tried the following using an emulator with the 2.0 and 1.6 target and still same results!
I'm currently trying to change the Telephony status via eclipse to test how my application behaves on bad network speeds and dropped connections. But after the last updates to the SDK, now this settings are not working! I set Data and or Voice to denied and my application is still downloading content... Why is this? I tried setting the connection to a lower connection type and my app is still downloading very fast no change!
I tried making a call to the emulator and that works...
View 2 Replies
View Related
Jun 11, 2010
I recently attempted to download an update to pandora on my motorola droid, and it completed download but gave a download unsuccessful error message, when tapping on it, it brought me into the market and told me the package was not signed correctly.
My question is, is it hitting everyone or is it just me? and if its just me, anyone know how to fix it?
View 1 Replies
View Related
Oct 16, 2010
I along with many others apparently, am having problems after installing the 2.2 OTA update.Tapping the Market item produces the following error:"program is not currently installed on this handset".Active thread on Google support forum here:Android Market App removed after HTC Desire software update 2.2 - Android Market Help.If anyone has encounter similar problem or has a solution please post.
View 1 Replies
View Related
Jun 30, 2009
After a few apps had updates come out that I didn't get notified about I began wondering what was wrong with my phone. After a few well placed friends pointed me to an official Google Market message board.
Market app 'my downloads' out of sync with installed apps preventing upgrade notification - Android Market Help
This thread has been growing fast, with reports coming in of more and more users with this issue.
It seems this problem is global, with users from France and the US reporting, possibly others.
View 7 Replies
View Related
Jul 28, 2010
I'm trying to backport an android 1.6+ application to android 1.5.
Following the advice here...
http://comments.gmane.org/gmane.comp.handhelds.android.devel/97051
[url]
[url]
[url]
... I have done the following:
Modify AndroidManifest.xml to set minSdkVersion to 3
Move all of my files that were previously in drawable-mdpi/ to drawable/
Rename drawable-hdpi/ to drawable-hdpi-v4/
It seems to me that this should ensure that 1.5 devices use the files in drawable/ while 1.6 and later devices use the files in drawable/ and drawable-hdpi-v4/ as appropriate. The drawable/ and drawable-hdpi-v4/ directories are the only drawable directories in my res folder.
However, after I compile, install, and run the resulting binary on the 1.5 emulator, I get the following error:
CODE:......
For reasons I don't understand, 1.5 devices are not able to see the bg.png image file, a version of which is in both the drawable/ and drawable-hdpi-v4/ directories.
Running the same binary works fine on 1.6.
Why won't 1.5 devices see my res/drawable/bg.png image with this setup?
As described in Providing screen resource compatibility for Android 1.5, I'm using Android SDK r6 and have put my mdpi resources in the drawable/ directory. Also, I've verified that the problem isn't isolated to bg.png. If I remove the reference to the broken drawable in my xml, the app breaks on the next and each subsequent graphic during setContentView().
View 3 Replies
View Related
Sep 15, 2010
I am trying to download a file from the net and write it to the SD card. I have the WRITE_EXTERNAL_STORAGE permission enabled.
The code fails here:
CODE:..................
I am trying to write the file and it doesn't exists from before.
View 1 Replies
View Related
Sep 7, 2010
If I pass http://www.ebay.com to this. Somewhere along the way ebay changes my url, perhaps a redirect. What's weird is Android java can't open the page. u = new URL(txturl.getText().toString());
I get the error below as it apparently opening the new mobile site. I'm just wonder at what point my url changes and If I somehow stop this. It does not appear to happen if I point to yahoo, google, amazon or other major sites. I just noticed this in my testing.
CODE:......................
View 1 Replies
View Related
Sep 2, 2010
I'm trying to convert my LinearLayout to a bitmap so that I can save the current layout content as an image in SD card. First, I create bitmap and canvas and attach the layout to the canvas.
Followed steps from http://www.brighthub.com/mobile/google-android/articles/30676.aspx#comments.
Code to add child view into layout before creating bitmap:
CODE:............
When I press the save button, it should save the current layout as an image to SD card.
Here are my steps:
CODE:...............
It can create folder in SD card but no file created under this folder. It always gives me FileNotFoundException. I'm not sure it is the file creating problem or the screenBitmap problem.
View 2 Replies
View Related
Jul 20, 2010
when I try to attach a file to an email, I get a java.io.FileNotFoundException: No content provider logcat output. If anyone could tell me what I am doing wrong or what I should do instead, that would be great.Thank you.
This is how I add the files to the email..:
CODE:...............
And here is the entire logcat error output:
CODE:..................
View 9 Replies
View Related
Nov 25, 2010
So the other day I noticed my phone said "an update is available" so I updated, while rooted. I noticed after the update that none of my rooted apps work anymore. I unrooted and re-rooted. Nothing. Help? I'm stuck with the superuser appand can't get rid of it. I tried a factory reset and it didn't work...
View 5 Replies
View Related
Jul 30, 2010
Anyone having problems with the text application after the recent update? When opening a conversation, it initiates at the the top and I have to scroll down to see the latest text. This happens even though I scroll down, exits the conversations and re-enters. Quite annoying.
The name of the app has changed from Meddelelser (Messages) to SMS (Text). Just s bonus info.
View 1 Replies
View Related
Sep 26, 2010
Ever since the froyo update (installed fresh from the RUU file), there are random days where my alarm will not sound, both from the stock htc alarm app, and Alarm Klock.At first, I thought it may be gonig off, but I've been muting it in my sleep, but today my suspicions were confirmed when I was awake in time to see it attempt to go off, only for the alarm screen to come up with no sound, despite the alarm volume being cranked up to maximum.I'm honestly at my wit's end with this; I can't find anyone else with this problem, and I've had to buy a cheap clock from CVS to wake myself up in the morning.Has ANYONE else been having this problem? I've already been late to work twice because of it!
View 6 Replies
View Related
Aug 3, 2010
I am an Admin from www.se-nse.net and would like to draw your attention to an article I have recently posted.
Whichever team of jokers that are responsible for the radio implementation on the X10 should lose their jobs. Firstly came the catastrophic battery drain and a ridiculous WiFi bug but thankfully both were fixed in the recent R2BA020 update. Having momentarily restored my faith along came R2BA026 bringing back the bug which makes my WiFi utterly useless!
View 9 Replies
View Related
Nov 23, 2010
My phone charging port is broken. I have been unable to charge the phone and connect it to the pc. Can anyone advise if it is possible to still get the update. I have taken the phone to a few places to see if the port can be fixed but no one is guranteeing they can fix the com port.
View 1 Replies
View Related
Aug 10, 2010
Yesterday (08/08/10) my X10 said there was a new update available and to download correctly I needed to connect it to a computer update through PC Companion 2.0. I did this and followed all the on screen instructions correctly. I got to the final stage and it asked me to disconnect the phone switch it off remove the battery, reinsert and then turn it back on again. The instructions said it may take awhile for the phone to come back on again because the phone will be updating. So far my phone has not come back on again after 24 hours of waiting, all that happens is the sony ericsson logo is displayed for about 10 seconds and then the phone turns off then the same process is repeated. Any ideas whats happened or what I can do to fix this or will it be a job for Sony? I have emailed them but of course they were absolutly no help what so ever.
View 4 Replies
View Related
Nov 7, 2010
It seems the long running problem with the weather widget on the desire has managed to pass on to the HD.
HTC Weather Widget broken?
Mine worked for a day and now I get the location but no weather update.
All other locations display all info fine.
Im in Australia on Vodafone - although from the previous mentioned thread seems to be software related rather than carrier location
View 1 Replies
View Related
May 6, 2009
Fastbright, Useful switchers, Dark keys. These applications in firmware 1.5 does not work. Is there any substitute for the APK?
View 1 Replies
View Related
Sep 15, 2010
My app builds up a custom screen as dictated to me via the users 'application'. This means that I can end up in the situation where I have a parent scrollview and somewhere down the heirachy I can have a listView or a multiline TextView. Both of these scenarios continue to work fine under 2.1, however are broken in 2.2 (both device and emulator). The symptoms are that the child (list or textview) is unable to scroll using touch gestures although they can be scrolled using the keypad. Has anyone else experienced this behaviour and/or have a work around?? It appears that the onTouchEvent function in View has been changed substantially but I am currently delving into the code...
View 8 Replies
View Related
May 24, 2010
It seems that on the Incredible the startForeground() call is non- functional, causing my process to be put into the background scheduler class even though it has an active ongoing notification. I'm calling it the same as on other 2.x devices (through reflection as suggested by Diane for backward-compatibility), and this works fine on the Droid, with the same OS level (2.1-update1). I can see in the debugger that it gets all the way to ActivityManagerNative.setServiceForeground() with the notification param being non-null, so it's got to be in the ActivityManager or below.
The really telling thing is that the stock music player acts the same way. When I'm playing a song and go to the home screen the com.htc.music process goes into the bg class, even though its notification is still active. This is a real problem for us, as it denies us the CPU we need to play back music in some cases without stuttering. Any ideas on whether this is getting fixed, and how I might work around it?
View 7 Replies
View Related
Jul 22, 2010
Recently the home and menu buttons of my HTC hero broke down. I found an app, "soft home" which creates a home button in the notification bar.Does anyone know of an app which does the same thing for the menu button? While Im on it, a second question: My browser which is the default browser of the hero goes full screen. This causes the notification bar to dissappear thus making the home button app useless. Does anyone know how to turn this fullscreen feature off/know a good browser which does not do so.
View 1 Replies
View Related
Nov 17, 2009
I use the following code to dim the screen in one of my apps...
View 2 Replies
View Related
Jun 1, 2010
The NY Times App appears to be broken on my DINC. The LATEST NEWS is stuck on 5/30 whereas all the other sections are updated to today. Yes I tried the little resfresh dodad on the bottom of the screen. Anyone else experience this. Perhaps I should delete and reload...
View 4 Replies
View Related
Aug 9, 2010
Broke the screen on my evo today, i know that the memory card will transfer some data but i want to make sure i can transfer all data. how do i do this? the usb cable that came with the phone is not working when i hook it up to the computer (it may be bad) so im going to the store tomorrow. but if the cable does not allow the transfer, what can i do???
View 3 Replies
View Related
Feb 11, 2009
VideoView video_view = new VideoView(context); video_view.setVideoPath("res/raw/movie.mp4"); video_view.setMediaController(new MediaController(context)); video_view.requestFocus(); video_view.start();
Seems simple, but even with video files that I've seen work in other video players on the phone, I keep getting the "Sorry, this video cannot be played" message. And this associated debug info: INFO/MediaPlayer-JNI(234): prepareAsync: surface=0x1a3ff0 (id=1) ERROR/MediaPlayer(234): Error (-4,0) DEBUG/VideoView(234): Error: -4,0
what those errors mean or how I can fix this? If this is not how I should be using VideoView please let me know. I'd appreciate being sent in the right direction for how to get a local video file playing within a view.
View 4 Replies
View Related
May 3, 2009
Can anyone confirm the fact that webview is broken in the 1.5 sdk? Either that, or update the code page on the google developer side as neither that code nor any other (including my previously working webview code) is showing anything but a blank black screen.
View 19 Replies
View Related
May 17, 2010
I found ToggleButton image has broken on my device. And, I initialized my device but occored same problem.
On emulator, it shows correct image. My device is HTC Desire Android 2.1 Japanese version. I want to know how to repair my device, or is it correct ToggleButton Image on 2.1.
View 2 Replies
View Related
Aug 8, 2010
I forget to select the .java file before running an android app from Eclipse. I have a .xml selected, press Run and the projectfile breaks.
View 1 Replies
View Related
Oct 11, 2010
I encountered this problem when updating my background to use a 9-patch image. The layout is fine on different screens using different sizes of the same image, but when I change the image to be a 9-patch it breaks the entire layout mysteriously.
View 1 Replies
View Related