Android :: Looking For A Simple Hiking GPS Like Bushnells Backtrack

May 27, 2010

Was wondering if there is a simple hiking gps app that works like the bushnell backtrack..link below. I found this Endomondo Sports Tracker does anyone have any info on how this one works?

Android :: Looking for a simple hiking GPS like bushnells backtrack


HTC Incredible :: Use GPS While Hiking Without 3G / Cell Signal?

Sep 22, 2010

What apps or hacks are available to use the GPS as a standalone navigation tool without having cell signal? I am frequently in the mountains where there is no signal, and would like to use my DI instead of my Garmin.

View 4 Replies View Related

Android :: Backtrack On Motorola Backflip

Jan 7, 2010

With the press release announcing the latest Motorola Android device, the BACKFLIP, we are getting quite a few questions on the addition of a rear touchpad. As a developer you can take advantage of the touchpad through the standard Android APIs offered in the event model. The experience, however, is unique to the BACKFLIP.

The touchpad responds to trackball events by default, or falls through to keypress events if you chose not to trap trackball events. The BACKFLIP also has 5-way navigation that responds to keypress events. So your application has the option of using the touchpad and 5-way keys in exactly the same way through keypress events, or creating two separate behaviors and experiences.

Be aware that there is a new user setting that enables or disables the touchpad, called BACKTRACK. This is turned on by default but can be disabled by the consumer. For more detailed information on coding for the touchpad refer to our technical library article http://developer.motorola.com/docstools/library/Using_BACKTRACK_Touch....

Anna Schaller Manager, Developer Education Motorola

View 2 Replies View Related

General :: Backtrack 5 On Android Terminal

Sep 15, 2012

when i will install backtrack 5 for android from this topic here: URL..... i get this in Terminal Emulator:

sh-4.1$ export PATH=/data/local/bin:$PATH
sh-4.1$ su
sh-4.1# cd sdcard
sh-4.1# cd backtrack
sh-4.1# cd bt5
sh-4.1# sh bt
mkdir: can't create directory '/data/local/mnt': File exists
[code]....

View 1 Replies View Related

General :: How To Run BackTrack 5 On Galaxy S3

Jul 25, 2013

Alright. I'm attempting to get backtrack running. Obviously. Here's my terminal thus far.

u0_a41@android:/ $ su
u0_a41@android:/ # cd sdcard/BT5 # sh bootbt
u0_a41@android:/sdcard/BT5 # sh bootbt
Loop device exists

[Code]...

As you can see. I have superuser rights and the file exists in that area. So I'm not sure why it won't work.

I'm running CyanogenMod 10.1.2 and I have busy box smart installed using the Terminal Emulator. Downloaded backtrack 5 arm version from the website itself and extracted it to sdcard/BT5

View 2 Replies View Related

General :: Thunderbolt WEP Cracking With Backtrack

May 22, 2012

I've been toying around with backtrack and wep cracking. I was wondering If you emulate Backtrack on your android which I have 5r2 running on it right now. Is it possible with the wifi chip to inject packets and put the device into monitor mode.

[URL] .....

There you can make drivers for linux. Plus this makes me wonder more: (Get Monitor Mode/Injection/Aircrack working on Galaxy S Devices) [URL] ....

Plus I read the g1 can possibly do it, so would the thunderbolt be able too? if so. So where do I start?

My Main point is if Android is base off Linux, why isn't there aircrack for android?

View 1 Replies View Related

Android :: Want To Create Simple GUI

Oct 13, 2010

Basically im trying to create a simple gui or a layout for android, and I'm really new to Android developing. I already found a way to create a list of stuff using ListActivity, and using the command Code...

View 2 Replies View Related

Android :: Looking For Simple Agenda App?

Jun 3, 2010

I've tried astrid, and google, and syncing astrid with RTM (free version), and other to-do lists and calendars. I'm just looking for a simple agenda app, where I can click on a damn date and add a list of stuff I want to do without all the mess of prioritizing, adding times, colors, drops of blood, etc. I just want to click and type and have it there, laid out in a simple organized view. possibly a widget. does anyone know of anything like this? Or could someone create one? Not everyone needs an overcomplicated mess.

View 1 Replies View Related

Android :: Need A Simple App For My Passwords

Jul 24, 2010

I need to save my bank account numbers, passwords and some credit card numbers. I do not need an app that is all that high tech and complicated. I would just like something that is protected via a password so that if my phone is lost/stolen the finder cannot access this information. I tried Keepass but I didn't really like it as I was unable to change the entry fields, ect. It would be nice to have the ability to have this information backed up somewhere.

View 10 Replies View Related

Android :: Simple App With TabActivity

Nov 17, 2010

I have been trying to reuse the tutorial on the Android developer website about developing a TabActivity App but, unfortunately, it never worked, even when I constructed it the exact same way as it is described...
Using the debugger it seemed the problem came from the main layout.

-> setContentView(R.layout.main); //After this line the app stops.

Here is my main.xml:

CODE:.............................

View 1 Replies View Related

Android :: Simple Example Of ContactsContract API

May 28, 2010

I haven't seen any docs on using the new ContactsContract API. Can someone please direct me to an example/explanation of using it?

View 1 Replies View Related

Android :: Need A Recommendation For A Simple Alarm

May 31, 2010

I'm looking for a simple alarm. Say I want the alarm to sound of next Thursday at 8:00 (with a text note re what the alarm is for would be really nice) or every June 7th, and a regular 24 hour alarm. On my PC I use Chameleon Clock which I rely on for scheduling. I'd love to find something like that if it's out there.

View 3 Replies View Related

Android :: Simple Way To Align Text On Tab?

Sep 19, 2009

I think I already know the answer to these, but I'm going to ask anway:

1) Is there a straightforward way to set the background color of a tab in its unselected state?

2) Is there a simple way to align the text on a tab?

View 2 Replies View Related

Android :: Need A Developer To Create A Simple App

Aug 4, 2010

I am looking for a developer to create a simple app for me. Its an insurance calculator. Please PM me if you can help. Its just a money multiplyer equation.

View 3 Replies View Related

Android :: How To Get Simple Music Player?

Jan 16, 2010

I haven't seen any search threads that answer this. Are there any good music players out there that are simple and functional? I have heard mixzing and nemo, but those are more than I need. I downloaded "mortplayer" and loved it... well except the fact it would force close every ten minutes. Plain, simple, and easy to use is what im looking for. Don't need album art and the like.

View 6 Replies View Related

Android :: Simple ListPreference Is Not Working?

Aug 27, 2010

I'm betting im missing one small thing. I've looked on the developer site and i've read some tutorials and i'm just not seeing what i did wrong. I'm trying to use a ListPreference to decide which sound to play on a button click. I have this at the top:

public String greensound;
Here's my OnClick code:
case R.id.green:
SharedPreferences prefs=PreferenceManager.getDefaultSharedPreferences(this);
greensound = prefs.getString("greensound", "gsone");
if (greensound == "gsone") {
mSoundManager.playSound(1);
} else if (greensound == "gstwo") {...................

View 3 Replies View Related

Android :: Simple Animation With 2 Images

Dec 16, 2009

I try to write an simple animation by using a handler.However whatever I try it does not function asynch which causes only the last image in the sequence being displayed.

CODE:...........

However it seems that all painting is done after the handler is completely done, meaning that the second image is shown and not the first.

I also tried the message handler implementation from the Snake sample but also here not with the expected result.

Can anyone give me an idea to show an image for a short definable period and switch back to the original image?

View 2 Replies View Related

Android :: Simple Game Development

Oct 20, 2009

I am new to development with android. I am a beginner. I have to develop games using android and opengles. Please send me a simple game with step by step approach. please help me in this.

View 2 Replies View Related

Android :: How To Compare Two Simple Images?

Jul 21, 2009

I'll get straight to the point. Please note that I haven't code anything in this project just yet. This is only an idea. In human language, my goal is to: 1. Take a picture of a blank white A4 paper. 2. Verify (by code) that the picture is "White". (this's why I include 'simple' in the topic) I mean, the program should be able to tell if the user just took the picture of "white" paper and not any other colors. For the code... I can guess that the actual process should be: 1. Use Camera API to take a picture. // this step should be easy 2. Convert it to Bitmap. // this step should also be easy 3. Verify that it is "White". //*** now I need some help here. How can I do step 3? I look up the docs and found this is the Bitmap class: getPixels (int[] pixels, int offset, int stride, int x, int y, int width, int height) I can use this and compare the data pixel-by-pixel but it seems expensive. Could anyone recommend me a more proper way(if there is) to do this please?

View 4 Replies View Related

Android :: Pause - How To Do A Simple Sleep

Feb 10, 2010

How do I do a simple sleep() in Android? e.g. in Perl:

sleep 5;

to sleep for 5 seconds. I have a program that continues scanning wifi until it finds a certain router then plays a tune once found. All works fine, but it scans in 1.6 EXTREMELY fast, where as on 2.0 it scans about once per second. I also made a stop button that does:

mainWifi.setWifiEnabled(false);

But this causes a force close. ? actually every application I have made so far except hello world just gives me a force close. I have checked my permissions in the manifest etc.? I have a soundboard app that cannot play more than 7 sounds before it force closes? why?

Is it my phones hardware?

View 5 Replies View Related

Android :: Can I Develop A Simple Game Like Tic Toc

Jun 13, 2009

I am new to android i have develop a some e book for android mobile but i never develop a game in android and i would like to develop a first simple just like tic toc . so plz help me where can i start with.

View 2 Replies View Related

Android :: Want To Do Very Simple Droid Application

Sep 2, 2010

I want to do very simple android program,

Refer some good tutorial.

View 3 Replies View Related

Android :: Use Droid With Amazon Simple DB / Want Example?

Sep 10, 2009

Does anyone know if you can use Amazon Simple DB with Android? Anyone have an example?

View 2 Replies View Related

Android :: Simple Photo Browser?

Aug 10, 2010

Is there a Simple photo browser available? Currently I have to open a camera app to look at photos. Or am I missing something?

View 4 Replies View Related

Android :: Simple 2D Tile Not Rendering ?

Mar 16, 2010

I'm putting together a simple test made up of two tutorials available online for OpenGL ES on Android. This is really just so that I can learn about the basics of OpenGL ES to better understand how I have to design my program.

Right now, when it tries to render, the mouse movement effect works, but I get no square drawn on the screen.

Here are the two source files I'm dealing with:

CODE:.......

The second one is the tile object itself:

CODE:........

View 1 Replies View Related

Android :: Simple App Crashes On OnRestart() / Fix It?

Oct 3, 2010

I've been writing a simple drawing App as homework for university. Drawing works fine, but the canvas should also be cleared when the App is coming back from the background. When switching back i get the following code...

View 2 Replies View Related

Android :: Simple LinearLayout And Fill_parent?

Dec 24, 2009

I'm sure I am missing something simple...

Background:

I am new to android and UI design, and I just wanted to play around with layouts. Right now I want to stack a checkbox on top of text label. I am using the following xml layout which works fine:

CODE:................

My Tests (just to get a feel for how things works):

Scenario 1) When I set the CheckBox's layout_height to "fill_parent", the CheckBox takes up the whole screen and is aligned center (i.e. - the TextView disappears).

Scenario 2) If I instead set the TextView's layout_height to "fill_parent", the CheckBox does NOT disappear. In fact, nothing disappears, and the layout looks the same as the above xml where everything is pushed to the top-left.

The Question (and comments): How come Scenario 1 works the way it works?

This behavior seems inconsistent to me. I thought that fill_parent is only supposed to let the element fill up whatever space is available in the parent. So to me, it seems that the TextView should get whatever space it needs (since it is wrap_content), but the CheckBox should take up the rest of the space (so the TextView would be forced to the bottom of the screen, but not invisible). In other words... Scenario 2 makes sense to me, but scenario 1 does not.

View 1 Replies View Related

General :: Making Simple Android App?

May 31, 2013

I would like to make a very simple Android app, with no UI. Kind of a shortcut. I tried searching the web, and I didn't find what I was looking for.

The question is: Can I make a simple app, that only launches an activity?

I want to make an app to launch the following activity : "com.cyanogenmod.trebuchet.preference.Preferences" . Kind of how the app "QuickShortcutMaker" works.

View 4 Replies View Related

Android :: Emulate The Simple Listview's Rows

Feb 8, 2009

I made my simple, custom rows and listviews. Right now, only clicking on the text of the row is valid selection area. I want the entire row, even the no-text area to be selectable. Where do I modify? Am I looking for focusing or selecting?...................

View 5 Replies View Related

Android :: Creating Simple Serial Output

Mar 10, 2010

I've got a fairly unique situation: I'm a teacher with a magnet school that focuses on rocketry and technology. I've got a rocket payload that has a video overlay board which does the following: Code...

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved