[Q] Wifi interface fault? - Glass Q&A

Hi all, after automatic update to XE18.3 of my Google Glass wireless stopped working.
The settings card dedicated to wifi is stuck on "Turning on" message.
Analyzing logcat i can read these messages:
W/CommandListener(116): Failed to retrieve HW addr for wlan0 (No such device)
Click to expand...
Click to collapse
E/WifiStateMachine(512): Unable to change interface settings: java.lang.IllegalStateException: command '3 interface setcfg wlan0 0.0.0.0 0 down' failed with '400 3 Failed to set address (No such device)'
Click to expand...
Click to collapse
E/WifiHW(512): Unable to open connection to supplicant on "@android:wpa_wlan0": No such file or directory
Click to expand...
Click to collapse
E/wpa_supplicant(570): Could not read interface wlan0 flags: No such device
Click to expand...
Click to collapse
E/WifiSettingsItemView(641): Wifi is disabled. Has someone been mucking around in legacy Settings?
Click to expand...
Click to collapse
I never rooted the device , i always received OTA upgrades without problems and my Google Glass seems to work flawlessly besides wifi...
Are these errors related to and hardware fault? Can i hope in a kernel error caused by an error relative to the XE18.3 update on my device?
Sorry for my bad english and thanks for help.

Restore your glass unit via USB cable

Related

Cannot enable Wifi driver , not a network configuration issue

Since I applied the froyo update from Paul's site wifi was working fine for 36 hours.
After a crash caused by copying files on my sdcard I rebooted the phone several times to recover it (another story).
Then wifi stopped working, by "stopped working" I mean the driver won't even load, giving me a warning in logcat, some timeouts in dhd_module_init and "Error" in the control panel.
It has nothing to do with my router configuration because I cannot even enable the wifi to scan for some ssid so it's not a "false alarm" issue...
I tried to flash Stock rom and radio, flash superboot FRF50, the last cyanogen, wipe a few thousand times between all of this but nothing seems to give life back to my wifi chip... I tried flashing InsectRaven and cyanogen .34 kernels with no results...
I can't stop thinking it is hardware related but why ??!! There was no shock, no fall, no EMP from a nuke in the vicinity, everything was smooth when I got back from work and bam !
Is there some options to pass to the driver when I insmod to "reset" the chip in a healthy state ?
Can I somehow compile a debug build giving more informations on my hardware when it is crashing like **** ?
I don't know where to look anymore ... and I'd like some proof thats it is indeed fried...
Here are logs from various sources when I enable wifi in the settings (or insmod /system/lib/modules/bcm4239.ko)
From dmesg : http://pastebin.com/uaRM4EyK
From logcat :
Code:
E/WifiService( 83): Failed to load Wi-Fi driver.
From insmod /system/lib/modules/bcm4239.ko :
Code:
# insmod bcm4329.ko
insmod: init_module 'bcm4329.ko' failed (Invalid argument)
I2C errors in dmesg : http://pastebin.com/ehB7RtN7
Another question , has someone successfully compiled "strace" and "modinfo" to run on android ?
I guess it will be helpful to debug my issue.
Hi,
I'm having a similar issue, thought on another device. Did you find a fix for this?
Thx
Raph

VPN Connections (Cisco VPN)

Have this working well and thought this info may help others...
First, your phone needs to be rooted and busybox properly installed. If you've rooted in the past few days, you're fine as the current payload-update.zip does install busybox with all of the links, but if you rooted early please confirm this before continuing.
Next, grab the tun.ko module from the OpenVPN thread.
Then follow the instructions for the Motorola Droid at the VPN Connections site, using the tun.ko you downloaded previously. The one caveat here is that you have to copy the module in recovery on the Incredible as we don't yet have rw access to the /system partition when booted normally.
Once you've restarted your phone after installing tun.ko, just install the latest VPN Connections apk and you're ready to go!
One point that confused me (for longer than I care to admit) is that once you create a VPN profile, you have to long-press on it to bring up the menu for connect/disconnect.
Enjoy!
Dave
which vpn connections. I downloaded latest from the store it opened but did not work.
then tried the latest from the site and it forces close. I'll start over tonight and try again.
-------------------------------------
Sent via the XDA Tapatalk App
I was working on this the other day, but I cannot get the phone to connect to my company's VPN - I setup the IPSEC ID/PW correctly as well as my user IP/PW, but I get an ISAKMP_N_AUTHENTICATION_FAILED. The one thing I didn't do was copy tun.ko in recovery mode - I just did a modprove /sdcard/tun.ko...it didn't complain and it seems like VPN Connections can find the device node without a problem.
On my linux box, I can run the same config options in vpnc and connect no problem...
I got it working after a couple days playing with it. My problem was that I had not installed busybox to xbin like their instructions outlined since it was already installed to sbin. once installed to xbin and proper permissions were granted, it worked like a charm.
Please someone post a complete how to. I cannot get this working. Busybox will not "--install" to xbin
Is there a secrete to getting busybox installed? I know this is weak sauce, but I need help.
Did you try installing busybox while in recovery mode?
where do I install busybox? /system/xbin or sbin?
Kulaa said:
where do I install busybox? /system/xbin or sbin?
Click to expand...
Click to collapse
I've got it in both places. It needs to be in xbin for the vpnc-script. I tried modifying the vpnc-script but running in to too many problems.
Those to configured their ASA
I am trying to setup the ASA for this VPN. Numerous vague (to me) unresolved errors. Phase 1 completes (easy).
Phase 2 Failure: Mismatched attribute types for class Encapsulation Mode: Rcv'd: Tunnel Cfg'd" Transport
Group = <group>, Username = <username>, IP = <IP Address>, All IPSec SA proposals found unacceptable!
" " Duplicate Phase 2 packet detected. No last packet to retransmit.
I am not finding the answers to these issues. I have not been working on VPNs for long but have setup A LOT of client (Any Connect & SSL) VPNs. I tried to "match" those configurations and have failed.
Anyone know of a tut they used to set the VPN up on the Firewall side? Im sure one of these guys I work w/ can set it up in mins but learning the hard way is what "they" prefer. < a week later is enough, I concede!
Bump ~ 10 ~
Bump ~ 10 ~
Console output?
It think I followed all the necessary steps but wanted to confirm somehow. Is there any ways to see the log on what VPN Connect is trying to do and why login fails?
supagene said:
It think I followed all the necessary steps but wanted to confirm somehow. Is there any ways to see the log on what VPN Connect is trying to do and why login fails?
Click to expand...
Click to collapse
./vpnc --debug 3 --script <path to script> --gateway <gatewayip> --id <VPN Group ID> --username <username>
johnnybags said:
./vpnc --debug 3 --script <path to script> --gateway <gatewayip> --id <VPN Group ID> --username <username>
Click to expand...
Click to collapse
./vpnc --script ./vpnc-script --gateway gateway.domain.com --id "Default Initial G
roup" --username supagene
Enter IPSec secret for Default Initial [email protected]: *******
Enter password for [email protected]: *******
uname: not found
basename: not found
grep: not found
which: not found
grep: not found
which: not found
grep: not found
which: not found
[: not found
readlink: not found
[: not found
[: not found
hash comparison failed: (ISAKMP_N_AUTHENTICATION_FAILED)(24)
check group password!
I know about the comment to check the group password, but I copy and pasted it so I know it is correct. Any suggestions? Do I copy the busy box from sbin to xbin or do I need to look for another busybox, where do you recommend me getting it form? Sorry for the noob questions.
Ok So I looked and found that the Procudures I followed for Rooting didn't actually copy busybox to xbin so maybe the first post should be updated to mention to check that xbin actually has busybox. I used the same busybox that was included in the rooting guide.
Now I'm at a different error.
Error binding to source port. Try '--local-port 0'
Failed to bind to 0.0.0.0:500: Address already in use
that's fine, it means you probably have another process of vpnc running that didn't terminate. just ad --local-port 0 to the end of your command line.
So how is your ASA configured? Is it the latest software or 8.2? ???
Kulaa said:
So how is your ASA configured? Is it the latest software or 8.2? ???
Click to expand...
Click to collapse
Not sure. I just know that the Admin can connect with his Cyanogen Modded G1 and it works great for him. He has his NAND fully unlocked of coarse.
Thanks for all the help I'll post my next issue tomorrow.
Following this thread that was linked for helping to get this working on the Incredible.
I'm getting a constant "unable to connect" error... Where do I need to enable logging to find out more about where the error is happening at? On my ASA or on the Incredible?
Thanks.
I've never got it working but if you look above you'll see how I ran this thin in adb shell. That will output everything to console and tell you what is wrong.

[DEV] Transition wifi/data

Hi guys, I'm not a developer, despite that I dare to open this topic.
It's all an annoying bug that has "some" of our P990, is that after being connected to a wireless network connection is not restored data.
I encourage developers great forum to find the solution this annoying bug. I'm pretty sure it's not a problem of the baseband and ril, I've tried all the possible combinations, I assure you, any fixes the bug, however if there has been any rom like this http://forum.xda-developers.com/showthread.php?t=1596671, I always worked well in the wifi-data transitions.
Many comments like these describe the bug
http://forum.xda-developers.com/showpost.php?p=35992829&postcount=844
http://forum.xda-developers.com/showpost.php?p=35957517&postcount=747
EDIT:
solution in post 9 by dcseek
solution:
WARNING: I'M NOT RESPONSIBLE FOR ANY DAMAGE ON YOUR DEVICE
What you need:
- smartflash program with your favorite baseband
- a stock ROM on your device (you will need LG hidden menu)
- hyperterminal
- your original IMEI (it is on the original phone's package)
1. smartflash any baseband make sure you select "erase CAL data"
2. follow these instructions:
Quote:
Originally Posted by mohicanrat
1. Connect phone by USB
2. Enter 1809#*990# in dialer---------------> "hidden menu GB"
3. Select Port Settings -> Select CP USB
4. Start hyperterminal, in COM settings select same port like in devide manager -> LGE mobile USB Serial Port, 115200
5. Type AT if response is not OK, change port number
6. Type at%imei, it should display your current IMEI
7. Type at%imei=x,x,x,x,x,x,x,x,x,x,x,x,x,x,x , where x,x,x... is your orginal IMEI number
8. Reset
hidden menu workaround(all stock android versions):
i didn't know the new ics's code so i used an old trick to show hidden menu (i was using it with launcher pro) .
install holo launcher hd then on Home screen----> ADD shortcuts ---> choose Activities ----> select com.lge.hiddenmenu ---> hidden menu.
after this no code is needed to access hidden menu, tap 'n go!
Quote:
Originally Posted by Raum1807
Maybe you should add that the IMEI number must be entered without dashes.
It seems to be a common mistake.
For example if your IMEI on the sticker is 123456-78-901234-5 then the command must be at%imei=123456789012345
Quote:
Originally Posted by klappstuhl218
OH MY GOD! It worked! Thank you so much dcseek! And my imei wasn't even correct...
For people who try this with ICS stock: Hidden menu code was changed to 3845#*990#
3. take a beer
Click to expand...
Click to collapse
I solved this kind of problem I was having just changing network operator. Never got this problem again. And I know that it's also related to phone, since I had a Sony x10 before with the same simcard and never got this on that phone, but the only way to solve it was changing operator.
Sent from my LG-P990 using xda app-developers app
rafabad said:
Hi guys, I'm not a developer, despite that I dare to open this topic.
It's all an annoying bug that has "some" of our P990, is that after being connected to a wireless network connection is not restored data.
I encourage developers great forum to find the solution this annoying bug. I'm pretty sure it's not a problem of the baseband and ril, I've tried all the possible combinations, I assure you, any fixes the bug, however if there has been any rom like this http://forum.xda-developers.com/showthread.php?t=1596671, I always worked well in the wifi-data transitions.
Many comments like these describe the fault
http://forum.xda-developers.com/showpost.php?p=35992829&postcount=844
http://forum.xda-developers.com/showpost.php?p=35957517&postcount=747
Click to expand...
Click to collapse
+1
I'm facing this problem for a long time now since I installed a CM7 rom. Plus I'm having troubles during network operators change my device is not disabling data connection in Roaming. Even with a different sim card the result is the same. Thnx in advance.
Inviato dal mio LG-P990 con Tapatalk 2
I doubt no one will find solution because problem persist only on couple of devices and must be reproduced here for helping.
So this is your part to fix it - make logs, and not devs part.
Great you opened this thread man! I like your style, I was doubting to open a thread but didnt go for it because of missing some essential dev skills. However, many many users have this bug and I also read there was a specific fix in CM7. We first have to analyse the problem as deep as possible. I will try to help as much as possible. Not at home right now yet..
Verstuurd van mijn LG-P990 met Tapatalk
finally, someone's highlighting this basic problem that still persists no matter what rom I use. I have used various GB including DJ and CM7 and now official ICS as well as CM10, running CM10 on the old bootloader for nearly over a month, and have faced this wifi to 3g/2g switch bug in all these roms. the only possible solution has been without rebooting is to go into flight mode and then turn the radio on again. If you want, I can submit a radio logcat as well. Can someone please tell me which app to use for creating a radio logcat?
Here are my logcats of the situation.
Facing this problem also, for a very long time.
Works fine with CM7 (temasek build), and after that, newer roms all have this bug.
I have the same problem with ICS and CM10. With CM7.2 y have not the problem...the problem is very annoying
Solved
dcseek said:
+1
I'm facing this problem for a long time now since I installed a CM7 rom. Plus I'm having troubles during network operators change my device is not disabling data connection in Roaming. Even with a different sim card the result is the same. Thnx in advance.
Click to expand...
Click to collapse
SOLVED:
in addition i had problems to connect to a Slovenian network operator.
checking my radio logs i discovered that during call or comunicating with network cell my device was sending wrong commands and i had strange CME errors.
Searching on XDA i found those problems in different threads but i found a pattern in baseband flashes.
It is not ROM related, every android version is having the same strange radio behavior.
The solution is to smartflash any baseband using erase CAL data ticked(i know! everywhere is written to not use it...)
and restore your IMEI that will be erased during flash operation.
I'M SUGGESTING TO WHO WANTS TO FOLLOW THIS GUIDE TO RESTORE YOUR OWN IMEI BECAUSE YOU COULD BLOCK SOMEONE ELSE IMEI.
DO NOT USE IMEI RESULTING FROM FLASH WITH ERASE CAL DATA!!!
solution:
WARNING: I'M NOT RESPONSIBLE FOR ANY DAMAGE ON YOUR DEVICE
What you need:
- smartflash program with your favorite baseband related to your region Do not flash SU660's basebands if you are in Europe
- a stock ROM on your device (you will need LG hidden menu)
- hyperterminal
- your original IMEI (it is on the original phone's package)
1. smartflash any baseband make sure you select "erase CAL data"
2. follow these instructions:
Originally Posted by mohicanrat
1. Connect phone by USB
2. Enter 1809#*990# in dialer---------------> "hidden menu GB"
3. Select Port Settings -> Select CP USB
4. Start hyperterminal, in COM settings select same port like in devide manager -> LGE mobile USB Serial Port, 115200
5. Type AT if response is not OK, change port number
6. Type at%imei, it should display your current IMEI
7. Type at%imei=x,x,x,x,x,x,x,x,x,x,x,x,x,x,x , where x,x,x... is your orginal IMEI number
8. Reset
Click to expand...
Click to collapse
hidden menu workaround(all stock android versions):
i didn't know the new ics's code so i used an old trick to show hidden menu (i was using it with launcher pro) .
install holo launcher hd then on Home screen----> ADD shortcuts ---> choose Activities ----> select com.lge.hiddenmenu ---> hidden menu.
after this no code is needed to access hidden menu, tap 'n go!
Originally Posted by Raum1807
Maybe you should add that the IMEI number must be entered without dashes.
It seems to be a common mistake.
For example if your IMEI on the sticker is 123456-78-901234-5 then the command must be at%imei=123456789012345
Click to expand...
Click to collapse
Originally Posted by klappstuhl218
OH MY GOD! It worked! Thank you so much dcseek! And my imei wasn't even correct...
For people who try this with ICS stock: Hidden menu code was changed to 3845#*990#
Click to expand...
Click to collapse
3. take a beer
hope this helps other with same problem.
here's a comparison between radio log before and after (no connection on operator, one of my problems) :
before Erase CAL data
D/GSM ( 504): [GsmSST] Poll ServiceState done: oldSS=[0 home Si.Vodafone Si.Vodafone 29340 Unknown CSS not supported -1 -1 RoamInd=-1
DefRoamInd=-1 EmergOnly=false] newSS=[0 home Si.Vodafone Si.Vodafone 29340 Unknown CSS not supported -1 -1 RoamInd=-1
DefRoamInd=-1 EmergOnly=false] oldGprs=1 newData=1 oldMaxDataCalls=1 mNewMaxDataCalls=1 oldReasonDataDenied=-1
mNewReasonDataDenied=-1 oldType=Unknown newType=Unknown
After
D/GSM ( 6943): [GsmSST] Poll ServiceState done: oldSS=[0 roaming Si.Vodafone Si.Vodafone 29340 EDGE CSS not supported -1 -1 RoamInd=-1
DefRoamInd=-1 EmergOnly=false] newSS=[0 roaming Si.Vodafone Si.Vodafone 29340 EDGE CSS not supported -1 -1 RoamInd=-1
DefRoamInd=-1 EmergOnly=false] oldGprs=0 newData=0 oldMaxDataCalls=1 mNewMaxDataCalls=1 oldReasonDataDenied=-1
mNewReasonDataDenied=-1 oldType=EDGE newType=EDGE
EDIT:
i found out that with other devices like i9000 it's normal to backup /EFS partition to prevent this problems (not only IMEI related)
enjoy
Do you think this may solve all wierd problems with relation to the radio?
Problems i have:
* Not switching from wifi to cellular
* Showing full signal but not actually being connected (data does not go through, making a call turns the icon into a red cross) (sometimes a full reboot or just flightmode is needed to get back online)
* Generally bad/unstable 3g/2g connections
* Dropping wifi connection
* unable to make a call eventhough there is signal, 2nd try works
* Not switching to wifi when walking into a known network
Can any of the reporters confirm this works?
tetsuo55 said:
Do you think this may solve all wierd problems with relation to the radio?
Problems i have:
* Not switching from wifi to cellular
* Showing full signal but not actually being connected (data does not go through, making a call turns the icon into a red cross) (sometimes a full reboot or just flightmode is needed to get back online)
* Generally bad/unstable 3g/2g connections
* Dropping wifi connection
* unable to make a call eventhough there is signal, 2nd try works
* Not switching to wifi when walking into a known network
Can any of the reporters confirm this works?
Click to expand...
Click to collapse
At the end if you tried all others fix like me, this was the last shot before selling the phone.
erase Cal data in my case didn't delete IMEI but was an invalid IMEI. When i restored mine everything was working perfectly.
my symptomes where similar to yours.... but i can't confirm that is the same situation.
Here is another thread concerning this issue:
http://forum.xda-developers.com/showthread.php?t=1576519
dickeplatte said:
Here is another thread concerning this issue:
http://forum.xda-developers.com/showthread.php?t=1576519
Click to expand...
Click to collapse
this is one of the threads i've read to find out the solution for me...
the problem is not so spread but i think that with all this new roms is possible that will grow.
Sounds interesting! I will try it when I'm at home. It would be great if this annoying bug gets finally fixed. Sometimes when it appears I just want to throw the phone at the next wall...
jeroenqui said:
Here are my logcats of the situation.
Facing this problem also, for a very long time.
Works fine with CM7 (temasek build), and after that, newer roms all have this bug.
Click to expand...
Click to collapse
I guess you have started your logs just before you deactivated wifi!? Because I think the bug happens earlier. My phone looses mobile data connection after a few Minutes and network status changes to UNKOWN:0. I'm quite shure that this is not intended because I tested it on another 2X an it doen't loose the mobile network even after several hours.
dcseek said:
this is one of the threads i've read to find out the solution for me...
the problem is not so spread but i think that with all this new roms is possible that will grow.
Click to expand...
Click to collapse
I never found any solution for this problem, hope the erase cal think will do it.
Does anybody know what erase cal exactly means, further than deleting imei
dickeplatte said:
I never found any solution for this problem, hope the erase cal think will do it.
Does anybody know what erase cal exactly means, further than deleting imei
Click to expand...
Click to collapse
I have researched a lot this but nowhere is explained what is erasing.
if anybody knows please share your knowledge
Inviato dal mio LG-P990 con Tapatalk 2
I think that happens on purpose. No point in keeping mobile data active while you're connected to WiFi, right?
I've filtered the unrelated lines out of the logcat and this is what's left.
Code:
01-02 11:36:45.740 D/WifiService( 296): setWifiEnabled: false pid=416, uid=10037
01-02 11:36:45.780 D/CommandListener( 105): Clearing all IP addresses on wlan0
01-02 11:36:45.800 D/ConnectivityService( 296): ConnectivityChange for WIFI: DISCONNECTED/DISCONNECTED
01-02 11:36:46.140 [B]D/ConnectivityService( 296): Attempting to switch to mobile[/B]
01-02 11:36:46.150 D/ConnectivityService( 296): Attempting to switch to BLUETOOTH_TETHER
01-02 11:36:46.200 D/NetUtils( 296): android_net_utils_resetConnections in env=0x4ec61fa8 clazz=0xea000001 iface=wlan0 mask=0x3
01-02 11:36:46.200 D/ConnectivityService( 296): resetConnections(wlan0, 3)
01-02 11:36:46.280 I/wpa_supplicant(11198): wlan0: CTRL-EVENT-TERMINATING
01-02 11:36:46.330 W/Smack/Packet( 634): notify conn break (IOEx), close connection
01-02 11:36:46.640 I/qtaguid ( 634): Failed write_ctrl(u 70) res=-1 errno=22
01-02 11:36:46.640 I/qtaguid ( 634): Untagging socket 70 failed errno=-22
01-02 11:36:46.640 W/NetworkManagementSocketTagger( 634): untagSocket(70) failed with errno -22
01-02 11:36:46.670 [B]D/ConnectivityService( 296): handleInetConditionChange: no active default network - ignore[/B]
01-02 11:36:46.710 W/Netd ( 105): No subsystem found in netlink event
01-02 11:36:46.710 D/NetlinkEvent( 105): Unexpected netlink message. type=0x11
01-02 11:36:51.210 D/NetworkStateObserver(17841): Network status changed.
Maybe the problem lies in one of the lines I have made bold.
I should make another logcat when it does succesfully reconnect to mobile data and compare it.
But somehow I don't think the we can get any results from those logs regarding this issue.
klappstuhl218 said:
I guess you have started your logs just before you deactivated wifi!? Because I think the bug happens earlier. My phone looses mobile data connection after a few Minutes and network status changes to UNKOWN:0. I'm quite shure that this is not intended because I tested it on another 2X an it doen't loose the mobile network even after several hours.
Click to expand...
Click to collapse
dcseek said:
I have researched a lot this but nowhere is explained what is erasing.
if anybody knows please share your knowledge
Inviato dal mio LG-P990 con Tapatalk 2
Click to expand...
Click to collapse
Me too,
but anyway: i dared to use your method. And i think it works! I have to do a test with more time in standby but looks very promising!
Nevertheless:
THANKS dcseek!!!!
I searched the word "unknown" in logcatradio and I found this:
D/AT ( 107): dlc[5] atchannel: at_send_command_full_nolock() tid:30594888, waiting(180000 msec) for signal...DONE
D/AT ( 107): dlc[5] atchannel: at_send_command_full_nolock() end, err:0
D/AT ( 107): dlc[5] atchannel: at_send_command_full() s_commandmutex[5] UNLOCKED, tid:30594888, err - 0
D/RILC ( 107): [0136]< QUERY_NETWORK_SELECTION_MODE {2}
D/RIL ( 107): dlc[5] lge-ril: requestInterface(QUERY_NETWORK_SELECTION_MODE) invoking *requestFunction(req:45, data: 0x00000000, len:0)...DONE
D/RILJ ( 645): [0136]< QUERY_NETWORK_SELECTION_MODE {2}
D/GSM ( 645): [GsmSST] Poll ServiceState done: oldSS=[3 home null null null Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false] newSS=[1 home Orange Orange null Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false] oldGprs=1 newData=1 oldMaxDataCalls=1 mNewMaxDataCalls=1 oldReasonDataDenied=-1 mNewReasonDataDenied=-1 oldType=Unknown newType=Unknown
D/GSM ( 645): [GsmSST] updateSpnDisplay: changed sending intent rule=2 showPlmn='true' plmn='Orange' showSpn='false' spn='null'
D/AT ( 107): dlc[12] atchannel: readline() count:40. Read string - "
D/AT ( 107): +XDNS: 1, "0.0.0.0", "0.0.0.0"
http://forum.xda-developers.com/showpost.php?p=36174582&postcount=9
I also am going to try it, then tell as I've done

[Q] root - putty

hi, when I am trying to use putty it shows a message : network error: connection timed out. I saw my phone's ip address using adb, and it shows:
*daemon not running. starting it now on port 5037*
*daemon started successfully*
after it, my ip.
What can I do? I tried to change the port on both programs and it didn't work.
lucascastro said:
hi, when I am trying to use putty it shows a message : network error: connection timed out. I saw my phone's ip address using adb, and it shows:
*daemon not running. starting it now on port 5037*
*daemon started successfully*
after it, my ip.
What can I do? I tried to change the port on both programs and it didn't work.
Click to expand...
Click to collapse
Hi,
Did you download PuTTY.exe or PuTTYtel.exe? You need the PuTTYtel.exe file. Feel free to PM me if you need more help to get rooted.
Good luck!
lucascastro said:
hi, when I am trying to use putty it shows a message : network error: connection timed out. I saw my phone's ip address using adb, and it shows:
*daemon not running. starting it now on port 5037*
*daemon started successfully*
after it, my ip.
What can I do? I tried to change the port on both programs and it didn't work.
Click to expand...
Click to collapse
i would try googleing for the Moto X Toolkit and use that to Root your device with Rockmymoto it is about as automated as it can get.

Question Where goes the Bluetooth HCI snoop log?

Hi, I enabled the Bluetooth HCI snoop log option in the developer options but can't find the the log anywhere. Also, if I connect the device via USB there is no Android Btsnoop device.
Any idea how to get at this?
Use the
adb bugreport filename
Click to expand...
Click to collapse
command to generate a bug report, which will create
filename.zip
Click to expand...
Click to collapse
in the current directory. In this zip, look into
filename.zip\FS\data\misc\bluetooth\logs
Click to expand...
Click to collapse
directory there must be file, which can be opened with Wireshark to examine the traffic.
Thanks, that works fine
or MTK log...system root...
Hi, I managed to generate the report but cant find the Bluetooth folder under misc (or anywhere) although Bluetooth hci has been enabled
Any advice? thanks!
https://apkpure.com/super-mtk-engineering/com.princewellinc.supermtkengineering
its replaced ...upper comment ..parts of the MTK logger

Categories

Resources