Ad-hoc Internet Connection Sharing to Galaxy S3 - Galaxy S III Q&A, Help & Troubleshooting

Hi guys,
I have a problem with the Ad-hoc internet sharing from my laptop to my Galaxy S3. It seems to be a problem with the S3 (rooted, but still on stock firmware) since the Ad-hoc method worked just fine with my old Galaxy S on CM9.
What's even funnier is that the S3 doesn't even detect the Ad-hoc Wifi Network... Any thoughts?
Thanks in advance

Try to add the Network manually and input the SSID (Network Name) and Security type and password.

Some android device may have a trouble when adhoc from notebook. The default ROM usually have this kind of problem.
How to Fix wifi Adhoc Problem;
1 Download wpa_suppliacant (delete .txt extansion)
2 Open ES Explorer / Root Explorer
3 Go to /system/bin/
4 Rename wpa_supplicant to wpa_supplicant_backup (just for backup)
5 Copy the wpa_supplicant file that you got from download to /system/bin/
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
6 Select wpa_supplicant -> properties -> change permission
7 Change the permission to rwx r-x r-x
8 Restart the device
Download Support File ;http://mobilecon.info/wp-content/plugins/download-monitor/download.php?id=Download+wpa_supplicant
Make adhoc connection from laptop (windows7)
Laptop settings;
1 Go to control panel -> network and internet -> network connection
2 Choose Lan card that using for connection, and then right click -> propertis -> share
3 Check all options, click OK
4 Choose Wifi connection, and then right click -> Properties
5 Now we make a static IP address
6 go to control panel -> all control panel items -> network and sharing center
7 For make a Adhoc network, click on wireless network -> add -> choose adhoc network
8 for security choose open (if you choose WEP type, it cannot detect from your smartphone).
9 wait for a moment
10 and you got your adhoc connection
Android settings
1 Go to Menu -> setting -> wireless and network setting -> wifi settings
2 Go to Menu -> Advance -> check ‘use static IP’
3 Done, you can try to connect using wifi adhoc connection (mark * before SSID, mean adhoc wifi)
Note: If your connections fail, try to turn off firewall and anti virus in Laptop

this method didn't work on galaxy s3
it makes it unable to even turn on the wifi

this method didn't work on galaxy s3
Click to expand...
Click to collapse
A lot of people have come up with the same idea, none successful to date.
Use the free program 'Connectify' on your computer, the networks it creates are "real" infrastructure AP and as such can be used by the S3.

Android doesn't support this out of the box, u need to apply patches to enable it to work...
Sent from my GT-I9300 using xda premium

could you please tell me if it worked for youe galaxy s3?

It does not work on my Galaxy S III.

For windows 7 laptops, perhaps just install connectify to save the hassles.

mhotspot
use this attachment to create hotspot.

enable ad hoc for jellybean, ics with infrastructure Wi-Fi windows 7
try this and let me know if it work http://forum.xda-developers.com/showthread.php?t=1928282

james300 said:
try this and let me know if it work http://forum.xda-developers.com/showthread.php?t=1928282
Click to expand...
Click to collapse
hi, and for the xp users, is there a solution ?

is there a solution for windows xp?

Try this
****tyMF said:
Hi guys,
I have a problem with the Ad-hoc internet sharing from my laptop to my Galaxy S3. It seems to be a problem with the S3 (rooted, but still on stock firmware) since the Ad-hoc method worked just fine with my old Galaxy S on CM9.
What's even funnier is that the S3 doesn't even detect the Ad-hoc Wifi Network... Any thoughts?
Thanks in advance
Click to expand...
Click to collapse
Try this..it worked for my S4:good
search on Youtube following keywords...
How to connect android phone to an ad-hoc network without software

Related

Archos gen 8 101 Ad-Hoc and AR-DRONE working!!!

First of all thanks to all which are posting specially to Sauron!
If you want to make your Drone working with Archos, here is what I did:
Get root access:
1) Install SDE
2) Get the initramfs from this post (download the kernel+init.zip and extract it): http://forum.xda-developers.com/showpost.php?p=9948644&postcount=1
3) Replace the zImage with the new overclocked kernel
4) Boot into SDE recovery menu and copy the initramfs.cpio.gz and zImage through USB cable
5) Boot into SDE developer OS
6) You should get all your apps here and have superuser right now
Suddenly no wpa_supplicant was not working on mine, so you have to change configuration file wpa_supplicant.conf to get Adhoc:
1) get Rootexplorer
2) open root explorer and find /data/misc/wifi/wpa_supplicant.conf
Here is mine (second network is my normal router):
update_config=0
ctrl_interface=tiwlan0
ap_scan=2
network={
ssid="ardrone_108549"
key_mgmt=NONE
priority=1
mode=1
}
network={
ssid="BytecekG"
psk="PASSWORD"
key_mgmt=WPA-PSK
priority=1
}
4) overwrite wpa_supplicant.conf in Archos with new content
5) change rights to wpa_supplicant.conf to RW-RW-RW-
6) delete file tiwlan.ini
7) start drone and then wifi on Archos
When you restart you should repeat step 5 and step 6 and step 7.
GOOD LUCK, IT WAS HORROR TO GET THIS WORKING
Two programs for Ar drone:
http://www.rafoid.com/2010/12/ardroid-2/?lang=en - nice but I have problems with connection link
http://www.meavydev.co.uk/ARDrone.html not nice but more working
Thank you very much for sharing. But this method still not work with Ad-Hoc from MyWi app on iPhone.
It works...kind of. I get connected and occasionally will download. but I have to keep refreshing till it finally works. I would say it was my phone -- Mortorola Droid 1 -- but my daughter Ipod touch word seamlessly.
Its working only for a few seconds for me
I am able to connect to adhoc wifi network ('wireless tether for root' application on my android phone), but i am able to surf only for a few seconds. After that, connection is dying I dont know why. I think its related with the absence of tiwlan file.
jakkrith said:
Thank you very much for sharing. But this method still not work with Ad-Hoc from MyWi app on iPhone.
Click to expand...
Click to collapse
I got my a70 works using MyWi of iPhone with WEP enabled
just need to add one line (wep_key0)
update_config=0
ctrl_interface=tiwlan0
ap_scan=2
network={
ssid="enter your ssid"
key_mgmt=NONE
wep_key0=enter your key
priority=1
mode=1
}
Your link: http://forum.xda-developers.com/show...44&postcount=1 Doesn't work. Its truncated. Can you edit or PM me the working link please.
**EDIT Correct link is: http://forum.xda-developers.com/showpost.php?p=9948644&postcount=1
same to u, now i can connect for a few second using barnacle in x10. thanks
When i am using my backflip (custom rom - netfiler enabled) and 'barnacle' or 'wireless tether for root' the connection is dying after a few seconds. But when i am using wmwifirouter with my HTC TILT 2 (Touch Pro 2) - WM 6.5, i dont have any problems at all. The connection is working really good.
Strange ...
For step 5 and 6, I think we can edit init.rc script to do it automaticaly ?
I don't see why MyWi is so popular since TetherMe has been released. Best $2 I ever spent and works fantastically with my A101 via Bluetooth tether (unfortunately Archos doesn't have the drivers for the USB). Setup couldn't be simpler.
FCNantes said:
I got my a70 works using MyWi of iPhone with WEP enabled
just need to add one line (wep_key0)
update_config=0
ctrl_interface=tiwlan0
ap_scan=2
network={
ssid="enter your ssid"
key_mgmt=NONE
wep_key0=enter your key
priority=1
mode=1
}
Click to expand...
Click to collapse
What channel did you set your mywi to? I tried your method but it didnt' work.
barely works
I've done this a couple if times and it is very tedious and the connection sucks. Its not wroth it IMO and luckily I made copies of my files before I edited or deleted them BC my normal wireless wouldn't work unless I went through the last steps again. In settings - wireless would just say "error". Don't try this IMHO!
jakkrith said:
Thank you very much for sharing. But this method still not work with Ad-Hoc from MyWi app on iPhone.
Click to expand...
Click to collapse
Sorry to ask, why you need MyWi when you can use bluetooth tethering between Archos and iPhone?
bthoven said:
Sorry to ask, why you need MyWi when you can use bluetooth tethering between Archos and iPhone?
Click to expand...
Click to collapse
So multiple people can use my internet, and the bluetooth tethering is sketchy, connects/disconnects randomly, especially when device goes to sleep.
bthoven said:
Sorry to ask, why you need MyWi when you can use bluetooth tethering between Archos and iPhone?
Click to expand...
Click to collapse
For me, I have a Samsung Fascinate. When I use wireless tether bluetooh, i get an error my phone saying it is in an unknown state reboot, i reboot and get the same error....everytime....so bluetooth tether is not an option for everyone....
Haven't tried this yet, just rooted with archangle, have to study this option...
liutszho said:
So multiple people can use my internet, and the bluetooth tethering is sketchy, connects/disconnects randomly, especially when device goes to sleep.
Click to expand...
Click to collapse
Bluetooth. Tetheing with my iphone 3gs is quite stable even when iphone display is off. I think bluetooth tethering also consumes less power.
Sent from my A70S using Tapatalk
Archos 70 can't save changes to wpa_supplicant
I trying to make changes using Root explorer and it's answers: changes saved old file saved as ....bak but nothings happen.
Am I doing anything wrong?
in regards to apps hopefully most will find this one NICE and USABLE
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
AR.Pro Lite - v1.1
AR.Pro Full Version - V1.1
YES !
Thanks to you and by using these instructions, I was finally able to tether my Archos 101 with my Sony X10a Android phone running on version 2.1. I tried everything I could to try tethering these 2 either with Bluetooth or via Wifi. This modification to the wpa_supplicant file and deleting the tiwlan.ini file has made adhoc tethering working with Barnacle on the X10. I can't thank you enough !
i've just found an option for ad-hoc mode in tiwlan.ini, which by default is disabled:
WiFiAdhoc = 0
anyone tried to set it to 1 and this way the step 6 could be skipped
moreover that after restart it always restores deleted tiwlan.ini, and you should delete again

Temporary solution for X10 2.3.3 Wi-Fi "limited connection" issue.

DISCLAIMER: I AM NOT THE ORIGINAL "FOUNDER" OF THIS METHOD AND ALL CREDITS GO TO THIS ENTIRE COMMUNITY FOR HELPING ME OUT!
Many people including myself has found their phones having issues with gaining full network access to whatever router they try to connect to after the latest 2.3.3 update. After some fierce searching on XDA Forums and Facebook I found a very noobish/easy yet helpful workaround. To be able to connect to your home router you will need to use the good old fashioned Static IP sollution.
For you who are new to this here are the following steps of the entire procedure:
STEP 1:
On your phone, go to the "Wi-Fi settings" section and choose advanced options which will allow you to check the "use static IP box"
STEP 2:
Under the checked box there are now several boxes available where we will put some numbers (boxes are: IP adress, Gateway, Subnet mask, DNS1 and DNS2)
To find this info you will need to open CMD on your PC (search CMD and it will pop up) and type in the following: ipconfig /all
STEP 3:
By now you will have a long list of different information, however there is a section named "Ethernet Adapter Local Area Connection" under which all the information we actually need is located. To make matters easier I have included a partial screen shot pointing out the info needed:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Type the information you see into the appropriate sections in the phone except for the IP adress wich you will need to change the last digit of in order to prevent an IP conflict between the PC and the phone. (the last digit should not be used by any other device on the network so any unused number should work)
IMPORTANT
With static IP enabled you will only be able to connect to your home network and not to any network outside your home, but then again any connection is better than no connection at all. Just remember that this is a temporary solution until SE fixes the problem.
DNS1 and DNS2 are the same?
I tried this yesterday, yes phone will connect to wifi, but will not download anything. update now working Did like you said changed IP last number
Hey guys,
my wifi is giving me some trouble... i cant find my router with the phone. Already tried blade wifi fix and some other stuff but it just cant find it. Other devices can find it and connect without a problem.
The x10 just cant find it. Anyone encountered this problem and managed to find a work around?
I dont think the "static ip" will work in my case, cause i cant even find the router to connect to.
I'm on WB latest rom, with Speed&Fix005 installed.
Cheers
EddyLe said:
DNS1 and DNS2 are the same?
Click to expand...
Click to collapse
No, the DNS 1 and 2 are not the same. The last two digits are different if you look at the numbers according to the instructions
What do I do if I use 2 different wifi spots. One for home and one for work.
This will only make it work at home.
Cant believe that Sony Ericsson released a firmware where the wifi dont work
Any news about Sony want to fix the problem ?
If you want to use the phone in several Wi-Fi networks you will have to enter the information of that specific network just as the instructions shows. Sadly, for us suffering from this problem Sony Ericsson still havent responded to this issue that also exist in the ARC. It is also a fact that ARC users have been complaining for months without proper response.
Is there any other rom that fix the problem ?
I would like to use the original firmware. But if a custom firmware dont have the problem I would happily use that.
[
Another quick work round which maintains flexibility I find is to download and install an app called 'wifi static'.

[Q] can't connect to Kies

No matter what I do, I still cannot connect to Kies with the GT10.1 3G version. Any idea? Thanks in advance.
Johnny
Try to connect wirelessly. Works for me.
Both Systems on Same WiFi?
Are the two systems you want to use on the same WiFi network? If you want your PC to access your Tab, then your PC needs to be hooked up to your router, and your Tab needs to have it's WiFi function on and setup to connect to that same router.
From my understanding of the directions, Kies does not operate through the air using the cell network (ie: 3g, 4g, etc).
Sorry I'm talking about Kies via USB.
Sent from my GT-P7500 using xda premium
Same problem here
Sent from my GT-P7500 using XDA App
Same problem here as well. Bought this piece on sunday. I was never able to successfully connect to kies from my 64 & 32 bit laptops. Worst part is the software is too buggy and there is an update available, am not able to download it because of this stupid kies. If any one manage to resolve please let me know.
Sent from my GT-P7500 using XDA App
Same here..I also have the 3G version..i need to do a factory data reset to connect to kies...then after restoring from Titanium back up all my apps..it happens again,cant connect to kies..so now I'm just gonna wait before there are any firmware updates before i go through the tedious again
Kies version 2.1.1.11124_17 and it just won't allow my galaxy tab 10.1 to connect.
It stays forever on "connecting".
I have installed it on two computers. My phone Galaxy S2 can connect fine.
Googling for a solution: I haven't found any.
Please HELP!!
I have the 10.1 4G (GT-7500D). I have managed to get it to work - kinda.
That is to say, I have installed it on 3 PCs in the home (Windows 7 Professional, and Windows 7 Home Premium - all 64bit) and it worked VIA USB... ONCE on each computer. After the initial install I can connect exactly once. The only way to get it to reconnect is to reset the tablet back to factory defaults. Hardly a solution. Interestingly enough, it works VIA wireless Kies with no issue, however, you cannot update system this way. Going the USB route the software must be storing or changing a setting on the tablet that unfortunately prevents it from reconnecting a second time VIA USB (hence the reason a factory reset will allow it to connect again - once).
Has anyone tried changing the usb debugging mode in settings> applications> development instead of the resetting to stock? Not saying it'll work but wortha try if not tried yet.
Sent from my GT-P7510 using one stinky finger.
Did I mention I've tried reinstalling, USB debug mode, different ports and level 27 incantations? )
Nope. I don't think you mentioned that.
I'm really suprised the level 27 incantations didn't work. Maybe level 28?
Sent from my GT-P7510 using one stinky finger.
just don't use kies...its a piece of junk!!!!
if you cant upgrade from the tablet...download the latest odin file from here and flash it using odin in the PDA slot.
http://sampro.pl.com
same problem here too
I am able to connect my P7510 to USB, just Kies will not recognise my tab. Does recognise it over Kies-Wifi though. But firmware updates are not supported over Kies-Wifi... Not Good...
Got Latest Kies, enable/disable USB debugging, reset Tablet did not help. Stuck in a rut. But as HC3.2 no longer supports USB Kies mode (and my tablet started out with HC3.2, being as new as it is) I am for now stuck with waiting for OTA updates, few and far apart as they are...
Ah well, could have been my other tablet (Archos Gen8 43), which has even less options (Froyo).
Kies?...Nothing to do here.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Worst software, ever. EVER With it's built in ability to screw up.
Use odin to save yourself the future headaches.

Trouble connecting phone to laptop over Bluetooth

Whenever i try to connect my New Xperia S to laptop it start searching drivers which fails and then it connects in kinda speaker mode with laptop. I mean if i try to call somebody i can hear that on my laptop. Anybody having same problem
Pankaj_png said:
Whenever i try to connect my New Xperia S to laptop it start searching drivers which fails and then it connects in kinda speaker mode with laptop. I mean if i try to call somebody i can hear that on my laptop. Anybody having same problem
Click to expand...
Click to collapse
Anybody else facing same issue or if someone can please guide on what i am doing wrong. Also where i can found the drivers?
Why are you connecting it?
If its for tethering(sharing 3g) use wifi hotspots, and if its for file transfer use a free program called My Phone Explorer, that will allow you to pair properly.
I eant to use it for file transfer. I usef to connevt easily with my all earlier phones. It start the hardware scan and then nothing.
Sent from my LT26i using XDA
The XS is treating your laptop as a headset thats why. Seriously, use this: http://www.fjsoft.at/en/ and use wifi if you can, its generally faster.
I have question
which laptop brand ?
operating system windows xp, vista, windows7, 64,32?
name bluethooth hardware?
----------------------------------------------------------------------
try to download " bluethooth enumerator" for your laptop ? version 6
look orginal website support
window 7 guide
Go to 'Device Manager' from 'Control Panel' -Or- just right-click on Computer Icon and choose 'Properties' and then click on 'Device Manager'.
- You'll see an 'Unknown Device' named 'Bluetooth Peripheral Device'
- Right-Click it and click on "Update Driver Software" -Or- anyway you find it easy to bring up the Update driver window.
give me more info
I am using dell lattitude windows 7 64 bit.
Sent from my LT26i using XDA
Well i too have a problem with bluetooth file transfer with my laptop hp-pavilion.
When i try to send any file via bluetooth to my phone, i get a message "Object push service is busy or not supported"
I tried connecting to an other hp laptop, still the same problem persists.
Any suggestions??
I have some problems with bluetooth.
I'm using HP and 64X Windows.
Neither phone nor via PC i can not send or receive any file (transfer)
I have tried to reianstal Bluetooth driver etc. but no difference.
In addition, i my bluetooth works fine with other devices
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Jesus christ. YOU HAVE YO USE A MANAGEMENT PROGRAM OR THE XS WILL TREAT YOUR COMPUTER AS A HEADSET.
1. Install MyPhoneExplorer
2. Stop posting in this pointless thread.
Scratchling said:
Jesus christ. YOU HAVE YO USE A MANAGEMENT PROGRAM OR THE XS WILL TREAT YOUR COMPUTER AS A HEADSET.
1. Install MyPhoneExplorer
2. Stop posting in this pointless thread.
Click to expand...
Click to collapse
My friend, you are not a moderator or staff here. If you know something about it just write. We do not need to ask you before posting a threat or post
Thanks Scratchling for your useless piece of information - it DOES NOT solve the problem so unless you've got something useful to say please butt out.
I'm using PC with bluetooth adapter from my USB hub and I paired my phone first and no problems at all.
Sent from my ST25i using Tapatalk 2

Unable to send files from S3 to S2 via wifi Direct

Hi everyone.
I'm trying to send files over to my old S2 which is running the Samsung stock ICS rom. But S3 is unable to send anything over even though they are both connected. When I tap on the status information, I see the following status:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Any advice on why is this so? Is S3 Wifi Direct incompatible with S2?
Please help! Thanks!
U need to enable the WifiDirect Settings on the S2. If not you will not be able to send file from Note or S3 over to S2(Gingebread).
Yes, I have already enabled the WifiDirect on S2. It is just a toggle to turn it on, am I right? Both the phones are able to get connected, but I just can't send files over to S2?
Just to add. I'm unable to see any WifiDirect setting option on my phone.
I'm have no idea how can I configure it.
I've just tried it between my S2 and S3, works fine. Switched wifi direct on both phones, they found each other immediately, accepted the connection from one to the other, used a file explorer to select a random file, long pressed on it, picked "send" then "wifi direct" in the list of options and done. Files on the S3 appear in a "share via wifi" folder on the internal sd.
Edit: also works fine from S3 to S2 but there's an extra step as in once I've selected "share" and "wifi direct" it pops a list of connected devices (just the one in my case) and I need to select the tick box for that device and click "done"
Sent from my CM9 TouchPad
Isadora said:
I've just tried it between my S2 and S3, works fine. Switched wifi direct on both phones, they found each other immediately, accepted the connection from one to the other, used a file explorer to select a random file, long pressed on it, picked "send" then "wifi direct" in the list of options and done. Files on the S3 appear in a "share via wifi" folder on the internal sd.
Edit: also works fine from S3 to S2 but there's an extra step as in once I've selected "share" and "wifi direct" it pops a list of connected devices (just the one in my case) and I need to select the tick box for that device and click "done"
Sent from my CM9 TouchPad
Click to expand...
Click to collapse
Thanks for the test. Then it may be something wrong with my S3? Because it keep trying to send out the file to S2, but there is nothing being received on my S2, after I done the same step of checking the checkbox from the list of devices. Tested with 2 different S2, and it is still the same.
:crying:
chmun77 said:
Thanks for the test. Then it may be something wrong with my S3? Because it keep trying to send out the file to S2, but there is nothing being received on my S2, after I done the same step of checking the checkbox from the list of devices. Tested with 2 different S2, and it is still the same.
:crying:
Click to expand...
Click to collapse
Just a thought... My S3 is running the unbranded UK XXBLFB rom (rooted with cf- root) so if yours is on a custom or carrier rom then maybe there's a problem in that firmware? S2 is on an ICS rom
Sent from my CM9 TouchPad
Isadora said:
Just a thought... My S3 is running the unbranded UK XXBLFB rom (rooted with cf- root) so if yours is on a custom or carrier rom then maybe there's a problem in that firmware? S2 is on an ICS rom
Sent from my CM9 TouchPad
Click to expand...
Click to collapse
I'm running the same rom too. My S2 is running the XWLPD ICS. I find sending from S2 -> S3 is an instant. However, sending S3 -> S2, the syncing and transferring of files is not as quick as S2 -> S3. I bet the issue lies in my S3. I need to retry couples of times in order to get successful transfer. But once a transfer is made, all other subsequent transfers will be like a breeze.
:laugh:

Categories

Resources