[dev] "fake call" freeware [coding] - Windows Mobile Development and Hacking General

Attention:
The Release is Here
I do alot of skinning but finally decided to jump in and try and actually create my own program, and i need a little help
Some of you may be familiar with trinket softwares "fake call." If not you can do a quick read up with this link.....
http://www.trinketsoftware.com/FakeCall/
I am in the middle of developing something similar but a freeware version (if you didn't know the software isn't freeware any longer) I had put a very basic but working program together in basic4ppc, i then found out i had to buy the software to compile the program. Since i already own visual studio 2008 i decided i would go ahead and try to rewrite my program in vs.
I have completed my design, but i need help with the code....
i need a help with-
"sound" - i obviously need to be able to play sound, i have looked in ms help in vs and they provide some keywords but i am getting errors when i debug.....
-how to load images from an xml file- (in need code for the call)
These will all get me rolling and allow me to release a beta......
I'm getting closer and closer
Because everyone has a different dialer or "incoming call screen," i have decided the best way to go about your fake call is to allow people to select a screen shot and a sound of their choice, creating a very customized realistic experience for every phone (as it would look just like the dialer on your phone) without having to input an obsessive amount of information. (caller name, picture, ect..)
thanks for your help in advanced
THANKS TO-
MRABIE
Attention:
The Release is Here

Wow, this is great. Ya, since fake call is no longer free this is a very amazing idea. I know a lot of people here will help you. We just have to wait. =)

Great idea, I downloaded that app a while ago when it was posted and was rather disappointed to find out it was fake freeware. A couple of suggestions, the aforementioned app would use the default ringer. The suggestion seems pretty simple from a logistics point of view but may be more difficult to program than I would imagine, when selecting a person with a ringer other than default associated use that one. Maybe have a call timer that will stay up and count until the end button is tapped. Hope this helps.

I didn't realize that the other software had gone commercial. Thanks for stepping up!!

bump............

What programming language are you using, considering Visual Studio supports several.
In vb.net your Wait method could be replaced by Sleep(milliseconds). Documentation. I am not sure, however, it this method is included in the compact framework, assuming that's the one you are using. Hope this helps somehow.
Full .Net documentation can be found here.

I am using .net but may consider rewriting again later after getting a release to rid the program of dependacy on the .net framework.
I Have updated the list, as i have gotten some stuff already figured out thanks to different people on the forums, THANK YOU
If you guys can help me out with this other stuff it would be greatly appreciated

Whoa!
Trinket Software is practically giving away their apps!
http://www.trinketsoftware.com/xdadevoffer.aspx

selfdestrct said:
Trinket Software is practically giving away their apps!
http://www.trinketsoftware.com/xdadevoffer.aspx
Click to expand...
Click to collapse
thanks for posting.

just as a reference, there's something called DOWNCALL which is free and simple.
edit: my bad, this calls someone at a scheduled time.. doesn't fake a call.

this is nice of trinket but will only last until the 24, and is really only supposed to be for our webpage.
UPDATE:
i'm working on xml now
still need help with sound

did this die out or is it still in development?

jhw549 said:
did this die out or is it still in development?
Click to expand...
Click to collapse
Yeah, I'm curious to know as well. Thanks.

Heres an app I use called PhoneyCall
http://www.aimproductions.be/titleview_comingsoon.php?title=PhoneyCall

Related

SMS Fun Tool

Hi everybody. When I write SMS with my girlfriend I sometimes mess with the text. For example I write the text down on a paper and writh it backwards like:
Hi sweetheart. I just wanted to say that I stay here one more day. I love you --->
ouy evol I. yad erom eno ereh yats I taht yas ot detnaw tsuj I. traehteews ih.
So that she has to read it from the end.
Unfortunatly I am not a programmer. Could anybody write a tool that can mirro an sms text please. Then it would be easier. No need of paper anylonger.
And if anybody else has more funny ideas it could end up in a fun sms tool.
Thanks alot.
Greets Alex
oh yeah great fun. I suggest you ask your girlfriend to look at the phone facing a mirror and read the text from the mirror image. Just joking no offince There are serious issues which need to be resolved with XDA2 SMS before we can make fun out of it.
Kufi, have you really thinked on what you said ? did you try the mirror ? was the same effect ?
Alex, if i have some time, i'll write a simple app to do it in the next days and post it here
regards
Hey Hbatista! Sounds great!
Thank you very much!
@ kufi if you turn your display off you get a mirror
Alex
loooool guys, you are wonderful! I tried the mirror but what I saw was the ugly me..
here's your tool with source code
Glad that good humour still persists!
Here's your app. I'm including source code and a ARM cab to do the installation. You should copy the cab and dat file to your device and proceed to installation.
Hope it helps
regards!
talking about good humor..
I included in the about box a small credit to Kuffi!
Hi hbatista! Thank you very much for your cool tool.
A copy function would be cool though. Because then I could copy any text into a sms or mms using the normal tools which also stire the send messages.
And... Nice Mirror Pic Man!!
Thanks.
Alex
right away!
no problem!
here's the new version with a copy/paste menu!
Thanks Man.
Really nice one.
Alex
Now I get an error:
MirrorSms.exe
MissingMethodException
Application::Run+0xf
frmSendMirrorSms:Main+0xa
Is anything else exept the files you attached needed to run it properly?
Alex
sorry!
yep.. I only tested it on emulator, and I don't know why the opennetcf is not being correctly installed...
this new version is working...
Now another funny thing. Does anybody remeber these secred languages form childhood? We were about 5 children and we had such a language training it for weeks. At the end we were really fluent and nobody could understand us. My sister and I still use this language for fun every now and then.
Now we could transfair this to SMS.
For example: Iluvi aluvam coluvomiluving laluvateluver.
which means: I a m co mi ng la te r
I am coming later.
The rule is: After each vowel you put luv and then repeat the vowel if there are more vowels in a row like ea you take all of them and put luv there like ealuvea.
Do you like my suggestion?
Any other ideas?
Alex
lol
well, and what about random ? :lol:
the source code is there, so any other posters can change it. now i have to come back to my vehicle tracking system
Thanks anyway.
Very nice tool
Greets
Alex
phonenumber?
Do you need to type the phone number in by hand? I don't know any phonenumber nowadays ...
Copy/paste doesn't seem to work in that field
phonenumber?
Do you need to type the phone number in by hand? I don't know any phonenumber nowadays ...
Copy/paste doesn't seem to work in that field
contacts integration only available at commercial release
(read this post title) :lol:
I'm just kidding.
Well, integration with contacts will be a little more difficult. There is no library to do it in the language i used.
Even the clipboard integration was more difficult than sending the sms (can u imagine ?), because compact framework does not support CE clipboard.
I'm not fluent in eC++, but maybe other posters can do it...
Although, if i have some time i will do it...
regards
Hello hbatista,
I'm trying to find a simple programming language to program small nice functions for my Qtec. can you suggest an affordable language ?
thanks
See OpenNetCF
Hi Abalgir
Right now, the best choice would be eC++ (embedded visual c), but for someone initiating, it could be complicated. You can also choose embedded visual basic (eVB).
Although, Microsoft operating systems are migrating to "Managed code" and .net technologies. This means that you should start thinking on using .net to program the devices. In .net you can choose your favorite language, like c# or vb.net, but i prefer c#.
With .net compact framework, you can do a lot of things, but some core fiunctionalities are still not available, but you can use something like OpenNetCF (see www.opennetcf.org) to do core things like sendsms, etc
hope it helps
All the tools you need to develop for windows mobile
I received some private messages with more questions about how to develop for qtek
Here's a link that better explains what i said earlier and gives more details about everything you need to develop for windows mobile:
http://msdn.microsoft.com/mobility/...ry/en-us/dnppcgen/html/devtoolsmobileapps.asp
Emulators are included in PocketPC 2003 sdks
regards

[CLOSED][Samsung SCH-i760 ROM] What would be best???

*THIS "PROJECT" IS CLOSED ON MY PART!*
If you wish to still follow this, please visit the below link, I believe alquimista and some other folks are still giving this a try.​
http://pdaphonehome.com/forums/samsung-sch-i760/108112-sch-i760-rom-r-d.html
Samsung SCH-i760 ROM
**UPDATE 03/10/08**​
I have found some useful tools to help me accomplish this, but still have some things left to find. Any help would be awesome, first I need a way to find what I can remove (useless files that take up space) and most importantly where I should to start to make this work. I'm pretty sure the forums will be closed later today, so if you could email if your able to assist me I would appreciate it!
What do you think?​
Hey everybody, I've been browsing this forum numerous times in the past couple of weeks looking to customize my i760 and haven't found much on it for upgrading it's performance. It seems that not many users have this phone, so I'm thinking of creating a ROM for this device.
It will probably take me some time, being this will be my first time creating anything for a PPC.
I'm asking for some help for this:
a) From fellow i760 users to get some input on what might be the best items for the ROM.
b) Also from advanced users on the best way to approach this creation.
All help will be very much appreciated.
I'd like to have some contribution to this forum, seeing how my phone has been completely customized from developers on this site. Big Thanks to all of you out there whos software I am using! You all have done a great job, I appreciate your time and hard work for it.
What are your all's thoughts on this?
Thanks in advance.
Any question you can email me @ jtisr241 @ aim dot com.
TheChampJT said:
Samsung SCH-i760 ROM
What do you think?​
Hey everybody, I've been browsing this forum numerous times in the past couple of weeks looking to customize my i760 and haven't found much on it for upgrading it's performance. It seems that not many users have this phone, so I'm thinking of creating a ROM for this device.
It will probably take me some time, being this will be my first time creating anything for a PPC.
I'm asking for some help for this:
a) From fellow i760 users to get some input on what might be the best items for the ROM.
b) Also from advanced users on the best way to approach this creation.
All help will be very much appreciated.
I'd like to have some contribution to this forum, seeing how my phone has been completely customized from developers on this site. Big Thanks to all of you out there whos software I am using! You all have done a great job, I appreciate your time and hard work for it.
What are your all's thoughts on this?
Thanks in advance.
Any question you can email me @ jtisr241 @ aim dot com.
Click to expand...
Click to collapse
I had the i760. I got rid of it because of the lack or roms.
And Your are right there are no roms out there, its not because people dont have it, but its something with the way Samsung makes their roms. It's not as flexible with as the HTC devices.
Thanks for the info, I still have a ton of research to do before I look into the development, I'll keep that in mind hopefully I can find a way around it.
hey help for all phones would be cool
spring777 said:
hey help for all phones would be cool
Click to expand...
Click to collapse
I'm not sure what compatibility the ROM will have, another thing I'm learning.
I would love to see a rom that does not include the d-day and all the get it now and vzw branded software there under WM6.1 with the threaded MMS of 6.1 and the Palm threaded SMS. But, that is just a pipe dream, so I will settle for just a software update.
Thank you for your effort sir.
spring777 said:
I would love to see a rom that does not include the d-day and all the get it now and vzw branded software there under WM6.1 with the threaded MMS of 6.1 and the Palm threaded SMS. But, that is just a pipe dream, so I will settle for just a software update.
Thank you for your effort sir.
Click to expand...
Click to collapse
Any idea on when the update wil be available? Hopefully I can incorporate this with the new files on the update.
i have the i760 and yeah I think this would be a good thing but samsung just does stuff differently with ROMs
here to help
byrnsey88 said:
i have the i760 and yeah I think this would be a good thing but samsung just does stuff differently with ROMs
here to help
Click to expand...
Click to collapse
Thanks, that's what I hear, hopefully once I figure out all the odds and ends to ROM's I can better understand how this is configured.
I second the vote for a rom that does not have the "extra" garbage including that useless picsel browser thing. An end button deactivator (comes in handy to "accidentally" hang up on the wife, but most of the time it's a pain in the ass), a built-in S2U2-like app, built-in touchscreen inteface (ifonz-like I guess). Overclocking.
Overall better memory use, power use, touchscreen use, end deactivator (tried AE, it hated my i760!!)
Update: Oh you know what I'd really like to see - one touch access to contacts, then particular category. The thing I miss most from my cell phone is pressing one button which calls up MY contact list, not the thousands of contact in Outlook. So to recap press a soft key, get the personal contacts list category.
what is the good word?
yea there's def. not a ton of support for the i760; but i've heard that there will be an update to wm6.1 for it so that should satisfy alot of us owners if its true
I hope theres a 6.1 Rom!!
I hear there is and Verizon will have it for download for the i760 on there web site when they finish there part of it.
JASTECH said:
I hear there is and Verizon will have it for download for the i760 on there web site when they finish there part of it.
Click to expand...
Click to collapse
Do you know when it will be completed?
760 for High speed Internet Bluetooth connection
Hey does anyone have any luck using the 760 as a celluar modem? I am using PDANet to open the profile and I connect without issue but I can only stay connected for a very short time usually less then one minute.
I have also been all over this site and I am looking for a ROM and there does not seem to be much of anything available for this device. Has anyone had any success with the ROM or any update that would let me use this device reliably with my laptop. I am not sure if it is Verizon or a setting on the phone but it is killing me.
Thanks for any suggestions.
Todd
I just ordered a i760 so i can help.
i say no iphone interface, its not that good i dont see why people want to copy it.
Alright, it seems there won't be an update anytime soon from Verizon, so I'll try to get something accomplished here, it seems all I do is work sometimes. Anyways, I'm still messing with apps and plugins to see what I want to build here. As soon as I can figure which I want I'll post the news.
Any suggestions on what should be included?
**SEE FIRST POST**
i760 Rom Dump
@ TheChampJT
I've been watching this thread for a bit now. At the same time I have been digging deep into my i760.
I was finally able to use itsutils (from here: http://www.xs4all.nl/~itsme/projects/xda/tools.html ) to run the following commands without errors:
pdocread
pmemmap
pmemdump 0x80000000 0x02000000 rom.nb
That last one gave me a 32Mb file obviously titled "rom.nb". I was feeling all uber l33t until I realized I have no clue what to do now. I am trying to decompile the file I dumped with the perl script that Willem (aka itsme) posted on his RAPI tools site. I am trying to compile the perl script in WinXP, because that's the OS I dumped the rom.nb file with. Should I boot into linux (fedora 8 or Backtrack3beta is all I got) to run the perl script? I haven't tried much of anything with it yet because I just dumped the rom.nb file late last night. However, any advice would be much appreciated.
I think my i760 is CID unlocked, because the first time I tried to run pdocread I got an error that said "Have you CID or application unlocked your device?". When I was able to run pdocread, I assumed I had somehow CID unlocked my device. But I have no way to tell for sure whether its CID unlocked or not. Its not like there's a popup window on the i760 that says "You've CID unlocked you device!!" So that's my second question, how do I know if I CID unlocked my device?
I've been hacking away at this for a solid 12days now Well, more like a month or so. I always peek into my new toy's registry as soon as I get it and make a few changes here and there to see what happens. I've run the Windows Mobile Security Configuration Tool and set my profile's security to "off". I made some changes to the reg entries under the policies entry. I've also done the whole **33284 then set to DM then reboot and set data connection to Modem Through USB, connected my i760 and installed the drivers for the Samsung modem in that mode (they are different from the MCCI drivers and modem set up). As you can probably tell, I operate on a "try a small hack, then see what happens, repeat" basis.
So that's where I'm at right now. Probably TMI for you, or anyone else reading this, but I am trying to put out as much info/knowledge as I can.
Obviously I am willing to help get a working, easy to use, cooked rom. Let me know if you want any of the files I have pulled off my device or any of the tools or dll's that I have found on the web, or any of the print outs I got from the itsutils cmd line tools.
Ta Then,
Alqui
You can PM me here at XDA or over at PDAPhoneHome, that is unless you think I'm a total ****tard, then don't PM me anywhere.
T9 for the front.

SMS Password

Alright so everyone can prob agree... We have all these sweet ass phones that we mod ourselves to give it our own touch. Well don't you hate it when people go to see your phone and they're all like, "Hey let me see that, it looks sweet!!" blah blah blah... then they go and look in your text messages. Kinda annoying when I let someone play with my device and they try to get into my personal business.
Well basically what I am asking with all the talent out there... Is there a simple program that someone(s) would be willing to try to create that makes our SMS passcoded. Basically anytime you want to go into your messaging folder that includes your inbox, sent, outbox, drafts... that they need to enter in a simple 4 digit passcode. I bet I'm not the only one that would like this program....
Thanks in advance!
i would love to have something like this...not just for sms but for all programs. i remember my first cheap phone (motorola) they have this feature to block/allow apps and be passcoded. it would be great to have something like this....just a question as if its a popular request i guess....
great idea!
i love this motorola function, i'll love to see an application to do this on our phone.
EyeOnPrivacy?
Edit: link added: http://www.pocketgear.com/en_US/html/display_product.jsp?id=prod6520069
Nice find. Anyone got a copy of this already?
jonesj8 said:
Alright so everyone can prob agree... We have all these sweet ass phones that we mod ourselves to give it our own touch. Well don't you hate it when people go to see your phone and they're all like, "Hey let me see that, it looks sweet!!" blah blah blah... then they go and look in your text messages. Kinda annoying when I let someone play with my device and they try to get into my personal business.
Well basically what I am asking with all the talent out there... Is there a simple program that someone(s) would be willing to try to create that makes our SMS passcoded. Basically anytime you want to go into your messaging folder that includes your inbox, sent, outbox, drafts... that they need to enter in a simple 4 digit passcode. I bet I'm not the only one that would like this program....
Thanks in advance!
Click to expand...
Click to collapse
I have been wanting this since I pulled my Tild out of the box. Couldn't find it so I eventually bought this;
http://imate-smartphone.handster.com/product.php?id=521
It's okay, but as I said in another thread it can be a little *clunky* to use. And I know I paid WAY TOO much for something that should eb relatively simple.
yea...ive been wanting a program like that for a whileee!! i know somebody out there can develop a nice simple program that ask for a password for certain app...
Rhapsody said:
EyeOnPrivacy?
Edit: link added: http://www.pocketgear.com/en_US/html/display_product.jsp?id=prod6520069
Click to expand...
Click to collapse
Been trying this out for a while today... works pretty good... Just kinda plain and boring looking though. So if anyone is still up to the challenge to make something very similar but maybe a little more modern looking.
Hey all,
I agree with the fact that this type of software could be in high demand. I am not a developer myself, but I did design a Wisbar theme called VistaMobile, so I would definitely be willing to skin the program if someone could do the coding. I really love this whole PPC scene (started with an MPx200 Smartphone about 3 years ago, now using an HTC Uni), and I really want to give back and be a part of something more than the VistaMobile theme I had created.
I should also be able to host the file with a dedicated page on my protogenLabs site, if any developers are out there and wishing to team up.
That might just be wishful thinking, but regardless, it would be great have a stylish version of this type of program. More and more people in North America are finally getting used to Windows Mobile being somewhat mainstream, so I think it's a good market ready to flourish!
Sorry if I went on a bit of a tangent, but I'm all for a program that would do this sort of thing.
PM or contact me from my protogenLabs page if you are a dev interested in partnering up with a designer for ANY projects really...
Thanks!
jonesj8 said:
Been trying this out for a while today... works pretty good... Just kinda plain and boring looking though. So if anyone is still up to the challenge to make something very similar but maybe a little more modern looking.
Click to expand...
Click to collapse
I'm using this 1, quite good also.
http://www.handango.com/PlatformPro...&N=4294912181 95794&R=220577&productId=220577
it's called Ez Secret SMS and works great but on VGA devices the password keypad is unusable
We need a simple software to ask for a password when entering messaging. That's it, no funky lists and fluffy software. May the Force(of developers) be with us
glad to see everyone agrees with me, its nice to think that this is something that everyone would enjoy as much as me. So developers check this out! If your a developer or someone that think you might be able to take this on... leave some feedback on here instead of just reading then leaving... again thanks everyone, we'll be waiting!
yea i need something like dat badly!!!
ILL Try to develop something...
moduletz said:
it's called Ez Secret SMS and works great but on VGA devices the password keypad is unusable
We need a simple software to ask for a password when entering messaging. That's it, no funky lists and fluffy software. May the Force(of developers) be with us
Click to expand...
Click to collapse
Have u got the full version of Ez Secret SMS! Plz, share me, i only used it for 7 days! Thanks!
mda07 said:
ILL Try to develop something...
Click to expand...
Click to collapse
Thats what I like to hear, any other takers?
phamhien said:
Have u got the full version of Ez Secret SMS! Plz, share me, i only used it for 7 days! Thanks!
Click to expand...
Click to collapse
There's to be no talk of WAREZ on this site.
You should try reading the rules
11. Don't get us all in trouble
Don't post copyrighted materials or do other things that will obviously lead to legal trouble. If you wouldn't do it on your own homepage, you probably don't want to do it here either. This does in no way mean we agree with everything Hollywood, the record companies and the software piracy lobby try to impose on us, it simply means you cannot break any laws here since otherwise we'll end up dealing with your legal hassle. Please use common sense: respect the forum, its users, and those that write great code.
Has anyone made a free program for this yet?
IdkMYbffJILL said:
Has anyone made a free program for this yet?
Click to expand...
Click to collapse
i don't think so... i think a simple password prompt for accessing SMS/Email messages would be cool.. problem is, all the software currently out there is bloat and full of extra stuff that most of us don't need.
this can probably be done with mortscript but again, it requires additional installed programs..
i'm still looking around, but there isn't much in terms of what we're looking for.
now if we could only get some interested coders in this thread to whip something up
eye on privacy is a good one... theres alot of other stuff like a "safe sms" inbox that stores txts you don't want other people to see when you enter a 2ndary password. It can also lock dialing functions, call history, contacts, calender, tasks, and notes.
Then it gets into some really paranoid features that no one will ever use unless you're 007.
The pin screen that comes up when you go to your inbox is very finger friendly but the one that comes up when you go to the program to set the password and change settings is not.

Opinions and ideas on the upcoming beta!

Okay,
I have this problem where I am never pleased with anything I do, so I keep trying to improve it and improve it even further. The time has come.
I have been coding the new features for my website (www.touch-innovation.com) and here is the list I have thought of and has users suggest via email:
- Live submit (Submit directly onto the site... instantly. With lots of security though )
- Screenshots on category lists
- Download names instead of random hash.
- Add comments to news sections
- And lots of admin panel updates which you don't need to know about
Another thing is, what do you think of the design. Does it need a re-design? Does it need to be minimilsed or what not?
Help me out come on, throw me some ideas!
<3
dude, this sounds great
all of those features sound like excellent additions. good work on the coding
no, the site looks fine the way it is
Why do you want to change that site it's clear easy to use and looks cool
Because people have complained about the fixed backgrounds on the left and right. I was thinking of making them a bit thinner to make more room for content and shiz.
Thanks for your compliments, so you don't have any other feature requests? And the Live sumbmission idea, would anyone use it?
Thanks again
Anyone with a decent knowledge of php drop me a line. I'm having problems editing filenames on the fly (sounds easier than it is trust me, complex scenario).
The one and only thing I'd like to see changed? Not use javascript when clicking on applications to take you to their detail page. I get annoyed when I can't open it in another tab
It only uses javascript for the onhover effect and to make the whole td a link. If you want to open it in the new tab, just right click on the name (which is a hard link, for people without javacript).
It's been like this since first release, I did it just incase of no javascript
Napbree said:
Anyone with a decent knowledge of php drop me a line. I'm having problems editing filenames on the fly (sounds easier than it is trust me, complex scenario).
Click to expand...
Click to collapse
I guess I need more specifics, but a nice little loop with the function rename() should do the trick. I am sure you have looked at some resources, but the php.net site is great, here is rename with tons of good examples, some of which I have used in the past:
http://us.php.net/manual/en/function.rename.php
Hope this helps, FYI the site looks great!
Gudy
Thanks, rename isn't on the fly though. I'd have to rename it, then let the user download it... wait till the user has downloaded it, and then rename it back. And what hapens if someone else trys to download it in the proccess of this, they'll get a 404 for the file. I'd have to copy to a new location and do it that way. No point, I need on the fly not permanent. Normally I would use the rename function but it's not helpfull in this sutation.
I just need to play with the headers for a while and get them working .
Thanks for your help though
And thanks for the compliments.
Napbree said:
Okay,
I have this problem where I am never pleased with anything I do, so I keep trying to improve it and improve it even further.
Another thing is, what do you think of the design. Does it need a re-design? Does it need to be minimilsed or what not?
Click to expand...
Click to collapse
hell yeah, I know that feeling...I´m never pleased with my designs as well
And no, it doesnt need a major refresh yet but try to make the background a bit lighter so the whole site gets a bit more contrast. Just lighten up the background by 10-20% or so and show us what it would look like
And tell me if I´m wrong...but "Touch friendly programs for the windows mobile" sounds extremly strange, what about leaving the "the" out ?
regards,
Martin
Napbree said:
Thanks, rename isn't on the fly though. I'd have to rename it, then let the user download it... wait till the user has downloaded it, and then rename it back. And what hapens if someone else trys to download it in the proccess of this, they'll get a 404 for the file. I'd have to copy to a new location and do it that way. No point, I need on the fly not permanent. Normally I would use the rename function but it's not helpfull in this sutation.
I just need to play with the headers for a while and get them working .
Thanks for your help though
And thanks for the compliments.
Click to expand...
Click to collapse
I didn't understand what you needed, and I think now I do, you want to change the name as someone is downloading a file correct? If so, check this sample out, modify the header section as needed, ie this line:
header("Content-Disposition: attachment; filename=\"$file\"");
you could do any type of processing on the name you need, then just pass the string like above. Here is the link to the rest:
http://apptools.com/phptools/force-download.php
Hope this helps
m.schmidler:
Thanks, I'll try that now. And the "The" bit... Well it makes it sound like it's the only decent phone - aka unlike iphone . Its pronounced th-eee not th-u. So it sounds slightly different.
Get what I mean?
mjg7876:
I've been looking into the disposition header for a while, but the way I currrently download files is quite simple but to interlock these 2 things togeather is complex. Especially considering I will need to do checking, exploding (for the file extension) and redirecting if it's not hosted on the server. I make things too complicated lol.
Thanks for your help guys btw
Anyone else?
Is it me or does the logo from this site in this post look very similar to yours?
http://forum.xda-developers.com/showthread.php?t=441647
Great Site
I love your Site. In my opinion : it doesn't need any re-design.
But i do have one suggestion : it would great to have your tables with worting features.... One could just click on the title of one column and it would be sorted.... Understand what i mean ?
Thank for your work.
Thanks for your kind words
And btw, you can already sort them (programs list only atm). Simply click on the title, download, views, etc. and it will resort.
Try it
BTW: That logo looks like a skeleton version of mine :/. There's everthing thats on mine, just minimilised! What's going on? :/
ATM work is up to my eyes, so I've had to slow down on the development. It's not something I can rush due to security.
Any more suggestions I will be more than greatful

[Prg] Anti Creeper *** Anti-Spy Suite

This project will start being developed over the next few weeks in response to the various fears and worries that have come out over Phone Creeper.
I did promise to do my part in alleviating worries.
All source code will be provided with this program so people see how it works, how it will help and disseminate mistrust.
Anyone who is wishing to help in creation is more than welcome and any ideas on new techniques of stopping invasive programs are also welcome.
The first steps of this program will be to search for the following symptoms:
* SMS Interception: By searching for messages that arrive on the the phone, yet never make it to the inbox.
* Bounce Detection of SMS: by searching for quick duplication of incoming and outgoing message parts.
* Bounce Detection of calls: by searching for outgoing calls placed to a phone number was very recently listed inside an SMS transmission.
* Hidden Startup: search for startup entries with the "hidden" attribute enabled.
* Auto Boot apps: search for auto-install storage cards such as " \storage folder\2577"
AppToDate will be used receiving application updates as time goes on.
It will probably be at least a week or two before any code goes up, as I need a little rest from programming for a little while before I get too manic.
>> build changes <<
Reserved for future use.
>> Reserved <<
>> Another reserved spot <<
hehe great idea....
this would be the wm equivalent of anti spyware? lol.
Support the idea.
Hope to see something soon...!
Already thanks to chetstriker!
Ascenca
Subscribing!
Thanks for the interest, it hasn't seemed like many people have been as into the "anti" part.
I should hopefully have the first version up by this weekend or next week latest.
i can help if using C# and CF
if possible, create a project on codeplex and let's all contribute to this. who knows? we might make the next AntiVirus/AntySpyware
chetstriker said:
Thanks for the interest, it hasn't seemed like many people have been as into the "anti" part.
I should hopefully have the first version up by this weekend or next week latest.
Click to expand...
Click to collapse
Many are just quietly lurking here, waiting for first version
Just an update..
It's taken a little longer to get started than I wanted.
I'm trying to keep my code as clean as possible also since it will be public and others hopefully will want to contribute.
I have created a codeplex project but it won't be active until the first code is published. I was hoping to have it up this weekend but I decided to have a life and hang out with friends instead.
I have a good amount of ground work finished, including the detection of hidden files in unusual places and autostart detection. I also have encryption (hashing, salting) functions finished to securely encrypt your settings from tampering.
Now i'm just going to finish off SMS monitoring and give it a (hopefully somewhat attractive) UI.
Just letting people who are curious know that i'm still working on it and will be available shortly.
Great Idea
\
But will it allow for lost and found type apps to work?
rjmjr69 said:
Great Idea
\
But will it allow for lost and found type apps to work?
Click to expand...
Click to collapse
Yes, it will notify the user of what's happening and allow them to stop, delete or "add exception". There are many useful pograms that take advantage of methods that can be used ill intended purposes.
Subscribing to this thread.
Wouldn't making the source public kind of defeat the whole "anti" idea? Anyone could just work around your measures.
Subscribing to this! Very intriguing!
let me lend you a free BUMP
Still pretty excited about this.
Looking forward for the anti and the code.
Well, I just got back from vacation. So let the programming begin again
Hopefully, i'll have the update people have been waiting for shortly.

Categories

Resources