Downloading the specific contents on any Sony Ericsson phones - General Questions and Answers

Hello, I'm a newbie and I work as a junior software engineer. Actually I had been testing K700 and W902 phones by attempting to download GIF, AWB, MID, AMR, MP3, SIS, RMF, WAV and 3GP files from the server in the company where I work. Unfortunately I received the message that said 'Downloaded file corrupt. Could not be saved.' on both phones instead. My manager told me that the company's rivals allow their customers to download the files I've just mentioned and they prevent the customers from sending the downloaded contents to anyone else. Therefore I've got to test the Forward Lock that already exists in the company's system. By the way, I am able to download the contents in question on Nokia phone if you ask me. Please take a look at the code below;
PHP:
<?
header("Content-type: application/vnd.oma.drm.message; boundary=boundary-1");
print("--boundary-1\n");
print("Content-type: image/gif\n");
print("Content-Transfer-Encoding: binary\n");
print("\n");
fpassthru(fopen("133000001.gif", "rb"));
print("\n--boundary-1--\n");
?>
People, please help me out by suggesting something for me to add to the code above in PHP file.

Hey i need some help?
hey Every body....!! Any body knows which Sony Ericsson Mobile Phones are best for using office and for home... which have a long bettery time....
Thx in advance...

Related

Voice dialling

Does the xda 2 have voice dialling features? If not, how could I get around this?
Re: Voce dialling
delon said:
Does the xda 2 have voice dialling features? If not, how could I get around this?
Click to expand...
Click to collapse
You can use the Microsoft Voice Command program
HTH
Stefan
You can find it @ a.b.warez.pocketpc
or pay 40U$.
Sorry, I'm a newbie with newsgroups.... Could u help me setup the newsgroup for a.b.warez.pocketpc? Any help would be greatly appreciated..... thanks....
I've got the same problem. I would love to check that newsgroup as well but I do not find a newsserver containing that group.
Could somebody please post the address of a newsserver that is able to check that group?
Thanks a lot...
how to enter news groups
get the address of the new group server of your isp
use a newreader program like outlook express or something else
scann for usegroups sellect the newgroup you want and enter it
news groups is not really http based
well are not as a rule anyway
I am living in a students home with LAN-connection to the net. So there is no dial-up ISP. The newsserver of my university does not accept the above mentioned group.
Is there a kind of workaround to read this group?
News groups
For all you newbees; Let me address this message first;
:!: It's illegal to download software from newsgroups! :!:
But I can't stop you from doing so... :twisted:
the best way to read newsgroups is to take 5 steps;
1; Get a program that reads alt.binaries posts; like grabit and install the progam.
2; Get a newsserver account or check your ISP. (mostly they also have access to newsgroups but are limited.)
like;
I use www.usenet.com
www.easynews.com
www.usenetserver.com
www.giganews.com
www.supernews.com
www.astraweb.com
www.usenetmonster.com
www.100proofnews.com
(get a account that gives you unlimited download. Should cost you about 15 U$ a month.)
3; then find a post message site like (www.nfonews.com)where groups tell other people what they are posting and where you can find the files. (like the Voice Command from M$) :lol:
Alot of Dutchies are using FTD. (This is a program)
But there are numerious sites that will give you this info.
4; Once you have the info where you can find your ‘points of interest’, start your grabber software and subscribe your news account info.
Then find the location. E.g; alt.binaries.warez.pocketpc
Grabber finds the location and you can start downloading your ‘points of interest’.
Most files are wrapped as *.rar files. So you need to have a rar program to unpack the files. There are also *.par files. you also need those files if the program is brokendown in hunderds of *.rar files. *.par files are a sort of repair files. Let say you mis a couple of *.rar files of LOTR dvd. (yes you can find everything) Mostly the uploader will place also *.par files to repair the lost *rar files. So you still have the full program you are downloading.
5; The last thing you have to do is buy a bigger hard disk. B/c you are constantly downloading new things.. 120gb is not big.
More info @ :arrow: http://www.shemes.com/community/viewforum.php?f=6
Hope this helps you a little bit more on your quest for golden software treasures..

How can I send files to another phone WITHOUT using bluetooth...

I would like some sort of program to send any type of file to somebody else with a WM phone, not near me, without emailing or sending an mms. Basically sometimes I find cab files that I want my friends to have, or videos etc., and they are usually bigger than AT*T's garbage of a limit. Is there any peer to peer software, or any sort of software to send directly to somebody elses phone? I've looked but haven't found answers. Thanks!
So you want to send someone a file, without bluetooth, e-mail or mms. mmmm. Maybe you should invent a time machine and see how they send files in the future. But I am not sure if the future file senders will work on windows mobile 6.
Okay....figured I would get some retarded answers by closed minded noobs.
Anybody have any real ideas? Maybe some sort of P2P software? I could easily make one for Windows (winsock), but IDK about Windows Mobile.
if you could make the program for pc
then with a tiny modification the program would compile on pocketpc
and work
thats the real str of windows mobile
Rudegar said:
if you could make the program for pc
then with a tiny modification the program would compile on pocketpc
and work
thats the real str of windows mobile
Click to expand...
Click to collapse
The only thing is for PC it would use Winsock and IP address', I don't know if WM uses winsock, but I doubt it.
as i said in my post
only minor changes if any would be required
for your code to compile and work under
windows mobile be it in
.net, win32 or MFC
so yeah sockets works fine
and if you google you will prob
find more then 1 program which already does
what you need
Rudegar said:
as i said in my post
only minor changes if any would be required
for your code to compile and work under
windows mobile be it in
.net, win32 or MFC
Click to expand...
Click to collapse
I realize that, but I don't think winsock is compatible w/ WM!!
I don't know much about this but could you go online and put the file on rapidshare or something from your device? Then whoever want's the file can go to the address and download the file themselves from wherever they want online?
Just a thought. I never tried, and never uploaded anything to rapidshare etc.. from my computer or from a handheld device.
You could also just send them the link via email etc.. to the original site that has the download so they can download themselves.
http://www.google.dk/search?hl=da&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=winsocks+pocket+pc&spell=1
when i say code i include any call to sockets your code may include
hotrod101 said:
I don't know much about this but could you go online and put the file on rapidshare or something from your device? Then whoever want's the file can go to the address and download the file themselves from wherever they want online?
Just a thought. I never tried, and never uploaded anything to rapidshare etc.. from my computer or from a handheld device.
You could also just send them the link via email etc.. to the original site that has the download so they can download themselves.
Click to expand...
Click to collapse
That is pretty much what I have been doing, except I use my own personal server. Thanks for the input
there used to be a peer to peer software (and it was free) but the project died and the files were removed...... i can remember the name now i'll do some thinking, you may be able to dig up an old file on it somewhere.....
EDIT: Pocket g2
http://thinkabdul.com/2006/11/25/po...e-sharing-software-for-windows-mobile-50-ppc/
i attached the cab below
Thanks for that, I'll def try it out. Do you know of anything for a 1 on 1 basis? Not shared through a network or server per say, but more so connect 1 on 1 with another WM device through IP or something.
MineralGray02K said:
Thanks for that, I'll def try it out. Do you know of anything for a 1 on 1 basis? Not shared through a network or server per say, but more so connect 1 on 1 with another WM device through IP or something.
Click to expand...
Click to collapse
can't say i have, i haven't ever used that p2p software but there may be some kind of privacy settings that allow for that (i've seen something similar on desktop programs)
mineralgray02k said:
i would like some sort of program to send any type of file to somebody else with a wm phone, not near me, without emailing or sending an mms. Basically sometimes i find cab files that i want my friends to have, or videos etc., and they are usually bigger than at*t's garbage of a limit. Is there any peer to peer software, or any sort of software to send directly to somebody elses phone? I've looked but haven't found answers. Thanks!
Click to expand...
Click to collapse
have you tried file-sender.com?
Thanks, I will try that now! Looks like that's what I am looking for.

MAPI and MMS

Hi all,
I'm working on an Windows Mobile application that requires me to make use of MAPI to programatically send MMSes (with an image file attached) from one device to another.
I've mainly used the "Sendmail" sample codes provided with Visual Studio 2005 as a reference point:
C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Pocket PC SDK\Samples\CPP\Win32\Sendmail\ SendMail.sln
A similar program source (by someone else) can be found here:
http://www.mombu.com/microsoft/pocket-pc-phone-edition/t-send-mms-using-mapi-on-smartphone-221671.html
My own modifications to the code (tested on a Dopod 810) include setting PR_MESSAGE_CLASS property tag to IPM.MMS1 (This ensures the use of the proper MMS compose form that is found in tmail)
I'm having quite a lot of trouble trying to attach a JPG file to the MMS. To date, 2 main problems exist
1. JPG image is not being "attached" to the message (received SMS has no message objects, other than the subject line).
2. Message body is not shown, even if written to stream.
What could be a possible cause here? The sample source codes do not actually reference proper files, so I was wondering if I might have missed setting other property tags. Just hoping to find someone who has had some experience in integration MMSes and MAPI. Some sample source code would definitely be of help too
Thanks in advance.

[Q] Share/Send recorded sound

hi,
i used an existing sound recorder and implmed, one by myselft.
There are some samples form MS, how to do sound recording too.
Now i want to send the recorded sound to another user's android phone.
Should be simple
- Send as email attachment
- Send via bluetooth
I did not find a program on the marketplace and trying to implent this by myself i found no example, how to do this. In this forum and on other resources, i read, that it currenty is not possible, to send email attachments programatically.
Is there really no way, to do such a simple task, as sending/sharing an audio file (after converting the recorded byte-array to .wav format) to another phone via email or bluetooth ?!
regards,
hannes
E-Mail attachment shouldnt be hard but WP7 does not support bluetooth file transport
Forget about bluetooth (until MS releases some kind of BT API). As for email attachment, you have a two options:
- implement smtp/exchange client by yourself;
- use (create) http "proxy" service on the external server (you sending audio data and additional parameters, and service forms the message with attachment).
Both ways a really not easy and expensive.
Send me a PM and I'll write something and upload it to the marketplace tonight.
MJCS said:
E-Mail attachment shouldnt be hard but WP7 does not support bluetooth file transport
Click to expand...
Click to collapse
The problem is: An email attachment in fact IS hard (impossible), without using some external service.
sensboston said:
- implement smtp/exchange client by yourself;
- use (create) http "proxy" service on the external server (you sending audio data and additional parameters, and service forms the message with attachment).
Both ways a really not easy and expensive.
Click to expand...
Click to collapse
Thank your for your response!
This is quiete the same, what i found out too. It is possible (i am a developer and i can host such a sevice on my domain) but that's not the way i like to do it.
I play in a band and recorded some demo with the phone and now want to send this recording to my band colleagues but it was not possible to do this.
This should be as simple as "open a bluetooth connection" + send.
On a windows phone, store it in the "media collection", on other phones, store it on a selectable location on the file system.
This is really anoying.
I like the platform and like developing for it but not beeing able to do such simple things...it's hard to argue, why WP is better than f.e. android.
MJCS said:
Send me a PM and I'll write something and upload it to the marketplace tonight.
Click to expand...
Click to collapse
I think, i don't get the point of your reply.
What do you want to write - a program, that does does recording audio + email it to other users?
I am searching for a solution, how to develop this by myself, not for a program on the marketplace.
regards,
hannes
HannesB said:
I think, i don't get the point of your reply.
What do you want to write - a program, that does does recording audio + email it to other users?
I am searching for a solution, how to develop this by myself, not for a program on the marketplace.
regards,
hannes
Click to expand...
Click to collapse
Oh...and I had already started programming it. Oh well. Basically do this:
Upload to SkyDrive using the API or...
Create a WCF Service that allows you to send a file stream
Have the files stream get written to the server as a GUID
Return link to file
Send link via e-mail
Have file expire after 24/hrs or something
hi,
thank you, for your response.
...and starting programming on it so fast.
(if you really started programming it - put it on marketplace, i am sure, many people would like souch a tool)
The "problem" with this approach (and email too) is:
- i need an internet connection to upload
- the people that want to download the file, need an internet connection
- there are still people, that don't have an internet flatrate for their phone or any internet connection (or have to use roming, if not at home) and jus say "..hey, you recorded it - send it to me via bluetooth".
Seem's, the steps you discribed, are the only option, to do it. The phone i used 5 year ago, could send pictures and audio recording via bluetooth and since the mango update is currently released and doest not contain an api for bluetooth access, i think it will not be released soon, if ever.
In another posting i read: "I take a picture with me and my friends and i can't send them over the bluetooth. They have cheap dumbphones and I have Omnia 7 and I'm embarrassed. Bluetooth filetransfer is essencial feature."
Ok, this is "offtopic" now, sorry but anyway thank you for your responses.
The steps you explained are possible for sure, but in my opinion a bit "much work", for simply sending some data != text.
HannesB, I agree with you, it's kinda annoying. But, probably, MS will open some new APIs in future (WP7 is based on WinCE so it's not such a big deal, code/drivers are already exists for that platform). Don't forget - WP7 platform is still too new.
I have an app called CopyCat. It will let you do recordings (and change the playback as well).
http://www.windowsphone.com/en-US/search?q=copycat
It will let you store to the Public folder of your DropBox account.
As previously mentioned, unfortunately there is no way to attach WAV files to an email currently.
Hope this can be of help.
Why are you guys complaining about a function that you can have with evernote you can record sound and save it on your evernote account over your windows phone

Is XperiFirm trustworthy?

Hello.
This is my first post, and might be my only one as well. Since I am
not allowed to post into developers' forums, I post this here. I'm
sorry for any inconvenience caused, if any.
After setting things up (download and install Mono, download and
uncompress XperiFirm then reboot) to use XperiFirm on my Mac, I wanted
to check if I could download Xperia firmwares directly from Sony's
servers.
Assuming XperiFirm downloads files directly from Sony, I asked a
friend a command that could give me what I'd need. He gave me two, one
of which (
Code:
$ lsof -i
) returned some interesting results.
At the
Code:
mono-sgen
command line, the connection is
established with an IP address that Whois says belonging to a single
person located in Santa Monica, California. I tried that while
downloading Xperia Z3+'s Android 5.0.2*, 32.2.A.0.224 / R3C and Xperia
Z3's 23.5.A.0.575 / R9D. I won't give more info on what I found, if
you want to know more you'll have to check this out by yourself.
I don't understand. I am still far from being a network computing and
IT security professional, but I'm not sure Sony would register as one
single person. I don't imply that something stinks, I only say I find
this rather strange.**
If the files were retrieved directly from Sony by someone and stored
on their server to be downloaded, why not keep the files even when
Sony deletes them? Is XperiFirm using some sort of intermediate
service hosted by someone?
Could someone explain me this? I found the official thread to be
elusive about how XperiFirm works.
Thank you. Have a nice day.
* I can't recall this Android version's associated Sony Xperia Z3+
firmware's name since it since disappeared, but I first noticed this
at the time it was still available — some months ago.
** Still, Maps' Street view shows what appears to be a black building
that looks more like a workplace than a home to me.

Categories

Resources