[Q] CellID and LAC - Zooper Widget General

Is it possible to display the CellID/LAC and other network information in your widget? There does not seem to be a standard parameter for these values.

Related

Enable missing GPS control panel? Help please!

Just flashed Schaps 4.30 to my Vario II which we love by the way! It has a reg edit facilility on it but does anyone know how I can enable the GPS control panel to go with my external GPS gizmo? I'm sure I read it here somewhere but when I search for GPS it says there are no matches.
I'm sure its a quickie for some helpful peeps out there! Many thanks!
Look in start>settings>system
There's no option or control panel for GPS in settings. Its not listed at all. I know that it's built into Windows but its hidden. I'm looking for the way to enable it to show up, which I think is done in the registry.
The Wiki is your friend:
http://wiki.xda-developers.com/index.php?pagename=Universal_Registry
To hide or show the GPS connection in the connections panel
The settings are at 'HKEY_LOCAL_MACHINE\ControlPanel\GPS Settings'
The 'Hide' DWORD value should be set to '0' or deleted to show the panel and to '1' to hide the panel
The 'Group' DWORD value should be set to '2' to show the panel and deleted to hide the panel
For example, to show the GPS connection in the connectionss panel
HKEY_LOCAL_MACHINE\ControlPanel\GPS Settings\Hide = 0
HKEY_LOCAL_MACHINE\ControlPanel\GPS Settings\Group = 2
OR here:
http://wiki.xda-developers.com/index.php?pagename=WM5_Tweaks_Other
Add GPS settings icon
If you have a GPS device, you can add a GPS settings icon to your Start > Settings menu using:
HKLM\ControlPanel\GPS Settings\Group = 2 (DWORD decimal)
HKLM\ControlPanel\GPS Settings\redirect <-- delete, or rename, this value
Note that '2' stands for the Connections tab, '1' is System and '0' would be Personal
Note also that this has reportedly disabled one person's USB connectivity. To restore, set "GPS Program Port = None", "GPS Connection Port = None", "Automatic GPS Management = on"

GPsone PDE IP HELP!!!

looking if possible to changed the PDE IP to my home IP adress..
can i then get the GPS coordinates and plot them on google earth or something?
use GOops?
or something like that to plot them?
is this even possible with GPS one?
thanks

[Q] PROBLEM: WLAN (WPA Enterprise) does not work for a long time

Hi!
First: I do not know wether General discussion - Networking would be a better place, so if an admin thinks so, please move this thread.
my problem: after some hours, offen after night, my wlan does not work properly:
my config:
2 WLAN-routers Syslink WRT54G with DD-WRT v24-sp2 with identical config (SSID and so on - but of course different channels):
two virtual WLANs on each
1) WPA(2) Enterprise with username/pass or user certificate
radius server
for individual users
2) WPA(2) PSK for wlan radios and so on
my Desire uses 1) (tried both: username and certificate, same result)
my Desire:
various radios, now 5.10.05.23
LeeDroid V2.0a Froyo
my problem:
after some hours in the Wi-Fi config I got:
Wi-Fi: Authenticating with MY_SSID...
and this messages does not change.
This has interesting effects to my Desire:
there is still the wlan symbol in status bar, no G3 (mobile network setting is on) so my Desire seems to know, that wlan is working
htc weather app - refresh - "Unable to connect You need a network connection to use this application. Please turn on mobile network or Wi-Fi"
standard internet browser - internet works fine
http://mobil.tagesschau.de Streaming of Tagesschau in 100 Sekunden
popup "Movies or Streaming Media Player" - Movies = all works, Streaming = "Connection failes This application requieres network access ..."
Astrid snyc - works
maps - works
K-9 - new mails are received after manual "check mail" but not pushed via IMAP idle
via *#*#4636#*#*
Wifi Config
* ID 5 SSID: "MY_SSID" BSSID: null
PRIO: 67
KeyMgmt: WPA_EAP IEEE8021X Protocols: WPA RSN
AuthAlgorithms:
PairwaiseCiphers: TKIP CCMP
GroupCiphers: WEP40 WEP104 TKIP CCMP
PSK:
eapEAP
phase2: auth=MSCHAPV2
identity: My User Name
anonymous_identity:
password: xxxxxx
client_cert:
private_key:
ca_cert:
Wifi Status
Wifi State: enabled
Network State: Authenticating with MY_SSID
Supplicant State: COMPLETED
RSSI: -61
BSSID: 00:14:xxxx
SSID: MY_SSID
Hidden SSID: false
IPaddr: 192.168.1.15
MAC addr: 38:xxxx
Network ID: 5
Link Speed: 54 Mbps
Scan results:
run ping test:
ping IpAddr: pass
ping Hostname (www.google.com): pass
HTTP Client test: pass
even if there is an "authentication ..." message
my radius server log shows me no authentication process, no working and no failing one.
so, now I have to options:
wifi off/on or
going to the second wlan ap, so my Desire switches to it because this is then the stronger wifi
signal
in wifi setting now: Connecting MY_SSID, scan, Connecting, Connected with MY_SSID
after this K-9 get immediately new mails pushed via imap idle, weather updating works, streaming is fine ... and my radius server log shows me an authentication process
(I swaped both routers but no effect for my problem.)
changes in *#*#4636#*#*
Wifi State: enabled
Network State: Connected to MY_SSID
RSSI: -64
Any idea for this strange phenomenon? It is very annoying!
nobody here who uses WPA enterprise / wpa with radius?
Hi
were you able to ever fix this problem. I am currently having the same issue
thanks
there is an issue in google's android bugtracker, with many concerned users, but no help by google.
http://code.google.com/p/android/issues/detail?id=12125
Hi Folks
Does anyone know if there is a ROM that fixes this issue, or if there is a fix anywhere. We have a number of Desires in the office which all suffer this issue when connected to our Cisco based WiFi network (WPA Enterprise). We have managed to get IT to extend the re-auth period to 1hr, but they will go no further. Current work around is to take a walk to the other side of the office and force a re-associate to a new AP (or dis/enable wifi on the phone). Not ideal.
Thanks
there is still no fix to this, but I found a working solution:
Fix My Wifi
https://market.android.com/details?...wsMSwxLDEsImNvLnVrLnN5c2x5bnguZml4bXl3aWZpIl0.
https://market.android.com/details?...xLDEsImNvLnVrLnN5c2x5bnguZml4bXl3aWZpZGVtbyJd
HTH

[Q] WM6.5/7: sniffing AT+ commands over BlueTooth connection

Hello - I'm trying to find the AT+ traffic going between my phone and devices. Is there some application that provides this level of diagnostic already? Any pointers as to what I need to do to create a program directly? I know CreateFile to open COM port and do basic read/write, but I don't think that get's me access to the AT+ flow?
Thanks,
Nick.
Check Handango. I believe Resco makes a mobile packet sniffer for IT use that tracks all network adapter traffic and logs it for review.

Even with deactivated AGPS: Strange SUPL connections to amazonaws

I just discovered that my lineageOS (starlte) is doing a connection to amazonaws every time I'm using GPS (doesn't matter which app). The used port indicates that its a SUPL connect for assisted GPS (which I deactivated) . But I didn't found a configuration file like gps.conf to change that. Probem is: Those SUPL requests are known to reveal IMEI and location.
Code:
starlte:/ # tcpdump -i any -s0 port 7275
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on any, link-type LINUX_SLL (Linux cooked), capture size 262144 bytes
12:01:27.77129 IP 192.168.179.29.33724 > ec2-52-34-211-161.us-west-2.compute.amazonaws.com.7275: Flags [S], seq 2728158607, win 65535, options [mss 1460,sackOK,TS val 4294942063 ecr 0,nop,wscale 6], length 0
15:06:27.777399 IP ec2-52-34-211-161.us-west-2.compute.amazonaws.com.7275 > 192.168.179.29.33724: Flags [R.], seq 0, ack 2728158608, win 0, length 0
Hi,
You should sniff the packet that are sent/received through these connections, both to know what information is leaking and to know of who are these servers.
you could setup a bridge connection on a PC , Fiddler should be the software for you. Or wireshark if you are more advanced.
I've also seen this on multiple of my past devices

Categories

Resources