General :: App To Interact With Basic Settings Of Android Phone
Mar 22, 2012
I am trying to get an application to interact with basic settings of an andriod phone so that the functionality of the app can be switched on or off in the main settings functions...
View 1 Replies
Aug 25, 2010
Loved the app for the G1, since it was capped and setcpu got it to run at max speed. Ditto for Droid, since it was also capped and the OMAP had plenty of ceiling for more speed.The Snapdragon is already designed to dynamically scale from 245mhz to 1ghz, so what good are the settings, if Snap is already detecting resource needs and adjusting clock accordingly? This function is built into the die and seems no need for software augmentation.I appreciate insight, since some of the posts I have been seeing may suggest something that Snap already was designed to do and is built into the hardware.all of the needed polling that must happen through software for profile conditions may offset any gain as well. Seems inefficient managing via software, when the chipset already dynamically manages- unless Snap does a poor job in the first place.
View 5 Replies
View Related
Sep 3, 2010
That I can download to interact with other android users.
View 2 Replies
View Related
Jan 24, 2010
We already use Android API. But sometimes I want to know is it verified or not? by whom?(e.g. Android team in google) by which one? (e.g. Unit test or Basic Acceptance Test for API) Do android team have any test report? Because this is a platform for smartphone. For example, if there has any problem in Android API (e.g. Date and Time), it makes customer spend money and time more. But I can't find any report about verifying API test. If you have any information about it, please let me know :) Also if there has no information, how can I test some API to verify API.
View 4 Replies
View Related
Nov 1, 2010
Today, the focus of a cell phone's capabilities is drifting away from plain making a phone call.
And somehow, this shows in the API's too. Therefor I'm wondering: if I want to write an app that e.g. pitches up, records, scrambles... an incoming call - you know, the voice on the other side -, what aspect of the API should I use?
I looked into Android, into Windows Phone, iPhone... (briefly), but had no luck. Is this just unintended usage?
View 4 Replies
View Related
Oct 4, 2009
I'd like to use python scripts as plugins for an app I'm developing. This seems to be possible by interacting with android-scripting-environment (ASE), as is done by Locale, but I haven't found any documentation about this. How you execute ASE scripts from your own app?
View 1 Replies
View Related
Jun 5, 2009
Is it possible for an app icon to drag over and interact with a widget, similar to the action of deleting an icon or adding something to a folder?
View 2 Replies
View Related
Jun 15, 2010
just wonder what people used to interact with their Evo....I keep hearing Linux is better to use than windows? I'm trying to get linux up and running for when i get my evo if that is the case. Just wonder if its worth the trouble...is there anything i'm missing if i dont use linux.
View 12 Replies
View Related
Jul 21, 2009
I'm trying to work with a web service (that I have no control over) that returns a SQLite database when you query it. Is there any way to do this?
View 3 Replies
View Related
Feb 3, 2010
If not, please consider this a formal request. I understand it will take away the sliding keyboard functionality, but I still want one. Honestly, I just like the idea of a slip over silicone case, as opposed to a snap on case. Any help where I can at least find a basic black slip over silicone case for the droid?
View 12 Replies
View Related
Aug 27, 2010
My application needs to perform some activities in background (like interacting with the network and check the location and some other stuff), having or not the main activity visible. Which is the best way to achieve this? Should I write a service for each kind of job? Or just one service that performs everything? I am aware that I will need to launch threads / asynctasks in any case because the service runs on the same thread of the UI, but maybe having several services is a more clear and readable structure.
View 7 Replies
View Related
Feb 2, 2012
I recently upgraded from honeycomb to Ainol's ICS version. I accomplished this using the normal flash method with the update.zip file copied to my 16G Mini SD. After the Rom update I installed several programs using ADB shell. I was having difficulty getting titanium backup to work and decided to upgrade my Rom to 4.0.3. I used the same method to flash my device with the update.zip file on my SD card. After the power up I get the android robot then the reboot but there is no change to the version of my Rom. I did a factory reset to my device. After the reset my device no longer had any of my previous installed apps but the version indicated in the settings is still 4.0.1. I have even attempted to flash back to honeycomb but no change occurs to my device. I then try to flash using CWM but I cannot get it to install on my device.
View 1 Replies
View Related
Apr 30, 2013
If I wanted to create an app that manipulates, reads the data of, or controls an external electronic device, what coding or technologies are involved in this? some apps control an toy RC plane in the room.
View 1 Replies
View Related
Sep 20, 2010
I am creating an app which allows for many different Activities to be started from a TabActivity(up to ~25). Most of the activities require data from the sqlite database, so when onCreate is run, an AsyncTask creates an SQLiteOpenHelper object(which will open a readable/writable database), runs a query, data is retrieved, and everything is then closed.
I was just testing messing around to see if i could break something, so i added every Activityto the TabActivity's TabHost. I then started mashing each tab as quickly as possible.
I noticed that very quickly i began to see in the LogCat: Caused by: android.database.sqlite.SQLiteException: database is locked: BEGIN EXCLUSIVE; and the app proceeded to die.
Typically there will only be about 4-6 tabs(i can just limit the user anyway) for the TabHost. I haven't been able to break anything with a small amount of tabs to mash, but i am still worried that maybe i am accessing the database in a poor way.
How can i prevent my SQLiteDatabase objects to cause a lock?
If i create a ContentProvider will that eliminate the possibility of database locking?
Do you have any suggestions for changes I could make for accessing data from an SQLiteDatabase?
I ended up taking the approach of using the Application class and storing 1 SQLiteOpenHelper and trying my best to keep it synchronized. This seems to be working great - i put all my 25 activities in the TabHost and mashed away on them with no errors.
I am calling ((SQLiteDbApplication)getApplication()).setDbHelper(new DBHelper(this, Constants.DB_NAME, null, Constants.DB_VERSION_CODE)); method(shown below) in every onCreate() in my activities
Any further suggestions to this approach or to the changes i made using this Application class?
CODE:...................
View 3 Replies
View Related
Feb 19, 2014
I would like to try rooting for the first time on my Galaxy S3 SGH-i747m. I have never rooted anything before. And I recently did the update to 4.3. After asking on another forum here GSDer suggested I check out this link [URL] .....
And it seems like a really good option to me. But I have also found a few other methods searchinging around on the xda forums that seem promising for my phone as well. But I am a noob and would like to get some opinions on what would suit me best. All I want is the option to do some debloating right now.
This one looks like it's worth a try too. I saw someone link it in another thread on the xda forums saying it has been updated with latest 4.3 firmware. [SGH-I747/M] CF-Auto-Root - xda-developers
I am leaning towards the first one as it seems pretty safe and the how to vids in it seem very simple. I have the files and keys set to go on my laptop.
I noticed in the thread in the first link on the list of phones that root method has been successful for it does not list the SGH-i747m but it does list the SGH-i747. I read in a thread somewhere recently where people were saying a root that works for one of those should work for both.
View 24 Replies
View Related
Feb 15, 2012
I am running a Liberty ROM, and I need to try a different ROM to solve a problem. I would like to install a new ROM without having to start over with a fresh phone. Is there a way to keep all my settings, homescreens and apps in tact while moving to a new ROM?
View 3 Replies
View Related
Mar 21, 2012
I am upgrading to a new phone soon. Is there a way to transfer my wifi passwords and settings to my new phone without root? I have read that Titanium Backup will do it, but I have to be rooted for that, right?
View 6 Replies
View Related
Oct 5, 2011
My wife's Droid 2 recently began to behave badly and make a gear-like squealing sound intermittently during some phone calls. Sometimes one a day -- sometimes every call. When it happened she could always hear it - sometimes the other partly could hear it. The phone is 11 months old and still on warranted.
I took it to the Verizon store and they insisted that they must do a "return to factory setting" and re-setup the phone to see if this fixes the problem. "It will only take 15 minutes" they said. Of course, after those 15 minutes I spent the next 4 hours trying to get it to stop yelling "Droid" at my wife every few minutes when an email, sms, phone call, usb connection etc. happened. I then realized that what I really needed was an application that saved and could restore the phone's basic settings and those of the important apps.
When I looked at the Market and App-Brain I couldn't find such an app. Without root-ing and using Titanium is there such an app that can restore the hundreds of settings that you might have tweaked?
View 1 Replies
View Related
Sep 29, 2013
Im tying to use my T-Mobile Prism II (4G) to play "Ocarina of Time" and "Majoras Mask", but i get VERY slow framerate and consant audio skipping. Are there any special settings for my phone to have better framerate and audio?
View 3 Replies
View Related
May 4, 2012
I want to know how can i change the phone info, in the system settings.
I want to change them for my own rom, so i want to include, for example, a different build date, build number, kernel version, etc..
View 1 Replies
View Related
Aug 15, 2012
I had my phone rooted and now cannot find my Account and Sync Settings.
When I check system / app and the apk is no longer there. Tried to add another account & sync apk apk in but still no account & sync settings show up.
Also noticed that there is no odex files only apk files under the system / app folder.
Phone is Hisense e910 using android 2.3.6
View 2 Replies
View Related
Feb 11, 2010
I'll come up with any excuse to get a chance to write my first Android application. I've never done much with it except for a couple of tutorials.
I've got a Windows application that controls a device, and the computer isn't necessarily right next to it. I think it would be great to be able to use my Droid to issue the device commands, but I'm not sure where exactly to start. I don't have a problem writing the GUI code or Java required to send commands to the PC, but it's the wireless connection to the PC that I don't know how to approach.
Bluetooth seems like a good choice. I have a USB-Bluetooth adapter, but no Bluetooth API on Windows. Can anyone suggest one? From reading other questions here on SO, it sounds like the 2.0 SDK has some sort of Bluetooth API, so that's good.
Another option is to use 802.11, and then write a web page / service that would allow the phone to issue commands to the device.
View 2 Replies
View Related
Oct 30, 2012
My work has hidden their SSID, thus the need for me to use the "Add Network" button at the bottom of the WiFi Settings menu; however, upon click the "Add Network" button, it just crashes and takes me back to the Settings screen. I click back on WiFi, it scans for the broadcasting SSIDs, and I click the "Add Network" button at the bottom again, and crash back to Settings Menu.
I just got this phone from my work for my work. They don't know anything about Android products, and my Google-Fu hasn't been strong enough.
View 2 Replies
View Related
Nov 19, 2013
I'm on a family plan with my wife and 13yr old son. We purchased a Galaxy S4 for our son as a Birthday present in October. However, as of recent his grades have taken a dive. We notice he eats, sleeps and breathes on the phone. He primarily uses it for surfing the net, instagram or youtube. We were thinking of grounding him and removing his phone but we need him to have his phone as a point of contact. However, is there anyway to stop his data usage. I realize there is a setting on the phone to disable data usage but it is fairly easy to re-enable it.
Is there anyway to lock or password protect the phones settings or data usage?
I tried googling but the results kept yielding information relative to the "lock screen" which isnt what im looking for.
View 3 Replies
View Related
Jun 18, 2012
I would like to change my region/language setting independently from the general LANGUAGE-SETTING in settings !!!
Ok that means i dont care about the language my apps will be displayed in as long as it is english "which should be in every rom.."
But i do care about the region they are set in... means when i start MIUI News/Weather (geniewidget.apk) I want to see News from Germany and temperature in Celsius..
When I play "who-becomes-rich" I want Euro for currency! and so on ...
Is there any way to set the region like that ? (build.prop or anything else..?)
Im using MIUI v4 with my G-Nex.
View 1 Replies
View Related
Nov 1, 2010
what is a kernel? I'm just lookin for a basic definition.
View 2 Replies
View Related
Jun 29, 2010
I'm having great difficulty getting basic textures to work in an OpenGL ES app on my Droid (2.1-update1). I trying to render a simple textured quad - four vertices, two faces, with normals and texture coords. When rendered, the texture is garbled and full of static, similar to TV noise. The basic colors from the texture map are there, but obviously the texture isn't being read or applied correctly. My texture load sequence is simple : int[] textures = new int[1]; gl.glGenTextures(1, textures, 0); Bitmap bmp = BitmapFactory.decodeResource(cx.getResources(), R.drawable.img); gl.glBindTexture(GL10.GL_TEXTURE_2D, textures[0]); GLUtils.texImage2D(GL10.GL_TEXTURE_2D, 0, bmp, 0);...
View 2 Replies
View Related
Oct 3, 2011
I am a complete novice to the field of Android applications. I want to build a basic Android application of an "website alert and post service".
Eg: Lets take FACEBOOK or TWITTER as the website.The application which I design should intimate me about the new posts or tweets of my friends. At the same time I must be able to post or tweet just by opening a text box in the application and writing in it. As soon as I write, the message should get posted or tweeted on the website.
I am not sure about the complexity of the above application but I feel this would reduce the trouble of opening a browser, typing the website name and then logging in by putting the username and password.
View 2 Replies
View Related
Apr 5, 2010
I have a Web View. I'd like to show some page from my server, but I require some basic authentication. Is there a way I can specify basic auth credentials when calling Web View.load Data() somehow? I can do this on i phone with the equivalent web view class, thinking maybe same is possible with android?
View 2 Replies
View Related
Aug 16, 2010
I have the following layout in XML (splashscreen.xml):
CODE:............
When I try to execute it in Android 1.5 (executes correctly in all other versions) I get these errors:
CODE:.............
Line 5 corresponds to ImageView line. Do you have any idea why my program executes in all Android versions except 1.5?
View 1 Replies
View Related