id string | title string | text string |
|---|---|---|
68043 | File Transfer Between Ubuntu 12.04 and S3 over usb cable | I have been facing this issue long back still not able to transfer files between My Ubuntu system and Samsung S3. I have googled and tried many ways ( installing mtp tools, etc ) but none works. When connect to my Ubuntu system Im getting a error like "`Error initializing camera: -60: Could not lock the device`" and two window will open with i9300 ( One will be phone memory and another will be memory card ). But none files or folder is visible. Does anyone any idea why this happen ? How can I solve this ? Or Guide me to any website which has the solution for this |
17058 | How can I have 'Next homescreen' and 'Previous homescreen' buttons in ADW EX on the dockbar like LauncherPro? | I'm using ADW EX (purchased in the recent 10 billion, 10 day sale). How can I have buttons for next homescreen and previous homescreen on the bottom dockbar like in LauncherPro Plus? Currently using ADW 1.3.3.56 |
60713 | Micromax A88 too many pattern attempts issue? | My CellPhone MicroMax A88 locked and it is showing Too Many Pattern attempts To unlock, sign in with your Google account. My 'WiFi' is Off and my `Mobile Data` is also not enabled. I am not able to start internet on this phone. Then I press Volume `Key Up + Power Button + Home Button` and reset my phone but still same issue. I already saw this question but nothing worked. Can anyone tell me is their any other alternative to solve this problem |
60710 | How can I send many files (> 25MiB) at once as attachments? | I have 100 compressed pictures. Each of them is 2 MB. I would like to send via email everything at once as attachments (no hosting on Gdrive or somewhere else). Basically pictures will have to be sent in several emails. Is there any way to do it at once? To put it otherwise, I'm asking for a way to automatically send multiple email messages to send all the files. Ideally not one email per file, but each email should contain as many pictures as possible based on a maximum that I would specify. I use a Samsung Galaxy S3. I know the max size of the recipient's mailbox and pictures cannot be further compressed. I don't mind filling my recipient's mailbox. |
60717 | How do I change my debit card details in Google Play? | How do I change my ATM card details in Google play as my old card has been damaged and I cannot purchase anything from my Android phone? |
36939 | Is the setting OFF/ON of the security flag different from enabling/disabling of fastboot? | I am following the book **XDA Developers Android Hackers Toolkit 2012**. In the beginning chapters , it says that : The **second-stage bootloader** checks to see if the security flag is _on_ **(S-ON)** or _off_ **(S-OFF)** and depending on that , it checks for the signatures in kernel and OS that is to be loaded . The book says that if the security flag is **S-OFF** , then the bootloader no longer checks for signatures and also makes the entire system writable . Now , coming to **fastboot** : Fastboot is a protocol that allows low level commands to be sent to a device to do such things as write files to the OS . Most manufacturers , therefore , disable the fastboot protocol at the factory . Can the security flag be **S-OFF** and fastboot be disabled ? Can anyone elaborate on the relation between the security flag and fastboot protocol ? |
36931 | What is FxStreamingTexture and why does it fill up my logcat? | My locgat is full of such lines: > 01-05 10:46:40.939: D/FxStreamingTexture(3948): BasicFuture_get return > m_value = android.graphics.Bitmap@4074d6b8 How can I get rid of them? |
36934 | How can I make it so that any user can chmod in my fuse-mounted ext4-formatted /sdcard? | I have an ASUS Transformer Pad TF101. I finally got round to rooting it just now. **Important:** `/sdcard` is _not_ FAT32. It's a fuse filesystem based in ext4. So it _is_ capable of using `chmod`. So that I can work on it optimally, I'd like to be able to place executables in `/mnt/sdcard`. (Note that while it is called `sdcard` it is not, in actual fact, an SD card; it is internal storage.) I'd also like `chmod` in general to succeed, as it causes problems with certain things in Mercurial when it fails (even when I've patched the things in the main codebase to make it work at all, a few things in Python standard library calls still break). I presume that the problem is something to do with the mount flags, but I don't know what, so here they are: $ mount ... /dev/block/mmcblk0p7 on /data type ext4 (rw,nosuid,nodev,noatime,nodiratime,errors=panic,user_xattr,acl,barrier=1,nodelalloc,data=ordered) ... /dev/fuse on /mnt/sdcard type fuse (rw,nosuid,nodev,relatime,user_id=1023,group_id=1023,default_permissions,allow_other) ... I'm not sure what happens with the FUSE stuff, but I know that `/sdcard`'s contents are stored in `/data/media`. Here, then, is the baffling thing about it all: * As 10126 (terminal) in /sdcard, I _can't_ chmod. * As 1023 in /sdcard, I _can't_ chmod. * As 0 in /sdcard, I _can_ chmod. * As 10126 in /data/media, I _can't_ chmod. * As 1023 in /data/media, I _can_ chmod. * As 0 in /data/media, I _can_ chmod. Having applied `chmod a+w /data/media`, 10126 can then chmod appropriate files in /data/media, but still neither 10126 nor 1023 can chmod in /mnt/sdcard, which is what I ideally want. (Because it sorts out all the rest of the permissions so that you don't end up with fragmented file ownership.) Also, if I create files in /sdcard, they will be owned by UID/GID 0/1015 (1015 being `sdcard_rw`), while if I create them in /data/media, they will be owned by the UID/GID of the user (0/0) rather than 1023/1023 in /data/media (they will still be owned by 0/1015 in /sdcard--I don't understand that but am not drastically worried by it). So then, my question: how can I make it so that any account can successfully `chmod` in /mnt/sdcard, rather than just root? _I have been using /mnt/sdcard and /sdcard interchangeably in this question; /sdcard is symlinked to /mnt/sdcard._ |
54667 | Different album art for songs in the same album | The MediaStore provider on Android is really screwed up. On Android it isn't possible to define different cover art for songs in the same Album. Especially for compilations and "Various Artists" Albums. This is annoying! PlayerPro was able to use ID3 Cover-Art instead of the MediaStore cover art, but this doesn't work since it has been updated. Same goes for most music players for android, as they always use the MediaStore Class on Android to get the cover, and not their own implementation to get the ID3 embedded cover art. To work around this issue, I can tag the Album-Artist tag on all files with the same Album tag: Artist Title Album AlbumArtist CoverTag Displayed Cover Daft Punk Get lucky Singles Daft Punk get lucky get lucky Deftones Bored Singles Deftones bored get lucky Avicii Levels Singles Avicii levels levels Avicii Wake me up Singles Avicii wake me up wake me up This work around will correctly display different covers for each of those songs, all in the "Singles" album, BUT not for the two different songs by Avicii. It's because the Mediastore Class will allow different covers for different "AlbumArtists" on a single Album. Since the AlbumArtist tag for both Avicii songs are the same, it will only use one of the covers for all Avicii songs in the same album "Singles". Solutions not preferred: * Weird tag changes * separate folders on the phone **Any solution for PlayerPro, on Android itself, or my system of tagging? Or is there a different player which can handle embedded cover art correctly?** |
62718 | APK via bluetooth | I recently bought a Nexus 5. I tried to send an `.apk` (via bluetooth) from my mobile to other mobile. Its working fine and I installed the app on other mobile. But when I tried to send the same `.apk` from that mobile (HTC One X) to my Nexus 5, the HTC shows "cannot send". I am able to recieve a video from the HTC One X, but not any `.apk`. Any clue on how to receive the `.apk` via Bluetooth on my Nexus 5 from it? |
20545 | is it 100% safe to install Custom Roms | I wonder if is possible for those people who download the Android source code and customize it then release their custom roms to _hack_ the API or any other part of the codebase like GMail client or network stack so to push in the rom some kind of spyware, virus and so on... my main concern is that I like to experiment custom roms made available by any developer online but I really would not like to get my traffic sniffed or my Google Account pwd stolen. Any idea? is Android safe by default in this way or could it be altered? |
20541 | Android USB Gadget Driver | I am trying to get Ethernet over USB working for my Nexus S. I am running Ice Cream Sandwich v4.0.3 and have rebuilt the kernel with USB Gadget support turned on. When I connect the phone to my Linux box and run ifconfig -a, usb0 shows up both on the phone and the Linux box. I run ifconfig to set both sides up and everything looks correct but I cannot ping from either side: PING 192.168.22.2 (192.168.22.2) 56(84) bytes of data. From 192.168.22.1 icmp_seq=1 Destination Host Unreachable From 192.168.22.1 icmp_seq=2 Destination Host Unreachable I also have a N900 running Maemo Linux that does allow Ethernet over USB. I compared output of ethtool, ifconfig, route, and arp between the N900 and the Nexus S and all are very similar except the arp output. It shows (incomplete) for the HWaddress for the Android connection: Address HWtype HWaddress Flags Mask Iface 10.1.3.1 ether 00:1B:17:05:30:13 C eth0 192.168.22.2 (incomplete) usb0 The only other clue I have is that ifconfig shows on the Linux side: usb0 Link encap:Ethernet HWaddr 66:E4:64:10:D1:A9 inet addr:192.168.22.1 Bcast:192.168.22.255 Mask:255.255.255.0 inet6 addr: fe80::64e4:64ff:fe10:d1a9/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:42 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b) TX bytes:9039 (8.8 KiB) and on the Android side: usb0 Link encap:Ethernet HWaddr 7A:78:28:52:9C:A0 inet addr:192.168.22.2 Bcast:192.168.22.255 Mask:255.255.255.0 inet6 addr: fe80::7878:28ff:fe52:9ca0/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:202 errors:0 dropped:202 overruns:0 frame:0 TX packets:36 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:47294 (46.1 KiB) TX bytes:1728 (1.6 KiB) Notice the dropped packets on the Android side. It seems like I am almost there.. any suggestions? EDIT: I rebuilt the kernel with a gadget kernel module (I have tried both g_cdc and g_ether) instead of built in support. I am not sure if the following is due to that or just being out of sync in my earlier post. If I run ping on either side, the TX and RX numbers actually match on both sides, but the Android side is dropping them for some reason. Host side ifconfig: usb0 Link encap:Ethernet HWaddr 12:23:34:45:56:67 inet addr:192.168.22.1 Bcast:192.168.22.255 Mask:255.255.255.0 inet6 addr: fe80::1023:34ff:fe45:5667/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:33 errors:0 dropped:0 overruns:0 frame:0 TX packets:734 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:1140 (1.1 KiB) TX bytes:37684 (36.8 KiB) Android side ifconfig: usb0 Link encap:Ethernet HWaddr 5E:89:C6:D8:BC:08 inet addr:192.168.22.2 Bcast:192.168.22.255 Mask:255.255.255.0 inet6 addr: fe80::5c89:c6ff:fed8:bc08/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:734 errors:0 dropped:734 overruns:0 frame:0 TX packets:33 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:27408 (26.7 KiB) TX bytes:1602 (1.5 KiB) ANOTHER EDIT!! After using arp on the host side and ip on the android side to manually add entries, the Destination Host Unreachable errors went away but still no ping response. I ran Wireshark on the host and the messages from the device are not correct. The displayed mac addresses do not look right and the protocol is unknown so just displayed as 0x7aab. After looking at the actual data in the message it appears that there are two zero bytes prepended to the message. If those were removed it looks like everything would line up and work. Has anyone ever seen this or know where in the code this can be fixed ? YET ANOTHER EDIT!!! After booting everything up this morning, I did not create the fake ARP entries and ran the pings again. According to Wireshark there was an ARP message coming from the host and an unknown message coming from the Droid, but they were identical lengths. After examining the contents of the messages, the Droid was sending what appeared to be a valid ARP message as well but it was shifted by 2 bytes - two extra bytes at the beginning and the last two chopped off. |
62711 | HTC One Google Play install problem | I've got an HTC One that I've rooted and flashed with GPE 4.4. A couple of apps now won't install, eg Beautiful Widgets and Swiftkey. They fail with "Couldn't install to USB or SD card". An extensive search of the web suggests that you should either unmount the SD card (not possible on HTC One) or find and delete some asec files (various locations are listed but I have no asec files at all, confirmed by Root Explorer and a remote adb session). I'm definitely not trying to install to SD card! Does anyone know anything on this topic, or know how to debug the installation process so I can find out where it's going wrong? Thanks, -Dave |
62710 | Screen Sharing between two android devices | Is there any way to share the screen from one device to another? Sharing screen means not just accessing data from one to another device but it should be real time, suppose If I open any Application/file/video on my device the same should be seen on all shared devices as I see on my device? For desktop environments I have seen teamviewer, join.me – but the opposite device should have access to my file explorer. Did anyone come across a solution? |
62712 | How to undo "flag as spam" for the Google play store? | It's a simple and short question: I've accidentally marked some reviews for some apps as spam, and they were removed (or were hidden from me). How can I undo my mistakes? The problem with clicking on this button is that there is no going back. it doesn't ask you anything about it. |
62714 | How do I transfer all my contacts from HTC Wildfire to HTC One? | My HTC Wildfire does not have an SD card. I am changing phones and providers, from HTC Wildfire on 3 Network to an HTC One on Vodafone. Please advise how I can transfer my contacts from my 3 Network sim card? |
357 | Is there anyway to connect to a WPA Enterprise Wi-Fi network with version 1.5 on a Motorola Backflip? | The only available security options when adding an new Wi-Fi network are: * None * WEP * WPA Personal * WPA2 Personal I was hoping to connect to WPA Enterprise either by getting it added to the list, or finding a workaround/hack to do so. |
48922 | Is there a Ghostery equivalent for Firefox on Android? | I use Firefox on a smartphone with limited RAM, where Ghostery would be most useful (removing useless content). Plus I don't like being tracked anyways. So is there an equivalent to Ghostery that supports the Android version of Firefox? |
48722 | Android - I modified vold.fstab and lost access to my SD card | I have samsung galaxy ace GT-S5830, it has very low internal memory (181 MB). I have an external micro SD card of 16 GB, but still couldn't install many apps due to insufficient internal memory. I read in internet that if i modify vold.fstab and replace the word sdcard with sdcard2 in it, then my external sd card will act as internal memory. So I rooted my phone and got superuser app (which can allow root access to various user apps) But I haven't installed clockworkmod recovery or any other custom ROM yet. I installed ES File explorer on SD card and allowed root access to it via superuser app. I then went to `/system/etc/` from ES file explorer , edited vold.fstab and replaced the word sdcard with sdcard2 Now i restarted my phone and the external SD is no more accessible. My "ES File Explorer" is also no more there for me to able to undo the change that i did. I tried intalling ES file explorer again from my data connection, but the installation fails (and phone reboots immediately). I am not able to install any new apps. I am unable to access my external SD card, so I can't put anything there via PC or via recovery. I tried pressing the power button + home button to go into system recovery mode. I see only these options Androd system recovery <3e> * reboot system now * apply sdcard:update.zip * wipe data/factory reset * wipe cache partition When i try to select the second option, it says installation aborted as the SD card is no more accessible I tried to select 3rd and 4th options, but that didn't help either - I think factory reset will not reset vold.fstab :-( I only have the default apps + superuser app now I somehow need to find a way to get write permission to /system/etc or to `/system/etc/vold.fstab` Luckily I found "Android Commander". Installing it on my windows PC and I am able to connect my android phone and I am able to access root folder. But I am not able to push a modified vold.fstab to `/system/etc because` Android Commander says "no Root Access" - It is seeing it as read only :-( can someone let me know how i can edit this file again ? I have a original `vold.fstab` in my PC, but I am not able to push it to my phone via Android Commander as Android Commander is seeing it as Read Only. Is there a way to give root access (aka read-write access) to Android Commander via superuser app on my android ? Is there any other way to get write permission to `/system/etc/vold.fstab` so that i can modify it or replace it ? |
57814 | When extactly does the hangouts_video_call.ogg extracted from hangout.apk? | Two ringtones are extracted from Hangout.apk to _/storage/ringtones_ folder during some system setup phase. To analyze that, I manually deleted the ringtone files from my_files >> Ringtone. Now, no hangout ringtone in _settings->sound->ringtone_. Then, done " _Factory reset_ " from settings. Now, hangout ringtones didn't restored. Now, i did "Factory reset" from recovery mode.Those hangout ringtones are restored again. That is visible through MyFiles as well as RingtoneChooser. So, it turned out that "Factory reset" is somewhat different between "recovery mode" and from "settings". I need to know when extactly does the hangouts_video_call.ogg extracted from hangout.apk? How can i find the log ? Any clue will be highly helpful. |
57812 | will gaming destroy my phone battery? | I think games probably destroyed my Note 2 battery. I often play games for hours straight while charging. Last Sunday it was dead with horrible heat. Then I borrowed friend's mpj backup battery, swapped it, and everything worked perfectly again. Now I have ordered a new battery online. I am not sure if playing games while charging could destroy the battery, if so, i swear wont do it again. |
67298 | Hangouts can't connect to server - Android phone | I was using my Hotmail account for a very long time for hangouts and other Google services. Today I create a Gmail account on top of my existing Hotmail Google services. This is supposed to mean that the Google email is now the primary way to access all of that information. I did it and as soon as I did that, I couldn't log into Hangouts on my Nexus 5. Can someone please help me out? I can still receive SMS with the app, just not hangout messages. I can't use hangouts on gmail.com or other google web sites either. I have uninstalled and reinstalled the hangouts app. Everything is up to date. I have factory reset my phone and logged in with my Google email. Still doesn't work. I'm starting to believe it's something on the Google side of things and not anything to do with my phone. |
67295 | Can Facebook Messenger read screen contents? | The Facebook Messenger offers this nice little feature called 'chat heads'. For that, it requests the permission to overlay everything. However, i read somewhere about the fact, that it can also see what is displayed on the screen. Can you tell me if that is true? |
67293 | FastScroll contacts with multiple languages | Some of my contacts are in one language, some are in another. I want the Contacts app to show a fast scroll index on the right for both languages. Currently, it is only like that if the display language is Hebrew. Is there a way to do it also when the display language is English? |
67292 | Signal and Wi-Fi coverage loss on Samsung Galaxy S4 | I have a Samsung Galaxy S4 (i9505), rooted with CyanogeMod 11. Recently, I moved to the stock Samsung ROM with the KitKat update, and I noticed a big loss on both signal and Wi-Fi coverage. How do I fix this? How is the modem involved in this? |
57819 | "Ssp update received" toast keep showing from time to time | Sometimes I get a toast (a temporary popup on the screen) saying something like: > Ssp update received for package XXX where XXX is the package of the app i'm currently running. It might not be exactly this text as it's hard to read the whole message (disappears after a short time). It seems it is shown when an app is accessing the Internet. It also seems it started occuring when I've installed "Onavo" app, but it kept occurring even after I've uninstalled it. my phone is rooted and has some tweaks. it's Samsung Galaxy S3 with Omega ROM 50.1 , which is based on stock samsung ROM (Android 4.1.2). It also has the Xposed framework. Does anybody know the reason for this message, and how to avoid getting it? |
668 | Why does the alarm on my HTC Desire not work correctly? | I have setup three alarms on my HTC Desire (running standard 2.1 with Sense). 1. Mo, Tu, We, Fr @ 05:45 2. Th @ 05:30 3. Sa @ 07:00 They are set as repeating alarms and the phone displays the little clock symbol in the top right corner indicating that an alarm is active. I have been running the phone with DeskClock activated each night and this also says that there is an alarm active for 05:45 the next morning. However I have watched it (with it not working for some strange and bizarre reason I am waking up before the alarm goes off) and at the time the alarm is set for nothing happens. Can anyone shed some light on this? My wife has a HTC Hero that is also running 2.1 and her's appears to be working correctly. I also have ATK that is running and is set to auto-kill running applications and I have been wondering if this is the cause, however this does not kill the DeskClock app that is running so I am not sure if it is relevant. |
662 | Multilanguage Keyboard with Android | Sometimes I type in German and sometimes in English. I seem to be only able to switch on autocompletion for one language and have to add the words of the other language one by one to the dictionary. Is there a better way for those people who are multilingual? |
660 | Flashing and re-flashing and HTC Hero with different versions of Andorid | I want to try different versions of the Android OS on my HTC Hero (namely 2.2) but be able to revert back to the stock image. What are the steps required to do this? How can I extract the stock image from my handset? I am on T-Mobile UK if that makes any difference. |
59418 | Nexus S battery drains after updating to 4.2.2 even if turned off | My Google Nexus S battery drains after updating from 2.3.7 to 4.2.2, even if it is turned off. One night I shut it off at 70% charge, and when I turned it on in the morning it was at 9 or 10%. I bought a new battery but it has the same problem. What should I do? |
59414 | Cannot install boot animation on Nexus 4 | I want to create a boot animation for my rooted PA 3.99RC2 Nexus 4, and all seems to work properly in both BootBox and Boot Animation Previewer. However, when I restart my phone to try it, it comes to "part0" and then stops, black screen. The phone still boots up, but only part0 is visible (once). _How can I fix this?_ |
34390 | Samsung Skyrocket - Maximize Battery? | I have tried a few alternative ROMs, and underclock using SetCPU, but I can't seem to find a truly effective way to have my Samsung Skyrocket's battery last for more than a day. My average usage time adds up to around 1 hour per day, comprising mainly of sending texts or looking up something with the browser. Is the Skyrocket just battery-inefficient by design, or is there something I am missing? EDIT: It seems that formatting everything/factory resetting/reapplying stock ROM seem to help significantly enough that it's no longer an issue. |
59417 | STUCK on logo after installing cwm recovery ,samsung sl gt-i9003 | I am using a **Samsung SL GT-i9003**. After installing CWM recovery I am stuck on the logo screen, and my external sd card is also not showing in the recovery mode. But I am able to enter download mode and CWM recovery mode (by amit.bigiria v 5.0.2.8) How can I get my device back to normal mode? |
34394 | How to use Microsoft Streets & Trips on Android? | Is there any way to use Microsoft Streets & Trips on an android device such as Galaxy Tab 2 or Google Nexus? |
34395 | Why does Moon Reader not show up in 8 last apps list? | Normally, when you long-press on HOME button, my Android displays the icons for 8 last apps/activities that were active. This seems to always be pretty reliable, with one exception. For some reason, Moon+ Reader app that I ran today **does NOT appear on that list of 8 apps. At all.** Is there any possible reason why? _Environment_ : Motorola Droid X, rooted stock Froyo 2.2 ROM, Zeam Launcher. |
29695 | How to enable a PIN but allow quick access to camera? | In Android 4.1, when you set the lock screen security to "slide", you can quickly access the camera by sliding left. Is there a way to get a similar sliding mechanism, but at the same time require a PIN to access the rest of the phone? |
29691 | How to have multiple input languages? | I just unboxed a nexus 7 and coming from an iPhone I am missing the possibility to set multiple input languages for the on screen keyboard. I need to type text in English and in Italian but I can't find a way to select the Italian keyboard. I am using a device bought in the US, but I don't think that would matter too much. |
78796 | Why date/time automatic adjustment didn't work? | Recently I went to Italy and bought a pre-paid TIM chip to use while there, because it was much cheaper than the ridiculously high prices of Rogers' roaming. However, something quite puzzling happened. Whenever I changed batteries (I don't recharge my phone, I change battery to a full one and put the other one to recharge on an external charger) I would lose my date/time, it would reset to 1/Jan/2000. Manually setting it worked, but it was a bit annoying. I didn't understand why the "Automatic (Use network-provided values)" setting didn't work. I was assuming that the phone would use NTP, and once being able to resolve DNS it should adjust the date/time, but it never did. Doing some googling I found about NITZ, which apparently Rogers uses but Italian's TIM doesn't. My questions are: 1. is this the reason why automatic updates didn't work? 2. is there a way of changing these configurations? (use NTP instead of NITZ for example, or some other configuration that would make the automatic update work, other than installing an app) |
78794 | Light of Back button is not working on my Android mobile | I have Android Fly F45 S. From yesterday I am suddenly seeing that my Android mobile back button light is not working. The back button is working but the light is not lighting. I have never dropped it anywhere. Please solve this |
78795 | Change default in-call & out-call ui or theme | Is there any app available in the store that lets me change the default in- call & out-call ui or theme of my kitkat? |
78791 | External usb not support | I have Karbonn a18+ and its kernal does not support otg as well as seed charge.the is kernel version is 3.4.5 someone help me.I want otg support . |
34645 | What can be saved before factory reset? | My phone has a GPS problem and service says the need to wipe it completely. They are probably just lazy and would rather do it the easy way. C'est la vie. The phone is SGS unrooted 2.3.4 - Touch Wiz. I don't want to root it. Now, what I am going to do is this: \- Save contacts with Kies \- Save files Is there anything else I can do or that I should know? For example, I believe that apps associated with the Google Account will be reinstalled after I re-enter my account into the newly formatted phone, correct? However, app data like savegames won't be ported, I have to search for them in the phone memory? Can I backup SMS? Can I back-up settings? Will imported contacts keep all fields like I have them now, i.e. work phone, home phone, work email, home email etc? I know it's a ton of questions, sorry about that. Thank you. |
34648 | When Flashing a ROM should I back up Google Apps? | My ROM distributor (Unofficial CM10) provides GAPPS as a separate flashable zip file. Will my titanium back'd up Google apps interfere/replace with the GAPPS provided after I restore my backup ? |
79440 | OEM USB Drivers Lenovo | What's the URL for Lenovo drivers? I tried to run my first Android app on my Lenovo tablet (Android 4.2). http://developer.android.com/tools/extras/oem-usb.html My OS is Windows 7. I tried to download the Lenovo driver here, but the URL is corrupted: http://developer.android.com/tools/extras/oem-usb.html#Drivers |
79442 | Which app sent the unauthorized texts? | Today I got an automated text from my wireless provider saying I'd gone over my text limit. This is odd because I send maybe 50 texts a month. When I logged into their customer site I found over 3000 photo texts had been sent in the last two days! Some background: ever since the Kit Kat upgrade I'd had trouble with the stock messaging app so I test drove a couple of SMS apps before deciding on TextSecure. I've had it for the last few weeks and it seemed to be working fine. However after finding out about this problem I uninstalled that and went back to the stock app. So the questions are: is there some way I can tell which app sent the rogue texts? The wireless provider's site lets me know the number that it sent to (a bogus number @icmms1.sun5.lightsurf.net) but not which app actually did the sending. I'm wondering if Android logs that somewhere. Also, is there a way to block _outgoing_ texts? |
79444 | Bootloop after CWM Restore | I have a Good Backup from CWM, after installing chainfire 3d, It went to boot loop, I restore the device through CWM, but the device is still in boot loop,. dmesg.log http://pastebin.com/1u4PGhsr recoovery.log http://pastebin.com/GKKsiN7N How come my device is in bootloop if I have a good backup? :( |
67875 | Favourite contacts widget - call default number | I'm using the Favourite contacts widget that is preinstalled on Samsung Glaxy S3. When clicking on a contact that has a default number selected the widget asks me which number to call. I would like to set the widget to call the default number automatically (to save the second click). Can the Adnroid widget be configured to behave this way? |
67879 | My phone not registering to 2G (GSM only) network | I am using a Sony Xperia Neo L (MT25i). After updating the OS, my phone not registering to 2G (GSM only mode) network. It works perfectly with 3G (WCDMA only or WCDMA proffered mode) network. While searching for network I can see all the 2G network. I try changed my SIM, but for all the SIM its the same. While googling many are reported this issue, but couldn't find a solution. I don't know whether I am posting this on right place. Since it happened after the OS update I am posting it here. My current Android version is 4.0.4 **Update** I am from INDIA and my baseband version is 8x55A-AAABQMAZM-203028G-87. Does any one have other baseband on Neo L (MT25i)? |
21141 | How to recover data from a damaged SD card? | I have an HTC Inspire. I have had my 8 GB SD Card for three years...needless to say, it has like 5000 pictures and hundreds of videos on it. It has a lot of music on it too, but I'm not worried about that. I just want my pictures back more than anything. I got a message on my phone that told me I should safely unmount my SD card before removing it. Since I haven't taken it out for months, I didn't think anything of it. A few hours later, it said "SD Card damaged. You may have to reformat it." When I clicked on that, it said "Are you sure you want to format the Sd card? All data on your card will be lost." I have tried plugging it into the computer, but there's not an option to view files. I tried putting it in my dad's phone, and his phone didn't even recognize that it was even in there. If anyone has ANY ideas, whatsoever, it would be greatly appreciated. Thank you!! |
30322 | 32gig sd card corrupt | > **Possible Duplicate:** > How to recover data from a damaged SD card? I have a 32Gb micro SD card that I've solely used for my Samsung Galaxy S3. The card has been completely cleared and is not recognizable to the phone. I took a few pic of my daughter, plugged the phone in to charge and went to bed. This morning when I got to work the phone indicated that it was safe to remove the memory card. I didn't prompt this so I restarted the phone and went to send a pic after it started up again but noticed all my pics and vids were gone. Is there something that I can do to recover the files or does anyone know if there is a reason that this has happened? |
47263 | My SD card was removed unexpectedly and won't work anywhere no | I bought a 32gb SD card for my Galaxy Mini long ago. It's never been removed from the phone. But yesterday my phone removed my SD card. I don't know why it happened. I tried to remove the SD and put it back, turn off/on phone, but nothing worked. Tried to put it in to another phone. Nothing. Then tried to put it into a laptop and it says "The request could not be performed because of an I/O device error". Please help, it has really important files inside. |
44205 | memory card not working | i bought a new android phone and i inserted a 32gb sdhc card that i used in my htc on it. it works well for 3 days , suddenly it showed me a message unsafe to remove memory card. then i reinserted the memory card but it is not working . then i inserted it on my htc sensation same thing happens nothing is showing. then i used a card reader to read the memory card in pc but my pc not showing any thing. i tried different memory card all that is working well in my pc and also in my phone. the 32gb is not reading any where. how can i recover all data from it. my important data is on my sd card can u please help my to sort out this problem . please help me kindly |
23160 | S2 not accepting activesync password | I had gone on a holiday to Singapore and had inserted a local SIM card. After a day, the phone stopped accepting my original password which was for the active sync. I am now back in India. How do i get the phone to accept the password and unlock the screen? Please help. Am in a desperate situation and do not want to hard reset the phone. |
23168 | How can I play a RealMedia stream? | I would like to play the RealMedia streams at http://www.cs.princeton.edu/theory/index.php/Main/AdditiveCombinatoricsMinicourse . I have installed the RealPlayer beta but all that happens is that the browser saves a .ra file and then RealPlayer says it can't play it. Interestingly, they work fine in mplayer on linux using `mplayer -playlist http://acstream.princeton.edu:8080/ramgen/blackboard/cs/additive_combinatorics/1_luca_trevisan_350k.rm` for example. The stream itself is `rtsp://128.112.131.181:554/blackboard/cs/additive_combinatorics/1_luca_trevisan_350k.rm` and I thought Android had rtsp support. Is there any way to play the videos in Android? Edit: The answer shows how to play the rtsp streams. However, I would really like to be able to play the videos directly from their web page without having to extract each rtsp link manually using a separate computer. |
61439 | Android reverts to the original wallpaper after changing it | Ihave huawei y511 Android OS, v4.2 Jelly Bean. When I set any wallpaper or live wallpaper the phone sets back the original wallpaper automatically after a few hours, how can I stop it doing this? |
61432 | rooted china tablet black screen after boot need help megafeis m700 | i have a Megafeis m700 tablet i rooted successfully but changed boot animation and now after it boots it goes to a black screen back lighting is still on. when giving command to reboot recovery i simply get the android whit his shell open but no menu just android on his back with red ! please someone help me I've been in front of this computer I've tried everything i can find. |
61435 | Installing stock ROM - at 65% get error assert failed: write_raw_image("/tmp/oemsbl2.img", "oemsbl2") Status(7), Installation Aborted | So, that is the problem. I tried to search at google but no luck, only responses were boot.img, and those are not the same. updater-script: assert(package_extract_file("boot.img", "/tmp/boot.img"), write_raw_image("/tmp/boot.img", "boot"), delete("/tmp/boot.img")); set_oemsbl_size(494552); assert(package_extract_file("oemsbl.mbn", "/tmp/oemsbl2.img"), write_raw_image("/tmp/oemsbl2.img", "oemsbl2"), delete("/tmp/oemsbl2.img")); assert(package_extract_file("amss.mbn", "/tmp/amss.img"), write_raw_image("/tmp/amss.img", "amss"), delete("/tmp/amss.img")); assert(package_extract_file("splash.img", "/tmp/splash.img"), write_raw_image("/tmp/splash.img", "splash"), delete("/tmp/splash.img")); set_appsbl_size(66328); assert(package_extract_file("appsboot.mbn", "/tmp/appsbl.img"), write_raw_image("/tmp/appsbl.img", "appsbl"), delete("/tmp/appsbl.img")); |
61437 | SD card doubled size | I have a Samsung Galaxy S4 Active SGH-I537. I let it format my Samsung Class 10 SDHC 64 GB card. It used exFAT format. I then transfered my MP3 collection to it, which is about 34 GB. When I finished, I noticed that I had only 15.4 GB left, so it used up 47 GB! If I check the folders' properties it only displays 7 GB. It doesn't add up. Image  I am guessing the size allocation might be set to big. Can I format it with a different size allocation on my Windows 7 PC and have it still be compatible with my android phone and regain some more space? |
77516 | Automate installation of Android devices | I am having a lots of Android devices which I need to prepare for use as follows: * Remove all unnecesary applications * Add single Google account * Install certain applications from App Store of given Google Account * Set background/themes I would like to write scripts which I could execute to process these steps. Is that feasible? Thanks. EDIT 1: Creating useraccounts as adb shell am start -n com.android.settings/com.android.settings.accounts.ChooseAccountActivity results in: Starting: Intent { cmp=com.android.settings/.accounts.ChooseAccountActivity } java.lang.SecurityException: Permission Denial: starting Intent { flg=0x10000000 cmp=com.android.settings/.accounts.ChooseAccountActivity } from null (pid=7214, uid=2000) not exported from uid 1000 at android.os.Parcel.readException(Parcel.java:1425) at android.os.Parcel.readException(Parcel.java:1379) at android.app.ActivityManagerProxy.startActivityAsUser(ActivityManagerNative.java:1976) at com.android.commands.am.Am.runStart(Am.java:494) at com.android.commands.am.Am.run(Am.java:109) at com.android.commands.am.Am.main(Am.java:82) at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method) at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:263) at dalvik.system.NativeStart.main(Native Method) Similar problem is: $ adb shell ls /data opendir failed, Permission denied $ adb root shell ls /data adbd cannot run as root in production builds So the permissions are preventing me from using the scripts. Can it be overcome? |
77513 | Setup SMS in Hangout for Samsung Duos | In Samsung Duos, the Hangout settings does not have SMS option. Could any one help for a solution to send and receive SMS through Hangout in Samsung Duos |
77512 | how to downgrade dell venue 7? | I had bought recently dell venue 7 and it had jelly bean OS.In jelly bean OS I am able to play asphalt 8,Now after 2 days it suggested me to upgrade to kitkat but after installing kitkat,asphalt 8 is not running.When ever I play asphalt 8 ,tablet gets restarted automatically. To get back jelly bean OS I thought resetting the tablet will help but even after resseting it did not have jelly bean. So can any body please tell me how can I get the jelly bean OS please? |
24675 | Battery usage by certain applications | Can I find out how much battery takes running of certain application? The goal is to minimize using applications that take a lot of battery and maximize battery persistence before having to recharge. |
24676 | ICS Mount SD all EXT4 | Want to know if ICS can mount an SD when formatted as EXT4 or does it still need a FAT32 partition like Gingerbread. Googled for 30+ mins, can't find an answer. |
28125 | Faster CPU means higher battery consumption? | A friend of mine and I have the Samsung Galaxy Tab 10.1. His tab is flashed with a custom kernel giving 1.2Ghz instead of the 1Ghz I have by default. Using antutu benchmark, we saw what we expected, his device had a better score about 700 points. My question is if his tab in comparison with mine will consume battery quicker. On the other hand, having installed the CPU SPY and we saw that 1.2ghz and 1ghz are both used. The second question is does the device make use of the speed needed (from 216 to 1200) depending on the effort? If the device smartly uses the right cpu speed neede, does the 1.2ghz means a new better alternative for heavy tasks right? |
28127 | Syncing Facebook contacts to Android 4.1.1 Jelly Bean | I just upgraded to Android 4.1.1 Jelly Bean and I was wondering if syncing my Facebook contacts could mess up my Google Contacts ( _which are very well organized compared to facebook_ ), or if both services do keep isolated from each other.  |
38933 | How can I bypass the activation on my Droid 2 Global? | I want to put a custom ROM on my D2G, but I think I went about it in the wrong order. I thought that I had to do a factory reset, but that wound up setting me back. The phone demands that it be activated, but I can't get past that step. I don't want to go back to Verizon with this phone. How can I get past activation? I don't want to use the phone on another carrier. I just want access to the phone. |
38930 | Red exclamation mark when trying to update Nexus 7. | Every time I go to update my Google Nexus 7 to Android Jelly Bean 4.2, it fails and shows the Android logo on it's side with red exclamation mark (!) on. Why won't it let me update to Jelly Bean 4.2? Has anyone else had this issue before? |
38931 | Frozen screen on Samsung Galaxy Ace | While downloading photos, my Samsung Galaxy Ace screen froze with a picture of a phone, a yellow triangle, and a computer. I have turned it off, removed the battery, replaced the battery, and turned it on, but still have the same problem. Can anyone help? |
38936 | Horizontal calibration and Gyroscope calibration is not working on Samsung Galaxy S2 | Whenever I go into the calibration for the accelerometer and gyroscope, the blue dot is not moving around for the accelerometer and for the gyroscope. Also, all of the auto screen rotation functions have stopped working. No matter what I try, the screen will not flip when turned sideways in any app or menu. Any ideas on causes or fixes? Could it be hardware or software? I have been into the `*#0*#`menu. I tested sensors, and I do get readings from the gyroscope, and it's self-test says it FAIL.  (Click images to enlarge). When I go into sensor, it's showing this:  |
22787 | Streaming Amazon Instant Video in HD | Is it possible to watch **HD** Amazon Instant Video (eg, Amazon Prime) on non- Kindle Android devices? (Galaxy Nexus with MHL adapter) AFAIK, Amazon does not support HD streaming in the browser; this would require a native app. Google Play does support this, but I haven't been able to find anything about Amazon. (other than Flash streaming, which I don't think will do HD) |
22784 | MyTouch bricked | I have a MyTouch 4G which I had to pull battery on and then when bootup came up, it just sits and hangs at the white logo screen. How do I go about fixing this? |
38939 | Nexus 10 handwriting apps always lag | So I just bought a nexus 10 and among the many reasons for getting one, I want to take notes with it. I've bought myself a nice stylus that works wonderfully on iPads and my galaxy nexus phone. However, writing with the same stylus and exact same apps on my nexus 10 isn't working as one would hope. It seems to lag quite badly in picking up where my stylus is and this forces me to write very slowly so that it will pick up all of my strokes, thus making it pretty much useless in a classroom setting, but, like I said before, I don't see this at all with my galaxy nexus. So, why am I seeing such a huge difference in performance between these two devices when (I assume) the nexus 10 would be so much more powerful than my phone? Is it the apps or the hardware? And how do I fix this issue without just writing my own note taking app? |
22783 | Scheduled Backup of Files / SMS / Contacts to Email | Currently I am using SMS Backup & Restore to regularly backup my SMS to Gmail daily. It works perfectly. Now I am looking for a similar software that backs up files (on folders I select from SDcard) as well as my contacts regularly (daily/weekly for example). Does anyone know apps that can do this? Preferably no root required but if I have to I might as well just root. |
22781 | Restoring purchases made with In App Billing | How can I switch the Play Account used for in-app billing? No matter which account I "activate" in the Market app, all in-app purchases only go through the first account which is contrary to the experience when purchasing normal apps. When purchasing normal apps, the billed account is the one that was active in the Market app at the time of purchase. This causes a problem as I am also unable to restore my in-app purchases unless the account that made the purchases is the primary account on the device. |
31874 | Hide / Add / Replace dock icons on home screen | I have Samsung galaxy Y and I do have 2 questions about dock settings on home screen. 1. Is it possible to Hide / Modify dock on home screen? 2. Is it possible to make it toggle on touch the home screen? |
35514 | Samsung Galaxy Note will not Turn On after Android 4.1.1 Upgrade | I have downloaded Jelly Bean 4.1.1 for my Galaxy Note N7000. While updating through the phone, it shut down and now it is not working.I cannot turn it on. The battery was about 40%. I guess it is because of the battery level. What can I do to sort this out? |
73363 | Is there a way to have your phone light stay when it is charging only from a laptop? | When I have the my device plugged into my laptop while working I want the light to stay on, but I want my light to turn off when I'm going to sleep when it is charging. I know I can have the light on when charging, but I feel like there should be a setting to distinguish between the wall and a laptop. Is there an application or setting that can do that? If not is there a widget to easily switch between usb mass mode and charging mode? |
35519 | Samsung Galaxy Tab frozen on update via Kies and no longer working | I connected my Samsung galaxy tab and was updating it using the Kies software. It then got onto a section about emergency recovery. I selected the device and then nothing really happened. So I went back to Kies to try and use the tab and now it has frozen on a black screen showing the phone and PC connection with a yellow warning triangle in the middle! Cant do hard re-set and isn't able to be recognized on computer!This is the first Android/Samsung I've ever had so step by step advice would be great! |
73361 | what does SERIAL and proc permissions stand for? | Often in my rooted android device, since I have installed xprivacy manager, applications ask me for serial perm in category `identification (hardware)` (that very often, translation may be approximate), and sometimes `/proc` perm in same category as seen in the following screenshots. **what are these perms? Should I allow or deny them?**   Screenshots (click images for larger variants) |
73364 | How can I see my whatsapp notifications on my lock screen? | I am not getting pop up notifications when my screen is locked even though I chose the always show pop up option. How do I fix this |
73365 | Reusing PKCS12 WiFi Certificate | Is it by design that if I do the following: 1. Add a new PKCS12 certificate container from Settings -> Security -> Install from SD Card, for use with WiFi (selecting WiFi from the dropdown) 2. Successfully connect to an 802.1x EAP TLS access point using that certificate and my identity 3. Forget the network That I'm unable to reuse the certificate before connecting to the same access point? I just tap on the AP in the list and try to select the same certificate, but I can no longer associate. Is this an issue with Android or my AP? Running CyanogenMod 11.0 / Android 4.4.2 on a Google Play edition Galaxy S4. |
23781 | How long does the Android browser keep its history files for? | I'm one of those people who actually likes to keep all my old history files, since I like to see what sites I was browsing 6 months ago. So does anyone know how long the Android browser stores data for? Or is there a maximum file size of the history file that it collects? Are there also any Android history archival utilities available? |
23780 | How can I add routes to VPN | client dev tap proto udp remote ADDRESS PORT auth-user-pass ca cert-chain.pem remote-cert-tls server route 0.0.0.0 0.0.0.0 resolv-retry infinite nobind persist-key persist-tun verb 3 route-delay 3 redirect-gateway def1 I have the above OpenVPN configuration file and I want to connect from my SGS2. Can you help me? |
23783 | How do I diagnose a WiFi Error when the phone just reports "Unknown"? | I have a Motorola Atrix (MB860) running Android 2.3.6. Just today the Wi-Fi suddenly stopped working; On the Quick Settings display it just shows "Unknown", on the phone's Wi-Fi Settings display it just shows "Error" and Wi- Fi won't turn on. I've tried turning it off and back on several times, and I've tried pulling the battery twice. I have installed Log Collector, but looking through the log I can't see anything even remotely relevant. Talking to AT&T (God love 'em) on a previous Wi-Fi issue several months ago, they just blew me off and said they don't help with Wi-Fi issues, so I am not confident in getting help from that direction. If I have my phone replaced, my company will force me to get an iPhone due to a new Apple-only company policy. So I am on my own. How might I go about diagnosing the problem? |
27096 | How to reset the device information in Google Play Store? | I was using Samsung Galaxy with android, then I bought the new Motorola DROID RAZR using same SIM card. when I'm trying to download any app from Google Play Store, it still refers to my previous device. How would I update my device information? |
51747 | Switch keyboards quickly | I've got a Samsung Galaxy Note with SlideIt installed which works wonderfully. But I can't write with my pen anymore. So how do I switch VERY QUICKLY to the Samsung keyboard and back? |
27098 | IPsec PSK - VPN connection not working in android Phones | The VPN connection setup is not working in android phones but whereas the same setup is working fine in iPhone. Is Group password and IPsec pre-shared key are same. Please clarify. Thanks in advance. |
51742 | Cannot start emulated Android device/AVD device in Windows 7 | I follow the official Android guide here but I cannot start the emulated device. It keeps saying `PANIC Cannot start device...` as below screenshot. Do you have the same problem and any work around for me? **Creating the device**    **Starting the device**   **PANIC/failed result**  |
56775 | List of Android devices benchmarks | Are there any solid reference websites where I can compare benchmarkings of various Android devices? Similar to sites like CPU Benchmark and Video Card Benchmark for PC devices. |
56777 | accidental wipe android nexus 4 | Well, accidentally ended up formatting a nexus 4 by clockworkmod, was the system and everything else, I've tried various ways to try to recover this brink, worked no more, all require the famous usb debugging, plus he has no system and windows no longer see it as an external drive to be able to put an image on it, and is it .. obs.: I still have access to recovery Grateful for now and sorry my english |
56773 | Dalvik VM vs. ART (Android Runtime): Impact for end-users? | With Nexus 5 (Android 4.4 KitKat), Google has shipped two runtimes to run apps.   What are the differences between Dalvik & ART for endusers? How can endusers be affected by this? Is there any specific reason I should choose new ART runtime? |
25780 | google.com redirected after xpressconnect installed | I'm using Android 2.3 on Nook Color (ROM CyanogenMod). I installed xpressconnect to connect to the wifi network of my school, and successfully configured it. I can access the internet normally. However, when I go home and use my home wifi, all web addresses work, except *.google.com. Every time I go to *.google.com, it gets redirected to the configuration web page of my school, and it's permanent (not because of the cache). So all google services on my nook are not working. I checked /etc/hosts and it's empty. I don't know how to fix this problem. Will I have to factory reset my nook? |
25787 | Change "Audio Applications" in Notification Bar | I'm not sure if this is a Galaxy S3 feature, or an ICS feature, but here goes. When I plug my headphones in, I get a new section in my Notification Bar titled "Audio Applications". Under that, there are 5 app icons. For me it shows Video player, Talk, Music Hub, Voice recorder, and YouTube. Is there any way to change which apps show up in this section? |
25784 | Disabled Background Data notification | I have disabled my background mobile data. I want the setting this way, but as a result of doing so there is an annoying warning that i have background data disabled on the system tray that prompts me to press and enable background data,. How do 1 remove the warning? Running ICS on two device that show the warning Thanks |
25789 | Enabling wireless tools on Android | I need to use commands like iwconfig in Android, I know I have to install the wireless tools because they are not in Android by default, The problem is that I have just seen 3 chinesse tutorials that makes no sense when I translate them, and a link that downloads a directory with Android wireless tools, but I don't know what to do to get them into my device and use them. Any help would be apreciated. |
27367 | Difference between ways of rooting device | > **Possible Duplicate:** > Why can't the su binary simply be copied (techical response please) What is the difference between flashing device with root ROM and simple pushing su utility to device using adb without flashing it? If I don't need to launch applications which need a root functionality, but just need to relocate some files in android file system, using su, do I need to flash my device? |
27327 | Tablet apps sounds does not work anymore | This morning I was listening music using grooveshark and the speakers of a Pantech P4100 Tablet. the player stopped playing. Now -even after restarting and resetting to factory settings-, only the notifications and alarms make sound. the apps do not sound. Nonetheless, if I plug my headphones it works (appsm notifications and alarms) ### How can I fix the integrated speaker sounds? |
27324 | Disabling the "Wi-Fi networks available" on Samsung Galaxy S II (Sprint Epic Touch 4G) on ICS | If I'm away from my saved Wi-fi networks, and have the Wi-Fi radio on, I'm always getting a " **Wi-Fi networks available** " notification. I can dismiss the notification, but then it comes back within a few minutes. I can't figure out how to disable that notification. I'm on a Sprint Epic 4G Touch (Sprint's variant of the Samsung Galaxy S II), recently updated to ICS. I remember this being a simple setting in Gingerbread, but I can't find the appropriate setting in ICS. |
27329 | Wi-Fi issues with HTC Desire S | I have an HTC Desire S, which I have had no issues with until now. It is now not recognising any Wi-Fi networks. When I switch on Wi-Fi it scans, then gives me a green tick telling me it has it but it does not actually bring up any network. I have tried this in various locations so I know it is not an issue with my home router. I have also installed a Wi-Fi management app, and when that did not work I did a full factory reset. Any help would be gratefully received as I am pulling my hair out now. |
27328 | Why doesn't ATT Samsung Galaxy S2 detect ICS update OTA and how to update? | My Samsung Galaxy S2 has the Android 2.3.6 version and a while ago I read that there would be an ICS update (http://www.engadget.com/2012/06/25/ics-att- samsung-galaxy-s-ii/). I have been checking for an update via OTA, but it keeps saying my software is up to date. What's wrong and how can I update it to ICS? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.