www.android-online.ru Разработчикиalt236

Приложения разработчика alt236 в Android Market

Критерий сортировки:
1-10 из 12
Иконка для Network Port Database 0.1.4

Network Port Database (v. 0.1.4)

alt236 опубликовал приложение 2012-02-01
(обновлено 2012-02-01)

This application contains a database of the network Ports as they are assigned by IANA.

With this application you can see which application is registered to use a port or, vice versa.

To perform a wildcard search, use the percentage sign (%). So typing "ftp%" will search for all items which start with "ftp". Or typing "2%" in the portst field will give you all ports starting with "2".

The database is stored on the SD and is updated online.

Before you can use this application, you will need to download a copy of the OUI database. To do that press "Menu->Update DB". I refresh and  upload this database weekly.

For more information about port numbers see here: http://www.iana.org/assignments/port-numbers

No ads.

***
Please email me with any bugs/problems/feature requests. I cannot reply to market comments which can make debugging difficult.
***

Бесплатно
Иконка для WiFi Key Recovery (needs root) 0.0.6

WiFi Key Recovery (needs root) (v. 0.0.6)

alt236 опубликовал приложение 2011-11-21
(обновлено 2011-11-21)

** You need root to use this application.
** You need to have connected to the network in the past.
** This app cannot "hack" into an unknown/new network.

I cannot help you with getting root. Have a look at http://forum.xda-developers.com for that.

Have you ever forgotten the password of your home WiFi network, or the one you setup for your parents a few months back?

This application will help you recover the password of a wireless network you have connected to with your device in the past.

You can then either tap on an entry to copy it, or export the list to SD, or share it using the standard Android sharing facilities.

It does not crack the network, or use the MAC/SSID address to deduce the password. It simply reads it from the device itself.

Essentially it parses the wpa_supplicant file.

For more information on how the keys are recovered read here: http://alt236.blogspot.com/2011/04/android-wifi-password-locations.html

No ads.
Please use responsibly.

Tested by me on:
•HTC Desire Z
•Samsung Galaxy Tab.

According to feedback it also works on:
•HTC Desire HD
•HTC Evo
•LG Optimus 2X
•Motorola Defy
•Samsung Captivate
•Viewsonic gTablet
•Xperia X10 Mini

Email me if does not work on your device and I'll try to fix it.

***
Please email me with any bugs/problems/feature requests. I cannot reply to market comments which can make debugging difficult.
***

Бесплатно
Иконка для KeyEvent Display 0.0.4

KeyEvent Display (v. 0.0.4)

alt236 опубликовал приложение 2011-04-16
(обновлено 2012-09-13)

Once, I was playing with a number of Chinese tablets and trying different ROMs on them as they are technically the same hardware (HSG X5A variants).

I've had some problems getting the hard buttons to work though, so I wrote this application to detect key events and print them out. It will print out the following:

KeyEvents: The KeyEvents as Android understands them (KeyUp, KeyDown, KeyLongPress, KeyMultiple)

LogCat: Any relevant messages in logcat. Its filtered based on keywords declared in arrays.xml

Kernel: Any relevant messages in the kernel log. Its filtered based on keywords declared in arrays.xml. Kernel log parsing needs root.

The three checkboxes at the top control what information will be displayed.

This is a personal debug tool, but I hope it will be of some use to someone else.

No Ads.

Notes
--------------
While the application is running, the only "hard" keys which should work is "Home" and power. All others will produce their keycodes.

The SU request is to read the kernel log, so I can check if any keyevents are thrown by the kernel.

The location of keylayout files in Android is /system/usr/keylayout.

Kernel log parsing needs root

Both logcat and kernel log monitoring will only display lines containing words from two arrays in arrays.xml (i.e. you need to recompile the app to change them at the moment)

Currently the filters are:

Logcat:
|-HwGPIOE->GPDA
|-keycode
|-keycharacter

Kernel:
|-HwGPIOE->GPDA
|-keycode
|-keycharacter

Permissions
--------------
READ_LOGS: Used to access the Logcat log.
WRITE_EXTERNAL_STORAGE: Used to write the exported data to the SD card.

Бесплатно
Иконка для PCI Vendor/Device Database 0.1.4

PCI Vendor/Device Database (v. 0.1.4)

alt236 опубликовал приложение 2011-03-10
(обновлено 2011-03-10)

This app is a database of PCI Vendor and Device IDs (VEN/DEV)

It can be used to find out which drivers you need to install to get a PCI card running based on the VEN/DEV strings that the OS reports.

The DB comes from: http://pciids.sourceforge.net/v2.2/pci.ids

The db is stored on the SD and is updated online.

No ads.


***
Please email me with any bugs/problems/feature requests. I cannot reply to market comments which can make debugging difficult.
***

Бесплатно
Иконка для MAC (OUI) Database 0.1.5

MAC (OUI) Database (v. 0.1.5)

alt236 опубликовал приложение 2011-02-25
(обновлено 2012-06-21)

This application is a database of Organizational Unique Identifiers (OUIs).

OUIs are the first 24 bits of a MAC address (Bluetooth or Ethernet).

With this app you can see which company owns a MAC (e.g. 00:09:2D for HTC), or vice versa.


The database is locally stored on the SD and can be updated online.

To do a wildcard search, use the '%' character.

No ads.

***
Please email me with any bugs/problems/feature requests. I cannot reply to market comments which can make debugging difficult.
***

Бесплатно
Иконка для Android Resource Viewer 0.0.7

Android Resource Viewer (v. 0.0.7)

alt236 опубликовал приложение 2010-11-14
(обновлено 2013-05-25)

This application will list all public and private Android resources (i.e. resources located under android.R.* and under com.android.internal.R.*) for the current device.

If the resource is a drawable or a colour the background colour of the list can be changed to see how it looks next to a different colour.

This application used to be called Android Drawables.

This is not a drawing app.

Probably only useful to developers :)

No ads.

github: https://github.com/alt236/Android-Drawables---Android

WARNING:
Internal resources (anything under 'com.android.internal.R') are not guaranteed to be in all devices/android versions.
Do not reference them directly in your application or it _will_ crash on untested device configurations.

***
Please email me with any bugs/problems/feature requests. I cannot reply to market comments which can make debugging difficult.
***

Бесплатно
Иконка для Under the Hood 0.1.0

Under the Hood (v. 0.1.0)

alt236 опубликовал приложение 2010-10-30
(обновлено 2013-03-27)

This app will run shell commands to get info from the device

It's a personal debug tool, but it might be of use to someone else

Root not needed, but rooted devices should give more info

Not all commands work on all ROMs

No ads

Export to SD/app share

>> Commands <<
$cat /proc/devices
$cat /proc/meminfo
$cat /proc/mounts
$cat /proc/net/arp
$cat /proc/net/if_inet6
$cat /proc/net/ipv6_route
$cat /proc/net/route
$cat /proc/net/wireless
$cat /proc/version
$df -ah
$getprop dalvik.vm.execution-mode
$getprop dalvik.vm.heapsize
$getprop gsm.version.baseband
$getprop ro.build.fingerprint
$getprop ro.product.version
$getprop ro.sf.lcd_density
$ifconfig -a
$ip -f inet6 addr
$ip -f inet6 route show
$ip addr
$ip route show
$lsmod
$netcfg
$netstat -apnW
$netstat -rpnW
$ps
$route -A inet6 -n
$route -n
$uname -a

Github: https://github.com/alt236/Under-the-Hood---Android

***
Please email me with any bugs/problems/feature requests. I cannot reply to market comments which can make debugging difficult.
***

Бесплатно
Иконка для Network Info (Donate) 0.5.0

Network Info (Donate) (v. 0.5.0)

alt236 опубликовал приложение 2010-09-13
(обновлено 2010-09-13)

If you are running Android 2.1+ purchase "Network Info II (donate)" instead.
This means most devices manufactured since mid 2010
================================================

Same as Network Info but I buy a cup of coffee :)

Shows info about the phone and the current net connection.

Can also display the public/external IP address & hostname.

No ads.

Only goes online to get public IP via whatismyip.org and resolve it.

+Export
+Net location
+MCC+MNC

***
Please email me with any bugs/problems/feature requests. I cannot reply to market comments which can make debugging difficult.
***

US$0.99
Иконка для Network Info II (Donate) 0.6.0

Network Info II (Donate) (v. 0.6.0)

alt236 опубликовал приложение 2010-09-13
(обновлено 2012-08-20)

Same as free version but I buy a cup of coffee :)

2.1+ version of "Network Info"
Shows info about the phone and the current network, Bluetooth, IPv6 and Cell connection.

It also shows your public/external IP & hostname.

Only goes on-line to get and resolve the public IP via my own server http://aschillings.co.uk/myscripts/getip.php and to remotely resolve it (see notes below). Initially the application was also using whatismyip.org  but, as the server seems to be constantly down it was removed.

No ads.

>> Information shown <<
•Device IP and hostname, both private and public.

•Current mobile Cell and any neighbours, along with their signal strength, location info and type.

•IMSI/ IMEI.

•Information about the current mobile provider (MCC+MNC, current connection, etc.)

•The Android device unique ID.

•Full information regarding the WiFi connection (MAC, current SSID and BSSID, link speed, IP/Netmask, Gateway, DNS and DHCP servers, etc.)

•Your current location according to Android based on your network neighbours. No GPS is needed or used.

•Information regarding Bluetooth status, the current Bluetooth connection(s) and info about past pairings.

•IPv6 device and router IP addresses for all device interfaces (see notes, this should now work for everyone).

>> Notes <<
•This is an expansion of the 'Network Info' application, to support more phones based on the 2.1 Android API.

•I only have a GSM/UMTS phone. If anything funny happens on any other phone type, email me and I will try to fix it.

•This application will connect to the network only to fetch your external IP/Hostname (using http://aschillings.co.uk/myscripts/getip.php and http://aschillings.co.uk/myscripts/gethostname.php). No other information is sent (my policy is located below).

•Please email me about any bugs or features you want. I cannot see all market comments and I am not notified when someone does comment.

•The IPv6 part should now work for everyone. If that is not the case for you, please email me (aschillings.dev@gmail.com) so I can try to fix it. If possible, download 'Under the hood' from the market and send me the results via export.

•If you want to show the Vendor which owns a MAC address, download 'MAC (OUI) Database' from the market (it is one of my applications) and use it to download a copy of the OUI database.

•In version v0.5.2 I added remote hostname resolution which is your public hostname as is resolved by my server. It should be the same as your external hostname, unless there is a record propagation delay or your DNS server is lying (like some home routers which resolve their external address as a local hostname). My server is hosted by 1and1 so this will be unreliable if you use the same DNS servers.

•'Ext. Hostname (L)' is the hostname your device resolves your external IP (local resolve).n

•'Ext. Hostname (R)' is the hostname my server resolves your external IP (remote resolve).

•'Field Test' is a hidden application which comes installed in HTC phones. The menu item will only appear if the 'Field Test' is installed in your phone.

>> Known Issues <<
Samsung devices do not display Neighbouring Cells. This is a problem in Samsung's Android implementation and there is nothing I can do.

>> Privacy Statement <<
I do not collect any information which can directly and uniquely identify and/or bind a user to a device or any other personal information. When you retrieve your external IP address, my server will log a standard website “hit” which is the same as if you browsed a page on my server using a browser. No other information is logged or kept.

***
Please email me with any bugs/problems/feature requests. I cannot reply to market comments which can make debugging difficult.
***

US$0.99
Иконка для Network Info II 0.6.0

Network Info II (v. 0.6.0)

alt236 опубликовал приложение 2010-09-01
(обновлено 2012-07-07)

2.1+ version of "Network Info"
Donate version available, buy me a coffee :)

Shows info about the phone and the current network, Bluetooth, IPv6 and Cell connection.

It also shows your public/external IP & hostname.

Only goes on-line to get and resolve the public IP via my own server http://aschillings.co.uk/myscripts/getip.php and to remotely resolve it (see notes below). Initially the application was also using whatismyip.org  but, as the server seems to be constantly down it was removed.

No ads.

>> Information shown <<
•Device IP and hostname, both private and public.

•Current mobile Cell and any neighbours, along with their signal strength, location info and type.

•IMSI/ IMEI.

•Information about the current mobile provider (MCC+MNC, current connection, etc.)

•The Android device unique ID.

•Full information regarding the WiFi connection (MAC, current SSID and BSSID, link speed, IP/Netmask, Gateway, DNS and DHCP servers, etc.)

•Your current location according to Android based on your network neighbours. No GPS is needed or used.

•Information regarding Bluetooth status, the current Bluetooth connection(s) and info about past pairings.

•IPv6 device and router IP addresses for all device interfaces (see notes, this should now work for everyone).

>> Notes <<
•This is an expansion of the 'Network Info' application, to support more phones based on the 2.1 Android API.

•I only have a GSM/UMTS phone. If anything funny happens on any other phone type, email me and I will try to fix it.

•This application will connect to the network only to fetch your external IP/Hostname (using http://aschillings.co.uk/myscripts/getip.php and http://aschillings.co.uk/myscripts/gethostname.php). No other information is sent (my policy is located below).

•Please email me about any bugs or features you want. I cannot see all market comments and I am not notified when someone does comment.

•The IPv6 part should now work for everyone. If that is not the case for you, please email me (aschillings.dev@gmail.com) so I can try to fix it. If possible, download 'Under the hood' from the market and send me the results via export.

•If you want to show the Vendor which owns a MAC address, download 'MAC (OUI) Database' from the market (it is one of my applications) and use it to download a copy of the OUI database.

•In version v0.5.2 I added remote hostname resolution which is your public hostname as is resolved by my server. It should be the same as your external hostname, unless there is a record propagation delay or your DNS server is lying (like some home routers which resolve their external address as a local hostname). My server is hosted by 1and1 so this will be unreliable if you use the same DNS servers.

•'Ext. Hostname (L)' is the hostname your device resolves your external IP (local resolve).n

•'Ext. Hostname (R)' is the hostname my server resolves your external IP (remote resolve).

•'Field Test' is a hidden application which comes installed in HTC phones. The menu item will only appear if the 'Field Test' is installed in your phone.

>> Known Issues <<
Samsung devices do not display Neighbouring Cells. This is a problem in Samsung's Android implementation and there is nothing I can do.

>> Privacy Statement <<
I do not collect any information which can directly and uniquely identify and/or bind a user to a device or any other personal information. When you retrieve your external IP address, my server will log a standard website “hit” which is the same as if you browsed a page on my server using a browser. No other information is logged or kept.

***
Please email me with any bugs/problems/feature requests. I cannot reply to market comments which can make debugging difficult.
***

Бесплатно
Страница:  1   2    »