PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Titan (http://forum.ppcgeeks.com/forumdisplay.php?f=44)
-   -   Picture Mail (MMS) software - Proof of Concept (http://forum.ppcgeeks.com/showthread.php?t=23952)

seigex 04-13-2008 01:31 AM

Picture Mail (MMS) software - Proof of Concept
 
After about 2 days and of neglecting my family and several red bulls and pots of coffee, I've completed the first portion of a new Picture Mail (MMS) program. The program is still EXTREMELY alpha and is only in "Proof of Concept" so far.

Features i've completed:

* Receive Sprint MMS messages
* Process text message and downloads picture
* Displays Picture
* Saves Picture to MicroSD Card


-- I have successfully sent a picture mail from my wife's Verizon cell phone to my cell phone and had it display correctly.

My intent for this software will be a full fledged send and receive MMS program allowing bidirectional MMS messages, Something we've been lacking on the Mogul/Touch.

I will take some screen shots and post them up here in a few and if anyone would like to beta test my software, send me PM and once i get something functional and a little more exception handling entered into the code I will send out some Alpha software.

http://nakedape.biz/screen02.png

Excuse the look, i'm more worried about the functionality before i work on the aesthetics

CyberMonkey 04-13-2008 01:35 AM

Re: Picture Mail (MMS) software - Proof of Concept
 
sounds pretty cool

kupo 04-13-2008 03:00 AM

Re: Picture Mail (MMS) software - Proof of Concept
 
Exciting news Seigex,
If I were you I'd take a moment out developing to get a few things up and running. Slap together a domain with hosting as well as a paypal donate link off the bat so when this blows up (and I believe it will from your description) you can receive some dough for your hard work. Maybe just torrent it to save some bandwidth. Lastly think about if you're going to Public domain or GPL your code.
Best of luck
-kupo

seigex 04-13-2008 04:06 AM

Re: Picture Mail (MMS) software - Proof of Concept
 
Yeah all that is in the works. Just a matter of time to get it up.

As a general concensus ... Is there more need out there for a straight MMS program so people can use the SMS program of their choice or would we all be better served with a Threaded SMS program with integrated MMS?

dwizzy130 04-13-2008 04:39 AM

Re: Picture Mail (MMS) software - Proof of Concept
 
Quote:

Originally Posted by seigex (Post 248519)
Yeah all that is in the works. Just a matter of time to get it up.

As a general concensus ... Is there more need out there for a straight MMS program so people can use the SMS program of their choice or would we all be better served with a Threaded SMS program with integrated MMS?

I'd vote for a straight mms app.
just my 2 cents.

keep up the good work,
dwizzy130

Nickles 04-13-2008 04:47 AM

Re: Picture Mail (MMS) software - Proof of Concept
 
wow, i'm not even a sprint user, and this seems pretty sweet... revolutionary almost. doing something sprint themselves can't even seem to get together.....
this should be stickied as the finished product gets closer..

seigex 04-13-2008 04:53 AM

Re: Picture Mail (MMS) software - Proof of Concept
 
Quote:

Originally Posted by Nickles (Post 248529)
wow, i'm not even a sprint user, and this seems pretty sweet... revolutionary almost. doing something sprint themselves can't even seem to get together.....
this should be stickied as the finished product gets closer..

I know T-Mobile does MMS, are there any other services that don't, so I can integrate them in to the app?


And regarding dwizzy's post, Thanks, thats what I'm lookin for.. I'm working on the program with MMS only which was my original idea, but if people want a program that does both, tell me and i'll do it.

My thought was to have a program that receives the MMS's and lets you maintain them ... sorta like a photo gallery.

Goddbody 04-13-2008 08:23 AM

Re: Picture Mail (MMS) software - Proof of Concept
 
I vote for the straight MMS too. Good work this will revolutionize Pic Mail for the PPC Community no doubt. Patiently waiting for this to jump off.

Dooper 04-13-2008 09:24 AM

Re: Picture Mail (MMS) software - Proof of Concept
 
If you want your application to stand out, You better put Video Mail in it.

firebrain 04-13-2008 10:11 AM

Re: Picture Mail (MMS) software - Proof of Concept
 
how does this work? does it parse picmail website like smms or does fake auth info so sprint thinks its another phonr

allwurl26 04-13-2008 10:17 AM

Re: Picture Mail (MMS) software - Proof of Concept
 
need help with a today screen

firebrain 04-13-2008 10:26 AM

Re: Picture Mail (MMS) software - Proof of Concept
 
sorry just read now that this app doesn't send. its a nice trick to parse the incoming link but if this app doesn't send im sorry to say but it aint worth much.

SomeGuyMMS 04-13-2008 10:56 AM

Re: Picture Mail (MMS) software - Proof of Concept
 
Nice job, funny you started in the opposite direction from me with sMMS.

I just started the recieving part of sMMS last week, but had to stop working on it to work on the new release of the Composer. Anyway, are you pulling download Messages, Captions, and Subjects too? or just the Images? I'm having a little issue with that part.

But good job.

hippity.hoppity 04-13-2008 11:11 AM

Re: Picture Mail (MMS) software - Proof of Concept
 
Quote:

Originally Posted by SomeGuyMMS (Post 248630)
Nice job, funny you started in the opposite direction from me with sMMS.

I just started the recieving part of sMMS last week, but had to stop working on it to work on the new release of the Composer. Anyway, are you pulling download Messages, Captions, and Subjects too? or just the Images? I'm having a little issue with that part.

But good job.

Your two apps put together would be great. Even better would be an integration with WM6.1 threaded SMS.

jamesus 04-13-2008 11:27 AM

Re: Picture Mail (MMS) software - Proof of Concept
 
Quote:

Originally Posted by seigex (Post 248479)
After about 2 days and of neglecting my family and several red bulls and pots of coffee, I've completed the first portion of a new Picture Mail (MMS) program. The program is still EXTREMELY alpha and is only in "Proof of Concept" so far.

Features i've completed:

* Receive Sprint MMS messages
* Process text message and downloads picture
* Displays Picture
* Saves Picture to MicroSD Card


-- I have successfully sent a picture mail from my wife's Verizon cell phone to my cell phone and had it display correctly.

My intent for this software will be a full fledged send and receive MMS program allowing bidirectional MMS messages, Something we've been lacking on the Mogul/Touch.

I will take some screen shots and post them up here in a few and if anyone would like to beta test my software, send me PM and once i get something functional and a little more exception handling entered into the code I will send out some Alpha software.

http://nakedape.biz/screen02.png

Excuse the look, i'm more worried about the functionality before i work on the aesthetics

Quote:

Originally Posted by SomeGuyMMS (Post 248630)
Nice job, funny you started in the opposite direction from me with sMMS.

I just started the recieving part of sMMS last week, but had to stop working on it to work on the new release of the Composer. Anyway, are you pulling download Messages, Captions, and Subjects too? or just the Images? I'm having a little issue with that part.

But good job.

Is it just me, or do I smell a collaboration effort beginning? :D

Elbimster 04-13-2008 11:44 AM

Re: Picture Mail (MMS) software - Proof of Concept
 
Quote:

Originally Posted by hippity.hoppity (Post 248643)
Your two apps put together would be great. Even better would be an integration with WM6.1 threaded SMS.

I'm with hippity. If there's a way to integrate it with the 6.1 Threaded SMS, I think that would be my personal preference, but if it's "just" an MMS app, I really can't think of too many people on this planet that could really complain that much.

Excellent work buddy, make sure to let us know when you can start getting paypal donations. I'm sure almost anyone here would gladly donate.

SomeGuyMMS 04-13-2008 11:56 AM

Re: Picture Mail (MMS) software - Proof of Concept
 
Quote:

Originally Posted by jamesus (Post 248652)
Is it just me, or do I smell a collaboration effort beginning? :D

I don't know maybe. I'll have to hear more about Seigex's plan. I don't plan on integrating SMS into sMMS. But we might be able to collaborate, since I have most of the framework done, and recieving at about 50%.

BTW I have to support Smartphones, I'm not sure if Seigex has that in the plans. Maybe only Touch/Mogul. And I sort of commited to BlackBerry support also.

seigex 04-13-2008 03:27 PM

Re: Picture Mail (MMS) software - Proof of Concept
 
Quote:

Originally Posted by firebrain (Post 248619)
sorry just read now that this app doesn't send. its a nice trick to parse the incoming link but if this app doesn't send im sorry to say but it aint worth much.

Wow harsh, if you read the first post its going to be bi-directional :) As said its only proof-of-concept at this point, I still have alot of work to do.

seigex 04-13-2008 03:31 PM

Re: Picture Mail (MMS) software - Proof of Concept
 
Quote:

Originally Posted by SomeGuyMMS (Post 248680)
I don't know maybe. I'll have to hear more about Seigex's plan. I don't plan on integrating SMS into sMMS. But we might be able to collaborate, since I have most of the framework done, and recieving at about 50%.

BTW I have to support Smartphones, I'm not sure if Seigex has that in the plans. Maybe only Touch/Mogul. And I sort of commited to BlackBerry support also.

As far as SMS goes that was just an idea I threw out there to see what people wanted more, my original plan is no SMS either. For some reason it seams .net 3.5 has an easier time intercepting all SMS instead of putting conditions on it.

SomeGuyMMS 04-13-2008 03:38 PM

Re: Picture Mail (MMS) software - Proof of Concept
 
Quote:

Originally Posted by seigex (Post 248788)
As far as SMS goes that was just an idea I threw out there to see what people wanted more, my original plan is no SMS either. For some reason it seams .net 3.5 has an easier time intercepting all SMS instead of putting conditions on it.

Definitely, intercepting the message is alot easier. You may want to go back to .NET 2.0, I originally had 3.5 as requirement then found out that with 5 minutes of extra work I was able to convert it. The reason I say that is because 2.0 is standard on the Touch and Mogul. And it has been hell helping folks install the .NET runtime, mostly Treo users though.

payback 04-13-2008 04:34 PM

Re: Picture Mail (MMS) software - Proof of Concept
 
Im looking forward to using it.

"Walk This Way!!"

aughsum 04-13-2008 05:20 PM

Re: Picture Mail (MMS) software - Proof of Concept
 
sounds good, im looking forward to it, preferably in collaboration sMMS.

ajones7279 04-13-2008 06:40 PM

Re: Picture Mail (MMS) software - Proof of Concept
 
Sounds great. You guys keep up the good work. You never cease to amaze me

devinf 04-13-2008 07:42 PM

Re: Picture Mail (MMS) software - Proof of Concept
 
wow sounds great looking forward to it and let us know when u get that paypal link working....

kenton_supreme 04-13-2008 08:23 PM

Re: Picture Mail (MMS) software - Proof of Concept
 
QooL............

blakaneez 04-13-2008 09:51 PM

Re: Picture Mail (MMS) software - Proof of Concept
 
Wow, that is preetty neeeat! Yeah, I was wondering the same thing? How does it work?

GirlGoneGeek 04-13-2008 10:14 PM

Re: Picture Mail (MMS) software - Proof of Concept
 
can't wait! Very Nice!

Blaqdymun 04-13-2008 11:15 PM

Re: Picture Mail (MMS) software - Proof of Concept
 
I say threaded SMS with MMS function!!! We've got a few stand alone "MMS" programs to play with already. Step it Up and put your program on the map! My $0.02.

hippity.hoppity 04-13-2008 11:33 PM

Re: Picture Mail (MMS) software - Proof of Concept
 
Quote:

Originally Posted by Blaqdymun (Post 249108)
I say threaded SMS with MMS function!!! We've got a few stand alone "MMS" programs to play with already. Step it Up and put your program on the map! My $0.02.

I wouldn't bother with another threaded SMS app that doesn't integrate with the OS. WM6.1 has threaded text already and it works perfectly.

CyberMonkey 04-14-2008 05:52 AM

Re: Picture Mail (MMS) software - Proof of Concept
 
Quote:

Originally Posted by Goddbody (Post 248558)
I vote for the straight MMS too. Good work this will revolutionize Pic Mail for the PPC Community no doubt. Patiently waiting for this to jump off.

What are you using for your interface?

chappy 04-14-2008 09:43 AM

Re: Picture Mail (MMS) software - Proof of Concept
 
I just hope you guys don't spend a lot of time and effort then everyone abandons your programs when Sprint releases the official MMS solution this summer with the update. (This summer, haha right. A guy can hope though)

Just realize that Sprint's program will probably be bare bones. Make yours do lots of cool stuff so people will still want it over the Sprint one.

beyawnko 04-14-2008 10:50 AM

Re: Picture Mail (MMS) software - Proof of Concept
 
Quote:

Originally Posted by chappy (Post 249398)
I just hope you guys don't spend a lot of time and effort then everyone abandons your programs when Sprint releases the official MMS solution this summer with the update. (This summer, haha right. A guy can hope though)

Just realize that Sprint's program will probably be bare bones. Make yours do lots of cool stuff so people will still want it over the Sprint one.


im sure itll have more support than Sprints anyways haha

thezero4 04-14-2008 11:48 AM

Re: Picture Mail (MMS) software - Proof of Concept
 
I really like this idea. I hate how it is now having to open PIE to get my pics. Esppecially since Sprints picture mail site doesn't work with opera. Since PIE is never set as my default browser its a pain. So I hope you guys can get this working well. especially if the two programs merge.

wavezero 04-17-2008 05:10 PM

Re: Picture Mail (MMS) software - Proof of Concept
 
WHAT HAPPENED TO THIS!?!? I was all jacked up for it on monday and thread has dropped completely dead...

Sponge14 04-17-2008 05:17 PM

Re: Picture Mail (MMS) software - Proof of Concept
 
I am looking forward to the first person that gets mms to send and receive reliably. It's between this one and sMMs, from what I can see.

ajones7279 04-17-2008 06:42 PM

Re: Picture Mail (MMS) software - Proof of Concept
 
Give him a lil time man. Right now we have sMMS to hold us down until they collaborate the two or until he gets done or w/e

countervirus 04-17-2008 06:45 PM

Re: Picture Mail (MMS) software - Proof of Concept
 
im really looking forward to this i never liked having to go to the sprint website just to look at my pictures.

gino 04-20-2008 02:11 PM

Re: Picture Mail (MMS) software - Proof of Concept
 
When can we Download this app. ?

Spunks3 04-20-2008 02:30 PM

Re: Picture Mail (MMS) software - Proof of Concept
 
great idea!! i wish i knew how to program lol, i would dedicate my life to this freakin place!!

hope to see a Beta soon :)

Limegrntaln 04-20-2008 11:12 PM

Re: Picture Mail (MMS) software - Proof of Concept
 
I send and recieve true MMS with my Mogul. I wont take any credit for figuring it out, but I am also on the cricket network.


All times are GMT -4. The time now is 06:52 PM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0