Affichage des articles dont le libellé est Transfer. Afficher tous les articles
Affichage des articles dont le libellé est Transfer. Afficher tous les articles

mardi 11 mars 2014

[APP] transfer data without wifi topic




I’d like to recommend a smart phone app called xender to Android users, users can transfer pictures, videos, documents even contact list to friends at a moment! one of its most important advantages is it runs without wifi. so i want to suggest it because it is very convenniet for users. it is applied to android phones, between phones and PC. you can find it in google play or amazon or samsung store~Just have a try~
if you like it, please share it with your friends~
:victory:





lundi 10 mars 2014

Transfer files from one Android phone to another via USB cable topic




Hello everyone.
I wonder if I could somehow transfer files from an Android phone to another one using its OTG capabilities and a USB cable. (not over wifi, bluetooth etc.)
I need this because I have Nexus 4 (8gb) and another phone with microsd slot, which I could use for storage purposes.





mercredi 5 mars 2014

[Q] G2 contacts and messages transfer topic




hello guys,

i have recently bought LG G2-D802 and i want to transfer my contacts and messages like smart switch does , can anybody help me how can i do that. That`s because i was using S3 than i switched to S4 now to G2 and i found smart switch quiet an handy tool to transfer my contacts and messages.





dimanche 23 février 2014

Slow WIFI Transfer topic




Hi,

I would like to ask if it's normal to have <1MBps wifi transfer rate on my Galaxy S4. I'm trying to transfer a movie file from my phone to my PC (gigabit-lan) via my TP-LINK N750 router.

I checked my phone and it's currently connected using 2.4Ghz spec with 72Mbps linkspeed. Theoretically.. the wifi transfer speed should be around 8MBps not <1MBps.

Any clues why my transfer speed is slow? My forte is more on network stuffs so I'm not really sure if my phone is causing the bottleneck here or not. See attached for reference.

Thanks guys!

Sent from my GT-I9505 using XDA Premium 4 mobile app








Attached Thumbnails


Click image for larger version<br/><br/>Name:	1393199226840.jpg<br/>Views:	N/A<br/>Size:	48.8 KB<br/>ID:	2597070
 
















vendredi 21 février 2014

[Q] How to disable pop-up when turning on/off data transfer? topic




Hey

Straightforward question: How to disable the annoying pop ups on turning on/off mobile data? See screenshot attached - I get this pop-up everytime I want to turn on/off the data transfer.

It annoys me very much. Please help!








Attached Thumbnails


Click image for larger version<br/><br/>Name:	Screenshots_2014-02-22-07-53-54.jpg<br/>Views:	N/A<br/>Size:	116.7 KB<br/>ID:	2593611
 
















mercredi 12 février 2014

[Q] Transfer Android SMS to iPhone topic




Hello I have both Android and iPhone. I want to transfer one of my conversations on my iPhone (please don't ask me why). Do you know how I can do that? I tried searching already on google but I can't find any solutions. Backuptrans and Mobiletrans is so expensive for just 600+ messages.





lundi 10 février 2014

[Q] File transfer using usb cable topic




Sorry if this has already been discussed, but I didn't found any answers regarding my issue.
So how can I transfer files from my pc using the pad's USB cable?
On my Sony phone with ics, it was enough to enable usb debugging mode and the pc sees it as a flash drive, using usb mass storage.
But here it seems there's no mass storage mode, only mtp and ptp which I don't like.
So what options do I have to actually see my 64 gb card when I connect the pad to the pc? Is it possible?
Cause even with debugging mode enabled it doesn't change anything, still have to use windows explorer and it's working very hard. Any help would be much appreciated.





mardi 28 janvier 2014

[Q] Incoming call transfer topic




On behalf of a friend;

I have Samsung Mini S4 problem.
When i am busy with call on earphones and there is call coming in, the call i am busy with
goes to the loud speaker and the conversation goes ahead. No dropping of calls or anything,
just very annoying.

Can anybody please help?

Thanks!





dimanche 26 janvier 2014

[Q] How to Transfer Data from Nexus 4 in a fast way ? ? topic




How to Transfer Data from Nexus 4 in a fast way ? ?
I'm facing problem with transferring data from my nexus 4 as its full..
By connecting to USB it detects as portable device and data transfer speed is so slow rate.
I tried to download through Airdroid app n it takes more time too.
So is there any faster n safer way to transfer data from nexus 4 or any other good app which supports me for this in fixing issue..
Would be helpful n appreciate help !!





vendredi 24 janvier 2014

should I transfer 'iterators' between functions? topic




On Fri, 24 Jan 2014 22:37:37 -0800, seaspeak wrote:

> take the following as an example, which could work well. But my concern
> is, will list 'l' be deconstructed after function return? and then
> iterator point to nowhere?


That would be a pretty awful bug for Python, since it would like lead to
a core dump. But no, it works fine, as you can see by trying it at the
interactive interpreter:

py> def test():
.... L = [1, 2, 4, 8, 16]
.... return iter(L)
....
py>
py> for i in test():
.... print(i)
....
1
2
4
8
16


In fact, we don't even need a function to see the same effect:


py> L = [1, 2, 4, 8, 16]
py> it = iter(L)
py> del L
py> L = "something else"
py> for i in it:
.... print(i)
....
1
2
4
8
16


Python keeps track of when objects are in use, and does not destroy them
so long as it is in use. In the meantime, you can exit the function,
unbind (delete) the variable, re-assign to something else, whatever, and
you should never get a core dump.

(I've only ever seen a single core dump in Python in 15+ years.)



--
Steven





jeudi 23 janvier 2014

[Q] File Transfer Apps topic




Hey everyone,

Just wondering if I could get some suggestions on good wifi file transfer apps - like my last Samsung I can't for the life of me get this phone to be recognized by Windows. I am rooting and running the awesome Kang AOKP ROM.

WiFi File Explorer is having trouble moving files around - I keep getting network errors on my failed downloads in Chrome on my PC.

Any other more stable app suggestions?