Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
367 views

Average UDP packet loss and packet re-ordering

I'd like to garner fellow SO'ers experience with regards to the issue of UDP packet loss (or drop-out). Initially my understanding is that given direct point to point connections where the NICs are ...
2
votes
2answers
87 views

app data loss on version upgrade

although this is an older question to ask, but i didn't got any suitable solution for this. That's why i am asking for help about this issue. I have an iphone app, which contains a sqlite db in it's ...
2
votes
0answers
74 views

GitHub Disaster: Undo A Revert?

I was using the visual editor for GitHub and was ready to commit changes to the master branch of my project. However, when starting the visual editor, it would instantly popup with a message that ...
2
votes
1answer
43 views

PHP mobile data collectors

I work in a port company that develops software to manage port operations. I am currently developing a project for data collectors. Data Collector is a portable device used to collect information, ...
2
votes
1answer
1k views

Android: 3G to WIFI switch while in the middle on the app = loss of network connectivity

I am running into a annoying problem with HTC Legend (Android 2.2). Not seeing this issue on Xperia, Galaxy, Nexus, etc. When I launch my app on a 3G connection, fetch some data, then go into phone ...
1
vote
1answer
94 views

How to recover bluetooth packet loss?? Android

I'm currently creating an Android App where it collects data through bluetooth and draw a real time graph but it seems like after short while there is packet loss and graph comes out weird. I've been ...
1
vote
2answers
115 views

Downloading an unsigned or unproperly signed apk file caused loss of data

Background: * I am new to developing for Android but I am a programmer/front-end web developer so I'm not totally new to this sort of thing * My personal phone is the Samsung Droid Charge, on Verizon ...
1
vote
1answer
214 views

PHP/Smarty - Random Session data loss between 2 pages

First of all I apologize if my english is not perfect, this is not my native language. I'm facing the weirdest issue I've ever seen with PHP. I will try to be really exhaustive because each detail ...
1
vote
2answers
199 views

Ajax Codeigniter variable problem

I have a question, and I don't know if I'm posting it on the right place of the forum. I'm trying to do a form with Ajax to count my clicks through Ajax. But the problem is that every time I do a ...
1
vote
1answer
351 views

How to handle power-failure in WinCE?

I've got a WinCE device powered over ethernet (PoE) and I want to prevent File-System corruption following a potential power loss, e.g. user pulling the plug. As a side note, I'm already using ...
1
vote
1answer
277 views

How to deal with color loss on GDI+ Image Resize?

I am resizing images with C#/GDI+ using the following routing bmpOut = new Bitmap(lnNewWidth, lnNewHeight); Graphics g = Graphics.FromImage(bmpOut); g.InterpolationMode = ...
1
vote
1answer
408 views

winsock missing data c++ win32

I am writing an application that needs to send data over a network. I have the application completed but there is a problem with sending the data. Every time I send a piece of data, it is cut off ...
0
votes
2answers
256 views

MySQL Dump Limit? MySQL overall database size limit?

Client just had ~1000 rows of data (most recent, of course), just go missing in one of their tables. Doing some forensics, I found that the "last_updated_date" in all of their other rows of said table ...
0
votes
0answers
25 views

why is there a loss of graphic info when scaling down png in IE?

I was designing a webpage and noticed that IE has some issues in displaying the png image. Just wanted to check whether this is a known issue, or it is some design problem. So here's the story - I ...
0
votes
0answers
236 views

iPhone Notification on Bluetooth Connection/Connection loss

is there a kind of message the iOS sends when a Bluetooth device connects or disconnects? Like a broadcast Intent in Android? I'm looking for something like this, so i don't have to check in regular ...
0
votes
5answers
831 views

Java Datagram Sockets not receiving packets

I'm attempting to use Java Datagrams to create a packet stream between server and client. The problem is that, although I receive confirmation that packets are being sent, they are all lost before ...
0
votes
4answers
544 views

fflush and 'no disk space left'

I'm writing a program, some kind of database. While I was reading manual of fclose(3) I found that it calls fflush(3) to flush FILE* buffers to disk (actually to OS buffer, but it doesn't matter right ...
0
votes
0answers
368 views

C#, Win CE 4.2, Write file, power loss

I'm using C# & the compact framework on an embedded device to log data to a compact flash card. Because data integrity is of upper most importance, I'm wondering how to write the data to the flash ...