id
string
title
string
text
string
5541
Troubleshooting the Android Emulator
When starting up my emulator at home, the emulator takes forever to start. Sometimes it does not start. If the emulator starts, it is hit or miss if I get a network connection. When it does finally start, and I do get a network connection, it is incredibly slow. I have the same set up at work, and the emulator flies. I...
5544
Does the HTC Droid Incredible Ship with Android 2.2 (Froyo)?
I am just now ordering the HTC Droid Incredible. Will it come with the 2.2 version of the OS already installed?
30061
Samsung Galaxy S3 stock email app - Load more details
I use the S3s stock email app for my Hotmail account, but I haven't been able to find a setting to allow the emails to be automatically loaded in HTML view. For each email I have to scroll to the bottom of the email and select "Load more details", then the email loads in HTML and all the hyperlinks are converted to gra...
37084
Get RSS link from page into RSSDemon
When I tap on an explicit RSS link shown in a web page, I have the opportunity to complete the action using RSSDemon. But no such thing happens for hidden RSS links, whose presence is revealed via the RSS icon in the address bar. When I tap on that, I can only add the feed to Google reader. Then I have to import the li...
30065
Command or script to read a binary file and skip some bytes every X bytes
I am trying to find an Android shell command that is able to read a file but that has the power to skip, for example 512 bytes every 1024 bytes. Does such a command exist and is available for Android devices? I have looked at **dd** documentation but couldn't figure out if it is possible to use dd for that purpose. You...
33700
Does Rooting Exploit a Security Weakness?
According to the Wikipedia page for Andorid rooting, > The process of rooting varies widely by device, **but usually includes > exploiting a security weakness in the firmware of the device** _[emphasis > added]_ , and then copying the su binary to a location in the current > process's PATH (e.g. /system/xbin/su) and gr...
72911
Path for Nexus 5 from OS X
I would like to export the list of files so I'm looking for a command to change path from Terminal of OS X 10.9.2. Could you kindly tell me how to change path? i'm using this command to get the list of files for SD card. So, Please kindly tell me how to download all files which I taken a photo and something without syn...
72916
auto brightness not working in vertical position
I am having Samsung galaxy note 3 with android 4.4.2 kitkat. In my device the auto brightness does not dim the brightness when outer light sources are turned off and my phone is placed in VERTICAL POSITION. Apart from it, the auto brightness works fine when phone is placed horizontally on a flat surface like table. So ...
72917
Bootloop, Stock Recovery, USB debugging off
I'm using a _Samsung Galaxy S DUOS GT-S7562_ running Android ICS. Before my phone got bootlooped, I used to change the `build.prop` in `/system/build.prop` to add a navigation bar to it. I added `qemu.hw.mainkeys=0` at the end of the texts, and did a reboot. Now my device is bootlooping. I only had a stock recovery, an...
72914
Motorola MC40 Bootloop
We have a MC40N0 device which is not booting up. It just goes to the Motorola logo and stays forever. Last action which was done with it turning it off. So there's a chance that any other option on power off menu got tapped. (Power off, Reset, Battery replace etc.) Could you know any way we could make it work again? Th...
5890
Android and .mov files
How can I play .mov files on Android 2.2+ without converting them? **EDIT:** I am looking for a way to install Codecs rather than find a video player on the market if possible. Thank you.
47377
Android Mockup Tool that can read/write balsamiq files
I've been testing some mockup tools for android but none seems to be able to import balsamiq mockup files. Has anyone found one yet or any converter out there? I already tried "Mockups.me" and "Mockups for Android"
47374
LAN not working properly from one specific device
I have a Nexus S running cm10, which can connect without problems to the internal LAN. However my Nexus One running cm7, for reasons that are completely beyond me, fail to connect to it. I'm totally clueless, I have no idea where I could investigate any more: * it is connected to the internet via Wifi, and access to ...
47375
What are the folders 'burstlyImageCache' and 'burstlyVideoCache' and can I delete them?
I'm interested in the following two folders found on my Samsung SIII: * `/storage/sdcard0/burstlyImageCache` * `/storage/sdcard0/burstlyVideoCache` Together they only come to about 1.5 MB on my device. What application creates these, and can they be safely removed?
5897
Can't get past the pulsating boot screen after complete battery drain
My phone ran out of charge this morning after I made a couple of phone calls in bed. I was too lazy to get out of bed to plug it in. When I plugged it in later, and pushed the power button, the phone is continously looping the pulsating X loading animation. The only way to switch it off at this point is to replace the ...
11234
ADW Launcher crashing on home screen
I installed the wrong theme for ADW and now it crashes every time the home screen displays. Since the home screen keeps crashing, I can't seem to reach the settings pannel to disable the stupid theme. I've also tried "Safe Mode" but so far it doesn't help.
11237
27 MB + 4.2 MB = 28 MB? Where'd my space go?
After getting the "low on space" message on my Nexus One for the umpteenth time, I went to into the "manage applications" screen to uninstall applications I hadn't used recently. I waited for the screen to fully load before I did anything. It said I had 27MB free on my internal phone storage. I then clicked on the "Foo...
39127
Can you use a minute plan with Google Voice?
I recently learned about Google Voice and was wondering if I could apply it to my current cellular situation. I have a pre-paid minute plan with an Android phone. Ideally, I'd like to use minutes whenever I'm not under a Wi-Fi network, and when under a Wi-Fi network texting and talking would be free. Is this possible w...
39124
Setting wallpaper - wrong orientation
I'm trying to set the wallpaper on my Nexus7, and no matter what I try, the blue "crop" widget that lets you specify the area of the image that is the wallpaper is always in the wrong orientation. So when I make this widget as large as possible, it's only covering part of the image. The image size is 1280x800, so I sho...
17262
Can you get MAC drivers for Huawei U8180?
I have a Huawei U8180 (sometimes called X1). When I mount the USB I can see the SD card and there is also a tool on the device to install the Windows drivers. But can't seem to find anything for Mac. Does anyone know if you can get Mac drivers for it so adb commands will run on it?
27516
Download YouTube Videos from Mobile?
Is it possible to download YouTube Videos on my New Samsung Galaxy Y android phone and have it stored in my SD card?
58936
How to stop Skype starting on my Android phone when someone calls me on Skype and I answer on my PC
Whenever I answer a Skype call on my PC, my Android phone opens the Skype app (and starts using cellular data if it is not within wifi area). How do I prevent this occurring, since I do NOT wish Skype to start on my phone unless I choose to start the app there. Note that someone else asked this, but it was marked as a ...
74812
Permissions and owners of /system/etc/hosts
Can somebody please tell me what permissions, owner & group I should give to /system/etc/hosts file? My current script is: #!/system/bin/sh ln -s /system/etc /etc touch /etc/hosts chmod 644 /etc/hosts chown root:root /etc/hosts echo "IPADDR DOMAIN" >> /etc/hosts svc data disable ...
42472
how can i enable usb otg feature on my android (1GhzDual core mtk 6577)
i have a 1Ghz dual core android with 512mb ram. The original model of this phone is called Gionee GN700W, i have attached the debug info of my phone. kindly guide me to enable this usb otg feature in my android thanks. Link for the usb otg debug info https://docs.google.com/file/d/0B1VCDtxNBtdPSFY3SEg2TnNoV3M/edit?usp=...
42470
How do I install a custom ROM?
I have a sprint s3 and I just rooted my phone and it was done correct. my question is do I need to download the roms to my computer first then copy to my phone.I have been trying from my phone. it downloads but can't open. help please. thanks
42474
Is there a minimal installation of ADB?
When it comes to troubleshooting, I often read recommendations like "Use `adb logcat` to find some more details". Looking for a good way to backup all my apps including their data, Full Backup of non-rooted devices refers to `adb backup` and `adb restore`. In several places one can find ways to remotely do on an Androi...
16613
Android Google map to provide alternative route
Google Map web version can provide 3 alternative routes when routing directions. However, it seems Android Google map can only provide 1 route and have no option to choose alternative routes. Is there any way to get the alternative routes?
16612
Does a carrier know I am tethering via Wifi Hotspot?
I am using my phone's built in Wifi Hotspot to share wifi with my laptop and my other devices. I am using android 2.3 (Gingerbread), and the phone I have is the HTC Desire Z. **Questions** Is it possible for a carrier to detect that I am using "Wifi Hotspot" and sharing my mobile data connection with other devices? Fur...
16610
How can I modify the phone model in build.prop to get unsupported apps?
I currently have a rooted HTC Legend. In light of the current Android Market sales, I would love to be able to purchase some of the apps on sale without a compatible handset, since I plan to get a GNex in the next few weeks. I've read that it may be possible to modify my build.prop file to a more modern handset, howeve...
16617
How can I listen to free online music while performing other tasks on my device?
I have Android 2.2 on my phone and I want an app that lets me listen to free music online in the background while I browse through other apps or do something else on my phone. The YouTube app closes once I minimize it, so I have to keep it open to listen to music. I have tried apps like Shazam and Soundhound but they d...
16614
Video recording asus transformer
I would like to record video of the screen of my asus transformer. I don't need high fps. 12 to 15 fps would be more than enough for my needs. I tried searching for an app on the market for this purpose. But there doesn't seem to be any app that allows me to record video of the screen of my asus transformer. So, I was ...
12766
What to do before root and flash my phone?
Right now I have in my phone the stock rom and I haven't rooted it. I want to root it and change the rom. 1. What should I do first, root or flash the rom? 2. I don't want to lose all the configuration, apps, apps data or files (images, music, videos, etc in the SD). How can I do to be sure to avoid this? 3. I wa...
12765
What is this Status Icon?
My Samsung Droid Charge has an icon in my status bar that looks like a plus inside a diamond with three curved lines extending from its right side. It is the left-most icon in the right adjusted icons in the status bar of this home screen capture. ![enter image description here](http://i.stack.imgur.com/1Wt2u.png) What...
64720
Name of app that programs phone by location etc
I can't find an app I saw explained in you tube, with a blue logo and a single word similar to "control" , that let's you automatically control your phone settings, by, location, accelerometer, almost anything.
64721
How does samsung SView FlipCover Work
How does the Sview Flipcover work? I know some apps that use the proximity sensor to check this and turn on and turn off the screen. Sview cover does not require any softwares,How does it communicate with the device?
63710
Can you run 'normal' Java programs on Android?
I know some 'normal' Java (computer Java), and I want to run such a program on my Android device. Is this possible? If yes, how?
63714
MID android an ME
Asking this question to get a better idea of where to look for software for what i want to do as i have exhausted Google Play for apps that might do what i require, so if you could advise me if the Code exists for: I have a Behringer BCF 2000 that I would like to use as a controller on a Android DAW, The BCF 2000 Is a ...
63715
Cannot install some apps in Android 4.1.2
I have a Motorola Razr D3 cellphone. Although I have at the moment 800 megabytes free on the device memory, some apps report insufficient space to perform the installation. I've cleaned caches and removed many apps. I'm unable to install some software, for example, Aircrack-ng. ![Storage space](http://i.stack.imgur.com...
21163
Google authenticator app says that this version is no longer supported
I'm a bit concerned about the message this app is giving me. It is saying that my currently installed version is no longer supported. Why am I getting this message directly from the app, shouldn't the play store be telling me that an update is available to update this app?
21161
How to reinstall corrupted Android applications with ease?
The other day I woke up, my Android phone was frozen and only removing the battery helped to reset it. It looks like overnight something terribly went wrong as the memory card was not readable anymore and even after formatting it, it got a few bad sectors in the report. I have about 150 applications installed and some ...
21167
Asus Transformer Slider frequently freezes
I am a not-so-proud owner of an Asus Slider tablet, the one with the slide-out keyboard. I find that whenever I shake the device, open the keyboard, or otherwise move the tablet, it freezes up. I sent it into ASUS for support, but they said they did not find anything wrong with the tablet. I also tried leaving the tabl...
64098
Android Google Play Hangs
When ever i download an app from google play my entire UI is stuck until i press back button. Is it a device problem ? I don't see this in some other devices but seen in some also. Persistent issue is in `Micromax A68` and `Nexus 4`. Since its an inbuilt application how can i fix this issue.
64091
widgets with cutomized service?
I am new to `android`, just bought a `nexus 5`. I am now trying to customize my desktop (I am using nova launcher \+ Zooper free widget maker ). Now, the problem is, can I customize the service of a `widget`? Say, I liked a weather widget in `zooper`, I want to use it. But the weather service of my choice is accuweathe...
64097
Will I still receive OTA updates after rooting my Nexus 5?
I just wanna ask that after rooting Nexus 5 will I be receiving OTA updates by Google ? Or I'll have to install a custom ROM ?
42295
SD Card messed up
I had recently partitioned my SDCARD to work with my phone. Added an EXT4 and FAT32 partitions. After a power failure the data got corrupted. I can still see it but it's not the same as before. I've tried the following programs: dd fsck e2fsck fsck.ext4 Works but doesn't do anything. After a relaod of the card ...
46933
How to change calendar settings to month view?
My calendar is stuck on viewing the agenda when I open it. I would like to view the month page when I open it. How can I configure it to work like this?
49744
How do you capture video from the command-line on an Android device?
How do you capture video from the camera on command-line of a rooted Android mobile device?
46931
Why does the number of apps "optimized" not reflect removed apps?
I've read the details on what optimizing does here: What kind of app optimization does Ice Cream Sandwich do at the first reboot? And my question is slightly followup. I run CM nightlies on my TF700T using TWRP to flash and erase the Dalvik cache each time. I understand the Optimizing process rebuilds the Dalvik cache,...
49746
Is there a way to verify stock ROMs?
When we download a `.FTF` or `ROM` file as a stock ROM, is there a way to verify that it is really the stock ROM and is not modified by someone?
41927
Can a dual SIM Android phone receive voice calls to both SIMs?
I am looking for a dual SIM phone, that will allow me to receive calls (not simultaneously of course) to both SIMs without any manual switching. From what I have seen Android 4.0 seems to support voice call for SIM #1 and video call (which seems to imply voice too) for SIM #2. That seems like you get 2G voice coverage ...
41920
How many cores does the Asus 7" MeMO Pad have?
How many cores does the Asus 7" MeMO Pad have? Is it only single core? The specifications only state that the CPU is VIA WM8950.
10611
Failure -12 error when installing an apk file
When I try to install this app (http://ziyang.eecs.umich.edu/projects/powertutor/UMLogger-release-signed.apk) on G1 phone I'm getting this error message: Failure [-12] What's the problem?
53003
Combining Facebook contacts with SIM card numbers
I have a new HTC One Mini and I can only import _all_ of my contacts from Facebook, not just the ones I want in my phonebook contacts list, so that is really annoying. Also, I added a few numbers to the SIM card, but I can't combine them with the Facebook contact that ubersync has come up with; I also can't add numbers...
53005
My phone is sending SMS automatically everyday
I bought a Huawei Ascend P1 and installed some apps. But for the past 3-4 days, I see an alert that an SMS has been sent and 1.50 INR has been deducted. How will it unlock and send an SMS? I found from my mobile carrier that the SMS was sent to the same number. The following apps have the SEND_SMS permission, but I am ...
10614
How to view pictures from Samsung Galaxy Mini on Sony Bravia tv?
Any idea how can I connect my Samsung Galaxy Mini to Sony KDL-22EX320 Bravia tv? I cannot get it to show up as a USB device. The tv manual also mentions the possibility of browsing wifi devices but I have no idea how to set up wifi connection between them. Please note I don't want to connect my phone to tv as described...
10616
How can I clear the cache(s) of my g2x from adb?
I installed clockworkmod as the recovery, then installed cyanogen 7 nightly for the g2x. I used Rom Manager to do so. The problem I'm having is cyanogen shows the boot loading screen in an infinite loop. From what I have read on the Internet, I need to clear out the cache on the phone, and it should boot. I can `adb re...
10618
What will I lose if I manually upgrade Galaxy Tab 7" to Honeycomb 3/3.1?
I have a Galaxy Tab 7" WiFi running Android 2.2.1. This particular device will be used for business purposes (I am working on developing some local custom apps for my department), and I would much prefer to use Honeycomb instead, due to the encrypt device support. However, reading around I understand I will lose some f...
13496
Upload a downloaded file
I downloaded a zip-file with the browser to my phone. Now I want to either upload it to a web site (form POST) or mail it as an attachment. In the stock browser (HTC Desire with Android 2.2) I can only choose to upload from Gallery, Voice recorder, or Music. In the Gmail app I can only attach photos and in the Exchange...
58652
Battery Boost?Drain?
I recently updated my Note 2 to 4.3 and it has been working quite well. But today in the train I was using it and the battery level drained to 20%, Since the battery was low, I switched it off and came home. When I put it on charge and turned it on- the battery level said 67%. How come it got such a boost? When I took ...
58656
Mount kindle paperwhite on nexus 5 using USB otg
As the title suggests, I am trying to mount my kindle paperwhite on my nexus 5 in USB OTG Host mode. I tried using Total Commander with USB stick plug in but got the following error Here is a short description what happened: Initializing USB Stick failed: LUN 0: first read capacity failed: 0, retrying; re...
62449
How to create a link on Android without installing a 3rd party app?
I installed some apps but I do not have a shortcut to it anywhere (these apps include Google Maps). The only way for me to start those is through Google Play. I want to create a link to an app on the "desktop" in Android (not sure what the thing is called on Android, it's the screen that you get back to when you press ...
62445
2G vs 3G Talktime
When I was going through specs for my Xperia SP, I found the 3G talk time to be more than the 2G talk time. Talk time: Up to 10 h 25 min (2G) / Up to 19 h (3G) More over I went through the specs of a few more new mobiles and in all specs 3G talk time was more than 2G talktime. As per the specs of my...
62441
How do I authorize my Galaxy Nexus for adb usage
I have a Galaxy Nexus and the adb thingy isn't authorized. I also can't access into bootloader mode because my volume button is spoilt. =/ Is there anyway I can get into bootloader mode?
62442
When modifying files, I am getting permission denied
I downloaded Android Bridge, and set my phone to debug mode. Using the console, I can enter the phone file system but when I try to modify files, it tells me "no permission." How can I bypass this without rooting my device?
13140
Locking down an Android device?
I'm interested in locking down an Android, so the user can only access a particular app (bonus points: only allow them to access the browser app, and only allow one website from within that). How might I go about doing this with minimal work? (I work for a school, and am considering using some androids as roll-marking ...
13142
Phone response slow, responds 2 - 10 seconds after touching screen or not at all, random lock ups, and power downs
I have a non-rooted T-Mobile G2x by LG running Android 2.3.3. I have had it about two weeks and have noticed several problems. Randomly shuts down. I go to use my phone and it doesn't come on, I press the power button and nothing happens, unless I long press which makes the phone boot. This has happened 3 or 4 times. T...
20699
Install Bash on rooted Kindle Fire
I just rooted my Kindle Fire and installed QuickSSHd, an SSH daemon app. I can log in via SSH (using Putty in Windows 7) and become root, etc. It appears, however, that the only shell installed is `sh` which lacks many of the niceties of other shells like Bash. So, is it possible to install Bash (or a Bash-like shell w...
72822
Screen mirroring with ASUS ME172 over HDMI
I have ASUS ME172 tablet with Android 4.1 and an HDMI cable, and I want to project the tablet screen to my laptop. However, when I connect the cable with laptop it doesn't do anything. I didn't find any option for HDMI on the tablet. Is there a way to control the HDMI output?
13146
Top Grossing Apps on Android Market
I was surfing on Android Market and I found a list of Top Grossing Apps? Do you know what does it mean specifically? Which is the criteria to appear in that lists?
13147
Can I root locked Droid 3 and flash Cyanogen
Before I purchase a Droid 3 from hong kong , I would like to know if I can apply the recently discovered root exploit on a locked phone that i can purchase there. Pardon my ignorance in this locked phone area because I have rooted phones here in india but all were available as unlocked devices.
20692
My HTC sense won't turn on at all and it was fully charged.
I just called someone less than 5 minutes ago, sat my phone down, and now it will not turn on. I charged it, took the back off, put it back on, and nothing worked.
20696
Google IO Galaxy Tab 10.1 refuses to power on, any hope of revival?
This is one of the some thousand limited edition Google IO handout Samsung Galaxy Tab 10.1 devices. Was known working for quite some time, and susceptible to the "sleep of death" that left it not powering on until you long press the power button while touching the screen. Device has never been rooted, used only lightly...
20697
What are some uses for the HDMI port?
My MID came with an HDMI port and cable. I have not seen this on any other device. What are some uses for this?
20695
Why is my Galaxy S notifying me about a new message when my inbox is empty?
My Galaxy S keeps telling me I have a text message. I have erased my entire inbox but the notification won't go away. How do I make this notification stop?
55932
Need to retrieve sms from a wildfire s with broken digitizer
my problem is that I need to retrieve my sms for court from a HTC Wildfire S with a broken digitizer. The phone is not rooted and so far, everything I have tried has not worked. The problem I seem to have is that when I connect the phone to the laptop, the phone is in charge mode and I have no way of changing the conne...
32678
What is "USB storage app" under Storage of App Info?
When I moved an app to the Storage Card on my HTC One V, I found some data moved to USB Storage App. The Storage Card is still showing not used. What's "USB storage app"? Why apps are not moving into the Storage Card, instead moving into the "USB storage app"? **Before moving the app to the storage card** ![Before movi...
16121
How do I turn off my phone?
This might be a dumb question but found some links online which just look dangerous so I better ask. I have a HTC Wildfire S. How can I turn it off? Is just removing the battery safe? I want to shut down before I remove the batery. Is there a way to do that?
62198
loosing data after automatic shutdown due to critical battery!
Recently I have been suffering from various battery issues ranging from fast battery drains to unexpected shutdowns at safe battery levels. But most striking is the fact that I lost all system data (like system app data, WiFi Access points, etc) after my most recent shutdown! The strangest thing is that i have not lost...
20344
Active auto correction like in iOS
I'm pretty new from Android, just dumped my iOS device. I find it pretty annoying with this feature missing that is auto correction and auto-complete. In iOS whenever you misspell a word or type a keyboard key near the desired one, the system will automatically change it to the correct word unless demanded otherwise. A...
20345
Mark as unread button in email application?
is there a hidden "Mark as read" button I'm not aware of in the email app in Android?
20346
Outer-shell music buttons like in iOS
I just dumped my iOS device for the sake of Android (iTunes, flash lack and other reasons). I'm trying to retain the features I got used to on the iOS. One of them was the ability to start, pause, skip etc. in music while screen is locked: **Important:** I'm an Android noob (I'm a .NET dev), I believe there has to be...
62197
How the name of a song can be displayed when listening to local FM channel in MyRadio?
In MyRadio app, when I listen to local FM channel the name of the song playing is displayed near the channel name. How do they do it? Does the broadcaster do some effort to display it?
62195
how does battery calibration work?
There are several posts on how to calibrate android batteries but none describe its working. How is it that the system can determine at what voltage the battery is considered to be charged (100% or say 4200mV) and what voltage is considered to be discharged (0% or 3400mV)? "Android stops the battery from charging when ...
48663
Is it possible to install Chromium on Android?
I really like the Chromium browser, it's quite speedy, but I can't find any functioning downloads for Android. All the sites I've tried so far have the following error while trying to install the APK file: > ## Parse Error > > There is a problem parsing the package. I've tried download-chromium.appspot.com (which was i...
29540
Clear Default not enabled in 4.0
I'm trying to set Chrome as my default browser but cannot. I go to apps and the clear default button is not enabled and says no default is set.
29547
Why does my hotspot stop after a period of time?
I use the hotspot feature on my HTC One X alot for connecting to the internet with my laptop. It's worked fine for months, but all of a sudden the last two days, the hotspot just stops for no reason that I can discern. I have restarted my phone and haven't installed any news apps recently. Any ideas?
1358
What effect does tasker/locale have on battery life?
Locale and tasker look pretty cool. How much effect will they have on battery life?
1351
Android and iTunes
Is it possible to sync an Android phone with iTunes? If so, are there any limitations?
59294
USSD Code running...can not check my mobile balance
I am using sky mobile model IM-A740S imported from south korea. When I am checking my robi balance using `*222#` it comes "USSD Code running..." and then "Sorry, your operation failed, please dial call center!" Is there anything I can do?
59295
Lock Screen Wallpaper Location
The Galaxy S4 comes with a TripAdvisor lock screen wallpaper that rotates images every X hours of places around the world. Every now and then it has really cool ones that I would potentially like to save to use as my lock screen permanently, but I can't figure out where in the filesystem they are stored. I have found a...
59290
HTC Desire X stuck on Bootloader
I have an Htc Desire X which i got from a friend of mine which was rooted,i wanted everything to be factory new and installed a ROM which i thought was a stock ROM and to complete the process i did a `fastboot oem lock` on the boot loader,and after that the phone is not booting or not going to recovery,then i tried dow...
50720
Android logo hangup
Anybody knows how to fix this problem? I have a tablet probably made in China. It always hanging up in android logo with the black background and didn't enter to the OS desktop. The store where we bought this tablet provided us a firmware that will reinstall the android to the tablet again. It will fix the hang up but ...
50727
Bluetooth device only try to pair Samsung Galaxy S3 but not HTC Sensation or Samsung Galaxy Nexus
Bluetooth device supports Bluetooth 2.1 so no keying PIN necessary. All 3 Android phones Samsung Galaxy S3 with Android 4.1.2, HTC Sensation with Android 4.0.3 and Samsung Galaxy Nexus with Android 4.1.2 are running the same app - BluetoothChat app by Google targeting Android API level 15 (4.0.3). 3 apps on 3 phones we...
50729
What is the difference between Peak schedule/Off-peak schedule in Android mail application?
In Android mail app, what is the difference between Peak schedule and Off-peak schedule
82257
Error:"credential storage is erased" while installing certificate
I'm trying to install a certificate in my Moto G phone(4.4.2). While installing, its asking me password, while giving any password I'm getting message `Credential storage is erased`. How can I fix that? Resetting credential storage is also an option, but I'm not able to find that option also.
66632
Fuhu Nabi 2 tablet bricked <3e> recovery
Total noob here, sorry... I've spent the last three weeks reading up on my issue with no progress at all. I think I have the answer, but need to run this by someone who probably knows! I modded a stock UK Nabi 2 with nabilab2 from the xda forums, http://forum.xda-developers.com/showthread.php?t=2101277 I needed to do a...
66633
no password field on internet connect
So I got a new phone (Moto G) about 3 days ago (newest version os) and I've tried to connect to my school's internet, which requires usename/id and password. However, when I try to connect on my phone there's no place to enter my password, only the username. I can hold and select modify network to set the password ther...
66630
How do I get wireless hotspot (tethering) working on an SGH-t999L with Andoid 4.3 LUVUBMK4
I have a galaxy s3 SGH-t999l which is the t Mobile G3 LTE version. I'm rooted using the root 66 MK4 stock recovery tar in odin. I'm running TWRP recovery as well. The problem is that I cannot get wireless tethering/hotspot to work no matter what I try- here are the things I've already tried- Wifi Tetherr Treve Mod - I'...
33455
Capture stock rom from samsung galaxy s3
I'm about to flash CM10 to my friends S III. However, if it doesn't work properly, I want to be able to get back to stock rom, so how would I capture it, as I have only found Verizon and A&T roms, and we live in finland, where's nothing like this.
66634
Icon Editor for Android platform
I was looking for an app that would let me create and edit icons on my Android device. It actually doesn't need to be able to open .ICO files or anything like that, but rather normal image files like jpeg, png, or gif. There are a lot of normal photo editors available, but none of them are well suited to creating icons...