Android :: Spare Parts Application

Jan 7, 2010

I tried the Search feature to no avail for this particular question. When I originally downloaded the Spare Parts application for my Motorola Droid, it would show the amount of time each program had my phone in 'wakelock'. Ex: Going into the Partial Wake usage would show times. However, lately I noticed going in there this no longer happens... Anyways, just curious if anyone here has any ideas as to why.

Android :: Spare Parts application


HTC EVO 4G : Does Handcent SMS Take Up A Lot Of Resources According To Spare Parts

Aug 10, 2010

I've noticed that when the setting for Handcent SMS has the Blinking LED to "Fast", "Normal", or "Slow" it'll eat up resources and takes up +80% of the Partial Wake Time Usage according to Spare Parts. I've noticed this with 2.1, 2.2, and 2.2 again after a hard reset. I'm assuming it's an issue with the last few updates of Handcent as I did not have this problem a month ago.

With it set to "Default" blinking it'll consume normal resources like every other app. Thing is with the "Default" blinking, it just stays green like it's fully charged. I'd appreciate if someone else can look into this and see if this same issue is present for you.

View 7 Replies View Related

Samsung Moment :: How To Decipher 'Spare Parts' App?

Dec 21, 2009

I have been reading the forums since i got my phone, and it has been invaluable. Thanks for all the knowledgeable contributors.One thing that was recommended by several people was to download "spare parts", so I did. That being said, I have no idea what the results mean! For example, if I look under battery history, and other usage, it reads "running (100%) and screen time (100%) I have no idea what that means!

Also people state you can tell which applications are sucking the life of your battery, and I have no idea how to do that.

View 1 Replies View Related

Motorola Droid X :: Spare Parts App - Eating Battery

Aug 14, 2010

I always hear people saying how amazing this app is and how to diagnose what is eating your battery. however I for the life of me can't figure it out. I bet it is super simple, but I just can't see it. Where do I go to see what programs maybe keeping my phone awake...what usage do I look at, what do I press? Also, what settings should I use for it? I am about to go into Verizon today, because my phones voltage is above 4v (I heard that when it is in the 4 range, you may have a bad battery also...), but I want to see the amazingess of this APP that everyone seems to know but me

View 2 Replies View Related

Sprint HTC Hero :: Spare Parts APP Missing / How To Download It?

May 13, 2010

I recently flashed the new Damage Control (2.08) ROM on my Sprint Hero, and i realized the Spare parts app is missing. Is it compatible with Damage Control, and if so how can i download it?

View 3 Replies View Related

Motorola Droid :: Get Spare Parts / Battery Percentage In Marketplace

May 12, 2010

I read online you can turn on battery percentage through Spare Parts. BB1 does have Spare Parts installed, but I cannot find the feature. I also found Spare Parts in the Marketplace, but can't download it. Any suggestions? Main feature I want in BB.

View 4 Replies View Related

HTC Droid Eris :: Spare Parts Affecting Battery Life?

Feb 18, 2010

so I downloaded Spare Parts and changed the window and transition animations to FAST, and it has been going noticeably quicker. My only question is if changing the speed will affect my battery life?

View 7 Replies View Related

HTC Droid Eris :: Spare Parts - Partial Wake Usage Media

May 9, 2010

So i downloaded spare parts to see what was making my phone not sleep and at the top when i clicked "partial wake usage " it said "media"

View 4 Replies View Related

Motorola Droid :: Getting Font Size To Sick In Spare Parts Menu?

Jun 28, 2010

anyone having trouble getting the font size to sick in the spare parts menu?

View 5 Replies View Related

HTC Droid Eris :: Spare Parts - Is It Necessary To Sped Up Phone And Improved Performance?

Mar 1, 2010

Is it necessary? Ive seen some people say its sped up their phone and improved performance

View 5 Replies View Related

Motorola Droid : Does Spare Parts 'Task Management Conflict At All With AutoKiller

Jun 4, 2010

I notice that Spare Parts came with a Task Management option. I was wondering if anyone has seen a conflict between using Spare Parts and AutoKiller which seems to have the same job except with more features?

View 11 Replies View Related

Samsung Moment :: Spare Parts Other Usage / Network Usage Too High

Dec 1, 2009

I don't know if it's my phone or what but when I look up the Other Usage on my phone, it shows it "Running" more than 2/3 of the time.And on Network Usage, "Android System" and "Media" use a great deal of the phone as well.I think this might have to do with my "android.process.acore" crashing every once in a while when it's asleep. Based on everyone's feedback I might have to return the Moment for a third time.

View 1 Replies View Related

Motorola Droid :: "Spare Parts" App On Froyo 2.2 For Phone?

Jun 20, 2010

Is there any chance to get the "Spare parts" app on the froyo 2.2 for moto droid?

View 4 Replies View Related

Samsung I7500 :: Change Lock With "Spare Parts" App?

Oct 29, 2009

Am thinking of getting a Galaxy but the one thing that seems to annoy people more than others is the lock button. I have heard that you can download an App called "Spare Parts" which you can config to use the hang up button has the lock button. Has anyone tried this?

View 3 Replies View Related

Android :: Wise Or Not Obfuscating Parts Of Application?

Oct 5, 2010

I'm a bit scared about obfuscating my application completely. I'm afraid to run into issues where I can't figure out a bug because lines and function names wont match. Please correct me if I'm wrong... I thought maybe the simplest way to protect important parts of my code is to create a jar of the important files. I know and understand that jars are good only for classes and no xmls or other Android dependent parts. I believe it would be simple this way since I would not have to worry about obfuscating too much and breaking my project. Also, could be helpful for distributing to clients a library which they can't decompile.

In terms of obfuscating jars maybe I could do the same to the Market Licensing code to protect my paid application from pirating? What are your thoughts on my approach? Maybe bad idea? What experiences have you had with obfuscating your application? Is it not as bad as I think?

View 8 Replies View Related

Android :: How To Exclude Some Parts Of UI From An Application Wide Theme?

Jun 28, 2010

I have a theme in my app that defines a custom color for the background. This is the green you see above the tabwidget. In some of my Activities I'm using a Tabhost for my Layout. Now I get something like this as a result: My tabwidget has a black background and I'm happy with that, but the icons in the tabwidget are transparent and this leads to them showing the green background defined in my style. How can I define the tabhost as not styled and have the transparent icons show the tabwidget the resion on instead of a solid background color?

View 2 Replies View Related

Android :: Splitting Screen Into Two Parts

May 26, 2010

I need to split the Android screen into two parts and run 2 applications (app A and app B) simultaneously. App A will run on screen 1 and App B will run on screen 2. Both are visible to the users. I need to implement this thing in the Android Framework. I do not know much about the android framework and this is urgent and should be done on android 2.1. Is this possible, if yes please explain the procedure to achieve this.

View 2 Replies View Related

Android :: Split The Screen In 2 Equals Parts With 2 Listviews

Oct 19, 2010

I'm trying to put 2 listviews into my layout. The problem is that I don't know the size of each listview in advance. The first listview could have a few items (0, 1, 2 up to roughly 10) and the second listview could have many items (up to 100).

I tried to set the weight of both listviews at 1 but it did not work:

=> If the first listview has only 1 item and the second one 99, you don't see the first item of listview #1 => it's shrinks so much (relative to listview #2) that you don't see it.

So I'm thinking now to split the screen in 2 equals parts (no matter what/no matter the size of each listview) and put the two listviews in each part. Of course it needs to work on any device ... so how do I capture the device screen size, divide it in two and force the listview size to fit in each half of the screen ?

Has anyone done that already ? Is there another option to show two listviews of different sizes on the same layout (should I use a scrollview in some way ? => when the user is reaching the end of the first listview, the second listview appears => is that possible ?)

View 2 Replies View Related

Android :: Layout Division - Divide Screen To Two Parts

Nov 22, 2010

I want to divide my screen to two parts,i have a linearLayout and it contains two linearLayouts again. How to divide these two linearLayous into two equal parts.

View 2 Replies View Related

Android :: What Options Have To Show Sentence Parts With Different Color?

May 26, 2010

I have a longer sentence >200 characters. I need to show on the screen having parts of them in different color, like highlighting search results, each with different color. The text should auto wrap with screen width, and have no break sections between parts. I meant with this that I can put sections on a new line. They will have to continue the previous section, only wrap when the screen is off.

The best would be an EditText, as I need to allow editing also, but I am wondering I am able to change the color of various sentence parts, or just as a whole. What do you think, with what UI elements can I achieve this view?

View 2 Replies View Related

Android :: Going To Order Incredible Can Anyone Spare Google Voice Invite?

Apr 15, 2010

I am going to order an Incredible and would like to get a Google voice account and have it setup when i finally can get the phone April 29th. Can anyone please spare a Google voice invite?

View 7 Replies View Related

Android :: Rubbing Alcohol / Acetone And Droid Plastic Parts?

Dec 5, 2009

More specifically, the rubber/plastic edge that runs around the keyboard the the edge of the keyboard itself (the piece without the letters). I got a tiny bit of super glue on that rubber/plastic (I'm sure it's plastic but it feels kind of rubbery) edge. I'm debating about trying to remove it (it's almost unnoticeable, except to me, meaning I'll notice it constantly ).I know acetone will remove super glue. I've heard that rubbing alcohol can too, which is why I would try it first (it's less caustic than acetone, less chance of damaging the plastic). Is this a bad idea? Also, if rubbing alcohol works, would the alcohol that's on alcohol wipes (like the screen cleaner wipes) work as well? They're both isopropyl so I don't see why it wouldn't (the concentrations may be different, that's the only thing I can think of). Never applied either of these two things to plastic so I'm not sure what will happen.

View 2 Replies View Related

Android :: How To Break A Large Image Into 8 Equal Parts In Droid

Nov 16, 2010

I just want to break a large image into some equal parts like 4, 6 or 8.
can we do it?
actually i want to store every parts of image as a separate image in my
drawable folder for future use.

View 1 Replies View Related

HTC EVO 4G :: Get Parts Besides Flea Bay?

Oct 13, 2010

Anyone know any good sites to buy HTC EVO parts on or is there a section here that lets you buy/sell? I have somehow managed to break the mic on the phone and have been searching everywhere to find a replacement one other than shelling out more money for a used or damaged one.

View 16 Replies View Related

Android :: Way To Skip Parts Of An Activity Stack When Returning Results In Droid?

Oct 16, 2009

I'm making an app which has a flow roughly as below: User starts on the main screen with an empty list, hits menu, and goes to "add item." (Activity A) User is given a new activity which allows them to specify search criteria, then hits "go" to do a search. (Activity B) User gets a list of results, and can click on one of them to view more details. (Activity C) User sees details of item, and can use a menu item to save it to their list in Activity A. (Activity D) Right now, I am having each Activity call each other Activity for results, and then it is passing the result all the way back up the stack as it returns to Activity A. Is there a way to jump this, since all I want is for a result in Activity D to get to Activity A directly? Note that a user should still be able to navigate backwards (using the back button) through each activity, but if they explicitly save the item in Activity D, I want it to jump straight to Activity A.

View 2 Replies View Related

Android :: Utility In Droid SDK / Java To Replace Parts Of A String Using Placeholders?

Sep 4, 2010

It would work something like this

someUtility.replace ("Hello, my name is {1}. What is your {2}?", "Mark", "name");

View 3 Replies View Related

HTC : Where Can You Get Spare Batteries For Hero?

Oct 26, 2009

Doesn't have to be HTC branded, as long as it's form a reputable source?

View 6 Replies View Related

HTC EVO 4G :: Instincts Spare Battery Charger?

May 21, 2010

I was an unfortunate early owner of a Samsung Instinct (returned it lol). The interesting thing about it was that it came with a convenient battery charger/case that I think would be perfect for the Evo. Anyone know where u can find one similar to the Instincts spare battery case for the Evo? Here's a link to the Instinct one Original Samsung Instinct Battery Charger Case, ABCC778BBABSTD Free Shipping!

View 4 Replies View Related

HTC EVO 4G :: Desktop Dock With Spare Bat - Charger

Jul 26, 2010

Sprint HTC EVO 4G USB Desktop Cradle with Battery Slot. has anyone purchased this? what do we think?

View 3 Replies View Related

HTC Incredible :: Use Spare ZAGG Coupon?

Apr 28, 2010

Does anyone happen to have a ZAGG coupon that I may be able to use? I just registered but it only gave me one for 10%, which is probably the lowest amount.

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved