HTC Incredible :: Thread Dedicated To The Safe Removal Of Apps
Jun 30, 2010
I want to see a thread for my own sake and others on what apps people have removed and what is safe.In order to remove an app use these directions.Footprints: (I had to do a Nandroid backup after removing this becauuse maps would not load in navigation) some online have reported the same problem while others here said it worked for them) JUST BE SURE TO MAKE A BACKUP FIRST.Another app to watch for is Friendstream as people have reported problems with constant sync issues.(Also just a question when removing apps do you need to run the same command line ending with .odex?)
View 38 Replies
May 8, 2010
Can someone post a list of apps that are safe to remove. I'm running damage.
View 2 Replies
View Related
Jul 28, 2010
There are so many different roms out there right now. Not only is that confusing for new users. But the fact that there are so many different versions of each ROM that i cant tell which one is the latest version of each. For example. Bugless beasts latest version is 0.4. But their is 1.1, 0.3. Can someone make a thread for all the latest ROMS and when they were released? If there is already one. LINK please.
View 11 Replies
View Related
Apr 8, 2010
I have a main class activity that does the task of sending control to other activities on click of a button. I am also starting a thread in the main class. This thread basically sets up a connection with the server and is active throughout the lifetime of the application.I have two functions in the thread class, send and receive data from server.Therefore, when the other activities need to send/receive data from server, they use those particular functions.First of all please let me know if what I am trying to do is fine as per the architecture of the operating system. If its fine, when I try to run the code, the app crashes and i see a NullPointerException and a RuntimeException in the DDMS log.Could some one please help me out in this or suggest a better way to implement the concept.Also, please be assured that, the other functionality of the code works perfectly fine.
View 15 Replies
View Related
May 9, 2010
I was thinking about using a banking app for my phone, but I am not sure how safe they are. I bank through PNC and was thinking using Android Banking (as far as I can tell PNC does not have there own app yet). I'm still not sure about using a third party app and having my identity stolen. I know I can get the info by using the browser, but it just seems that apps are more convenient.
View 13 Replies
View Related
Dec 17, 2009
Is the SQLiteDatabase thread-safe?
View 2 Replies
View Related
Nov 13, 2010
As I read at many places this phrase "the Android UI toolkit is not thread-safe"
Why is that,just I want to understand .....
View 3 Replies
View Related
May 7, 2010
Is the BitmapFactory.decodeStream method thread safe?
View 2 Replies
View Related
Nov 15, 2010
Let me give you the scenario.
Say that my first Activity that loads up, also creates a thread, which will run indefinitely in the background.
Now, if I move to another Activity, I assume that the thread that I initially created in the main activity will continue to run.
So, now to my main question - in order to manage this background thread from other Activities, is it safe to store a reference to that thread in a singleton object?
View 2 Replies
View Related
Jul 21, 2010
Suppose my activity ui-thread spawns a separate thread at some point. Is it safe for that new thread to fire off an Intent for launching a new activity?
View 1 Replies
View Related
Sep 20, 2010
I'm wondering whether prepared statements in Android (instances of SQLiteStatement) are thread-safe. In particular I'm asking with regard to the following scenario:
In a ContentProvider you create a pre-compiled insert statement during onCreate. Then, in the overriden insert method you make use of this statement by binding a set of parameters to it and calling executeInsert on it.
We know that a ContentProvider has to be written in a thread-safe manner. If SQLiteStatement does not bind parameters per thread, a concurrent call to the provider's insert method would alter the statement's bindings and result in unpredictable behavior.
Android's own Contacts provider uses prepared statements in this way (http://bit.ly/bDuKAT), so I tend to believe that they are in fact thread-safe. Looking at the source code of SQLiteStatement I don't see how though (http://bit.ly/9M1Swv).
So, is SQLiteStatement (or SQLiteProgram that is) thread-safe with respect to parameter binding or not?
View 1 Replies
View Related
May 6, 2010
Is there an official thread or forum for the android where you can request apps to be made? basically you suggest an app to be made then others can vote if its as good idea and if enough people like it someone will make it and put it in the market?
View 2 Replies
View Related
Aug 26, 2010
Ok, so I have been seeing a bunch of requests for black and red icon packs. Since we have a wallpaper thread, why not an icon thread? For any colors, shapes, whatever. Post your icons, or a link you your favorite icon pack be it on deviant art or an app in the market or anywhere else.
Here are some apps that will allow you to change icons. If you PM me or post others here, I will try to keep up and add them.
BetterCut allows you to change icons LauncherPro allows changing icons on its dock
There are numerous apps out there like Fake Chrome that will change one specific icon for a specific program.
View 14 Replies
View Related
Apr 28, 2010
I think we should use this thread to recommend and help people looking for apps.
I'm looking for a specific battery app that adds a % value to the green battery bar at the top of the phone. I don't want a widget on the screen or anything else. Just to add a numerical value to the battery bar.
View 3 Replies
View Related
Jun 8, 2010
I was digging through the apps stored in /system, and noticed "googleapps.apk". Anyone know what exactly that's for, and can it be removed?
also, can "flickr", "navigator", "talk", "voice dialer", "voice recorder", and "voice search" be removed as well? I'm guessing yes, but just want to confirm.
View 11 Replies
View Related
Aug 11, 2010
I have been agonizing for a month between the X and the Dinc. Up until last night, I still had no idea which one I was going to buy. I liked the video capabilities of the X, but from everything I'd read motoblur sucks. Also, for some strange reason I was hung up on the Dinc's lack of a dedicated camera button. I ordered my Dinc at 3 pm today, and I'm pleased to say it will be here by 3pm tomorrow. At which point I'm going to run over my Blackberry 8900 with my car.
View 12 Replies
View Related
May 4, 2010
I have tried Ebuddy and I was not very happy with it. I'm looking for just a Yahoo Messenger application. I can't find one anywhere. Yahoo is the only messenger that I use so I don't need all the other messengers on one, and I did not like the way EBuddy was set up.
View 26 Replies
View Related
Nov 17, 2009
Is it possible to remove any of the base apps? I have no use for the corp email and would like to remove it.
View 14 Replies
View Related
Jul 26, 2010
Trying to revert my Dinc to before the ota update. I'm trying to get the code entered in the command window before running the PB31IMG.zip file and have run into a snag that, being, I don't know much about the using command window. (adb push flash_image /data)(adb push mtd0.img /dat. Both go through fine, but when I type: (adb shell) and press enter my next line of code starts w/ :(~#) upon my typing (chmod 777 /data/flash_image) I get: (~#) again. Quick question: 1. Is the (~# ) correct and if not how do I get past it to enter the remaining code? 2. Do I just continue to type the remaining code after the (~#)? 3. After rebooting, what volume do I type the (fastboot devices after? C: or C:sdkools? I obviously don't know much, if anything, about using the command window.
View 3 Replies
View Related
Jun 24, 2010
Removed the Footprints and Peep widgets following some directions from the board here... Now when I go into the widget menu, I have 2 entries. One is "0.0dip" and the other "false". Footprints was "0.0dip", as I removed that last night, and now "false" from removing Peep.
View 6 Replies
View Related
Aug 11, 2010
Just received my Incredible last night and already have 2 sets of contacts. One from Google (Gmail) and one from the backup assistant. They have you download those on the backup assistant when setting up the phone. I would like to delete the backup assistant ones and use the Google ones. How would I go about that?
View 4 Replies
View Related
Dec 11, 2009
Ive been wanting to download a couple apps that im not so sure about...theyre on the offical market place.. im afraid of getting a virus or malware or something like that...i really cherish my phone and i just wanna be sure that downloading an app from the offical marketplace wont bring harm...so they're certificate for apps and such.. do they filter out harmful apps? am i being too cautious? are the apps on the offical marketplace 100% safe and "virus/malware etc" free
View 26 Replies
View Related
Jul 3, 2010
I would like to know if it's perfectly ok to uninstall (or is it even possible) native apps such as the "Messages" if I already have the "Handcent" or "People" if I already have the "Phonebook 2.0" on an unrooted Desire?
View 9 Replies
View Related
Nov 6, 2009
I am new to downloading apps on a smartphone, but I see that many of them are made by what appears to be individual people, and are free, does this mean there is any kind of concern for any virus, or others (or the app maker) to get into my info. I know it tells you the app will have access to all of your phone data.. should I be at all concerned with the possibility of anything happening from getting free apps made by individuals?
View 3 Replies
View Related
Nov 9, 2009
As we all know, the Hero was released with a battery drainage issue. After successfully following the instructions on how to circumvent the issue,I kind of had a feeling like I should be careful on which apps to download so as to not undo the workaround. (It did eventually happen but I have had to factory reset my Hero only once since then.) That being said, is it now safe to download apps willie nillie?
View 4 Replies
View Related
May 11, 2010
Why is there not a sticky listing default apps that are safe to remove and, probably more importantly, NOT safe to remove? Seems like this would be good info (especially for noobs) to see.
View 19 Replies
View Related
Jul 24, 2010
Okay, I don't use sense anymore because I am totally loving launcher pro. However, I have noticed with fresh 2.3.3 that there is a lot of junk on there that I don't want or need, like "coin," "battery," "Dice," etc. Since these are system apps I can't remove them through the uninstall app. Does anyone have any idea of which of these sense apps are safe to remove through adb and which are not?
View 10 Replies
View Related
Jun 3, 2010
Status: ROOT ,,Root Notification Thread (Root Achieved and thread open)
View 49 Replies
View Related
Sep 4, 2009
Is it safe to download and install any Android apps that are available on the Internet? Or are there recommended 'safe downloading' practices which I should follow?
View 6 Replies
View Related
Apr 17, 2010
This thread is for speeding up android and improving battery life for Behold 2.I learned back in my days of ignorance(iphone days,lol) that by removing certain startup apps,services,and languages you can make the phone faster,and have better battery life,you can do same thing on android.Less services=more RAM,more CPU power,faster os,better battery. Updated Things you will need: Root and Root Explorer app or ADB,there is probably other apps you can use also.
With your Root Explorer or Astro navigate to /system/app folder,cut and paste any service or app that you don't need to a backup folder on sdcard.That way if you removed something that you might need later you can always put it back (NOTE:when you put back apps that you removed don't forget to set permissions,that's the reason i recommend using Root Explorer because other file managers to my knowledge wont let you set permissions on files)..................
View 32 Replies
View Related