The internal tag has no wiki summary.
0
votes
0answers
5 views
Sharepoint - cannot setup new user as they use it internally
I'm trying to set a user up on sharepoint who already uses the system internally.
The first stage in any normal setup is to get them to sign up for an account by going to here. Once they have an ...
-2
votes
0answers
9 views
Internal DNS deletage to external host [closed]
We have been facing an issue with internal DNS delegation.
Here is a description of our architecture and the issue:
Architecture
Domain1
DHCPDNS1 and DHCPDNS2 (Windows Server 2012)
...
2
votes
2answers
48 views
How to save 2 string file to internal storage in listview
I put in 2 texts then pressed save and saving internal storage. Press List button reading List.java there are saving data's in list. so I pressed MainActivity button and i put in 2 texts again. But ...
-5
votes
0answers
35 views
How to save internal storage via custom adapter in android list [closed]
I'm beginner of android. I have a problem. here is my code:
MainActivity.java
public class MainActivity extends Activity {
EditText text1, text2;
Button save, list;
static String top, bottom;
...
-1
votes
0answers
39 views
Android How to Save Image From URL into Internal Memory and Use it On specific Id?
I'm using Android Hive Tutorial "Android Loading Image from URL (HTTP)"
http://www.androidhive.info/2012/07/android-loading-image-from-url-http/
Everything is working very well, but my question is ...
0
votes
0answers
18 views
How to use registerForPreciseCallStateChanged?
I am looking for information how to use registerForPreciseCallStateChanged method in internal library of Android.
Is there anyone who knows it?
0
votes
0answers
23 views
Where the Exception will throw once I downloading or saving it in Internal SD card?
I have one Doubt,
For an Example, When Internal Storage space is available only 50 MB. Iam downloading the Files from URL and storing it in Internal storage. But downloaded file size is 100MB.. Then ...
0
votes
2answers
24 views
Accessing a method defined as `internal` by a FriendAssembly [duplicate]
I have a method declared with internal static in one of my classes and i would like to expose this method to another class in a particular assembly can anybody help me with this please?
1
vote
2answers
36 views
Batch file internal data
I am trying to give my memory game a high score option that will save your score in itself and be call all the saved scores when you visit the "high score" section of the program. The code i have so ...
1
vote
1answer
29 views
Batch script store data within itself
I am making a memory game in batch for fun and came upon a problem. I had a high score's file for player scores and no mater what file type i used it could be read and edited.
I am wondering if it ...
0
votes
0answers
14 views
Internal and external storage
Method Environment.getExternalStorageDirectory() returns the path to internal card
1 How to get path to external memory card?
2 How to get a list of installed cards detailing the internal and ...
0
votes
0answers
14 views
Internal links / “:file//” links
I'm trying to link people from my company's intranet site, to the shared directory. I had done this before ( on the page in question, which a copy of can be found here ...
0
votes
0answers
8 views
Syncing an internal app file through iCloud
Is it possible to sync (through some particular app) an app's internal file - in this case the calendar file of the Saisuke - on iPhone to its relative file on its iPad version?
I know there are apps ...
-1
votes
0answers
16 views
What happens internally when execv() is called?
This question is related to an assignment based on os161. As a part of the assignment we were supposed to implement the execv system call. I found a very good resource with all the necessary steps for ...
1
vote
3answers
77 views
Can you store data inside a .jar?
I'm learning java and am currently trying to develop a simple application. My question is can you store data about settings, etc in a text file internal to a .jar? If so how would you go about ...