[Request] Car Alarm type app for G sensor - Touch Diamond, MDA Compact IV Themes and Apps

This is a bit of a cool gimiky app well it's like 2 apps in one.
Anti theft so if your phone is moved (Picked UP) it makes a car alarm sound and if you put it down it makes the Blip Blip sound to say it's armed.
And the other is a sort of fun mode so if it is moved It will play pre recorded sounds like "Oi put me down!"
I suppose you could call it a warning mode.
Has anyone thought or is thinking about making this?

i geuss it would be very basic to make...
i dont programm, so here is the way i think it could be programmed..
make a programm wich when it runs polls the gsensor, when it detected a change greater than normal when lying on youre desk, or a change of orientation, it would play a wavefile...
that for the alarm part...
the activate could be accomplisched in the following way...
when activated the gesensor is detecting movement because you are handeling it...
when de device is still for a 5 seconds or so.. it plays the blibblib file, and then starts the polling of the sensor above...
to make this complete it would be neccesary to enter a simple pincode to deactive the alarm sound...
i actually tried to get into programming to make this.. but my efforts where came not even close... as long as i cant programm in basic, im lost
anyone with a bit of spare time who could code this?

Good idea
Its an Idea a friend suggested.
It sounds like a really easy app to make but as I don't make apps for mobiles yet I wouldn't know how to build one
I could help with the GUI interface.
the rules would be simple.
when the phone is jogged for about a second play a warning sound.
Then the phone is picked up and jogged violently play the alarm sound looping.
when the phone settles down again play the rearm sound.
The guy who did the lightsaber app could whip this one up

Sounds fun and useful espescially at home where kids tend to touch everything and move things around..
Hope this gets wind

Will it cost much battery?
I guess...

I don't think it will cost much battery, provided you don't keep picking it up!

indeed..
it just polling the gsensor... that shouldnt drain too much...
anyway, when i leave it lying at my desk its most of the time thetered anyway...
graficly it dont has to be very much...

This could be a very funny and useful tool!!!!
Have a barking dog noise when the phone is touched.
Have a woman screaming when the "alarm" is set off...
Have a GPS tracker tool triggered once this program is launched.
Have the camera activate once the alarm goes off
Have the phone shut off with a special lock code when in "scream" mode.

Good
So it's agreed. then.. who can we ask to make this?

norkoastal said:
This could be a very funny and useful tool!!!!
Have a barking dog noise when the phone is touched.
Have a woman screaming when the "alarm" is set off...
Have a GPS tracker tool triggered once this program is launched.
Have the camera activate once the alarm goes off
Have the phone shut off with a special lock code when in "scream" mode.
Click to expand...
Click to collapse
Diamond's battery is only 900mAh, if GPS and camera are turned on, it will cost too much battery.
Athough Gsensor and Lightsensor cost little battery, but what I thought is, if the system should be always turned on (when screen is off)?
I don't know much about that, just guess~
Who can answer?

Good idea! Here is the car-locking sound!!
djfuego said:
This is a bit of a cool gimiky app well it's like 2 apps in one.
Anti theft so if your phone is moved (Picked UP) it makes a car alarm sound and if you put it down it makes the Blip Blip sound to say it's armed.
And the other is a sort of fun mode so if it is moved It will play pre recorded sounds like "Oi put me down!"
I suppose you could call it a warning mode.
Has anyone thought or is thinking about making this?
Click to expand...
Click to collapse
(You sould change the title of your topic to get more intrest, like g-sensor car alarm?)

Dev note
The application could be set to activate when the backlight is inactive.
in a similar way to the S2unlock application in that respect.
Can you poll the G sensor less frequently to save battery life? every 0.5 seconds
I can't see how running this as well as other apps will kill the battery any faster than if you where playing Teeter for a long period.

i`m with stupid
anyways..
nobody who has posted here seems to have programming skills(incuding myself), but the idee is imho a good one..
we just need the app to do the basic alarm thing wich i posted already.. choosing youre own sounds for the different events would be nice tough...
i have no problem to manually activate the alarm(an thus it doesnt need to be "silent" in the taskmanager, otherwise the thing would go off in my pocket when i walk around.. just start teh exe and its active... when enter the correct pin it shuts down again..)
it could be possible to trigger an event, or a external program whenever a alarm is given.. this makes it easier for other developers/user to add functions they need, like a gps logger or wathever.. it doenst need to be hardcoded i mean... just a event trigger to an choosable exe would be suffient...
so...
in the meantime ill keep dreaming sombody does have the time...
but i think it would be a rather popular app when developed, a have seen already many question for software like this...
ill try to clarify in the hopes somebody gets inspirated
- start software
- 10 poll sensor for 5 seconds.
- 20 if valeus differ too much then goto 10 else goto 30
- 30 play sound1 (beebbeeb)
- 40 poll g sensor
- 50 store valeus x-y-z in file/memory Z
- 60 poll sensor, valeus x-y-z.
- 70 if valeus polled differ more compared to memory play sound2 (alarm) else goto 60
- 80 execute external command
- 90 if alarm is ringing execute pin-routine, if correct pin is entered terminate alarm exe
mah, i told you im not a programmer...... but hopefully it will clarify my idea about this software
furtermore.. changing the topictitle into [REQ] CarAlarm-like software would be more suited as topictitle

GUI
I've posted the GUI for the app

Great! Keep up te good work!!

the gui is just a grafical representation on how WE think it should work...
so far no-one has posted who is willing to code..

Is there nobody who wants to try to make a application?

Very good idea..I let my phone always behind on my desk and i am thinking that somebody looks into the phone. This is very usefull to protect my phone..
When is the program ready?

Hi there! I have a little experience with .NET CF programming, and took a look at this thread... Any way, this is my first post on this forum
I think this application is not so hard to program.. The only problem would be that in the Stand-by mode, the G-sensor cannot be polled (correct me if I`m wrong). All the applications are suspended (except for the notifications and usual phone processes).
I think the application would work OK if the alarm is triggered when the phone is picked up from the initial place and woken up from standby mode (e.g. if an unwanted person tries to take a look in your phone ).
This surely saves a lot of battery than preventing the phone to enter standby mode plus polling the G-sensor often).
So what do you guys think?
[Edit] I just found another way to poll the G-sensor every x seconds. The application can be opened even in stand-by mode, check the sensor values, then go back to sleep.

I´m currently working on this gadget but there are/were quite some problems:
1: The diamond has to stay on under all circumstances! If it goes into the suspend mode, the alarm program will also suspend and therefore stop polling gsensor values. This is solved.
2. How to disable or turn off the alarm? I decided to integrate two ways of handling this subject: 1. you can choose to turn it face down and the triggered alarm will stop, respectivly the alarm system will be disabled. 2. You can enter a self-chosen PIN. The problem with this is, that when the alarm system is active and you choose to enter the PIN to disarm it, you have be quick (3sec) otherwise the alarm will go off. If I wouldn´t handle it this way, a thief could snatch the phone and try to enter a PIN while pausing the alarm system doing so.
3. And this is point unfortunately is still not solved: I don´t know how to disable the hardwarebuttons (power, volume, home ...) of the diamond.
4. When finished I want to make a cab file from the project, so that installing is made easier.
So right now the gadget works, but problem No. 3 remains. If you do keep the diamond in a pouch or case it works ok but if you leave it uncovered, someone who tries to steal it, can disarm the alarm system.
Therefor I´m not really satisfied with my work so far and I don´t have much time around this time of the year because I´m married, have a little daughter and still need to do christmas shopping; then come the festivities...
I guess if I can manage to control the hardware buttons I can post the completed project sometime in January.
bye,
Thilo

Related

working alarm?

anyone know of an alarm app which actually works? (for wm5).
i use AlarmMe 3 on my old jam and its never let me down.. sadly, this app cant wake up wm5.
What do you mean? The regular alarm applications works just fine in my Jamin
alarm...
especially if you utilise some of the custom "sounds" around, I downloaded a firetruck, a rooster, a really loud whistle, and also the wonderful sounds of birds.
The birds struggle to wake me, but the rooster and the firetruck certainly get the job done.
If you cant find them, let me know and I can upload.
Melchior said:
What do you mean? The regular alarm applications works just fine in my Jamin
Click to expand...
Click to collapse
Not for a great number of people:
[Qtek 9100] alarm problem: wizard does not wake up - http://forum.xda-developers.com/viewtopic.php?t=31895
Re: alarm...
simon_darley said:
The birds struggle to wake me
Click to expand...
Click to collapse
I think the problem isn't so much the user not waking up - as it is the device not going out of standby
Two sure-fit solutions are...
1. Use an alarm application that wakes your device up to full. There is a tweak app available (modifies the registry, really), that will do this as well:
http://www.burroak.on.ca/ptafaq.html#wakeuptweak
Please note that you may experience your PocketPC turning on (and back off) randomly, making the screen appear to 'flash' all the time.
2. Don't put your PocketPC in standby mode / don't let it go to standby mode automatically.
Instead, download an application with which you can turn the display off (not just the backlight, or you'll risk LCD 'burn-in'). Never miss any alarm/notification/etc. that way. You're draining only a few percent more battery over the course of 8 hours - which, if you're using it to wake up with, you should probably have it hooked up to the charger so that it's nice and full when you wake up anyway
sorry people, didnt realise that this was the prophet forum, i picked it from the recent activity list.
mine is the universal, and it always wakes up, the alarm always sounds perfectly, and the birds not waking me up simply cause i also have birds outside the bedroom window, so they kinda get mixed up in my head.
the rooster or firetruck guaranteed to work, if you can get your device to wake up first perhaps. as i said, mine always wakes up. dont know enough of the prophet issues to help here, sorry.
no problem - the thread I referred to is for the Wizard as well anyway
It's probably a problem with a driver not having implemented the power states correctly. But nobody knows which driver, or what may be implemented wrong. Microsoft are even aware of the issue but are basically pointing to their power state guidelines and telling the developers to implement them correctly.
Of course power states are a mess, so who knows what a 'correct' implementation is, really
maybe we should diffferentiate two distinct problems here:
1.) the device is not coming up from sleep - regardless of the application, which wants to fire an alarm, etc. That's obviously the ancient problem, we already had with the XDA II ... where alarms don't get managed fully on that midnight "housekeeping", for which the device starts up into "suspended" mode ... maybe solvable by setting HKLM\System\CurrentControlSet\Control\Power\Timeouts\BattResumingSuspendTimeout (and imho also ...\ACResumingSuspendTimeout) to something bigger than those default 30 sec, which isn't enough for people with many appointments, etc.
But for this there shurely can be found some more detailed posts here in the forum.
2.) the original poster, fastest, was talking about an old application (which I also used for long time) AlarMe, which doesn't work anymore on WM5! And the developer, eppen software, isn't responding. It still is installable, it still runs - it even still wakes up the device (as far as I remember), *but* it doesn't play any sounds anymore.
Meanwhile I switched to Chronos from www.activekitten.com.
Nearly the same, even some more functionality, with maybe a little different philosophy / user expirience ... but works great for me (and I'm in contact with the developer regarding the newest beta-cycle, where I also asked for some features, I miss since AlarMe ;-) ).
i use Spb Time and it works very without any error or mistake....
http://www.spbsoftwarehouse.com/products/time/?en
nighty

MDA Questions after a week of use...

Hello...
I recieved my MDA last saturday, and since then, have been trying to figure everything out. After multiple calls to tmobile, and even a trip back to the store, i'm still stuck with a few questions that i cannot seem to get answered.
1. The MDA came with the default Tmobile theme which works fine in portrait & in landscape, as well as the default blue Windows theme.
However, I have tried to install multiple themes(including some from microsoft themeselves) and i have one annoying error! Whenever I use an "installed" theme, the portrait screen looks fine, but when I open the keyboard...there are two large greyish/white gaps on the side of the theme.
Ex: I'm using a green theme. When in landscape mode, i have a single green square in the middle of the screen with a strip on either side(left or right)
2. My phone is HORRIBLY slow when and if ANYTHING 3rd party is installed. I've tried today plugins that control the memory usage(figured that would help)...however, it just slowed things done. My phone usually runs at about 14mb Free Program Memory, out of the total 44MB(This seems horrible...with just the default programs installed*for the most part* and maybe agile messenger running.). If i install a today plugin, or a game...this drops below 10mb. Therefore, phone usage can be very aggravating. I cannot think of any other way to increase this memory expect for ONE thing. Would it be possible to transfer ALL programs, applications, etc to the miniSD Card(i have 1gb now, with a 2gb in the mail). This way...i certaintly would not be topping out the usage of the card, and hopefully I can free up alot of space on the phone.
3. As we all know, the packaged IM programs are AWFULLY slow and inconsistent. After a bit of research and trials, I have settled on using Agile Messenger. I'm loving it...expect for a few things.
The MAJOR problem I have with it, is the pop up notification. Its annoying to be surfing the web or playing a game, just to have a pop up tell you that you have recieved a message, EVERY TIME you get a new message(which can amount to a great deal in a short time). I've looked all over for a setting, so unless I missed it, is there any way to shut this off?
A side issue with this program, and also the connectivity of the phone is...:
(even WITH the GPRS hack*always on*), I still lose connection(with 2-4 bars of signal) and therefore i get signed off of Agile, rather often. This isnt' such a problem with me, as seeing it takes a short time to log back in. However, when you look at the conversation from another person's point of view...all you see is
"Soandso" Logged off
"Soandso" logged on
etc
etc
(not sure if that last part was a question or a statement, but if theres an answer, i'd like to hear it!)
4.
My girlfriend has a sidekick, and I LOVE the feature of being able to set phone profiles for specific times of the day. Especially during school, it'll go silent, and the second we are out, its back on normal. I have downloaded PZP to try and fix this loss of luxury. However, I personally don't find the program to be very consistent. Sometimes, it seems as if say my "school" profile is fully functioning, while other times, it really doesnt. Call me crazy, but I have taken a shot in the dark and ventured to say that if one touches the volume button on the phone while the phone is on a specific profile...it will throw it out of its cycle. If anyone has some hints/comments/suggestions of their own on this program or other favorites...I would love to hear from you.
5. After I went about and downloaded the Eten dial pad skin, I noticed that all of my contacts were unable to receive contact photos. I quickly realized that any contact that was saved on my SIM card from my previous phone was stuck in this predictament. However, if i were to create a new contact account, it quickly allows me to customize them alot further. Therefore, i was curious if there was any way to transfer my contacts on my sim card>my phone in a fashion that the phone will accept them.
I'm sure i'll think of more questions(these are just the ones that I havent been able to answer after days of searching :-D)
Thank you so much in advance!!!!!!!!!!!!!!!!!!!
Hi,
the speed of the HTC Wizard is very slow. That was my problem too.
for question no. 2:
Moving the apps to the card will result in more free space on the phone, OK, but running the apps from the card will also result in low speed, because the card is slower than the main memory. So I think you won't get more speed by this.
Try to overclock the device with OmapClock. My device works like a charm with 264 MHz (original was 180 MHz).
Use a tool like FreeUp RAM, which is part of the SK-Tools-package.
Running OmapClock and freeing up the RAM from time to time brings significantly much more speed. There is almost no waiting time if you click on an icon. You can even run Skype with OmapClock (many other users do so).
HTH
I have seen tidbits about overclocking through my endless searches the last few days. I've always heard that you have to be careful if you overclock a device, such as a phone. Has anyone had any known issues with the overclocking? Are there risks in having the phone run at that speed all the time?
The Wizard isn't slow. Install a Qtek rom without branding, and it will be much faster.
even the sales associate at tmobile seemed to think it was slow. Upgrading to a different ROM sounds ok, but i'm trying to keep everything via tmobile. thaks for the tip though.
Hi,
Im looking to get the Tmobile USA MDA, but after reading posts like this Im alittle afraid.
I need to run TOMTOM on this device and thinking that this might bring the device to a halt. Now Im starting to think that maybe I should get the 6700. Please let me know what you found out about making MDA faster. Thank you.
TazMan1688 said:
I have seen tidbits about overclocking through my endless searches the last few days. I've always heard that you have to be careful if you overclock a device, such as a phone. Has anyone had any known issues with the overclocking? Are there risks in having the phone run at that speed all the time?
Click to expand...
Click to collapse
There have been long discussion about what is safe with the Wizard on this forum.
See, for example, http://forum.xda-developers.com/viewtopic.php?t=40284
Also, the SmartsKey app automates startup of OMapClock.
http://forum.xda-developers.com/viewtopic.php?t=41060
(It has a number of other uses as well.
Hope this helps.
TazMan1688 said:
My girlfriend has a sidekick, and I LOVE the feature of being able to set phone profiles for specific times of the day. Especially during school, it'll go silent, and the second we are out, its back on normal. I have downloaded PZP to try and fix this loss of luxury. However, I personally don't find the program to be very consistent. Sometimes, it seems as if say my "school" profile is fully functioning, while other times, it really doesnt. Call me crazy, but I have taken a shot in the dark and ventured to say that if one touches the volume button on the phone while the phone is on a specific profile...it will throw it out of its cycle. If anyone has some hints/comments/suggestions of their own on this program or other favorites...I would love to hear from you.
Click to expand...
Click to collapse
There is a known problem with backlighting. See http://zendrui.free.fr/PZPForum/viewtopic.php?t=197
Also, check to see what events PZP is handling for profile-switching. For example, if you have calendar-based or time-based rules, they may switch your profile without you doing anything. Go to Settings, Control to see what you Switches you allow. Or check Time and Calendar for your profiles under the Configuration option.
As much as i'm sure overclocking the device may help, especially in my case. I'm just not sure if its worth the risk. Kind of hard to explain to Tmobile why the phone decided to overheat. Seems overly risky to make such an expensive device, run at higher speeds than its DESIGNED to do. But i'm still not sure, it almost DOES seem worth it...decisions, decisions...
Yes, Thank you for clarifying that...I mostly meant, the inconsistency of PZP with the timing of profiles. It seems as if the program will "switch" to the correct profile, but i don't always see a change in the operation of the device itself. Ex: I have it set to go to school mode at 7:30am, this past week(since its spring break, i've noticed that my incoming calls all had the normal ring volume, as well as system tones, etc...
Although it "says" ""School"" i don't really know if its truely in that mode?!
On this note, i have a question about setting the times(which is what i really want to accomplish). My phone goes to LOUD around 5:30am, School at 7:30 am, Normal at 1:55pm, and Quiet at 4pm.
Nooow, do i have to put two times in the school profile such as 7:30 am-1:54(5)???? so that it has an entire time interval...or can i just tell it when to start, and the next profile will automatically kick in and stop the previous.
Also, does putting the phone in standby or shutting it down have any effect on the profile??
I'm sorry in advance if i'm asking very basic questions, i've just been searching for a long period of time, and i usually can't find a specific answer to my question. So I decided I would spend the time to actually discuss MY problem, with hope someone can help. Again, sorry for any inconvienence or redudant questions.
TazMan1688 said:
As much as i'm sure overclocking the device may help, especially in my case. I'm just not sure if its worth the risk. Kind of hard to explain to Tmobile why the phone decided to overheat.
Click to expand...
Click to collapse
I have a german T-Mobile MDA Vario (= HTC Wizard) and I'm overclocking it permanently with OmapClock and SmartSKey. There is no overheating as far as I can say/feel. I can speed up to 264 MHz (original = 180 MHz). If I try more, the device softresets itself without any damage or loss of data. It's a kind of security mechanism. Of course, battery life is a little bit shorter when overclocking it. But I'm sure, slightly overclocking doesn't damage the device! Maybe the lifetime of the device will be a bit shorter, lets say 6 months in 5 years, but you won't realize that, because you won't be using your device in 5 years. You will sure own some other phone when the CPU dies. Together with the tool "FreeUp RAM" (comes with SKTools), I can reach a comfortable speed for everyday use. But never forget: The Wizard IS quite slow, compared with other devices. You can find smart workarounds for that, but don't close your eyes on that fact.
For running any GPS navigation tools I would consider buying not a Wizard, but a much faster device, if you would ask me. I'm using my Wizard only for addresses (~ 700 items), calendar (~ 1200 items) etc., and without overclocking and using a program like Pocket Informant 2005, that would be an annoying, maybe impossible thing. At the beginning, I had to wait almost 10-15 seconds until e.g. the month overview was created. Switch to the following month - wait again. Choose a specific day - wait again. Oh my god! That needed more patience than I had.
Are you running a basic install without all the phone networks customisation bloat?
you can do this by hard resetting (you will loose data doing this) and then doing a softreset when the customisation dialogue pops up after setting time zone etc.
this will speed things up over an install with tmobiles bloatware. I run tomtom and my device is in general as reponsive as the magician it replaces.
good luck with your phone
R
So guys based on your opinions and experience is it worth for me to get the MDA or should I go with a different carrier and a XV/PPC-6700 ?
Hi yozh,
I don't know the 6700-device at all. Maybe we don't have it here in good old Germany, or maybe under a differnt name. Does it have a bigger display (better for navigation)? Does it have a faster CPU? Then take that one! In my eyes I would never like to use the Wizard for navigation. It's only a better phone, not more, not less. For all other purposes I would buy a bigger machine. I do not want to talk bad about my own device, I have bought it and I use it and it's OK for the everyday things I do with it. It has nothing to do with "I'm proud of my device", like some people seem to be here. It's a phone, man, not a Ferrari or a Rolex. You would tell yourself lies, if you would call the Wizard a powerful device. I had a Palm Tungsten T5 before, and THIS is a powerful device. 2600 items in the calendar (true!), and the reaction time was half a second if you tap on the screen! You can go and have a coffee if you do that on a Wizard.
Just think about it. If you buy a Wizard, try it for a day and then write to me what you think about that phone.
Mh. My english should be better, I know.
Just my 2 Cents!
Hi well the 6700 is the apache I belive and the CPU is 416mhz but its not a "dual core" everything else screen adn such is pretty much the same. Thanks for the reply
SO any one on this forums can recoment apache over MDA ?
yozh said:
Hi,
Im looking to get the Tmobile USA MDA, but after reading posts like this Im alittle afraid.
I need to run TOMTOM on this device and thinking that this might bring the device to a halt. Now Im starting to think that maybe I should get the 6700. Please let me know what you found out about making MDA faster. Thank you.
Click to expand...
Click to collapse
See my posts on http://forum.xda-developers.com/viewtopic.php?t=48448 regarding processor speeds and TomTom.
Wow really TOMTOM runs better on the MDA then on a 400mhz DELL ? Then Im set defenatly getting the MDA, I like GSM network provide3rs better anyway and plus there are so much choices with the phones. I wish I was able to aford the JASJAS that looks really good.
Also don't forget that when you 'close' an appliation it does not really close, it just goes in to background, thus slowing the system down.
Check out your running processes and close all the ones that are not needed or load an app that really closed things.
TazMan1688 said:
1. The MDA came with the default Tmobile theme which works fine in portrait & in landscape, as well as the default blue Windows theme.
However, I have tried to install multiple themes(including some from microsoft themeselves) and i have one annoying error! Whenever I use an "installed" theme, the portrait screen looks fine, but when I open the keyboard...there are two large greyish/white gaps on the side of the theme.
Click to expand...
Click to collapse
Themes built for portrait screens look wrong in landscape view. Easy solution: build a theme that works in landscape view. The Guava Bubbles theme works fine in both because the background image is larger than portrait size.
TazMan1688 said:
4. My girlfriend has a sidekick, and I LOVE the feature of being able to set phone profiles for specific times of the day. Especially during school, it'll go silent, and the second we are out, its back on normal. I have downloaded PZP to try and fix this loss of luxury. However, I personally don't find the program to be very consistent. Sometimes, it seems as if say my "school" profile is fully functioning, while other times, it really doesnt. Call me crazy, but I have taken a shot in the dark and ventured to say that if one touches the volume button on the phone while the phone is on a specific profile...it will throw it out of its cycle. If anyone has some hints/comments/suggestions of their own on this program or other favorites...I would love to hear from you.
Click to expand...
Click to collapse
I use PPC-Profiles-Pro, but you can't slave this to a time. Besides, I'd rather just put it on Silent mode by holding the connection manager button for three seconds (top left side button). Otherwise I use PPC Profiles to switch from Work (BT) to Home (Wifi, no BT) to Sleep (No Wifi, no BT, no email alerts or reminders, just ringer). Walking into a theater, I just go to silent mode.
bilbo_28 said:
Also don't forget that when you 'close' an appliation it does not really close, it just goes in to background, thus slowing the system down.
Click to expand...
Click to collapse
I know. I'm using MagicButton. And OmapClock with SmartSKey. And FreeUp RAM. In deed, I do almost EVERYTHING to make my device run faster.

[IDEA/DEV] OnStar-style crash response

In the US we have a system available in some cars called OnStar. The system, among many other things, is able to detect a crash and automatically contact emergency services. I guess cell phones are cutting into their profit margin because they've started running radio advertisements saying "What if you're in an accident and you can't reach your phone?"
Well that got me thinking... what if you can't reach your phone? And that gave me an idea... we can make a "clone" of OnStar.
Details
Many of our phones have G-Sensors. There is already an app out there to measure acceleration and G-Force.
We can create an app that you run in the car (perhaps hooked up with a car kit, windshield mount, etc). The app monitors acceleration/deceleration and G-Forces. When it detects a crash (instant deceleration and/or huge spike in G-Force), it plays a loud warning tone and displays a large "Cancel" button. If the cancel button is not pressed within a certain time period (15, 20, 30 seconds), it automatically calls 911 (or equivalent emergency number) and turns on speakerphone.
I can start the development of this myself, but certain things (e.g. the deceleration/G-Force measurement) I will need help with.
Before I start development I would like to gauge how much interest there would be in something like this.
I think it's a wornderful idea!
I can contribuite with the development if you need some help, but for the mathematics I suggest to contact some developer who already worked with such stuffs.
Marshall
The idea is good, but should be activated by user (i know, if he forgets...) : Imagine the problem if the device in in a suitcase or attache case, and the bag fall down (or is striked... )... The emergencies will be called just for a falling of bag... and the cancel button won't be seen...
I think this should be enabled (maybe by a profiler like G-profile or SBSH PhoneWeaver ???)
Anyway ,the idea is good !
that's definitely an excellent idea guys !!!!
I'm looking forward to this And if you need any help on the graphics, I can help you maybe
Surely a nice Idea.
To prevent false alarms a few other things could be taken into account, like sound level - If there is a sudden increase in sound level (crash whatever) or if it detected a "crash" it requires you shouting / using some voice command like features or whatever.
This is an phenomenal idea! Please do it. You guys could actually save lives with something like this. How many software ideas can actually save your life. Not sure if Onstar does this, but maybe have feature where, after it calls emergency assistance, it then calls your emergency contacts with message stating you have been in an accident and gives them your location if you have GPS enabled device.

how to turn off 3G?

how can I turn it off so I can save some battery...
EDIT: I got a cab file for everyone...just install, soft reset and it will be part of your comm manager
http://www.speedshare.org/download.php?id=03F8B49B11
Start/Settings/menu/All Settings/Personal/Phone/GSM_UMTS Services tab/Band
I'm sorry but don't you think that's too many clicks?
I realize that this may not be the popular thing to say around here, but I came from an iPhone 3G. Contemplated getting the 3GS but decided to give WinMo one more try and placed an order for a HD2 just now via DeviceWire.
But getting back on topic.. in the iPhone jailbroken world, there is a fantastic app called "SBSettings". It gets activated by a swipe near the top left area of the screen. From there, you could turn on/off toggles for things such as bluetooth, Edge, HSDPA, rotation, autocorrect, etc etc. People are building other toggles as addons for it all the time. But something like that should also exist for WinMo.
Now that I'm a WinMo newbie (my last windows mobile phone was a PPC-6700 and I swore never then to buy another windows mobile phone again). So there might already be another app just like the one that I'm describing. But if there isn't, it'd be great for someone to build that software. I'd certainly be willing to pay for that kind of conveniences!
maymaymay said:
Start/Settings/menu/All Settings/Personal/Phone/GSM_UMTS Services tab/Band
Click to expand...
Click to collapse
At 8am this morning my battery was 100%.
It is now 3pm and my battery is 60%. Weep.
I watched Star Trek for 30 mins on the train and did some email browsing and general tasks.
Wow.
mobilebuddha said:
I'm sorry but don't you think that's too many clicks?
Click to expand...
Click to collapse
Sure, if this was a setting people used one or more times a day, like turning wifi/bluetooth on/off.
How many people will ever even want to switch from the automatic default? 1% who are looking to save battery at the expense of speed? I'm sure there'll be some crazy control freak who wants minute-by-minute control of this, but who cares?
For 99% of people auto-3G degrading to 2G when 3G is unavailable is exactly what they want. For 0.99% of people they'll want to switch to pure 2G for battery purposes, it's a one-off action done on day one. It's easy enough to find in phone settings.
Who cares about that last 0.01%? If they're that bothered they can pay someone like me to knock up a switcher app.
I don't own an HD2, but I wouldn't be surprised if this could be speeded up a bit. On my Touch Pro2 the normal route would be Settings/Communications/Phone/Band (at the bottom of the screen). But the thing that gets launched when you go through that sequence is actually a programme in its own right, called CMBandSwitching.exe (resident in the Windows folder). So if you make a short-cut to that programme and put it in the Start Menu, then you can jump straight into it. Maybe there's a similar trick on the HD2?
look at first post...got a solution for everyone.
credit goes to moritz from pocketpc for creating this
[email protected] said:
look at first post...got a solution for everyone.
credit goes to moritz from pocketpc for creating this
Click to expand...
Click to collapse
Nice find!

[Q] Disabling Bluetooth AD2P Audio Autoplay

Hey everyone. So I find I have an annoying issue that is kind of pissing me off. I guess a majority of car makers have this wonderful "feature" that sends a "play" signal to the phone while connecting. This would be nice IF I could pick the app it would play with but the epic and other phones like to pick the defauly music player.
The downside is that I tend to stream pandora or slacker while on the road so each morning I get 2 songs playing at once lol.... rather annoying. I then need to load the music player and stop it. There are some good parts to what the cars do....like if an incoming call is answered it pauses the active player (usually slacker for me) while on the call.
Does anyone have any ideas on how to change any of this behavior? I guess that would have to be a kernel change or possibly a bluetooth apk if there is one? I would love to try to find a way to leave the pause portion there for calls but maybe like a check if there is a active player on top then play or pause is OK, but if in background, dont do anything.
I have searched a lot on this and it seems to be a common issue. But I just wanted to see if anyone has any ideas. I tried the app "autostarts" but it complains about not having root access even though the phone is rooted so that isnt an option it seems. It's probably wishful thinking, but was hoping maybe someone has an idea.
Or is there something I could use to kill Music Player for example "if" it was auto started and not run by me directly?
I suppose you could use a task killer and set it to kill the music player whenever it starts up. You could always disable it when your not using it. I wouldn't use it for anything else besides the music player that you wish to kill.
The problem I see with that is with most task killers they use a timer... unless I am missing one that will kill it automatically when it opens? The downside to that is if I use another app to monitor that app I have a feeling I am going to kill my battery life if it constantly monitoring.
You may be able to do this using tasker. It's not free (five bucks) and it's a bit complicated, but there is a week's trial on the developer's website.
I'm not allowed to post links, but just google tasker for android. The version in the market doesn't have the trial, though.The one on the developer's website is a buck cheaper and offers a trial.
If you aren't familiar with it, you can basically use it to take any input the phone uses (phone, sms, location data, gesture, bluetooth data, whatever) and make it output any event, so you could have it give a media all stop command every time you connect it to bluetooth. You could even have it automatically bring up a little menu with pandora, music player, last FM.. whatever media players you use.. after that. You could probably even get it to perform different behaviors depending on which bluetooth radio you connected to (so you could have it do something different in your car than in your friend's car for instance).
It's really a lifesaver of a program, well worth the five bucks I dropped on it, it's replace multiple other apps in my life. Not trying to sound too much like a commercial, but I have every reason to think it would do what you want. It is a bit complicated until you get the hang of it, though.
megabillzilla said:
You may be able to do this using tasker. It's not free (five bucks) and it's a bit complicated, but there is a week's trial on the developer's website.
I'm not allowed to post links, but just google tasker for android. The version in the market doesn't have the trial, though.The one on the developer's website is a buck cheaper and offers a trial.
If you aren't familiar with it, you can basically use it to take any input the phone uses (phone, sms, location data, gesture, bluetooth data, whatever) and make it output any event, so you could have it give a media all stop command every time you connect it to bluetooth. You could even have it automatically bring up a little menu with pandora, music player, last FM.. whatever media players you use.. after that. You could probably even get it to perform different behaviors depending on which bluetooth radio you connected to (so you could have it do something different in your car than in your friend's car for instance).
It's really a lifesaver of a program, well worth the five bucks I dropped on it, it's replace multiple other apps in my life. Not trying to sound too much like a commercial, but I have every reason to think it would do what you want. It is a bit complicated until you get the hang of it, though.
Click to expand...
Click to collapse
+1... was just about to say, Tasker can do it. Tasker has been the best $5 I've spent in a loonnnng time.
I got tired of getting up in the morning for my 1.5 hour morning commute (gotta drop the kid off to daycare in another county) and getting to work late because it had been rainy and terrible. Setting the alarm crazy early just to check and see if the weather was any good was not a pleasant prospect, and with winter on the way, I needed a solution.
So I spent an evening with Tasker. I had it perform an HTTP GET at Accuweather.com after passing my zip code to the website. I then had it search the returned text for words such as "rain", "snow" and storm". It runs this search at about 5:00 AM, and dependent upon the result, sets an alarm (with a snooze function that I programmed in). After the initial alarm, since I knew I'd be too tired to pay much attention to WHY it had woken me up early, I have it speak out loud "Good morning, you have been woken early today because it is [X weather] and [X degrees, after performing a Celcius to Farenheit conversion]. It is currently [time].
I plan on posting the Tasker profile to my blog in a couple days after I'm sure it contains no bugs (it'll probably snow in the morning so I'll be able to test that scenario).
Anyhow, this just gives a taste of what Tasker can do. I have it launch a list of apps when I plug into the headset jack, silence my phone if I get within 300 meters of work, or sound an alarm, vibrate, flash an LED, take pictures, and redirect outgoing calls to my girlfriend's phone if I send it a certain text message, to name a few very useful profiles I've got set up.
Tasker does everything without forcing you to learn any syntax or do any coding at all. It would be a matter of minutes to set up a scenario where, if you connect via Bluetooth, it waits a moment and terminates the default video player application and then launches the other application you want to use. One of the profiles I've forgotten to mention is one that, when I launch Navigation with the GPS off, closes Navigation, enables GPS, and loads Navigation back up. When I'm in the car I just want to touch Navigation, not screw with GPS settings.
Anyhow, enough of my gushing about Tasker. Seriously, best $5 app you'll ever buy. Trust me.
That might be pretty nice... wonder if it can tell the difference between a bluetooth headset and AD2P. I'll have to try it. Wonder if it could start my car with its application too like 30 min after my alarm hehe.
Sent from my Emotionless Beast Epic 4G via Tapatalk Pro
I've been playing with Tasker and it will do what I need Thanks! I ended up setting up a profile that when it connects to my vehicle only, it will kill music player, wait 3 seconds and then kill it again... it took that due to the fact the car doesnt send the play signal for a few seconds.

Categories

Resources