Need help changing the mac address. Tried almost all apps on market and can't change mac. Anyone got a solution ???
mooddy said:
Need help changing the mac address. Tried almost all apps on market and can't change mac. Anyone got a solution ???
Click to expand...
Click to collapse
Please confirm weather ur are rooted or not ??
:good:
nikhil020 said:
Please confirm weather ur are rooted or not ??
Click to expand...
Click to collapse
Yes Rooted
See first of all im not responsible for any thing happen to ur device so do at ur own risk ahh its just a disclaimer
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)
CONGRATULATION, YOU HAVE SUCCESSFULLY SPOOFED YOUR MAC ADDRESS!
YOU CAN CHECK YOUR MAC ADDRESS BY TYPING
:busybox iplink show eth0
Press thanks if i helped
Will Try
nikhil020 said:
See first of all im not responsible for any thing happen to ur device so do at ur own risk ahh its just a disclaimer
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)
CONGRATULATION, YOU HAVE SUCCESSFULLY SPOOFED YOUR MAC ADDRESS!
YOU CAN CHECK YOUR MAC ADDRESS BY TYPING
:busybox iplink show eth0
Press thanks if i helped
Click to expand...
Click to collapse
not working.
im using this method:
https://forum.xda-developers.com/xiaomi-redmi-3s/how-to/changing-mac-addresssolved-t3585380/
justreybro said:
not working.
im using this method:
https://forum.xda-developers.com/xiaomi-redmi-3s/how-to/changing-mac-addresssolved-t3585380/
Click to expand...
Click to collapse
Does it work that method?
bonbonboi said:
Does it work that method?
Click to expand...
Click to collapse
just make sure yours is snapdragon.
here's proof:
justreybro said:
just make sure yours is snapdragon.
here's proof:
Click to expand...
Click to collapse
Yupe worked for me but we can't change MAC Address on fly, seems like we need a pc every time we want to change it
mooddy said:
Need help changing the mac address. Tried almost all apps on market and can't change mac. Anyone got a solution ???
Click to expand...
Click to collapse
There is an app on play store ( you need root access )
https://play.google.com/store/apps/details?id=net.xnano.android.changemymac
storm_99 said:
There is an app on play store ( you need root access )
https://play.google.com/store/apps/details?id=net.xnano.android.changemymac
Click to expand...
Click to collapse
That app doesn't work with note 4 sp.
bonbonboi said:
That app doesn't work with note 4 sp.
Click to expand...
Click to collapse
It's working here, install busy box first then try.
storm_99 said:
It's working here, install busy box first then try.
Click to expand...
Click to collapse
Thanks
It worked?
mooddy said:
Thanks
It worked?
Click to expand...
Click to collapse
Don't say, hit the thanks! Lol
storm_99 said:
It's working here, install busy box first then try.
Click to expand...
Click to collapse
Never worked for me with or without busybox so I'll keep doing it with QPST editor .:silly:
Related
Anyway to spoof your MAC address on the SGS2?
Tried the standard linux terminal tricks but no joy!
Anyone managed it?
Thanks
Also trying to get this, but no luck so far. I tried using busybox and terminal emulator using this command:
# ip link set eth0 XX:XX:XX:XX:XX:XX
which is supposed to work for other devices,
but i get the message: 'either "dev" is duplicate, or "XX:XX:XX:XX:XX:XX" is garbage'
Any ideas?
HTC Dude said:
Also trying to get this, but no luck so far. I tried using busybox and terminal emulator using this command:
# ip link set eth0 XX:XX:XX:XX:XX:XX
which is supposed to work for other devices,
but i get the message: 'either "dev" is duplicate, or "XX:XX:XX:XX:XX:XX" is garbage'
Any ideas?
Click to expand...
Click to collapse
Never tried this b4, but are you making sure your taking eth0 down 1st? Cause if memory serves in linux, if you don't you can have wierd results.
I take eth0 down first with
# iplink set eth0 down
then
# ip link set eth0 XX:XX:XX:XX:XX:XX
but i still get the error message
'either "dev" is duplicate, or "XX:XX:XX:XX:XX:XX" is garbage'
HTC Dude said:
I take eth0 down first with
# iplink set eth0 down
then
# ip link set eth0 XX:XX:XX:XX:XX:XX
but i still get the error message
'either "dev" is duplicate, or "XX:XX:XX:XX:XX:XX" is garbage'
Click to expand...
Click to collapse
I hate to ask this, but I do have to...
Are you putting XX:XX:XX:XX:XX:XX or a valid address?
johncmolyneux said:
I hate to ask this, but I do have to...
Are you putting XX:XX:XX:XX:XX:XX or a valid address?
Click to expand...
Click to collapse
LOL @ that. Yep, I'm using a valid address, so when it says that it's garbage, i really don't know what it means, because I'm using digits from 0 to 9 and letters from A to F.
Anyone tried this and succeded to spoof it somehow?
HTC Dude said:
LOL @ that. Yep, I'm using a valid address, so when it says that it's garbage, i really don't know what it means, because I'm using digits from 0 to 9 and letters from A to F.
Anyone tried this and succeded to spoof it somehow?
Click to expand...
Click to collapse
Never tried or needed to, whats the purpose?
And does the errors occur when setting? or when bringing UP ?
HTC Dude said:
LOL @ that. Yep, I'm using a valid address, so when it says that it's garbage, i really don't know what it means, because I'm using digits from 0 to 9 and letters from A to F.
Click to expand...
Click to collapse
Sorry mate. Had to ask
johncmolyneux said:
Sorry mate. Had to ask
Click to expand...
Click to collapse
No problemo The errors occur when setting; it just won't allow me to assign a new address because of the said error. (FYI I obtained the information on how to do this from here, but this may be a device-specific problem)
Reasons for doing this can be many, but in my case it's a matter of privacy. I know google is storing al sorts of personal info using MAC addresses (see this for e.g.) and I can't remember having ever approved of that.
I think a small app that could help us change the MAC address on our device would come in really handy in these modern days, where everything is logged and supervised.
hi,
i think that you are missing the word "address" in your command.
try these:
Code:
ip link set eth0 address XX:XX:XX:XX:XX:XX
ip link set eth0 addr XX:XX:XX:XX:XX:XX
ip link set dev eth0 address XX:XX:XX:XX:XX:XX
ip link set dev eth0 addr XX:XX:XX:XX:XX:XX
i guess that the syntax depends on the version of busybox that you are using.
i hope it helped.
greets
velja_bg said:
hi,
i think that you are missing the word "address" in your command.
try these:
Code:
ip link set eth0 address XX:XX:XX:XX:XX:XX
ip link set eth0 addr XX:XX:XX:XX:XX:XX
ip link set dev eth0 address XX:XX:XX:XX:XX:XX
ip link set dev eth0 addr XX:XX:XX:XX:XX:XX
i guess that the syntax depends on the version of busybox that you are using.
i hope it helped.
greets
Click to expand...
Click to collapse
Thanks! This worked:
iplink set dev eth0 address XX:XX:XX:XX:XX:XX
I was able to spoof the MAC address and connect to the internet. However, the connection is reset only a few seconds after i connect, and the MAC address goes back to original.
No idea why this happens, i feel frustrated now. Thanks to y'all for your help anyway!
Did you solve this I have the same problem.
/Mike
When i try this i get "link object is unknown"
/mike
I dont think anyone has answered this yet.
But for the Galaxy Tab you goto /efs/imei/ folder
and change .nvmac.info (open in text editor)
then reboot..
this changed my mac address for me
dseo80 said:
I dont think anyone has answered this yet.
But for the Galaxy Tab you goto /efs/imei/ folder
and change .nvmac.info (open in text editor)
then reboot..
this changed my mac address for me
Click to expand...
Click to collapse
Hi dseo80:
When reading your note I thought that I finally found a way to spoof my MAC on my Galaxy Tap GT-P1000. I did as you said. I could not edit the file where it was and had to move it rename, edit and rename and move it back. After a reset unfortunatly I still have my original address.
I ham on Gigerbread stock version. What rom/version where you on when you did this?
Thanks for any hint
Spoofing/changing MAC address = questionable from a legal POV (at best; illegal in many situations/jurisdictions). Expect this thread to be closed before you work out how to do it.
Thread closed
While there might be legitimate reasons for spoofing a MAC address, there are lots of guides out there describing the process. We don't need to discuss it here on XDA.
iptables/netfilter support in custom roms.. needed in gingerdx!
Ive tried this http://forum.xda-developers.com/showthread.php?t=1184907&highlight=iptables/netfilter+support
But doesn't work droid wall
You did something wrong. I have this module installed and DroidWall works without problem.
Im using this rom http://forum.xda-developers.com/showthread.php?t=1188486
I installed iptables on GingerDX and DroidWall works...
Ok, thanks to confirm that it works.... ill try again..
charcutero said:
iptables/netfilter support in custom roms.. needed in gingerdx!
Ive tried this http://forum.xda-developers.com/showthread.php?t=1184907&highlight=iptables/netfilter+support
But doesn't work droid wall
Click to expand...
Click to collapse
you can used 软件名称:LBE手机隐私卫士
LBE隐私卫士内置了底层防火墙功能,允许用户单独控制每一个应用程序的联网权限。此防火墙不依赖于netfilter/iptables,可以在全系列Android平台上使用
Partially working
Ok guys... now i have working droid wall (partially)
Mini tuto I did with root explorer:
1.- Uncompress module in sdcard and copy in folders following instructions.
2.- Give 'x' priviliges to basic_iptables.sh and full_iptables.sh (I forgot this before )
Long click over file, permissions, click on execute in Owner.
3.- Now clic on full_iptables.sh and execute. (another mistake I had was executing basic_iptables. Only works Droidwall with full_iptables for me)
4.- Go DroidWall and load firewall. All OK.
But now I have a problem. If I reboot phone, Droidwall doesn't work again. I have to run full_iptables.sh after each reboot. Do you need too???
Thanks
I added this line to hw_config.sh and it works after reboot:
sh /system/xbin/full_iptables.sh
dbts25 said:
I added this line to hw_config.sh and it works after reboot:
sh /system/xbin/full_iptables.sh
Click to expand...
Click to collapse
OK.. thanks a lot.
does it works with its official firmware?.,
dinglasan_bernie said:
does it works with its official firmware?.,
Click to expand...
Click to collapse
Yes, i think... but remember, you need root access.
i've installed netfilter module and add command line in hw_config on ginger dx rom..
my laptop can detect my phone but cannot connect to the internet :-( what's wrong?
somebody help me please....
Droidwall
alharun said:
i've installed netfilter module and add command line in hw_config on ginger dx rom..
my laptop can detect my phone but cannot connect to the internet :-( what's wrong?
somebody help me please....
Click to expand...
Click to collapse
After that you need a program to specify rules. I use Droidwall, it's free in the market. I only need to block some programs, and Droidwall does that. I hope somebody can help you.
Runs on x10 mini? Currently, I DwoidWall error:
Error applying iptables rules.
Exit code: 2
At CyanogenMod 7, this additive is not checked, I'm waiting for feedback.
mrozilla said:
Runs on x10 mini? Currently, I DwoidWall error:
Error applying iptables rules.
Exit code: 2
At CyanogenMod 7, this additive is not checked, I'm waiting for feedback.
Click to expand...
Click to collapse
Have to install netfilter. Read above
didnt work with me
Hi im trying to change my wifi mac address.
i tryed this one
http://forum.xda-developers.com/showthread.php?t=1385577 but it's not working and many other way and almost any app on the market .
so please if anyone change his mac on Mini pro Please help.
Got root and busybox?
Sent from my WT19i using xda premium
I did and it's not working not on Xperia Mini Pro.
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)
Click to expand...
Click to collapse
And what happens then?
Explain, what does it show, what error or what message comes up.
Code:
Ifconfig: SIOCSIFHWADDR: Operation not supported
Thank you for your relpay.
@ murders10: are you sure the root worked? what firmware are you running? are you using the right interface, is it eth0 that you wanna change?
Yes im sure root it's working fine Stock Rom .62.interface Wlan0 There is no eth0 on Xperia.
I did the same thing but it replied me:applet not found...
I need some help
I hope someone can help as.
Sent from my SK17i using xda premium
Its wlan0 not eth0..
edit: my phone gets the same error.. solved by re-installing busybox
1.play store>busybox (by stericsson)
2. run busybox app from drawer.. and choose install.
my first time installing the busybox from busybox installer app gives me some error that i dont have time to read through . something about old copies. i close it and start over. everything is just fine.
Sent from my Xperia Mini Pro using xda premium
it won't work with me what ever i did remove reinstall
But after all i fix my god dam router mac address problem. so i don't need to change any mac . thank you for the help.
Need to change MAC Address to try if Heywire works on a custom rom
urra901109 said:
Its wlan0 not eth0..
edit: my phone gets the same error.. solved by re-installing busybox
1.play store>busybox (by stericsson)
2. run busybox app from drawer.. and choose install.
my first time installing the busybox from busybox installer app gives me some error that i dont have time to read through . something about old copies. i close it and start over. everything is just fine.
Sent from my Xperia Mini Pro using xda premium
Click to expand...
Click to collapse
I'm trying this, but get a message error in terminal emulator, when i type :su, theres a message that says :su: not found, or :busybox ..., the same :busybox: not found error displays.
I'm runing Real ICS lite r2, on my Sk17a, with locked bootloader, stock kernel, rooted, with busybox 1.20 installed,
Im trying this because i use heywire a lot, and this rom is the best ive tried, and its awesome, lighting fast, but heywire says this phone has a previous heywire number, and as i investigated, it has something to do with the MAC address, give me some light here please
ipconfig: applet not found - MAC spoofing
Someguyfromhell said:
And what happens then?
Explain, what does it show, what error or what message comes up.
Click to expand...
Click to collapse
Hello, I've been trying to follow this guide at:
http://forum.xda-developers.com/showthread.php?t=1385577
My phone has CM 7.2,busybox installed too.
Entering
Code:
busybox ifconfig
in terminal (not in su) gives me the local loopback address, and when I turn on my wifi, it shows my wifi card details too. (It's named tiwlan0 though)
Anyhow, since ifconfig needs to be run as root, I get ifconfig: applet not found after I enter following commands:
Code:
$su
#busybox ifconfig (and anything starting with this)
So it looks like ifconfig runs fine without su but is not detected at all after I make the switch to su. And since the line of code that changes the MAC cannot be run without su(then I get - SIOCSIFHWADDR: operation not permitted), I am stuck!
I tried other methods such as and similar to the one on
http://forum.xda-developers.com/showthread.php?t=1343695
where, after editing some configuration file, one could change his MAC address. Is there any such known file/method for the LWW?
Thanks!
Simple Tutorial to spoof MAC address
So I finally figured this out and it actually works for the purpose u needed, I will write down step by step guide, and write me if you need some help
1. You need your XMP to be rooted, with SU intalled, busybox installed and with terminal emulator app
2. Open terminal emulator app, and type: su
3.Allow terminal app to have super user access
4.Now type: busybox ifconfig (with your WiFi on)
5.Locate the text on the left side "wlan0" and in that paragraph locate HWaddr, write down this address just in case.
6.Now turn your WiFi off
7.In terminal write down this: busybox ifconfig wlan0 hw ether 0A:1B:2C:3D:4E:5F (remember 0A:1B:2C:3D:4E:5F is only an example, you should follow the pattern: number, letter, number letter an so and on, for this process to work).
8. Turn on your WiFi, And your MAC address should be the one you created (you can check that by typing in terminal: busybox ifconfig)
And ther you go, you spoofed your WLAN MAC address, tested by me in a simple tutorial, hope it helps
---------- Post added at 01:58 AM ---------- Previous post was at 01:52 AM ----------
In your case step 7 should be like this:
7.In terminal write down this: busybox ifconfig tiwlan0 hw ether 0A:1B:2C:3D:4E:5F (remember 0A:1B:2C:3D:4E:5F is only an example, you should follow the pattern: number, letter, number letter an so and on, for this process to work).
I'm running Real ICS r5.1 by the way, and now heywire works just perfect. In step 7 tiwlan0 should be renamed as the name the card shows when you first run only ifconfig, take that as an advice.
7.In terminal write down this: busybox ifconfig tiwlan0 hw ether 0A:1B:2C:3D:4E:5F (remember 0A:1B:2C:3D:4E:5F is only an example, you should follow the pattern: number, letter, number letter an so and on, for this process to work).
I'm running Real ICS r5.1 by the way, and now heywire works just perfect. In step 7 tiwlan0 should be renamed as the name the card shows when you first run only ifconfig, take that as an advice.
Click to expand...
Click to collapse
No, it doesn't work. Like I mentioned previously, everything is seemingly installed(SU,busybox,terminal- iam on CM7.2 anyway) but in su mode,
Code:
busybox ifconfig
says ifconfig: applet not found. Am I the only one with this problem? Also, I'm not sure I should replace my terminal with the one from the market.(read somewhere that it does some replacement stuff; don't want to re-flash again soon)
Code:
su
ip link set wlan0 address aa:bb:cc:dd:ee:ff
Of course change example address to yours. It works until reboot.
blackstallion1234 said:
No, it doesn't work. Like I mentioned previously, everything is seemingly installed(SU,busybox,terminal- iam on CM7.2 anyway) but in su mode,
Code:
busybox ifconfig
says ifconfig: applet not found. Am I the only one with this problem? Also, I'm not sure I should replace my terminal with the one from the market.(read somewhere that it does some replacement stuff; don't want to re-flash again soon)
Click to expand...
Click to collapse
Why dont you try this, reinstall busybox via google play, with the app by Stephen Stericson, then you open the app, and grant BusyBox super user access, later you use terminal app and try my process, if not, then try the process posted by pikpok, see if it works and tell us
Problem with busybox probably...
Uh sorry my internet had been down almost a week! I installed MIUI v2.7.27 meanwhile and this time I could change my MAC address!
pikpok said:
Code:
su
ip link set wlan0 address aa:bb:cc:dd:ee:ff
Of course change example address to yours. It works until reboot.
Click to expand...
Click to collapse
Couldn't try that. But thanks, will keep this in mind in the future.:good:
Xtrifer said:
Why dont you try this, reinstall busybox via google play, with the app by Stephen Stericson, then you open the app, and grant BusyBox super user access, later you use terminal app and try my process, if not, then try the process posted by pikpok, see if it works and tell us
Click to expand...
Click to collapse
Yeah, busybox probably was the problem with CyanogenMod 7 (which has a different version of busybox than the one that came with MIUI 2.7.27). Maybe it hadn't been installed right somehow with CM7..
Anyway, it does work!:victory:Thank you!
nice
blackstallion1234 said:
Uh sorry my internet had been down almost a week! I installed MIUI v2.7.27 meanwhile and this time I could change my MAC address!
Couldn't try that. But thanks, will keep this in mind in the future.:good:
Yeah, busybox probably was the problem with CyanogenMod 7 (which has a different version of busybox than the one that came with MIUI 2.7.27). Maybe it hadn't been installed right somehow with CM7..
Anyway, it does work!:victory:Thank you!
Click to expand...
Click to collapse
Good, I was sure it was busybox, don't forget to hit the thanks button, happy modding lol
hi guys, i try to install some querty keyboard like fleksy on android wear with adb comands.
after many attemps i found the way.
You should be having android platflorm Tools to use ADB.
1. Enable Android Debugging in your android wear (tap many times on build version)
2. Connect your android wear watch.
3. connect your smartwatch to phone via bluetooth
4.write: adb devices
5. see if your device is listed (if you see "unhautorized" see your smartphone to allow the permission)
6.Install App to your watch using this Command: adb install yourApkName.apk
7.Type: adb shell ime enable com.syntellia.fleksy.kb/.Fleksy (if this give you an error try com.syntellia.fleksy.keyboard/.Fleksy)
8.Type: adb shell ime set com.syntellia.fleksy.kb/.Fleksy (if this give you an error try com.syntellia.fleksy.keyboard/.Fleksy)
Done.
If i help you press thanks
fer2503 said:
hi guys, i try to install some querty keyboard like fleksy on android wear with adb comands.
after many attemps i found the way.
You should be having android platflorm Tools to use ADB.
1. Enable Android Debugging in your android wear (tap many times on build version)
2. Connect your android wear watch.
3. connect your smartwatch to phone via bluetooth
4.write: adb devices
5. see if your device is listed (if you see "unhautorized" see your smartphone to allow the permission)
6.Install App to your watch using this Command: adb install yourApkName.apk
7.Type: adb shell ime enable com.syntellia.fleksy.kb/.Fleksy (if this give you an error try com.syntellia.fleksy.keyboard/.Fleksy)
8.Type: adb shell ime set com.syntellia.fleksy.kb/.Fleksy (if this give you an error try com.syntellia.fleksy.keyboard/.Fleksy)
Done.
If i help you press thanks
Click to expand...
Click to collapse
I think its great idea, but whenever i try enabling it i get error. I tried changing lines a little bit in sooo many ways but never got "Succes". Most often i got id:null ;/
Lasiu said:
I think its great idea, but whenever i try enabling it i get error. I tried changing lines a little bit in sooo many ways but never got "Succes". Most often i got id:null ;/
Click to expand...
Click to collapse
ok no problem. the problem is that the file package (com.example....) depends on your apk file. So you can do this:
-download this application for windows: apk tool for wear from xda
-connect to your phone
-find in the list the name of your fleksy package (com.syntellia....)
-write it in the adb command. (example: adb shell ime enable "yourpackage"/.Fleksy )
fer2503 said:
ok no problem. the problem is that the file package (com.example....) depends on your apk file. So you can do this:
-download this application for windows: apk tool for wear from xda
-connect to your phone
-find in the list the name of your fleksy package (com.syntellia....)
-write it in the adb command. (example: adb shell ime enable "yourpackage"/.Fleksy )
Click to expand...
Click to collapse
My package's name was same as yours (i checked it ) Any other recommendations? Or do you mean, that i should try enabling keyboard through this tool? Though i didnt see this option when i downloaded it week ago or something
Lasiu said:
My package's name was same as yours (i checked it ) Any other recommendations? Or do you mean, that i should try enabling keyboard through this tool? Though i didnt see this option when i downloaded it week ago or something
Click to expand...
Click to collapse
The tool is only to see the exatly package name. Czn you make a screenshot of your adb command with error and the package name showed in apk tool?
fer2503 said:
The tool is only to see the exatly package name. Czn you make a screenshot of your adb command with error and the package name showed in apk tool?
Click to expand...
Click to collapse
See My apk name is: com.syntellia.fleksy.kb.apk Any ideas? ;/
Lasiu said:
See My apk name is: com.syntellia.fleksy.kb.apk Any ideas? ;/
Click to expand...
Click to collapse
The package name, not the apk name. Post the screenshot of the apktool package list.
fer2503 said:
The package name, not the apk name. Post the screenshot of the apktool package list.
Click to expand...
Click to collapse
Is that what you mean?
Lasiu said:
Is that what you mean?
Click to expand...
Click to collapse
I think that the problem is the /.Fleksy...maybe you can try /.Fleksy.kb or /.Fleksykb
fer2503 said:
I think that the problem is the /.Fleksy...maybe you can try /.Fleksy.kb or /.Fleksykb
Click to expand...
Click to collapse
No luck Maybe something like FleksyKeyboardService? Other keyboards have that in their line, though i tried it and it didnt work. I will try again. Any more ideas?
fer2503 said:
I think that the problem is the /.Fleksy...maybe you can try /.Fleksy.kb or /.Fleksykb
Click to expand...
Click to collapse
Yep it doesnt work. Btw can you post photos of your Smartwatch with this keyboard?
Lasiu said:
Yep it doesnt work. Btw can you post photos of your Smartwatch with this keyboard?
Click to expand...
Click to collapse
+1 I would like to see as well
Lasiu said:
Yep it doesnt work. Btw can you post photos of your Smartwatch with this keyboard?
Click to expand...
Click to collapse
Yes i can make a photo and post it to you. It is too small but it works
yyeah a picture would be cool
Please help!!! The ethernet address cannot be edited to setup connection. The address field are locked up with default value 0.0.0.0.
I tried to click and edit but it does not work.
I have the same problem.
ignerious said:
Please help!!! The ethernet address cannot be edited to setup connection. The address field are locked up with default value 0.0.0.0.
I tried to click and edit but it does not work.
Click to expand...
Click to collapse
You need to make system writable use this method
http://forum.xda-developers.com/remix/remix-os/guide-modify-remix-3-0-101-t3428553
Sent from my on Z00A using XDA Labs
lollyjay said:
You need to make system writable use this method
http://forum.xda-developers.com/remix/remix-os/guide-modify-remix-3-0-101-t3428553
Sent from my on Z00A using XDA Labs
Click to expand...
Click to collapse
I have tried all of your steps but it did not work...
ignerious said:
I have tried all of your steps but it did not work...
Click to expand...
Click to collapse
Well OK it has worked for many others...
Sent from my on Z00A using XDA Labs
Settings -- experimental features -- enable debug terminal console
press ALT+F1
routre add default gw your-gateway-ip-address
ifconfig eth0 hw ether your-lan-card-mac-address up
press alt + f7
back to settings -- backup and reset -- network settings reset
profglavcho said:
Settings -- experimental features -- enable debug terminal console
press ALT+F1
routre add default gw your-gateway-ip-address
ifconfig eth0 hw ether your-lan-card-mac-address up
press alt + f7
back to settings -- backup and reset -- network settings reset
Click to expand...
Click to collapse
When I type the "route add default gw my-gateway-ip-address"
I get the following error
"route: resolving "gw" : No such file or directory"
Please Help....
ignerious said:
When I type the "route add default gw my-gateway-ip-address"
I get the following error
"route: resolving "gw" : No such file or directory"
Please Help....
Click to expand...
Click to collapse
try only ifconfig....
and settings reset
I am having same problem did make system rw but still couldnt change address
Also after booting syatem is not detecting my wifi what could be problem??
profglavcho said:
try only ifconfig....
and settings reset
Click to expand...
Click to collapse
The ifconfig.... command executed successfully. But the problem persist. What can be done??
Ethernet issue is still present in 3.0.104. Any one found the solution ???
Hi, now in 3.0202 build, change IP address in ethernet config is possible.
Enviado desde mi TECRA Z50-A mediante Tapatalk