[android-developers] Using GSM Cell Location?

2011-07-13 Thread DanielSchH
Hello, I´m working on a app which needs a location. I ran into some problems, that there are even no lastKnownPositions in the LocationProviders. On the one hand, I have read something, that there is a way to get the location from the GSM-Cell by sending the cell-id to a WS. On the other hand, I h

[android-developers] Generating .jar from Android service project

2011-05-31 Thread DanielSchH
Hello, I have a Android Project which implements a android-service. Now I want to share this, without publishing the code. I have tried to generate a .jar and added it to another android project, but then I get a FileNotFoundException: AndroidManifest.xml Maybe because the service-project contain

[android-developers] Encrypt database file

2011-04-26 Thread DanielSchH
Hello, I´m looking for a way to secure a SQLite database in Android. I have read some stuff about sqlcipher but it seems to be quite complicated to integrate the lib into a Android project and to write a java wrapper. So my idea is to create an normal SQLite database and encrypt the file. Has any

[android-developers] Vertical text

2011-03-30 Thread DanielSchH
Hello together, I have got a problem. I want a text to be vertical. This vertical text has to be centered horizontal and vertical in a relative layout. I have tried the VerticalLabelView from Karl Otsma, but on the on hand it’s not really centered vertical in the layout and on the other hand there