Mobiledia: Cell Phones

Google
Web Mobiledia.com
 

Home > Cell Phone Forums > Manufacturers Talk > Other Manufacturers Talk > Downloads via your own web server

Downloads via your own web server

Page 2 of 3
Reply to topic
Prev  1, 2, 3  Next
Author Message

magicuser590
Antenna Booster Novice
Posts: 4

Phone Model:
Samsung V205

Service Provider:
T-Mobile
Reply with quote Report post to Moderator
Sat Jul 26, 2003 10:18 am 
after trying all the suggestions in this site I still wasnt able to do anything and asking a question in the forim proved fruitless. I did some research on my own and found the easiest wy possible. Go to wap41.com they are a free wap hosting site so you can host remotely your own files. Sign up for an account with them. Create an index wml file in this format:

<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card title="Ringtones">
<p>
<a href="your tone.mmf">your tone</a><br/>
</p>
</card>
</wml>

then simply upload the mmf file and youre done. Point your wap browser to wap41.com/yourusername and youre set. I tried everything I read here and nothing worked but I was able to get my own ring tones like this. Its much less of a hassle.

If you have any questions feel free to email me.
Advertisement
 

ldawg23
Antenna Booster Novice
Posts: 3

Phone Model:
V205

Service Provider:
t-mobile
Reply with quote Report post to Moderator
Fri Aug 15, 2003 1:43 pm 
Host some files for me to. I mean what you said is a good idea and all, but I'm so lost that my head hurts. So you please give me step by step instuctions or put so files on your site for me to PLEASEEEEE icon_sad.gif icon_sad.gif

Aze
Antenna Booster Novice
Posts: 2

Phone Model:
Nokia 6610

Service Provider:
Orange France
Reply with quote Report post to Moderator
Sun Aug 17, 2003 6:29 pm 
hi

i posted a very simple method to upload your java apps/games to your mobile with any http server and without any WML code.

bye

Aze
Antenna Booster Novice
Posts: 2

Phone Model:
Nokia 6610

Service Provider:
Orange France
Reply with quote Report post to Moderator
Sun Aug 17, 2003 7:00 pm 
to upload .mid and .jpg or .gif files
you can use any http server without registering any MIME types and without any WML code

1. just install the server and look for the root directory, change it if needed (here we will use c:\http_root\)

2. put the files in the root directory of your http server ( where the server looks for the files asked by the client )

example: put wallpaper.jpg in c:\http_root\

3. and connect your mobile to your file by the wap
tND2k
Antenna Booster Novice
Posts: 1

Phone Model:
samsung v205

Service Provider:
t.mobile
Reply with quote Report post to Moderator
Fri Aug 22, 2003 10:54 am 
id hate to bring this topic back, but i think it could help me and a lot of other people too.

i have a samsung v205, and i receive the "Not Acceptable" error when trying to download my ringtone using the Wap41 idea. i'm not websavvy enough to understand the original post's idea.. i wish someone would post some more detailed instructions (or answer the post asking where exactly to add the files..)

i'm so close, and then BAMM!.. unacceptable. my *.mmf file is reeeaaally small.. 16 seconds with two voicings.. windows explorer says it's 1kb.

if anyone has had success with any of the processes posted, it would be awesome if they could lend a hand to a few of us who are having troubles.

thx.

Freaked
Antenna Booster Novice
Posts: 2

Phone Model:
Samsung S500

Service Provider:
Debitel
Reply with quote Report post to Moderator
Thu Sep 11, 2003 5:50 pm 
This is how i got it worked.

1. Download Apache webserver.
http://apache.lamphost.net/dist/httpd/binaries/win32/old/apache_2.0.40 -win32-x86-no_ssl.exe

2. Install the software.

3. Open the httpd.conf file (C:\Program Files\Apache Group\Apache2\conf\httpd.conf) , and look for "AddType" then paste the following:

# for WML processing
AddType text/vnd.WAP.WML WML
AddType text/vnd.WAP.WMLscript WMLs
AddType image/vnd.WAP.WBMP WBMP
AddType application/vnd.WAP.WMLc WMLc
AddType application/vnd.WAP.WMLscriptc WMLsc

4. Save this file, and stop and start the Apache webserver.

5. Get a WAP emulator to test it first, like "Wapsilon".
http://www.wapsilon.com/


6. Make an index WAP file, like this one:
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card title="Your name">
<p>
<a href="link_1">Here you can put an image or ringtone!</a><br/>
</p>
</card>
</wml>

7. Save this file as: wap.wml, and save it in: C:\Program Files\Apache Group\Apache2\htdocs

8. Type in the adress field of the emulator: http://your_IP/wap.wml

Well, that's it! icon_cool.gif 8 simple steps to download your own ringtones and wallpapers!

matte^^
Antenna Booster Novice
Posts: 5

Phone Model:
SonyEricsson T310

Service Provider:
Comviq
Reply with quote Report post to Moderator
Wed Sep 17, 2003 12:46 pm 
Add this if you wanna download Mophun games... =)

AddType application/vnd.mophun.application MPN
AddType application/vnd.mophun.certificate MPC

chaos421
Antenna Booster Novice
Posts: 2

Phone Model:
t610

Service Provider:
t-mobile
Reply with quote Report post to Moderator
Thu Sep 18, 2003 4:42 am 
i am getting this "Not acceptable" error when trying to download java games from my website (http://flybarf.com/wap)

the thing that gets me is that this worked a few days ago. i didn't change anything in the mean time. is t-mobile blocking me somehow? the links pass through validators (http://webcab.de/fetchpage.htm)

help!
/<eith

chaos421
Antenna Booster Novice
Posts: 2

Phone Model:
t610

Service Provider:
t-mobile
Reply with quote Report post to Moderator
Thu Sep 18, 2003 1:08 pm 
umm... okay it didn't work last night when i went to bed. i got up, didn't change a thing on the server and now it works. wtf?

/<eith

Rairai
Antenna Booster Novice
Posts: 3

Phone Model:
T610

Service Provider:
Telenor
Reply with quote Report post to Moderator
Mon Oct 20, 2003 11:44 am 
no need to make it so hard http://forums.mobiledia.com/topic2617-0-asc-10.html
Reply to topic Prev  1, 2, 3  Next

Home > Cell Phone Forums > Manufacturers Talk > Other Manufacturers Talk > Downloads via your own web server
Page 2 of 3

Similar Topics


 Topic   Posts 
No new posts Apple Sells One Million iPhone 3Gs, 10 Million App Downloads 5
No new posts RAZR MMS profile server setup - Exceeds maximum limit 7
No new posts Disable T-Mobile RAZR ringtone downloads 5
No new posts T-Mobile MDA downloads? 14
No new posts LG vx 8100 Address Book downloads 5
No new posts Server tests 5
No new posts downloads for samsung sgh e720 7
No new posts 3rd Party Downloads? 22
No new posts nokia 3300 downloads and apps 7
No new posts mp3 and wallpaper downloads 9


Subscribe to Our Feed

Mobiledia.com RSS Feed Mobiledia.com on Facebook Mobiledia.com on Twitter Mobiledia.com on Google

Carriers Talk

AT&T Talk (Cingular) AT&T Talk (Cingular)
Sprint Nextel Talk Sprint Nextel Talk
T-Mobile Talk T-Mobile Talk
Verizon Talk Verizon Talk
CSR Talk CSR Talk

Manufacturers Talk

Apple Talk Apple Talk
LG Talk LG Talk
Motorola Talk Motorola Talk
Nokia Talk Nokia Talk
Samsung Talk Samsung Talk
Sony Ericsson Talk Sony Ericsson Talk
Smartphone / PDA Talk Smartphone / PDA Talk

Mobiledia Community

The Lounge The Lounge
News Headlines News Headlines
The Rules The Rules
Meet the Team Meet the Team
Forum Archive Forum Archive


Google
Web Mobiledia.com

©2002-2009 Mobiledia Corp. A Cell Phone Resource Site. All Rights Reserved. Terms of Use | Privacy Policy