General :: Nexus 7 - Sync Music Between Multiple Devices
Aug 22, 2012
I have recently got a Nexus 7 and I was looking for an app that could sync my music between it, my Galaxy Nexus, PC and preferably also Macbook. I know I can use doubleTwist for this however I really like PowerAmp and would like to keep it as my music player. Is there any program I can use to achieve this (preferably with WiFi sync ?)
View 3 Replies
Aug 10, 2012
Any way to automatically sync Play Store applications across multiple devices. In other words, I have a Nexus 7, TPad, LG Connect (work phone) and then I also switch between a GNex and Rezound (personal phone).
Is there anyway that if I download an app from one device that the app will also automatically be pushed/downloaded on the other devices?
It is a real pain to have to remember to go to each other device and download the app, and even worse when I switch between handsets that may not have been used for several week.
View 7 Replies
View Related
May 23, 2013
Saw this mentioned at the Google i/o last week - when this is rolling out? It annoys me to have to keep dismissing notifications between my Nexus 7 & 4.
View 3 Replies
View Related
May 2, 2014
I own a Samsung Galaxy S4 and a Galaxy Tab 3. I want all of the music from my phone to automatically sync with my tablet. I download to my phone directly and don't want to transfer everything manually each time I download a new song.
I see that Google Music can do this but it's designed for music that is stored on a laptop/pc. I'd rather not do it this way if possible as the whole reason I bought the tablet was to avoid carrying the laptop around.
note that the music is stored on the SD Card and not the handset. Not sure it will make a big difference but I thought I would point it out.
View 2 Replies
View Related
Oct 18, 2010
I have developed an application which en-composes list views and posted that .apk file in my htc device, the design and alignment everything works fine,but the problem When i am testing in various devices such as Morotolo Droid,Nexus Devices the alignment of Listviews goes wrong, so i planned to use the Layout folder as layout-hdpi,layout-ldpi, and layout-mdpi, for that i changed my manifest file as
<supports-screens android:largeScreens="true"
android:normalScreens="true" android:smallScreens="true"
android:anyDensity="true" />
Is it right putting android:anyDensity="true",also i used dp instead of dip. I went through this url, but still am not able to get a clear idea in this
http://developer.android.com/guide/practices/screens_support.html. so friends pls tell me(help me) to get clear idea in this and tell what mistakes i have doing. This is my main page xml code frnds.
<?xml version="1.0" encoding="utf-8"?>
<TabHost xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/tabhost" android:layout_width="fill_parent"
android:layout_height="wrap_content">
<LinearLayout
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/background_retinav2">
<LinearLayout android:layout_gravity="center" android:foregroundGravity="bottom" android:background="@color/white" android:id="@+id/rl_1" android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal">
<ImageView android:paddingTop="3dp" android:id="@+id/starthideimage" android:layout_width="30dp" android:layout_height="35dp" android:src="@drawable/newback" />
<HorizontalScrollView android:paddingTop="8dp" android:id="@+id/gv"
android:layout_width="wrap_content" android:layout_marginTop="0dp"
android:layout_height="wrap_content" android:background="#ffffff"
android:scrollbars="none" android:layout_weight="1" android:foregroundGravity="bottom">
<LinearLayout android:id="@+id/san_tag" android:layout_width="wrap_content" android:layout_height="wrap_content">
</LinearLayout>
</HorizontalScrollView>
<ImageView android:paddingTop="3dp" android:id="@+id/Endhideimage" android:layout_width="30dp" android:layout_height="35dp" android:src="@drawable/newforward" />
</LinearLayout>
android:id="@android:id/tabs"
android:gravity="bottom"
android:layout_gravity="bottom"
android:listSelector="@color/gray"
android:layout_width="fill_parent"
android:layout_height="wrap_content" /> </TabHost>
View 1 Replies
View Related
Sep 3, 2012
So I already have my phone paired to my Nexus 7 for Tablet Talk. I am going to be getting a Bluetooth headset, along with a Keyboard, and eventually my smart watch. Yes! Radioactive! So my question was can the Nexus 7 support all of these devices working together simultaneously?
View 1 Replies
View Related
Oct 6, 2012
This may already exist somewhere but I am just unaware of it. I'm looking for a calendar app that will allow me to share schedules with my family on our respective devices. For example, if I add an event to a calendar this week, I want the event to appear on the calendar on each of my family members devices, and update any additional changes automatically.
SGH-T989
View 3 Replies
View Related
Jan 17, 2013
We have multiple Android devices in our home my Motorola Photon Q and my fiance's Samsung Galaxy S2. In addition to our Motorola Xoom. Recently my finace and I both noticed that when our phones are on WiFi instead of 3G/4G we can't get apps to download, we also noticed this happening on the Xoom which is really a problem since we don't have any mobile service on that. Nothing changed in our WiFi configuration between when it was working properly and now. And all devices did it at the same time. what may be affecting the devices to cause this to happen.
View 1 Replies
View Related
Jul 12, 2013
can you connect multiple dissimilar bt devices at same time?i want to connect 5!
-gps
-obd
-audio
-keyboard
-mouse
View 1 Replies
View Related
May 11, 2012
Any cable is available where you can plug multiple devices into one end of the cable, the other into the computer, and when you install an application from say, Eclipse, it installs it to all the connected devices in one go?
I have about 4 devices running various versions of Android I use for testing, and when I have them all set up together, it gets tedious manually pushing the code from Eclipse to all the devices.
View 6 Replies
View Related
Nov 11, 2013
sideloading apks to multiple android devices at once (like, 8 or 9 of em). Searched around the forums a bit and couldn't find anything directly relating to this issue, so I figured I'd ask. I dunno if this belongs more in App development, but its an Android specific issue so...
At present I'm using Test Flight App (I'd post the URL but I'm too much of a noob here) to manage builds and releases. Its really great for getting beta builds out to the studio team, and to various beta testers and potential partners.
1) Actually downloading the apks is a manual process per device. So if you've a small QA team (or are working solo) it takes alot of time to get the newest build onto everything.
2) Each build has to be uploaded via the Test Flight website, then distributed to users on a build by build basis. This is a difficult to automate process, so makes having any kind of continuous integration system for nightlies etc. difficult at best.
I've been looking into possibly doing something like installing a Dropbox on each device and automating CI builds to a dedicated folder, which is shared via Dropbox to everything, but its a bit of work up front to get it working and I may still have to actually manually install the things each time.
View 2 Replies
View Related
Aug 9, 2013
I just have purchased a Nexus 7. I went to the google play website and I used to be able to see all my devices individually and see what apps were installed on each device and all the apps in my library. It made it easy to add apps to a new device. Now I just see all the apps installed but not broken down by device, so I have to click on each individual app to see on which device they are installed. It is a more convoluted process, and I would like to see on the website at a glance which apps are installed on each device I own. Did something change or something I am missing? I also can't log in do the device manager with Chrome but I can with Safari. Mac OS X10.8, Android 4.1
View 5 Replies
View Related
Feb 22, 2012
I am trying to find a Bluetooth speaker that can retain in its memory multiple devices (5 preferred but 3-5 is okay too). I know the Bose Soundlink does this, but it is more money than I want to spend right now. I have an imonster, but it only remembers one device at a time.
View 3 Replies
View Related
Apr 15, 2013
I know there is a lot out there regarding ways to print from android devices (Cloud Print, HP reprint, etc), but I am running into a slightly different problem, and I am sure I am not alone.
Fairly often, I am on a webpage, and after completing an order form or something, I end up with a secure (HTTPS) confirmation page. Unless I thought about it ahead of time and used the cloud print web browser, the is absolutely no way to print these forms. Sharing the page to cloud print will only take me back to the login page since the confirmation page was secure.
I can't be the only one needing this functionality... the frustrating thing is that my wife can even do this on her iPad with ePrint. And with surface, web pages can be converted to PDF right in Internet Explorer for printing later. Android seems to be the only platform with this huge limitation.
I really don't want to have to return my Nexus 10 and get a Surface, buy it may have to be a consideration.......
View 2 Replies
View Related
Apr 15, 2014
My main device is an HTC One M8, but I also have a Nexus 7 2013, Nexus 7 2012, Galaxy Nexus, and a Moto X running on the same Wi-Fi network. They are all experiencing some slow activity on Wi-Fi. I also have 2 desktop PCs and a Laptop running on the same network and they are running fine, no noticeable lag.
On all of my Android devices, browsing the web via Chrome is almost as snappy (but still not the speeds I get on data) as it is on my computers. However when it comes to certain apps, there is a noticeable slowdown. Instagram has a lot of trouble loading images, Facebook, Twitter, Play Store downloads are stupid slow as well. And a bunch of push notifications from those apps, as well as GMail, won't come through or will come through hours after they should have.
But if I just switch Wi-Fi off on the devices that also have a data plan running (Moto X, One M8, GNex) everything comes through as fast as expected.
Could it be my router? I have a Linksys E800.
View 2 Replies
View Related
Dec 28, 2013
I'm trying to find a one-way solution to sync 'app' & 'data' between 2 devices, and possibly make a full backup if ever needed.
I cannot get an idea of what each of the apps below do without downloading each one and making a mess. I was hoping some of you could shed some light. Considering these apps use a cloud service of sorts, I am assuming that old versions of files can be retrieved (from trash) by visiting the cloud service on a PC?
1. Titanium Backup Pro
2. DataSync
3. DropSync
4. FolderSync
5. Helium
View 1 Replies
View Related
May 22, 2014
This only happens when the screen is off! Galaxy Mini, GS4 and now my HTC One m8...
Music will skip or cut out for 0.1 sec or do every now and then, no matter of it's through headphones or Bluetooth speakers. I haven't had this issue on my m8 much and power amp seems not to have this issue at all. But I'm using Apollo currently.
I've seen this behaviour on other android devices as well, but never on Apple or Nokia phones.
View 2 Replies
View Related
Dec 5, 2012
I just bought and Asus 300 tablet for house use. I mainly bought this for our 4 year old for learning apps and entertainment. I then realized that I have her music on a bunch of other devices so I figured that now would be a good time to get everything synced up with one another. I am mainly concerned about the music aspect of syncing and if an app(s)/method(s) included other things like pictures and videos I would not be opposed. The main devices I want to sync are as follows:
-2 galaxy s3
-2 older Android phones that will be used as media (music devices like an ipod) which are a Epic 4G and a Evo
-1 Asus Transformer 300
-2 computers running Vista and Windows 8
And maybe if it wasnt a problem an XP desktop, an XP laptop, and an Ipod nano.
how Apple is about sharing and I could just take most of my music to another system/use another method. I have looked into Amazons Cloud Player and have heard about some other Apps like Double Twist but I am still a little lost. I am basically looking for something that is more or less fully automated (or pretty close to it).
View 5 Replies
View Related
Sep 7, 2013
I want to use my google play music mp3s on a mp3 player and on my pc
View 1 Replies
View Related
Apr 11, 2013
I am looking for an app that will allow me to sync files from a certain folder on one device (phone) to another folder on my other device (tablet).
I know this has to exists, but I cannot find such an app on the play store. Perhaps one of my file managers has this feature, but I'm unaware of it.
View 2 Replies
View Related
Apr 2, 2012
Having flashed multiple Android devices other the years, I'm now having a problem since the 4.0.4 Galaxy Nexus update: I can't use Google Music anymore. I have apparently reached the "device limit" of synced devices.
Browsing Google Groups, a small number of people are apparently in my case, and none of us ever found a way to un-sync "old devices" from our accounts.
View 1 Replies
View Related
Jan 6, 2014
I've recently upgraded my Nexus 4, Nexus 7 and Nexus 10 all to Android 4.4 and as soon as I upgraded my Wi-Fi has been awful.The Wi-Fi is incredibly unstable, steaming media has major buffering / intermittency issues, messages sent over instant messaging apps are sometimes instant and sometimes take 30+ seconds to send.
Skype is the most telling of the issues as it randomly loses connection and my notifications literally never come through..Router Wi-Fi Settings: I've tried Channels, 1, 2, 4, 6, 8, 10 and 11
I've also tried adding
Code:
gDataInactivityTimeout=200
to the WCNSS_qcom_cfg.ini file as found:URL>...Wi-Fi is Always On, Wi-Fi Frequency is Auto or 2.4, Wi-Fi Optimization is Off.The wireless / wifi works fine on other tablets, laptops and wireless devices just my nexus devices on 4.4
View 5 Replies
View Related
Feb 23, 2014
I have jusst dumped my iPhone and have joined the fold with my Nexus 5. I do have a couple of Android tablets so I am not totally new to this great OS.
I have 5 gmail accounts (primarily for email) and 2 of them are Google Play accounts, I used a different account for each tablet I had running. In hindsight the 2 google play accounts was stupid because now I have apps I want to use scattered on various devices, mainly on the Nexus 5, spread on both accounts.
Here is what I want to accomplish:
- Consolidate all of my apps to 1 single account and ideally close / delete one of them
- Just use the 1 single account on all of my deveices access all of my apps
- Have Google Play associate only with the 1 main account
- Utilize / access my 5 total gmail accounts for email only, I have no need to have 5 Google Keep, People, Calanders etc. I only use the 1 main account (the one I want all my apps in play to use) for all my contacts and notes and calanders. The remaining 4 accounts are really ony for email.
View 3 Replies
View Related
Feb 24, 2013
My father is getting a Nexus 7 in the next few days and since I'll be using it a bit I've decided to put a custom ROM on it. I'm going with Paranoid Android because of the whole tablet UI thing, but I was wondering if it has a multiple user system, since I didn't see it listed in the features. I noticed an option for it on my Xylon ROM on my Galaxy Nexus and I'm not really sure how it works... Does it just change which Google account the device is linked to? Ideally it would be cool if I could set up a different launcher for each account.
View 6 Replies
View Related
Dec 15, 2013
i am using nexus 7 2012 wifi version android 4.3 It's true that multi user support is available on Android 4.2 nd 4.3 Is it possible to install multiple whatsapp acct. using this feature i tried it and everything works jst fine but somehow when i'm done with mobile verification process on my second profile whatsapp crashes saying "whatsapp isnt responding"
View 1 Replies
View Related
Jul 21, 2012
I recently switched to a Galaxy S3 after owning an Iphone 3GS for a few years. For me, playing music is one of the most important aspects of a smart phone, and I have somewhat specific requirements. I'm trying to figure out the best way to do this:
1. I have a large library of ripped and carefully tagged MP3s on my home PC.
2. I want to add to this library and keep it synced with my phone.
3. I want my phone to be my primary music player. As such, I want to:
3a. Play a song in the car, via the phone
3b. Arrive at work, plug my phone into my PC via USB or connect over the WiFi, and continue to play the same song, sourced from the phone, but output to my PC headphones
What I DON'T want to do is:
- plug headphones directly into my phone while at work
- use the phone interface to choose/play/stop music while at work
That seems simple enough, but so far I haven't found any software that will cooperate.
- "Google Play Music" won't track what was playing on my phone and then update it when I'm on my PC, the two are totally independent. I'm also not ready to totally commit to the cloud, as I have bandwidth limitations and spotty data reception when I'm not at home or work.
- Kies won't properly sort the music on my phone when the phone is connected, nor does it provide an easy interface for viewing or playing music from the phone
- Windows Media Player refuses to sort the songs on my phone properly. It has problems identifying artists and will sort albums alphabetically instead of in proper track order. It's possible that there's some tagging difference between every other program I've used and WMP, and maybe I can rectify this by retagging all of my music to work better with WMP, but that seems like an enormous task and I'd like to avoid it if possible.
View 1 Replies
View Related
Jun 18, 2013
is there any way one could sync multiple Outlook accounts to the same phone? I've tried to add multiple accounts that aren't Outlook, and I can't do it.
Or, what is a good work-around to try? Porting the accounts to Google calendars and sync them that way? It's for work, so I don't know if that would be the best option.
View 1 Replies
View Related
Nov 29, 2011
I'm using multiple android devices, all of them under one phone number (only one plan that includes five separate sim cards). All of the services are available under any individual device, BUT! Text messages (SMS) ONLY arrive at the devices that holds the "primary" or "master" sim card.
What I'd like to have, is the ability to somehow send any arriving messages from the primary device via something (email? im?) that doesn't require them to be in close vicinity (so no wlan/bluetooth). So that it wouldn't matter which device I hold, I'd always receive any incoming text messages and they would be available on all devices. Best would be, if also SENT messages would sync between devices.
Also of note is that the sync should be (almost) instantaneous (as fast as can be achieved via push-gmail or instant messaging). So no scheduled syncs or anything that requires an interval.
Each one of the devices are capable of sending/receiving sms on their own, so no technical barriers exist on that front.
By syncing, I mean that the messages would be available at each device's own "messaging system", NOT just backed up in email or something. (so SMS2Mail of backupsms -style apps are out of the question.)
The devices are running Android 2.2, 2.3, 3.1 and come next year, android 4.0.
I'm going to use:
* Samsung Galaxy Note
* Samsung Galaxy Tab
* Samsung Galaxy Tab 8.9
* Samsung Galaxy Gio
* Motorola Defy
I've looked into TotalSMS Control, DeskSMS, Phone Control and various other apps, but they all lack some part of what I need. (DeskSMS looked the most promising, but apparently doesn't work on Honeycomb, at least market doesn't show DeskSMS for my Tab 8.9).
View 4 Replies
View Related
Jan 4, 2013
Is there any way to share my Movies folder on my Nexus 7's 'sd card' between multiple users?
ln -s /data/media/0/Movies /data/media/10/ from recovery didn't work, worth a shot though
**edit**
correction it did work while I was in recovery but once I was booted to the system the folder was gone for the second user.
View 1 Replies
View Related
Apr 3, 2013
one can have multiple twitter, email etc. accounts on Android (running 4.1.2 on a Galaxy Note), but only one Facebook account. However, I have two of them and I need *both* their contacts sync'd to the contacts database (one is my "private" profile for close friends, the other is for work colleagues etc). Also, the built-in Facebook authentication has the same problem as the contact sync - I don't want to run games like Real Racing under my "public" FB profile.
Any way to make two FB profiles on one device? Maybe with something like a "virtualization"?
View 1 Replies
View Related