push

Setup iPhone Push Noification Server Proxy?

Since my webhosting site blocks port 2195, which is required for communication with Apple's push notification server, our app push notifications are not working. I've been looking all over for a solution: 1. Get a VPS (too expensive) 2. Use Urban Airship (push notification server) Does anyone know, or have experience, developing some s...

Long Concatenated WAP PUSH over SMS

Can anyone kindly explain how to send a concatenated WAP PUSH SMS? I can send an SI that spans just one message, but I haven't figured out how to send one that spans multiple messages ...

Push Registry not working on nokia N86 after rebooting the phone; works on N97 and Expressmusic

Hi Everyone, I have written a simple midlet that invokes itself after a socket connection from a server program. I am using Push Registry to do this. It works fine on all the test phones I have immediately after installing. but if I reboot the phone, the push registry stops working on N86 whereas it is working on the other test phones ...

TortoiseHg: Push Branch

I am working on some bugs in our code base and I have created separate branches for each bug. I have rebased one of the branches on top of default. I generally use the mercurial plugin for Eclipse and I would do a push (when I am in the default branch). This pushes my changes on the default branch. I tried to do the same thing with Tort...

TortoiseHg: Has a changeset been pushed?

I have been working on a branch and have made some commits. Now is there some way I can see in TortoiseHg if those commits have been pushed or are they still just local? ...

JS not pushing to array

Hey guys, Trying to push some coordinates, as well as some stuff specified in a form by the user, to an an array called "seatsArray". Here's my code: <div> <img onLoad="shiftzoom.add(this,{showcoords:true,relativecoords:true,zoom:100});" id="image" src="plan1.bmp" width="1024" height="768"> </div> <script type="text/javascript"> var s...

Problem with Touch-Events after pushing ViewController

All touch-events are recogniced perfectly before I push my programmatically created ViewController. I think there is no connection between the new ViewController and my code. That's my code where i push the ViewController: UIViewController *detail = [[UIViewController alloc] init]; CGRect frame = CGRectMake(0, -44, 320, 411); UIView *g...

How to push from an often rebased git-svn repo

I do all my daily work through git-svn, queuing up checkins and rebasing like a mad-man :) the down side to this is I often have a couple days work queued up (tisk tisk i know) and it makes me a little nervous that its only in one place. If I was not using git-svn and rebasing all the time i would just push my changes to another computer...

Git Reverting a big PUSHed file

Hi All, I accidentally added (git add *) a big file (200+ MB) to a git repository. I commit the changes and pushed it. When I tried to pull changes on some other copy, it was taking too long. I canceled the pull, removed the file (git rm file), commit, and pushed again. But it's still taking too long to pulling on other working copy. ...

Protecting files in git repository

I have a central repository with a subset of files that I want to protect from been changed (by pushing) from another users. If I add this files to .gitignore they would not be cloned. Is it possible to give the ability to clone all files, but after cloning add some of them to .gitignore on the client side? ...

Push call in Perl overwriting array

Ok, here's the deal. I have an array (inputted from a 400 MB file) where if I run the sort() command on it, comp runs out of memory. The input file isn't the problem, so I've decided to break the initial array into smaller arrays that I can perform the sort on. I can break the initial array into arrays of size 100k, which my code does...

Blackberry applet to communicate with back-office server

We use a back-office accounting system with an SQL db2 database. Our sales, service and management all have Blackberries. I have started to write some HTML web scripts that go through BES sever so staff can access and update data (sales summaries, late orders, AR approvals). The next level seems to be using the native blackberry apple...

Pushing and new heads in mercurial

Hi, I'd like to see what exactly would be created during a push, if I get the abort: push creates new remote heads! error. How can I check that? Some more details: I'm pulling from one repository (upstream) and pushing to a local fork which does have additional branches, but already contains all upstream ones. Also, I'm only pushing one...

Android, launch an app from remote server

Hi, I want to launch an android application from a remote server, i can see that in J2ME there is a class called PushRegistry, this class resolve this problem in ME but in android I cant do it. Thanks in advance ...

Push notification architecture for very high volume

Is Apple push notification architecture setup for sending very high volume (dozens of notifications per hour) ? Is this allowed by Apple ? What are the constraints/limits ? Is it reliable ? Are there some delays ? Is there a price to pay for using their service ? ...

Apple Push notifications server - Feedback always returns zero tuples

Hi, I am developing an iPhone App that uses Apple Push Notifications. On the iPhone side everything is fine, on the server side I have a problem. Notifications are sent correctly however when I try to query the feedback service to obtain a list of devices from which the App has been uninstalled, I always get zero results. I know that I ...

Apple push: does it need an application at all ?

Do we need to install an app to receive some push from a service ? Is there a way to register an iphone somewhere (website / apple server) without having an app installed on the iphone to register to the push service ? ...

Push file into Android device

Is it possible to programatically push a file into the SD card of an Android device over the network? How can this be done? ...

Taps Server Error: PGError: ERROR: duplicate key value violates unique constraint

I could not find a similar question on stackoverflow, so i apologize if its a duplicate. If its already been answered, kindly point me to that. I am moving my app from engineyard to heroku and i am trying to push the db using their db:push command. It works great until it reaches one table where it complains of violating a unique constr...

Push methods - which is most scalable?

The problem: I have a web application that I need to implement something like WCF Polling Duplex, or Comet. Where a connection is opened and not closed. I need to use push because of the high frequency of updates and I cant afford the overhead bandwidth or time. Technology: The application will be a Silverlight 4 one and the backend .N...