pyj4104 / sipdroid

Automatically exported from code.google.com/p/sipdroid
GNU General Public License v3.0
0 stars 0 forks source link

Enhanced method to provision VOIP-over-3G capability #395

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently Sipdroid makes itself friendly for distribution on Android Market
by distributing as two separate builds-- one with 3G option enabled (from
sipdroid.org) and one with 3G disabled (for Android Market). The downside
of this strategy is that users of the off-market version have to manually
check for updates, and it divides Sipdroid's userbase.

A better strategy would be to distribute a single unified build (both on
Market and sipdroid.org) that has 3G disabled by default. A separate
"unlocking" app signed with the same cryptographic key could then be made
available exclusively on sipdroid.org which writes a flag into Sipdroid's
/data/data to enables 3G. This is the same kind of strategy that some paid
apps (e.g. Nitrodesk Touchdown License Key app)

This would enable all users of Sipdroid to update with the Android Market
and the statistic in Android Market would more accurately reflect the
entire userbase of Sipdroid.

Original issue reported on code.google.com by jas...@gmail.com on 30 Mar 2010 at 6:16

GoogleCodeExporter commented 8 years ago
The market version includes 3G.

Original comment by pmerl...@googlemail.com on 30 Mar 2010 at 6:47