Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Programming Wireless Networking Hardware IT Technology

An Open Source Alternative to Verizon's GetItNow? 54

malachid69 asks: "Is there anyway for us, as open-source developers, to provide a free alternative to the Verizon GetItNow network, some way in which we can share and co-develop software for our phones, and provide a way for them to be emailed/SMSd onto the phones? Basically, is there any way for us to create a SourceForge equivalent to GetItNow?"

"A bit of explanation: Recently, I was trying to find ringtones for my LG cell phone, and was having some difficulties in figuring out how to even get them onto my phone without the cable.

Finally, I contacted Verizon Wireless via email.

My original email: 'How do I provide content *I create* on the GetItNow network AND/OR how do I SMS the content to my own phone?'

Their response was to first explain how to use GetItNow to download ringtones (many of which really suck, none of which are free). They continued with 'You are unable to SMS Get It Now created from any websites to your phone and [we] apologize for any inconvience this might have caused.

To my humor (due to the fact that every application I had downloaded had crashed), they also said: 'Verizon Wireless requires extensive lab and field-testing of the Get It Now applications we choose to offer, to ensure that our customers get the highest-quality applications in the marketplace today. (Emphasis, mine)

In response, I asked: 'How would an open-source developer put applications onto the get-it-now phones without charging customers for use of the program? And, while we are at it, can I only use Brew to write applications for verizon phones, or can I use Java?'

They gave me the link to the GetItNow developer site (click on Developer Zone at the bottom) and said, 'Verizon Wireless does offer SMS downloads of ringtones and graphics through our Vtext.com website.'

As a side question: I would prefer to write my applications in Java instead of Brew (which Verizon GetItNow does NOT support). Has anyone had experience using any of the Brew-in-Java implementations (like the one from IBM)?"

This discussion has been archived. No new comments can be posted.

An Open Source Alternative to Verizon's GetItNow?

Comments Filter:
  • Ultimately. (Score:1, Offtopic)

    by readpunk ( 683053 )
    Looking at the larger picture, we all need to keep speaking with our money and only buy what we can change and have true control/access of.

    The more money companies making all kinds of digital devices recieve when they allow us to really change/hack them, is the incentive for this to continue.
  • by lightspawn ( 155347 ) on Monday March 01, 2004 @07:30PM (#8434845) Homepage
    We need a resource that streamlines this process:

    * Users spot the need for software that doesn't yet exist
    * People 'vote' (or something) on the importance of these projects, and/or share any relevant information (like an existing project which can do the same thing)
    * Groups of coders, documenters, testers etc. form to make these project a reality.

    Let's face it - a lot of ideas get lost because the people who happen to think of them don't happen to have the time or the skills to code them.
    • A step in the direction of telling developers which apps the market prioritizes in value would be stats for which apps are installed. Mere download counts from distribution sites provide a rough guess. Comparison charts from FreshMeat and proprietary sites like Download.com would also help. FreshMeat in particular would do well to open a query interface to its distribution database, either publishing popularity comparisons, or even a queryable interface.

      Without those popularity ratings, software market pre
  • certified? (Score:3, Interesting)

    by jeffy124 ( 453342 ) on Monday March 01, 2004 @07:33PM (#8434879) Homepage Journal
    first, let me just say that I have never heard of GetItNow, nor use Verizon, but here's my take:

    Verizon Wireless requires extensive lab and field-testing of the Get It Now applications we choose to offer, to ensure that our customers get the highest-quality applications in the marketplace today.

    That sounds like a "Verizon-certified" thingy. Similar to the Nintendo Seal on old NES games. A way for consumers to know if what they are getting meets some quality standard.

    There almost has to be a way around it and develop personal software for GetItNow, much like the volumes upon volumes of games out there without Nintendo's little seal of approval.

    Perhaps a better way to present it to VErizon is to ask "Is it possible for me to develop my own little personal application for GetItNow?" rather than linking in open source. Verizon doesn't necessarily need to know that you're trying to come up with some open source stuff.
    • No offense, but if you don't even know what GetItNow is, why are you posting a bunch of hypotheses that are most certainly incorrect?
    • Well, the problem there is the "choose to offer" bit. If they don't "choose to offer" your application, then no one can get access to it (including you).

      The other side of that is that all of the programs I *have* downloaded suck and crash all the time, so I am not sure I would want their seal of approval ;)
    • Re:certified? (Score:5, Interesting)

      by grotgrot ( 451123 ) on Tuesday March 02, 2004 @12:37AM (#8437208)
      That sounds like a "Verizon-certified" thingy. Similar to the Nintendo Seal on old NES games.

      Brew applications are written in C/C++. The reason for the testing/certification is because they can trivially cause all sorts of damage (remember you can make pointers to anything and trash anything - you don't get an industrial strength operating system in the phone with applications and data suitably protected). Additionally the Brew programming environment is crap. For example the way you find out free space on the EFS (embedded file system) is to write a file, fill up the filesystem, and see how big the file got! [This actually also causes some models to panic, reboot, panic on an infinite cycle] Contrast with J2ME which uses a defined virtual machine which can be proven to be safe.

      A way for consumers to know if what they are getting meets some quality standard.

      The "quality standard" is it not crashing the phone. The vast majority of the games are pure unadulterated crap. For example there is a XXX game (you know the big action film with Vin Diesel in it). After several screens of copyrights and license agreements, you end up with a clone of Pole Position (that ancient Atari game where you move a blob between parallel blobs that are supposed to be a road going off into the distance). And it is REALLY REALLY bad. In fact most of the games look like they took an entire afternoon to write.

      Qualcomm and Verizon will lose this game. People expect much more, and will vote with their money. Here is by far the best explanation of just how dismal it is [colinfahey.com].

    • most providers won't let you run anything but certified/signed code on their phones so that they don't have to support anyone elses half baked efforts. This isn't to say that you won't make something professional, but their main goal is to make money by providing content like games, organizers, ringtones, sms, etc...

      The big difference btwn nintendo and verizon is that verizon has much stricter controls built into the hardware/software to prevent just the kind of thing you mentioned
      • I use Sprint PCS and there are numerous free download sites where I can download free games, applications, ringtones, etc.

        When I try to download from any site other than Sprint, I get a message on my phone letting me know this is untrusted content and Sprint is not responsible for it's behavior and a Yes/No check box to proceed or cancel the download.

        Other than that one extra step, there isn't much difference between an open source download (like the Mobile Mule program that lets you remotely monitor
    • You bet your sweet bippy they're Version-certified. And they suck because everything costs money.
  • by Flat Feet Pete ( 87786 ) on Monday March 01, 2004 @07:34PM (#8434885) Homepage Journal
    I looked at this after my gf chose a verizon phone for me (I'm quite happy with pay as you go, I like being in touch but have no desire to shoot the sh*t for hours).

    Basically you have to join the program, pay qualcomm to unlock your phone and then pay around $1000 per phone to have your app tested.

    They're unlikely to let you in because people are paying $$'s for games that are poorer than open source equivalents. The $$'s go to subsidise the cost of handsets.

    I got discouraged, but feel free to poke around the brew websites + user forums for more info. As much as it screws homebrew development brew seems fairly popular (read profitable).
  • ..or what? what's the problem?

    providing j2me's for download(over-the-air download) for example is easy as making pie, you just need the right mimetypes set on the server and you're set(sdk's availabe from sun&phonemakers). then the guy wanting your app just browses to your page with his phone and downloads it. providing sms(mms) installation is a bit harder and not so simple as it (doh!) involves getting all the things required for starting to send mms's on demand.

    you could very easily create a librar
    • They do this in Japan. I have a phone that I bought for about $60, they have an over the air provisioning service, but they also allow you to load custom apps just by visiting a URL. They prevent piracy by refusing to allow you to access content on the phone(it's probably possible, but most people just don't bother with it)
      Meanwhile Verizon doesn't allow you to run custom apps on the hardware you bought.
      Now I gotta go back and use their crappy service again, really blows!
    • The problem is that verizon cripples most of their phones such that you cannot download files via the web. Additionally, verizon phones don't speak j2me, they speak Brew. Brew apps require an expensive proprietary SDK and then can only officially be installed via their GetItNow interface (i.e. Verizon gets to bill you a few bucks per download).

      There are ways to install brew apps via a data cable, but you still need a generated license file from Qualcomm for the thing to run. Getting this file runs upwar
  • by steve.m ( 80410 ) on Monday March 01, 2004 @07:38PM (#8434924) Journal
    TryMicroDevNet [microdevnet.com] which is a developer orientated site for J2ME, but only provides links to the authors web site for listed apps. (and you have to be a member..)

    Another one is Midlet.org [midlet.org], but I've been mailing the site admin for 2 months trying to get a J2ME RSS reader I wrote posted on the site, with no reply. The downloads look like they were last updated on Jan 23rd and there is a fairly lively forum.
    You can download via wap at http://midlet.org/wap
    • That's all well and good except the poster is asking about verizon phones which do not and cannot run java apps.

      Brew is the only was short of possibly assembler to make an app for a verizon phone, and you have to pay to have the brew apps signed so that they will even run once you copy them to the phone.
  • by morgue-ann ( 453365 ) on Monday March 01, 2004 @07:38PM (#8434925)
    GAGIN is "get around Get It Now" and is a copy of Qualcomm's AppLoader for BREW (distributed without permission of course) with a binary patcher to let it do more than load BREW apps.

    It let me see files, but not download or upload them to my 1monthold Motorola T720c.

    BALpatches are other binary patches to AppLoader.

    If you get the "update" for Motorola TrueSync 3.1, you can install it without having an earlier version (again, in violation of the EULA) and use a $16 USB or serial cable to syncronize Outlook or PalmDesktop to your phone. It also comes with USB drivers (for Windows of course) to handle the USB-to-serial (I think the T720 just has a Prolific chip or integrated IP to handle USB) and let you use the phone as a modem.

    PST is a Motorola app for messing with all sorts of really deep, nasty stuff in your phone. The guy who distributes it (google beavermjr) supplies a patch, but that didn't come down right for me, so I don't know what it does. PST comes with a large collection of USB drivers, so I assume the app isn't talking to the phone with a set of AT-command extensions.

    HowardForums have a lot of frustrated Verizon subscribers discussing how to use the capabilities their phones already come with without paying VZW $more.

    I have a Windows COM port "interposer" that watches traffic & colors in the display window according to direction. It would be good for reverse-engineering the protocol for implementation in open source. I'll post the name when I find it again.
  • lg vx 6000 (Score:5, Informative)

    by Anonymous Coward on Monday March 01, 2004 @07:38PM (#8434931)
    Verizon's premire camera phone, the LG VX 6000 is hackable. When you press [MENU] it will give u a selection of options. Press 0 and a service code message will popup. The code is "0000000". A new menu opens up, which is full of cool features from FCC tests to changing ur phones call priority on the network. There is also a section for brew, where u can change the IP adddres of where Get It Now connects to. Use this if u want to upload games to ur phone for free.
    • Re:lg vx 6000 (Score:2, Informative)

      by Anonymous Coward
      This also works for the LG VX 4400. I just tried it and it works. Cheers!
    • cool. Now where can I connect to get content?
    • I can get into that menu (VX4400), but... any clue how to host a GetItNow server on BSD? Any clue what the GetItNow server IS? Is it just raw http? I have no clue.
    • Unfortunately, there is no way to get non-brew/non-verizon approved apps to work on the phone, which is mostly what the poster was asking about. Ringtones are just .mid files that you can copy over using a cheap (look on ebay) cable or mp3's on the newer models that get copied over the same way.
    • Is there a way to put your own games/midi files (tones) on the phone without using GetItNow?
  • BitPim (Score:1, Informative)

    by Anonymous Coward
    If you had looked on SourceForge you would have found BitPim which lets you play with the embedded filesystems of most CDMA phones. It also does phone book, calendar, wallpaper, ringtones and other stuff for several models. And it ships on Windows, Linux and Mac.
  • If it's vtext.com and if I'm not mistaken, you can just send an email to phonenumber@vtext.com and you should get a message on your cellphone. For example, mine is: 4042742060@vtext.com (send a fun message!). It apparently works across networks and providers. Try it on your own phone number first, but I think it's pretty universal. I created email aliases at work like: randys_cell@mycompany.com that are just email aliases for their phonenumber@vtext.com addresses.

    Try it for yourself, and post the resul
    • I can send text, but not attach anything.

      I tried sending it directly from Eudora, but the Detach Object is disabled.

      So, I found the user manual online, and almost all of the advanced features say they are not implemented! How the hell can they sell phones based on features that aren't implemented???
    • Been available for years. Where you been?

      You get charged for text messaging to use it if your package doesn't have unlimited messages.
  • too bad (Score:5, Interesting)

    by exhilaration ( 587191 ) on Monday March 01, 2004 @11:06PM (#8436496)
    I can install anything I want on my Nokia 3650 on T-Mobile - which was free after rebate when I got it, but now you'll get paid $50 after rebate [amazon.com].

    Carriers like Verizon and Sprint do their best to limit what you can do with your phone. They think that earning pennies by selling crappy applications and ringtones is of greater value than keeping their customers happy.

    Nokia also provides enormous support to software developers. You can download free IDE's and SDK's [nokia.com] from their website. Pick your favorite language - C++, Java, OPL, VisualBasic, and soon Python [mobitopia.com]. Nokia puts no restrictions on what you can do with YOUR phone. WHY? Because they know that they're in the business of selling phones, not software.

    • See my earlier posting about how Sprint allows us to download pretty much anything we want to our phones with only a "Nontrusted source - Accept? Yes/No" screen standing in the way.

      Sure, Sprint sells stuff on their site and probably makes a lot of money that way (I get a $5 per month free credit towards Sprint downloads as part of my package) but I get 99% of my apps, games, ringers, etc. from the free websites.
  • Sprint PCS (Score:2, Informative)

    by CE@UIC ( 14343 )
    Sprint PCS offers what you're looking for. Let me rephrase that, they let you do what you're looking to do. Basically, they use J2ME which you can download the SDK for (free) and then download to your phone. Verizon uses Brew which doesn't let you do that, they require you to go through them.
    With Sprint you can roll your own apps and download them from the web if you have your MIME types set correctly. Google for it, you should find all the info you need.
    • I used to use SprintPCS for a few years, but got tired of them screwing me over. They kept charging me for calls that were never placed. They would show HUNDREDS of minutes more than my phone showed PER MONTH, and I never reset the counter on my phone. They even tried telling me that I was placing calls when I wasn't even in the area.

      Finally, after complaining by phone and in person about 10 times (including contacting them with their in-store Corporate Phone a couple times, and writing them a letter on
  • Motorola T720 (Score:2, Informative)

    by filenabber ( 628550 )
    I just got a T720 with Cingular about a month ago. I did some research online and found out how to put anything I want on the phone - Java games, Java apps, ringtones, and images. (http://www.howardforums.com has lots of good links/info). I can even put my own Java programs on there too (I'm a Java developer). I can put them on my phone directly with a cheap USB cable I got on ebay (50 cents plus shipping) and some software I downloaded (PST).

    So far, I'm very happy with the T720 - the only negative is it

  • by Anonymous Coward
    check out http://www.3gupload.com

I have hardly ever known a mathematician who was capable of reasoning. -- Plato

Working...