Android :: Can't See Added Files On SD
Jun 14, 2010
Recently got my hand on Xperia X10i. I needed to debrand the phone, so I flashed it, and get generic firmware. Dont know if that's the couse, but when I upload new files to memory card, there is no chance to see/find them. When I use 'office suit' to browse through the SD, all I can see are folders. When I access any of them I see nothing except the message 'No supported files'. Its wierd as they are video and graphic files like mpeg, avi, jpg. Even wierder is that I can see all these files when accessing my phone from my PC. Any idea ?
View 1 Replies
May 1, 2009
I noticed WebView seemed to have some new methods I didn't remember from before. Unfortunately I can't tell exactly which ones are new, without actually trying them and waiting for the SDK to catch the mistake.Could the docs please state in which API release a method, class, interface, enum etc was added? This is pretty fundamental to know when trying to figure out how to implement something.
View 5 Replies
View Related
Oct 4, 2010
Alright. So my phone is set up to torrent fu. I use transmission in case that is important. Anyways. I can manage my account and delete torrents and things like that. And I can search for torrents no problem. BUT when I want to add one, it will think for like a min and tell me that the torrent was added. The torrent is not added to my list nor does it even start to download, even though my phone says that it was added.
View 3 Replies
View Related
Dec 13, 2009
If you miss CaptureIT from the BB days, or just wanting an easy way to take a screenshot and don't mind using Home++ well this afternoon the new release includes snapshot. It captures great and the colors are excellent.
View 6 Replies
View Related
Apr 23, 2010
I am using Eclipge Ganymede for Android. While developing a project i clicked on FIX PROJECT option by mistake. Then the whole project started showing an error. I have been displayed the following log in the console...
trouble processing "java/math/RoundingMode.class": [2010-04-23 17:24:29 - Gorinka2] Attempt to include a core VM class in something other than a core library. It is likely that you have attempted to include the core library from a desktop virtual machine into an application, which will most assuredly not work. If you really intend to build a core library -- which is only appropriate as part of creating a full virtual machine binary, as opposed to compiling an application -- then use the "--core-library" option to suppress this error message. If you go ahead and use "--core-library" but are in fact building an application, then please be aware that your build will still fail at some point; you will simply be denied the pleasure of reading this helpful error message. [2010-04-23 17:24:29 - Gorinka2] 1 error; aborting [2010-04-23 17:24:29 - Gorinka2] Conversion to Dalvik format failed with error 1
Now i couldnt run the run. Its showing errors. So, help me out in setting my project to normal state...
View 3 Replies
View Related
Jul 11, 2010
So, I added the receiver (contained in application) in the manifest. Broadcast doesn't fire my broadcast receive.
<receiver android:name="mypkg.IncomingCallReceiver">
<intent-filter>
<action android:name="android.telephony.TelephonyManager.ACTION_PHONE_STATE_CHANGED"/ >
</intent-filter>
View 4 Replies
View Related
Jun 16, 2009
why cant connect to the internet, I have added the permission, Code.....................................
View 8 Replies
View Related
May 26, 2010
I was wondering is it possible to get a notification of when a new configured network is added to the Wifi Manager in Android? I know you can get the current list of configured networks.
http://developer.android.com/intl/de/reference/android/net/wifi/WifiM...
But is it possible to get notification of when a new one is added? I don't see anything in the Wifi Manager that would be helpful. How this could be achieved?
View 2 Replies
View Related
May 7, 2010
My application show a ListView with a button which allow user to add an element. When the user clicks on this button, another Activity is started to allow user to populate the new element. When the add is finished, we return to the previous Activity with the ListView and I would like to scroll to the new element.
Note that this element is not necessarily at the end of the ListView because there is an "order by" when I retrieve the datas from the database. I know I need the cursor position of the new element to make the ListView scrool to it, but the only info I have about this element is its id, so how to convert this id to cursor position ? Do I have to loop on the cursor to find the position?
View 1 Replies
View Related
Mar 10, 2010
Dynamically i am creating the linear layout and adding the views to linear layout every 5 sec i need to update data to linear layout from db when i check logger output it is adding to linear layout but gui it is not updating for every 5 sec updation i am using scheduleatfixed timer task.
View 2 Replies
View Related
May 25, 2010
My app polls a server every 15 seconds to see if there are any new items to display, then downloads the new items and disposes of the old items so that there are always exactly 100 items in the GridView. Unfortunately, this process can be confusing to the user if they see a page of images change without knowing where the items went.
My idea is that there could be some kind of animation (such as the new items being inserted at the top and pushing the older ones down the list) to show what action is happening. Unfortunately, I have no clue how to make this animation happen.
Is my idea even possible? How would I accomplish this?
View 1 Replies
View Related
Oct 4, 2010
In my application if i press a button map is loaded in my layout.again i press the button i got error like this.
only one map is added to a single map activity . how to solve this.
View 1 Replies
View Related
Nov 2, 2010
Is it possible to write custom metadata to an JPG image using Android SDK or some 3rd party lib , and extracting it afterwards? If it is, is there any simple solution?
View 1 Replies
View Related
Sep 8, 2010
I wrote this:
HttpsURLConnection con = (HttpsURLConnection) new URL ("Here my server URL is provided")
openConnection(); con.setDoOutput(true); con.setDoInput(true); con.connect();//
At this point I am getting error saying Java.net.SocketException:permission denied..
Actually I am sending request to server after getting request in XML format I want parse using
xr.parse(new InputSource("URL"));
But its giving error at con.connect(); only. And I have added Internet permission in manifest file.
View 3 Replies
View Related
Nov 11, 2010
Looks like Swype finally added a Microphone button for their Swype application for Android. Has anyone given this a shot?
View 47 Replies
View Related
Oct 15, 2010
I don't understand why Eclipse doesn't know how to resolve the color resources I've defined. Am I doing something wrong? R.color.notepad_lines cannot be resolved MyNewTextView.java. I've had problems before too with eclipse being able to find images in my /res/drawable directory
/res/values/colors.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="notepad_paper">#AAFFFF99</color>
<color name="notepad_lines">#FF0000FF</color>
<color name="notepad_margin">#90FF0000</color>
<color name="notepad_text">#AA0000FF</color>
</resources>
MyNewTextView.java
private Paint marginPaint;
private Paint linePaint;
private int paperColor;
private float margin;
private void init(){
//Get Reference to Resource Table.......
View 2 Replies
View Related
May 25, 2010
I have a TableLayout wrapped in a ScrollView and as the table expands with new rows, I want the last item added to be displayed. How can I do this?
View 2 Replies
View Related
Feb 1, 2010
I would like to know if it is possible to remove one of the frames I added using addFrame in Android?
View 1 Replies
View Related
Jul 20, 2010
Are there any ROMs out there that have added the newest android version? (2.2 Froyo)
View 25 Replies
View Related
Feb 11, 2010
I've taken the Notepad Tutorial from Google and added a button to the note_row.xml But now, I can no longer edit the row when I click on it. I can however click the button.
View 1 Replies
View Related
Feb 14, 2010
Can I clear my Hero's dictionary of all words that I added? People text using my phone sometimes and they abbreviate things and I like to just type full words but my phone is constantly changing things I type into stupid abbreviations unless I get the spelling 100% perfect which means I have to stop and check every word when I am trying to text fast. I can't seem to find where I would do this in my settings.
View 1 Replies
View Related
Sep 8, 2010
I've just added my uni and hotmail exchange accounts to my samsung i5700, and for the past half hour since I've done it the phone has been deadly slow. Do three push services (i.e. hotmail, uni + gmail) hog resources? Or is the slowdown just the phone acclimatising to the new accounts?
View 3 Replies
View Related
May 14, 2009
I added a third party jar in my application and tried to run, but its showing, java.lang.VerifyError..
View 4 Replies
View Related
Jun 4, 2009
I am learning the app widget programming in the 1.5 SDK release. I was playing with the sample widget (wiktionary) and found out that you can actually add multiple instance of the same widget to the home screen, is there a way to prevent this? An attribute in the XML? I am stuck with 3 instance of wikitonary and 2 instances of music player on my emulator now... can't get rid of them... :(Also I am looking into buliding my own app widget container, not a home screen replacement, just a container that can host other widgets, I read the appwidgethost api doc, is there any sample code or guide on how to use the appwidgethost api
View 3 Replies
View Related
Sep 2, 2010
I have an "open" animation and am using Handler.postDelayed(Runnable, delay) to trigger a "close" animation after a short delay. However, during the time between open and close, there is possibly another animation triggered by a click...my question is, how would I cancel the "close" animation in the handler?
View 1 Replies
View Related
Jun 26, 2010
I am trying to add an 'Android Library project' I have created to another regular Android project. The Library Project had a jar dependency and was also dependent on another java project in my workspace. I had to add both of these to the my 'regular Android project' because otherwise Eclipse could not find them (Not sure if this was the right thing to do because it would mean that I will have to manually update all projects when the library gets another jar dependency). Anyway, the errors went away and now the Regular Android Project can't find the R class, I have tried a clean but it did not work. I checked in the /gen folder and both the R classes are there - from the library and the regular project.They have the correct strings inside them.
View 1 Replies
View Related
Feb 19, 2010
Is there a way to get the hero to recognize new images added to the sd card without rebooting? I have downloaded some images via the app backgrounds, they are In a folder on the sd card but do not show up in albums. I know if I reboot they will appear, but is there not a simpler way of seeing them?
View 2 Replies
View Related
Nov 17, 2010
I am developping an android app which downloads an xml and displays a layout with a number of edittexts, checkboxes, spinners, etc. added dynamically like this:
LinearLayout ll = new LinearLayout(this);
EditText nameField = new EditText(this);
ll.addView(nameField);
ScrollView sv = new ScrollView(this);
sv.addView(ll);
setContentView(sv);
I'm having trouble with setting some properties to an EditText added this way. For examle android:maxLength attribute can easily be set in an xml layout but I found no method to do the same in the java code. How can I do it when hawing to add dynamically?
View 2 Replies
View Related
Nov 12, 2010
I made a "GraphBar" custom view that is a RelativeLayout with a TextView on the bottom and an ImageView, varying in height, above that. Here is the code...
I've found it's probably a bug. The workaround should be, again, calling requestLayout(). Still i don't understand where i can put the call.
View 1 Replies
View Related
May 6, 2010
I'm developping an application in Android 1.6 (and can't use 2.0 or older).
I add a new contact on my phone as following code...
After that, I add phone numbers in the same way. It works as I am able to view the new added contact with following code :
Intent intent = new Intent(Intent.ACTION_VIEW, contactUri);
this.startActivity(intent);
My problem is that, after adding and viewing the new contact, I can't see it in Contacts application unless I synchronized all my contacts (I also did a search with the contact's name, found it, nevertheless it wasn't added in contacts list).
How can I programmatically update the contacts in order to immediately have my new contact added in Contacts application?
View 1 Replies
View Related