|
1d |
comment |
My Nexus 4 says it's charging but it's actually discharging Next time this happens, go to Settings => Battery and check what app is consuming your power. Normally it should be screen 70%. |
|
1d |
comment |
Laptop Stolen. How to retrieve the stored MAC address of my laptop from the Network logs of my Android Phone? Check if it's in a wireless router you've been using lately. (in the dhcp tables) |
|
2d |
comment |
Protect music player from being killed? Does it happen with other music player too? Like Meridian e.g.. |
|
May 16 |
comment |
Running own executable on Android shell Tried chmod +x pgm and then ./pgm also? |
|
May 6 |
comment |
How to prevent Android from creating LOST.DIR on SD card? I wonder if that directory could be the equivalent of lost+found on unix systems. |
|
Mar 15 |
awarded | Editor |
|
Mar 15 |
revised |
How can I see the RRC state and signal level of an HTC Explorer? Added code tags to make the stars visible |
|
Mar 15 |
suggested | suggested edit on How can I see the RRC state and signal level of an HTC Explorer? |
|
Mar 10 |
comment |
“Charging paused. Battery temperature too high” while connected to car charger I wonder if you can measure the Ampere of your car charger. The Galaxy S2 may not be able to handle this. |
|
Mar 10 |
comment |
“Charging paused. Battery temperature too high” while connected to car charger The car chargers I use gives 1 A. What does your wall charger for that device specify as max Ampere? |
|
Feb 21 |
answered | Why do linux commands not work properly on android? |
|
Feb 21 |
comment |
Why do linux commands not work properly on android? @KshitizSharma toolbox was new to me, I've used Busybox before. There's not much documentation about toolbox, I got me the source from android.googlesource.com/platform/system/core/+/jb-mr1-release/… to look at each command's parameters. |
|
Feb 21 |
comment |
Why do linux commands not work properly on android? @KshitizSharma Look into /system/bin with adb shell, most programs are a symlink to toolbox. See the first answer in androidquestions.org/threads/189-Android-Command-Reference |
|
Feb 21 |
comment |
Why do linux commands not work properly on android? Most commands are not the original gnu versions, they are either from toolbox or busybox and mostly stripped down versions. |
|
Feb 19 |
awarded | Supporter |
|
Feb 17 |
answered | Does the Google Nexus 10 tablet-PC have a standalone GPS? |
|
Feb 14 |
comment |
How to get an alarm / warning when it starts to rain All I could think of is like examining a radar picture, e.g. from dwd.de => Deutschlandwetter => Radarbild, but it is always 15 minutes late. So the app must check a bigger area on the picture, then it could warn you in advance. |
|
Feb 12 |
comment |
Creating Swap memory without rooting I know only 2 swapper apps, both need root. Search for swapper in play store. |
|
Feb 12 |
comment |
“press” spacebar on website You can also use the greasemonkey plugin (in firefox) and simply add it online. The site owner will not be aware of it. |
|
Feb 12 |
comment |
“press” spacebar on website This is just html with javascript. Copy it to another site and modify the code (put a button in it). |