Most Popular

1500 questions
13
votes
6 answers

How do I get my Nexus 7 to show up in the adb devices list?

So I have a Nexus 7 that I'm trying to connect to my Windows computer for debugging over adb. Adb works fine with my phone, but when I plug in the tablet and run adb devices in Windows I get an empty list back: C:\android\sdk\platform-tools> .\adb…
David Hogue
  • 261
  • 1
  • 2
  • 9
13
votes
3 answers

Quick way to enter three dots (ellipsis)?

The Samsung keyboard has a Quick Symbol key, where ".,?" are on the same key and accessed similar to the T9 method (don't know if this is standard for Android keyboards). A good idea, but how can I quickly enter an ellipsis (three dots)? The best I…
pesche
  • 777
  • 1
  • 10
  • 17
13
votes
1 answer

Can I lock the Nexus 4/7 bootloader after flashing a non-stock ROM?

I know that doing a fastboot oem unlock will both unlock the bootloader and wipe the data on the device. Unfortunately, while this allows me to install a non-stock ROM like Cyanogenmod, my understanding is that it also allows anyone w/ physical…
Jeff
  • 233
  • 1
  • 2
  • 6
13
votes
5 answers

Activate Device Administrator via ADB

Is it possible to activate Device Administrator via ADB command instead of tapping "Setting -> Security -> Device Administrators --> Select App --> Activate" on handheld? If it's possible, how?
marengga
  • 133
  • 1
  • 1
  • 6
13
votes
4 answers

How do I root my HTC Hero?

I'm tired of waiting for my Android 2.1 update to arrive, so I've decided to root my HTC Hero. Any direction as to how I should do this? Note: I actually have a T-Mobile branded version, so I do need some workaround because it doesn't let itself be…
Ivo Flipse
  • 1,265
  • 1
  • 21
  • 30
13
votes
1 answer

Stop Gmail notifications when receiving email from particular sender

Is there any way to stop the Gmail app from popping up a notification if you get an email from a specific sender? My specific case is that I get a lot of emails from a careers site that I'm not usually interested in reading immediately so don't need…
Peanut
  • 3,386
  • 5
  • 29
  • 43
13
votes
2 answers

Starting an activity listed under "Settings" from terminal (or adb shell)

I would like to start this activity from terminal: com.android.settings.Settings$PowerUsageSummaryActivity I tried am start -S com.android.settings/.Settings$PowerUsageSummaryActivity and this is what I get: Stopping: com.android.settings Starting:…
juniecho
  • 163
  • 1
  • 3
  • 6
13
votes
1 answer

Is there a list that explains the risks involved with each granted application permission type?

Usually, an installed Android app will request permissions such as Phone calls read phone state and identity or System tools prevent phone from sleeping But the actual consequences from a privacy standpoint are often a mystery to me.…
n611x007
  • 295
  • 3
  • 10
13
votes
9 answers

Whats the use case of proximity sensor?

Can anyone explain to me what is the purpose of the proximity sensor, on my phone. What if my phone's proximity sensor stops working or gets damaged. What problems will I face? PS: I am just curious to know.
Mohit Jain
  • 275
  • 1
  • 2
  • 8
13
votes
5 answers

Discover version of Bluetooth

How can I know what's the Bluetooth version of my Android device?
Jean Paulo
13
votes
3 answers

Is there any way to re-render a photosphere?

I took a photosphere earlier today, and went to the gallery to wait for it to render. While it was rendering, I switched from landscape to portrait and the gallery app crashed. I'm now left with the pre-rendered, non-stitched images. Is there any…
DeadlyBrad42
  • 385
  • 3
  • 9
13
votes
5 answers

How do you clear share actions bound to ‘copy to clipboard’?

I accidentally set a sharing intent to always copy to clipboard. I know that usually to unbind these defaults, you go Settings > Apps > All > [bound app] and hit the 'Clear defaults' button from there, but I've had a look at all the system- or…
colons
  • 235
  • 1
  • 2
  • 8
13
votes
1 answer

How to speed up Android during bootup time?

I'm looking at the bootup time of Android on my embedded device and I'm trying to get a sense for where I can save some time. 1) What are some things that you've done to really help speed up the bootup time? So far I looked at the bootup animation…
dana
13
votes
2 answers

Is there a RAM test for Android devices?

I need to fix a friend's phone this evening that has suddenly produced loads of android.process.media and com.google.process.gapps errors. I am going to reinstall the OS as it's an older ROM but it got me wondering: there is memtest for x86 based…
Peter Grace
  • 605
  • 1
  • 6
  • 14
13
votes
3 answers

Backup using adb on a phone with a dead screen

I have a Galaxy S3, screen is visually and touch impaired. It is USB debug enabled, un-rooted. I'm able to use Droid@Screen to see my screen, which i'm able to unlock. I then run this command: adb backup –apk –shared –all –f…
DanBig
  • 231
  • 2
  • 4