General :: What Folder / File Controls Device Identification To Google
Aug 13, 2013
Every time I flash a new ROM on my phone, whether it was my old Galaxy S2 or my current Galaxy S4, Google Play recognizes that it is the same device as before and installs all the apps I previously installed on the phone.
My android stick computer (Minix Neo X5) does not behave this way. Every time I flash a new ROM, regardless of whether it is an official ROM from the developer (Minix) or a custom ROM with CWM, Google Play does not recognize that it is the same device as before and I have to go through the arduous process of installing all previous apps.
Is there a file or folder that I could backup on my stick computer and restore after flashing that will let Google Play recognize it properly? build.prop?
View 2 Replies
May 28, 2010
Can someone explain a couple of very simple concepts to me - I'm interested in mobile devices running android and how they are identified over networks. Some scenarios: Device is connected over WiFi - presumably the device has a standard IP address as with any host and can communicate with any other android host over TCP/IP (assuming it knows the participating device's IP? device is connected over bluetooth - how are devices identified in this case? device is connected over mobile operator's network - this is the one I'm interested in and confused by - is there anyway for two or more devices to discover each other and communicate via the mobile operator's network? How does a device communicate with a backend server in this scenario? In other words, how do apps and devices communicate when not connected to a WiFi network?
View 2 Replies
View Related
Jun 3, 2012
I've been having an issue with both Google Drive and Dropbox.
I have all my roms, odin restore things, apk files, custom ringtones all stored in Google Drive, previously in Dropbox (I didn't like having to re-login each time I restored the app and data when I installed a new rom). I also store the actually folders themselves on my Galaxy Nexus and Galaxy Tab 10.1, both on 4.0.4.
But my issue is that, whenever I download a file (.apk and .epub are the ones I tried because I was trying to install an app and add an ebook to the nook app.) it doesn't download correctly or something, because my .apks all say "Parsing error" and the Nook app tells me it can't open my ebooks even though, I can open both on my computer (Windows 7 Ultimate, 64-bit, service pack 1). This happens on both my Galaxy Nexus and Tab, on both dropbox and Google Drive. Both Google Drive and Dropbox say they have synced the files correctly.
I realized it was Google Drive and Dropbox, because when I transferred the files directly from my computer to the each device, they worked. The app installed, and the ebook opened,.
View 9 Replies
View Related
May 28, 2010
I guess many people already read this article:
Using your own SQLite database in Android applications: http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/comment-page-2/#comment-12368
However it's keep bringing IOException at
CODE:.............
I'am trying to use a large DB file. It's as big as >8MB. I built it using sqlite3 in Mac OS X, inserted UTF-8 encoded strings (for I am using Korean), added android_meta table with ko_KR as locale, as instructed above.
However, When I debug, it keeps showing IOException at
CODE:..............
I suspect it's caused by trying to read a big file. If not, I have no clue why.
I tested the same code using much smaller text file, and it worked fine.
Can anyone help me out on this? I've searched many places, but no place gave me the clear answer, or good solution. Good meaning efficient or easy.
I will try use BufferedInput(Output)Stream, but if the simpler one cannot work, I don't think this will work either.
Can anyone explain the fundamental limits in file input/output in Android, and the right way around it, possibly?
WITH MORE DETAIL:
CODE:...............
View 3 Replies
View Related
Mar 21, 2012
Xoom. Any way to root an android device with no volume controls?
View 9 Replies
View Related
Jun 20, 2012
Currently I can have playback controls on the lock screen of my idevices, as you can see in the screenshot below. Pandora is one example on when I would use this. How can do this same thing on my android device? I currently have a Galaxy Tab 2 7" & I'll be getting the GS3 soon.
View 5 Replies
View Related
Sep 15, 2012
Which Android version runs on my device, if I don't trust the information provided in "build.prop" file. Specifically, how can I be sure I have an ICS and not GB ?
View 9 Replies
View Related
Jan 11, 2014
Is there anyway to block access and prevent someone from simply deactivating this or turning off the lock and wipe features in it?
View 3 Replies
View Related
Aug 15, 2013
identify this icon that is constantly on the notification bar of a Galaxy S4?
View 4 Replies
View Related
Sep 21, 2013
I'm trying to put my 6000+ mp3 collection on a 64GB microSD card (class10) and I can transfer them fine on my computer but when I go to view the folder on my phone it says there is nothing in it while my pictures folder (3GB) on the same card on the same phone shows everything fine. Using stock Android 4.1.2 on LG Optimus Pro G. Am I hitting some subfolder limitation or something?
View 3 Replies
View Related
May 26, 2012
What folder/file my gmail password is stored in on my Galaxy S?
I've searched for it via Root Explorer but its not showing any results?
View 3 Replies
View Related
Jan 16, 2013
i have Crony cn98 MID tablet (Chinese)
i deleted file bin from system folder by wrong
when i power up the tablet, restarting itself
what should i do to fix that problem
i have 2 tablets of this type
it means i can bring file bin
but how to put bin folder in the tablet?
View 4 Replies
View Related
Nov 18, 2011
Is there a way to keep Google music on the phone from seeing non-music files, i.e. Doggcatcher podcasts? Tried adding a .nomedia file to the doggcatcher folder on the phone but that doesn't seem to work? I just dont want google music to dispaly the podcats files, or when you "shuffle" music, you get podcasts interjected.
View 6 Replies
View Related
Dec 1, 2013
Is there any way to get the Google Play music app to not see my podcast folder? I use BeyondPod and download podcasts to certain folder and would like to not see them in the Play app.
View 1 Replies
View Related
Sep 21, 2010
I have developed a google map app and the zoom controls will not appear automatically and will disappear after they are used.So I want to see the zoom controls (_ , +) to appear with the map permanently.
View 1 Replies
View Related
Jun 26, 2013
I am having this error "device not found" when I try to push a file. It's not a driver problem, it's not a USB connection problem. ADB commands work until the point where I try to push the file. Then I see "device not found".
I might be doing something wrong, I'm pretty new at this stuff. Or it might be just that the root access to my device has problems.
Here's what I do:
Code:
c:adb>adb devices
List of devices attached
3556*********09 device
c:adb>adb shell
shell@android:/ $ su
su
[Code] .....
I've also tried to push "build.prop" directly from my computer but get the same error.
I must mention that - strangely (to me at least) - after mounting /system as RW, I check the permissions using ES File Explorer's Root Explorer, they are shown as RW, I try to edit "build.prop" directly and I still get "cannot save file".
When I try to change permissions of the file using Total Commander -- to -rw-rw-rw -- I manage to do this ("Operation successful") but I am still unable to edit the file or overwrite it.
View 6 Replies
View Related
Jan 27, 2014
How to connect my Android device via file manager (personally I use FileMaster) to my Windows laptop? It requires a login and password that I haven't.
View 5 Replies
View Related
Jun 6, 2013
the file, which defines the places included for a device encryption. Is it vold.fstab? I am asking, because I want my external SD also be part of the device encryption process.
Btw: I am running CM10.1.
View 2 Replies
View Related
Mar 24, 2014
i was trying to change the background for my x'pop 5035D cause i'm in jelly bean 4.1.1 and all the backgrounds for the system is white and it's very bad for my eyes specially at night ,
i was trying to modify framework-res.apk that exist in :system / framework but i couldn't so i thought i can replace it and i downloaded another frame work- res.apk and i used root explorer to replace it after taking a copy of the original file and since i did that the device restarted and stuck at the logo and i can't boot.
i tried every thing , i did nandroid restore and even wipe data / factory reset and the same result it just stops at the logo every time .
View 1 Replies
View Related
Mar 15, 2013
Ive hooked my phone up to my pc so many times without error when I had Windows on my PC...and used ODIN to flash back to stock after a mishap.... I cant even count.. within last two weeks Ive moved to ubuntu instead of windows..I set up everything on my phone on ubuntu..sdk and everything...so Ive been building a rom for the fassy and i was testing something I made and something went wrong..so I now have no recovery..no way to get my phone back..Im up and running on the rom but it will not due ( no gaaps ) . So when i plug my phone into a windows pc it will not recognize it for ODIN...in device manager it labelled as " Linux file-cd gadget USB device" and cant install the driver to use ODIN.
View 2 Replies
View Related
Sep 6, 2011
I want to use my android device (4G Systems One Tab) to remotely execute a batch file on my PC via WIFI-Connection.
I want to have an Icon on my homescreen and when its clicked the batch-file on the desktop computer is executed. (no feedback or output needed, this is all done by the batch).
View 3 Replies
View Related
Mar 2, 2010
where is located the temporary folder in the android phones?
View 1 Replies
View Related
Jul 14, 2013
When making an image I accidentally had Clockworkmod image be saved to the device itself instead of being saved to the external SD card.
I am able to browse to it using Root Explorer and select to Copy it, but how do I PASTE it onto the external SD card when Root Explorer only accesses the device directory and not the external SD card?
Quick 2nd question: I know on some previous devices such as the Galaxy S 4G you were *not* supposed to run Clockworkmod after booting in and from the Apps Drawer, instead you were only supposed to run directly from the startup screen before booting in. Is it OK to actually start the Clockwork Backup/Restore process from the Apps Drawer of the Galaxy S4 and let it reboot and do its thing or is it only supposed to be run BEFORE booting in?
View 5 Replies
View Related
Mar 19, 2013
Is there any way to get 2 of the same device to show up on 1 account in Google play? I have 2 Android stick devices (the iMito MX2) on my 2 TVs, and it's a guess which one will actually show up in the store at any given time. I've named them two different things, but they still don't both show up. I assume Google thinks that I've replaced one and is getting confused.., other than to just create separate gmail accounts on them?
View 1 Replies
View Related
Oct 21, 2013
How I can REMOVE registered device in my Google Account?
View 2 Replies
View Related
Dec 25, 2013
Google services on my PC works perfectly fine, but there is something wrong with my network, google apps wont connect on any device connected to my home modem. I have tried it on my Phone, tablets, on my brothers phone, it just wont connect. However, when I connected my phone with the network of my University, I worked the first time but the second time, same no connection problem.
View 1 Replies
View Related
Apr 29, 2013
some apps in Google play says device not compatible How to remove 'your device is not compatible' from Google play store.My phone is x10 mini and it is rooted.
View 9 Replies
View Related
Sep 12, 2012
I can't install many apps on my device (Galaxy Player 5 USA) from the market, it says "Galaxy Player - This item is not compatible with your device".
I'm sure if my device woulda been a Galaxy II or III it won't be any problem downloading the app.Is there a way to bypass these restrictions so I can download ANY app from the market?My device is rooted.My country is already hacked.I have a higher density than the standard
View 7 Replies
View Related
Nov 8, 2012
I got a Brand new Samsung Galaxy Mini 2, great device, everything is perfect only problem I got is that when I'm in Google Play and want to look at the screenshots of an app, and swipe between them the device freezes, then vibrates and sends me back to Google Play, sometimes it gives me an error message, I have done like 3 factory resets but it doesn't fix it,
View 5 Replies
View Related
Jul 8, 2013
I wish to try certain apps from Google Play but they show as "Device not compatible" and won't let me install the app. Is there a way to bypass this?
View 4 Replies
View Related