I have the following code to load native google map app into my project:
final Intent intent = new Intent(Intent.ACTION_VIEW, Uri
.parse("http://maps.google.com/maps?"
+ "saddr=43.0054446,-87.9678884"
+ "&daddr=42.9257104,-88.0508355"));
…
I'm using Alberto Santini's solution to this question to get a spiral grid reference based on an items index
Algorithm for iterating over an outward spiral on a discrete 2D grid from the origin
It's not the accepted solution, but it's the best for my needs as it avoids using a loop.
It's working well, but what I want now is to…
i wrote a macro that is an add=in
it needs to figure out the location of the current worksheet on which it is being executed. how do i do this?
i need the file location (directory)
Given: LDAP stores location of users.
How do I drive their timezones using their location? Any pointers are accepted, Java language preferred.
Thanks in advance.
At one point in my app, I would like to redirect the user to the official Settings app. If possible, I also want go straight to the Location service section within the Settings app.
i see
Call the official *Settings* app from my app on iPhone
but
In iPhone4 the following code does not respond(my ios version 5.1.1):
…
I'm on my first week with android and would appreciate any insight if it's possible to hook or override the default behaviour when an android application reads their values from the resource-files to the shown layouts.
What I want is to over time be able to add new/updated strings OTA and store locally and then on…
When I got my Eclipse from the Ubuntu Software Center, it was good and worked fine. I could work on Java projects fine.
This week I was required to add ADT and tried the ADT-bundle, assuming it had everthing I needed, seeing that the SDK had more steps. So now, I can create Android apps using the ADT-bundle.
I…
So, as the name suggest I'm trying to mount a ISO from a network share using the UNC path to a HYPER-V R2 Cluster.
This is a pure Demo / test case setup with:
2x HYPER-V R2
1X NAS/iSCSI CSV Cluster
Management is happening through the MMC with RSAT tools.
So what i've done so far is:
Set up the cluster and…
After managing to get a Fedora ISO to rebuild successfully (for a USB stick) after adding a kickstart file (http://serverfault.com/questions/548405/), I now have an issue with locating the kickstart file on the USB media.
When this is done from a CDROM you can simply kickckstart by adding this parameter to…
to clear the air
centos 6.4? (maybe 6.3) as the server, running samba 4.0.10, trying to add a windows 7 client that has connectivity to the server.
this is what windows shouts as me as it mocks my dependence on network infrastructure.
"the network location cannot be reached."
i have access to the…
I am moving my farm (2 Dell's R620) to a co-location hosting service.
I am trying to figure out the secure way to have my network settings
The requirements are:
VM1 is the working HOST, includes: esxi 5.1, vSphere, 4 clients (w2008r2 all)
VM2 has esxi 5.1 installed, and a single machine with Veeam…
Upgrading from Windows 8 to Windows 8.1 via the Store upgrade path has screwed my SkyDrive. The C:\Users\<user name>\SkyDrive folder is empty (it only has single file desktop.ini). When I open the native (Store) SkyDrive app, I see "This location can't be found, please try later". I'm glad to…
I'm having a problem getting /server-status to work Apache 2.2.14 on Ubuntu Server 10.04.1.
The default symlinks for status.load and status.conf are present in /etc/apache2/mods-enabled. The status.conf does include the location /server-status and appropriate allow/deny directives.
However, the…
This time, something slightly different but nonetheless not less interesting, hopefully. Living on a remote island like Mauritius, ill-praised 'Cyber Island' in the Indian Ocean, has its advantages in life style and relaxed environment to life in but in terms of technological aspects it can be…
I,m trying to work through and test a Voice Recognition example based on the VoiceRecognition.java example at http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/VoiceRecognition.html
but when click on the button to create the activity, I get a dialog that…
I am trying to create a ListMenu using data from an SQLite database to define the name of each MenuItem. So in a class called menu.java I have defined the array
String classes [] = {};
which should hold each menu item name.
In a DBAdapter class I created a function so the user can insert…
Okay, I've tried different solutions: ENB Series, removing certain mods, checking my FPS Rate, monitoring my resources, .ini tweaks. It's all just fine, I don't see what I'm missing.
A couple of days ago, I bought Skyrim. Before I bought the game, I admit I had a pirated copy because my…
Hi,
I recently updated my nexus one to 2.2. Now I can't connect to my uni's wifi. They use PEAP with GTC. I had it working fine on 2.1. Also it works fine on my Ubuntu laptop.
I have entered my uni number (user name) in the identity box. I have entered my password in the password…
Hi all.
What I'm looking for is something like
./fastboot -c usbDebugEnabled=1
to activate a bootlooping Nexus One's USB debug mode to look at logcat with adb.
I'm running stock 2.1 on my Moto Droid and am interested in rooting. My (admittedly weak at this point) understanding is that, in order to perform a backup[*], you need to root first. But in order to root, you've got to replace the 2.1 image with a rooted 2.0.1 or a stock 2.0.1 and…
3 answers and unfortunately no solution yet.
The Problem
I've got way more than 1000 duplicated items in my iTunes Library pointing to a non-existant place (the "where" under "get info" window), along with other duplicated items and other MIAs (Missing In Action).
Is there any…