Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Recurring fee to run your code on your own device (Score 1) 245

And if you really don't want to be linked to Google yet do want online services, buy an iPhone or a Windows phone.

So what if I want to use services that aren't Google's, but I also want to be able to write my own programs for the device without having to pay the $99/year certificate tax to the publisher of the device's operating system?

Comment Where is Android pod touch? (Score 1) 245

You need to have a sufficiently large market share that your actions distort the market to be considered a problem.

I was under the impression that in the market for 4 to 5 inch tablets, the iPod touch had "a sufficiently large market share". Can you name any serious competitors in that size range that aren't either A. iOS based or B. intended for use with a cellular network?

Comment Permission granularity is a big one (Score 1) 245

On not-Android operating systems, you can choose to deny a particular app access to a particular permission if you don't use features of that app that require access to that particular permission. For example, on iOS, you can deny an app access to your contacts without blocking the rest of the app from installing, and the App Store Review Guidelines state that the rest of an app must continue working without the permission. Android permissions commonly cited as useful to some but overly intrusive to others include "access network state" (be notified when Internet access comes back so that the app can sync data for offline use), "start after boot" (be notified when the device has been turned back on so that the app can sync data for offline use), and contacts (spell-check your friends' names). One could in theory ship a bare-bones app without these features and make separate helper service apps that just grant each of these permissions to the main app, but I'm told that would create a poor user experience.

Comment Re:Unspecified or undefined behaviors (Score 1) 172

Wouldn't [verification of Windows system files in an anti-cheating service for online video games] break every time a Windows Update comes through?

I imagine that such an anti-cheating service will switch to blacklist behavior on Patch Tuesday until the majority have provided the correct hashes of updated files to the anti-cheating service provider.

I haven't heard of this behavior before.

I've read reports of Punkbuster and Games for Windows Live applying something like this. From this post:

Wine could fully implement the Windows API - but how it return the same hashs, etc. for operating system files?? So it will **never** fully support such products as GFWL, Punkbuster, etc. (that can use low-level access to files to verify that the OS is "genuine").

Comment Safari wrappers (Score 1) 75

but you can install other browsers on an iphone

Technically correct, but not helpfully correct. Browsers other than Safari are wrappers around WebKit for iOS, and they share the same limitations as Safari. Porting any rendering engine other than WebKit for iOS is both forbidden by the App Store Review Guidelines and technically blocked by the strict W^X policy of the iOS executable loader.

The sites can choose to have ugly html fallbacks

If you have created a document in an app, how do you upload a document to an "ugly HTML fallback" when the only approved HTML rendering engine refuses to provide an upload control that's been around since the HTML 3.2 days?

Slashdot Top Deals

If you think the system is working, ask someone who's waiting for a prompt.

Working...