id string | title string | text string |
|---|---|---|
40631 | Error on Samsung S3 with external memory card | My external 64GB ScanDisk Ultra is being causing me problems with my Samsung Galaxy S3. It works good for a small period of time, and then it crashes, it just stops working. It mostly holds music. Suddenly it appears that there is not an external card, so I have to take out the card and reboot the phone, and then the card will work for another couple of days. The phone is rooted, it works amazing, but Ive being having that problem. Is there anything I can do? |
71489 | Google Apps on HTC Explorer (custom rom) | I have rooted HTC Explorer (Pico) and installed OmniROM. There is no working version of GApps for it. One isn't working, another - crashing, third - can't connect to servers, there are more but they aren't working too. From where I can download working one (tried GApps Manager)? Edit: The best result was `Unfortunately, Google Account Managrer has stopped.` Update: I've tryed archives with names: > 5-31_GApps_Minimal_4.4.2_signed > 5-31_GApps_Standard_4.4.2_signed > 12-14_GApps_Core_4.4.2_signed > GApps_Light_4.4.2_signed > gapps-custom-pico-4.4 > Gapps-KK-4.4.0-Signed > gapps-kk-20140105-signed > pa_gapps-stock-4.4.2-20140531-signed |
71488 | bluetooth headphone can't pair | I have LG e975 , android 4.1.2 and a bluetooth stereo headphone Pyle PHBT5 which supports A2DP. The problem is that bluetooth can't find the device. Is there something I can try? |
40634 | GTab with access denied to all app databases | I have a brand new GTAB (Android) that was working fine but suddenly, give a reboot while I was using _anMoney_ , a very good application of financial organization. Until anything I'd like to observe that I have plenty of space in NAND Flash storage memory, something about 100 MB. This storage is used to keep app's databases under `/data` directory. I'd like to observe that my ROM is original and android version is 2.2. So after reboot, all applications that effectively use SQLite stopped to work. Each one gives substantial logs, pointing me that this problem are involving not so exclusive SQLite: # App1: anMoney E/ApplicationContext( 1933): Couldn't rename file /data/data/com.zvasvari.anmoneyp/shared_prefs/com.zvasvari.anmoneyp_preferences.xml to backup file /data/data/com.zvasvari.anmoneyp/shared_prefs/com.zvasvari.anmoneyp_preferences.xml.bak E/ApplicationContext( 1933): Couldn't rename file /data/data/com.zvasvari.anmoneyp/shared_prefs/com.zvasvari.anmoneyp_preferences.xml to backup file /data/data/com.zvasvari.anmoneyp/shared_prefs/com.zvasvari.anmoneyp_preferences.xml.bak I/Database( 1933): sqlite returned: error code = 14, msg = cannot open file at source line 25467 E/Database( 1933): sqlite3_open_v2("/data/data/com.zvasvari.anmoneyp/databases/My Book", &handle, 6, NULL) failed V/com.zvasvari.anmoneyp( 1933): com.zvasvari.anmoneyp.database.az: android.database.sqlite.SQLiteException: unable to open database file V/com.zvasvari.anmoneyp( 1933): at com.zvasvari.anmoneyp.database.sql.a.a.a(Unknown Source) V/com.zvasvari.anmoneyp( 1933): at com.zvasvari.anmoneyp.database.sql.s.a(Unknown Source) V/com.zvasvari.anmoneyp( 1933): at com.zvasvari.anmoneyp.app.book.a.t.b(Unknown Source) V/com.zvasvari.anmoneyp( 1933): at com.zvasvari.anmoneyp.app.book.a.t.doInBackground(Unknown Source) V/com.zvasvari.anmoneyp( 1933): at android.os.AsyncTask$2.call(AsyncTask.java:185) V/com.zvasvari.anmoneyp( 1933): at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305) V/com.zvasvari.anmoneyp( 1933): at java.util.concurrent.FutureTask.run(FutureTask.java:137) V/com.zvasvari.anmoneyp( 1933): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1068) V/com.zvasvari.anmoneyp( 1933): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:561) V/com.zvasvari.anmoneyp( 1933): at java.lang.Thread.run(Thread.java:1096) V/com.zvasvari.anmoneyp( 1933): Caused by: android.database.sqlite.SQLiteException: unable to open database file V/com.zvasvari.anmoneyp( 1933): at android.database.sqlite.SQLiteDatabase.dbopen(Native Method) V/com.zvasvari.anmoneyp( 1933): at android.database.sqlite.SQLiteDatabase.<init>(SQLiteDatabase.java:1812) V/com.zvasvari.anmoneyp( 1933): at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:817) V/com.zvasvari.anmoneyp( 1933): at android.database.sqlite.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:851) V/com.zvasvari.anmoneyp( 1933): at android.database.sqlite.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:844) V/com.zvasvari.anmoneyp( 1933): at android.app.ContextImpl.openOrCreateDatabase(ContextImpl.java:540) V/com.zvasvari.anmoneyp( 1933): at android.content.ContextWrapper.openOrCreateDatabase(ContextWrapper.java:203) V/com.zvasvari.anmoneyp( 1933): ... 10 more # App 2: Battery Widget E/ApplicationContext( 2674): Couldn't rename file /data/data/com.elvison.batterywidget/shared_prefs/com.elvison.batterywidget_preferences.xml to backup file /data/data/com.elvison.batterywidget/shared_prefs/com.elvison.batterywidget_preferences.xml.bak E/ApplicationContext( 2674): Couldn't rename file /data/data/com.elvison.batterywidget/shared_prefs/_has_set_default_values.xml to backup file /data/data/com.elvison.batterywidget/shared_prefs/_has_set_default_values.xml.bak I/Database( 2674): sqlite returned: error code = 14, msg = cannot open file at source line 25467 E/Database( 2674): sqlite3_open_v2("/data/data/com.elvison.batterywidget/databases/alarms.db", &handle, 6, NULL) failed # App 3: Meridian E/Database( 3110): sqlite3_open_v2("/data/data/org.iii.romulus.meridian/databases/webviewCache.db", &handle, 6, NULL) failed W/ApplicationContext( 3110): Attempt to read preferences file /data/data/org.iii.romulus.meridian/shared_prefs/google_ads.xml.xml without permission I/Database( 3110): sqlite returned: error code = 14, msg = cannot open file at source line 25467 E/Database( 3110): sqlite3_open_v2("/data/data/org.iii.romulus.meridian/databases/google_analytics.db", &handle, 6, NULL) failed E/SQLiteOpenHelper( 3110): Couldn't open google_analytics.db for writing (will try read-only): E/SQLiteOpenHelper( 3110): android.database.sqlite.SQLiteException: unable to open database file E/SQLiteOpenHelper( 3110): at android.database.sqlite.SQLiteDatabase.dbopen(Native Method) E/SQLiteOpenHelper( 3110): at android.database.sqlite.SQLiteDatabase.<init>(SQLiteDatabase.java:1812) E/SQLiteOpenHelper( 3110): at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:817) E/SQLiteOpenHelper( 3110): at android.database.sqlite.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:851) E/SQLiteOpenHelper( 3110): at android.database.sqlite.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:844) E/SQLiteOpenHelper( 3110): at android.app.ContextImpl.openOrCreateDatabase(ContextImpl.java:540) E/SQLiteOpenHelper( 3110): at android.content.ContextWrapper.openOrCreateDatabase(ContextWrapper.java:203) E/SQLiteOpenHelper( 3110): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:98) E/SQLiteOpenHelper( 3110): at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:158) E/SQLiteOpenHelper( 3110): at com.google.android.apps.analytics.PersistentEventStore.getNumStoredEvents(Unknown Source) E/SQLiteOpenHelper( 3110): at com.google.android.apps.analytics.PersistentEventStore.startNewVisit(Unknown Source) E/SQLiteOpenHelper( 3110): at com.google.android.apps.analytics.GoogleAnalyticsTracker.start(Unknown Source) E/SQLiteOpenHelper( 3110): at com.google.android.apps.analytics.GoogleAnalyticsTracker.start(Unknown Source) E/SQLiteOpenHelper( 3110): at com.google.android.apps.analytics.GoogleAnalyticsTracker.start(Unknown Source) E/SQLiteOpenHelper( 3110): at org.iii.romulus.meridian.core.Utils.startTracker(Utils.java:440) E/SQLiteOpenHelper( 3110): at org.iii.romulus.meridian.IndexActivity.onCreate(IndexActivity.java:82) E/SQLiteOpenHelper( 3110): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047) E/SQLiteOpenHelper( 3110): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627) E/SQLiteOpenHelper( 3110): at android.app.ActivityThread.startActivityNow(ActivityThread.java:2503) E/SQLiteOpenHelper( 3110): at android.app.LocalActivityManager.moveToState(LocalActivityManager.java:127) E/SQLiteOpenHelper( 3110): at android.app.LocalActivityManager.startActivity(LocalActivityManager.java:339) E/SQLiteOpenHelper( 3110): at android.widget.TabHost$IntentContentStrategy.getContentView(TabHost.java:651) E/SQLiteOpenHelper( 3110): at android.widget.TabHost.setCurrentTab(TabHost.java:323) E/SQLiteOpenHelper( 3110): at android.widget.TabHost.addTab(TabHost.java:213) E/SQLiteOpenHelper( 3110): at org.iii.romulus.meridian.MainActivity.initViews(MainActivity.java:292) E/SQLiteOpenHelper( 3110): at org.iii.romulus.meridian.MainActivity.onCreate(MainActivity.java:150) E/SQLiteOpenHelper( 3110): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047) E/SQLiteOpenHelper( 3110): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627) E/SQLiteOpenHelper( 3110): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679) E/SQLiteOpenHelper( 3110): at android.app.ActivityThread.access$2300(ActivityThread.java:125) E/SQLiteOpenHelper( 3110): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033) E/SQLiteOpenHelper( 3110): at android.os.Handler.dispatchMessage(Handler.java:99) E/SQLiteOpenHelper( 3110): at android.os.Looper.loop(Looper.java:123) E/SQLiteOpenHelper( 3110): at android.app.ActivityThread.main(ActivityThread.java:4627) E/SQLiteOpenHelper( 3110): at java.lang.reflect.Method.invokeNative(Native Method) E/SQLiteOpenHelper( 3110): at java.lang.reflect.Method.invoke(Method.java:521) E/SQLiteOpenHelper( 3110): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868) E/SQLiteOpenHelper( 3110): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626) E/SQLiteOpenHelper( 3110): at dalvik.system.NativeStart.main(Native Method) To turn things more intriguing, I bought an Andoid app called _SQLite Editor_ and open the 3 individual databases given above. All 3 are intact, without presenting data loss or corruption. What can be wrong? Any one can point me what is happening? |
44994 | How to resolve Instagram force close for CM9 | I'm using CM9 (Alpha 14) adnroid 4.0.1 for my GTi9003. Every other app works fine except for instagram. Picture doesnt load at picture editing/ picture filter screen (screenshot)  and instgram hangs and I have to force close every time. It was working fine on stock ROM. Any patches? |
47940 | Minimum lcd brightness on android 4.2.1 | I'm looking for a way to reduce the real brightness (the backlight) of my lcd. I'm using android 4.2.1 on a Star b94m/b943. I search for apps, and i found RootDim, which can decrease the light below the minimum 30/255 (default by android). I found another great app, Velis Auto Brightness, which allows to control the brightness in function of the light sensor. It can't go below the 30/255. So i thought if there were a method to reduce the default android brightness i could use Velis Auto Brightness (so auto brightness) AND use lower than 30/255 levels. I tried this tweak of build.prop How can I reduce screen brightness below the minimum without an app? but it didn't work. Any other ideas? Thank you! |
47943 | How can I install a CSC code which are not listed on Samsung Galaxy S/S2/S3 CSC app? | I have a Samsung Galaxy S2. I want to change its CSC to any Indian version. I came to know that ODD, INU, IND, INA, INS, IMS & REL are the Indian CSCs. But when I checked it with Samsung Galaxy S / S2/ S3 CSC, these CSCs are not listed. How can I install a CSC which is not in the list? |
14758 | Sync Multiple Devices Simultaneously With One Account | I've got a question regarding maintenance/management with multiple android devices on a single account. For example: * A school has 30 android tablets. * Teachers need all 30 devices updated * The school has 1 account for all 30 devices Is there a way to sync all of these simultaneously to the same account? iTunes U offers this functionality for iOS devices, but wanted to know if there are any similar services for android devices. Thanks for your help! |
47947 | Hdmi drivers in Android 4.0? | I am trying to install Android 4.0 on a tv box. I just need to know whether Android 4.0 will have the HDMI drivers. Thanks |
13905 | open and accept calendar invitations | How do I open and accept calendar invitations? Phone is a Samsung Galaxy S SCH-I500 2.3.4 firmware. US Cellular carrier, I'm using gmail app and email app; neither recognize format. phone's native calendar and google cal online. All else synced and working beautifully. 3rd party software for ical attachments (buy me a beer guy) didn't parse correctly... |
77887 | Polaris Office cannot set Date Format to UK | how can we change the input & displaying of dates in Polaris Office to UK format? The devices are set in Settings/System/Date and Time/Select date format to UK style (dd/mm/yyyy). The default within Polaris seems to be yyyy/mm/dd. Other android users wrongly think this is UK format. You can change the date format of cells to be any of the following: * yyyy/mm/dd (default) * mm/dd/yyyy (US format) * mm/dd * dd-month-yy * dd-month * month-yy * month-yy * month dd, yyyy * dd month yyyy (almost UK format) Ideally we need the correct UK date format dd/mm/yy or dd/mm/yyyy as this is already in our source files. We cannot change this (only the format of the cells) as users will be working on files generated from MySQL in MS Access and outputted to .xlsx This seems an oversight on Polaris part, but I don't see much 'chatter' about it around the web, so should we notify Polaris of this? |
77885 | Change Cell Broadcast alarm | Lately whenever a missile is fired upon us, I receive cell broadcast alert about it. In my area of living the city alarms are working loud anyway but the cell broadcast sound is extremely alerting and is over stressing my 3 old kid. I looked in the menu (Settings -> More -> Cell broadcasts) but and I found I can make it sound for only 2 seconds (instead of four). I would like to keep the cell broadcast but change the tune. any ideas how can I do that?  Screenshot (click image for larger variant) |
13903 | Usb connected constantly flashing on screen | The USB connection keeps coming up on the top bar of my Samsung Galaxy S. It wears down the battery and the phone turns itself off randomly, sometimes its hard to get it to turn back on, I have tried connecting the USB cable to the computer then disconnecting which did nothing. This is starting to really annoy me, can someone help? |
13908 | Why doesn't my Macbook see my phone (droid incredible, cyanogen)? | I an Android newbie and software developer. I just got this used HTC Droid Incredible and installed cyanogen on it. I read that when I plug it in to the laptop with a USB cable I should see a notification at the top of the phone's screen, and then be able to copy over music, etc. But I plug it in and nothing happens. What's wrong? What can I do? The first thing I wanted to do was load some music. |
18106 | GPS tracker than can send locations to TCP server | Is there any simple GPS application in Android Market that can 1. Run in background 2. Send locations via GSM-Sim / GPS, time to a TCP Server:Port 3. TCP Server:Port is customizable so that I can set it to my server. 4. Send location after some n seconds (n is customizable) That's the minimum requirement. If the application can also send battery status that more better. |
18100 | Samsung GT-i9000 (Galaxy S), Android 2.3.6, MTP and Linux | Is it possible to connect this device to Linux workstation over USB using MTP mode? I've tried a few times using different tools but no success. GMTP just don't work, mtp-tools don't work reliably, etc. |
18109 | Kindle Fire: Google Services Framework | So I rooted my fire using Burrito Root. The SuperUser app was available once that was complete. I got a version of Google Services Framework from http://code.google.com/p/androidmarketu/downloads/list When I try to install the Google Services Framework, it tries to install it but then it says "Not Installed". I have the Allow Other Applications set to ON. I don't wish to change the stock ROM. All I need is the Google Talk application to work on the Kindle Fire. |
18108 | GMail stops syncing after an hour or so | A few days ago I noticed that sometimes emails were getting stuck in the Outbox in GMail on my Samsung Droid Charge. That was when I noticed that my Inbox count was showing unread messages, but the inbox wasn't showing the messages. I made sure the the correct label was selected (Inbox) and tried syncing/refreshing, but to no avail. I can go to mail.google.com and see my emails loaded. This situation seems to be caused by trying to send an email or refresh when my 4G connection is spotty. I tried force closing GMail then restarting it, but that doesn't work. Restarting my phone is the only thing that appears to get GMail to sync again, but it stops after an hour or so. I have even tried clearing all data, but that didn't work. When I did that, GMail told me that it would load data soon, but it stayed in that state for hours until I restarted the phone. |
5578 | Why are calls auto-routing via sipDroid? | When sipDroid is running, everytime I try to dial a phone, it tries using sipDroid to route it. How can I make my Android using plain old GSM Network for regular calls by default when sipDroid is running? |
5574 | Is it possible to install the unofficial Froyo on a Samsung I5800XXJG3 android phone? | I know the official Froyo has not been released, but I see here that you can Install it on samsung phones: http://androidforums.com/samsung-galaxy- lite/251507-update-android-2-1-eclair-2-2-froyo-your-samsung-gt-i5800.html But there it mentions I5800XXJPF I5800XXJPB but does not mention I5800XXJP3 so is it possible, if so, how? |
5573 | How to install android OS on SD card? | I am not using android cell phone till now. I want to install the android OS on SD card and use this SD card to boot android on same line of cell phones. I am not sure if that is possible at all. Any help will be appreciated. |
6540 | How to avoid rooting my phone? | > **Possible Duplicate:** > Any VNC solutions for an unrooted device? I want to connect my phone to my computer via USB, and be able to send keystrokes to phone, and send phone's video output to computer screen. It's easy, i check out several tutorials, but i DON'T want to root my phone, i don't want to void my warranty. Is there ANY way to send keystrokes to Android phone from any "third-party" device, or to send phone's video output to computer without rooting the phone? |
81338 | Remote controll my android device from my pc via ip or mac adress | I am currently searching for a program which can remote controll my android device from my pc. If you know some sort of programs which can do this i would appreciate your help ! |
25624 | Application or software by which we can access tablet or mobile remotely over internet? | > **Possible Duplicate:** > Any VNC solutions for an unrooted device? I am using TeamViewer and other VPN remote access software to access my laptop or PC from my Android phone. But is there any software by which I can access my Android smartphone remotely over Internet either through Android phone or through laptop. |
30077 | How to offload browser audio links to background player for continued listening. | Is there an Android audio app that runs in the background and can have audio links offloaded to it (i.e. be the target of the intent) so the user can continue listening when the browser or foreground app that launched the audio link is closed? Or another way to configure this? I'm on Jelly Bean and the built-in audio player sits in the foreground stopping the sound when I transition away from the foreground app. For example, an MP3 podcast link. The issue occurs in Google Reader app too. |
72908 | Xperia Arc S Wifi Problem | I installed CyanogenMod 10. But I can't connect internet on Xperia Arc S. How can I fix it? |
38268 | map physical button to auto-rotate switch in android? | I would like to map the auto-rotate lock toggle/switch/setting to a physical button in a device. how do I do that? On the linux side of android, in linux/input.h, there are different KEY events, SW(switch) events and a lot more. fortunately, the rotation lock is there(SW_ROTATION_LOCK), however it is a switch event type, not a key event type... Looking in my key layout file (.kl file), all items that are listed there are key events... On the other hand, the assigned events to these keys are constants in the android framework. looking at http://developer.android.com/reference/android/view/KeyEvent.html where valid key maps are listed, I assume. What I have done: Registered the physical button to recieve the rotation lock as a switch event on the board configuration settings... (imx6 board) all that's left is on the android side I believe.. so, anyone knows how to map the button to auto-rotation lock/switch? |
30074 | Unable to connect to 3G after updating my software | I have a Sony Ericsson Xperia X10, and I updated the software to Gingerbread (Android 2.3.3), but I'm having problem connecting my mobile to 3G provided by my Network. When I go to settings and search for the networks available, it shows that I'm already registered on the network. Though I have the data access via mobile network enabled, and WCDMA Network Mode, the mobile network state appears Disconnected! |
30073 | How do I import a KML route into OsmAnd? | I created a route using **Google Maps** and exported it as a KML file. I would like to import now this KML file into **OsmAnd** so I could check where I am. So far I found out that it is possible to create a map from a KML file with theOsmAndMapTileCreator program. However, I cannot find one, all I have is OsmAndMapCreator -- and this program does not allow me to import KML in the first place (at least I don't see such option at all). Thus, I cannot prepare a map for OsmAnd (from KML; in general I prepared regular OSM map for OsmAnd using this program). Since I didn't find any working solution with true off-line KML route imported, I use Google Maps with a pre-loaded route. There is a catch though - if I forget it is cached, and I switch anything in Google Maps I will lose this route when biking. So it is not reliable enough -- just workaround. The bottom line is -- I have KML file, I have OsmAnd, I would like to import the former into the latter. How do I do it? |
30070 | how to remove sticky (permanent) notifications from notification bar? | I have a buggy app installed in my phone, which sometimes creates permanent download progress notification with animated icon but **fails to remove it from notification bar** by its own. I tried to remove the notification manually (swipe it off) but it is sticky and can't be removed. I tried "clear" option in notification bar, but again no success and it is still there! I even stopped that app which created the notification, but no change. The only option that I have to remove such sticky and buggy notifications is to restart the device, which is very unpleasant. **Which app, hack, command, gesture, etc... I can use to remove that sticky notification?** *My device is **`Sony Xperia S`** running **`ICS 4.0.4 stock ROM`** _(rooted)_ |
38263 | Mount a folder from external sd as /data | How do I mount `/mnt/sdcard/data` as `/data`. Right now the `/data` has its own partition but it's too small (~500mb) and I would much rather give it more space than move apps and other things to my SD card. My device is Micromax Canvas 2 A110. It has a ~2GB internal sd card mounted at `/mnt/sdcard2` and an external one at `/mnt/sdcard` and `/sdcard` (I'm on some custom rom that switches internal and external default mount points like that) I don't know what filesystem those are in. |
72903 | Convert Internal Storage to Phone Storage | I have a Wiko Darkmoon running 4.2.2 (Wiko hasn't upgraded to 4.4 yet). The phone is advertised as having 4gb storage, which breaks down as 1. Cache: ~123MB, /cache 2. Internal: ~1008MB, /data 3. Protect:~9MB, /protect_s 4. Sdcard2: ~1749MB, /mnt/sdcard2 5. System:: ~690MB. /system Total: ~3579MB ~ 3.5GB. (info retrieved using FreeSpace https://play.google.com/store/apps/details?id=ru.krikun.freespace). On top of this I have mounted a 32GB SD card (/storage/sdcard0). My options are to by default use the external sd card. Unfortunately the /data is full and it basically prevents me to install more programs. Also, the Sdcard2 thingy is supposed to be internal and it's completely free. My question is, can I convert Sdcard2 to mount with /data? Having +1GB in /data would alleviate my storage constraints a lot. I googled and searched here and it seems this is not a common issue. Most of the things I've read are about mounting everything in the external SD card, which is not the same I want to do: I want to reuse the internal 1.7GB by joining it to Internal (/data) partition. Cheers! |
72902 | Duration of System Update - Nexus 4 (after download) - 4.4.2 to 4.4.3? | How long is it supposed to take to install the system update, I think from 4.4.2 to 4.4.3, on a Nexus 4? I downloaded the 70 MB and after the phone restarted, it attempted to install the system update for the last 2+ hours. The progress bar starts, goes all the way to the end, the screen goes black for a split second and then the install screen appears again with the bar starting at the beginning again. The phone is not brand new anymore, but I would expect it to go faster. If this is too long and maybe an error occurred, can I cancel the update process by pressing >Vol-Down + Power Button< without having to worry about an unusable phone afterwards? |
72904 | APN not saving on Kitkat | I have an LG G2 rooted, running Android 4.4.2. I've put my existing EE Orange UK SIM in, and there are no APNs listed. Whenever I try and add the EE settings and then save them, the APN list remains blank. How can I add my carriers APN settings? I have tried: 1. Installing APN backup & restore app, setting as a system app in Titanium Backup and moving to the priv-app folder. Then deleting all APNs, resetting the phone. Still can't add an APN. 2. Creating a basic APN record, without all of the settings. That saves so that I can see it in APN list screen but when I update the record to include all of the settings it disappears again. 3. Looking at the apns-conf.xml file. There are loads of settings in here, but I'm not sure what this file does. |
72907 | Battery dropping from 90% to 0% | I've had the same device for quite some years now, and played a lot with it changing ROMs a few times. Recently I've been experiencing sudden drops in battery charge, here's a screenshot:  Battery Usage (screenshot; click image for larger variant) What could be the reason for this? Is the battery old and faulty and in need of a replacement? Or is the current ROM (Chromium ROM Build 11) faulty? I am prepared to see a degradation in battery life after so many years, but I would expect the drop to be linear. Instead it is lasting quite long while in stand-by, and drops quickly when I use it, but no app appears to be draining it. EDIT: I've tried resetting battery stats, it's of no use. |
47361 | Taking pictures while recording a video | How can I take pictures while recording a video, similar to the feature introduced in the Galaxy S3 or is that a hardware feature? If the feature is available (e.g., via an app), which handsets and android versions are supported? |
19050 | Asus Transformer - Show Virtual Keyboard When Docked | Asus Transformer tablet provides a dock with a hardware keyboard. I can not find information on showing the virtual (on-screen) keyboard while being docked. Is it possible? It is Android 3.2.1. |
19054 | How can I return from power-saving mode in Android 2.3? | I'm using a Samsung Galaxy S II Epic (with Android version 2.3.6 installed), and whenever my phone reaches 10% battery life it prompts me to turn on power- saving mode (and I do). However, once my phone is fully charged, I'd like to turn off the settings that power-saving mode comprises (lowered screen brightness, shorter display timeout, etc.) I see no way to do this in Android except by manually going through the settings and resetting them to the non-power-saving-mode levels. Is there a better way? |
19057 | How do I know which applications slows down the phone? | How do I know which applications slows down the phone, so that I could get rid of them? |
75262 | Why does Battery doctor interfere with the Google play store to update /download the Application | I have Battery Doctor 4.9.3 installed on my Samsung Galaxy trend device with Android jellybean 4.1.2. * The problem with this app is that every time I try to update an app it starts initially and then later the download crashes. * Also there is What's app running parallel so just for few seconds I shift to chat and in the background I can see the app getting updated. * After just few seconds when I return to the play store the download fails for which I need to re-update the app every time (after 30% it again crashed and then later I again re-update). In the app there Is an option for smart Saving which I have turned it on. Although the app works fine for saving the battery but it is interfering with Google Play to update or download the app while I move to another screen it is closing it after few seconds |
39135 | Android browser not able to access router's settings page | I can access the router's settings page via `192.168.1.1` with my PC but not with my android device. What can be the reason? My device: `Android gingerbread` with stock browser. Also tried with other browsers. e.g. `Opera Mini`, etc.. **EDIT 1:** My device is connected in the same network via wi-fi. The IP's of different devices on the network are: 1. Home PC: 192.168.1.2 2. Router: 192.168.1.1 3. Android Device: 192.168.1.3 **EDIT 2: Screen-shots** 1. **Pinging stackoverflow** : IP is not static. Router assigns dynamically. Right now, the device is assigned 192.1  2. **Browser not able to load router's page:**  |
33291 | Nexus 4 And Vodafone india | > **Possible Duplicate:** > Can I use my device on a different carrier? I am buying the Nexus 4 from US google play store and my colleague is sending it over via his relative. My question is even though google has mentioned that the unlocked version being sold on play store is supported by 200 carriers worldwide - will there be any issues with Vodafone India or is there any carrier that i need to purchase Sim from. Please reply immediately as i am kind of worried here. Thanks in advance Sameer |
32857 | LG Nexus 4 compatibility Airtel India | > **Possible Duplicate:** > Can I use my device on a different carrier? I plan to purchase the LG Nexus 4 from the US on the release date (13th November). The phone claims to be unlocked. But will it be compatible with Airtel in India for both data and call services? |
29697 | How do I switch my htc merge from us cellular to t-mobile? | > **Possible Duplicate:** > Can I use my device on a different carrier? I have unlocked it and I am trying to s-off, I am ignorant to cell hacking/programing ad don't know if I am doing anything that will help or hinder my operation. I have just been following youtube or sites advice but so far nothing has really helped. I have the t-mobile sim card but us cellulars programing is preventing service. Please help(and use laymans terms cause like I said I am not too savy when it comes to this). |
61245 | purchasing an unlock phone from overseas give me 3g or will i only get edge | So on an overseas unlock phone WCDMA will allow the phone to work on 3G Data speeds, My friend brought a unlocked overseas phone and it only worked on edge speeds and 4g wouldn't come up on a 4 g phone and while on the phone the internet would not works so what do you suggest. |
29488 | Will Samsung Galaxy Nexus i9250 work with Indian SIM Cards? | > **Possible Duplicate:** > Can I use my device on a different carrier? I understand that Samsung has stated they will not launch Samsung Galaxy Nexus i9250 in India and hence am planning to buy it from Amazon. Was just wondering if the unlocked version of the phone would work well with Indian SIM Card? Please advise. |
52983 | Does Google Nexus 4 work in India? | I am planning to buy a Nexus 4 from US and want to use it in India. Should I expect any issues with this? Is that phone compatible with all carriers in India? Are there any power related problems? |
35493 | Which will work better on t-mobile: Samsung Galaxy S3 GT-i9300 or GT-i9305? | > **Possible Duplicate:** > Can I use my device on a different carrier? Both are international models, and I'm looking to buy an unlocked one off of Amazon. However, I'm not too sure if they're compatible with T-Mobile. I currently have a prepaid standard SIM Card, and although I only have unlimited text and call at the moment, I may get a 4G Data Plan in the near future. Which one of these models is compatible with T-Mobile's 4G service? I've read that the i9300 isn't, but I couldn't obtain any information about the i9305 (which is the 4G LTE version). |
43383 | Verizon HTC Incredible 2 | Will rooting my HTC Incredible 2 allow me to switch carriers ? If not does anyone have any information on how to unlock my phone from Verizon ?? |
29677 | Can I use my device on a different carrier? | Sometimes it's desirable to use a device on a carrier that does not officially sell it. Often this is due to regional differences and travel (for example, using a US phone in Europe) but also because some carriers simply do not offer phones that other carriers do. How can I determine if it's possible to use my phone on a different carrier, and which carriers it is compatible with? * * * _This community wiki is intended to be a canonical answer to a common question. If you feel that improvements could be made then please edit the post(s)._ |
39131 | Can I use LINE without giving out my phone number? | LINE is an app like Skype+Facebook. Is there a way to prevent LINE from reading my phone number and using it for any purpose? (search/identification/...) |
39138 | Why does Jelly Bean no longer support Flash? | I am fine with the news that Android Jelly Bean no longer supports Flash. But being an Android developer, I am surprised that they did not release a reason for that. Does anybody know? |
42460 | HTTP not accessible on laptop connected to Hotspot? | I have the $60 unlimited MetroPCS LTE plan. The hotspot works on my laptop and MP3 player, but I can't browse websites that aren't in secure mode on the laptop. Are they blocking port 80, or is there something else I can do to configure this? The phone is not rooted, and also it's not malware-related or a network misconfiguration on my laptop. HTTP mode works fine when connected to other networks. Any thoughts? |
42463 | Problems cutting people off | I am a complete novice with these phones. When I have a call I seem to cut people off with my cheek on the screen - how can I stop this? |
42464 | How do I access google play music from the Philippines? | I am not able to access the google play music because my country isn't supported. I used VPN with a US account and it asked me to login. When I used my email, I receive the error again that my country is unsupported. Is there any other option? You help is highly appreciated. |
42467 | Galaxy Note 1 has become slow after upgrading the phone 4.1.2 | My Phone (Samsung Galaxy Note) has become really slow after I have upgraded my phone with 4.1.2. And I don't have any much data in my phone. I am really unhappy with this update. Can we do something about it? |
16626 | Is it possible to view detailed GSM information on my Android phone? | I'm trying to find such an app, but I can't, which leads me to suspect that it's not possible, either because of software or hardware limitations. What I'd like to see is a list of cell towers that my phone can reach (both from my carrier and other carriers); signal strengths from each; perhaps an option to lock on to a specific tower or forbid the use of some tower. And, generally, the more data available, the better. So - have I just missed the right app; is there no such thing out there (and I'm free to write the first one); or is such data simply unavailable and I can just give up? |
16625 | Receiving "Message board service started" randomly | Randomly on my Android Galaxy S2, I'm receiving a message nag **"Message board service started"**. It can happens in an application, in the app drawer or anywhere randomly. I'm unable to find any sources talking about this message. Do you have an idea? Android 2.3.6 |
80654 | Region restricted apps | So Google Play Store isn't global and has a region restriction, but does the apps restricted because of region problems even show up? Or might people have downloaded them from an external download service? |
12758 | How to customize the notification bar? | I don't know even thats possible in case of Xperia mini pro. When I flashed Cyanogen ROM into my Xperia Mini Pro, I was able to customize the notification bar. I mean I was able to change the background color, time color and even was able to show the seconds counter beside the time. Is there any system level application that does the above job on regular(Original) ROM on Xperia Mini Pro ? |
12756 | Disable display countdown during the use of Google Maps | When I use Google Maps for my Samsung Galaxy S, after a while the display goes dark and the GPS disconnects. Is there a way to disable the display countdown during the usage of Google Maps? |
12754 | How can I enable mobile data periodically with Tasker? | I tried juicedefender and it does exactly what I want, but since I already have tasker running all the time I am looking for a tasker recipe. I would like the accomplish the following behaviour: * Disable mobile data when screen locked and there is no transfer. If there is an ongoing transfer, allow it to complete before disabling mobile data. Enable mobile data only in periodic intervals of 15 minutes. |
12755 | Wiimote Working on Samsung Galaxy S II Without Root | I've been reading everywhere that the Wiimote doesn't work with Samsung Galaxy S II because of the bluetooth stack on the device which is not able to pair with the Wiimote. Many claim that it's possible to get it to work by installing a rom like MIUI which has the stock bluetooth drivers but I'm not up to rooting just yet. Is it possible to get the gamepad to hook with the phone without having to root it and get a custom rom? |
64731 | galaxy s2 charging cable doesn't fit galaxy tab 3 | They both have micro usb ports but i thought I could use my current galaxy s2 cables with the tablet and they don't fit. Are there different sizes and how can you tell when getting a cable? Thanks |
64730 | How do I move or copy files from /storage/emulated/0? | /storage/emulated/0 is read only and when I try to copy (also when I try to move) files from it to my real SD card, I get a 'read-only' error. I have a Samsung Galaxy Mega with Jelly Bean 4.2.2 and I get this failure with four different file management apps, and also when trying to add the files into a Zip archive. |
64732 | MOGA Pro Power gamepad not detected in Chrome | I've connected a MOGA Pro Power gamepad to my Nexus 5 phone, in mode B (HID). It works well in Gamepad Tester, but doesn't do anything in the Chrome browser (as tested via html5gamepad.com). Is the Gamepad HTML5 API supported on Android? If so, any idea why it doesn't work with my controller? |
64734 | My nexus 5 just crashed when loading up castle clash | It has just crashed and stuck on the loading screen and i have to wait until its out of battery now, any ideas? |
64737 | I can't connect to server via PAW server app? Why not? | I have installed PAW server, and it says to open the provided IP address in a web browser and port number to configure the server (from device itself). I try it, and the page loads for a minute or so but nothing appears. I tried loopback with localhost: _portnumber_ , but it doesn't work. I changed the port around between ports 1024 - 9000, and nothing works. I contacted the developer and they do not respond. My specs: Gingerbread 2.3.4 Android (unrooted), OEM - ZTE Score for MetroPCS. What could the problem be? I have heard this working fine for other phones and people doing the same thing, so why doesn't this work in my predicament? |
64739 | Changed exchange password - When will it prompt the cellphone? | The company I work for is testing a department wide e-mail account (20 users that will share the same e-mail account on separate cellphones -- S2). The e-mail password will expire every 90 days and I'm trying to test what the prompt is like/how difficult it will be for users to edit the password. I've tested this on my own e-mail account by changing my password to something else. I've checked my S2 and my S3 after changing my own exchange password and I'm still able to send and receive e-mails (45min later) without editing the password or being prompted. I've tried rebooting the phone and still no prompt/issues sending or receiving e-mails. Any explanation/help would be appreciated so I can understand this before we are able to follow through. Thanks for any help. |
64738 | Network SIM unlock code not working | I paid to get an unlock code for my Samsung Galaxy S4 Active SGH-I537 locked to AT&T. I have tried to enter the unlock code given when the phone boots with my other carrier SIM card inserted, but get "Network unlock unsuccessful" error message. I wrote to the company and they responded with the following instructions: (Samsung Galaxy S4 Only) Follow these step carefully, as long as you have the correct code it will work 100% (Your phone must be updated to the latest firmware!) 1. Make sure that the phone PROMPTS for the code with a NON accepted sim card and that your IMEI is correct by dialing *#06# a. Go to the Dial pad and dial *#0011# b. Please click your MENU button (Bottom LEFT button) and click BACK on the menu that appears, Nothing will happen do not worry please move to the next step c. Please click your MENU button AGAIN and this time click KEY INPUT d. When the Key input box appears please input the number "1" and hit OK e. You will see a number 1 for a while, please wait until it changes into the SERVICE MENU f. Please click [1] UMTS > [1] DEBUGGING SCREEN > [6] Phone Control > [6] Network LOCK g. You will see 3 OPTIONS within Network LOCK h. Please click on number [1] Perso Sha256 INFO, the screen will change slightly i. Please hit the MENU button then when the menu pops up please carefully hit BACK to return to the previous screen j. Next Please click on number [2] Perso Sha256 ON, the screen will change again to a one line message NOTE: If you see ENABLE_FLAG[1], refer to the notes below. If you see ENABLE_FLAG[0], proceed with step k. k. Restart the phone on the screen by holding the power button and click RESTART l. When the phone prompts for the unlock code simply enter the unlock code provided to you m. Your phone is now permanently unlocked! *If this is not working, go to Solution #2 *NOTE - If it shows ENABLE_FLAG[1]: Press menu, select back to go back to the Network Lock menu. Select [3] Perso Sha256 OFF, then select the first item after. It will say "Menu not exist". Press menu, select back, press menu, select back to go back to the network lock menu again. Select [2] Perso Sha256 ON again, it should now show Enable_Flag[0] You may continue to step k in the previous instructions. I cannot get pass step e. The Service Menu is inaccessible. I write to them again and they send me the NCK Network unlock code along with the MCK Defreeze code and the following new set of instructions: Try Solution #2 Follow these step carefully, as long as you have the correct code it will work 100% 1. Power off and on your phone with different network sim card. "SIM network unlock PIN" or "Enter Network Lock Control Key" screen will appear. 2. Type your Unfreeze code (MCK code) and hit Unlock button. You will get "unsuccessful message" again but don't worry. 3. Now type the Unlock code (Network or NCK code) and hit Unlock button. *If phone say "Network Lock Succesful" it worked, but if not, proceed to step 4. 4. If you get "unsuccessful" again then hit Dismiss button and type *2767*3855# on phone keypad. (CAUTION! This will reformat all your data!) 5. After phone restarts, type the Unfreeze code (MCK code) when prompted to enter "SIM network unlock PIN" or "Enter Network Lock Control Key" screen and hit unlock button. It will say "unsuccessful" again, don't worry! 6. Type the Unlock code (Network or NCK code) and hit Unlock button. 7. Your phone should now give you the message "Network Lock Successful" I tried it, but couldn't get past step 4. After I enter the code *2767*3855# , it doesn't do anything. Ok, so may third time is a charm? No. Latest set of instructions: 1. Make sure that the phone PROMPTS for the code with a NON accepted sim card and that your IMEI is correct by dialing *#06# a. Go to the Dial pad and dial *#197328640# b. Please click on number [1] UMTS > [1] Debugging screen > [8] Phone Control > [6] NETWORK LOCK c. You will see 3 options d. Please click on number [1] Perso Sha256 INFO, the screen will change slightly e. Please hit the MENU button then when the menu pops up please carefully hit BACK to return to the previous screen f. Next Please click on number [2] Perso Sha256 ON, the screen will change again to a one line message g. Restart the phone on the screen by holding the power button and click RESTART h. When the phone prompts for the unlock code simply enter the unlock code provided to you i. Your phone is now permanently unlocked! This time when I enter the code I am presented withe following screen but the options don't match up. I can not get into the UMTS MAIN Menu.  I have been given the Network unlock code, defreeze, provider and sub provider keys and none seem to work. I am on Android version 4.3 and have never rooted and don't want to just yet. At least until the warranty expires. Kernel version: 3.4.02-2244695 se.infra@R0302-03 #1 Build numer: JSS15J.I537UCUBML2 SE for Android status: Enforcing SEPF_SAMSUNG- SGH-I537_4.3_0016 Would appreciate any help. |
63701 | How to root samsung Galaxy Note 2014 edition? | I searched the forum but there was no entry for my specific device. I have an unlocked Galaxy note 10.1, 2014 LTE edition which I'd like to root. Motivations include ability to install a Linux virtual machine and getting rid of the enormous amount of firmware installed (plus remapping the keys, etc). So I wanted to ask 1-How I can root my device. I also have a few related questions whose answers I couldn't find by searching the internet: 2-If I root, will I be using the same OS that I have now, just with superuser access, or would I get "vanilla Android"? I saw a video on youtube about rooting the same device but it needed downgrading to a lower version of Android??? Among samsung's firmware I only use those for the S pen, and I'd like to have them available after rooting. 3-It seems that I need special PC programs for rooting my device. Is there any such software for Linux? |
63700 | Reverse Tethering Android (Galaxy S3) to Windows 7 via Bluetooth | how can I reverse tether via Bluetooth from Android (Galaxy S3) to Windows 7 PC (preferably un-rooted)? * I know there are solutions for WiFi and USB. Booth are not useful for me. * I can build a bluetooth connection between my PC and my Galaxy S3. If I enable tethering in the Galaxy S3, I can open an IP connetion to the internet on my PC. This is easy. But how can I open an IP connection (internet) via Bluetooth in my Android Device using the LAN of the Windows 7 PC? * Do I need specific software or settings on my Windows PC? * Do I need specific apps or settings on my Android device? Thanks |
63703 | Custom ROM for RK292X? | I'm very newbie. I have a tablet AOC Breeze MW0712, when I try upgrade the firmware in the official page I see that the chip is RK292X. This rom can be installed in a chip RK292X ? The steps are the same as when I upgrade the official firmware? Thanks in advance |
16997 | Will Droid Bionic with Extended Battery Fit Inside the Otterbox Defender Case? | I have a Droid Bionic and I keep it in an Otterbox Defender case. I would like to get the extended battery but am concerned that my Bionic might no longer fit within my Otterbox. Has anyone tried this? |
16990 | Froyo Proxy settings | How do I set (global) proxy settings in Froyo? I want to access market, but my college wifi does not work without proxy. EDIT: Is there any way to set proxy without rooting? |
63704 | Can't hear people unless switched to speaker phone | I cannot hear callers unless my speaker phone is on...how can I fix this? I have gone to all the settings but it does not change anything. The caller can hear me ok but there is only a very faint which is inaudible sound back. |
16992 | Are Android OS updates region specific? | Well, I have a Galaxy Ace with 2.3.3, build XWKPY and Samsung Kies doesn't show an update to 2.3.4 yet. I'm thinking of manually updating it through Odin and I need to know if I can just download any Gingerbread 2.3.4 update file or is there anything else that I need to be worried about? |
63708 | Moving sdcard to ExtSdCard | I was an Android beginner, I know nothing of 'hacking' some Android stuff. I found several issues of this case but no one that I look pretty ideal for my case. My Samsung Galaxy Ace 2 has been inserted a new SD Card after a several time using no SD Card. That makes the system create `sdcard` in it's internal storage. Then my storage information (`Setting -> Storage`) become 3 parts, which: **Device memory** (internal), **USB Storage** (internal), and **SD Card** (extSdCard). This thing become very annoying since my internal wasn't so big. And when I open my **Gallery** it pop some notice `There is not enough space (0 MB) in your device memory. Delete some files.` And always redirect me to the **Files**. On my **Files** there is 2 folders, which: **extSdCard** and **sdcard0**. On the setting of Files. I **can't** change the `Set home directory` that refers to `/storage/sdcard0` to (my hope) `/storage/extSdCard`. I done trying to moving all apps to internal storage with hoping that **USB Storage** not full, but it doesn't give any good solution just yet. I read several post and forum, also several solution using `adb` but I don't think those solution can manage all problem, since because of this case, I can't save any voice note or picture from social chatting apps, in some case, I can't receive any bluetooth transfer also. So I want that **USB Storage** begone, and my `sdcard0` was symlinked to the real external SD Card, or another step that make my system become like the old like Android system. Please help me. Thanks a lot before. FYI: right now, my phone isn't rooted yet. But I can root it anytime, if it really needed. |
9114 | Connecting to internet using Wi-fi portable hotspot or bluetooth? which one is more battery saving? | I have EDGE internet connection in my Samsung Europa I5500L (Froyo 2.2). I can connect to the Internet from my laptop using both **bluetooth** or **making a wifi hotspot** from the device using that EDGE connection. `{internet}-----[phone]-----{wifi/bluetooth}-----[laptop]` My question is which one will be more battery saving for both my laptop and mobile? Thanks for your answer. |
9116 | How to revive crashing market app? | My Android 2.1 tablet crashed while the marked app was installing some apps. If I open the marked app now, it always shows that two apps are installing right now, and crashes immediately. Any ideas on how to fix that problem? I already removed the apps the market thinks it is installing, but that did not help. :-/ |
12287 | Gmail app: how can I change the sender address? | I'm using Gmail for all mail related stuff, but the main address I use is not my "real" Gmail address, but something like `myname@mydomain.com`. I have set up that adress as a sender in Gmail, so every mail that I send from the Gmail web app looks like it's coming from `myname@mydomain.com` (instead of `myname@gmail.com`). So my question is: Is it possible to use this sender adress in the Gmail Android app as well? All mails sent by the Gmail app are sent from `myname@gmail.com` by default and I can't find anything in the settings to change that to my alternate address. (as I said, it's already set up and working in the web app...the Android app just needs to access this information somehow...) My phone is a HTC Wildfire with Android 2.2, and version 2.3 of the Gmail app, if that matters. Thanks in advance! |
12281 | Send Audio to Two A2DP Bluetooth Devices Simultaneously | I was pleasantly surprised to see that I can pair & connect my Nexus One with **two** identical NoiseHush N550 Bluethooth headsets **simultaneously**. Unfortunately however, only one of them (always the last to be connected) seems to receive actual audio. Is this a known limitation in the Android OS (version 2.2.1)? Or is there a setting or workaround that allows sending audio to both devices simultaneously? |
21159 | vibrate notifications only when receiving emails from certain addresses? | Is it possible to set vibrate notifications when receiving emails from a list of email addresses but not when receiving emails that don't come from that list? Either using the default Gmail app on a 2.3.5 Android phone or something else. I have a bunch of labels defined, but on the Gmail App I got the following menu: `Notification settings` with: `Email notifications [x]` `Labels to notify` In `Labels to notify` I only have: `Inbox` off `Priority Inbox` Zeta, Always, Notify once for new emails But I can't add more labels to this menu... |
21157 | Does the Motorola Droid RAZR support NFC? | Does Motorola RAZR XT910 support NFC with Gingerbread or Android ICS 4.0? Engadget says the device has an NFC controller. What does this really mean? |
18232 | Is this red star icon malware? How to get rid of it? | Every now and then a red star icon appears on my brother's notification bar, as shown below. The message related to this notification is some advert like "Turbo Boost Your Battery". He has been installing software from doubtful places, so my guess it is some sort of malware he accidentally installed. I'm not very familiar with Android, but my guess was to identify the process responsible for the notification. So I checked the process list, but nothing out of the ordinary was shown. I tried force-closing all processes (some returned although all of them originated from HTC or his carrier), but nothing made the star disappear. How can the malware be detected and removed? Notification icon:  Notification message:  |
24752 | Disable Google Play Ads in Notification Area? | > **Possible Duplicate:** > Is this red star icon malware? How to get rid of it? I'm not sure if everyone has experienced this annoying behavior, I often see ads in my notification area pointing to games in the market. Is there any way to avoid this annoying feature I never asked for? Here is what the ad looks like:  |
37470 | How to get rid of ads popup? | > **Possible Duplicate:** > Is this red star icon malware? How to get rid of it? Recently I often get the popup ads like the snapshot as below. I wanna get rid of it. Please help!  |
49604 | I've received a notification with a red star in my notification bar stating that 3 viruses have been detected, click now to remove | Is this red star notification legit or is it some kind of spam to sell an app or a virus in itself??? How should I proceed?? |
17228 | Spam alerts in notification bar | > **Possible Duplicate:** > Is this red star icon malware? How to get rid of it? I get spam alerts about free ipads and typical junk like that on my notification bar when I start my droid. This also happens when I first connect to WIFI on my home router (secured). I use a DROID X. |
27250 | ad on statusbar | > **Possible Duplicate:** > How can I find out which app is putting ads in my notification bar? Sometimes I get ads on statusbar. These ads came from some free apps. I have lots of installed apps and I can't figure out from which app the ads come from. Is there any solution to find the app? I would like to uninstall it to get rid of this messages. Or is there any solutions to block the ads? My phone is not rooted and I don't want to root. Hubi |
26459 | Strange icons and notifications, is there a malware in my phone? | > **Possible Duplicate:** > Is this red star icon malware? How to get rid of it? > Red Star And Green Cross Icons? I have a Samsung galaxy nexus with official Android 4.1 running. I sometimes get strange notifications with a green + as the icon, saying you have won..., click here to..., or similar messages. Of course I would not open any of them as they immediately appear suspicious. I also sometimes get some shortcut icons on the home screen looking like games, etc. I do not find them in the app list though. I have had similar incidents before upgrading to 4.1. Does anybody get things like these? Is this a malware living in my phone? Any thoughts would be highly appreciated. |
18312 | How can I find out which app is putting ads in my notification bar? | > **Possible Duplicate:** > Is this red star icon malware? How to get rid of it? Recently advertisements have started appearing as notifications in my phone's notification bar. The icon on the ad are either a green plus sign or a white star with a red circle inside it. There is no indication in the notification as to which app it came from. I haven't installed any new applications, so I assume that some application updated to include this intrusive new ad system. Ads only show up at irregular intervals once every few hours, so removing all my apps one by one until the ads stop is not really a viable option, since I would have to wait several hours in between each uninstall to see if another ad appears. (I'm sure this is by design.) So is there any way to figure out the source application of these notification ads? My phone is a rooted/unlocked/whatever HTC Droid Incredible running MIUI. |
41045 | Find out which app is pushing ads in my notification bar? | This may be a duplicate question but it seems the bad guy has improved its technology and known methods don't work so far. Anyway, started recently, my phone shows a notification every few days. Addons Detector and AirPush Detector didn't find anything related. Using: adb shell dumpsys notification I got this: NotificationRecord{40c413b0 pkg=com.google.android.gsf id=1 tag=null} icon=0x1080077 / android:drawable/stat_notify_chat contentIntent=PendingIntent{40d4f178: PendingIntentRecord{40d62628 com.google.android.gsf startActivity}} deleteIntent=PendingIntent{40d4f148: PendingIntentRecord{40d45710 com.google.android.gsf broadcastIntent}} tickerText=xoxbellejenxo37@jabber-chat.com wants to be able to chat contentView=android.widget.RemoteViews@40cd0b38 defaults=0x4 flags=0x1 sound=content://settings/system/notification_sound vibrate=null ledARGB=0x0 ledOnMS=0 ledOffMS=0 My question is what else can I do to find out which app is pushing ads? I don't want to try airpush opt out for two reasons: 1. I wouldn't trust people doing this at the first place. 2. I want to find out which app is doing this and add the company/developer behind it to my black list. **UPDATE** My phone is a rooted Samsung Captivate Glide, Android 2.3. **UPDATE** Updated to 4.0.4 Thanks |
64089 | Configuring Osmand to pre-draw more tiles | When scrolling and zooming in Osmand I often scroll/zoom so fast that I see gray area that has yet to be drawn. How can I tell Osmand to pre-draw a larger off-screen area (and possibly cache these tiles)? |
64088 | Osmand: Map font size | I am visually impaired and have a hard time reading small fonts. In Osmand I can read the fonts when I zoom and the screen still has to be re-drawn. How can I change the default font size for street names to, say, 150%? |
64087 | OsmAnd: How to hide information? | OsmAnd has so much information that it obscures the map. How can I decide what information (layers) that OsmAnd should show? I had hoped Define View > POI would make it possible to hide the information, but it can only emphasize the information with an orange circle.  |
64086 | whatsapp not deleting member from group | Im admin of a group and want to delete one member from the group. He was active member earlier in the group but now not having access to the group as the same is not appearing in his phone, whereas, in other members phone his name is not appearing but in my phone his name is appearing therefore, not being able to add him again without deleting him from list. While trying to delete him by clicking on "Remove the member from group", nothing happens at all, while sometimes a message appears " Failed to remove member, please try again later". I have got him to uninstall and re-install whatsapp on his phone but in vein. Please give me a solution to the problem. |
64082 | How can I share my Google Play wish list with other people? | I've got a birthday coming up, and people ask me what I'd like to get. Among other things, I have a few items in my Google Play wish list, and I know that I can see it at https://play.google.com/wishlist (thank you Martyn). But that's a plain URL without user information. I can't share that to others. I am looking for an URL or feature that lets my friends see what I've put my wish list. |
64080 | How to install apps by connecting to the desktop | I was just wondering is that possible to install apps on my tablet by connecting it to my dekstop from google play. Thanks for any help |
49734 | Reset only the settings for HTC One | I have an HTC One (4.2.2) & I need to reset my settings ONLY, just the settings. Is there any way not to lose my data, without making a backup? I mean I want a factory settings for the settings only. Thanks. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.