General :: Backup Bluetooth Connections?

Oct 9, 2012

Is there any way to save my Bluetooth pairs. I change rooms a lot so it would be useful if I could back it up .

General :: Backup Bluetooth connections?


General :: Application That Manage Bluetooth Connections?

Mar 18, 2014

any application that manages your bluetooth connections?

Here's what I'm talking about, I have bluetooth headphones, several speakers and my car that all are connected to my phone and I'm having several small issues.

- As soon as I turn on bluetooth it tries to automatically tries to connect to these certain speakers, I don't want that and don't know how to stop it.

- If I'm in my car, my phone connected to my car for calls and I'm listening to music through the headphone jack but it will automatically connect to a set of bluetooth speakers in my home when get home and pull into the driveway. So music will play through those speakers instead of my headphone jack. I obviously don't want that either.

-Titanium Backup never restores my bluetooth connection either so if there is an application that can save those too that would be useful.

View 1 Replies View Related

Android :: Bluetooth Concurrent Connections

Sep 14, 2010

For the buzzer round, I was thinking of writing 2 app for android (we have a few handsets), one for the quiz master and the other for the contestants.The contestants will be connected to the quiz master through bluetooth.After reading the question, the quiz-master clicks a button in his/her app, the button in the contestant apps will be enabled for X seconds. As soon as a contestant clicks his/her button, the quiz master's app will flash the name of that contestant.Is it even possible to have multiple connections and accept concurrent (or multiplexed) messages from them in bluetooth (something similar to select() in unix/c)?If possible, where should I look for any examples? What kind of problems will I face trying to develop this (I know reliability is an issue here) and how to avoid them?

View 2 Replies View Related

Motorola Droid :: Two Bluetooth Connections Simultaneously Possible?

Mar 27, 2010

Can the Droid be connected to two bluetooth sources at once?
For example:
I am always connected to a parrot handsfree bluetooth car kit when in my car. But I also want to be able to stream music via bluetooth to a separate bluetooth dongle attached to my stereo receiver.

View 3 Replies View Related

HTC EVO 4G :: Bluetooth A2DP Errors / Dropping Connections

Jun 14, 2010

Anyone having issues of their bluetooth a2dp headphones dropping connections sporadically?I heard somewhere that WIFI might be the issue.

View 14 Replies View Related

General :: Backup And Restore Bluetooth Profiles For Easy Setup?

Apr 6, 2012

How I could backup and restore Bluetooth profiles. My goal is to make flashing roms as quick and painless as possible. This is one of last things I have to manually setup after flashing each new rom.

View 2 Replies View Related

General :: App For Intercepting Data Connections?

Oct 30, 2011

I am looking for an app that can:

- make a log of all the other apps, including stock ones, that make attempts or actual connections to the internet, and at what time
- be able to intercept those connections
- preferably I would create a white list of apps that are allowed to connect, but others do not have permission.

Purposes include:
- saving on bandwidth in poorer countries where internet is expensive.
- making sure apps or malware doesn't try to send off my data when it shouldn't be.
- prevent annoying background sync/apps from running when I don't want them

I find it strange that we either give all the permissions the app wants, or it doesn't work. Why can't we restrict their internet access?

Does this sound feasible? Does it already exist?

I'm rooted and using an Asus Transformer.

View 3 Replies View Related

General :: What Happens To TCP Connections When Phone Sleeps

Jul 25, 2012

I have a Star A3 running 2.3.4

I am running Ttorrent Pro on the phone, and the speeds are less than impressive (everyone else says the same thing) I am on a very fast connection, using speed guide I literally max out the speedtest servers in my local area (20Mb up/down which is the max they let you go to, I would get 100/100 if my speedtest server would allow it) and I have a port forwarded correctly.

but anyways, what I have noticed is, when wake the phone, and open the torrent application the speeds are down to around 3Kbps if I leave it open the speeds immediately start ramping up to 200-300Kbps if I keep it awake.

So this makes me think, when the phone is sleeping a lot of the connections are being closed, or when the phone is asleep it won't try and open new connections to new peers (and the current peer list may go stale while its asleep)

this is with all torrents, now the exact same torrent on another PC with a DSL connection (3Mb down 300Kb up) is downloading faster than the phone.

Are there any developers out there than can explain what processes are going to sleep that may be useful to keep awake for downloading, and also what are the tcp limits on the phone, ie. max open connections, max half open etc?

View 1 Replies View Related

HTC EVO 4G :: Backup Contact And Bluetooth / Car

Jul 8, 2010

I am having a hell of a time with lots of contacts being saved. I have 116 in my phone but when I try to backup using My Backup Pro it says I have 502. The first week I had my phone I had to take it to a Sprint store to get it straightened out. I have merged all my contacts in Gmail and show nothing unusual in my "people" app or in the contacts when I go to my "phone". The other issue I am having is that I cannot get my phone to sync contacts with my Tundra. Had no issues with my HTC Touch Pro. Now it just says that it cannot sync (truck is in the shop or I would get the actual message).

View 2 Replies View Related

General :: Manage All Outgoing Internet Connections?

Aug 6, 2013

I am Android user and will be soon have be out on a rgular basis. Till now i have been using a hi speed internet connection of the wifi. But i need on mobile connection as well. The one within my budget is a hi speed plan but data valumn based.

My question is regarding that whenever i switch on my wifi, every single app and service starts connecting to the net. The over all internet browsing speed falls, the phone performance falls. My a whole lot of data is downloaded.

Is there a way to selectively allow/dis allow apps and services from eating away data from my data based mobile internet plan ? So that say only few apps, like AC Forum app/Gtalk/Google+/Gmail/Email apps gets the internet and the others remain on hold till i reach home and open up the lock for all apps, etc via wifi. Is this reallu possible ? Or do i have to go cut off the mobile data when the capping for my plan is reached ?

View 6 Replies View Related

General :: How To Increase Concurrent HTTP Connections

Mar 3, 2013

My company is importing some Android-based TV boxes from China, and we're experiencing a strange bug with some apps we are developing to run on them. I'm trying to find a specific solution that I can tell them to implement in a firmware upgrade, but I am not sure where to look.

In some apps (especially Adobe AIR-based ones), there seems to be a limit to concurrent HTTP requests to a web server. On an earlier ICS 4.0.4 firmware for these devices, this did not cause any problems. But they recently released a JB 4.1.1 firmware, and this problem occurs.

Let's say an app requests 20 items by HTTP from a web server (XML files, PNG or JPG images). What will happen is about 2/3 of these will be sent back, and the rest just remains blank, as if in a perpetual waiting status.

Looking at the web server's logs, there is no requests at all for these missing items.

And, it's totally random. If you re-launch the app, the missing items will be different ones.

So, I am guessing the app can only request so many things at the same time. Any system property that could be adjusted to solve this?

BTW I am unable to replicate this bug on any other device. The TV boxes in question are based on Rockchip 3066 SoC's

View 5 Replies View Related

General :: WiFi - Avoid Poor Connections / Not Working Well Enough

Jul 28, 2013

I have some spots in office and home that WIFI signal is strong enough for me to locate it but not strong enough for actually having internet access, and so it causes me to not have an internet access at all since 3G is disabled for WIFI but WIFI is dead. The option on the Advanced for "Avoid Poor connection" seems to work only for REALLY BAD signal, and a little bit more than that it approves. Is there a way to edit it? re-arrange it so it will avoid "Fair" signals too? or set a minimum percentage of signal (lets say 50%) and less than that it forces 3G.

View 1 Replies View Related

General :: Switch CM 10 Profiles Based In WiFi Connections

Aug 8, 2013

I'm searching for an application that can switch CM 10 profiles based in wifi connections.

Thought [URL].... could do that, but it manages its own profiles.

View 1 Replies View Related

General :: What Android Phone Supports Infrastructure WiFi Connections

Nov 17, 2011

I really like my Droid X but it only supports Ad Hoc and this doesnt connect to a certain device I need it to. I want to make sure I get the right phone that does what I need it to.

View 2 Replies View Related

General :: Android 4.4 - WiFi Is Intermittent / Buffering / Dropping Connections On Nexus Devices

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

General :: Backup Using Carbon - Set Desktop Backup Password Blank

Feb 28, 2013

Whenever I try to make a backup using carbon it says I'd need to set the desktop backup password blank, but I already tried that a few times and it always gives me the same error. What do I need to do to make it work? I'm using an xperia s on ics.

View 4 Replies View Related

General :: Titanium Backup - Could Not Find Any Data In TWRP Backup

Nov 10, 2013

When I try to recover my apps using Titanium Backup's "Extract from Nandroid" feature, it says "Could not find any data in this TWRP backup"

The files in my TWRP backup folder are

data.ext4.win000
data.ext4.win001
data.ext4.win002

md5 for the above

recover.log

View 1 Replies View Related

General :: How To Use Titanium Backup To Perform A Backup And Then Transfer To Computer

Jun 11, 2012

I'd like to know if there's a way to use Titanium Backup to preform a backup and then transfer those backups to my computer ?

I know this may sound simple but am under the impression that when you make a backup of your ROM and other files on your device, it has to stay on the device.

When making a NANDROID backup, is it safer and more useful if one can store those backups on one's computer ?

Am sure there's a way to do this but am not sure if there's already an app for it.

View 2 Replies View Related

General :: Titanium Backup Batch Backup And Restore Gone?

Jul 27, 2012

with the latest versions of Titanium Backup, I can't seem to figure out how to do batch backup and restore of apps and data anymore.

View 3 Replies View Related

General :: Can Backup Only Apps Data Without APK Using Titanium Backup?

Dec 30, 2012

I have titanium backup pro. I want to know can I backup only apps data? I mean when titanium backup pro performs backing up are there any option to excludes apk file backup and only backup apps data?

I think it's useless backup apk files, I can download them from Google play store.

View 7 Replies View Related

General :: Backup Everything Placed On Phones Homescreen Using Titanium Backup

Jul 12, 2012

I'm currently using Nikez Lente's ICS rom 1.0.1a9 and what is the system app name for the phone's homescreen where all my apps, widgets are currently stored. I'm a bit of a flash freak so every now and then I drag my at least 40-50 apps one by one.

View 6 Replies View Related

General :: How To Backup Data Usage On ICS With Titanium Backup

Jul 21, 2012

how can do a backup of data usage on ics with titanium backup? because if I change roms with full wipe I lost all saved data.

View 2 Replies View Related

General :: Turn Bluetooth Option On Caller ID Screen To Automatically Toggle Bluetooth Function?

Sep 17, 2010

Is there any way to turn the bluetooth option on the caller id screen to automatically toggle the bluetooth function on vs rushing to home screen toggle?

I'm often on the road at work or just have my hands full and it is such a drain running bt all day. Is there anything close to what I'm asking available or possible?

View 4 Replies View Related

Android :: What Are Possible Means Of Connections?

Feb 3, 2010

What kind of connections can we open on Android? Which of the following is possible?
- USB - Serial port - Infrared
I know that Bluetooth is possible, but are the other ones too? And if yes, which classes I have to use?

View 3 Replies View Related

App Membership And Social Connections

Apr 20, 2012

I have searched for this for a while now and have not found what I was looking for (if something like this even exists). Is there an SDK of some sort or a package program that would basically give a place on a server for a database and a membership system that is easily integrated into a android app I am developing? Something that would connect the users in my app like they do in instagram, or words with friends, or pretty much any other multiplayer game. (i am not looking for a facebook connect, or a twitter connect. just something that connects just my app together so to speak)

View 1 Replies View Related

Android :: Maximum Number Of Connections

Jul 29, 2009

I've written an application which involves a lot of simultaneous connections to different servers. I've noticed some big stability issues with this as sometimes the program crashes totally (not just ANR, but a segfault type thing). What's the recommended number of maximum simultaneous connections for speed and stability?

View 11 Replies View Related

Motorola Droid :: OpenVPN Connections

Nov 10, 2009

Several threads have indicated that the Droid supports OpenVPN connections, but for the life of me, I can't figure out how to configure this. The only VPN option that even looks close is "Add L2TP/IPSec CRT VPN", but I can't figure out how to load the user and CA certificates...hell, I don't even know if this is the correct option for an OpenVPN connection.

View 1 Replies View Related

HTC Incredible :: No WiFi Availability / 3G Connections?

Apr 30, 2010

When Im at home, the phone is running on my wifi here at the house. Now when I got out, to a store or etc, will it automatically run 3G?? When it doesn't pick up WiFi or no WiFi avail?

View 4 Replies View Related

Android :: Possible To Have 3G / Wifi Connections At Same Time?

Mar 5, 2010

I was wondering does anyone know if its possible to open a wifi and a 3g connection at the same time on Android? Is there any way to control access to both Wifi and 3g/GPRS data connections and use them at the same time?

View 5 Replies View Related

HTC Desire :: Switching Off Wifi / 3g Connections

Jun 14, 2010

I am going to Spain next week and was warned if by the o2 people that I could be hit hard if I am using data abroad. Can I just have some help to make sure I am not using it while I am there, is just switching off the wifi and 3g connections enough or do I need to do something else too?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved