More tidying up
This commit is contained in:
parent
9091f309c7
commit
8f1e5e4fbd
|
@ -7,22 +7,17 @@ Issue Tracker:http://code.google.com/p/a2dpvolume/issues/list
|
|||
Summary:Manage Bluetooth functions
|
||||
Description:
|
||||
Automatically adjusts the media volume on connect and resets it on disconnect.
|
||||
This is done so that stereo
|
||||
streaming audio can work properly.
|
||||
Intended primarily for car Bluetooth systems. It can read out
|
||||
text messages using Text To Speech (TTS) services while you are connected.
|
||||
Each paired Bluetooth
|
||||
This is done so that stereo streaming audio can work properly. Intended
|
||||
primarily for car Bluetooth systems. It can read out text messages using Text
|
||||
To Speech (TTS) services while you are connected. Each paired Bluetooth
|
||||
device or virtual device (home dock, car dock, power connection, or headset
|
||||
plug) can be configured
|
||||
to your liking.
|
||||
There is a [http://code.google.com/p/a2dpvolume/wiki/Manual manual] on the
|
||||
website.
|
||||
plug) can be configured to your liking. There is a
|
||||
[http://code.google.com/p/a2dpvolume/wiki/Manual manual] on the website.
|
||||
|
||||
A secondary feature is the ability to capture location information so you can
|
||||
find where you left your car.
|
||||
The location can also be automatically captured when exiting Car Mode on your
|
||||
Android device and read by
|
||||
any app that understands GPS data.
|
||||
find where you left your car. The location can also be automatically captured
|
||||
when exiting Car Mode on your Android device and read by any app that
|
||||
understands GPS data.
|
||||
.
|
||||
|
||||
Repo Type:hg
|
||||
|
|
|
@ -13,16 +13,14 @@ prebuilt programs like dnsmasq and iptables in the source code repository.
|
|||
There is a beta version of this under [[com.googlecode.android.wifi.tether]],
|
||||
and we will remove this when that gets released.
|
||||
|
||||
This program enables tethering (via WiFi and BT) for rooted handsets running Android.
|
||||
Clients (your
|
||||
laptop for example) can connect (via ad-hoc mode) and get access to the
|
||||
internet using the cellular
|
||||
data connection which is established by the handset.
|
||||
This program enables tethering (via WiFi and BT) for rooted handsets running
|
||||
Android. Clients (your laptop for example) can connect (via ad-hoc mode) and
|
||||
get access to the internet using the cellular data connection which is
|
||||
established by the handset.
|
||||
|
||||
This application requires a rooted device (basic Android still doesn't allow
|
||||
ad-hoc mode) and
|
||||
(probably) a custom-kernel which supports netfilter (iptables). Please see the
|
||||
website for detailed information.
|
||||
ad-hoc mode) and (probably) a custom-kernel which supports netfilter
|
||||
(iptables). Please see the website for detailed information.
|
||||
.
|
||||
|
||||
Requires Root:Yes
|
||||
|
|
|
@ -7,16 +7,13 @@ Issue Tracker:https://github.com/alt236/Android-Drawables---Android/issues
|
|||
Summary:List Android Resources
|
||||
Description:
|
||||
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.
|
||||
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.
|
||||
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. 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.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -10,17 +10,14 @@ Summary:Where was your device?
|
|||
Description:
|
||||
N.B Only applies if you are on Android 2.3.3-. Requires root.
|
||||
|
||||
If you opt-in to Network location, the non-free software provided by Google
|
||||
to every Android phone,
|
||||
a log will be kept of your location so that Google can benefit from the
|
||||
combination of location data and
|
||||
wireless signal data.
|
||||
If you opt-in to Network location, the non-free software provided by Google to
|
||||
every Android phone, a log will be kept of your location so that Google can
|
||||
benefit from the combination of location data and wireless signal data.
|
||||
|
||||
The log can't be viewed against a map within the app because an API key for
|
||||
Google Maps is missing
|
||||
from the f-droid.org build and no other map source is available. Another app
|
||||
that supports OpenStreetMap and
|
||||
gpx files can be used to view it, such as [[me.guillaumin.android.osmtracker]].
|
||||
Google Maps is missing from the f-droid.org build and no other map source is
|
||||
available. Another app that supports OpenStreetMap and gpx files can be used
|
||||
to view it, such as [[me.guillaumin.android.osmtracker]].
|
||||
|
||||
Anti-feature: Dependency. It's necessary for Google Maps to be already installed
|
||||
either as an app or as a shared system library for this app to be installable.
|
||||
|
|
|
@ -12,7 +12,7 @@ Not sure what Turtle Graphics and LOGO programming is? The original Turtle Graph
|
|||
enter commands which represented what would be drawn out out on a Cartesian plane. Droid Draw brings
|
||||
this same functionality to Android users.
|
||||
|
||||
Not sure what to do? Make sure to check out the help section in the app or visit the website. There is
|
||||
Not sure what to do? Make sure to check out the help section in the app or visit the website. There is
|
||||
information on how to use the app and what every command does.
|
||||
.
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ the certificates.
|
|||
|
||||
This application requires root, as well as a device that has the ‘grep’ command on it. (check busybox)
|
||||
If the ‘save’ doesn’t work, then you will need to make your /system partition read-write by using
|
||||
a file explorer like Ghost Commander or running something like #mount -o remount,rw /system in the terminal
|
||||
a file explorer like Ghost Commander or running something like #mount -o remount,rw /system in the terminal
|
||||
.
|
||||
|
||||
Requires Root:Yes
|
||||
|
|
Loading…
Reference in a new issue