|
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). |
|
Jan 31 |
comment |
Lost all files on /sdcard when transfering files from PC If you haven't rebooted since that, try adb logcat >n7.txt, maybe you find some hints in it. |
|
Jan 29 |
comment |
How accurate is the GPS in my Mobile Phone? @Broam is that a gta02? What distribution? |
|
Jan 26 |
answered | adb shell mount command: documentation? |