[Q] SPlanner Event Time Issue - Verizon Samsung Galaxy Note II

I'm currently on MeanBean 1.06. I noticed that if I create an event that is say 4 hours long, if I adjust the start time, it will adjust the end time to keep the event 4 hours. This makes it hard when my wife puts in her work schedule (say 1pm - 6pm) then she finds out she has to close and adjusts the end time to 9pm, the start time changes to 3pm. This caused her to almost be late to work when her reminder didn't go off
So, is this a) an SPlanner feature b) an SPlanner bug, or c) a ROM issue?

Related

Appointment times shifting

Every once in awhile I will create an appointment for a specific time on a specific date. Then, later on I will notice that the start and end times are shifted ahead exactly one hour. For instance, an appointment from 1:00p - 2:00p is shifted to 2:00p to 3:00p.
I am using WM2003, the latest and greatest T-Mobile ROM.
Has anyone seen this issue or have any suggestions on what might be causing this?
Thanks!
-Jason-
Mate, are you sure that this is not related to either day light saving or a different time zone setting?
Yes, I'm sure. Both the PocketPC and my desktop computer are set for the same time zone, and both are set to use Daylight Saving Time.
The problem happens randomly to different appointments. Today I had an appointment set to go from 12 noon to 8pm. For the last week, it showed up correctly on my calendar.
Today it was correct until I happened to notice at about 5pm that the appointment had shifted to 1pm to 9pm.
Another appointment I have for a few weeks from now moved from 9am to 10am.
Very weird.
I have exactly the same problem. I noticed it happens more frequently arond the period of DST change. Very weird and annoying. If anyone could help, this would be great. Thanks

[07.07.2009, v 1.3.1] Astrolabe - SMS your GPS position

Download. Simply decompress it and copy it on your Windows Mobile 6 device and run it. (Works on my Polaris.)
Details
Source code
Description
Use your PDA to acquire your GPS position and send it through an SMS.
The GPS position is update every 5 seconds (in order to conserve energy).
SMSs can be sent automatically at regular time intervals.
Do you like hiking?
What if you go out in the wilderness and have an accident? How do you direct a rescue team to your location?
You can use Astrolabe on your PDA to acquire your GPS position and send it through an SMS to your friends / parents / children / rescue team.
Privacy
SMSs are not encrypted, so anyone who tracks your phone number can tell your precise position by reading the SMSs with your GPS position.
However, it's debatable whether this is relevant because if someone tracks your phone number, they may already know the position of your phone in the communication grid.
Power saving modes explained
The following power saving modes are available: none, manual, auto.
None
In this mode there is no power saving. The application and the GPS are running even if the PDA is in standby.
GPS positions are retrieved as soon as they are available and are automatically sent through SMSs as soon as it is mandated.
Warning: In this mode, the battery is drained quickly (because keeping the GPS active requires a lot of power). Therefore, the "Auto" power saving mode is active by default.
Use this mode only when GPS position availability is critical.
Manual
In this mode the power consumption is the same as if the application (including the GPS) is not running.
However, you must keep your PDA on in order for GPS positions to be retrieved and automatically sent through SMSs.
Use this mode only when power consumption must be at minimum.
Auto
In this mode the application is running all the time, but the GPS is sleeping most of the time.
Once every 30 minutes, the GPS is awoken for maximum 5 minutes in order to get a GPS position and automatically send it through SMS. When a GPS position is available, this timer is reset.
In this mode, since the PDA sleeps most of the time, it may miss the narrowest chance it may have to get a GPS signal. In order to be sure that GPS positions are retrieved and automatically sent through SMSs, you must keep your PDA on.
Warning: Do not rely on the ability of a PDA in standby mode to automatically acquire a GPS position in (maximum) 5 minutes. Check this yourself!
Use this mode in most cases.
Tests showed that in this mode the battery (of a HTC Polaris, 1350 mAh) would be depleted in about 16 hours, if no GPS signal is available; if there is a GPS signal, the autonomy should be greatly increased (an informal test indicates more than twice the autonomy). Without power saving, the battery would be depleted in about 6 hours.
Do you like hiking?
What if you go out in the wilderness and have an accident? How do you direct a rescue team to your location?
Click to expand...
Click to collapse
what if there isent any signal?
(joking..)
Nice app btw
If there is no signal, the program waits until it acquires a new GPS position. Then, a new SMS is sent within (generally) 5 seconds.
(Of course, if the repeat time is X, the SMS is sent only if more time than X has passed since the last sent SMS.)
Note: Keeping the GPS active drains the battery quickly.
6ITdtvFQqY said:
If there is no signal, the program waits until it acquires a new GPS position. Then, a new SMS is sent within (generally) 5 seconds.
(Of course, if the repeat time is X, the SMS is sent only if more time than X has passed since the last sent SMS.)
Note: Keeping the GPS active drains the battery quickly.
Click to expand...
Click to collapse
I hace seen many programs like yours, almost all drains battery when there is no GPS signal (inside buildings). Only one programs deals it better, but that has many other issues. One way to stop draining the battery is to read 'N' (say 50) number of NMEA messages from GPS and then turn off GPS for about 'M' (5 - 15) minutes. Then try again. This will save lot of battery. May be you can try implementing it.
You can download a new version which has 2 new features.
You can see the trail of GPS locations where you were. The trail is updated once per minute.
A power save mode is available. If this mode is active, the PDA's power consumption is the same as if the application is not running; however, you must have your PDA on in order for GPS locations to be retrieved and automatically sent through SMSs.
Warning: Keeping the GPS active drains the battery quickly. Therefore, the power save mode is active by default.
Download
Details.
tahdor said:
I hace seen many programs like yours, almost all drains battery when there is no GPS signal (inside buildings). Only one programs deals it better, but that has many other issues. One way to stop draining the battery is to read 'N' (say 50) number of NMEA messages from GPS and then turn off GPS for about 'M' (5 - 15) minutes. Then try again. This will save lot of battery. May be you can try implementing it.
Click to expand...
Click to collapse
As you can see, I've implemented a manual power save mode.
In theory, an automated power save mode can be implemented, where the GPS is woke up every 30 minutes to get a location and then sent back to sleep. However, I have no idea what that would do to the device, that is, waking it up every half hour and then shutting it down.
But most importantly, if a GPS location can't be retrieved, what would the device do? The user could be sleeping in a motel for the night (or move through caves or canyons) and the walls could block the GPS signal. Should the device keep trying and thusly consume energy (for how long?), or go back to sleep and miss even the smallest chance of getting a GPS location in those 30 minutes?
An automated power save mode is in conflict with the criticality of having a GPS location any time it is available. Of course, if the device has no power this becomes irrelevant, so a power save mode is necessary. But it's important for the user to understand what's going on.
The current manual mode allows the user to understand that and allows the settings (especially the trail) to remain active all the time. For the moment I consider this to be the best solution.
Accelerometer
Hi,
Your program i very interesting, it will be great to manage the accelerometer
and send a SMS when the phone do not move or when it goes from vertical to
horizontal position.
What do you think of that?
Regards
doco76 said:
send a SMS when the phone do not move or when it goes from vertical to horizontal position.
Click to expand...
Click to collapse
In what context would someone use such a feature? I mean, what does an accelerometer provide that the GPS's altitude does not?
I guess an SMS could be sent as soon as a significant change in altitude occurs (because this could indicate a fall).
Very good idea, thank you
I know you're still developing this program,
Can you add customizable SMS feature? I might need to send an sms in my native language.
And
The program will send SMS automaticaly to Predefined Numbers feature would be great
May it be easy
I know you're still developing this program
Click to expand...
Click to collapse
The development is actually frozen. I am just implementing critical stuff, like power saving, and doing bug fixing.
Can you add customizable SMS feature? I might need to send an sms in my native language.
Click to expand...
Click to collapse
You can simply send a normal SMS. I'll add a "copy GPS position to clipboard" feature to go with that.
The program will send SMS automaticaly to Predefined Numbers feature would be great
Click to expand...
Click to collapse
SMSs are sent to a predefined agenda contact. Someone who wants to send SMSs with his GPS location should normally do so to a regular agenda contact, so he'll already have an agenda contact or can setup one anytime. What particular usage would there be for an SMS sent to a phone number instead of an agenda contact?
I'll have a new version by tomorrow (if tests are okay) with multiple power saving modes: none, manual (as is now), automatic (where the GPS is automatically woken up to get a location - 5 every 30 minutes). I'll include the "copy GPS position to clipboard" in there.
In automatic power saving mode, tests showed that the battery (of my Polaris, 1350 mAh) would be depleted in about 16 hours (if no GPS signal is available; if it is and reception is good, the autonomy should be greatly increased). Without power saving, the battery would be depleted in about 6 hours.
Although the new version is already up, I'll make a small change later today.
Version 1.3.1 is up. See the first post.
I am going for a hike up the cobbler and Ben Ime in the Arrochar Alps on friday so i will take my polaris and see how things go.
Well that hike went well and i have taken my polaris on a few other hikes.
To be honest you have almost developed a GPS application for your phone. The sms ability is great, but what i really liked was the trail plotting ability.
A standalone GPS will provide you with a line route against gradient maps. I don't expect there to be gradient maps but just a route line sampled at regular intervals would be great. It would be a good aid to plotting your route with a paper map.
Can i ask if the trail samples can be increased?
The current default power saving mode is "Auto", which means that Astrolabe can only take a GPS location once every 30 minutes. As such, the trail can't be updated more often. Moreover, if the 5 minutes window when Astrolabe attempts to get a GPS location is missed (because the GPS reception is poor), the next one is 30 minutes later, which mean that the trail accuracy is getting worse.
You can change the power saving mode is "None", in which case the trail is updated once per minute... but the battery dies out fast.
Instead of changing the power saving mode, you could manually start your PDA every time you think it's necessary to get a GPS location (and trail location). (Just look in Astrolabe to make sure that the time of the last GPS location is the current time.)
(As I said, the power saving modes will cause confusion.)
I added the trail feature after a bunch of us got lost in the woods. After some 2 hours of being off course we were debating whether to return or go further. Fortunately someone went 200 meters further and saw the road (from where we started). With this feature I could have seen that we were going in the right direction.

[Q] Incorrect time on clock (Sprint)

I've been having an issue that I thought was due to the ROM I'm running (dastin1015's CM10.1 Wild For The Night - Jun 21) until my dad reported it on his handset (not a smartphone, some Eriksson flip phone thing). The network-based time changes to an hour behind the actual time, with relative frequency.
When I view the clock/alarm settings it shows our timezone (EST) as GMT -4 instead of GMT -5, and also implies the phone thinks I'm not located in this timezone. It will display a "home" time (which is the correct time) as it does if you are traveling outside of your time zone, and display the current network-based time as an hour behind the real time.
Someone on the Sprint community forum mentioned that toggling airplane mode once (on and off again) should temporarily fix the issue. It does, but almost always, the phone will revert to the incorrect time a few minutes later.
Screenshots illustrating the problem:
http://goo.gl/89OJR
http://goo.gl/qSM9r
http://goo.gl/GbvUz
Has anyone else experienced this? If so, were you able to fix it? I use my phone as my alarm clock and I need the time to be accurate.
I have experienced this, but only on the stock unrooted ROM. I have been running Dastin's WFTN for longer than I can remember, and haven't had this problem with it. Sorry, I know that isn't very helpful to finding a solution for you, just thought I would confirm that I have seen the problem before.
Sent from my Evo 3D CDMA using xda premium
electrickoolaid said:
I've been having an issue that I thought was due to the ROM I'm running (dastin1015's CM10.1 Wild For The Night - Jun 21) until my dad reported it on his handset (not a smartphone, some Eriksson flip phone thing). The network-based time changes to an hour behind the actual time, with relative frequency.
When I view the clock/alarm settings it shows our timezone (EST) as GMT -4 instead of GMT -5, and also implies the phone thinks I'm not located in this timezone. It will display a "home" time (which is the correct time) as it does if you are traveling outside of your time zone, and display the current network-based time as an hour behind the real time.
Someone on the Sprint community forum mentioned that toggling airplane mode once (on and off again) should temporarily fix the issue. It does, but almost always, the phone will revert to the incorrect time a few minutes later.
Screenshots illustrating the problem:
http://goo.gl/89OJR
http://goo.gl/qSM9r
http://goo.gl/GbvUz
Has anyone else experienced this? If so, were you able to fix it? I use my phone as my alarm clock and I need the time to be accurate.
Click to expand...
Click to collapse
Go to settings-time and date, and disable nework time. That way you can set any time zone you want
Sent from Mwakious powered EVO 3D

Tasker profile becomes inactive after phone is idle for 10 minutes

Hi all,
I have an AT&T Samsung Note 3 SM-N900A running Android 4.3 (baseband version N900AUCUBMJ5, kernel v3.4.0-1625098). I rooted it using Kingo, installed Tasker (with Secure Settings plugin), and created 2 profiles: one with a 'Home' location context, and one with a 'Work' location context. In the 'Location Edit' map screen for each, I set a pinned location w/ a radius of 200m. I also de-select 'GPS' (leaving only 'NET'), since I don't want GPS enabled all the time (to extend battery life). I confirm that these work when I'm actively using the phone.. the profile becomes active when I'm at the specified location (as expected). I know it's active because it's displayed in the Notification Panel (and it's also shown in green in the Tasker profiles list).
The issue I'm having is that after ~10 minutes of idle time (i.e. when the display is off and I'm not using the phone), I find that the profile is no longer active when I turn the display back on and start using the phone again. I confirmed that this *doesn't* happen after 1 minute, 2 minutes, nor 5 minutes… only > 10. I also confirmed that it happens for both profiles consistently. However, as soon as I start Tasker again from the Apps Drawer (or from Recent Apps screen), the profile is immediately activated again, and my Enter task is re-run.
I enabled the run log in Tasker prefs, but it basically shows a clean activation of the profile (with no warnings or anything that looks weird to me).
I know there's a 10-minute timeout in the Display Off Monitoring prefs, but that doesn't seem to be related to my issue. I tried reducing the All Checks Seconds from 600 to 90, rebooted the phone, and it still took ~10 minutes before the profile would become inactive after the phone being idle.
Any thoughts as to what the culprit might be? Are there any system logs I can look at that might shed some light here? I'm new to Android, and this seemed like the place to ask..
Thanks.
Ok, not solved..
Alright, bumping this, as the problem is back again after some time.
Has anyone ever seen Tasker exhibit the behavior I described? Again, I start the phone and Tasker profile is active, let the phone go idle for >10 minutes, the profile is no longer active and I need to restart Tasker manually to make it active again.
Still trying to figure out what logs are best to look at..

Phone Profiles Plus

Hi all,
I just wanted to share an app I've been using for quite a while and I think it's great and might be useful for some.
It's called Phone Profiles Plus, it allows you to set sound profiles based on time of day, location, connected devices, connected to WiFi or Bluetooth and also when connected to a charger, you can also have it launch apps based on what it's connected to.
Example 1: When I got to the gym and connect my Bluetooth headphones, it will automatically launch 2 apps for me, Google Play Music and my workout app (but doesn't close them when disconnected, unless I didn't figure how)
Example 2: When I connect my phone anytime between 11pm and 8am to the charger, it will set all sounds to silent and then revert back to the previous profile once I take the phone of the charger.
Example 3: If I go the the movies (I usually go to the same 2 theaters) my phone will automatically change to vibrate based on the location.
Anyway I thought I would just share.
Phone Profiles Plus at Google Play Store
Yes, it's great but unfortunately has no good help file. For example I totally cannot figure out what 'shared profile' is. And why bluetooth is constantly switching on when nothing is triggering it and there is absolutely nothing on the log file.
I just installed this app and it seems awesome. I, too, am having some small configuration issues and was looking for a subreddit, user forum, wiki, or some other place where users could help each other. Does anyone know if this exists?
I'm using the app without events until I get the profiles working like I need. I want all notifications off at night (Sleep profile) except for my ringer and alarm. I enabled the "Unlink Ringer and Notification Volumes", set notification volume to 0, Ringer to 1, but I can still hear all of my notifications. Am I missing some other setting somewhere?
Thanks for any light anyone can shed on this!
I would try to set the system sounds to 0, silent sound notifications, 1 ringtones, but silent sound and ring only for those who have a ringing tone assigned, the alarm clock works, and other announcements are quiet. It works fine for me.
This app is surely great, I have one problem: my home and my work places are very close to each other and there is only one mobile cell that covers both my home and my work. There are around 10 totally different cells for home and 10 other cells for work but this only one common cell that is in use in both home and work areas is spoiling the whole profile change process because my profiles are changing based on mobile cells. It would be very easy if my GPS sensor was enabled at all times but it is not and don’t want to be enabled constantly. Any advice of how to solve this problem without GPS enabled will be greatly appreciated! My phone is Samsung Galaxy S9+ and it is rooted with Magisk.
I like this app, but I am having similar issues here. Bluetooth activates/deactivates unexpectedly. Events sometime trigger unexpectedly. Can't find support.
RDLaw said:
I just installed this app and it seems awesome. I, too, am having some small configuration issues and was looking for a subreddit, user forum, wiki, or some other place where users could help each other. Does anyone know if this exists?
I'm using the app without events until I get the profiles working like I need. I want all notifications off at night (Sleep profile) except for my ringer and alarm. I enabled the "Unlink Ringer and Notification Volumes", set notification volume to 0, Ringer to 1, but I can still hear all of my notifications. Am I missing some other setting somewhere?
Thanks for any light anyone can shed on this!
Click to expand...
Click to collapse
I'm using this app too and potentially it should be great, however I cant get events working as they should. Finding some sort of support would be handy.
Westindieman said:
I'm using this app too and potentially it should be great, however I cant get events working as they should. Finding some sort of support would be handy.
Click to expand...
Click to collapse
What issues are you having with getting your events to work? Are they activated? Did you set priorities for them?
Sent from my SM-N960W using XDA-Developers Legacy app
Cyclops1055 said:
What issues are you having with getting your events to work? Are they activated? Did you set priorities for them?
Sent from my SM-N960W using XDA-Developers Legacy app
Click to expand...
Click to collapse
Thanks for your response. My events sometimes don't activate and you are correct, it could be to do with the priorities which I didn't pay too much attention to before. I thought as long as the active parameters were met the event would activate the profile. For example I initially had my home profile activated by the area then I tried mobile cell censor, I also set this to be active between 7AM and 2300. I had a 'night' event from 2300 till 7AM which only seemed to activate when I restarted events. I had a work event which should have activated on the area where I work but wasn't. Even when I tried manual activation it wasnt changing. Yesterday I cancelled the time activation on the 'at home' event and left the times on the 'night' event and gave a higher priority to the 'night' event and this seemed to work last night, but I have previously had things working for one activation before then it doesn't again, so we will see. Also I have switched to 'order events by priority' rather than start order, so will see how that works over the next day or so when I am back at work.
Im using a Oneplus Six
Regards
Westindieman said:
Thanks for your response. My events sometimes don't activate and you are correct, it could be to do with the priorities which I didn't pay too much attention to before. I thought as long as the active parameters were met the event would activate the profile. For example I initially had my home profile activated by the area then I tried mobile cell censor, I also set this to be active between 7AM and 2300. I had a 'night' event from 2300 till 7AM which only seemed to activate when I restarted events. I had a work event which should have activated on the area where I work but wasn't. Even when I tried manual activation it wasnt changing. Yesterday I cancelled the time activation on the 'at home' event and left the times on the 'night' event and gave a higher priority to the 'night' event and this seemed to work last night, but I have previously had things working for one activation before then it doesn't again, so we will see. Also I have switched to 'order events by priority' rather than start order, so will see how that works over the next day or so when I am back at work.
Im using a Oneplus Six
Regards
Click to expand...
Click to collapse
I found using the priorities helps a lot with event, here's some examples of events that I have setup and their priorities.
Event name: Work (activated by time: Mon to Fri, 8am to 6pm) / Priority: P6
Event name: Car (activated by Bluetooth connection to my car) / Priority: P8
Event name: Bedtime (activated by time and if phone is charging: 7 days, 11pm to 7am and phone must be also be charging to launch event / Priority: P7
So here is where setting Priorities is important:
Let's say it's 11:30pm and I'm home and put my phone on the charger, my Bedtime event will activate which switches my Profile to the DND that I set up.
But if it's 11:30pm and I go into my car and connect my phone to Android Auto (USB cable) or to the car charger, my Car event will launch and not my Bedtime event.
My Car event is set to P8 and Bedtime is set to P7, so the Car event takes priority over the Bedtime event.
I've been using Phone Profiles Plus for a few years now and have about 10 events setup.
If you have questions, I'll be glad to try and help, I learned how to use it by trial and error.
Cyclops1055 said:
I found using the priorities helps a lot with event, here's some examples of events that I have setup and their priorities.
Event name: Work (activated by time: Mon to Fri, 8am to 6pm) / Priority: P6
Event name: Car (activated by Bluetooth connection to my car) / Priority: P8
Event name: Bedtime (activated by time and if phone is charging: 7 days, 11pm to 7am and phone must be also be charging to launch event / Priority: P7
So here is where setting Priorities is important:
Let's say it's 11:30pm and I'm home and put my phone on the charger, my Bedtime event will activate which switches my Profile to the DND that I set up.
But if it's 11:30pm and I go into my car and connect my phone to Android Auto (USB cable) or to the car charger, my Car event will launch and not my Bedtime event.
My Car event is set to P8 and Bedtime is set to P7, so the Car event takes priority over the Bedtime event.
I've been using Phone Profiles Plus for a few years now and have about 10 events setup.
If you have questions, I'll be glad to try and help, I learned how to use it by trial and error.
Click to expand...
Click to collapse
Thanks for your help. What I have done seems to have things working now though there can be a delay of about 20 minutes at times before a profile is switched, have you found that to be the case too?
What switch do you use for your 'order events by...'? Does this matter?
I did delete the car profile as it wasn't activating at all now but I'm going to create it again and try it now other things seem to be working.
Thanks
Westindieman said:
Thanks for your help. What I have done seems to have things working now though there can be a delay of about 20 minutes at times before a profile is switched, have you found that to be the case too?
What switch do you use for your 'order events by...'? Does this matter?
I did delete the car profile as it wasn't activating at all now but I'm going to create it again and try it now other things seem to be working.
Thanks
Click to expand...
Click to collapse
I've never had a 20 minute delay or any delays with my events activating. What do you mean by: What switch do you use for your 'order events by...'? Does this matter?
I am using redmi note 7 now, I used the app b4 on redmi Note 4 and it was perfect, when I changed to note 7, I took the saved profiles with me and granted every possible permission to it, however when I change profiles and there is a brightness change within the new assigned profile, the screen dims to the lowest brightness after few seconds of activating the profile... Everything else works perfect.. Only the brightness issue.. Any help?
Hi,
I started using Phone Profiles Plus as a replacement of Llama. Unfortunately it doesn't detect connected cell unless I press RE-SCAN button. Is it related to specific phone model (I have Xiaomi Mi Max 3)?
VIP or Starred contacts
I've been using this app for quite a while now and I have a good setup that's been working great. However there is one thing I can't for the life of me figure out. I have certain numbers (VIP or starred contacts) to allow to sound even when it's on silent (zero volume).
Any ideas on how to make that work?
Thanks!
Edit : So finally figured this app out and dang, I must say it's pretty darn good! This and Audio Profiles (found on the Play Store - not free) are the only two Profile Apps that I have found that work w/ A11 that lets you control the screen brightness & sound levels. But this app here, PhoneProfilesPlus, let's you control much much much more than that and is more configurable than Audio Profiles but is more confusing to set up, however. But once you do figure it out it's totally worth it as it does work better than AudioProfiles (for me at least).
The only feature that I wish I could find or make happen is that when I manually switch profiles that I can choose a beep to sound when I do the switching. I see that I can make it beep when it changes Events, but how can I make it beep when I manually switch profiles? (I left a suggestion on Github).
Gotta say it's pretty crazy that more profile apps such as these don't exist.. PhoneWeaver was the bomb way back in the day
Btw, you gotta find it here now : https://apt.izzysoft.de/fdroid/index/apk/sk.henrichg.phoneprofilesplus

Categories

Resources