samedi 31 janvier 2015

What type of apps name should be better?


I have made a android apps to discover the augmented reality. Augmented Reality an old concept, are not very common words yet, to be very familiar with, but it’s such a thing that would take you to a whole lot of a different perspective of the world around you with its augmented reality apps. It combines 2 words to deal with, “augmented” means enhanced or increased and “reality”, which together simply means enhanced reality. By using hardware or tools such as your smartphones you can discover such beneficial details in the form of visual data imagery that are not visible to you normally.


Could you please suggest me a appropriate name for this apps? Name should be meaningful.


Thanks in advance. Any help will be appreciated.





Is it ok to repace a 300mA tablet battery with a 3000mA one


I want to replace my 300 mA Chinese tablet battery with a 3000mA new one, My old battery has 3 wires red , black and White, the white one connect ta a point in tablet board named "T".. what is this wire for ? My new battery has only the black and red wires .. can I just ignore the white wire and connect the black and red wires.. Is there any thing I must do after replacing the battery , like reset the tablet?! Thank you very much .





Where does YouTube's offline feature store video files?


I'm using YouTube offline feature on my Android device, so that I can playback the offline videos within the YouTube app even there is no internet connection. When I searched for any of the video files, I can't find them on device/SD card memory. Are they encrypting the file so that it can be played only with YouTube app? Does anyone know the specific folder for offline video data?





Add existing Google account without accepting Google Play agreement


I've received a new Samsung Galaxy S5.


I want to add my existing Google account to the phone, to be able to use Gmail and my calendar. However, when adding my account under Settings, the phone requires me to accept a bunch of legal agreements, including one about Google Play and its billing functions.


I don't want to be forced to accept a legal agreement concerning a service I don't intend to use just to access my email and calendar data.


How can I get around this?





Cannot connect to Wifi in my samsung tab4


I just bought a Samsung Galaxy Tab4 SM-T230. Initial usage of Wi-fi was going fine but recently I am not able to turn of Wi-fi at all in the device.Tried couple of trouble shooting options ,but no use.The Wi-fi icon in connection settings gets auto-disabled after 3-5 when I try to turn it on .Same is the issue with the bluetooth setting.


Would appreciate any help!!


Thanks in advance





Hard reset OTT TV BOX


I for got my pin and tried to many times so I need to reset my OTT TV Box. What are the key combinations do I hold on boot to reset the device?





Andriod download error


I downloaded a big appliation. It is 1.4 GB ,my internal is 1.6, the installation failed but the memory is used. I only have 200 MB, i don't know where does the 1.4GB go even though the application is not installed. I tried to find play services but it is less 50 MB so 1.4 GB isn't there. help i tried to clear cache but don't work.





After moto g2 lollipop update


After motog2 lollipop update it will change to default ring tone can't able to change it. When I change some other tone also it working in default tone's. Pls help





Custom ringtone not working by upgrading Lollipop


unable to set the customize ring tone on moto g2 after upgrade of lollipop i tried doing so but it just give a default beep sound...


Thanks, PK





How can I use this T-Mobile data plan?


I have ordered the Karma Go wireless hotspot but it doesn't ship until April. Right now I have a pay-as-you-go plan on T-Mobile ($100, doesn't expire for a year, no data). I discovered a plan with unlimited texting and data on their website for $30/month. I am interested in this plan, but I only want to use it until Karma gets here. I just barely refilled my prepaid plan, so I don't want to just ditch $100. Also, this plan is marked as "Legacy" on the website, which means they don't offer it for new phones anymore. Would I be able to use the $30/month data plan for 2 months, then go back to my Legacy plan? Or would I be locked in to the data plan? Could I get a refund for the money on my prepaid account right now? Maybe I should just wait until Karma arrives.

I plan on going to a T-Mobile store sometime in the near future, but I was wondering if anyone would know before I go.





Use PHP or Java to access MySQL database?


From everything I have read out there I found there are two ways to connect to a MySQL database from Android. There seems to be a PHP solution which involves an API and a Java solution where the API is in Java using the JDBC driver. I also found a commercial solution ACEQL which uses the Java method but no free version since this is 500$.


I keep reading that the Android team discourages the use of the JDBC driver but I also read it is much safer than the PHP method. A lot of these articles and posts seem outdated, a few APIs ago maybe. I am wondering if anyone can surely tell me which method is safest/preferred. I an programming for API 16+.


Thank you for your time.





Anti-theft software that can survive a factory reset?


One of my close friends s4 Mini got stolen, and she had no tracking software on it. To make sure this doesn't happen again, I'm looking for advanced anti-theft software that can possibly survive a factory reset, or wipe.


These are what I had in mind:



  • Flash a bad recovery


Everyone nowadays knows to hold down the vol+home+power button to factory reset a phone. Flashing a bad recovery, as far as I'm concerned, prevents this. Obviously with ODIN you can re-flash a good recovery when needed.



  • Program a polling system APK


This would regularly ping a server with details of the phone's gps location and battery life. If the phone is wiped, because it is a system APK, and custom programmed to my server, it should still work?



  • Password Protected recovery


__


Back to the main question though: does any anti-theft software exist that can survive a factory reset?





what is the path the file system location where SMS messages stored?


Where in the file system are SMS messages stored? plese list the path





Android Studio emulation error: HAX is not working and emulator runs in emulation mode


First time using Android Studio, and while playing around with Virtual Devices, I tried running one. I allocated less RAM than in the HAXM installation, and I get the same error.



Creating filesystem with parameters:
Size: 69206016
Block size: 4096
Blocks per group: 32768
Inodes per group: 4224
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 16896
Block groups: 1
Reserved block group size: 7
Created filesystem with 11/4224 inodes and 1302/16896 blocks
emulator: device fd:976
HAX is not working and emulator runs in emulation mode
emulator: The memory needed by this VM exceeds the driver limit.
creating window 36 48 270 481


If it helps, I am running Windows 8.1, CPU: Intel i5-3470, 4GB RAM.





Why I cannot SSH as root into my android?


I set an public key auth SSH server in my rooted Note 4 through Dropbear (Terminal IDE). I am being able to log in as any user, except root. I get:



[2085] Jan 31 20:05:21 exit after auth (root): child failed
Connection to 192.168.nn.nn closed.


I've read that this is shell-related problem, but no idea which, or how to fix it. I want to log in as root since I get constant permission denied when trying to look at the /sdcard.


This is the script that starts the server:



#!/system/bin/sh

base="/data/data/com.spartacusrex.spartacuside/files"
dropbear=$base/system/bin/dropbear

id="1023"
gid="1028,1015"
username="gato"
w="-w"
if [ "$1" == "root" ]; then
id=0
gid=0
username="root"
w=""
fi

$dropbear \
-A -N $username -U $id -G $gid \
-C jtkkRKJ6993irJTjRJ993irJTj8496j \
-d $base/.ssh/dropbear_dss_host_key \
-r $base/.ssh/dropbear_rsa_host_key \
-R $base/.ssh/authorized_keys \
-F -E -s $w -g -p 22 &


These are the permissions in $base/.ssh:



# ls -la .ssh
drwx------ 2 0 0 4096 Jan 28 23:43 .
drwxrwxrwx 17 10223 10223 4096 Jan 31 22:25 ..
-rw------- 1 0 0 382 Jan 28 23:43 authorized_keys
-rw------- 1 0 0 458 Jan 28 23:43 dropbear_dss_host_key
-rw------- 1 0 0 426 Jan 28 23:43 dropbear_rsa_host_key
-rw------- 1 0 0 1798 Jan 28 23:43 known_hosts




Recovery that does not use touch?


I have an HTC M8 One. The digitiser has failed. HTC won't accept the repair since I have rooted the phone. I'd like to unroot and return to stock but all of the recoveries I have found, or, the installers for stock ROMs, use the touch screen somewhere.


Does anyone know of a combination of recovery and stock ROM install that I can use?





Options For Samsung Galaxy S5 ACTIVE "SMG870W"- Users with Custom Rom compatibility?


I was wondering,besides any opinions based on the judgment of my decision to buy a Samsung Galaxy ACTIVE version of the S "SM-G870W", can the Samsung S5 Active be Flashed with any ROms, specifically Cyanogenmod or even lollipop, I would prefer to be able to access different choices, and would be very grateful for some advice,personal experience and/ or some ideas to allow for the most innovative experience in the function and user interface of my SM-G870W. My PHONE IS ROOTED, running 4.4.2 kitkat, 3.4.0-3084104 kernal build.I believe, I used Odin, as well as Helium to Backup previous, and the App SuperSU is in my app list and along with Odin's "success" sign and no obvious errors or malfunctions i believe the root is in good condition. Carrier is Bell Canada.





How to mount an ext4 formatted external sdcard in stock Android 4.4.4?


I upgraded from the Note 1 with cyanogenmod 11 to the Note 4 (910C) with stock android (rooted). I want to use the ext4 formatted external sdcard, but Samsung does not added ext4 support for the extSdCard (WHY???????????), so it is not being recognized at boottime. Anyway, I managed to mount it, but I am only able to use it as root. Yes, the ooold permission problem.


I used this script for this:



REALMNT=/mnt/media_rw/extSdCard
mount -t ext4 -o rw,noatime /dev/block/mmcblk1p1 "$REALMNT"
sdcard "$REALMNT" /storage/extSdCard 1023 1023 &


This script does mount the card, but with the wrong permissions. I also changed the permissions in /system/etc/permissions/platform.xml, no luck.


Some permissions I get after mounting the sdcard manually:



# ls -la /storage (notice 1015 instead of 1028)
....
drwxrwxr-x 13 0 1015 4096 Jan 29 02:52 extSdCard

# ls -la /mnt/media_rw
drwx------ 9 1023 1028 0 Jan 29 03:30 .
drwxrwxr-x 7 0 1000 0 Jan 29 03:30 ..
drwx------ 2 1023 1023 0 Jan 29 03:30 UsbDriveA
drwx------ 2 1023 1023 0 Jan 29 03:30 UsbDriveB
drwx------ 2 1023 1023 0 Jan 29 03:30 UsbDriveC
drwx------ 2 1023 1023 0 Jan 29 03:30 UsbDriveD
drwx------ 2 1023 1023 0 Jan 29 03:30 UsbDriveE
drwx------ 2 1023 1023 0 Jan 29 03:30 UsbDriveF
drwxrwxrwx 13 1023 1023 4096 Jan 29 02:52 extSdCard


Clues?


Thanks!





how to recover moto-g [lollipop] mistakenly brightness bar set to zero


Mistakenly I set the brighness bar to zero in my moto g on lollipop. Screen is completely darkened not able to see anything. How to set back the brightness to usable mode without hitting factory reset.


Thanks for the help.





How to set menu background image in android lollipop


Android lollipop in not set background image in menu like different application list view menu so anyone know which method to set this background imange because without image this menu looking bad.





On stock android why doesn't the built in calendar app have haptic when enabled on the phone


Unless it's just me, on my Nexus 5 (android 5) when using the built in calculator app haptic feedback doesn't work. Its the only app I have experienced that when you turn haptic feedback on in the phone settings, doesn't work.





Can I backup my purchased android app


I need this information because, if my data gets lost because of some reason I need to reinstall all my apps, but what about those which I've purchased. Is it necessary to purchase those purchased apps again or else their is a way for backup.





Moto G Wi-FI getting disconnected after updating to lollipop


I recently updated my moto g to lollipop. I am finding that Wi-Fi is frequently getting disconnected. I request someone to help me.





Getting Android error message "App not installed"


I'm having trouble installing some APKs on my ASUS tablet. To avoid confusion with other posts, and to help clarify the specific problem, let me eliminate some things right away.


I do have the Security setting to accept apps from "Unknown sources". I can install many APKs without a problem; I have hundreds on the tablet. I do not have a rooted device, and have never made any system-level changes to my software. And the very same apps that fail on my tablet will install on my Galaxy S4 phone, as well as a different (older) tablet.


It would appear that there is something "intervening" during the install process. When I tap on the APK file (which I have tried from both the internal, as well as external, storage), it begins as normal: I see the Installer come up, I am presented with the Privacy and Device Access parameters, and I tap on "Install". Within a second or two, I get a pop-up saying "App not installed", and the only option is "Done".


The APKs that fail do not come from a single source. Some have come from my Amazon Android library; some have come from well-known Android game sites (e.g., the Humble Bundle site). I am not able to nail down which will, and which won't, install (the list would be too long). However, whenever there is one that will not install on the ASUS tablet, it will NEVER install. (I.e., the error is reproducible.)


And to avoid a few other rabbit trails, I am not re-installing any of these apps; they are all new, with no naming conflicts with existing apps. Some of the apps are installed by sideloading (i.e., copying the APK to the device and clicking on it); the Amazon apps that fail have used the standard Amazon Install process (i.e., the Amazon app on my tablet). I use Lookout to scan my apps, and there are no problems. And all of my devices are running Android 4 -- they range from 4.1 to 4.4.4. All are kept as up-to-date as possible.


Can someone give me an idea of what is happening, what causes the "App not installed" message, and why all of my other devices will install the same app?


Thanks.





Protect phone data aggainst whatsapp (permissions)


I have whatsapp installed on it. I saw the permissions of it and see that the app is spying my data on my andriod phone. I want to ask if there are possibilities to protect the phone data from facebook and whatsapp? Also if it possible to limit the permissions of this app?





Memory limitations of websites?


Does anybody know the memory limitations of websites running AOSP back to 4.0?


We often see sites using around 30MB-60MB in Chrome's heap inspector (which seems kind of random). Sometimes upwards of 100MB.


Does anybody know if there's a hard limit? Or a common limit where it gets crashy?





Cannot connect my device to PC after custom cyanogenmod ROM installed


I just installed a custom lolipop 5.02 using cyanogenmod CM 12 using ODIN to my galaxy s3 mini. and everything went will after that i tried to connect my s3 to my PC it installs the drivers and it appears in the Device Manager but it does not appear in my computer and it wont connect to kies. I tried to enable Debugging mode and the same, i tried to change the connection type, i went to settings then storage the from the menu i chose USB computer connection, once i chose PTP or MTP it gives me this error "unfortunately, settings has stopped". It is MTP checked by default although. this happens even without debugging enabled.


How can i get my device connects to my PC? i need to transfer data.


Thanks





Samsung External BT Keyboard won't change language


On my Samsung external BT keyboard attached to my Samsung Galaxy Tab S 10.5, when I press the "Lang" key, a pop up tells me that I have changed languages, and the on-screen keyboard displays and inputs that language, but when typing on the external keyboard, I only get English.





System app was not signed correctly


My phone shipped with an outdated version of TouchPal. When I try to update the app through the Play Store, I get this error:



Package file was not signed correctly. Uninstall the previous copy of the app and try again.



The thing is: the app is a system app, therefore I can't uninstall it.


How can I get the app up to date?


My old phone had it preinstalled as well, and the update there went on without problems. What?





Unable to set Ringtone other than Default in Moto G2 after Lollipop upgrade


unable to set the customize ring tone on moto g2 after upgrade of lollipop i tried doing so but it just give a default beeeb sound... this problem is the while setting ring tone & alarm tone. only moto g2 in build tone work properly.





Issue with SHAREit in ANDROID LOLLIPOP


I am trying to use SHAREit app, if I am in sending mode. It prompts to choose the user to whom u wanna share data/apps. After choosing the end user it keeps preparing itself for sharing data however it remains in same status, data transfer remains null. Pls help how to overcome this issue as this is a usual issue.....





Learning low level Android [on hold]


I'd like to understand some android OS specification. Can you recommend me a good book or online resources?





My phone (Lg g2 mini) doesn´t read sd-card correctly, but the computer does


My phone suddenly told me that these applications i had on sd card isn´t installed. I knew that it means that my phone dose not read my sd-card, so I tried rebooting it. But it didn´t work. So I checked if my sd could have come out, but it wasn´t the problem. Then I tried if my sd card works on my computer and it did. Now I have searched for help, but have come back empty.


Could you please help me





google play store- check your connection and try again


yestrdy i got xiaomi redmi 1s.and i update the phone to new version.and frst i create a new google acnt and the playstore open,its blank and try again....try again.and i search the net for the solution,they show clear cache,clear data,but im not use playstre,but i will do it and reset phone.and now i regurlgy use email address add to google accnt.but playstore wont open,its show "Check Your Connection and Try Again-Retry" enter image description here


enter image description here


Please help





Moto G2 Connection problem with Lollipop


I had upgraded to the lollypop (MotoG-2Gen), looked really good until I found that my mobile data does not function, it had an exclamation mark on the network icon and once wifi is turned ON, exclamation icon shifts from network icon to wifi icon. Wifi works fine but not mobile data. Some please help to fix this issue.





Keep a careful watch for roof damage


Just like a car, which can cost more to maintain than it does to actually buy it, your roof can cost you a lot of money to keep it in good shape. Roofs can develop a number of problems such as ice dams in the winter, leaks year round, and algae growth, to name just a few. You can save yourself a lot of money by catching and correcting these problems early rather than waiting until the damage is extensive and costly to repair. Because your roof is out of sight, it’s easy to not think about it as you go about your day. As a general rule, you should do a thorough inspection of your roof at least twice a year and keep an eye out for signs of damage year round. Whether you’re performing a thorough inspection or just keeping your eyes peeled, here are some things to look for.


The roofing shingles


Over time, your shingles can curl, crack, blister, or even fly away during a strong wind. Keep an eye out for any signs of damage to your roofing shingles as these are vulnerable areas where water can get through your roof and into your home.


The flashing


The flashing is the metal under layer that protects the parts of your roof that are most vulnerable to water getting through such as the areas around your vents and chimney. The flashing can corrode over time become vulnerable.


The rain gutters


When inspecting your roof, don’t forget that your rain gutters are an important part of your roofing system. Make sure they’re securely attached to your roof. Clogged rain gutters can get backed up with water or ice and become so heavy that they pull away from the side of your home. When checking your rain gutters, look for a buildup of shingle granules. If you see a lot of granules, it’s a sign that your roof is nearing the end of its life.


The attic


Finally, you should occasionally head up into your attic with a flashlight to check for any signs of water damage from the underside of your roof. If you’ve got a leak, it will manifest itself in your attic first. Remember, the sooner you catch and repair these problems, the less money it will cost you.


Home improvement news brought to you by bartonroof.com Source: http://ift.tt/1yXsJru


Tags: roofing, roofing tips, roof damage, roof leak, roof inspection, roof repair, roof maintenance





What can I do to stop the Lollipop update prompts if I don't want to update my KitKat?


I have some bad experience with my 1st gen Nexus 7, after updating to Lollipop. It made everything so slow, as to be completely useless as a device. I had to factory reset it.


My Moto G is less than a year old, and I have no desire to see it go through the same process. It is already a little slow on KitKat right now. However, the system update prompts shows up as many as 5 times within 1 continuous hour of usage. It says that it will ask me to set a time for future update prompts if I select 'No, thanks', but it doesn't.


How can I stop the update prompts from showing up all the time?





free server space for small files used in an application


For specific reasons I need to store a single file in a web server so that my application can read data from it. I know there are commercial solutions for this but since this is a test app I need to manage costs down. Does any one know a free solution(site,etc.) to store files like a server? Thanks in advance





CM Browser and fraud protection


CM Browser has so called fraud protection option. What's exactly under the hood? Some kind of list with prohibited sites?





Moto G first gen: Restart problem after lollipop update


After upgrading my moto g (1st gen), whenever I lock my phone it continuously starts rebooting the phone. Currently the only option I have is to keep the phone unlocked and open. How to fix it?





my kindle wont sync its account with my new tablet? any thing i am doing wrong?


I bought a Samsung tab I wanted to transfer all my kindle books onto my tablet. I have downloaded amazon kindle and used the same account but it just won't sync all my books. So if you could me that would be great.





Rintone not playing


same problem i am facing as one guy mention even after set up custome rintones are not playing in moto g2 after uogread from KitKat to lolipop


Cant find the solution at all





How to mount an ext3 partition from an external sd card on android


I'm trying to run Debian on the Android 4.4 that's installed on my nexus 10 as it is explained in this tutorial :


http://ift.tt/1iiwWx8


I've attached the Leef microSD microUSB Connector to the mini usb port of my nexus 10 as you can see here :


leef connector attached to my nexus 10


I've created two partitions on the sd card,as explained on the tutorial. The first is formatted with fat fs and the second one with ext3 file system. This is what I did when I've prepared the sd card partitions on the desktop computer :



Disk /dev/sdf: 64.0 GB, 64021856256 bytes
255 heads, 63 sectors/track, 7783 cylinders, total 125042688 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0004504c

Device Boot Start End Blocks Id System
/dev/sdf1 2048 32767999 16382976 b W95 FAT32
/dev/sdf2 32768000 125042687 46137344 83 Linux


When I attach the leef connector,only the fat32 partition is recognized by android,but not the ext3. This is the mount points that I see :


android mount points


To proceed with the tutorial I need to mount the second partition where should be installed the debian OS. How can I do this ? thanks.





Android lollipop hotspot programatically not working?


I am trying to create hotspot programatically, unfortunately its not working in android lollipop.


For previous android version I was using "setWifiApEnabled" using reflection and it works fine.


I am struggling on this for a while now, any help would be great





I locked my phone from android device manager, now i'm not being able to remove the lock screen password


I locked my phone from android device manager, now i'm not being able to remove the lock screen password, it says that, lock screen is disabled by administrator or encryption policy or credential storage I tried clearing the credentials, but it didn't work





On new smartphone


I am using a Micromax Smart phone from last 2.5 years. Now i want to buy a new smart-phone. Can anyone give suggestions.


I have a dilemma over buying new smart-phone.


New upcoming phones (in 1 or 2 months in India) is also ok.


Specifications i want



  • at-least 8-12 GB of Internal memory.

  • at-least 2 GB RAM

  • Lollipop OR Kitkat Android OS.

    • Atleast 8 - 13 MP primary camera with autofocus and flash.







wats the problem ..???Can someone help with it ...?


After updating to lolipop there are some issues in my moto g2.I can't connect to network. Some apps are not responding example : Facebook





vendredi 30 janvier 2015

Is there a way to change resolution on a Note 4?


Currently everything is huge, I would like to know if I can change my resolution. If not, I may just move back to my jail broken iPhone.





Generic version of Cyanogenmod for any Android device?


Are there "generic" versions of the Cyanogenmod that would work on any device? (My device isn't officially supported.)


If not, why? (If Windows and Linux distros have images that work on any computer – as long you choose 32/64 bit correctly – then why not Android?)





how do I recover moto-g [lollipop] mistakenly brightness bar set to zero?


When i reduced the brightness of my Moto G (1st gen) in the new android Lollipop update to zero, the display disappeared. now i cant see a thing on the screen and there is no possible way to increase the brightness atleast to the point where i can see what is happening. please help.





Soft brick Galaxy Tab s 10.5


I have recently rooted and installed Blisspop rom to my Tab S. I decided to revert back to the stock rom. I download the rom for the UK and applied via Odin. Download completed and the tab rebooted. The tab is now stuck with the Samsung logo. I can reboot in Odin recovery. I have tried to download openrecovery-twrp tar expecting to see and use TWRP when going into recovery but I don't. Help!





Advice a good ROM for N7100 [duplicate]



This question already has an answer here:




Since death of OmniROM for N7100 (maintainer left the project, the new one is making unofficial build of 5) I'm looking fo a good alive 4.4.4 (I use Xposed, it is not available for 5) ROM for my phone. Could you advice?


P.S. I'm not looking for list of ROMs, I'm asking for advice according good alive rom for N7100. CyanogenMod is not suitable.





how to recover moto-g [lollipop] mistakenly brightness bar set to zero


Mistakenly I set the brighness bar to zero in my moto g on lollipop. Screen is completely darkened not able to see anything. How to set back the brightness to usable mode without hitting factory reset.


Thanks for the help.





two type internal storage


I hv a spice-535 phone. Its storage is 16 GB out of which 12 GB (Total storage) is user available but it can't be used for apps installation. In settings>phone storage, it shows another Total storage which is just 1 GB and this is used for apps installation WHICH IS VERY LESS. Is there any way by which I can use entire (most of the) user available memory for app installation. PLEASE HELP.





Altimeter / Altitude Reader apps: can't get them to record multiple named altitude readings etc [migrated]


I am looking for an integrate barometer-based (not GPS-based) altitude reader / altimeter for Android which can be used when going hiking in a way which would make it acceptably useful. It should do the following:



  • At the beginning of the hike, I should be able to click on "New Hike".

  • At any point in time during the hike, I should be able to press a button to record the current altitude in meters together with the current time and I should also be able to specify a name so that I can give the name of a landmark (e.g. "bottom house", "first river", "bunch of mushrooms", "red flowers", "first mountain peek", etc...) so that when I look back at the list I can see the altitude. This would be useful since it could help when using a map which has level curves marking altitude differences and altitude marks. Optionally, I should also be able to take a picture and associate it with such recorded altitude reading.

  • At the end of the hike, I must be able to click on save, to save the list, giving the list of altitude readings, times, text, and pictures a name (such name appears in the list of hikes accessible from the application).

  • Optionally, the application must be able to display a graph with time on the x-axis, altitude on the y-axis, and image thumbnails along the graph which when clicked also display the corresponding text.

  • For each hike, each entry in the list of absolute time+altitude+text+thumbnail entries also displays the time lapse and altitude lapse as differential measurements automatically computed from the previous entry or zero for the first entry.

  • Optionally, the GPS coordinates of each entry in each hike list should also be stored.


I have searched and searched, but cannot find any Android apps which carry out the above behavior. If anyone knows where I can find such an app, then please let me know.





Can not install apps from play store!


I have an Huawei Vision with andriod gingerbread for any reason I am not able to install apps from play store. When I try to install an app from playstore it still loading and nothing happend. I do not get error messages or something similar like.


Do you have any ideas how to solve this problem?





My daughter has a NeuTad N10


My daughter has a NeuTad N10 and it has a "people" app for contacts. I can not get to the contacts in her gmail account. How Do I get the contacts in Gmail?





Can the lock screen in CM12 be set to show the keypad immediately on turning the screen on, instead of having to slide the padlock icon?


Yesterday I installed Cyanogenmod (NIGHTLY 20150128, Android version 5.0.2) on my Galaxy S5 (SM-G900F), and so far I'm very happy with it, except for one little annoyance. Having to slide the padlock icon to bring up the keypad on the lock screen. Is there a way to get rid of this? I want the keypad available immediately when I turn the screen on.





Getting Android error message "App not installed"


I'm having trouble installing some APKs on my ASUS tablet. To avoid confusion with other posts, and to help clarify the specific problem, let me eliminate some things right away.


I do have the Security setting to accept apps from "Unknown sources". I can install many APKs without a problem; I have hundreds on the tablet. I do not have a rooted device, and have never made any system-level changes to my software. And the very same apps that fail on my tablet will install on my Galaxy S4 phone, as well as a different (older) tablet.


It would appear that there is something "intervening" during the install process. When I tap on the APK file (which I have tried from both the internal, as well as external, storage), it begins as normal: I see the Installer come up, I am presented with the Privacy and Device Access parameters, and I tap on "Install". Within a second or two, I get a pop-up saying "App not installed", and the only option is "Done".


The APKs that fail do not come from a single source. Some have come from my Amazon Android library; some have come from well-known Android game sites (e.g., the Humble Bundle site). I am not able to nail down which will, and which won't, install (the list would be too long). However, whenever there is one that will not install on the ASUS tablet, it will NEVER install. (I.e., the error is reproducible.)


And to avoid a few other rabbit trails, I am not re-installing any of these apps; they are all new, with no naming conflicts with existing apps. Some of the apps are installed by sideloading (i.e., copying the APK to the device and clicking on it); the Amazon apps that fail have used the standard Amazon Install process (i.e., the Amazon app on my tablet). I use Lookout to scan my apps, and there are no problems. And all of my devices are running Android 4 -- they range from 4.1 to 4.4.4. All are kept as up-to-date as possible.


Can someone give me an idea of what is happening, what causes the "App not installed" message, and why all of my other devices will install the same app?


Thanks.





Web-Based WiFi Authentication Login Failure


My job has an open "guest" WiFi network to which I connect from my personal Android phone (Nexus 4, CyanogenMod 10.1.3). For the longest time, everything worked great...then one day it just didn't. My credentials are saved in my browser (Chrome) and they did not change. All of sudden I went to log in, and I got an authentication failure error. I can use exactly the same credentials to log in just fine from my personal tablet (Samsung Galaxy Tab 2 7", CyanogenMod 10.1.3). I've tried re-entering the credentials (I'm about as positive as I can be that they are correct) and I've also tried clearing cookies and site data in Chrome. I looked online, but didn't find anything about solving this problem. Can anyone help?





Google cardboard


Frist i am a noob and i dont know if i should ask this here.


My question is: how can i programing app for google cardboard with android studio? i am trying to do this http://ift.tt/1wyFeKO, but i am a little comfused. could someone help me?


Thank you for your consideration.





How can older devices be deleted from Google Play?


AirDroid keeps reminding me I haven't updated one of my devices but I don't own it anymore. I can't find the option to remove the older smartphone from Google Play either! Unchecking "show in menus" didn't work.





How can automatically upload pictures and videos taken to google drive?


I'm having trouble automatically uploading the picture and video taken with my camera to google drive, I followed the steps on this site: http://ift.tt/164PXS0



But I don't have the Auto Backup option, I have my gmail account to sync google drive but still no luck, I have a S5 Mini with 4.4.2 android version, if anyone has a step by step or a solution to my problem please give it to me...thanks!!





recovering deleted sms


I found some tools to recover my deleted sms. I found tools that are not free and that needs that I have root access. So, is there a free tool ?what do mean having root access ?





Moto G Heating Issues after Lollipop Update


Lollipop update are working fine, but i feel Overheating and battery discharging issues after lollipop update.. please tell me the solution .....





Can I use multipoint bluetooth headset with both tablet and phone?


Although this somewhat tricky question involves a bluetooth headset, I believe it is fundamentally an android question:


What I want to do is to have my phone paired to my headset (for listening to podcasts, taking calls, etc.) and then, once in a while, have my tablet connected to the headset (for watching videos or whatever), WITHOUT losing the connection to the phone, i.e. I want the phone to take over the connection if there is an incoming call or an audio notification. I bought the LG HBS-700 headset which contains something called multipoint bluetooth, which I believe should allow me to do exactly this. This is actually a very good headset, however I have not been able to get this to work. If I pair with my tablet, I don't get phone calls on the headset, and I have to pair with my phone again after.


Here is what the manual for the headset says:




  • To enter Multi-Connection mode:

    1. Connect your HBS-700 to the device you wish to use for making calls.

    2. Power off the HBS-7003. Place your HBS-700 into pairing mode and pair/connect to a Bluetooth Stereoenabled audio device (not your handset). (This Bluetooth Stereo enabled audiodevice must only support the A2DP/AVRCP profiles, not the headset/hands-free profiles)

    3. Once the Bluetooth Stereo enabled device is paired and connected, press theCALL button once briefl y on the HBS-700 to reconnect with the handset (onlythe headset/hands-free profi le will connect).

    4. The handset is now paired with the headset/hands-free profi le of the HBS-700.The Bluetooth Stereo enabled audio device is paired with A2DP/AVRCP stereoprofi les.





So what I gather from the emphasized text above is that my tablet must NOT support a certain profile, and since I can't get it working this probably means my tablet does indeed support that profile. So this leads me to a few questions:




  1. How can I check what bluetooth profiles my tablet support?




  2. If my tablet does indeed support A2DP/AVRCP can I somehow disable this to fool my handset? I.e is there a android setting or an app that that will allow me to disable that profile?




  3. If not, is there some software setup that would allow me to stream the sound from my tablet to my phone, which would then stream it to my headset? I realize this is completely crazy and weird but you never know!




  4. If that is not possible is it possible to buy a headset which is multipoint bluetooth and without the limitation on bluetooth profiles (apologies for question 4 which I realize is not an Android question, but a bluetooth question, but if you followed me so far down this long and winded road I had to try!)




The phone is a Samsung Galaxy S4 and the tablet an Acer Iconia A1, but I don't think those brands are fundamental to the question.





How do I emulate a mouse with my keyboard?


I am trying to play GTA: San Andreas with a bluetooth keyboard when it thinks i have mouse too (I DON'T HAVE A TRACKPAD ON MY KEYBOARD) so while playing it the camera goes crazy. Arrow keys don't work so I can use that as the mouse. My question was : Is there a way to emulate a mouse using a keyboard? Specs: MTK 6582 1.3 GHz QUAD Mali MP 400 also QUAD<- This is useless (but just for compatibility) RAM 1GB Android KitKat 4.4.2





What APIs were transferred from AOSP to GMS(Google Mobile/Play Services)?


What APIs were used to be a part of Android Open Source Project, and are now part of GMS (Google Mobile/Play Services)?





Moto G2 Connection problem with Lollipop


I had upgraded to the lollypop (MotoG-2Gen), looked really good until I found that my mobile data does not function, it had an exclamation mark on the network icon and once wifi is turned ON, exclamation icon shifts from network icon to wifi icon. Wifi works fine but not mobile data. Some please help to fix this issue.





OsmAnd: Show only POIs from my OBF file


I have created an OBF file (OsmAnd POIs), and would like to display its POIs.


PROBLEM: When I enable POI display, tons of orange circles make the map unreadable. 99.9% of these POIs are not from my OBF file, they are from the base OSM map.


OsmAnd POI orange circles


QUESTION: How can I show only the POIs from my OBF file?


I can modify the OBF file if needed, for instance adding attributes or changing POI type if needed.


In the layers settings I see a "Create POI filter" dialog with a "User defined" item, might it be part of the solution?





Can't get ZRAM to work on Cyanogenmod 11 (4.4.4)


I'm using Cyanogenmod 11 (4.4.4) on my GT-i9500 (Samsung Galaxy S4) and I'm trying to get ZRAM working. I could set the swap on and it even shows on /proc/swaps:



Filename Type Size Used Priority
/dev/block/zram0 partition 524284 0 2


As far as I can tell it should be fine but when I run my benchmark (which consists of running a series of apps including one app that makes sure to allocate a lot of memory) and cat /sys/block/zram0/mem_used_total or any other metric zram has, it shows that used only 4KB of memory. I can even get the cellphone to crash allocating memory but no zram usage occurs.


The same benchmark shows zram usage with the stock Samsung kitkat (4.4.2). I even tried to flash the stock kernel and it boots fine but still no zram usage. Any settings I should be looking at? What am I missing?





ISSUES AFTER LOLLIPOP UPDATE - MOTO G2




  1. After lollipop update in my moto g2, the mobile data is not working since the beginning.




  2. Tried the following solutions yet no Joy :


    a. Removed the sim cards n refitted back 'N' number of tyms. b. Deleted the APN thrice n got new settings from the subscriber. c. Reset the phone to factory settings twice n checked.




  3. Presently WIFI mode is also not working. An exclamation mark is found in WIFI Icon and both the Sim icons.




  4. Pls Advice on how to get mobile data ON







APP - Root/unroot any device from the app, no PC required


I am a newbie with Android programming, quite franckly, I dont even know half the basics, but so far I have create an app and is in the making, it can either apply a temporary root or a permanent root with a custom recovery of choice aswel


However, I would like to find out, what is rooting acutally, what exactly does it unlock or does it just change the /sys partition to +755


I know with Samsung, all you need is flash a custom recovery .tar.md5 and apply a SPECIFIC su zip file, any other file wont work,


with HTC I had to unlock the bootloader, then flash a custom recovery and so on




TL;DR Now my question: What is done to a device when it is rooted, not just it e.g. grants access to /sys, but a more indepth info in the changes that are applied


or atleast a refernece to where I can do more research




p.s. I have the superuser source code, but I don't want to waste my time looking for something someone else already knows





Spotify in Croatia


I am from Croatia and I was able to install and use(run) Spotify free version(not Premiumm I didn't sign up for free Premium or anything). None of my friends can install (or run) it because in order to use Spotify in Croatia you would need to have either an Unlimited or Premium subscription. Now week after using it I get this error message after trying to log in: "You appear to be trying to log into Spotify from a different country."

So obviously the first time I downloaded Spotify or Play Store thought I was in a different country. I was not using VPN or anything like that, so how can it be?

Other thing that interests me, can I trick Play Store or other app to think I'm in other country by changing my settings somehow?


P.S: I get promo messages form Spotify in Swedish language!





Android Encode-Decode Tools


i need some programming at android, (about MD5 Encode-Decode app) but i searched and nothing found for start programming about this app.. please show us some refrence about this project and i want use (for.e.x) from this url : http://ift.tt/StSIV9 for my project like database and i have two text view and 2 button something like that i want : http://ift.tt/1zlSb93 any suggestion will be usefull...





Whatsapp QR Code not loading


Whenever i open web.whatsapp.com, the portion where the QR code is supposed to show has a loading circle and the code never comes up. have been trying for days. Using updated chrome on windows 8





Notification ringtone does not work even though it is on full


we have a Samsung galaxy tab running android 4.04. This morning the notification ringtone did not work for any app. When I check the setting for volume, notification ringtone volume is on full BUT the icon on the left is displayed like it's on mute with a line through it. Furthermore there is the same icon (mute notification) next to the battery at the bottom right of the screen. I have tried changing this ringtone but nothing plays. I believe the tab thinks that the notification ringtone has been set to mute when it hasn't! Any ideas how to restore?


Thanks





Learning low level Android


I'd like to understand some android OS specification. Can you recommend me a good book or online resources?





Earphone stopped working


I have a Samsung Tab S, and recently, my earphone (one that came with the tablet itself) stopped working. Earlier, when I plugged the phone, the main speaker's device stopped and only the phone worked, as any standard device, when you plug a phone. But now, when I plugg earphones (tryied two types already), the main device speakers don't turn off, but the earphones icon appears in the notifications bar. Lately I dicovered that on the recomended app youtube, the earphones work properly, but when I close that app, the entire system switch to the main speaker's device and the phones stop working. On another samsung app that plays music, occcur the same thing as youtube. It seems now that the earphone stopped to work globally in the system and just work on some apps. Any idea on how to return to the standard earphone state?





Xperia Sola- Whatsapp Web not being able to scan the Bar Code


I have successfully managed to chat on whatsapp web two times, but since yesterday it just won't read the bar code. I have tried it horizontally and vertically, placed it for minutes and also tried moving the phone throughout the code so that it reads at least somewhere, but it just would not work. Advise.





Storage of watsapp messages


Where are the watsapp messages stored when they arrive.. ? They are stored in backup at 4am but before that where are our latest messages stored? How can we access the location of their storage?





other person frequent contacted list hangouts


Start "1) how to get *****other person frequently***** contacted list hangouts"



I dont know how to see that


End





Control my phone via Chrome over 3G/4G


My end goal, is to be able to control my phone using my Chrome on my desktop when they're not on the same network. I've seen AllCast, which only seems to be able to work when the devices are on the same network.


Does anybody know of anyway I can do with just over 3/4G?


The one restriction I have is it must be doable just using a Chrome App as I don't have install rights on the PC I need this for.


From everything I've found so far they all need to be on the same network.


A few years ago I used to be able to do this with an old Jailbroken iPhone, and using RealVNC on the PC, but so far the only VNC solutions I can find only work Android to PC, rather than PC to Android





Custom ringtone is not working after lollipop upgrade in moto g 2nd generation handset


After the OTA lollipop upgrade, am not able to hear the custom ringtone when the call arrives. Hearing only beep sound.. help me out this is too annoying bug.





Retrofit Post method with key , value pair (like async task has)


hi i am trying a POST method in Retrofit with key,value pairs to get information from server.... before i tried the GET method to hit my server and get Json results.. but in POST that is not working properly.





Where to find "adb" version 1.0.32 to install on Ubuntu?


My laptop has Ubuntu 14.04 as OS. I installed latest version of "android-adb-tools" available in "Synaptic Package Manager". After installation, adb command --help says that adb's version is 1.0.31.


I used adb sideload to install a new ROM on my Samsung device (with TWRP version 2.8.4.0 as recovery), but command returns error: protocol fault (no status) and TWRP says that I have to use adb with version 1.0.32 or higher! Where i could find "android-adb-tools" package with adb version of 1.0.32 or higher?





Installing TWRP on a Samsung device, no fastboot (using ADB or other ways)


My device (Samsung Galaxy S3 I9300) is not detected by fastboot in Download Mode, but it is detected properly by adb. I want to install TWRP as my device recovery. Is there any way to install it using adb instead of fastboot?


There is a question about the problem of detection of the device by fastboot on this site (which has no working answer yet). But my question is not how to solve that problem. If you like to answer that problem please see this page.





unable to set ring tone on Moto g2 after upgrade of lolipop


unable to set the customize ring tone on moto g2 after upgrade of lollipop i tried doing so but it just give a default beeeb sound... this problem is the while setting ring tone & alarm tone. only moto g2 in build tone work properly.





some issues in moto g 2nd generation after lollipop version


After updating my Moto G 2014 to Lollipop I have started experiencing some issues as I don't know how to get it fixed. So the problems are:




  • Autorotate option isn't showing,




  • If I tried pressing and holding the power button, I can only see the power off option, I can't find the silent option.




  • While on the call, previously I have the ability to write a number on the dialpad which I can correct if I tap in the wrong number but now I can't find the backspace button to correct that !




Please help me out !





How can I stream my android phone screen to my laptop computer?


I am mostly trying to solve a low resolution problem when watching Google Play movies as on my Windows 8.1 PC many of them are not available in HD quality. As Android phones have access to higher resolutions, but I have a better screen on my laptop, I was wondering how I could stream video content from my (unrooted) phone to my laptop screen.


I am aware of some DLNA solutions but as far as I know, they do not allow streaming of Google Play movies.





Obtaining partition table GPT


I have a bricked Asus Fonepad 7 FE170CG. How can i do re-partition for this device?


How to determine these sizes ?


This gpt is for Asus Zenfone 5, and is flash-able to padfone, but end up with stuck on boot screen after flash update.



partition_table=gpt
create -z /dev/block/mmcblk0
create /dev/block/mmcblk0
boot -p /dev/block/mmcblk0
reload /dev/block/mmcblk0
add -b 40 -s 262144 -t data -u 80868086-8086-8086-8086-000000000000 -l reserved -T 0 -P 0 /dev/block/mmcblk0
add -b 262184 -s 16384 -t data -u 80868086-8086-8086-8086-000000000001 -l panic -T 0 -P 0 /dev/block/mmcblk0
add -b 278568 -s 65536 -t data -u 80868086-8086-8086-8086-000000000002 -l factory -T 0 -P 0 /dev/block/mmcblk0
add -b 344104 -s 16384 -t data -u 80868086-8086-8086-8086-000000000003 -l misc -T 0 -P 0 /dev/block/mmcblk0
add -b 360488 -s 65536 -t data -u 80868086-8086-8086-8086-000000000004 -l config -T 0 -P 0 /dev/block/mmcblk0
add -b 426024 -s 1048576 -t data -u 80868086-8086-8086-8086-000000000005 -l cache -T 0 -P 0 /dev/block/mmcblk0
add -b 1474600 -s 393216 -t data -u 80868086-8086-8086-8086-000000000006 -l APD -T 0 -P 0 /dev/block/mmcblk0
add -b 1867816 -s 65536 -t data -u 80868086-8086-8086-8086-000000000007 -l ADF -T 0 -P 0 /dev/block/mmcblk0
add -b 1933352 -s 2662400 -t data -u 80868086-8086-8086-8086-000000000008 -l system -T 0 -P 0 /dev/block/mmcblk0
add -b 4595752 -s $calc($lba_end-16384) -t data -u 80868086-8086-8086-8086-000000000009 -l data -T 0 -P 0 /dev/block/mmcblk0
reload /dev/block/mmcblk0


I have another working padfone 7 here with me. How can i get gpt with the same parameter as above ?


TIA





How to use two whatsapp accounts on one phone


I have a Samsung galaxy Duos and want to use my two whatsapp accounts at the same device. Is it for example possible to run dual two whatsapp client apps on one phone?





Hide the number of unread messages on any app icon


I have an android smartphone ( Galaxy 3 ).


I have turned off any notification from whatsapp, facebook , twitter, etc


However i can still see the number of unread messages and notifications while scrolling the apps area, like a number right before the icon app.


Is there any way to turn off those numbers too?


Thanks.





Can not update to lollipop due to TWRP recovery


I use Nexus 7 2012 wifi version. I rooted the device and installed TWRP recovery on it when it was on 4.4.4. Now the lollipop update of 5.0.2 is available to install, whenever I download the update and click install button the tablet boots in recovery mode and gives failed message. How do I get rid of this and install lollipop update successfully?





jeudi 29 janvier 2015

extSD card does not work after adb push to /mtn/extSdCard


After I run adb push cm-11-20141115-SNAPSHOT-M12-i9300.zip /mnt/extSdCard the command replied me 3949 KB/s (223217798 bytes in 55.194s).


After that my micro SD-card is not detected neither by device nor by my laptop?





After Moto g2 lollipop update not able to access USB storage


After a lollipop update my phone is detecting USB device, showing used space and everything. But when I opened the file it shows directory is empty. What should I do...?? and can't even paste any new file.





How to emulate an Android in Japan, Tokyo?


Actually I am trying to get an region lock application to work.


The steps I have done is having BlueStack setup in Japanese, while attempting to get VPN to Tokyo, I tried Hola and it didn't work, does anyone have a working combination?


So far the check list is below:



  • Android have to running in Japanese

  • Need to set the clock to Tokyo time

  • A mobile card which setup international roaming

  • A VPN to japan IP block.

  • Root the BlueStack to pretended to be a Sony Phone

  • use Network spoofer to pretended to be on Japan Mobile provider.





How to use *.img file instead of *.pit file with Heimdall?


I have downloaded .img file for TWRP recovery. How I should use it with Heimdall? It seems that Heimdall accepts .pit files, not .img!





What is heimdall PIT file?


What is PIT file that is generated by heimdall? Is the PIT format a general format which is used by other software as well? or is a format dedicated to Heimdall?


If it is general format that could be used by other software, there should be manual or standard description of it, is there any such description?





Seeing how long an app was used over the life of the device


I was wondering if there's any way to tell how long a specific app was used over the lifetime of a device?


Just to clarify, I'm not looking to be able to track how long it's used from here on in (although that would be cool too), but rather if there's a way to see how long an app has been used in the past.


Thanks!





How to write and read files of the hardrive of my pc with my andriod over wifi


I have a samsung galaxy s4 and want to connect it to my harddrive of my pc over wifi. It should be the same as by the remote apps but indstead of them only to use the pc hardrive. I don't want to use cloud services like dropbox I want to get all my files on my 1 TB harddrive. Also I dont want to sync only over wifi to get files or send to them.





Verizon HTC M8 One - Vanilla lollipop


What i want is to be able to turn my verizon htc m8 one into a vanilla install of android 5.0. Is this possible? I am having trouble finding info online. I can find info on being able to root and "unlock" the bootloaded but it all seems to use some software side tricks that i think will give me a vanilla rom on KitKat but upgrading to 5.0 isn't supported. If i am a wrong AWESOME. Any help would be useful.





Advice a good ROM for N7100


Since death of OmniROM for N7100 (maintainer left the project, the new one is making unofficial build of 5) I'm looking fo a good alive ROM for my phone. Could you advice?





Get Rid of Google Play Services


I am using Micromax A80 with Android A80 from last two years. (Android Ginger bread, RAM of just 256MB)


From last two weeks Google Play services application is taking too much memory and phone gives error message like insufficient memory to work.


How to get rid of this problem ?


Is it safe to un-install Google Play Service App itself ?





Problems with AsyncTask


I'm an Android newbie and I've been having problems with this code:



http://ift.tt/1vbxIpm


I've tried to refactor but it does not work.


This is the output: Error:(20, 21) error: no suitable method found for add(int,ForecastFragment) method FragmentTransaction.add(Fragment,String) is not applicable (argument mismatch; int cannot be converted to Fragment) method FragmentTransaction.add(int,Fragment) is not applicable (argument mismatch; ForecastFragment cannot be converted to Fragment)


Thanks in advance





Moto G - Bricked after update. Constantly booting to CWM


I have a Moto G (XT1032). I used to run Cyanogen then Paranoid Android but recently I have returned to stock. Now, being an idiot, I tried to install Lollipop following this guide (http://ift.tt/1CQMTFo). That failed miserably. After hours of panic and chaotic attempts I managed to get into CWM and restore my backup. The issue is that the phone automatically boots into CWM and if turned off, it would turn on and boot back into CWM. I cannot find a stock image for Moto G XT1032 GB UK anywhere. Please advise, please help! The phone just boots into recovery constantly.





Lollipop as Alcatel OneTouch Evolve


How can I get Android 5 on my (rooted) Alcatel OneTouch Evolve or at least some other version of stock android.





How to download when OS frequently only has streaming option


I had a LG Connect ms840. I would download mp3 files no problem. Now that I have a new LG MS383 OS kitkat 4.4 it seems that when i select download option, it triggers the pop-up box to select an app for streaming. I've not had this issue on my c Connect running OS 2.3. any suggestions or relevant input please?





What is the best way to copy a TV PC?


I had two EKB328 TV PCs and just bought another from Amazon. The price went down! I use one for a big screen TV, one for a thin client for windows, and the new one will also be used as a thin client.


I've kept the two I already have alike. If I install a game or utility on one, I do the same on the other. The devices come rooted. Each device uses FolderSync to copy the Titanium Backup folder to it's own place on the windows machine. To set up the second device, the first thing I did was install Titanium Backup and FolderSync, then go in reverse. Occasionally I use Titanium Backup to export an application from one to the other.


I want the new EKB328 to be just like one of the others. What is the best way to do this? A lot of set up and configuration is required before a Titanium Backup restore is performed. Is it even worth worrying about a better way to make the device similar, since it may be easier just to go ahead and do the configurations manually? I will probably put both screens side by side.





How do I get a calendar running without gapps (and sync with owncloud)?


I'm running carbonrom (4.4.4) without gapps (on a moto g).


I want a calendar that only syncs to my owncloud server. The problem is that I can't get a local calendar to work.


I'm using DAVdroid, which does the syncing and seems to work (no errors, states last sync time correct) but local calendar apps don't find this calendar.


I tried about 5 calendar apps, which all complain about "No Calendars". My last try was the 'Standalone Calendar' App from SufficentlySecure, a Google stripped clone of the default Calendar. This one tells me that it needs an account, though the DAVdroid account is not working in this case.


I also tried 'Offline Calendar' but calendars created with it don't show up anywhere.


Sidenote: The 'People' app came preinstalled with carbonrom, and cardDAV sync (with DAVdroid) works there perfectly. It feels like some basic OS calendar support is missing.


I'm googling and trying for two days now and I went out of ideas, so I'm very thankfull for any hints or thoughts!


//mafuba





New android update -volume issue


My granddad (normally a techie person), updated his android software,


One it was done, he received no sound at all. None. The volume was turned up, the system sounds were on but nothing.


When he did a system reset it automatically downloaded the software with the same but!


Does anyone know how to fix this?


Thanks





mobile data in notification toggle


I upgraded my moto g 2 mobile to android 5.02 lollipop version and I have been using clean master notification toggle in that after this up gradation mobile data is not directly working by pressing on the mobile data symbol in notification toggle it by pressing on that it is driving me to the setting < data usage





Is Google Play Store geo-targeted?


Some companies are telling me that my games are better listed in some countries than in the US.


I'm using VPN to try to check if it's true, but the top free games seems to be the same in all countries. Am I wrong ?


Does the Google Play store have a different listing in different countries?





The QR Code from web.whatsapp doesn't load


I have tried everything .. delete cookies, update java, reset browser.. What should I do? The initial page opens but the code remains loading and never appears.





Android L 5.0.1 wont unlink my exchange account from GMail


I updated my Nexus 5 to L5.0.1. No problems except my Outlook exchange account is now linked to GMail which I really do not want. There seems to be no way to unlink it either despite deleting the exchange account!


In the Help section it says Goto Settings/Accounts and look under POP3 or IMAP but neither of these are visible.


Any suggestions??





List of stock KitKat firmware versions for Galaxy S3 LPH-710


What stock KitKat firmware versions has Samsung released for the Galaxy S3 (Sprint model LPH-710 to be more precise)?


I got an S3 online and it came with some 4.4.x and root access. Unfortunately, when I was prompted with an OTA firmware update notification, I went ahead and installed it. I didn't back up the original firmware or check its exact version or build numbers. Due to some problems I'm now having, I'd like to get it back to its old state, as much as possible.


The strange thing seems to be that the update left me with 4.4.2 -- even though (from the googling I've done) I believe that was the first KitKat version released officially for this device. Is it possible the update either a) didn't actually update or b) was an update smaller than even a point release?





Cannot update to Lollipop on rooted Moto G 2nd Gen


I have rooted my device a few days back. Today I received lollipop update for my Moto G 2nd gen. I downloaded the updates and clicked on install updates.

When I clicked on Install updates, It power off my phone and then opened TWRP screen with all its options. I had no idea about what to do next so I just clicked on "Reboot". It rebooted my device and again due to lollipop installation, got power off again.

My device got in power off and TWRP screen loop. I rebooted my device a few times and then it displayed me the message that the "update was unsuccessful"

Now, when I check for updates, it shows me that my software is up to date. I still have KitKat on my device.

Please help me to upgrade my adroid version from KitKat to Lollipop. Please also suggest me what to do When I install updates and my device gets power off and start with TWRP screen.





How can i get apps on my phone from ONLY my other phone, and not my tablet?


I am going to get a replacement phone and i only want apps from my old phone to be downloaded to the new one, and not my tablets apps. i know there is "google play-my apps-all", but that includes my tablets apps too. they are all on the same account. (the reason for this is my phone has very little storage and i dont want my tablets 3GB apps taking up my phone.) my phones are both on android 4.0.4 (sony xperia tipo) (ICS). i do not want to root but i will download any app (no apks please, sorry). thanks in advance!! :D





Update Android device, but not to latest version


I have an Android device (Asus Nexus 7) running Android 4.4.4. The latest version is 5.0.2. But in order to investigate a bug report on my app, I want to update to 5.0.1. When I select "System Updates" under Settings > About Device, I see an option to update to 5.0.2. Is it possible for me to update to 5.0.1? If so, how?





Moto G 2nd Generation - Mobile Data is not working after the upgrade to 5.0.2


MOTO G 2nd gen, Mobile data not working (India) post Android Upgrade to 5.0.2 from 4.4.4...any clue..


could be linked to improper upgrade and is there a way to restore ??





swap file delete


hello guys i need your help. i rooted my phone with an aim of increasing my phones RAM and i succeded. but my phone once got a problem and i lost the application ROEHSOFT RAM EXPLANDER which i used. it created a file worth 1.4gb called swap.swp on my sdcard. but now the problem i have is to delete the swap file as i noloonger have the application but whenever i delete it, i get a response some files can not be deleted but really i want my storage disk space back. is there any way i can delete the swap file? pliz help.





ADB, fastboot, flashing help?


I have a htc unrooted, s-on and usb debugging off. Doesnt let me in recovery only fastboot. I'm wondering; A) is it possible to use adb while usb debugging is off?(to turn usb debugging on or change settings etc.) If A) is not possible how could I turn usb debugging on as im locked out of phone? (Forgot pattern and password)


B) is there a way to run a script through stock recovery? (use a .zip script)


C) can you run a script through CWM recovery? And how?


Thanks in advance!





Google Inbox on Android. Any way to receive a notification for each new message in a conversation?


If I have a conversation with unread messages, I get no new notifications for new messages in the conversation. Is there a way to get these notifications?





Notification symbol - checkerboard?


What does the 4-square checkerboard symbol on my notification bar represent?





ADB, root, fastboot help?


I have a non rooted htc, s-on with usb debugging off and can't get into phone to turn it on. I'm wondering if it's possible(and how if so) to turn usb debugging on via ADB? Remember usb debugging is off! And I'm not rooted!


Also if Any1 knows, can you execute a script through stock recovery? if not can you through custom recovery, cwm etc? 1 more thing do u require factory reset to flash cwm?





How to flash an HTC A8181


i bought a cheap second hand A8181 which one was Branded with Orange french operator. I know that this phone had a regular update but never restarded after. Actually since few weeks i tried unsuccessfully to flash it with adb ruu but ... No goldcard have beend done yet , it s PVT3 , hboot 0.93 fastboot can interract with it but .... kinda limited way not any oem command seems to work. (fastboot -s xxxdevicexxx getvar reboot are the only thing that seem to work) RUU runs few fastboot commands and exits at infozip test. fastboot talk the limited way adb doesn't see it i tried to prepare an sdcard but recovery doesn't see it . tested on linux and windows and few wires Could some one give me some useful pointers ?





Rooting Android


I have problem with rooting Android, I tried various methods (including Kingo, EasyRootTool, and etc.) and none pf them worked.


My device is



Sony Z C6602

Android 4.4.4

Build Number 10.5.1.A.0.283



Any suggestions how to root it?





Android phone can't connect to Connectify hotspot on Windows 7 pc


my windows 7 PC doesn't have service pack 1 installed. but the old version of Connectify hot-spot ran smoothly. now that i have updated to Connectify 2015, my android devices are unable to connect to the hot-spot. i don't know if the problem is due to the service pack 1 or the 2015 version of Connectify.. need help asap.





"X seconds on battery" problem


I recently bought a Galaxy Note 10.1 (2014) -- after I opened it, I saw that charge level was %50+. While I was using it, it shut down; and I couldn't open it for a while. I plugged the charger and waited for a while, then it opened with again with %57 charge level. Now it is still charging but whenever I open Settings -> Battery part, it shows a graph and it says "18 seconds on battery" (I don't know why 18, I couldn't see an example on the web). Moreover, the applications it shows seems a bit weird. I see a "Phone" app where there is no visible phone app at the widgets and apps section, as I do not have 3G, or this is not a phone, it is natural. I don't know what is going on, may be someone can guess what is wrong with the battery part...





Lollipop on HTC One M8


I'm trying to update to Lollipop OTA on my HTC One M8, rooted, S-ON. I've read that it won't work with a custom recovery (I was using CWM) so I flashed a stock recovery and removed SuperSU, and that all seemed well and good but the update still won't apply. It just boots into the recovery menu(?) then stops.


Please help!





Is there any way to disable the fade in effect when playing a song?


In Android 4.1.1, the default player applies a fade in effect when starting to play a song. Some would say that's a feature, but for me is annoying, since I miss the very best part of many songs.


Is there any way to disable it or I must to install a 3rd party music player app?





some issues in moto g 2nd generation after lollipop version


After updating my Moto G 2014 to Lollipop I have started experiencing some issues as I don't know how to get it fixed. So the problems are:




  • Autorotate option isn't showing,




  • If I tried pressing and holding the power button, I can only see the power off option, I can't find the silent option.




  • While on the call, previously I have the ability to write a number on the dialpad which I can correct if I tap in the wrong number but now I can't find the backspace button to correct that !




Please help me out !





Compression of files on whatsapp


when i try send a vid whatever the size it reduces to 16mb, does the application compress files and to what extent. Also how large a file can i send on the application?





Google Keyboard quick shortcuts to other languages


So on KitKat Nexus 4, I used the Google Keyboard and installed the Google PinYin input.


Whenever the keyboard popped up, there was a tab for Chinese Input and a tab for QWERTY Input. I could click on a tab and switch languages easily.


I upgraded to Lollipop and the PinYin keyboard seems to be installed by default. The tabs don't show up anymore. Instead, I can press the little "Globe" key on the keyboard to swap languages or long press the space bar.


How do I change it back to the tab view?


It should look like this enter image description here





can I use one application two times in a android device?


My phone is duos.i have to use two whatsapp account in my phone for different mobile no.how can I install two whatsapp in my device?





Problems updating my One M8 from 4.4.3 to 5.0


In december 2014 I got my HTC One M8 from amazon.de. (Note that I live in germany) I purchased the Phone without any SIM lock. While it is a good phone I have not received any update for android yet. The Phone's stock version is android 4.4.3. A coworker who has the same phone than me was able to update to 4.4.4 and 5.0 a few days back.


When I go to Settings > Info > Software Updates it says that the phone is up to date and it stays at 4.4.3


I've contacted the HTC Support and according to the serial number my phone seems to be from the UK and that is why the phone doesn't recognize any new updates.


So my questions are:


Why does that even make a difference? And how can I update my phone to 5.0?


Thanks in advance





Can not update to lollipop due to TWRP recovery


I use Nexus 7 2012 wifi version. I rooted the device and installed TWRP recovery on it when it was on 4.4.4. Now the lollipop update of 5.0.2 is available to install, whenever I download the update and click install button the tablet boots in recovery mode and gives failed message. How do I get rid of this and install lollipop update successfully?





Battery draining faster after recharging s4mini


I'm struggling with my Samsung S4Mini. Actually the battery is very good and since I don't use my phone a lot, it lasts pretty much 2 days when I let it die and full recharge it.


The issue is, everytime i recharge it when the battery is not dead, the battery is draining very fast even tho i don't use my phone.


A very relevant screen here : http://ift.tt/1y8Nm0b


As you can see, after I unplugged it, even tho everything was off, the curve is plunging whereas when everything was off before the plug, it's almost horizontal.


Does anyone have an idea how can i fix it ? Thanks !





My HTC one m8 is stuck in bootloader and won't accept adb * mods


-1 down vote


I have also used this command fastboot flash boot boot.img and then i get this message everytime.


sending 'boot' <8624 KB> ... FAILED finished. total time: 0.985


I have been at this for two days now. The bootloader is locked and the phone is stuck in fastboot. I think the problem started with me flashing an image into the bootloader into the instead of the recovery and now i can't get access into the phone. It also seems my usb debugging is also no longer active as I can no longer connect to adb. The phone has not allowed me to flash or push anything into it since this started. Please help me. The phone is a htc One m8 that has been rooted, and relocked and S-OFF.


Thanks in advance.





Application Organization Management


I want to Organize all my applications from my play store and Amazon store by category, sub category, developer, rating, permissions,security, etc. Is there an app for that or like How can I go about doing this?





A random picture save to my gallery


I have a Samsung s4 mini, I got it a about 1-2 weeks ago. I was looking at my photos and I see a random photo appeared in its own album. When I go to delete it there is not trash can above so I cannot. When I go to my albums there is a little colourful ball thingy on the bottom left corner. It there a way to delete it?





How to make sweep action with external mouse (broken screen)


Maybe a silly question, I have a Asus smart pad (Jelly Bean) with broken touchscreen. I connected an external USB mouse and keyboard to control the pad, but I cannot open the default lock app, i.e. move (swipe) the lock icon aside. Most likely, just pressing left mouse button over the lock icon and moving the icon (holding the button) some distance away, is supposed to work, but it isn't. Does anyone have a glue about this?





Spotify in Croatia


I am from Croatia was able to install and use Spotify free version. None of my friends can install it because in order to use Spotify in Croatia you would need to have either an Unlimited or Premium subscription. Now week after using it I get this error message after trying to log in: "You appear to be trying to log into Spotify from a different country."

So obviously the first time I downloaded Spotify or Play Store thought I was in a different country. I was not using VPN or anything like that, so how can it be?

Other thing that interests me, can I trick Play Store or other app to think I'm in other country by changing my settings somehow?


P.S: I get promo messages form Spotify on Sweden language!





mercredi 28 janvier 2015

Bluetooth keyboard almost perfect except one thing


I recently bought a HP 7 G2 1311 tablet and really liking it especially for it's price. I bought a Justin power charger + bluetooth that's meant for an ipad mini, but works pretty much perfectly except for one thing. When I'm on the lockscreen, and i want to input my PIN (password) it doesn't work, it won't recognize the bluetooth keyboard there, so I have to type it on the screen, which is a little annoying cause the tablets lockscreen is for some reason small and my big fingers often press the wrong number. Any way to fix that? I've tried rebooting.





adb does not reboot my Samsung Galaxy SIII I9300 to bootloader (download) mode!


My device is Samsung Galaxy S3 I9300 and I did a complete factory reset. Device is NOT rooted yet. It works properly. I can do all of following with my device:



  • Power off using device keys.

  • Start in recovery mode and download mode using device keys.

  • device is detected properly in normal mode and recovery mode by adb when is connected to PC through USB cable

  • I am able to reboot device using adb reboot command

  • adb reboot recovery works well.


The problem is that if I run adb reboot bootloader or adb reboot-bootloader commands, device is booted in normal mode, NOT in download mode. The only way to reboot the device in download mode is to use Power + Volume Down + Home keys





Installing TWRP without fastboot (using ADB or other ways)


My device (Samsung Galaxy S3 I9300) is not detected by fastboot in Download Mode, but it is detected properly by adb. I want to install TWRP as my device recovery. Is there any way to install it using adb instead of fastboot?


There is a question about the problem of detection of the device by fastboot on this site (which has no working answer yet). But my question is not how to solve that problem. If you like to answer that problem please see this page.





Is there any program to root my device without connecting it to PC?


I am looking for an APK software which could be installed on my Android device (Samsung S3 I9300) that root my device without needing to connect the device to PC during root process. Or any other way for rooting without need of connecting to PC. Is there any way?





My android system and android os are consuming more part of my battery


this problem has been troublimg me from the last few weeks I reported this problem at the Flipkart service center and they changed my battery and software.I even tried a factory reset but to no avail. i charged my phone in the afternoon . it lasted for aday and ahalf .while i was going to sleep the battery was about 58%..when i got up in the morning the battery was only 5%. I am completely tired.Please help me resolve this deadlock Ashish Tiwari





PC isn't seeing/ connecting to my galaxy s4 (4.4.4) via usb


So i connect my USB to my phone and computer as usual. my phone vibrates and starts charging but my computer doesn't show my device in the my computer section.the USB symbol that appears on the top left of my phone isn't there as well. My PC doesn't make that beeping sound which means it connected. USB debugging mode didn't seem to do anything. i didn't find it in the device manager. uninstalling/re-installing the Samsung drivers didn't seem to fix this issue. Usually I use my Logitech cable, so i thought that might be the issue and I tried using the cable my S4 came with but it's still the same - nothing. Any suggestions on how I may be able to fix this? i would be very grateful. Thank you for your time.





Audio play from my phone to PC over BT only works for 1 sec


My android system is Lollipop, and my computer is Windows 7 64bit.


I setup the BT connection and want to play musics on my phone using my PC's speaker over BT. However, I can only hear the music playing for less than 1 sec. I can still use my PC to control the music play on my phone, but I just cannot hear the music. Not from my PC, nor my phone.





if you can attach s cord to your android phone to a monitor screen for better view positions?


wondering if a person could by a cord for attaching to a monitor screen for better veiwing





How to use Smart Lock and Bluetooth in Lollipop?


I have added my computer as Trusted device. But my phone won't connect to my computer unless I am transferring files to it.


How do I set so the phone is always connected to my computer?





Stock Android 4.4.2 Stock Messaging App


I wanted to see how this other messaging app was going to work on my phone and Gear S. To make it my default I had to go to default messaging app and turn off my stock message app. But the new app doesn't allow me to respond to my text messages from my Gear S so I need to turn back on the stock app. However it's no longer there. My phone is not rooted I just simply turned it off. Is there anyway to turn it back on?





Nexus 7 32GB showing 8GB after flash


I had the no command boot loop when trying to enter recovery so I used the nexus root kit to reflash everything which did fix the problem and after a few days of use I noticed that there's only 8GB's available to me now. I presume that this is from the flashing as I had 32 before. To unlock/recognize my memory which part of my nexus will I have to reflash?


Model: Nexus 7 (2012) mobile 32GB





Losing icons of apps on SD - Lollipop


My phone is running internal storage and cannot install any more apps. So I think I can move some apps to SD. I even used this trick to moves those non-movable apps to SD. The problem so far is if I move the icon to my home screen, the icon will get lost on reboot. This is not a big issue.


The real problem is, if I put the icon in a locked folder on the home screen, then reboot. It seem the system remember that this icon is locked and should not be displayed in the drawer. But it cannot display it on the home screen, either. I cannot even see the app from Settings/Application screen. Someone said resetting the Launcher would fix this problem, but it did not work for me.





check certificate fingerprint


In any desktop browser i can check the fingerprint of ssl certificates, but in mobile Browsers this seems to be impossible. Checked Firefox and chrome on android. Does anybody know how to do this?





Compiling with API level 16 [on hold]


I was trying to compile an Android with against API level 16. However I getting following error? Is it possible to compile an app with API level 16 using android studio now?


Error:(50, 21) No resource found that matches the given name: attr android:actionModeShareDrawable'


Error:(6, 21) No resource found that matches the given name: attr 'android:paddingEnd'


Error:(11, 21) No resource found that matches the given name: attr 'android:layout_marginEnd'


Error:(10, 21) No resource found that matches the given name: attr 'android:paddingStart'.


Error:(6, 21) No resource found that matches the given name: attr 'android:paddingEnd'


Error:(24, 21) No resource found that matches the given name: attr 'android:layout_marginStart'.


Error goes like that.. Total 118 errors..


Following is what I have installed in my Android Studio:



  1. Android SDK Tools 24.0.2

  2. Android SDK Platform-Tools 21

  3. Android SDK build tools 20

  4. Android 4.1.2 (API 16)


I had set Compile with : API level 16 also


Is there anything else required to compile it with API level 16 ? How can I get rid of these errors? Could someone help me with this ? Thank you so much.





Unzipping without an app?


This is a somewhat old phone running Android 2.3.6. My phone is not an English phone, so the below may not be exactly what an English phone would say.


I've downloaded a zip file to my phone that I want to unzip. When I click the file, the phone tells me no programs can complete that action. Which is true, as I don't have any apps that deal with .zip files. Except, I know the phone can do this without an app - I know this because it actually started to, and managed to unzip a few files before I hit the "back" button (on accident; I was trying to back out of something else when it popped the unzipping on me). I have those files in a directory next to the .zip file.


How do I tell the phone to resume unzipping?





Phone app not installed!


I have a rooted Alcatel OneTouch Evolve. The lock screen usually shows "MetroPCS" at the bottom with an "Emergency Call" option as well. Recently, it just says "No Service". When I press the phone icon on the dock it says "App isn't installed"! And my data plan is unlimited and everyone else gets data but my phone shows that I have no data service (no bars). I can only call with hangouts over Wi-Fi.


EDIT: I have done a factory reset and the app opens now but I still can't call with it and still no data service. When I hit the green button to call, it crashes and says "Unfortunately, Contacts has stopped."


IMPORTANT UPDATE: I was just told that someone got a hold of my phone and thought it would be funny to delete my phone.apk, phone data folder and phone.odex file! When I did the factory reset, the files came back but when I try to call the app still crashes.





my Ezio i95 B phone wont show upgrade details


My chineese EZIO i95 -B phone wont show that it can be upgraded to future android versions? in the settings - about display screen.


Android™ 4.2 (Jelly Bean) Operating System (Upgradable for future Android Version)


In the description on the ebay website it clearly shows that it is ( upgradable to future versions of android)


how do I apply an upgrade ?


Peter





Galaxy S5 Battery Drain


Galaxy S5 (unrooted)


My battery drain isn't dreadful yet, but it isn't getting better.


I can't narrow down what is causing it. I have tried keeping my sync turned off, keeping google location reporting services off, even keeping my data off. I can't narrow down at all what is causing this.


Anybody else have an idea or in a similar situation?





Temporarily disable notifications


I need a way to temporarily disable all notifications with ONE CLICK ONLY, for example via widget or EQS. I don't care if it is for all apps or just whatsapp, as long as it prevents vibration and especially the notification light. Is there any way to do this?


On Rooted Android 4.4.2, HTC Desire 816 dual sim





New Here and would appreciate any advice. Battery issue with galaxy s5.


so I'm new to the forum and wanted to see if anyone could help me solve a battery issue I just started having with my galaxy S5. I recently purchased a Gear 2 and downloaded gear manager and it seems like the battery on my S5 drains extremely fast, even when the Gear 2 is not connected or on. I have screen shots of my battery usage if that would help. I would appreciate any advice that anyone has to give.





Nexus 7 2012 Lag: "mmcqd/0" process


I'm trying to fix lag on my 2012 N7 and recently formatted it's partitions to F2FS and tried two roms that are "All-F2FS", "SlimKat with All-F2FS support" and "BSZAospLP v1.5" but after I restore my apps with TB, which are around 100 apps, I get the lag and slowdown and the process causing it is "mmcqd/0".


Is there any way I can fix this and get rid of the lag?


I'm down to a point that don't care about customization and features of a Rom/Custom Rom, I just want a usable device.


Thanks.





I can't see what's app web option


I have updated my what's app to latest version but I can't see what's app web option in my what's app I am using Samsung galaxy s2 with jelly bean os





tracfone android message "keyboard"


Android keyboard (AOSP) has stopped apears on my "tracfone" ZTE cell phone every 10 seconds or so. Tried to go ino "Google" settings, but can't locate "apps"





Cannot update to Lollipop on rooted Moto G 2nd Gen


I have rooted my device a few days back. Today I received lollipop update for my Moto G 2nd gen. I downloaded the updates and clicked on install updates.

When I clicked on Install updates, It power off my phone and then opened TWRP screen with all its options. I had no idea about what to do next so I just clicked on "Reboot". It rebooted my device and again due to lollipop installation, got power off again.

My device got in power off and TWRP screen loop. I rebooted my device a few times and then it displayed me the message that the "update was unsuccessful"

Now, when I check for updates, it shows me that my software is up to date. I still have KitKat on my device.

Please help me to upgrade my adroid version from KitKat to Lollipop. Please also suggest me what to do When I install updates and my device gets power off and start with TWRP screen.





Connecting Android Phone/Tablet to Ad Hoc Network [duplicate]



This question already has an answer here:




I have a PC running Windows 7. I have a Galaxy S3 phone and an Android Tablet running 4.2.2 I believe. I have set up an ad hoc network, and have a few problems. First, my ad hoc network isn't sharing internet connection. Second, I haven't tried my phone, but my tablet won't recognize my ad hoc network unless I input the information manually, and then, it just says not in range.


How might I solve this?


Also, my PC is running a VPN if this changes anything.





Does Xolo 8X 1000 support otg ??? if not will it support plz reply how [duplicate]



This question already has an answer here:




Please reply i want to know whether xolo 8x 1000 supports usb otg feature if not plz tell me will it support by any software or anythng else





Data recovery from galaxy s duos 2 gt-S7582 [duplicate]



This question already has an answer here:




I deleted my photos from my samsang galaxy s duos 2 gt-s7582 which was in internal memory. Now I want to recover it. plz help me. NB my phone is unrooted





"Unfortunately, Settings has stopped" even after factory reset


I am trying to fix a friend's Yarvik GoTab Zetta 9.2" Tablet (TAB466120507803).


Android version 4.0.3, Baseband version 1.1, Kernel version 3.0.8+ (inet_pmelive@InetSoftware), Build number 03F2-P1-H2-H01-1962.20120421,


I already tried a complete factory data reset (including erasing SD card) but the following problem persists:


Anytime I try to open "Language & Input" in the Settings, the whole Settings window is closed and I get the pop-up message: "Unfortunately, Settings has stopped".


With aLogcat I see that around the time of the error message, the log says:



W/dalvikvm ( 1301): threadid=1 thread exiting with uncaught exception (group=0x409f51f8)


As Yarvik seems to be bankrupt, I do not expect any feedback from them.


Any suggestions, how I could proceed?


Thanks!





How develop the android game using android studio


how develop the android game using android studio and how to make the carton caracter usnig android game ?





Get Rid of Google Play Services


I am using Micromax A80 with Android A80 from last two years. (Android Ginger bread, RAM of just 256MB)


From last two weeks Google Play services application is taking too much memory and phone gives error message like insufficient memory to work.


How to get rid of this problem ?


Is it safe to un-install Google Play Service App itself ?





Which of these bugs affect Android 5.0 on Moto G 2014? [on hold]


Recently I've read on the internet that some more serious bugs were found on Android 5.0 on some devices. Amongst the bugs I've heard there are those on the list found here. The problems shown there are:



  • Apps restart in background

  • Missing system.img error

  • Wi-Fi connectivity problems

  • Battery bug

  • Video playback bug

  • Flashlight bug

  • Lagging and crashing


Although for some there are "solutions" on the provided link, I would like to know if those bugs affect Android 5.0 on moto g 2014. Probably at least some of them do affect, if that really happens, which of those affect the system on said device?