Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
4answers
490 views

Is there a way to get user's UID on Linux machine using java?

Is there a way to get user's UID on Linux machine using java? I'am aware of System.getProperty("user.name"); method, but it return's user name and aI'm looking for UID.
2
votes
2answers
67 views

How do I check if an app is a non-system app in Android?

I am getting a list of ApplicationInfo Objects with packageManager.getInstalledApplications(0) and attempting to categorize them by whether or not they are a system application. For a while I have ...
2
votes
1answer
68 views

portal_catalog unique ids for both Archetypes and Dexterity content

I am querying portal_catalog to populate a vocabulary with (UID, Title) tuples. The site has both Archetypes and Dexterity content. brains = portal_catalog.searchResults(path={ "query": ...
2
votes
1answer
90 views

Android: Sharing a common folder between linux application and Android application

Hi I'm a newbie for Android... Please throw some light on the following issue.. I have a file created by a linux application (written in C) with S_IRWXU|S_IRWXG permission and the file belongs to ...
2
votes
2answers
65 views

How do I generate a unique ID in Expression Engine 2?

Is there an EE2 tag that produces a unique ID? Or would I need to embed a PHP uniqid() call to get the desired unique ID? Thanks.
2
votes
2answers
107 views

How to check if a UID exists in an ACL in Linux?

I need to write a program, part of which involves checking if the userid of the person executing the program exists in the ACL file of a file which the program uses. That is, this program writes into ...
2
votes
1answer
75 views

Silverlight & JS: Get the <RowDefinitions> Name or uid from XAML, through Javascript

I am trying to obtain the <RowDefinitions> element from my Xaml, through Javascript, so I can add new <RowDefinition> elements to it at runtime. This way, if a user inputs the number ...
2
votes
4answers
213 views

UID/GID change notification

My application creates a rudimentary ACL and communicates this to a Kernel Module. The ACL contains a list of UID/GID. The checks on these IDs are custom and on top of what the system already ...
1
vote
1answer
138 views

Omniauth Google Account UID?

I'm using the omniauth gem so people can log in to my site with their google accounts. I have it working with facebook and twitter but I for google accounts I can't extract the UID properly on the ...
1
vote
1answer
46 views

Unique persistent control identifier

What we have We have some complex winforms control. To store its state we use some custom serialized class. Lets say we've serialized it to xml. Now we could save this xml as a file in User directory ...
1
vote
2answers
222 views

Running processes. Why displayed uid number instead username?

ps -eaf .. kude 22593 12078 0 09:06 ? 00:00:02 smbd -D hasi 22929 12078 0 09:12 ? 00:00:00 someprog.pl root 22950 43 0 Sep08 ? 00:00:19 [nfsiod] root ...
1
vote
1answer
44 views

how to select all user ids in the comments of some post?

I need to select all user_ids who leave comment on some post. Is there fql to do this?
1
vote
1answer
259 views

How can I display user avatar by knowing user ID(uid) in Drupal?

I want to display user picture if the user id is known. Is possible to do it without using additional modules?
1
vote
0answers
47 views

FuseFS for ruby gives me the wrong gid and uid

I am using the FuseFS ruby gem to create a custom filesystem in ruby 1.8. the only problem is, that while I am in the write_to method of my custom filesystem class the FuseFS.uid method only gives me ...
1
vote
1answer
501 views

Obtain the Linux UID of an Android App

I would like to be able to get the Linux UID (user ID) of an installed Android application. Excerpt from Security and Permissions: "At install time, Android gives each package a distinct Linux user ...
1
vote
2answers
321 views

How do I display the name of a user, in Facebook, using their uid?

I am loading the JavaScript SDK Asynchronously for my iframe canvas application. I am aware that fbml is deprecated and being phased out, but is xfbml still ok? Can I still use fb:name eg. ...
1
vote
2answers
675 views

Binding const member in code behind from xaml in WPF

Is there any good way to bind a property to a const value in codebehind? When I use ComboBox, I usually do this way in xaml and code behind: XAML: <ComboBox Name="cbBuz"> <ComboBoxItem ...
1
vote
4answers
1k views

Contact-less card through an OmniKey, how to get “UID”?

I am trying to read information off of a smartcard, using a contact-less OmniKey 5321 card reader. Edit: Added a bounty. I'm writing a C# 3 in .NET 3.5 program, so this is a Windows application. ...
1
vote
1answer
193 views

How reliable are IMAP UIDs?

I'm writing an IMAP crawler, which is part of an Open Source app, and for incremental crawling I'd like to use the message UIDs to find out whether I've already seen a particular message or not. Now ...
1
vote
1answer
2k views

How to determine the UID of a message in IMAP

I'm working in a mail client project using C#. I'm using both the POP and IMAP protocol to communicate with the server. The problem is than I can not figure out why when I want to get the UID for a ...
1
vote
1answer
604 views

Odd, nondescript error [an error occurred while processing this directive]

I have been migrating a client's website from a Bluehost account to my own cPanel/WHM setup. I used the cPanel 'Backup Wizard' to create the export .tar (composed of home directory and mysql files, ...
0
votes
1answer
39 views

How do you use two different user IDs for the same Android application?

There has been lot of discussion how to use the same user ID for two applications. I have a little bit strange situation where I want to provide two user IDs for one application. For example, from ...
0
votes
1answer
40 views

Canvas app to echo user id back to them. Been trying for hours

I got given a code from a friend that displayed the app users birth date on the app canvas. I have tried to change it in order to echo the users own ID. It works for myself (the creator) and it also ...
0
votes
0answers
30 views

Getting batch of uids from batch of emails

I wanna make an application that receives a batch of emails and finds uid of the user related to that email, and I'm willing to call https://graph.facebook.com/search?q=SOME_EMAIL&type=user many ...
0
votes
2answers
66 views

Is it possible for an Android application to share UID with a non-android application in C

1) Is it possible for an android application to share UID with an non-android application written in C? 2) Is it possible to add an Android application to a group? Thanks!!
0
votes
0answers
59 views

How do get UID of sent message?

How in JavaMail do i get UID of message sent by function transport.sendMessage()?
0
votes
1answer
105 views

How to get use id in facebook graph API using user email and password?

I am working on facebook application in java, and i succeed to retrive the access_token. Now i want to pull for example the user feed but i dont have the user id https://graph.facebook.com/userid(or ...
0
votes
1answer
56 views

What is the pattern/logic behind in generating UID for Messages when using POP3 server?

This question is out of curiosity, JavaMail API provides POP3 protocol provider to access POP3 messages. There is a method POP3Folder.getUID(message) available that return unique ID string for a ...
0
votes
1answer
72 views

Android permissions and guid and uid

Hello I am trying to find out how is guid and UID assigned to a particular app in android. I know roughly what goes on in zygote and also that during package installation UID is assigned to that app, ...
0
votes
2answers
162 views

Unique Id creation of a fixed length

Well, I have been looking at ways to generate UIDs in java code (most of them coming to stackoverflow too). The best is to use java's UUID to create unique ids since it uses the timestamp. But my ...
0
votes
1answer
39 views

Can I store the id list of friends of the user of my application?

Can I store this data ? I want to save only ID of friends of application user.
0
votes
1answer
37 views

Getting a unique id for a function object in PHP 5.3 [closed]

I have tried using spl_object_hash, however it apparently doesn't work with function objects. So how can this best be done?
0
votes
0answers
46 views

How to change the group id of tthe root user to 1(other) from root(0)in solaris [closed]

I am trying some experiments on Solaris and setuid() setgid() as root user. Please let me know how to change the primary group of the root user in Solaris? I need to change it from default 0 to ...
0
votes
1answer
63 views

How to get list of UID that access network, in android

How can I get the list of UID (the list of apps installed in Android ) device.
0
votes
2answers
147 views

What's the max. length of a Facebook uid?

I've seen multiple sizes and I don't want to waste server memory on a MySQL field which is reserving too much space for too many characters. What's the biggest they can get and will this ever change?
0
votes
2answers
192 views

How i can change the uid and pid of my app?

The thing is that i try to reboot my app, but he throw a exception and the messages say that with xxxx uid and with xxxx pid you cant reboot. So, if i can search what is the pid or uid that can, may ...
0
votes
1answer
46 views

Google differentiates between www.domain.com and domain.com with Omniauth/OpenID

I have Facebook, Aol, Yahoo and My OpenID working correctly with Omniauth using either www.my-domain.com and my-domain.com for the same account. Sadly, Google treats these separately and if after ...
0
votes
0answers
58 views

IMAP not reading emails after UID 215 - JAVA

Im using the following code to get the latest mails only from IMAP folder... store = session.getStore("imap"); store.connect(IEAUtil.retrievalHost, IEAUtil.retrievalUserName, ...
0
votes
1answer
101 views

Android cpuacct.usage file

I found, in the emulator, under directory /acct/uid/10041 a file called cpuacct.usage and cpuacct.usage_percpu. Cat on the file gave me this: 839133794 Can some one tell me how and for what is this ...
0
votes
1answer
73 views

Sorting NSDate then associating it with its original unique ID

I have two arrays, one that is made up of NSDates and one that's made up of ints that I use as a unique identifier. I sort the NSDate array using sortedArrayUsingSelector:@selector(compare:) which ...
0
votes
2answers
225 views

Backup Agent signature mismatch during restore

[Edit] From all the information I've added it seems likely that this is caused by my app registering itself as a new app under the same UID despite being the same build in the same apk. Any ideas ...
0
votes
1answer
234 views

How to get UID of an active diretory user from Jxplorer

I have connected to an active directory using jxplorer by providing the cn and password of a user. i want to get the UID of that user. How can i get it from the jxplorer or from other source??
0
votes
1answer
176 views

Ruby/IMAP getting messages starting from the last saved mesage uid

I'm trying to get new messages starting from the last saved message id of a folder. Here's my code so far: self.imap_connection.examine(folder) imap_query = "UID SEARCH #{last_uid}:*" messages = ...
0
votes
1answer
497 views

Qt: How to fix deployment of Nokia Smart Installer?

I'm developing a Qt application using the Qt Nokia SDK (Yes i know i can use the Qt SDK version 1.1.1, but i don't want to that right now because of tight schedule). The application is finished and i ...
0
votes
2answers
509 views

What i am doing wrong to get the UID

I saw similar types of posts here.But i am not getting this right.To get the UID of running process i wrote ActivityManager mgr = (ActivityManager) context.getSystemService(ACTIVITY_SERVICE); ...
0
votes
1answer
105 views

serialVersionUID issue Eclipse

I just downloaded Eclipse and when I'm getting this warning/error in my source files. I am receiving a warning from Eclipse: The serializable class does not declare a static final serialVersionUID. ...
0
votes
0answers
235 views

Managing Outlook Meeting Request/Cancaletion Request Using ASP.Net / Office outlook interop

HI, Can anyone Guide me to send a new meeting Request or send a cancellation Request for Outlook. There are two ways using asp.net Ical dll, or using outlook Interop dll. I am facing Issues for UID. ...
0
votes
2answers
298 views

Can I modify UID of another process?

My native process runs under root on Android device. Is it possible to modify UID of another process in order to give it the root? The reason is to give an access to some Android "features" that ...
0
votes
1answer
102 views

Pentaho Kettle sql uid

I need to load data from a csv to database. Those tables also used by application code, and table primary keys are generated by hibernate uid. How do I create these primary key uid from kettle? I ...
0
votes
1answer
178 views

generate a 5 char unqiue key for an iphone app

i am developing an iphone app , i need to assign every user with a 5 characters unique key ( consisting of integers and alphabets ) like whoisHere and pmesssenger applications . the problem is that ...

1 2