Android : Feature Request/query - Possible To Read Java Properties Format Files For I18n Strings
Sep 14, 2009
I have an application which we are writing to be both a MIDP application using LWUIT as well as an Android application.
We attempt to share as much common code as possible between the two platforms.
I'd also really like to be able to share the localization strings when possible.
Reading through the docs in:
http://developer.android.com/guide/topics/resources/resources-i18n.html
It looks like Android uses an XML format to specify name-value pairs, e.g.:
{{{ <string name="go_online_message">You are currently offline. Go online? This will use the data network</string> }}}
View 2 Replies
Sep 20, 2009
Is there a way to externalize all the strings in the source files to strings.xml automatically?
View 2 Replies
View Related
Oct 19, 2009
Lets try to create a list of the optimal video format and properties a video must be in on the Hero.Help me out here I am really no expert so please let me know if I got something wrong.I will try to keep this first thread up to date:
Container = .MP4
Encoder = h.264
Frame rate = 23.976(NTSC) or 29.97(PAL)?
Resolution = 480 x 320
Video bitrate = 500-1000 kbps
Audio encoder = AAC
Audio bitrate = 320 kbps
View 21 Replies
View Related
Apr 29, 2009
I just want to set an icon in the right of titlebar, but it doesn't work, the icon is still at left. Did I miss something?
View 5 Replies
View Related
Oct 7, 2009
i want to keep cancel button in the title bar at the right side, but i am getting the icon at the left side of title bar. Is this a bug or something else is required to accomplish this?
View 2 Replies
View Related
Jun 15, 2009
I just posted a defect / feature request and it was declined without comment. Can anybody explain to me why this was declined without an explanation?
http://code.google.com/p/android/issues/detail?id=2991
I took the time to provide feedback as a user of the android api, based on some discussion in the developer group. I am not the only developer who has encountered this deficiency in the api. I think I explained the deficiency clearly. And I think it is a professional courtesy to provide an explanation. If it is a duplicate, please say so. If I am in error and this is not a problem because of an oversight on my part, I think that would be helpful to know.
If the attitude of the project owners is that the api is good enough. Maybe we could have a short conversation about that.
As it stands now, I have no insight into this issue or why my defect was declined. Was it rejected for good reason or an arrogant developer who like to hit the reject button?
View 3 Replies
View Related
Feb 8, 2010
Just rooted last night....Here's what I'm hoping to be able to do soon. I have a bluetooth parrot visor clip in my car. So far it works pretty well. But my one complaint is that the speaker inside it is only OK. It would be GREAT if the call audio while the phone is plugged into my car's AUX jack could be sent to my car's speakers instead of the bluetooth device, leaving the bluetooth device as a glorified microphone.
Right now, when a call comes in and I'm listening to music through my Droid the audio stops and the call audio is transferred to the parrot kit, as it should. So there is obviously some sort of programming that can be done....
View 7 Replies
View Related
Apr 7, 2010
Enjoying the Legend. Surprised it did not come with a default notes app but after trying a couple Astrid works well.
For reading the forum it seemed people thought with sense 2.1 that one would be able to edit the dictionary. I can;t find a way to do this? It would be nice to edit/delete the misspelled words inadvertently added.
View 5 Replies
View Related
Jun 30, 2010
I have looked and looked, and cant seem to get to the bottom of this.
I am getting the error: "java.lang.NullPointerException"
whenever I try to change anything at all within "strings.xml" when using eclipse, does anyone know of a reason behind this? I havnt changed anything else in the project at all, I'm just going straight into strings to try editting a few things.
View 18 Replies
View Related
Feb 15, 2010
Anyone know if there is a way to have the Nexus automatically go to Edge when WiFi is enabled? Seems like that would be a smart way to try to maximise battery life...
Maybe it's already doing this, I don't know, since the WiFi symbol blocks the 'E' or '3G' symbol...
But if it doesn't - I propose it as a feature for a future update...
Is there a page that allows Nexus users to propose features? iPhone had this way back...
View 8 Replies
View Related
Dec 2, 2009
I have an app with some 3rd-party jar references. When building in Eclipse, those .properties files in the jars are included in the generated apk with the help of ADT plugins. And the structure of the apk would look like as below...
View 6 Replies
View Related
Nov 21, 2010
Dear all, I'm making a simple file decoder for Android 2.2 that needs to find the filename of the encoded file from a header. This filename should then be used as the filename for the decoded file (as you would expect).The filename is identified by the substring name=, so the actual name starts 5 places after that. The line is read by a BufferedReader and temporarily stored in currLine.For some reason I can't understand nor find on the web, Strings do not always seem to be Strings.Gives no output file, nor an IO exception. The string is parsed properly though: from the System.out debugging lines.
View 1 Replies
View Related
Aug 19, 2010
I've got a map of about 500 entries. Strings are all very short (less than 5 chars).Its read-only data I want to read once at app-startup. What's the best way to store this so that loading this data is fast?I've tried storing the data in a CSV in res/raw but this takes about 700ms to parse on my N1, so I'm hoping there's a faster way.
View 8 Replies
View Related
Feb 21, 2010
What kind of format is the .3pg the video recording is saved? Can zoom be enable for the video recorder?
View 2 Replies
View Related
Nov 4, 2010
I am using an application for obtaining the raw data from the image sensor on an Android device. The files I am getting out are in the YUV420SP format,and XnView does not supprt it. Does anyone knows which software I could use to get a proper image? (to convert it)
View 1 Replies
View Related
Oct 29, 2010
I am able to read incoming messages via bluetooth from my phone. I want to parse the incoming stream (new CAN message in xml format every 100 ms), read the value in the message and display a graphic on the main screen of phone. Need help in parsing this dynamic incoming stream. Programming in Java in Eclipse for Android.
View 1 Replies
View Related
Feb 5, 2013
Running 4.2.1 Supernexus on an i9100, I had a 32GB Micro SD card in the phone and when I had it connected to my computer I formatted it, except I foolishly set the format to NTFS. Now android won't read it (doesn't show up in storage) nor will it mount it when connected via USB so I can't put it back to FAT32/exFAT
Installed Paragon's NTFS mounting tool which mounts the drive but it's still not showing up in storage or being mounted via USB.How can I format it back to FAT so it will be read by windows and/or android? I'm surprised there is no SD Card formatting apps out there.
View 1 Replies
View Related
Aug 16, 2010
Is there any tool available to convert android dex file format to java class format? I've looked at dex2jar, but it looked very early in development. I'd like something that is stable enought for use.
View 1 Replies
View Related
Mar 12, 2010
i took my sd card out (before i realized my pone was on) and i put it back in and get "Blank SD Card" even though i have a bunch of stuff on it. How can i fix this or format it? because i really want to use my camera but the phone wont format it! i click format and nothing happen!
View 5 Replies
View Related
Mar 29, 2010
I am working on a light weight Java client library for Android mobile platform that can read and write to Excel files in .xls(BIFF) and Office 2003 XML format. No sooner we decided to start than we got stuck with a basic question. How do we determine the format of the excel files in Java?
View 2 Replies
View Related
May 3, 2010
Is it possible to reference other strings inside of strings.xml ?
Something of the form...
(If it did exist, there would of course be problems of circular, infinite definitions, etc. to beware of).
View 1 Replies
View Related
Nov 9, 2010
I'm trying to parse many string dates to Date(s), some with time part, others without, with the "dd/MM/yyyy HH:mm" format.
CODE:..............
(here, format is always "dd/MM/yyyy HH:mm").
But this causes an exception, even with setLenient forced at true. Do you know how I may convert to Date a lot of strings formatted like "dd/MM/yyyy HH:mm:ss", but with someones without time, some others without secondes, and still other one with everything ?
View 2 Replies
View Related
Oct 26, 2010
Which one should I use java.util.Date or android.text.format.Time? It seems you can accomplish what one needs to do with either. What I need to do is at times get the current date and time and sometimes set a date and time specified by the user.
View 5 Replies
View Related
Jun 25, 2010
Used the bluetooth on my Desire for the first time today, took a bit of fiddling to get it to receive the video it was sent but got there eventually. Question is I can't find where it has saved it. I can see the file in the camcorder option but when I try to open it it disappears.
View 4 Replies
View Related
Nov 4, 2010
I know how to read a bitmap file into a byte array. How is the byte array then converted to a Java Bitmap?
View 1 Replies
View Related
Oct 31, 2010
I'm writing an Android app that requires SSL client authentication. I know how to create a JKS keystore for a desktop Java application, but Android only supports the BKS format. Every way I've tried to create the keystore results in the following error:
handling exception: javax.net.ssl.SSLHandshakeException: null cert chain
So it looks like the client is never sending a proper certificate chain, probably because I'm not creating the keystore properly. I'm unable to enable SSL debugging like I can on the dekstop, so that's making this much more difficult than it should be.
For reference the following is the command that IS working to create a BKS truststore:
keytool -importcert -v -trustcacerts -file "cacert.pem" -alias ca -keystore "mySrvTruststore.bks" -provider org.bouncycastle.jce.provider.BouncyCastleProvider -providerpath "bcprov-jdk16-145.jar" -storetype BKS -storepass testtest
Here is the command I've tried that is NOT working to create a BKS client keystore:
CODE:.........................
View 3 Replies
View Related
Aug 27, 2010
I'm sure this might be a simple question, but unfortunately this is my first time using Java and working the Android SDK.
I am uploading files on Android using the Apache HTTP libraries, in particular using the MultipartEntity.
I'm uploading to a service that allows me to send them chunks of the file, and once complete, they'll reassemble the chunks. I'd like to take advantage of this feature.
Here's the scenario.
File FOO.BAR is 20 MB. I'd split it into some arbitrary chunk size, let's say 1 MB, which means 20 chunks. Chunks #3 and #14 fail (maybe the cellular/WiFi connection was bad). I can now re-upload just these two chunks and everything will be good.
What I'd like to know is how can I read only part of a file (like the data between 3MB and 4MB)?
The file piece should be an InputStream or File object.
View 3 Replies
View Related
Jun 11, 2010
Is there any Java API for that? How can I read this information.
View 2 Replies
View Related
Jul 8, 2010
this Android code worked fine before, but i'm having problems for some reason. here is the request i'm trying to make: https://www.google.com/reader/api/0/token. i'm getting 400:Bad Request as a response, and i'm not sure why. isn't this the correct URL for requesting a token? the auth token is being passed as a header in all requests now, and i can request feed list, and it works just fine, so there's nothing wrong with the auth code. what gives? in addition, i can request a token in a normal browser, like Chrome, and get a token as a response body. so the request itself is not the problem. i just can't figure out what is wrong with my requests in code...
View 1 Replies
View Related
Sep 29, 2010
I want to run this query in Android Application :
code:.......
My DB schema
code:..........
Here is the function -
code:...........
View 2 Replies
View Related