{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hi,
I really dislike some security apps forcing all kinds of things(virus scanner) into an application which I only want to use to remotely control my phone. So I wrote aeGis.
aeGis allows most of the functionality you'll see with Lookout or Cerebrus, but handles it locally on your phone via SMS with no data connection being required to complete any of the actions.
If your phone ever goes missing or is stolen, simply text the passphrase you chose to your device to activate any of the four options. aeGis will alert you if the action has been successfully completed.
Features:
- Ability to remotely lock your device via SMS
- Ability to remotely enable sound on your device via SMS
- Ability to remotely locate your device via SMS
- Ability to remotely wipe your device via SMS
- Ability to lock application with a password
- Ability to launch application from Dialer(so you can hide it from your app tray)
- Ability to backup call logs/sms logs to either Google Drive or Dropbox
- Ability to silently trigger actions
Support
Supports android device > API 14(Ice Cream Sandwhich)
Source can be found:
http://github.com/Decad3nce/Aegis
Install:
https://play.google.com/store/apps/details?id=com.decad3nce.aegis
Donate Version(Identical to free version):
https://play.google.com/store/apps/details?id=com.decad3nce.aegisdonate
Please list comments/questions and hopefully, contributions.
Gmail SMS appending issue . I'm locked out . I set a number as pin in aeGis, but this is asking for a word. I did try default password "aeGis" but it isn't working either. pull the xml file and password "1234" just what I set. but this isn't working.
drraptor said:
Gmail SMS appending issue . I'm locked out . I set a number as pin in aeGis, but this is asking for a word. I did try default password "aeGis" but it isn't working either. pull the xml file and password "1234" just what I set. but this isn't working.
Click to expand...
Click to collapse
1234 isn't working?
drraptor said:
Gmail SMS appending issue . I'm locked out . I set a number as pin in aeGis, but this is asking for a word. I did try default password "aeGis" but it isn't working either. pull the xml file and password "1234" just what I set. but this isn't working.
Click to expand...
Click to collapse
So looking at your issue a bit further. Gmail SMS appends: " - [email protected]"
So your password would be: "passcode - [email protected]"
Anyways, I fixed the issue in v1.2.3 with this commit: https://github.com/Decad3nce/Aegis/commit/c116d3e0b2975d37ad0b3dabe0e79c2cb7edd7ec
Code:
password = password.replaceAll("([^[email protected]\\s]+)(\\.[^[email protected]\\s]+)*@([^[email protected]\\s]+\\.)+([^[email protected]\\s]+)", "")
.replaceAll("-+","")
.trim();
Good regex saves lives.
Decad3nce said:
1234 isn't working?
Click to expand...
Click to collapse
Thanks. I give it a try today.:fingers-crossed:If it had been a pin, the keyboard could have been dial pad. Had to wipe for the 3rd time. :silly:
so In this case it should be "[email protected]". And youremail should be replaced with my email add. Well it is isn't working either. I'm using ver. 1.2.3.
So anyother wipe ?
Any way to add the option to disable persistent notification?
T-Mo'd S3
Already is disabled in new updates.
Is there any reason other than lack of using backward compatible API options that this doesn't work on pre ICS devices?
Despite what you may think, there are a lot of not so old devices that do not have working/reliable ICS, such as the G2X. Limiting an app to ICS at this stage is rather..... annoying.
lotherius said:
Is there any reason other than lack of using backward compatible API options that this doesn't work on pre ICS devices?
Despite what you may think, there are a lot of not so old devices that do not have working/reliable ICS, such as the G2X. Limiting an app to ICS at this stage is rather..... annoying.
Click to expand...
Click to collapse
I'm not sure that I thought anything; but, ok.
I was planning on adding backwards compat, but I wanted to keep the same theme. I'm still learning as I go, I'm sorry you find that annoying.
Decad3nce said:
I'm not sure that I thought anything; but, ok.
I was planning on adding backwards compat, but I wanted to keep the same theme. I'm still learning as I go, I'm sorry you find that annoying.
Click to expand...
Click to collapse
Understandable.... from what I've been playing around with in Eclipse, you can specify a different theme for older API levels. Might be something to look at if the theme is the only limitation
lotherius said:
Understandable.... from what I've been playing around with in Eclipse, you can specify a different theme for older API levels. Might be something to look at if the theme is the only limitation
Click to expand...
Click to collapse
I'm switching to action bar sherlock currently, should allow backwards compatibility.
Added option to lock the application with a password, as well as having added an overflow menu which allows for more settings to come in the future.
If anyone wants to contribute towards translations, it would be awesome.
These following strings need a translation to any language other than english.
Code:
aeGis
Wipe
Lock
Alarm
Locate
Settings
aeGis
aeGis is tracking the devices location\nTo disable tracking, hit the Disable Tracking button
Disable Tracking
aeGis requires device admin control for the wipe/lock features.
Features coming!
overflow
Alarm
Alarm
Play an alarm and enable ringer sound on device.
Alarm Activation SMS
Choose what text to send to activate the alarm. It is recommended to use a PIN in your activation SMS to avoid unauthorized activation of the alarm.
Vibrate
Whether to vibrate when alarm is activated.
Lock
Lock
Lock the device when activation sms is sent.
Lock Activation SMS
Choose what text to send to lock the device. It is recommended to use a PIN in your activation SMS to avoid unauthorized locking.
Default password
Choose what password will be used to lock the device. This is the default password that will be set, custom passwords can be provided when sending SMS by appending the requested password to the SMS. If set to blank, the password/lock method will not be changed but the device will get locked to force re-authentication using the existing password.
Wipe
Wipe
Wipe the device when activation sms is sent.
Wipe Activation SMS
Choose what text to send to wipe the device. It is recommended to use a PIN in your activation SMS to avoid unauthorized wiping.
Locate
Locate
Locate the device when activation sms is sent.
Locate Activation SMS
Choose what text to send to locate the device. It is recommended to use a PIN in your activation SMS to avoid unauthorized location tracking.
Lock Device
Whether to lock device with default lock password or appended password when locate is triggered.
Location Update Interval
Choose how often to have location provider attempt to get a more accurate location from the device being tracked. A lower time will drain more battery on device.
Location Minimum Distance
Choose the minimum distance of change the location service will trigger an update for.
aeGis: Sound successfully enabled.
aeGis: Failed to override sound settings. Error:
aeGis: Locked device with password:
aeGis: Failed to lock device. Error:
aeGis: Wiping device.
aeGis: Failed to wipe device. Error:
aeGis: Failed to locate device. Error:
Password
Confirm Password
Continue
Passwords is set as
Please enter a password and confirm it
Passwords do not match
Disable Password Login
Please enter a password to lock aeGis with whenever the session is exited. Passwords may contain any characters or be of any length.\n You can also choose to disable login by clicking the checkbox.
Password
Login
Password is incorrect
Please enter the password
Please login to continue to aeGis
Copyright(C) 2012 Adnan Begovic
Github source link
Send email to developer
aeGis has overriden sound settings.
Will try to translate it to Urdu
Sent from my GT-I9100 using xda app-developers app
Fixed some way overlooked bug with alarm toggle not disabling. (surprised noone emailed me about that).
Anyways, also beautified some layout related bits for some devices.
Not that anyone cares how pretty things are... >.>
New "About" page.
Decad3nce said:
Fixed some way overlooked bug with alarm toggle not disabling. (surprised noone emailed me about that).
Anyways, also beautified some layout related bits for some devices.
Not that anyone cares how pretty things are... >.>
New "About" page.
Click to expand...
Click to collapse
I might of overlooked this but is there a way to keep the alarm going? It sounds once really quick and vibrates but then shuts off, tested on my Galaxy Nexus and S3
Sorry if i overlooked a setting, and thanks for the great work
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
Dorilife said:
I might of overlooked this but is there a way to keep the alarm going? It sounds once really quick and vibrates but then shuts off, tested on my Galaxy Nexus and S3
Sorry if i overlooked a setting, and thanks for the great work
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
Click to expand...
Click to collapse
I would like to know this as well. And how do you change the alarm notification sound? It seems to be linked to my same email notification sound. I would like to control just the alarm sound through the app, not have it affect other notifications if that makes any sense.
Dorilife said:
I might of overlooked this but is there a way to keep the alarm going? It sounds once really quick and vibrates but then shuts off, tested on my Galaxy Nexus and S3
Sorry if i overlooked a setting, and thanks for the great work
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
Click to expand...
Click to collapse
A2Eric said:
I would like to know this as well. And how do you change the alarm notification sound? It seems to be linked to my same email notification sound. I would like to control just the alarm sound through the app, not have it affect other notifications if that makes any sense.
Click to expand...
Click to collapse
The alarm is meant more of a way to override your sound settings to take the device out of silent mode.
The email sound you explain is just the sound by the messaging app most likely which is your default notification sound.
Sent from my SPH-L710 using xda app-developers app
Decad3nce said:
The alarm is meant more of a way to override your sound settings to take the device out of silent mode.
The email sound you explain is just the sound by the messaging app most likely which is your default notification sound.
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
I get it, but i tested on both silent and regular volume modes and it sounds once, vibrates then shuts off.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
Dorilife said:
I get it, but i tested on both silent and regular volume modes and it sounds once, vibrates then shuts off.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
Click to expand...
Click to collapse
The alarm only sounds once for like 2 seconds. I can make it sound longer?
Decad3nce said:
The alarm only sounds once for like 2 seconds. I can make it sound longer?
Click to expand...
Click to collapse
Yeah it would be helpful if it could ring for more than 2 seconds
Don't know if your understanding.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
Related
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
Code:
#include
/*
* I am not responsible for bricked devices, dead SD cards, thermonuclear
* war, or the current economic crisis caused by you following these
* directions. YOU are choosing to make these modificiations, and
* if you point your finger at me for messing up your device, I will
* laugh at you.
*/
Click to expand...
Click to collapse
IMP NOTE:Before Flasing This ROM You Must Flash New Firmware
Click to expand...
Click to collapse
What is in MIUI V5 ??
Live icons:Email, Weather, Data Usage and Calendar icons push information to the launcher.Check the current weather, number of pending emails, and remaining data on yourcarrier plan without clicking into any application.
Beautiful weather icons: Different icon graphics fordifferent weather conditions.
MiSpace added features: Launched 6 months ago, MiSpace breaks free from the traditional grid layout. Now, it continues to break these boundaries by adding in new features. Allocate icons where you want in the ‘space’ and assign and place additional icons where needed. Even add third party widgets in to your ‘space’. MiSpace is unique to MIUI, unlike any other ROMs out there.
Messaging now comes with a slew of new functions: Users can utilize functions such as timed messaging and pin message conversations to ensure they remain on top.
Find and call your contacts quicker: New tabs and format in the Phone and Contacts application allow users to quickly find and dial contacts.
Clock, Calendar and Compass Refreshed look: Revamped images and modifications provide a totally new experience.
Camera application now comes with simple or professional mode: Users have the choice of a hassle-free, simple point-and-shoot mode or professional mode with more new features that ensures you capture captivating pictures.
Music apps more visually appealing: MIUI ensures its ROM continues to be visually appealing even when listening to music. ‘Now playing’ feature displays album cover in full screen.
Weather now comes with weather trends: Now users can see the weather forecast’s high and low trends for the next 5 days
Mi Wallpaper: Launching a new category in the wall paper section, MIUI users will soon see more creative live wallpapers to download and enjoy.
And Much More
Click to expand...
Click to collapse
Post Details
Code:
[SIZE="3"][B][COLOR="DarkOrange"]1st Post = [URL="http://goo.gl/KHU6aL"]Introduction[/URL]
2nd Post = [URL="http://goo.gl/25ZQrj"]Screen Shoots[/URL]
3rd Post = [URL="http://goo.gl/KZaO7h"]Downloads[/URL]
4th Post = [URL="http://goo.gl/bJvnrn"]Tips & Tricks[/URL][/COLOR][/B][/SIZE]
Click to expand...
Click to collapse
Press Thanks or Buy A Coffee For Further Update Which Will Encourage Me To Sit Front Of My Lappy :highfive:
Click to expand...
Click to collapse
Thread Rules
Dont Ask to fix [be patient]
Dont Ask For ETA
Don't Quote First 4 Post
Respect Each Others
Press Thanks
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Using This Rom Or You Starting To Love This ??
Make This Banner As Your Signeture
Click to expand...
Click to collapse
Code:
http://goo.gl/uZse3N
More Banner Are Coming
Thanks To
MIUI V5
Youweng
Dev-host
Goo.im
YOU
ME
Click to expand...
Click to collapse
If I forget your name PM me :highfive:
ScreenShoots
Click to expand...
Click to collapse
Press Thanks or Buy A Coffee For Further Update Which Will Encourage Me To Sit Front Of My Lappy :highfive:
Download & Patches
Before Flashing This ROM or OTHER Please SEE THIS>>>CLICK ON ME<<<
JOIN OUR FB GROUP
Instractions
Download rom
Download Pathch [IF Available]
Download Gapps
Copy It To External SD CARD
Go To Custom Recovery [CWM/TWRP]
Flash ROM
Flash Patch [IF Available]
Wipe Data,Cache,Dalvik [Must]
REBOOT & Wait For 4-5 min For First Time
Donate Or Press Thanks
Click to expand...
Click to collapse
DownloD
GAPPS DOWNLOAD
Camera Patch
Click to expand...
Click to collapse
Press Thanks or Buy A Coffee For Further Update Which Will Encourage Me To Sit Front Of My Lappy :highfive:
Click to expand...
Click to collapse
Tips & Trick
Press Thanks or Buy A Coffee For Further Update Which Will Encourage Me To Sit Front Of My Lappy :highfive:
Click to expand...
Click to collapse
Tips & Tricks
Kingspp said:
Tips and Tricks
Lockscreen:
1. Double click on the lock image (the area marked in the first picture below) can switch between music player and lockscreen.
2. Long press on Back key in lockscreen mode (without a password) can enter camera. You can find this function in Complete Settings——Buttons & keys.
3. Long press on Home button in lockscreen mode can turn on the flashlight. Press for three seconds until the phone vibrates, and the screen will turn black and the flashlight will remain on. To turn it off, just press anywhere on the screen.
4. Press volume up key and back key together can unlock the phone (without a password).
Call and Messaging:
1. You may have some important message in your SMS inbox, and want them to be the first ones you see when entering SMS. That indeed can be done. Just check the messages you need, and press Pin.
2. There're messages you don't want others to see? Add them to Private Message! Keep pulling the SMS page down and you'll enter the Private Message page.
3. When others ask you for another person's contact information, you may have to memorize it or take note of it and then tell them. But with MIUI, you don't have to go through all these trouble.
4. When sending group messages, we used to have to address all the receivers by the same name, and it sometimes seem to be a little impersonal. But with MIUI, those times have come to an end.
5. With MiCloud service, you can send messages from the computer. Just log into http://i.xiaomi.com
6. When there's an incoming call, the ringtone will automatically increase if you don't answer it in 30 seconds.
7. I beleive most of you have the experience of getting annoying sales calls. But when there's an unknown number calling, you have to answer in case it's something important. With MIUI, you can easily tell whether you should answer a call or not.
8. If two people both use the MIUI system, they can send free messages and pictures via the Internet.
9. If a call is important, you can record it or take notes of important contents.
10. Sometimes you forgot to switch your phone mode to Vibrate or Silence in a meeting or during an important conversation. If someone calls you and your phone rings, you may feel embaressed fumbling to turn the sound off. With MIUI, you can make your phone silent in a flip.
11. Some of you, especially boys, like to put your phone in your pocket. And if there's an incoming call, you may misoperate when taking the phone out. Here's a way to avoid this risk.
Comeplete settings—Display—Prevent misoperation
12. After you've changed your phone, all the contacts information can be imported to your new phone in a minute. Press Menu button in the Contacts page, choose Import/export, and then choose Import from other phone.
13. You may find your contacts have no avatars or location information, that's because you've turned on Simple mode. Solution? Turn it off.
14. What do you do when there're duplicate contacts in your phone? Delete one of them by yourself? Well, that's unnecessary if you use MIUI.
15. A quick way to add someone into blacklist.
At call or message page, press the avatar of the one you want to add to blacklist—select Add to blacklist—Save. And it's done.
System Operation:
1. How cool would it be if you can put whatever you want to say on the lockscreen page? Follow the steps below, and it will be done.
Settings ---- Security & Privacy ---- Screen Security ---- Owner info.
2. Long press on any icon in Toggles to enter its setting page. This design will actually save us a lot of time.
3. Want to sleep in on weekends but forgot to turn off the alarm clock? You won't have this problem if you use MIUI clock.
4. We all like to sleep a little longer after the alarm clock set off. In this situation, a snooze function is necessary. It's annoying If the snooze duration is too short, and you may start to worry if it's too long. In MIUI, you can set the snooze duration yourself!
5. Slide down on Notes icon to create a new note.
6. In File explorer, you can see how many items a folder contains, and delete the empty ones without mistake
7. Want to let some applications auto start and the others don't? It's your call. (Auto Start).
8. Use more data than your package allows every month? Always forget to check your data usage? Well, then you can choose to put it right in front of you, and you won't have to worry about over usage anymore.
Privacy Protection:
Sometimes your family or friends may want to use your phone, but there're contents you want to keep private. In this situation, you just need to turn on the Guarded mode. Settings ---- Security & Privacy ---- Privacy Protection ---- Guarded Mode.
Updater App:
1.You can download the latest full ROM using the Updater App. [Press Menu inside the app]
2.You can use the updater app as a file flasher application.
3.You can us the app to boot into recovery.
Backup App:
1.You can backup system data, installed apps, and synced contacts to various accounts.
2.You can encrypt backup with MiCloud account password.
You can set time for Automatic Backups.
You can visit this website for more detailed explanation
Press Thanks Button
Click to expand...
Click to collapse
Excellent. Will try this soon.
great
excellent, going to try it soon... is there any bug
Hmm.. Sdcard
Thanks bro. . . .Any issues ?
Thank you..!!
Is it possible to do the sdcard mount modding boot.img..??
Can we store games data on sd card
Sent from my A52
tried it...works fine
Bugs:
1. cant open camera
2. sdcard not detected
Awesome work!!
ved007152 said:
tried it...works fine
Bugs:
1. cant open camera
2. sdcard not detected
Awesome work!!
Click to expand...
Click to collapse
1: have u tried any third party camera apps like cymera or camera360, do they work?
2: which one, internal or external sdcard.
please reply......
Baidu OS
Another rom ported to Xolo Q700... Baidu OS .. Donate Yaar
Mod note: Guys, please take note that what one of you thinks is a joke can easily offend someone else. If you've not got anything constructive to say then don't post.
Thanks
Archer said:
Mod note: Guys, please take note that what one of you thinks is a joke can easily offend someone else. If you've not got anything constructive to say then don't post.
Thanks
Click to expand...
Click to collapse
Thnx
Sent from my Q700 using xda app-developers app
rajit said:
Another rom ported to Xolo Q700... Baidu OS .. Donate Yaar
Click to expand...
Click to collapse
bro, link for Baidu OS.
excellent
rajit said:
Hmm.. Sdcard
Click to expand...
Click to collapse
it's excellent rom, looks very beutiful and works works very fast.just hope that the camera bug will solved, then it will be suitable for daily use we can manage with no internal sd.
abhinav2hd said:
it's excellent rom, looks very beutiful and works works very fast.just hope that the camera bug will solved, then it will be suitable for daily use we can manage with no internal sd.
Click to expand...
Click to collapse
Does it means we can install games on sd card?
Sent from my A52
kartikoli said:
Does it means we can install games on sd card?
Sent from my A52
Click to expand...
Click to collapse
ya, external sdcard works fine.
abhinav2hd said:
ya, external sdcard works fine.
Click to expand...
Click to collapse
Grt time to test this rom as I wanted to play some hd games but due to stock rom problem we cant store game data on sd card
Is there any bug upto now
Sent from my A52
Lets see if anyone can help me find a solution to this... (I posted this in the AT&T Note3 Q&A forum also, since it didn't look like they cross over to each other any, and I want to get as much help with this as I can.)
I have a non-rooted AT&T Note3 and have the corporate exchange email setup, which sets the requirement to use a PIN to secure the phone.
Using the lock screen PIN doesn't bother me, because I am able to set it to not ask for the PIN again for 30 minutes, which has worked well for my needs. I must keep the PIN activated on my phone though due to company requirements.
BUT...I hate the keyguard (swipe to unlock) feature! It activates way too quickly after the screen turns off. Before, with my original Note1, I had a custom rom that let me set a delay for the keyguard, so that if the screen turned off, I had 15 seconds to turn the screen back on without it activating the keyguard.
So, does anyone know how to either set a delay for the keyguard, or to disable it completely on a non-rooted Note3? I would prefer for it to be a delay, but this keyguard activating so easily makes me wish it was just completely gone!
I have tried a few of the available apps in the appstore, but none have worked so far. They usually have trouble with the Exchange email PIN requirement being in effect, even though I'm not trying to disable the PIN. I'm only wanting to do something about the keyguard feature.
I've used Touchdown for my email with my Note1, but am trying to keep from going back to using it. The new email package on 4.3 (and 4.4) work pretty good for my corporate email needs without needing all of the bells & whistles that Touchdown offer. Please don't offer Touchdown as a solution at this point. I'm currently only interested in solutions using the stock email apps.
Thanks!
MonkeyThumper said:
Lets see if anyone can help me find a solution to this... (I posted this in the AT&T Note3 Q&A forum also, since it didn't look like they cross over to each other any, and I want to get as much help with this as I can.)
I have a non-rooted AT&T Note3 and have the corporate exchange email setup, which sets the requirement to use a PIN to secure the phone.
Using the lock screen PIN doesn't bother me, because I am able to set it to not ask for the PIN again for 30 minutes, which has worked well for my needs. I must keep the PIN activated on my phone though due to company requirements.
BUT...I hate the keyguard (swipe to unlock) feature! It activates way too quickly after the screen turns off. Before, with my original Note1, I had a custom rom that let me set a delay for the keyguard, so that if the screen turned off, I had 15 seconds to turn the screen back on without it activating the keyguard.
So, does anyone know how to either set a delay for the keyguard, or to disable it completely on a non-rooted Note3? I would prefer for it to be a delay, but this keyguard activating so easily makes me wish it was just completely gone!
I have tried a few of the available apps in the appstore, but none have worked so far. They usually have trouble with the Exchange email PIN requirement being in effect, even though I'm not trying to disable the PIN. I'm only wanting to do something about the keyguard feature.
I've used Touchdown for my email with my Note1, but am trying to keep from going back to using it. The new email package on 4.3 (and 4.4) work pretty good for my corporate email needs without needing all of the bells & whistles that Touchdown offer. Please don't offer Touchdown as a solution at this point. I'm currently only interested in solutions using the stock email apps.
Thanks!
Click to expand...
Click to collapse
Settings > Device > Lock Screen > Lock automatically, choose time limit (it says screen will be locked X minutes after screen automatically turns off) so you have X minutes to go back to the screen before keyguard kicks in -
radicalisto said:
Settings > Device > Lock Screen > Lock automatically, choose time limit (it says screen will be locked X minutes after screen automatically turns off) so you have X minutes to go back to the screen before keyguard kicks in -
Click to expand...
Click to collapse
I don't have a "Lock automatically" under the Lock Screen setting.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I do have the Secured lock time set to 30 minutes though, which is what keeps the PIN request from popping up constantly, but it does not stop the "swipe to unlock" from appearing.
MonkeyThumper said:
I don't have a "Lock automatically" under the Lock Screen setting.
I do have the Secured lock time set to 30 minutes though, which is what keeps the PIN request from popping up constantly, but it does not stop the "swipe to unlock" from appearing.
Click to expand...
Click to collapse
What version of the Note do you have? and which firmware?
I'm using the International Unbranded on BTU XXUDMJ7 -
Edit: sorry for some reason I cannot see your attached image
2Nd EDIT: OK i see it now, hmm seems your settings are vastly different to mine.
---------- Post added at 01:46 AM ---------- Previous post was at 01:40 AM ----------
Maybe it has something to do with the actual lock feature used.
I use Pattern, when I switch to Swipe and PIN the options change. Try with Pattern maybe?
radicalisto said:
What version of the Note do you have? and which firmware?
I'm using the International Unbranded on BTU XXUDMJ7 -
Edit: sorry for some reason I cannot see your attached image
2Nd EDIT: OK i see it now, hmm seems your settings are vastly different to mine.
---------- Post added at 01:46 AM ---------- Previous post was at 01:40 AM ----------
Maybe it has something to do with the actual lock feature used.
I use Pattern, when I switch to Swipe and PIN the options change. Try with Pattern maybe?
Click to expand...
Click to collapse
Yeah...I'm having some trouble getting images to show up in my posts....It is just being a pain in the butt tonight.
I am only allowed to use PIN or Password. Our office has the other options locked out.
Mine is the N900A (AT&T). I'm on the BMJ5 version which was just pushed out recently.
Thanks for trying though...
MonkeyThumper said:
Yeah...I'm having some trouble getting images to show up in my posts....It is just being a pain in the butt tonight.
I am only allowed to use PIN or Password. Our office has the other options locked out.
Mine is the N900A (AT&T). I'm on the BMJ5 version which was just pushed out recently.
Thanks for trying though...
Click to expand...
Click to collapse
I would go with the lock features used then by the sounds of it, seems like on PIN or Password you cannot change certain features.
Sorry I couldn't help more.
radicalisto said:
I would go with the lock features used then by the sounds of it, seems like on PIN or Password you cannot change certain features.
Sorry I couldn't help more.
Click to expand...
Click to collapse
I've GOT to find a way to disable or delay that dang Swipe to Unlock screen! It was just driving me nuts a few minutes ago. I would look away from the screen and it would cut off, and within 1-2 seconds, I would reach over and press the home button to wake it back up and then have to do the Swipe to Unlock thing again. That is going to drive me CRAZY!
Settings, device, screen timeout
Sent from my SAMSUNG-SM-N900A using XDA Premium 4 mobile app
I've tried almost every 4.4 ROM and not 1 blocks SMS only calls!
Any help?
Sent from my Nexus 4 using xda app-developers app
Root call blocker pro.
sent from my nexus⁴
SlimKat has blacklisting for both calls and messages.
Mercado_Negro said:
SlimKat has blacklisting for both calls and messages.
Click to expand...
Click to collapse
I've used slimkat's Blacklisting feature and I like how it's built into the rom. I would love to see something like that added as a module to xposed framework. I have been unable to find any other "root" call blockers except for Root call blocker pro. The only thing I think is missing though from most of the call blocking apps is the reverse lookup feature to determine whether an unknown number is in fact a spam caller.
any other alternatives?
Slimkat's blacklist works great
Sent from my Nexus 4 using Tapatalk
Mercado_Negro said:
SlimKat has blacklisting for both calls and messages.
Click to expand...
Click to collapse
I don't want change my ROM, Any app can support it besides SlimKat?
If I had known this prior to going to KK, I wouldn't have gone. Google changed things for messaging in KK. Basically, there is a default messaging setting now (it's under settings -> Wireless and networks -> More -> Default messaging app). And from what I've read, there is currently no way to stop the default messaging app from getting a notification, hence the reason you can't use a 3rd party app like Blocker. I like having the ability to blacklist in the ROM, but when I did that and tried to undo it for a contact, that contact remained blocked for SMS. I had to go into blocked messages and restore their messages in order to read them, especially if it was an MMS. What a pain in the derriere. Even if you turn off notifications in the SMS app, the SMS / MMS will still be delivered to the SMS app. Before it wouldn't get delivered there. You can read more about it here http://www.androidpolice.com/2013/12/06/non-default-sms-apps-in-kitkat-can-still-write-to-the-sms-database-using-a-switch-in-app-ops-no-root-required/ if you want. BTW, if you do what it says to do in that article, you will lose the ability for the SMS app you are modifying to send or receive messages, even if all you do is turn off the receive. I personally prefer something like Blocker because I can create "blocking profiles". I set up different profiles with different blacklists. If I'm at work late at night I can turn on my night work profile and some people will get an automatic response while others will get blocked all together. If I'm out on the motorcycle I can turn on the "riding" one and people will get an automated response saying that I'm out riding and that they will have to talk to me later (useful for family members that are overprotective and have to know you are alive). The blocking list in the ROM is one list and only one list. You have to remove and add numbers as you need to, probably why 3rd party apps were created where you can use profiles, duh Google. Google fail on this one IMO. I'm going to give this root call blocker pro because I'm willing to try anything at this point. Oh how I wish I could go back to MJ4.
How bout changing MMS.apk (or whatever app you want blocked) permissions? If you remove its permissions it shouldnt be able to send or receive messages. You can do it in AppOps, or with a root explorer.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my Nexus 4 using Tapatalk
Starting in 4.4, android handles sms differently. It's a priority thing. Previous versions allowed an app to have a higher sms receive priority, then do something with the message, such as display it, filter it, or stop it from filtering down to sms apps with lower priorities. That's how blockers did their job.
Starting in 4.4 and going forward, the sms app selected as the default is automatically given the highest priority, so blockers can't receive it first, meaning they no longer work.
There is no way to make it work the old way other than going to a previous version of Android or using a custom rom with this built in. (maybe an app with root permission could do it but I haven't checked).
The only work around is to download an sms app that has a block feature built into it
Sent from my Nexus 4 using Tapatalk
Wizard Knight said:
The only work around is to download an sms app that has a block feature built into it
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
any suggestions? cant find any decent
respider said:
any suggestions? cant find any decent
Click to expand...
Click to collapse
Chomp and handcent are decent freebies but if you don't mind paying, I stick with Vegas sms. It's got the blocker down and also has a hidden blackbook
Sent from my Nexus 4 using Tapatalk
Wizard Knight said:
Chomp and handcent are decent freebies but if you don't mind paying, I stick with Vegas sms. It's got the blocker down and also has a hidden blackbook
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
thank you, but I believe none of these free have filter by word in spam/block settings.
Can you check if Vegas has this? I'm willing to pay for this feature, I receive lots of spam from random numbers and blocking via sender's number wouldn't be very effective.
respider said:
thank you, but I believe none of these free have filter by word in spam/block settings.
Can you check if Vegas has this? I'm willing to pay for this feature, I receive lots of spam from random numbers and blocking via sender's number wouldn't be very effective.
Click to expand...
Click to collapse
I just emailed your question to the developer and he said it's not possible as of 4.4. I don't know enough about it to say how right he is so take it with a grain of salt
Sent from my Nexus 4 using Tapatalk
Wizard Knight said:
I just emailed your question to the developer and he said it's not possible as of 4.4. I don't know enough about it to say how right he is so take it with a grain of salt
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
that sucks, thank you very much tough
dtnosk said:
I've tried almost every 4.4 ROM and not 1 blocks SMS only calls!
Any help?
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
I faced the same issue. Most SMS get delivered to the SMS App and they Land in Blocker as well.
All has been discussed ....why ... Below.
However, I Started using GO SMS PRO from Google Play (free)
And I am Happy ever since.. NO SPAM !!
It has an OPTION in Settings...
a) Block Particular Numbers/ Contacts
b) Block Non Address Book ( All Unknown Messages )
These Messages Land in a Separate Folder which you can Name as Spam ( Even Submit them for Spam / Abuse)
I tried This After Trying My Most Faithful CALL BLOCKER ...even That failed on My Moto-X Tho it works amazingly Good on ICS/Jellybean But Not on KitKat...
So Try GO SMS PRO and Enable Blocking.
Some people might not like using a Third Party App for Messaging..But then ~
Any questions, tips, etc? Let's talk here.
Sent from my SM-N900V using Tapatalk
Thanks for the help on the pie controls! I really appreciate it, it's just something I never really used on the Nexus, nor used the LMT itself. But without a pure AOSP build, I feel it needs tweaked a bit to get back to a little more familiar grounds. (No Nexus 5 on Verizon .. grrr)
I think I was getting myself confused a bit thinking those tweaks could give me our 3 normal softkeys to replace my physical and capacitive ones. I know it was possible on the Note 2 from reading but it didn't seem to happen without a bit of troubles. Either way, I am rooted now and have removed some of the bloat apps. I am now considering going back into the custom realm on ROMS.
Thanks for the tips!
Im trying to map a shortcut for screenshots but so far none of them have worked.
http://forum.xda-developers.com/showpost.php?p=37823525&postcount=3328
maybe i can just find an app and map that.
Nevermind updated to the newest build and screenshot is an option.
Is the default input device #4 the best for N3?
I replaced 1 pie button and the other defaults went missing, any way around that, I would like to replace them one at a time?
When blacklisting apps I have to scroll through ~400 app list to remove non ui sys services then select one at a time, is the list a file somewhere that can be edited by other means?
SM-N900V DE
LillieBennett said:
Is the default input device #4 the best for N3?
I replaced 1 pie button and the other defaults went missing, any way around that, I would like to replace them one at a time? ...
Click to expand...
Click to collapse
I'm not sure what you mean by 'default input device'. As you set up PIE you can customize the number of tiles (up to 5) and have up to 2 levels of tiles, for a total of 10 possible shortcuts. The first level is set by default to be Android navigation buttons (soft buttons), 'back', 'home', 'menu', 'search', 'multitasking'.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
If these defaults have gone missing, or there are less than 5, PIE will reduce the number of 'buttons' that show up when activated, i.e. graphic UI will be adjusted
I could reduce each level of PIE down to 1 'button' if I choose.
Now that I'm thinking in this context, I'm guessing that is what you mean by "default input devices". If I am reading you right, you can set up to 5 and there will be no issue for the Note 3, likewise say that you only wanted three 'buttons' or 'input devices" (Home, Back, Menu) that wouldn't be a problem either. PIE will adjust the Graphic UI to match your settings, there won't be 5 'buttons' on screen if you only set 3 of them. I hope I'm being clear?
LillieBennett said:
...When blacklisting apps I have to scroll through ~400 app list to remove non ui sys services then select one at a time, is the list a file somewhere that can be edited by other means?
SM-N900V DE
Click to expand...
Click to collapse
Honestly I don't blacklist any apps from from PIE
Can I ask why you want to Blacklist an application? Once I set the apps I want in my PIE I don't worry about the other apps I have installed on my device. I set those to be my most used apps, for the particular device om setting up. For instance, my Note 3 2nd level PIE app shortcuts are these
I have them set, and if I need to change them I just sift through the apps and replace them (I agree it does take some time to load, but once you have it set as you launch PIE it is seamless). I guess I don't understand why you want to Blacklist an application, when you only need to set the ones you want to have appear on the PIE launcher. Not that you need to validate your reasons to me, unfortunately I don't use this feature myself so I don't think I can be very helpful about this. Hopefully someone else might be able to lend some advice.
Let me know if I was on target about your question on setting the 'buttons' up.
Sent from my SM-N900V using Tapatalk
harajyuks said:
I'm not sure what you mean by 'default input device'. As you set up PIE you can customize the number of tiles (up to 5) and have up to 2 levels of tiles, for a total of 10 possible shortcuts. The first level is set by default to be Android navigation buttons (soft buttons), 'back', 'home', 'menu', 'search', 'multitasking'.
If these defaults have gone missing, or there are less than 5, PIE will reduce the number of 'buttons' that show up when activated, i.e. graphic UI will be adjusted
I could reduce each level of PIE down to 1 'button' if I choose.
Now that I'm thinking in this context, I'm guessing that is what you mean by "default input devices". If I am reading you right, you can set up to 5 and there will be no issue for the Note 3, likewise say that you only wanted three 'buttons' or 'input devices" (Home, Back, Menu) that wouldn't be a problem either. PIE will adjust the Graphic UI to match your settings, there won't be 5 'buttons' on screen if you only set 3 of them. I hope I'm being clear?
Honestly I don't blacklist any apps from from PIE
Can I ask why you want to Blacklist an application? Once I set the apps I want in my PIE I don't worry about the other apps I have installed on my device. I set those to be my most used apps, for the particular device om setting up. For instance, my Note 3 2nd level PIE app shortcuts are these
I have them set, and if I need to change them I just sift through the apps and replace them (I agree it does take some time to load, but once you have it set as you launch PIE it is seamless). I guess I don't understand why you want to Blacklist an application, when you only need to set the ones you want to have appear on the PIE launcher. Not that you need to validate your reasons to me, unfortunately I don't use this feature myself so I don't think I can be very helpful about this. Hopefully someone else might be able to lend some advice.
Let me know if I was on target about your question on setting the 'buttons' up.
Sent from my SM-N900V using Tapatalk
Click to expand...
Click to collapse
Input device below, default is #4:
The reason I asked is the only pie position that works is bottom center, at first the default right worked but once I changed it, I can't put it back and have it work.
I guess the button setup as you described isn't so bad.
SM-N900V DE
LillieBennett said:
Input device below, default is #4:
The reason I asked is the only pie position that works is bottom center, at first the default right worked but once I changed it, I can't put it back and have it work.
I guess the button setup as you described isn't so bad.
SM-N900V DE
Click to expand...
Click to collapse
Oh, gotcha. Gesture input is a different set of features in LMT and not invloved with the the operation of PIE. This allows you to set actions that will launch when you complete a gesture.
Much like PIE once you select one of these options it will take you to the list where you can select the action to be completed.
You don't need to set any of this up in order to use PIE, The default for all gestures is 'None'.
Sent from my SM-N900V using Tapatalk
harajyuks said:
Any questions, tips, etc? Let's talk here.
Sent from my SM-N900V using Tapatalk
Click to expand...
Click to collapse
You were right, I am using pie all the time now. It really shines for multi task where you can switch from one app to another directly, without going through recent first. Thanks for the turn on!
SM-N900V DE
LillieBennett said:
You were right, I am using pie all the time now. It really shines for multi task where you can switch from one app to another directly, without going through recent first. Thanks for the turn on!
SM-N900V DE
Click to expand...
Click to collapse
LMT/PIE is really cool and I just wanted to drop in to let you guys know about an app that's very similar called Switchr
He recently implemented an "Arc" style that's just like PIE, and which one you choose to use is just preference IMO
Big difference is the "Live switching" just imagine using PIE but as you swipe over your overlay icons, the foreground app changes instantly vs PIE where you have to release your finger to trigger the switching
To clarify, By blacklisting an app in LMT/Pie you aren't saying don't show up in the choices of apps. You are telling pie controls to not work or appear when using certain apps. So if i didn't want it to appear in Internet so I can still use its pie controls, I could black list Internet.
I don't use the feature but some people do. I never use ISA or gestures. But have been using pie since beans in the s3. Had it in my note 3 a day after the first root exploit came out after launch. So Worth it
Sent from my GlaDos Baked Potato
Legato Bluesummers said:
To clarify, By blacklisting an app in LMT/Pie you aren't saying don't show up in the choices of apps. You are telling pie controls to not work or appear when using certain apps. So if i didn't want it to appear in Internet so I can still use its pie controls, I could black list Internet.
I don't use the feature but some people do. I never use ISA or gestures. But have been using pie since beans in the s3. Had it in my note 3 a day after the first root exploit came out after launch. So Worth it
Sent from my GlaDos Baked Potato
Click to expand...
Click to collapse
I never used blacklisting. Thank you for the clarification.
Sent from my SM-N900V using Tapatalk
I bought a gear recently and was sad to see a lack of apps tailored specifically for it so I made one of my own!
Sprocket
Features:
Native SMS/MMS functionality.
View/Send SMS conversations
View MMS
File Transfer
Send a file from the phone and it will automatically be saved in Internal Storage in the GalaxySMS directory and opened on the Gear from the default handling app
.
Remote Application Install
Allows you to install apps on the gear that are installed on your phone.
*Note does not work for paid apps it seems. At least on my Moto X.
Installation
Install the apk on both the phone and the gear and you will be good to go. The application will be automatically run on startup, but needs to be started initially once first installed on both the phone and gear.
Its a good idea to have bluetooth already turned on when initially starting the app.
Install on Phone first, select device
Install on gear next, select device
Support
This app was written specifically on my Moto X so there may or may not be issues with other phones. Please send me a logcat and I'll see what I can do.
Update 7.29.2014
East2West said:
Hello everyone!
I've been working many hours on this release and have made several improvements.
ChangeLog
Better App Stability
System runs in the foreground now so it is less likely to be killed
Improved Connection Speeds
Increased buffer size to allow faster transfers
New Notifications For Texts
This is the one I'm most excited about. I took some inspiration from the new Android Wear Watches to create custom notifications for our beloved gear.
Installation
Install the update on both the Gear and the Phone. If you already have sprocket installed on your gear you can update it with the new version v1.1 attached to the first post using Remote Install. To enable notifications click "Enable SMS Notifications" on the Phone version and follow the prompts.
Right now the app supports all notifications for SMS, but if you would like to preview notifications across the entire device you may download a developer key available on the play store. It will unlock all other notifications (including ongoing and button control!) from the device and will help continue development from my end to give you new features to make our device more useful. A preview of these notifications below:
Install Developer Key*
*The developer key only needs to be installed on the phone
I'll be going through the thread to address any issues you have come across. Thank you all for the feedback
Click to expand...
Click to collapse
Update 7.31.2014
East2West said:
Hello everyone!
I have a new version available to address some of the issues in the thread as well as to add some new features.
Download
Whitelist Applications
Go to settings/allowed notifications and uncheck the applications you don't want notifications for
[*]Local Application Updates
Updates will be checked on the phone when the application is started. You can also check by going to menu/check for update on your phone
[*]Crash/Log Reporting
When the application crashes, you will be presented with a dialog to send the crash report to me for analysis. This will help resolve issues on different devices.
[*]Clear Phone Notifications From Gear
When you hit clear on the notification screen on your gear, notifications will be cleared on your phone
[*]Resend Files If Not Connect To Gear at Transfer Time
Fixes an issue when you try to send a file when the gear is not connected. The file will send as soon as device is reconnected
[*]Crash Fixes
Fix crash for some ongoing notifications
Click to expand...
Click to collapse
Update 8.7.2014
Hello! Thanks for your feedback and crash logs. I've pushed out an update that should take care of the ones I've seen so far with the Nexus 5 crashes and one's when clicking on a conversation on the gear and the contact app is not installed. Let me know if it solves the issues.
Sprocket 1.3b
Thanks,
East2West
Click to expand...
Click to collapse
Update 8.9.2014
Hey Everyone!
I was on vacation last week, so I only had time to push some incremental updates for some bug fixes, but I'm back now and have some new features!
New UI for bringing up sms messages and notifications
New Media Controller
Works with any media player that responds to media button events.
*Developer Key Needed
Clock On Notification Screen
Stability Fixes
Screenshots
Click to expand...
Click to collapse
Update 8.9.2014
New Update.
Connection Fixes
Fixed an issue where server would not connect on initial app launch
Try and reconnect to server on bluetooth toggle
New Settings Menu
Allows Muting of Notifications. 3 Settings
Sound On Symbol - Notifications will vibrate and turn on screen and play the notification sound
Vibrate On Symbol - Notifications will only vibrate and not turn on screen
Mute Symbol - Notifications will be silent
Click to expand...
Click to collapse
Update 8.11.2014
Another Update!
Extended Notification Detail
Click on flashing icon to expand
New SMS/MMS Theme
Improved MMS image quality
Media Controller Now Works With Pandora
Click to expand...
Click to collapse
Update 8.21.2014
Fixed notification buttons not fitting
Items that do not fit go on to the next row
Added reply button in sms notifications
Will take you to SMS Threads
Notification splitting option in settings
Updates to notifications usually replace the last notification in android. This will keep them separate so you can see how it changed over time. Excludes ongoing notifications
Faster connection speeds
Bluetooth reset on disconnection
Bluetooth on the gear will reset if the connection is dropped to improve speeds
Support for large images like sms/screenshots
Images from sms and other notifications will show in the main view
Added request timeouts
Notifications will not be sent to the gear after 15 minutes of being disconnected
Fixed crash when sms is received on the phone and bluetooth is off
Fix duplicate notifications such as email and google music and calendar coming in more than once
Click to expand...
Click to collapse
Update 8.24.2014
Hello! Another update..
Widget Support!
Swipe left from main menu
Long press to change widget
Can also activate by clicking notification clock at the top
For both free and developer versions
Out of Memory Crash Fixed
Phone memory was greedy before. Should stay in memory much longer without crashing
Removed "Unable to connect" popup from phone
Will still show on the gear
Click to expand...
Click to collapse
For others not able to connect to the gear after upgrading from version 1.3. It may be necessary to upgrade the watch apk manually as the UUID for the bluetooth service has changed and might not be recognized until upgrading the gear to 1.5
I run this on a K2 W100 and it works really well.
falum said:
I run this on a K2 W100 and it works really well.
Click to expand...
Click to collapse
The same here including the dev key. Works like a charm.
Keep up the good work dev.
Thanks for this great app dev, will try it out immediately on my Zwatch :laugh:
Crashed sending SMS on smartq Z
Nedyar said:
Crashed sending SMS on smartq Z
Click to expand...
Click to collapse
Can you send a crash log my way? I'll get this resolved for you
I pressed the send log button but nothing happenneed.
Nedyar said:
I pressed the send log button but nothing happenneed.
Click to expand...
Click to collapse
On the watch or phone( whichever had the crash ) check in the /sdcard/GalaxySMS directory. There should be a file in there like CrashLog#######.txt
Great app! Is it normal that an ongoing notification will cause my watch to vibrate every few minutes? I would prefer that it only notifies me when it pops up initially. I'd also love to see an option to set this app as a lock screen. Thanks and keep up the awesome work!
I installed this on my SmartQ Z1 and oppo find5 (with CM11) and it is pretty sweet! Thanks! I think this might be by favorite notification manager by far (I've used some for the Z1 and the Pebble). :highfive:
Try sprocket with an app called Notif on your phone and you have an instant list maker/photo transfer. Love it
Updated Version 1.7
Sprocket 1.7a
Fixed notification buttons not fitting
Items that do not fit go on to the next row
Added reply button in sms notifications
Will take you to SMS Threads
Notification splitting option in settings
Updates to notifications usually replace the last notification in android. This will keep them separate so you can see how it changed over time. Excludes ongoing notifications
Faster connection speeds
Bluetooth reset on disconnection
Bluetooth on the gear will reset if the connection is dropped to improve speeds
Support for large images like sms/screenshots
Images from sms and other notifications will show in the main view
Added request timeouts
Notifications will not be sent to the gear after 15 minutes of being disconnected
Fixed crash when sms is received on the phone and bluetooth is off
Fix duplicate notifications such as email and google music and calendar coming in more than once
East2West said:
Sprocket 1.7a
Fixed notification buttons not fitting
Items that do not fit go on to the next row
Added reply button in sms notifications
Will take you to SMS Threads
Notification splitting option in settings
Updates to notifications usually replace the last notification in android. This will keep them separate so you can see how it changed over time. Excludes ongoing notifications
Faster connection speeds
Bluetooth reset on disconnection
Bluetooth on the gear will reset if the connection is dropped to improve speeds
Support for large images like sms/screenshots
Images from sms and other notifications will show in the main view
Added request timeouts
Notifications will not be sent to the gear after 15 minutes of being disconnected
Fixed crash when sms is received on the phone and bluetooth is off
Fix duplicate notifications such as email and google music and calendar coming in more than once
Click to expand...
Click to collapse
Thanks for the update, it wouldn't install over the last version so I removed 1.6 and installed 1.7. works like a charm!
Does not work.
Hi to all.
The one app that gave me hope to send images to my device does not work.
I tried everything in this forum and still no hope.
And i am also unable to send the log it does not want to work.
Note 3 4.4.2 kitkat rooted.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Any help would be nice.
FdeKlerk said:
Hi to all.
The one app that gave me hope to send images to my device does not work.
I tried everything in this forum and still no hope.
And i am also unable to send the log it does not want to work.
Note 3 4.4.2 kitkat rooted.
Any help would be nice.
Click to expand...
Click to collapse
Can you check for a crash log text file in the /sdcard/GalaxySMS directory? It will have the format CrashLog######.txt
If you can send that my way I can see about fixing the crash
Updated Version
Hey Everyone!
If you are getting a constant update notification there was an issue with my workspace and the version code would not update. I've reuploaded a new version to fix the issue.
Sprocket 1.7b
Updated Version
Hello! Another update..
Sprocket 1.8
Widget Support!
Swipe left from main menu
Long press to change widget
Can also activate by clicking notification clock at the top
For both free and developer versions
Out of Memory Crash Fixed
Phone memory was greedy before. Should stay in memory much longer without crashing
Removed "Unable to connect" popup from phone
Will still show on the gear