id
string
title
string
text
string
61635
external keyboard making symbols pop up
I have a Samsung galaxy three tablet with a targus external Bluetooth keyboard. The problem I have is that as I'm typing the keyboard for some reason a pop-up window will show up anywhere from 1 to 7 and make me choose a symbol to insert. I have English only, check Samsung's settings all seem correct. Just don't know what I'm doing wrong I have the Samsung tablet keyboard turned off while I'm using the external keyboard it looks like this model no Gt-P5210 android version 4.2.2 1 2 but with a box around the symbol. and theres more symbols that they offer. model no ~ `
61634
What are the hardware requirements for Battery monitoring?
I looked at the hardware compatibility list, but there is no mention for a requirement of a battery monitoring functionality in the hardware. But, all phones display the battery level with the BatteryManager API.
61633
Battery and recharging suggested practices on Galaxy Note 3
1. Can someone please verify that the note 3 uses a Lithium Ion Battery? > Should I let the note 3 discharge completely before recharging or is it > better to charge often? I know the battery is rated at 3200 mAh, and I > believe the battery technology is Li-Ion. If it is indeed LiIon, based on > what I have read, it seems that keeping it charged mostly and letting it > discharge every ~30 cycles is best - is this the case for the Note3? 2. Does using the Note3 - for example making a call - while charging negatively impact it? My old flip-phone would heat up if I did this. 3. This is probably a hard question, but I was wondering how much power is used for the stylus? The hand sensor is capacitance based, but the stylus uses wacom's proprietary sensor which from what I understand senses disruption in the electric field around the device. Can I turn off one of these to conserve power during a time when charging isn't an option? 4. Are there non-standard/stock android distros for Note III that are better on battery that still support the stylus?
61631
Gingerbread device goes missing when adb is restarted
I have several devices I use for development and testing. When I restart my adb process (i.e., `adb kill-server; adb start-server`) my Gingerbread device isn't listed by adb anymore. I have to disconnect and reconnect the USB cable before it shows up again. The device is 2.3.7 and I'm using Android SDK 21.1. It only happens with the gingerbread device.
61630
How to overwrite existing event in calendar from VCS file
How to overwrite existing event in calendar from VCS file Very simple problem really - I have managed to create a VCS file that I email to myself, and it imports fine into the S planner calendar on my Galaxy SII. However, when I send a more current version (using the same UID) - it just adds a second event and does not overwrite the existing one. Example code: BEGIN:VCALENDAR VERSION:1.0 PRODID:vCal ID default TZ:+01:00 BEGIN:VEVENT UID:DENTIST_239874 DTEND:20140127T153000Z DTSTART:20140127T091500Z COMPLETED:20140127T153000Z SUMMARY;ENCODING=QUOTED-PRINTABLE;CHARSET=UTF-8:Appointment at Dentist STATUS:TENTATIVE END:VEVENT END:VCALENDAR Questions... 1) What do I need to do to make it overwrite instead of making a new appointment? 2) Assuming S-planner is Samsung only, I downloaded Google calendar (I need this process to be usable on all Androod devices, not just mine) but this does not show as an option when I click to open the .VCS file from the email. Is this normal? (I reset the defaults for S-planner so it is no longer the assumed default for .VCS files) And in general if someone knows a good reference for how to compile and fine- tune VCS files I would be extremely grateful. Having some issues with finding the resources (or its only Outlook-specific...)
78209
Is there a Battery Cycle Counter App?
I have an HTC One M7 (4.4.2) and battery life is starting deteriorate. It maybe that I have some misbehaving apps, but I'd be curious to find out the number of charge cycles my device has used since purchased (like you can do on a laptop). Is there an app out there that will do this (I am rooted)?
74622
Do refunded Google Play purchases show up on credit card bill?
When you purchase an app that costs money on Google Play but then refund it within the 15 minute leniency period, does any record of the purchase and subsequent refund show up on the bill from the credit card you used to make the purchase? If so, what would show up on the bill?
74626
i deleted my sim an i know wont reinstall whatsapp how do i keep my old number
I bought a new phone an I want to transfer my old whatsapp number to my new phone but i dont anymore have that sim card it has been deleted is there any way I can still keep my number?
23894
Is Hebrew support built into ICS 4.0?
Need your help before purchase of tablet Asus T300 with ICS 4.0 in USA. Will I need to put some updates in order to use Hebrew web pages or use hebrew keybord ?
43490
Syncing Google Calendar on Android 2.3.4 Gingerbread
I've got an Android Gingerbread device. When I go to `Settings -> Accounts & Sync -> Manage Accounts (and click on my email address) -> Sync Calendar`, I see an exclamation mark besides the sync icon (the one with the two arrows forming a circle), and a message below the entry saying "! Sync is currently experiencing problems. It will be back shortly." Why do I get this message? Can I get things to work by say, installing CyanogenMod? (I am using an LG P690 Optimus Net.) I've heard LG phones tend to have more bugs than other brands such as Samsung, is this true?
73168
How to use PC's internet on android phone through USB cable
Please don't close this question. I've read all the duplicates but it didn't help. I'm using Android 4.4.2 (on Micromax Unite 2 - A106). I've a PC at home which has highspeed broadband internet connection. I don't have wireless router or access point. I just want to use PC's internet connection on my phone. I've tried multiple methods but none seems to work. **Method 1: Using native Android 4.4.2 option** In my phone when I connect my phone, in `Settings > Wireless & networks > USB Internet (sharing Windows PC internet via USB cable)` checkbox, which I checked then it asked me to choose my Windows version (which is Windows 8.1 but since it didn't show that option) I chose Windows 8. It gives me further instructions as showing in the following picture: ![enter image description here](http://i.stack.imgur.com/xBhV2.png) Here is the problem, there is no **sharing tab** (see the following screen shot) ![enter image description here](http://i.stack.imgur.com/KVcwV.png) **Method 2: As described inHow to setup reverse tethering over usb** I learned on this site that it is called Reverse tethering. I read and followed the procedure mentioned in How to setup reverse tethering over usb I followed all the steps described in that answer, until executing the command. 1. Install USB drivers from Android SDK **[DONE]** 2. Connect USB cable and activate USB Tethering (You should see on a new network interface.) **[DONE]** 3. Bridge the 2 network interfaces **[DONE]** 4. On your computer execute `adb shell netcfg usb0 dhcp` **[PROBLEM]** When I execute `adb shell netcfg usb0 dhcp` it says: **`error: device not found`**. I tried the same thing with `USB Debugging` in Developer settings, ON & OFF. The error remains the same. **Method 3: Rooting the device and using an app** I read here and there that there is another method, in which we can directly use an app but it requires rooting the device. My phone is a new phone and warranty becomes void if I root it. **EDIT:** I've tried the method suggested in answer, ar the 4th step of method 2, I'm facing this problem: ![enter image description here](http://i.stack.imgur.com/debLW.png)
35750
Are Amazon "Parental Controls" redundant if I disable "In-App Purchasing"?
In the Amazon Appstore settings, there is a preference to enable `Parental Controls`. When set, this causes all apps (that are installed via amazon appstore) to require the amazon password before being able to make an in-app purchase. You can also specify an optional PIN to use in lieu of the full amazon password. According to the details, this _only_ affects in-app purchases, and it does not hide 'mature' apps or enable any filtering. Another setting is `In-App Purchasing`. This preference is active by default, but it can be disabled to completely remove the possibility of in-app purchases. By default, no password is needed for in-app purchases, and the in-app purchasing ability is active. For _both_ of these permissions, you are required to enter your amazon password to change the permission. My question is this: If I disable in-app purchasing completely, is there a need to also enable parental controls? Since the preference itself cannot be altered without typing in the password, I feel like the Parental Control preference is redundant for my purposes.
35752
New Nexus 4 - transfer photos and other stuff from old Nexus S
So obviously I can't just "swap the SD card" as neither the old phone nor the new phone have an SD card slot. Similarly I don't really want to copy everything across from the old phone, so I don't want to use titanium backup and root. I just want the "standard" stuff transfered: mainly images, but maybe text messages and such as well. Is there any way to do this short of literally plugging the phone into a computer and transferring them manually? Thanks.
35757
WiFi HT40 Android device sync missing
I am using Samsung Galaxy S III and Galaxy Note II, and both I have noticed in specifications are "WiFi HT40: supported". My problem is, that when I have mobile data active and connect to Wi-Fi, and try to sync with Gmail or Exchange it does not work. Older devices (Galaxy S II, Galaxy S, Galaxy Ace) were working without problems. Do you think this has something to do with WiFi HT40? Is there any way how to disable it? When I am on Wi-Fi with no mobile data, everything works fine, when I allow mobile data, sync does not work. I have contacted operator, cellphone maker, but still no solution ...
35758
How to view the android service menu (secret menu)?
Most of the mobile manufacturers include a hidden service menu in their mobile handsets. These menus allow users (or developers) to access some technical information and service personnel to access service details etc. Is there a similar service menu for android devices and What can I do with that menu?
73162
App not installed error while sideloading and Install failed UID changed via adb [Not rooted]
I am having hard time getting an app installed since none sideloading nor adb install work...since I dont have root i cant delete the app's data folder from the data/data folder.. seems delete that folder will easily fix it but I am wondering is there any other way. Error via adb install is **Install failed UID changed** I dont wanna root is there any fix for this..... BTW my phone is Moto g
73165
Problem with TB Donate Version restore
I have a Cricket 4G ZTE Sonata Z740G. It is rooted and using Android 4.1.2 JB. I was playing around with the security settings and set a SIM lock. The phone then asked me for a PUK code to operate. I went to a Cricket authorized retailer (that's still operating on the old 3G network) - NOT an official Cricket store (that now merged with AIO Wireless and uses 4G network). Their advice was to factory reset (which I voiced my opinion immediately that I did not agree with and didn't think would work because this is a SIM card issue). I was talked into doing it, against my better judgment. Still had to input a PUK code to access the phone. Then she had the bright idea to do what I asked her to do in the first place and look it up online. She told me that I'd have to contact Cricket for the unlock code, but couldn't use the phone there because it's a business phone. So I went to the library and accessed Cricket Wireless chat. I got the code and set my phone up and reinstalled TB. I had just backed up my entire system minutes before this fiasco. So I restored all system apps and data, then rebooted. This is where the problem occurs. Now I have quite a few system apps that persistently close and attempt to send error reports about every 15 seconds. The only way I could stop this was to freeze them. However, I need some of these apps. So is there a way to fix it without resetting again, manually installing all user apps, and manually updating all my my system apps?
61097
How to prevent MoboGenie popups in Chrome?
I browse around with many tabs open. Frequently, an ok/cancel dialog "MoboGenie - Play Now" pops up for attention. The host (of the popup) site keeps the dialog hidden till it pops up for attention. I find it difficult to single out sites which host this popup. None of them host suspicious or intrusive advertisements otherwise.
61095
How can you sync a calender with an iCal link?
The school that I am going to has a calender that you can sync to other devices and programs through an iCal feed. There is just a link, no account info or anything. Is it possible to sync the events to the S Planner with this link? If not, is there another free solution out there?
61094
An app to improve my home location on Google map?
About six months ago I've found an android app (Developed by Google), with which we can fine-tune our location on google map upto our bed room corners. If any body understand about which I'm talking about, kindly tell me its name. Thanks..
61098
List of all Google™ app developer ids
Google Inc "owns" most of the apps made by Google for Android. However, there are notable ones that most would consider Google apps, such as * Ingress by NianticLabs@Google * Sky Map by Sky Map Devs. Does someone know a list of all the developer ids used for Google-created android apps?
7277
How do I prod my Droid 2 into resync'ing Facebook profile pictures?
The Motorola Droid 2 supports, from out-of-the-box, the notion of logging in with not only a Google account, but also a Facebook and Twitter account, and maintains three separate groups of contacts for each of those. It also supports the notion of both manually and automatically linking, say, a Facebook contact to a Google contact. This merges all of the information into a single contact. As this is my first Android phone, I cannot be sure how much of this is basic Android functionality, but I am under the impression a lot of it is from Motorola's MOTOBLUR, and is specific to Motorola handsets. One problem with it, however, is that a Facebook contact's profile portrait never changes once it's set! When someone changes their Facebook profile portrait, I even get a notification in my timeline that they changed their portrait, with a clickable thumbnail of the new portrait, but their contact image in my phone doesn't ever actually change! Is there a way to prod MOTOBLUR into resync'ing Facebook profile portraits? I am **_not_** looking for a basic Android application that will try to manually download images and manually match Google names to Facebook names, which would cause more problems than it would solve. I am looking to leverage the functionality already inherent in my MOTOBLUR contacts, and just prod the phone into realizing all of it's images are grossly out of date.
56570
i corrupted my internal harddrive on my phone. (the drive where the /image folder is)
well. a few weeks ago, i was flashing roms to my new huawei mercury m886. i am an android developer, and i did the stupidest thing i could ever do. i needed to get into a paranoid android rom, and it was for galaxy s3. unzipping it was taking to long, so i decided to flash it to my phone. well, when i went into download mode, i could get to the files, but whenever i tried to delete something, windows file manager kept telling me, cant delete. disk is write protected. so, i took the battery out of my phone, restarted it, and it just stayed stuck in a bootloop. (the huawei logo). what do i do. i just found out last week that my drive is corrupted. please help. thankyou. Daniel
56574
How to factory reset Micromax A35 H/W ver v2.0 S/W v8_0_9
I tried all of above ideas but there is no display. Factory reset + and power button hold is shows various type of test about phone and i also tried fast mode solution device not detected with computer tell me what i will do for it i am tired.
52854
Nexus 4 wrong time zone
My nexus 4 is showing the wrong time zone. Every single time i turn the automatic time zone and the automatic date & time on, my timezone switches to eastern daylight time (-04:00) but i live in Eastern standard time (-05:00). When i turn both on it becomes the 'right' time but i know that it really isn't since it says -04:00 but it still shows my time. For example, my time here would be say 12:00 A.M on my computer clock but then on my phone if i set it to eastern standard time it would show 11:00 P.M instead of 12:00 A.M . its hard to explain but then when i turn it all off and i change it manually to the right time it works perfectly... except for one thing. When I send something it says that I sent it one hour ago. For example, if I send a snap on snapchat it would say that I sent it one hour ago when I clearly sent it in that moment. Does anyone know how to fix this? Its something I could live with but I just dont like to not be accurate with my time. Thank you
52857
About disabling application in ics 4.0.4
I don't know about this feature but does disabling application can help to reduce my devices RAM usage?
52850
Nexus 4 (Android 4.3) doesn't have "Advanced Settings"
The majority of tweaks I see people mentioning online are in the "Advanced" settings panel, which my Nexus 4 lacks. Also missing are "Lock Screen" settings. Why are they missing from my Settings app, and how can I get them back? (preferably without having to mess around with custom ROMs/Cyanogen mod)
60948
Make the sleep timer on a tablet dependent on whether it's being charged or not
Is there a way to set the sleep mode timer depending on whether the tablet is being charged or not? I normally have my Android tablet (Xoro Pad 9718, Android version 4.1.1) next to my computer on the desktop, and I like having some manual page or similar on the tablet while I'm working on the computer. In this case, the tablet is plugged into the charger, and I set the sleep mode to as long as possible, because it's just annoying if the screen turns black every few minutes. When the tablet is NOT plugged into the charger, I want a sleep mode timer of 30 seconds or one minute, to save battery life. I'm open to a hidden setting somewhere as well as an app that detects when the charger is plugged/unplugged and changes the timer setting.
60945
Xperia T not booting anymore, brick?
I have a xperia T and I think its hardbricked. What I think what happened is this, i wanted to format my interal storage manually. But instead the entire mmcblkp0 got formatted.. Now I cant boot anymore and pc recognizes it as qualcomm hs-usb qdloader 9008. I already tried to recover with QPST tool, but no luck. Flashmode/fastboot is not working. Phone doesn't even vibrate on longpressing vol up + power. Does anyone know how this can be fixed? Thanks.
60942
How do I restrict uninstall of apps in the play store?
I have an android tablet. I also have a kid that doesn't understand enough to actually operate it properly, but more than enough to delete apps through the play store. Restricting purchases from the play store is easy, but how do i password protect uninstalling apps from the play store? I have seen a few apps to help me along, but they don't protect from the play store being launched from inside a game through a commercial for example. How do i password protect either the entire play store, or the removal of apps?
61366
whatsapp error when sending a music file
I'm getting this error when trying to send a music file via whatsapp can anyone tell me what should I do to fix this error please your music player does not support this option try with android music player
60941
Turn off power notification sounds (LG-G2 Verizon)
I've got a LG G2 (Verizon) and I'd like to turn off all the notifications for when I plug in my phone, when it unplug it, and when it gets to full power. I've turned the system notification volume setting to zero, but I still hear these sounds. What am I missing?
7279
Disable Missed Call Notifications
Is there a way to disable missed call notifications? I haven't found it in any settings on the device, but I'm wondering if anyone knows a trick to disable them. Possibly an app that someone knows of? Background: I use Google Voice, which also tells me about missed calls. When I miss a call that the phone itself gets, I get a duplicate notification that sticks around until I go into the call log. I don't want to lose the Google Voice notifications, because they also tell me if I missed calls outside of signal range or when the phone is off. EDIT: I don't think there is a real solution to this, so I have submitted an Android feature request. If you are interested in this feature, please go star the issue or post your thoughts.
32194
How can I edit all columns of my Google Drive spreadsheets?
When I open Google Drive on my web browser (Firefox) I can edit every column in every row of all my gDrive spreadsheets. When I try to edit one of the spreadsheets on my Nexus 7, I can only edit the first two columns. It's a large spreadsheet because it's something like a scientific laboratory book. Another spreadsheet can be edited without limits. So what is wrong with the spreadsheet I cannot edit? Is there any setting I have to change? How can I edit the rest of the spreadsheet?
75575
"Touch to download SoundCloud" notification
I have Samsung Galaxy S3, Android 4.3. Not rooted. From time to time, I get notification: "Touch to download SoundCloud" ![Touch to download SoundCloud](http://i.stack.imgur.com/UdERc.png) I did had Soundcloud installed application before, but I have uninstalled it and I am still getting this notification. When I tap it, nothing happens. Does anyone know what this notification is or how can I identify which process is spawning notification? **Edit:** I have found that process that is raising this notification is Firefox. Every time I start Firefox on the phone I get this notification. The question is, how to stop this notification from displaying when I start Firefox?
75574
NOTE 10.1 (2012) HDMI not displaying correctly
I have an official HDMI adapter for my Note 10.1 and it displays the android desktop perfectly fine, there are side bars but I assume these are due to the resolution of my device not being 1080p. However any circular icons are perfectly circular on the tv so it looks absolutely fine. The issue is that as soon as I play video the aspect ratio is completely screwed! Some films display almost correctly but look a bit stretched vertically, there are never any verticle bars like there are on the device (obviously to display widescreen films) so on the tv the film is displayed full height but not full width..... To make it worse if I use a third party video player like BSPlayer the aspect ratios are even worse! The films are practically playing 4:3. What is strange is that although on the desktop the output is an exact mirror of the display, when playing video it is a separate output (ie the display on the TV does not match what I see on the device. For instance the overlayed play, pause controls and progress bar never appear on the screen..... What is going on? * * * ## Update Found something else strange.... If I play a film through google play movies which I have bought from google play the aspect ratio is perfect! However if I play a personal film from my sd card through google play movies it is the same aspect issue as the other apps.... How can it play one film correctly and one completely screwed up? (are they purposefully crippling the video output for personal videos?)
26211
TLS required but not supported by server
I recently upgraded my phone to ICS and now when I try to access my email I get the error message: "TLS required but not supported by server" What can I do to fix this?
26213
How to connect a different phone to the "Nexus One Desktop Dock"
The original HTC/Google Nexus One Desktop Dock is a bluetooth device and has audio line out. I would love to still be able to use this with my new phone. Anyone know how to connect this with a Galaxy Nexus?
47705
Files from website downloading with .do extension and won't open
I regularly need to access doc and pdf files with my Galaxy SII, which I download from a website. I recently made some changes to apps but thought I'd reversed them all, but now the files won't download, but instead I get a download named "downloadText-1.do" which I can't open. I have restored factory settings in an attempt to mend this, but it has made no difference. What's gone wrong?? Any help very much appreciated.
25493
Alert Dialog List View Shows White Text on White?
I updated my Motorola RAZR to ICS lately, and was using the Go Launcher Ex launcher, and when I tried to select a widget, it popped up a "Choose Widget" dialog that showed the icons, but the text was white on white background. I can see them if I select them, but not otherwise. At first I thought this was a problem with Go Launcher Ex, so I installed the Apex launcher instead, and it's choose widget dialog shows the same white on white text again (see below). I've tried changing Go Launcher Ex and Apex themes, but still have the issue so I began wondering if it was an issue with the underlying color palettes. I've seen a few posts about this being an issue with the "Light Theme", and they suggest choosing a different theme when you create the alert dialog. However, I'm just a user, not a developer, so I'm wondering the following: 1) Is this just a bug in Go Launcher Ex and Apex Launchers respectively, and I should complain to both of them? or 2) Is there something goofed up with the color palette of my phone's light theme and I can tweak it? Thanks in advance... ![Screenshot](http://i.stack.imgur.com/zyseh.jpg) Screenshot (click image to enlarge)
21975
Unable to associate company's Wi-Fi certificate with our Wi-Fi network
I have a tablet running Android 4.0.3 that I'm trying to connect to my company's Wi-Fi that uses a security certificate. I've obtained the certificate and successfully installed it on my tablet but when I go to the Wi-Fi settings to connect to the cooresponding Wi-Fi network, there is no where for me to specify to use the certificate for authentication. Is this an issue w/ this version of Android, am I doing something wrong, or is there something wrong at the cert level. We use the same cert on iPhones/iPads (converted for ios use) and the cert specifies which Wi-Fi network to connect to so I assume that is what's supposed to happen on my tablet. Any help would be appreciated.
21971
How do I disable the stock Gallery app?
I just downloaded QuickPic and so far it's all good and fast. It has more features than the stock Gallery including the ability to include / exclude certain folders from view. For this reason, I don't need/want the stock Gallery app to still be open-able. Is there a way to hide it from the list of applications from the grid of icons? I want QuickPic to catch all tasks that Gallery does and at the same time I want to prevent others (namely, friends who borrow my phone from time to time) from opening the Gallery app. Note: My phone (Xperia Active) is not rooted and I believe rooting it will void my 1 year warranty with Sony.
56396
How to run a compiled binary which writes to /dev/evdev/event* without rooting the device?
I want to try this record and replay tool, but do not want to root my device. Is it possible to run a binary which might need root access, without rooting the device?
3709
What makes the Polar Bear and Black Hole color palettes dynamic?
When using the Polar Clock live wallpaper, there are two color palettes labelled "(dynamic)": Polar Bear and Black Hole. What's dynamic about them? How long does it take to see it?
56392
Getting Error Code -24 when installing Battle Beach from Play Store
I kept on getting `Error -24` whenever I try to install Battle Beach from Google Play Store. What is causing this error, and how can I fix it? I am running Jellybean (4.1) on a Samsung Galaxy Note 8.0.
3706
Is there a way to workaround the phone memory limit for installed apps?
..without rooting my phone. Does this mean I really can't keep all the apps I want, and I have to clear data or uninstall apps when I want to install a new app that doesn't fit the phone memory? Does anyone know if Google has any plans of doing away with this restriction?
82102
Using smart phone, how to make phone call using google voice number?
I have an Android phone (Motorola E) with the official Google Voice app installed. I always give people my Google voice number. For this reason, when I call people I need my google voice number to appear instead of my real mobile number so that they recognize me. However, when I turn on "Always use Google voice to make call" in the GVoice app, the number that makes the call is some other number (my guess is a number created by Google) and NOT my GVoice number. I've tried to do this for a long time but in vain. Could anyone help?
2122
Is it possible to change the name underneath the icons on the home pages?
Just wondering: is it possible to change the name which is displayed underneath the icons on the home pages ? I added some short cuts to internet pages on these pages, and they use way too long names . It would be nice if I could change them.
4918
How do I get a windows xp laptop to be able to use the internet via droid X?
My friend has a droid x and her laptop has windows xp. She tried several ways to try to get the droid to work so it can be able to allow her computer to get on the internet via droid. I have come to find that there wasn't any drivers on her computer for the droid, even when installing drivers from http://www.verizon-phones.org/verizon-motorola-droid-x-usb-drivers-pc- charging-drivers-download.html her computer still does not recognize it. What should I do to resolve this?
4910
How to get to your settings without a home screen app?
I hadn't used my old HTC Hero for a while, but when I rebooted it I got an error saying: `LauncherPro has expired, please download an updated version.` But wifi was turned off and when I tried to get to the home screen, it kept sending me back into the browser. So how can I get to my settings, so I can turn on wifi to download it? Or is there another way of updating it without me requiring to go to my settings?
57629
I have a question about longman dictionary application
I’m a Longman contemporary English dictionary (5th edition) and use it every day. My Android phone is “Nexus 4” (by Google) and as you know, this phone receives latest version of Android faster than others. Android 4.3 is gotten ready to install and Android 4.4 (Kitkat) will be prepared by next week. I have a question. Could I run "Longman dictionary" application without any problem after I improve my phone software (install 4.3 or 4.4 version)?
57624
Can't download apps after factory resetting Samsung Galaxy S Duos
I recently factory reset my Samsung Galaxy S Duos and now i cannot download any apps from market. It says downloading and an error occurs. Help me.
57627
Native email app showing email account password on lock screen of Galaxy S2
Dear Android community, Recently I have set up a personal email account on the native email client that comes with the version of Android I have (4.1.2). After I have set it up and could receive/send/sync emails and all, I have decided to remove that account from the native client. Now, the password that I used with that email account via that native email client is being displayed on my lock screen, under the time. I want to not see it there anymore (obviously!). Has anybody had the problem before ? Any idea on how to solve this ? Thanks in advance for your input :)
57621
How to disable notifications on android 2.3?
I have an app that is driving me crazy by displaying notifications now and then. There is no way to disable the notifications inside the app. In Android >= 4 I can simply disable notifications for specific app but how can I do this for Android 2.3? is there maybe any other option like an app which removes the notification automatically when it appears?
46040
Using Micromax 353G Dongle with Penta IS701C tablet
I have purchased Penta IS701C recently. I have a Micromax 353G dongle, and want to know if it supports my Penta tablet. If yes, how could I use the dongle in the Penta tab?
36470
App install failed but files are still filling up the phone
I installed the game N.O.V.A.3. When it was finished, I got an error message saying that the install failed. However, the 1.7GB that the game required are still missing from my phone. The app does not show upp on "Application Manager. Since I used the refund button in Play Store, it doesent show there either. My memory on the phone right now is 300mb. So, I can't install the game again or something like that. The phone is not rooted, and I won't root it since it breaks the warranty :( Is there any chance that I can remove the files without having to restore the entire phone? I've also checked the folders when hooking up the phone to the computer. It's not there. My phone is a Samsung Galaxy S3 Mini. I'd be very grateful if someone helped me! _SOLVED_
15724
Where do I configure DNS and IP settings in HTC Desire S?
HTC Desire S seems to have very scarce WiFi settings. I'm trying to debug a Wifi connectivity issue and looks like it might be a DNS problem. I Googled and looks like many Android devices have some "advanced" settings including DNS server addresses. I can't find anything like that in Desire S. What am I doing wrong? How do I change DNS and IP settings in Desire S?
36476
Nexus 7 says it's charging but it isn't
I have had a Nexus 7 since September and today something strange happened. I plugged it in, as usual, to recharge the battery. It charged up to 36% and now it still says it's charging but it never moves from that percentage. How can I fix my device?
36479
Why aren't Android updates published simultaneously for all users in the same continent?
> **Possible Duplicate:** > Why aren’t the manufacturers updating the phone to the latest Android > version when it’s available? Why aren't Android updates published simultaneously for all users in the same continent?
53818
Onenote not as convenient as Google Keep. Solutions to integrate?
I am a heavy onenote user on the PC, but I find there is a 1-3 second delay on my phone between tapping new note and actually being able to type. As I use notes on my phone primarily for quickly capturing information and reliably finding it later, this delay is too long. Google Keep does this far better, but I hate to have my notes in two places. I would be very happy to be able to find a way to add simple (plain text files would be ok but not perfect) notes very quickly and have them somehow synced to the unfiled notes section of my OneNote, which is on Skydrive.
53812
Launch GotoMeeting from Calendar
I have a number of GotoMeeting meetings that I have in my Google Calendar. I'm using the GTM app on my phone and I'd like to be able to launch the GTM app with the meeting ID already filled in from Calendar. Is this possible?
53813
Samsung Galaxy S4 Old Emails Showing Up as New
I have a Samsung Galaxy S4, which I switched to from a Blackberry in mid July 2013. I continue to get emails that were dealt with when first received by either opening and reading, or opening and deleting, that show up again as new and unread. My service provider (Rogers in Canada) tells me that it is because I have too many emails on the server. I don't believe this as when I had a Blackberry this never happened. They (Rogers) says this is because Samsung is a different OS. Can anyone assist in how to deal with this? I was told that Samsung is aware of this and on their next software update, this bug will be fixed. Does anyone know if this is true? Thank you.
53810
Message app doesn't merge messages sent/received from same number but different format
My network provider usually sends incoming SMSs with number format like +84123456 (equivalent to 0123456), but sometimes 0123456, and I usually save in my contact, and send SMS to 0123456. In my old Android phones running 2.3 and 3.0, the Message app can regconize and merge them into 1 thread. But with my new Android running on 4.0.1, they are seperated into 2 threads, 1 for +84123456, and 1 for 0123456. Can I make it merge them?
53817
How can I control the media volume while using the camera?
I just upgraded to a Nexus 4 and have discovered the behaviour of the volume controls has been overridden within the camera app. The volume up button has been remapped to snap the camera shutter. As I often listen to music on my phone, I find this a great inconvenience. Is there a way to restore the action of the volume buttons to their default behaviour of controlling the media volume, or alternately is there any other way to control the media volume from within the camera app?
53815
Can't delete app because it is suddenly uncompatible
I downloaded SoftkeyEnabler, but it turned out it wasn't nice for my smaller Samsung Galaxy Mini 2 (CyanogenMod 10.1). So I deleted the app, but the softkeys keep showing up! I tried all kinds of things, but when I look in superuser, active apps etc. It says there is nothing running. When I look at the app in the play store it says that it is not compitable with my device. What could I do? Thanks in advance!
34839
What's the difference between the Sony Ericsson Xperia Active ST17i, the ST17i-BKW, ST17a, and the ST17a-BKO?
I am interested in buying Sony Ericcson Xperia Active (unlocked) but there are several choices and I can't figure out which phone is which. Can someone explain to me the difference? Thanks!
34831
Can't swipe down notifications on Nexus 4
i have a 12 day old Nexus 4 and i can't swipe down the notifications bar. * i've tried turning it off * i've tried performing a factory reset If i go into an application that supports _landscape_ mode (e.g. Chrome), and turn the phone landscape, then i **_can_** swipe down notifications from the _"top"_. But then i can't click the "Home" button, which is then located on on the right hand side of the screen, which is the top of the physical phone - near the earpiece). ![enter image description here](http://i.stack.imgur.com/nlX67.jpg) **Edit** : i forgot that the whole point of including the picture was to demonstrate the home button can't be clicked when it's near the "earphone" (e.g. on the right in the above photo). Unfortunately, in this picture all shadow detail as been lost. But trust me, the earphone is on the right side in the above photo. * Nexus 4; Model LG-E960 ## See also * Droid RAZR Support > Can't swipe down the notification bar * Android Central - notification bar not opening
15740
Web based Google Talk chat notifications sent to my device
When I chat in Google+ through my desktop, my two android devices get the conversations as well. Anyway to stop that from happening? I don't want to necessarily log out of the Apps since I can walk away and I want to still receive messages, but if a conversation is occurring via website, can I have the Apps ignore it?
6853
How can I put a link to an SD card folder on the home screen on HTC Desire Z?
I have a folder on my SD card that I regularly access to open documents of different types. Is it possible to have a link on the home screen that opens the contents of this folder, e.g. using a File Manager application? Currently I'm using the Adao File Manager to open the folder, but every time I have to select SD Card and Folder to get there.
6852
How can I make sure I've quit a specific app?
As far as I know, some apps quit by pressing the _Back_ button while on the main screen of that app; and some quit by pressing the _Menu_ button and selecting _Quit_. Should I always first check the _Menu_ button? How can I make sure that I have quit a specific application? I don't want my battery drained by unquit apps running in the background without my knowledge. By the way, I'm on HTC HD2 with Android 2.2.
33641
What is the LG Motion 4G processor speed?
According to the specs for the LG Motion 4G phone, it states the CPU speed should be 1.2Ghz. http://www.phonescoop.com/phones/phone.php?p=3779 But someone on android forums has reported that this is not true, and the phone actually comes preloaded at 1.5Ghz. Which is it?
33640
Extracting images from an APK
I've tried to extract the images of 2 different APKs, from the drawable folder. One of them contains PGT files, and the other one contains mostly TEX files and one ACT file. Couldn't open neither. Is there any other way to extract an APK's images other than just opening it using WinRAR? Or maybe there's a way to open those PGT and TEX files? (Couldn't find any.)
33643
Samsung galaxy s plus keeps crashing
One day out of the blue my phone kept crashing when connecting to 3g or wifi, I then updated my phone and reset it to factory settings. The problem went away for a while but now the problem is getting worse, my phone keeps crashing randomly when connecting via 3g or wifi sometimes my phone works for a week without crashing, and then it keeps crashing again and again. I have tried resetting my phone over and ocer but the problem still occurs; the only app that I have installed is whatsapp at the moment but even without that app my phone kept crashing, before the crash it always flashes a short "android system" and then turns off. does anyone have any idea on how to solve my problem?
33642
SMS backup apps, SMS Backup+, SMS Backup and Restore
I've been using SMS Backup+ and when I restore not all my messages are restored, even though I can see them there in gmail. I've used SMS Backup and Restore before but it doesn't have a feature to automatically do it. Does anyone know how to fix SMS Backup+ or any other apps that work properly and have can automatically back up? I don't care if the backups are done to the SD card or online. One benifit of having it in gmail is that I can easily check to make sure it was done right. What do others think?
33645
S/W Upgrade mode problem
I have a LG P999 and I want to flash the baseband however when I go into S/W upgrade mode (Volume down + power button; without battery) my PC does not recognize the phone :(. When its connected and on fully the computer sees it, but not when I hold the volume down button and plug it in. Is there any solution to this? I have also tried holding both volume buttons down installing the APX drivers but that did not work. I have all the drivers for the phone. Thanks
33646
Google Authenticator used by native apps?
I recently turned on two-step verification for my Google account and installed the Google Authenticator app on my Android device. Based on what I have read everywhere (even Google's official info: http://support.google.com/mail/bin/answer.py?hl=en&answer=1173270), I was under the expectation that I would have to generate an application specific password for some of the apps on my Android device - gmail, youtube, etc. However, that hasn't happened. Everything continues to work fine on my device including gmail, youtube, sync functionality, etc. I have restarted the device, forced it to sync manually, etc...no problems, and I'm never prompted to enter a verification code, never set the device as trusted, etc. How does this work? Are the Google Android native apps using the Google Authenticator service behind the scenes to generate codes?
33649
Android 4.1 unable to connect to Google Play but other wifi functions work - how to fix?
I'm using a Rikomagic 802III running Android 4.1.1, connected to my TV. Until today, I was able to connect to Google Play, and my widgets were showing data. Now, when I open Google Play, I get an error, after it indicates "Connecting", "Cannot Connect". I've got some other widgets, like Google Analytics that also say "offline". However, I am able to browse online through Chrome, and my account is linked. When opening my analytics app, I briefly saw some exception error but haven't been able to reproduce. When I go to Google.com in the default browser, I see an error indicating" This certificate isn't from a trusted authority" but it all appears to have Google info: * Common name: *.google.com I seem to recall some kind of Google certificate related issue on my desktop where I would see a similar error, and was told it had something to do with the system time. Has anyone experienced anything like this and/or know how to fix it?
71473
Galaxy S4 i337 NB1 Mount ext4 SD Card
How can I get my SDCard which is formatted ext4, to mount and be recognize by my device? It is rooted, unfortunately because it's on NB1 locked bootloader, I can not change kernels
71475
Stream data via mtp
Android has removed support for UMS (USB Mass Storage) in favor of MTP (Media Transfer Protocol) for connecting to a computer. MTP works similar in terms of copying and pasting files and folders to and from the Nexus device, but for example if there's a movie file, double clicking it on Windows requires it to be copied locally first instead of just starting my media player like a normal UMS storage would. Any way to stream movies like this using MTP?
71477
Samsung Galaxy Tab GT-P1000 USB Cable Problems ; Charging Problems
Galaxy Tab is an old tablet.Yesterday,I can "resurrect" it from the dead,and I buy a fake USB cable to charge and exchange data. Since I have a worser phone than the Galaxy Tab,I really want to play my games there (Galaxy Tab.) However,it requires us to have a minimum of 2.3 (Gingerbread) and above to play the game. Somebody suggested me root the device and use the latest 4.4 OS,since they say it can improve the performance of the tab. I tried to root the device,first using Z4Root app (APK).It doesn't works.(Took 3 hour and no result,tried everything.) Then,I tried to connect it to a PC.I've downloaded the Kies but it doesn't work.I tried installing the USB drivers,but still,my PC (and Kies) can't detect it. And also,when I tried charging it,sometimes the tab recognize the tablet as connecting to a pc,not charging.Alhough so,sometimes it works,so yeah. You guys have any solution?
59915
DLNA compatible Digital Media Controller (DMC) for Android (other than BubbleUPnP)
In my LAN I am running minidlna on Ubuntu Linux 12.04 on my server. I like minidlna and want to stick with it. I have an Onkyo TX NR509 receiver and it works with minidlna. My my Android device is a Samsung Galaxy S4 with Cyanogenmod 10.2. My router is a Linksys e3000 running dd-wrt. I primarily listen to audiobooks. Here's my problem. I want to be able to seek to specific positions in a track and to rewind a short time if I don't understand something that was said in the audiobook. (Playing from minidlna directly to the Onkyo and using the Onkyo Android app does not allow this. The OnkyTroller Pro app has the same limitation. Interestingly, the Onkyo physical remote control doesn't have this limitation, but that doesn't help me.) My idea for a solution is use an Android Digital Media Controller (DMC) to play audiobooks from Ubuntu/minidlna to my Onkyo TX NR509. Does anyone know if that will give me the track seeking functions I'm after? If so, I want to try something other than BubbleUPnP. At first glance, this app would appear to do what I need: Pixel Media Controller - mDLNA - Android Apps on Google Play Can anyone confirm that my understanding of this is correct? My reasons for not using BubbleUPnP are: 1. I want to stick with minidlna. BubbleUPnP says it requires its own server application. 2. BubbleUPnP gives me a transport locked error. Apparently this means there is a problem with my router. But everything else other than BubbleUPnP works fine. Therefore, I don't want to change or upgrade my router at this time. That would likely cost me a full day of work. So I want an alternative to BubbleUPnP.
6582
How can I reduce latency while tethering?
When tethering with PDAnet (the free version), using a stock moto-Droid 1 on Verizon, I am getting between 1k-3k ms latency on World of Warcraft. I would like to know what is the likeliest culprit, and am wondering what steps (and how) I can take to reduce the latency. Some ideas: * Change tethering app? (Note, I have a limited use and purchasing a $30 app for tethering isn't really an option) * Root/ROM and change from stock? (running 2.2.1: FRG83D) * Get a latency targeting app for my phone/laptop?
59917
Does the Amazon App Store charge for updated apps?
We have a new Android phone to replace an older one, and we use Amazon App Store. We logged in with the same account on the new phone, and some of the apps show "Install". But other apps that we have purchased in the past show a price instead of "Install" -- they seem to have lost the fact that we already purchased these apps. For example: Polyclock World Clock purchased as a Free App of the Day (April 2012). This shows a price ($2.99) instead of "Install". However, if we click the price, it changes to "Buy" and then attempting to purchase, it says "You already own PolyClock World Clock -- please find it in My Apps." However we can't find it anywhere installed on the phone. This doesn't quite match the other similar situations I already searched for: * logging into Amazon AppStore with different credentials * messing with the apk? The inconsistent purchase behavior makes me think it's a bug... but my other guess was that the version of this app was so old that perhaps it thinks it needs to repurchase. I couldn't find information on Amazon matching this situation, although I might have missed it. There was a lot of information about transferring Kindle apps. Thanks!
59916
How do I clear the browser's auto-complete history?
My phone keeps saving what I type into chrome or the browser. I have tried erasing the history it still auto completes if I need to retype it. I understand it great to save all the info but I have typed my credit card in one of them and its saved. How do I clear the browser's address bar auto-complete history?
59911
rb_producer process high cpu usage - CM10
For the past day, rb_producer (edit: and rd_consumer) has been the top process on my phone (bringing the load to 3+ on a single core devie).The device is therefore really hot and battery life is compromised. If I look under battery, there really isnt anything suspicious. This is CM10 running on the HTC Glacier (mytouch 4g). How do I solve this? ![enter image description here](http://i.stack.imgur.com/oxftD.jpg)![enter image description here](http://i.stack.imgur.com/iCQSy.jpg)
59913
ES File Explorer - Share by LAN
I want to use **ES File Explorer's** LAN share feature in the **Share via** options in Android to send files to my PC that you can currently only do by going into the app itself - a rather long process. **UPDATE** As mentioned below, I posted a request to the Developer about being able to send files to your PC through the "Share via" menu - this would be a shortcut/alternative to opening up the ES File Explorer app and manually copy and pasting from your phone memory to the LAN PC... **This feature is now added!** Anywhere on android, click a file, picture, video or pretty much anything that can be moved or copied, click the "Share" button, then click the "ES Save to..." option, and choose your path on your PC. It will now be copied directly to your computer using the LAN feature inside the ES File Explorer app. ![enter image description here](http://i.stack.imgur.com/nvQ2m.png) Enjoy :)
6584
How does Android handle tablet specific apps and how do you distinguish these apps?
How does Android handle tablet specific apps and how do you distinguish these apps? I know there are Android apps that only work on Tablet devices (they say there are currently 16) and wont work on phones. There is a similar relationship between the iPad and iPhone but in the iTunes app store there are distinct iPad and iPhone tabs. There doesn't appear to be the same type of distinction in the Android Market that will allow me to browse Tablet specific apps.
39413
Persisting permissions on /mnt/shell after reboot
CWM Nandroid backups are being stored in /mnt/shell/emulated/clockworkmod I want to use DropSync (or something similar) to automatically upload the contents of this folder to Dropbox as a backup however the permissions on the /mnt/shell folder are 700 so DropSync isn't able to access them. I can change the permissions to 755 which allows everything to work but as soon as I reboot the device the permissions reset to 700. How can I persist the permissions? Or is there a better way of getting the backups automatically uploaded to Dropbox?
39410
Google service connection + Corp wifi
When connected to the corporate wifi the signal bars turn grey suggesting that there is no connection to Google services. Gmail, web browsing, contact sync, calender sync, play music all appear to work correctly. YouTube and DeskSMS do not, there may be others but I haven't been specifically looking for what does and doesn't work. Both services accessed via computer work perfectly fine, there is no block on YouTube or DeskSMS. I'm running Android 4.1.2 on a Nexus S, DHCP network configuration with HTTP proxy. Any suggestions as to why the phone believes it doesn't have Google service connectivity? Broken YouTube doesn't bother me but DeskSMS would be handy to get working, any suggestions?
39418
Can the Android YouTube app display annotations?
I run the stock YouTube app on my HTC One X phone. There are a couple of channels I follow who post videos narrated in their local language, but with translations added as annotations on top of the video stream. These are perfectly viewable in my desktop browser but are not displayed in the Android YouTube app. Is there a setting for this I am missing, or are they just not available?
21096
How Should I Handle This Suspicious App?
While traversing the 'installed' list of Google Play, I noticed a very odd app named `SOUPER ANDROID DEVELOPMENT`. What's so suspicious about it is: * **It does absolutely nothing to explain what it is, what it does, or permissions required** * There is no option to open/uninstall * I cannot find it by searching for it * It is dimmed in the list with the other apps * It is not listed when I browse play.google.com/apps * Nobody (in the comments) seems to know where they got it. _Notice the app is dimmed (grayed out)_ ![App is dimmed in the list of apps](http://i.stack.imgur.com/XYFIc.png) * * * _I was scrolled to the top of the page during screen capture. Notice how many standard features are missing_ ![App's market page doesn't conform to standard](http://i.stack.imgur.com/NqSvZ.png) I have no idea where it came from. I imagine it was either part of the humongous set of bloatware provided by Verizon or, what I'm thinking is more likely, the method used to root my phone: Pete's Motorola Root Tools. I have scanned my phone with Lookout but it hasn't found anything. 1. Can anyone provide any insight as to what this app is? 2. How should I remove this app? I am having difficulty locating it in `System App Remover`. 3. ~~Should I be suspicious of the rooting tool I used and take any action?~~ I have been told this is legit. Whether it is or not, it's doesn't seem to be in any way part of the problem. 4. How can you trace a market app to its package name? * * * ## Update While searching other complaints on this app, I dug up: * ~~A link to it on Google Play~~ (removed). I'm still curious as to how someone obtained this link, I couldn't find it in a search or any references to it. * It says it's not compatible with any of my devices but it's installed. * No one has found any traces of it on their phone (probably because it's 'linking ' to com.motorola.contacts.preloaded) * It seems to only be affecting Droid 3 users. # Update 3/28/2012 Final update/Brief summary: * 3/26: App showed up without user approved install under name "Brett Henderson" with no option to open or uninstall. Later renamed "Souper Android Development". * 3/27: Clicked the app's "share" button to view its link to app on phone (com.motorola.contacts.preloaded). This confirms Richard's suspicion that it was merely sharing its name with a legit system app as apposed to installing junk on the phone. Further reading revealed that each app has a unique ID to prevent one app from providing "updates" to another with the same name. * 3/28: The app was removed from the app market place. As pointed out by Matthew Read, a similar bug happened not too long ago. As of now, I haven't read anything official on this instance.
50812
Android: how to grant 666 privs to a device via ueventd.rc
I need to access an USB camera connected to my (rooted) Android. I'm on a Samsung Galaxy S4 with Android 4.2.2. I want to access it with a normal app, so I need the device to be world readable. I can connect via shell and type root@android:/ # su root@android:/ # cd /dev root@android:/dev # chmod 666 video4 and it works. But each time I disconnect the camera, and reconnect it, I have to do it again. Via shell I can remount the root file system r/w mount -o rw,remount -t rootfs rootfs / and then edit the file `/ueventd.rc` (actually it's `/ueventd.qcom.rc` ) and add /dev/video* 0666 system camera But even if I put 666 I only get root@android:/dev # ls -la video4 crw-rw---- system camera 81, 18 2013-08-08 10:14 video4 Is there a way to grant a 666 permission permanently? So that each time I connect the camera it gets the right file permissions? Thanks
47426
Why does the default keyboard always change after a phone restart?
I use a Samsung Galaxy Note phone with Jelly-Bean 4.1.2. I also use SwiftKey app as as my default keyboard. After every phone restart, the default keyboard changes to Samsung keyboard. Why does the default keyboard setting change and how to make SwiftKey be the default keyboard..always?
47427
received SMS with content "request failed"
Today I received two suspicious SMS from two different sender - both from the same provider. The messages only contained the text "request failed". The numbers do not look like some special expensive numbers. Can anyone guess what happened? Is there a way to find out if there is an app which is allowed to send SMS on my phone? **Update:** now that I've seen that there is no suspicious app with permissions to send SMS, I try to reconsile the SMS in my SMS history with the ones from my bill. But I noticed that it's hard to get a chronological list of SMS from the build in app - any idea how I can get a chronological list of sent SMS and not conversations?
47424
How do I run network spoofer on S4?
So, I got myself s4 and rooted it. I've tested the root access with several different apps, and all of those work. But now I tried Network Spoofer. The app seemed to download and install successfully, but now, when I try to actually do something, I get this: ![chroot: can't execute 'spoof': Permission denied](http://i.stack.imgur.com/mFSvj.jpg) Screenshot: _chroot: can't execute 'spoof': Permission denied_ (click image for larger variant) How do I fix this?
34160
Accessing Port 8888 in Android Web Browser
I'm developing a mobile site which runs on port 8888. I want to see how it looks on my Android phone. How can I use my phone's web browser to view pages on port 8888?
34162
What are my options for connecting my Android to Ubuntu?
I have a Samsung Galaxy S2 running rooted Jelly Bean 4.1.2. My computer is running Ubuntu 12.10. Before, in Android 4.0, I simply plugged the USB in, and a notification would pop up, and I was offered a button to Turn on USB storage, and then my 12GB internal SD card and 16GB external SD card were both mounted as external drives. Nice and easy. Now, to get the same thing, to connect my Android as a mass storage device, before I connect the USB cable, I have to go to Settings -> More Settings -> USB utilities and press Connect storage to PC, then plug in the cable, _then_ press Turn on USB storage. It's a hassle and a half. If I don't do it this way, when I connect the USB, it tries to connect with MTP. Which causes this error: Unable to mount SAMSUNG_Android Error initializing camera: -60: Could not lock the device If I switch the connection mode to PTP, I get two devices, both called SAMSUNG_Android, only one of which (12GB internal) actually ever displays the contents. The other hangs. In either case, MTP or PTP, if I have Banshee running when I connect my Android, it causes Banshee to crash. I use Banshee to sync my music collection. The short story being that currently, connecting my Android to my computer is either complicated or doesn't work very well. I've been told that USB mass storage is being deprecated, and MTP is the standard going forward. At the end of the day, I don't care if it's MTP, PTP, or mass storage that's used to connect my device. All I care is that it's as easy as it used to be. Plug it in, press a button, both drives are mounted and usable like any other drive. How do I get this ease of function when connecting my Android to my USB.
34165
Tablet PC with IMEI invalidity issue
I recently bought a tablet PC, from a Chinese manufacturer. Its IMEI is 315589840117903. It's showing invalid in India. Please check with this link: IMEI Validation Check How I can solve this problem? I am unable to connect to internet and unable to make any calls.
63666
Connecting PS3 controller to Xperia Z
How can I connect my PS3 controller to my Sony Xperia Z for gaming?
32888
Access my Fiancee android phone remotely
> **Possible Duplicate:** > How do I access by android phone from web browser and control it? I bought Galaxy S3 to my fiancee as a gift but she could not manage it and install APN and contacts and some apps, I am looking for free or commercial software or app, so I could help her managing her phone under her **supervision**. Thank you guys I have to help her get internet on her phone, so we could use communications apps. My phone calls bill is really expensive