When I try to connect with WIFI PPPOE or PPPoE for Android they close and say disconected. In fact PPPoE pop up message
Code:
/data/data/com.eagle.alicepppoe/ppd: You need to create the /dev/ppp device node by executing the following command as root :
mknod /dev/ppp c 108 0
Couldn't open the /dev/ppp device : No such file or directory
Does anybody know how to connect to wifi network using PPPoE
Hint: Can't edit router settings because of ISP :S
Anybody?
Sent from my HD2 using Tapatalk
Related
Hi everybody
I have a little question. I want to connect to a wifi ad hoc network. With my PC everything is ok, but (obviously) my Tattoo can't find the net. I read about modifying two files (tiwlan.ini and another one). But.. How can I do?
I have the original ROM (1.6) rooted and with amon ra recovery.
Thank you
Regards
not development related thread CLOSED ask in the Q & A thread or general section
Have you try to upgrade to Froyo or GingerB ?
mensesneg said:
Have you try to upgrade to Froyo or GingerB ?
Click to expand...
Click to collapse
I'll surely try GingerB as soon as the devs will finish their work on the camera.. what i'd like to know is how can i get and put the files in this location and how should i modify them.
BTW, every Froyo and GingerB ROM can connect to ad hoc wireless networks and send files over bluetooth?
Thank you
solution
The G1 does not connect to ad hoc networks through the wifi manager but we can hack it to allow scanning and connecting to ad hocs. I’ve been trying to figure this out for the longest time. Before you begin, you need to root your G1 and be comfortable using the command line. We will be editing tiwlan.ini and wpa_supplicant.conf. I will be showing you 2 ways to edit the files. Using vi and adb.
Settings
edit tiwlan.ini to read:
WiFiAdHoc = 1
dot11DesiredSSID = HydtechAdhoc (or whatever name u want)
dot11DesiredBSSType = 0
edit wpa_supplicant.conf to read:
ctrl_interface=tiwlan0
update_config=1
eapol_version=1
ap_scan=2 (tells wpa_supplicant to scan hidden networks)
network={
ssid=”HydtechAdhoc”
scan_ssid=1 (for APs with multiple SSIDS)
mode=1
key_mgmt=NONE
group=WEP104
auth_alg=SHARED
wep_key0=”MyWepKey” (replace MyWepKey with your key)
}
feversanj said:
I will be showing you 2 ways to edit the files. Using vi and adb.
Click to expand...
Click to collapse
what adb commands should i use? I think that i have to
1) get the files (adb pull /directory_on_phone/tiwlan.ini tiwlan.ini)
2) modify it with notepad
3) set the system dir rw (
Code:
adb shell
$ su
# insmod tattoo-hack.ko
# mount -o rw,remount /dev/block/mtdblock3 /system
4) push the files on the phone.. but how? with adb push tiwlan.ini /directory_on_phone/tiwlan.ini ? Is this correct or when i type "exit" to come back to dos prompt the phone unmounts the partition?
feversanj said:
network={
ssid=”HydtechAdhoc”
scan_ssid=1 (for APs with multiple SSIDS)
mode=1
key_mgmt=NONE
group=WEP104
auth_alg=SHARED
wep_key0=”MyWepKey” (replace MyWepKey with your key)
}
Click to expand...
Click to collapse
Is this for every ad hoc connection or i have to modify tiwlan.ini and wpa_supplicant.conf every time i change SSID or WEP KEY? what if i want to keep more than one ad hoc network in memory?
Thank you a lot
I cant seem to find anything about the sgs 1 and changing its mac adress (permanently/temporarily) ?
Can someone help pleaseeee!!!
Thanks in advance
I dont think we can change the mac address.
can't you spoof it?
I havent heard of this in android yet.
Sent from my GT-I9000 using Tapatalk 2
Mac address is a permanent address hard coded into the phone's hardware, or any wireless device's hardware for that matter.. Each wireless device in the world has its own unique mac address, just as each computer's bios has its own unique code..
You cannot change your device's mac address..
Hi
REQUIREMENTS
1) ROOTED PHONE
2) BUSYBOX INSTALLED
3) Terminal App
OPEN UP TERMINAL AND WRITE
:su
:busybox iplink show eth0
(THIS WILL SHOW YOUR CURRENT MAC ADDRESS)
NOW TYPE IN
:busybox ifconfig eth0 hw ether 00:11:22:33:44:55
(INSTEAD OF 00:11:22:33:44:55, YOU CAN WRITE YOUR WANTED ADDRESS)
Code:
http://forum.xda-developers.com/showthread.php?t=1385577
hardrockk said:
Hi
REQUIREMENTS
1) ROOTED PHONE
2) BUSYBOX INSTALLED
3) Terminal App
OPEN UP TERMINAL AND WRITE
:su
:busybox iplink show eth0
(THIS WILL SHOW YOUR CURRENT MAC ADDRESS)
NOW TYPE IN
:busybox ifconfig eth0 hw ether 00:11:22:33:44:55
(INSTEAD OF 00:11:22:33:44:55, YOU CAN WRITE YOUR WANTED ADDRESS)
Code:
http://forum.xda-developers.com/showthread.php?t=1385577
Click to expand...
Click to collapse
I started to grant SuperUser rights to my terminal app . After this, i started with the command "busybox iplink show eth0" and received the following error message:
iplink: can't find device "eth0"
Additionally tried the other command (with eth0) and there is the following error message:
ifconfig: SIOCSIFHWADD: No such device
Im using a Samsung I9000 with root access and all root-related apps already have root access all in all.
Even when Im typing ":su" or ":busybox ~", the device means:
sh: :busybox: not found
I don't get it, the terminal can work without these colons but the "eth0" could not be found, too
Any hints/tipps? Would be great, thank you
Wlan0 not eth0 no Ethernet on galaxy s
Sent from my GT-I9000 using xda premium
At first, thanks for the fast reply and I think your right..
..but at least, I already tried "Wlan0"
It seems, that the command (including wlan0) could be executed and I'm also able to display the wlan0 settings by typing: busybox iplink show
All related content is displayed including the "wlan0". The recently added mac-adress is successfully taken at this point (xx:xx:xx~ instead of the original one) and could be displayed there but even when im checking for the MAC adress in my android wlan settings, there is still the old one and my smartphone still connects with the old MAC to my gateway
I'm not sure then sorry will have to see if anyone else knows how
Sent from my GT-I9000 using xda premium
error eth0
eth0 not found in terminal what i should to do ? how to fix this error and ip link not found i know xda devloper in work fine but they have not solution for this...........
flexoduss said:
I cant seem to find anything about the sgs 1 and changing its mac adress (permanently/temporarily) ?
Can someone help pleaseeee!!!
Thanks in advance
Click to expand...
Click to collapse
1. A rooted device
2. Busybox installed </system/xbin>
3. Terminal Emulator
open terminal
type 'su' press Enter
grant super user access
then type 'busybox iplink show wlan0' press Enter
this shows ur current mac address of ur android phone
then type 'busybox ifconfig wlan0 hw ether XX:XX:XX:XX:XX:XX' press Enter
type the desired mac in XX:XX:XX:XX:XX:XX
voila Done!!!
Hello.
I've just installed Achotjan's SDE ROM. Rom is great for me and I would like to keep it on my phone, but...I use Ad-Hoc network in my home, I haven't got a router so I can't use WiFi. Please tell me how to enable Ad-Hoc on this ROM. I've already tried to enable the standard but no result...
Please for fast reply
Using root browser or any of those,
navigate to /system/etc
find tiwlan.ini -edit
and find those lines:
WiFiAdhoc = 0
WiFiWmmPS = 0 # Use 1 on WiFi test in order to configure PS to work in WMM mode
Change to:
WiFiAdhoc = 1
WiFiWmmPS = 0 # Use 1 on WiFi test in order to configure PS to work in WMM mode
That should do the trick
Sent from my ST18i using XDA
Not working
Did you save the changes? View the file again to make sure the changes stick. Did you restart the phone after changing the adhoc value?
[edit] googled this up for you: http://forum.xda-developers.com/showthread.php?t=1253087
Also:
http://mobilecon.info/fix-wifi-adhoc-problem.html
And:
http://forum.xda-developers.com/showthread.php?t=1260621
if none good, might just be easiest to do this:
http://forum.xda-developers.com/showthread.php?t=1559172
Sent from my ST18i using XDA
Of course I saved the changes and restarted the phone. And none of these solutions is not working
I have an original Samsung Galaxy Tab 7" and am having trouble connecting to my wireless network, as my router is set (on purpose) to channel 13. Due to congestion, I am unable to select a different channel (1-11).
Is there anything I can do to enable my GT-P9000 to support Channel 13? It's rooted & running CyanogenMod + cdesai's Jelly-Bean ROM (cm-10-20120730-EXPERIMENTAL-p1-cdesai). All my other devices (iPad/iPhone) appear to support Channel 13, so I just need to get this working now.
I'm sure it's probably just a matter of setting the device to support EU WiFi standards, but am unsure how to do this....
Any ideas?
strawdog74 said:
I'm sure it's probably just a matter of setting the device to support EU WiFi standards, but am unsure how to do this....
Any ideas?
Click to expand...
Click to collapse
Success!!
I solved my own question, for those stumbling across this thread, simply do the following :-
1. Install SSHDroid on the device
2. Install PuTTy on your computer (SSH terminal emulator)
3. Connect to your device by entering the HOSTNAME or IP address into PuTTy
4. Login using user=root password=admin
5. Paste the following command into the terminal :-
sqlite3 /data/data/com.android.providers.settings/databases/settings.db "INSERT INTO secure (name, value) VALUES ('wifi_country_code', 'EU');"
6. Restart wifi or Reboot device
I am now able to see my WiFi network on Channel 13 using WiFi Analyzer (a very useful app by the way).
Can't you just run terminal app rather than SSH from PC?
Sent from my GT-P1000 using xda app-developers app
''Wifix manager'' can set this without using the scripts, just type in the advanced ''EU'' or whatever country code you want.
Sent from my GT-P1000
Hi,
I have the Sony Xperia SP HSPA+ M35h C5302 Model
Running 4.1.2 Build No. 12.0.A.1.257 Rooted.
I want use wifi over adhoc on android since my wifi card does not support Access point thats the only choice.
I have used this method earlier also on Livw with walkman and was able to use the adhoc without any problem.
The method was:
Code:
All i done was first turn off wifi and then open wpa_
supplicant.conf in data/misc/wifi and placed
network={
ssid="Red"
mode=1
frequency=2412
key_mgmt=NONE
priority=50
}
in end. Dilushan should replace with wifi network name. Then got ownership back to system.wifi by typing the following 2 commands in Terminal Emulator.
su
then
chown system.wifi data/misc/wifi/wpa_supplicant.conf
thats all. Then i opened wifi in setting and it
automatically connected adhock network named
Dilushan. I
connected successfully to nokia phone wifi
network created by joikuspot and browsed internet
and also connected to a windows laptop. my
device xperia mini 4.0.4 .431 rooted locked
bootloader.
But when i done the same thing on the SP I can see the adhoc i added but it was showing "not in range"
If someone was able to do it please share.
Of if someone has edited tha wpa_supplicant file for the adhoc support for SP please share with me.