|
Jan 16 |
comment |
How do I root my Nexus 7? There is a step missing before 5, where you backup the userdata. |
|
Jan 10 |
comment |
Android as WiFi bridge with AP @ce4 Indeed, I was thinking of a repeater, but I learned that this is not possible. |
|
Jan 8 |
comment |
Android as WiFi bridge with AP There are several wifi tethering apps, some even don't need rooting. Guess where you can search. |
|
Dec 30 |
comment |
nexus 7 says it's charging but it isn't When you press power off and it hibernates, it goes to a deep sleep. You can still wake it up by a long press on the power button. |
|
Dec 30 |
comment |
nexus 7 says it's charging but it isn't You can't remove the battery that easy. I guess there is some app that's consuming too much power, and with normal usb charging it pulls only 500 mA. Reboot the device and try again. |
|
Dec 27 |
comment |
How do I debug my wi-fi connection? Any hints in adb logcat? |
|
Dec 26 |
comment |
Cannot turn Nexus 7 on after locking the screen I remember that behaviour too, but not in the last 2 months, iirc. Have you updated to the last version (4.2.1)? Could you still get a response by adb shell or adb logcat? |
|
Dec 23 |
comment |
Tar header contains invalid size The ending md5 tells that this is just the md5sum of the real file, which possibly ends with tar.gz or tar.bz2. |
|
Dec 14 |
comment |
My device is getting slow, apps start misbehaving/crashing. What can I do? Are there any hints when you look at the output of adb logcat? |
|
Dec 1 |
comment |
How can I find out the Wi-Fi password from android setting @michael I always do adb root followed by adb shell. |
|
Nov 28 |
comment |
How to create a Local Area Network with Android device? Do a cat /proc/net/dev in adb shell, the first column is the interface name. The do ifconfig ifname, it will show you the ip address. |
|
Nov 26 |
comment |
Why won't my nexus 7 update to Jelly Bean 4.2? Have you rooted your nexus 7? |
|
Nov 17 |
comment |
GMail “All Mail” not showing anything from last 30 days on Nexus 7 or Nexus 10 Compare with pastebin.com/r7kePgTZ it looks somewhat different. |
|
Nov 17 |
comment |
GMail “All Mail” not showing anything from last 30 days on Nexus 7 or Nexus 10 Forgot to say, I have a Nexus S with CM 9 and a Nexus 7 with today's update to 4.2, both can sync the mail account with no problem. |
|
Nov 17 |
comment |
GMail “All Mail” not showing anything from last 30 days on Nexus 7 or Nexus 10 Can you turn off sync for that account, start adb logcat, turn on sync again and show the log here? |
|
Nov 16 |
comment |
What is a good way to approach a developer about supporting my device? Have you contacted the developer of that app? Most likely he won't have a Nexus 7, so he can't test his software with that device. |
|
Nov 16 |
comment |
How can I find out what app is using my GPS from the background? Have you checked the output of adb logcat alady? |
|
Nov 7 |
comment |
Google+ instant upload screenshots On my Nexus S with CM9 the "normal" pictures are stored in /sdcard/DCIM/Camera and the screenshots are in /sdcard/Pictures/Screenshots and they are not uploaded by instant upload too. |
|
Nov 3 |
comment |
Samsung Galaxy Nexus 4.1.2 Unable to connect to mobile network Connect the thing to a pc with usb and do adb logcat (maybe you need the sdk before). |
|
Oct 28 |
comment |
Unable to copy files to /sdcard Isn't the target named /sdcard or /storage/sdcard and not /system/sdcard? |