[APP][WIP] ISeeYou - Samsung Galaxy Nexus

Hi guys! My name is Mirarchi and i'm an italian software developer that comes from Windows programming. Recently i bought a fantastic Galaxy Nexus and i started a project called "ISeeYou". This program recognizes your face while you seeing the phone keeping on the screen. When you don't look the phone, the screen will go off after a specified timeout. So this is similar to a popular app integrated in the new Galaxy S III.
Developed for device targeting Android SDK rel 9-14 (Android 2.3 and later)
No 3rd party libs. Uses only integrated system libraries(so it SHOULD work on every Android 2.3/4.0 based device).
Detectes the face, not the eyes(for now).
Customizable timeouts and app starts.
Requirements for using the app
Android 2.3 or later.
Front facing camera that detects your face. You can use the integrated Camera app to verify if the camera can detect your face (this app uses the same face detection system)
Known Issues
While using the app you can encounter the "Failed to connect to camera service" error. This is ok because you can't use the camera while the service is scanning your face. You can simply resolve by retrying to open the Camera app.
Cheers!
When the app detects your face, an "eye" icon will appear on the left side of the status bar such as a notification.
Enjoy the app and let me know the results.
Suggestions are also appreciated.
NOTE: UNISTALL ANY PREVIOUS VERSION OF THE APPLICATION OTHERWISE YOU CAN HAVE STRANGE ERRORS!
Edit 20120616: Upped a new version that should be compatible with devices other than the GNex. Now the app doesn't use constantly the camera, but now polls the camera every N seconds where N is a custom parameter. Also you can specify the maximum scan rate that is the maximum time that the camera is occuped by the ISeeYouService. In the next few days i will releasea FREE version with reduced features. Enjoy!!
Edit 20120617: Released the "free" version based on build 20120616. This version hasn't the 5 minutes limit, but there is no possibility to change settings. This will be available in the "PRO" version and i will sell it in the next few days. Stay tuned!
Edit 20120617-2: New version available! Added a persistent notify icon that links directly to the app. Now when the service is running, will show a "closed eye" icon. When the service detects your face, the eye will "blink" for a split second. Now the service runs in foreground mode. This will prevent undesidered closes of the app by the android system and should solve the FC issues. Cheers!!
Edit 20120617-3: Link for PRO version. Enjoy!!
Edit 20120621: v1.2 available for download on google play. Cheers!
Edit 20120630: v1.4 available for download! Added the exception list feature. With this mode you can "Blind" the i seeyouservice for certain applications. The keepOn button will let you to keep the screen on for exceptions apps. Also now you should be able to run the service on 2.3 devices. Enjoy!
Edit 20121021: v1.4.3 available for download! Enjoy and sorry for delay!

I look forward to this. What help do you need to get it out?

Thanks subvertz, for now no help is needed, but your attention is very appreciated! I only need to wait that google activates my developer account for distributing the app on play store.

Why don't you post the app in the xda developers for testing and people can provide you feedback on the same.
This way you will help the community n also gain some beta testers for your app.
Regards,
Kailash

kailashnj said:
Why don't you post the app in the xda developers for testing and people can provide you feedback on the same.
This way you will help the community n also gain some beta testers for your app.
Regards,
Kailash
Click to expand...
Click to collapse
Thanks Kailash, I didn't know the possibility to post the app directly in xda. I will make a sort of demo version and post here for testing.
Regards

kailashnj said:
Why don't you post the app in the xda developers for testing and people can provide you feedback on the same.
This way you will help the community n also gain some beta testers for your app.
Regards,
Kailash
Click to expand...
Click to collapse
+1 would love to test this out. : )

Wow, dude you are the man. i've been searchign for something like this for the past month to use on my Gnex. I hope everything goes smooth and when you need testers, i'll be glad to support.

Looking forward to this. Best of luck!

very good project,love only that features in sIII,hope to see that on gnex too.personally i'd want an app similar to that,keep up the good work,i'll follow the development very closely to finally try yours creation.cheers italian friend.

Edit.. *Obvious stuff*
I was actually thinking about making this myself, do it right so I don't have to

Added a demo link on the first post. Enjoy!

The service started but I didn't see any "eye" icons in my stat bar. I then opened the app and it forced closed endlessly
Sent from my Galaxy Nexus using Tapatalk 2

Working great galaxy nexus liquid
Sent from my Galaxy Nexus using xda premium

theROMinator said:
The service started but I didn't see any "eye" icons in my stat bar. I then opened the app and it forced closed endlessly
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Sorry dude, fc was my fault. Upping a version that corrects this bug.
For the "eye" icon it should appear when detects your face.
Firstly try with the default android camera application to find the optimal conditions (distance and lighting) to ensure that the device can recognize your face.

Wouldnt it waste the battery constantly checking for the face?
It would seem better to launch the service when the screen is going to time out, check for the face and if seen reset the timer

BlackDino said:
Wouldnt it waste the battery constantly checking for the face?
It would seem better to launch the service when the screen is going to time out, check for the face and if seen reset the timer
Click to expand...
Click to collapse
Right! I will consider this option and i will work to add this feature to the app.
Thanks for the suggestion!

BlackDino said:
Wouldnt it waste the battery constantly checking for the face?
It would seem better to launch the service when the screen is going to time out, check for the face and if seen reset the timer
Click to expand...
Click to collapse
This is a great idea
Sent from my Galaxy Nexus using Tapatalk 2

Thank you for the demo. This is quite an awesome idea for my girlfriend, as she constantly resets the display timer on her phone while doing homework, and forgets and when she goes out her battery dies. Can't wait for the full product!
Sent from my Galaxy Nexus using Tapatalk 2

This is awesome man, the demo worked just as it should, I can't wait for the final product. Thanks!
Sent from my Galaxy Nexus using XDA

So is this just like SmartStay from Samsung's Galaxy S3?
You should look up the code for that app and see if you can get some ideas from that, I feel like that would be a better start point than coding from scratch.

Related

[WP7] Battery Percent Indicator

a tool using the direct arm dll that fiinix @ XDA wrote in DllImport.
HTC Battery Tool does it with all sorts of info, this one is just simple, to the point.
I did this almost a month ago to date and had it as a live tile. I use it ALL THE TIME so I thought I would pass it along to all the fellow side loaders on here.
enjoy it, use it or whatever
thanks:
fiinix @ XDA
if you already use a battery percentage notification, tell me which one below?
thanks in advance, hope this helps someone as it has helped me.
Code:
edit: added cleaner NoDo_nation version because, who am I kidding anyway.
Very interest, I use this one till now and it work top.
I will tray out your Battery-Tool and report. Thanks.
Edit: Work like it have to work, good making and no conflict with the PhoneRestartTool with the code/dll from fiinix.
Great work on this!
Lovely, that's very nice.
Do you thinkt it'd be possible to add a live tile to that?
I know a lot of people are already sick of having to many of them but I could still use a couple more and one of them I'd like to be something like this
I've been experimenting a LOT with live tiles -- the result of which I am not happy with.
It is a bit of a catch22 because of the way you need to subscribe the live tile. I've short-fused the subscription whereas I can get a live tile update direct from code but the catch22 is the fact that the program has to run first to do it.
So what you end up with is a stale tile all the time. I'm not out of options quite yet but without running on a true background thread or the like, it almost looks like a "stalemate" -- no pun, well, whatever.
CopyCounsler said:
I've been experimenting a LOT with live tiles -- the result of which I am not happy with.
It is a bit of a catch22 because of the way you need to subscribe the live tile. I've short-fused the subscription whereas I can get a live tile update direct from code but the catch22 is the fact that the program has to run first to do it.
So what you end up with is a stale tile all the time. I'm not out of options quite yet but without running on a true background thread or the like, it almost looks like a "stalemate" -- no pun, well, whatever.
Click to expand...
Click to collapse
As it should be until we get Mango. Not much in the way of multitasking that works atm.
/J
jontatas said:
As it should be until we get Mango. Not much in the way of multitasking that works atm.
/J
Click to expand...
Click to collapse
You need jaxbot hack enabled and then still hope it will be able to push trough in the background.
Its far from reliable and will probably drain battery fast since there is no way to manage tasks yet, all tasks keep running in the background if you dont close them by pressing the back button (but you also should not kill the battery app ofcourse) which is indeed pretty much impossible, certainly for the average user to manage. You can juts better swipe down the task bar or just open the app
Nice job. Using the NoDo version.
CopyCounsler said:
a tool using the direct arm dll that fiinix @ XDA wrote in DllImport.
HTC Battery Tool does it with all sorts of info, this one is just simple, to the point.
Click to expand...
Click to collapse
CopyCounsler said:
I did this almost a month ago to date and had it as a live tile. I use it ALL THE TIME so I thought I would pass it along to all the fellow side loaders on here.
enjoy it, use it or whatever
thanks:
fiinix @ XDA
if you already use a battery percentage notification, tell me which one below?
thanks in advance, hope this helps someone as it has helped me.
Code:
[/FONT] [FONT=Arial]
edit: added cleaner NoDo_nation version because, who am I kidding anyway.
Click to expand...
Click to collapse
Does this one fix the conflicts with other apps that this one has? I know both use the dll import project which is why I ask. I tried the previous one for a few days but found it caused severe problems with the Weather Channel app and the TouchXperience app. They wouldn't load after checking the battery app. I will give it a run through and see how it works out.
Laquox said:
Does this one fix the conflicts with other apps that this one has? I know both use the dll import project which is why I ask. I tried the previous one for a few days but found it caused severe problems with the Weather Channel app and the TouchXperience app. They wouldn't load after checking the battery app. I will give it a run through and see how it works out.
Click to expand...
Click to collapse
It should not cause problems -- I use the Weather Channel app and also the TouchXperience app and have not noticed any conflicts of any sort. If you discover them, I have the source code open and ready to modify at any time.
Thanks in advance to all the comments and thanks in my first post!
ps. I had someone ask me if I could add a voice that spoke the percentage. I can. If I get enough people interested in the feature, I could probably have it done in an hour. Let me know if this is something that would set this app apart from the others or just unnecessary junk?
CopyCounsler said:
It should not cause problems -- I use the Weather Channel app and also the TouchXperience app and have not noticed any conflicts of any sort. If you discover them, I have the source code open and ready to modify at any time.
Thanks in advance to all the comments and thanks in my first post!
ps. I had someone ask me if I could add a voice that spoke the percentage. I can. If I get enough people interested in the feature, I could probably have it done in an hour. Let me know if this is something that would set this app apart from the others or just unnecessary junk?
Click to expand...
Click to collapse
Care to share the source?
/J
Yes, that would definitely.
CopyCounsler said:
ps. I had someone ask me if I could add a voice that spoke the percentage. I can. If I get enough people interested in the feature, I could probably have it done in an hour. Let me know if this is something that would set this app apart from the others or just unnecessary junk?
Click to expand...
Click to collapse
Sent from my HD7 T9292 using Board Express
Any way I can see mA usage? Trying to crack down on battery usage... Nodo user here btw.
TonyCubed said:
Any way I can see mA usage? Trying to crack down on battery usage... Nodo user here btw.
Click to expand...
Click to collapse
At the moment, you would only see rate of percentage decrease because mA values are not available through any means I've researched up to this point. Also, it would have to get thrown on a background thread - which makes the problem two-fold.
on top of the problems, a percentage decrease wouldn't be very accurate for several reasons.
I'll keep looking around however!
CopyCounsler said:
It should not cause problems -- I use the Weather Channel app and also the TouchXperience app and have not noticed any conflicts of any sort. If you discover them, I have the source code open and ready to modify at any time.
Click to expand...
Click to collapse
So far so good. I am honestly still teaching myself how phone 7 does it's coding being a amateur coder, but only thing I can guess is something in common with the original battery app and those to programs. I can duplicate it all day long with that one. With yours I had it happen one time. I opened the battery app. Then attempted to load either Weather channel or TouchXperience and the latter two apps would load then immediately shut down. I have yet to have it happen again with yours so good work!
CopyCounsler said:
ps. I had someone ask me if I could add a voice that spoke the percentage. I can. If I get enough people interested in the feature, I could probably have it done in an hour. Let me know if this is something that would set this app apart from the others or just unnecessary junk?
Click to expand...
Click to collapse
This could be cool, but I do like just the quick glance. Something I would like maybe is the ability to toggle an actual image with the percentage, but that's really just for visual sake. As it stands your app does what it's supposed to do and I like that.

[Update V1.2 available] HiddenEye - Awesome app to catch your phone snoopers.

New Version 1.2 now available... Please upgrade...
* Improved photo capture method.
* Larger images
* Bug fixes
* Performance improvements
* Reduced file size (now only 570KB)
Ever wanted to know who has tried snooping into your phone while you were away. Your friends or family member might have tried to unlock your phone while you are away. HiddenEye is a simple app with no frills that will photograph the person when they try to unlock your phone. You can set it to sound alarm when a user tries to unlock your phone without your knowledge.
Now you can see who is trying to use your phone while you are away. Once you unlock your phone, you will be shown the photographs of the people who tried unlocking your phone in your absence. Sounds interesting ! Try it and let us know if you have any suggestion to improve it further.
Worried that your phone does not have front camera. With HiddenEye, now you can know the someone has tried to snoop into your phone. You can also set alarm if someone is trying to unlock your phone with wrong password. If you have a front camera, then you can see who tried unlocking your phone.
Download this FREE now from Google Play
https://play.google.com/store/apps/details?id=com.midasensemble.hiddeneye
Like our Facebook page to stay connected to updates on HiddenEye and other exciting products that we are working on.
http://www.facebook.com/midasensemble
Click to expand...
Click to collapse
millennium007 said:
New Version 1.04 now available...
* Support for devices without rear camera (Nexus 7)
* Other minor bug fixes.
Ever wanted to know who has tried snooping into your phone while you were away. Your friends or family member might have tried to unlock your phone while you are away. HiddenEye is a simple app with no frills that will photograph the person when they try to unlock your phone. You can set it to sound alarm when a user tries to unlock your phone without your knowledge.
Now you can see who is trying to use your phone while you are away. Once you unlock your phone, you will be shown the photographs of the people who tried unlocking your phone in your absence. Sounds interesting ! Try it and let us know if you have any suggestion to improve it further.
Worried that your phone does not have front camera. With HiddenEye, now you can know the someone has tried to snoop into your phone. You can also set alarm if someone is trying to unlock your phone with wrong password. If you have a front camera, then you can see who tried unlocking your phone.
Download this FREE now from Google Play
https://play.google.com/store/apps/details?id=com.midasensemble.hiddeneye
Click to expand...
Click to collapse
Tried it, it works great, thanks.
Sent from my GT-I9300 using xda premium
Thanks for trying.. Appreciate if you add your rating and comments on Google play.. Thanks for trying..
Sent from my GT-I9100 using Tapatalk 2
nice! Working good! :thumbup:
Sent from my GT-I9300
Looks good!
Does it work on custom ROMs? and Does it email out the photos?
I use GotYa at the moment, and it doesn't work too well with CM9/CM10, but emails the photo to an email address of your choice with the location every time there is a security breach
winwiz said:
Looks good!
Does it work on custom ROMs? and Does it email out the photos?
I use GotYa at the moment, and it doesn't work too well with CM9/CM10, but emails the photo to an email address of your choice with the location every time there is a security breach
Click to expand...
Click to collapse
Yes, it does works on custom roms. I have tried on a few custom roms and it worked fine. Hidden Eye does not email out photos at the moment, but you can sync the photos with dropbox so that you can view it on your computer. Images are stored in DCIM folder.
micmaccc said:
nice! Working good! :thumbup:
Sent from my GT-I9300
Click to expand...
Click to collapse
Glad that you like the app. Appreciate if you can rate & leave your feedback on Google Play.. thanks a lot..
millennium007 said:
Thanks for trying.. Appreciate if you add your rating and comments on Google play.. Thanks for trying..
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
Added rating and comments. 5 *
Sent from my GT-I9300 using xda premium
Alarm not working after three tries, is it some settings I miss?
Aimara said:
Alarm not working after three tries, is it some settings I miss?
Click to expand...
Click to collapse
Can you check if you have done the following...
1. Set Security Status to ON. (Click Activate on the next screen when prompted)
2. Checkbox for "Sound Alarm after 3 attempts" is selected.
Is it taking pictures and are you able to view those ?
Just installed and tried it. Works perfectly. Thanks cause I needed something like this. Great app
Slickickmax said:
Just installed and tried it. Works perfectly. Thanks cause I needed something like this. Great app
Click to expand...
Click to collapse
Thanks.. appreciate if you can rate this app on Google play and leave your feedback if not yet done..
Sent from my GT-I9100 using Tapatalk 2

[Version 1.1 available now] HiddenEye - Catch your phone snoopers red handed !

What's in this version:
* "Delete Records" will now delete all images that are captured. It will also delete images from "HiddenEye" within DCIM folder on your phone.
* Captured images will now immediately appear in your Gallery enabling quicker dropbox sync
* Other minor bug fixes.
Ever wanted to know who has tried snooping into your phone while you were away. Your friends or family member might have tried to unlock your phone while you are away. HiddenEye is a simple app with no frills that will photograph the person when they try to unlock your phone. You can set it to sound alarm when a user tries to unlock your phone without your knowledge.
Now you can see who is trying to use your phone while you are away. Once you unlock your phone, you will be shown the photographs of the people who tried unlocking your phone in your absence. Sounds interesting ! Try it and let us know if you have any suggestion to improve it further.
Worried that your phone does not have front camera. With HiddenEye, now you can know the someone has tried to snoop into your phone. You can also set alarm if someone is trying to unlock your phone with wrong password. If you have a front camera, then you can see who tried unlocking your phone.
Download this FREE now from Google Play
HiddenEye Plus now available with new features and new look
Click to expand...
Click to collapse
This app is incompatible with your Asus Nexus 7.
chevvy said:
This app is incompatible with your Asus Nexus 7.
Click to expand...
Click to collapse
Thanks for pointing it out.. i just learn't that nexus does not allow apps to use its camera.. I will be putting an update soon, which will allow you to install the app on nexus, but no photographs will be taken.. You can only configure HiddenEye to sound alarm or to notify you that someone has tried to unlock the phone. Unfortunately, you will not be able to see their picture ;(
millennium007 said:
Thanks for pointing it out.. i just learn't that nexus does not allow apps to use its camera.. I will be putting an update soon, which will allow you to install the app on nexus, but no photographs will be taken.. You can only configure HiddenEye to sound alarm or to notify you that someone has tried to unlock the phone. Unfortunately, you will not be able to see their picture ;(
Click to expand...
Click to collapse
Someone here has been able to access the camera and turn the N7 into a mirror so it is possible to access the camera on the N7
http://forum.xda-developers.com/showthread.php?t=1787612
Nice idea, just needs more dev.
Just tried Tasker, and it has access to the camera...When screen unlocked, take picture. works fine. Using discreet mode.
taqulic said:
Just tried Tasker, and it has access to the camera...When screen unlocked, take picture. works fine. Using discreet mode.
Click to expand...
Click to collapse
HiddenEye now takes pictures on Nexus and it works fine...
Just tried downloading. Still says it is not compatible.
Sent from my Nexus 7 using Xparent Blue Tapatalk 2
nlua said:
Just tried downloading. Still says it is not compatible.
Sent from my Nexus 7 using Xparent Blue Tapatalk 2
Click to expand...
Click to collapse
Same here.
taqulic said:
Same here.
Click to expand...
Click to collapse
V1.07 now available for Nexus... Please try and let me know..
Sent from my GT-I9100 using Tapatalk 2
I just installed from play store. Can't take picture.
cclau said:
I just installed from play store. Can't take picture.
Click to expand...
Click to collapse
Can you confirm if you have done the following...
1. Security Status = ON
2. Set Pin or Pattern to your lock screen...
3. turn on notification and sound alarm
Once you have done these, then try entering invalid passwords on lockscreen... check if anyone of these are working..
a) taking pictures.
b) hidden eye alert on the notification bar
c) play your default ringtone after 3 failed attempts..
let me know how it goes.. thanks for trying...
Installs fine. Alarm works after failed attempts, but no picture, Shows icon
placeholders. Notification working.
Pictures taken but just logo. Not real pictures.
Sent from my Nexus 7 using XDA Premium HD app
can we delete all the pictures rather then keeping the last 6?
was testing it alot and its always showing the last 6. wanted to clear them out once i got it right.
Please advise
Pictures do not save only shows the placeholder image. After you get this sorted out I have a suggestion for a possible feature. Automatic upload to drop box or to have the picture sent to a specified email. It would be great as a backup if the device was stolen. As we know the Nexus 7 does not have cell service so tracking it when lost would be difficult. That being said most thieves are going to try to unlock it once while still in a hotspot. This would make a great chance to capture their picture.
Sent from my Nexus 7 using Tapatalk 2
xenocide976 said:
can we delete all the pictures rather then keeping the last 6?
was testing it alot and its always showing the last 6. wanted to clear them out once i got it right.
Please advise
Click to expand...
Click to collapse
This is a planned feature for next version. It will have this option of delete all images instead of retaining last 6.. Stay tuned..
EDIT: New version with delete option available now...
Run L1ke H3LL said:
Pictures do not save only shows the placeholder image. After you get this sorted out I have a suggestion for a possible feature. Automatic upload to drop box or to have the picture sent to a specified email. It would be great as a backup if the device was stolen. As we know the Nexus 7 does not have cell service so tracking it when lost would be difficult. That being said most thieves are going to try to unlock it once while still in a hotspot. This would make a great chance to capture their picture.
Sent from my Nexus 7 using Tapatalk 2
Click to expand...
Click to collapse
There is an updated version, please try and let me know how it goes... The captured images are placed in the DCIM folder, so if you have dropbox configured to sync your photos, these captured images will also be synced to your dropbox...
cclau said:
Pictures taken but just logo. Not real pictures.
Sent from my Nexus 7 using XDA Premium HD app
Click to expand...
Click to collapse
Getting some strange issues on Nexus 7 Hope the new update (v1.1) fixes that.. Please give a try and let me know..
I'm getting the same issue just a blue picture of a person and nothing else.
Sent from my Nexus 7 using Tapatalk 2
millennium007 said:
Getting some strange issues on Nexus 7 Hope the new update (v1.1) fixes that.. Please give a try and let me know..
Click to expand...
Click to collapse
Updated. But still showing placeholder image.

[ROM] CM12-Light BETA

A port from a S3's CM12 ROM for the [SGH-T399] Samsung Galaxy Light .
DISCLAIMER READ EVERYTHING BEFORE ASKING QUESTIONS. This ROM was built for the T399, even though it was built on a rom that presumably worked on both models. People with Metro encounter FCs and Reboots when using High Accuracy GPS.
Android Version:5.0.2
With @Unjustified Dev's CM12 Build (https://www.androidfilehost.com/?fid=95784891001602113) as a base (Thanks for your service!)
Also the Light in the name isn't because of it's size (yet(?))
Bugs:
- stock Cam still iffy, 3-rd party cam apps work. From personal use, Focal (by CM) works great, Cam Mx is good too.
- Prox/light sensor for telephony (off display when phone to ear) is iffy as well. From my use Gravity Screen has trouble using the light sensor when the flip cover option is not selected (6/10), when it is toggled the use is 8/10. Interestingly, when calling the screen turns off when close to ear flawlessly, sometimes it might not turn back on tho.
- Report if I left some out
--Streaming apps (Netflix, YT, Play Movies) has been reported to be not working. Some report that it's dependent on the .apk version. On the latest ver. of YT it works with no problems on various resolutions.
Oh and also.
I am not responsible to any damage to your device, PLEASE do a Backup of the device on TWRP.
Oh and as of right now I do not have the device in my possession. I GOT IT GUYZ
I'd like to thank you for supporting and testing this and helping to build support for this great device. :highfive:
Want a stock ROM as backup or for daily use? Here's my build Don't it's unstable.
I am holding off development until I get the device, sorry.
Read everything? Good, here's a link as your reward
ROM: V0.1 https://www.androidfilehost.com/?w=files&flid=35178
(Vanila) V.02 https://www.androidfilehost.com/?fid=24052804347772131 - CM stuff removed (for now), proximity sensor seems to be better
(Dirty) V0.2.2 https://www.androidfilehost.com/?fid=24052804347773480 - build.prop battery tweaks, added cam permissions in the boot.img, let's see if that makes a difference.
(Dirty) V.0.2.3 https://www.androidfilehost.com/?fid=24052804347774276 - libs migrations en mas (from stock, let's see where this rides takes us, HAVE A BACKUP READY PLZZZ)
MISC: GPS High Accuracy workaround for Metro (T399N) Read instructions here - THANK YOU @kireflow90 !
Also can I again thank @Unjustified Dev for building a solid CM build? He really did all the hard work.
Let me be the first to say mic seems to be working great while talking now ty. I'm Glad I'm you're little testing subject lol. Ty u again.
Ok so been playing around a bit and the YouTube app works again...mostly. My purchased items still aren't working. I'll upload a log for the camera in a bit
Sent from my SGH-T399N using XDA Free mobile app
Camera log
Gps still reboots phone when set to high accuracy, Netflix doesn't connect, Google play movies and TV app doesnt stream due to bandwith issues? I tried the proximity sensor when making a call and it seems to do better than before but like you said still glitchy.
Sent from my SGH-T399N using XDA Free mobile app
Thanks, I'll get onto working more on this ROM when I get the device, since I broke a promise today I won't give a precise ETA as to when I might get the device, sorry guys. But thanks Kireflow90 for the info.
AcreaperJB said:
Thanks, I'll get onto working more on this ROM when I get the device, since I broke a promise today I won't give a precise ETA as to when I might get the device, sorry guys. But thanks Kireflow90 for the info.
Click to expand...
Click to collapse
I might have extra light for u its metro. Little banged up but all works good. Pm me and let me know IMA dig through boxes.
Thanks a million. I'll IB you now.
AcreaperJB said:
Thanks a million. I'll IB you now.
Click to expand...
Click to collapse
Yes do my FAM just gave to me I was just using to test flash ur ROM lol
As long as you have a spare to continue using to flash roms then I can't deny something free
Also I will be uploading two versions of the ROM soon, one with build.prop (and soon, among others) tweaks and one that I will keep as vanilla as possible.
I will also try my best to keep this method of release. It could take a day or two tho :/ so please be patient.
Downloading CM12-light+0.2 will give you update when I flash
Edit: only improvement I've found is the proximity sensor. It seems to be a huge improvement. Idk if I just got lucky but it didn't turn the screen on at all
Sent from my SGH-T399N using XDA Free mobile app
Lol didn't even remember i uploaded the vanilla version. Anyway only way to find out if it's fixed is if someone else downloads it and has the same experience
AcreaperJB said:
As long as you have a spare to continue using to flash roms then I can't deny something free
Click to expand...
Click to collapse
Lol my Cuz is giving it to me first thing in morning we will talk more as soon as I have it in my hands
AcreaperJB said:
Lol didn't even remember i uploaded the vanilla version. Anyway only way to find out if it's fixed is if someone else downloads it and has the same experience
Click to expand...
Click to collapse
When you upload, since you'll be putting both up, you should put vanilla in the name OR just code them with a V in the name. Like CM12-light+0.2V
Sent from my SGH-T399N using XDA Free mobile app
Yh I was meaning to do that, I'll add it when i get to uploading the dirty build.
kireflow90 said:
Downloading CM12-light+0.2 will give you update when I flash
Edit: only improvement I've found is the proximity sensor. It seems to be a huge improvement. Idk if I just got lucky but it didn't turn the screen on at all
Sent from my SGH-T399N using XDA Free mobile app
Click to expand...
Click to collapse
josh2020glacier said:
Lol my Cuz is giving it to me first thing in morning we will talk more as soon as I have it in my hands
Click to expand...
Click to collapse
Ight bruh np
kireflow90 said:
When you upload, since you'll be putting both up, you should put vanilla in the name OR just code them with a V in the name. Like CM12-light+0.2V
Sent from my SGH-T399N using XDA Free mobile app
Click to expand...
Click to collapse
Oh I also added an AOSP Camera app there, did it replace the older AOSP one? Are there 2 instances of the app? How does it work for you?
AcreaperJB said:
Oh I also added an AOSP Camera app there, did it replace the older AOSP one? Are there 2 instances of the app? How does it work for you?
Click to expand...
Click to collapse
I only have one camera app (as far as stock goes) and its the same one as before. Still takes a picture but doesn't save it or anything.
Sent from my SGH-T399N using XDA Free mobile app
So whats the difference between v0.1 and 0.2?

SmartScreen App

Smart Screen
Simple application with two powerful features Smart Stay & Smart Widgets
Smart Stay :
"It waits till you're done"
The screen maintains a bright display as long as you're interacting with it.
Smart Widgets :
"It learns you're applications usage"
Displays "Most Launched,Most Recently Launched and Most Addicted" applications
on the home screen (widget),click on the App icon to launch
https://play.google.com/store/apps/details?id=com.dondeti.smartscreen
11/6/2015
Android M support
Nice app
Great app man, it works fine. But i think it should let the user select which app to make use of the function.
Thank you for the feedback
and i'm very happy to hear back..i'm working on it..will bee out soon...!
Will be updating to a new version before October 2nd
this will have features of a pro version but it just gives the feel not the functionality
Please let me know your comments
@MultiPDev V2 will give you the option to select your own app
ravitez86 said:
@MultiPDev V2 will give you the option to select your own app
Click to expand...
Click to collapse
Awesome! I'll give it a try. Waiting for it to be available in the playstore.
V2.2 is the latest
may take some time to get published
V2 is already out...check it out and provide your feedback..!
ravitez86 said:
V2.2 is the latest
may take some time to get published
V2 is already out...check it out and provide your feedback..!
Click to expand...
Click to collapse
Good job!! I love the app, the concept is great. I think the idea is better than Samsung's Smart Stay(or something like that) that never worked well enough for me. I'd surely use this app daily when it's finished. I didn't vote on the playstore because it needs some more development.
Here's a major bug I encountered: It sometimes doesn't work until you switch the feature off and on again, and switch between apps.
Also the sensibility is kinda low, i think ot should be higher(or maybe let the user select some kind of levels?).
Anyways, I call this app a good example of great use of a smartphone's sensor.
I have a question, does this app only work on Samsung devices? if not, I think you should make a thread in a general forum so any people can give you feedback, not only s3 owners.
I'm a student developer, so I hope I will submit an app to the store soon.
Cheers!!:good:
Thank you for the valuable feedback....
Its a strange issue..! Will definitely look in to the issue
When you said its not working are telling based on the Message you see on the screen when you open the app..if so that message will be displayed only for the first launch of the app.
right now sensitivity is at the best lowest as possible
you need not move the device slight angle change will also be considered
Good Luck with you app
and this will support all phones running android 4.0 and above
ravitez86 said:
Thank you for the valuable feedback....
Its a strange issue..! Will definitely look in to the issue
When you said its not working are telling based on the Message you see on the screen when you open the app..if so that message will be displayed only for the first launch of the app.
right now sensitivity is at the best lowest as possible
you need not move the device slight angle change will also be considered
Click to expand...
Click to collapse
I'm sorry, I forgot to tell you what I meant by "it doesn't work".
Well...sometimes the screen just forgets to turn off, even if phone is on the table.
About the sensibility, I think the app should detect a trembling hand, so it knows you're holding the phone. It's just a suggestion, I don't know how practical this would be.
---------- Post added at 02:32 ---------- Previous post was at 02:30 ----------
ravitez86 said:
Good Luck with you app
and this will support all phones running android 4.0 and above
Click to expand...
Click to collapse
Thanks!
cool...from the last movement detected phone will wait for (defaultscreentimeout - say 3 seconds) to actually turn off the screen..
is the screen staying on for more than defaultscreentimeout value...!
ravitez86 said:
cool...from the last movement detected phone will wait for (defaultscreentimeout - say 3 seconds) to actually turn off the screen..
is the screen staying on for more than defaultscreentimeout value...!
Click to expand...
Click to collapse
Yes it is, the screen timeout was actually 15 secons...just for testing. But the screen just refused to turn off while on the selected app. So I had tu turn the app off and on again few times till it worked. I think it's only the first time, after you install the app, I'm not sure. But it happened more tan once. Needs more testing.
MultiPDev said:
Yes it is, the screen timeout was actually 15 secons...just for testing. But the screen just refused to turn off while on the selected app. So I had tu turn the app off and on again few times till it worked. I think it's only the first time, after you install the app, I'm not sure. But it happened more tan once. Needs more testing.
Click to expand...
Click to collapse
Thank you...Will have an eye on it...please let me know if you can find a sequence and the app that's causing the issue,i will try to run it from my end
ravitez86 said:
Thank you...Will have an eye on it...please let me know if you can find a sequence and the app that's causing the issue,i will try to run it from my end
Click to expand...
Click to collapse
It happened to me again. The default timeout was 15 seconds. I just started Word app and kept the phone still. But the screen just refused to turn off(I waited 2 minutes). I solved this by turning the app off and on and switching between timeout times. However, it may be a rom bug (I'm running a cm12 based rom), as I found out it happens even after I turn off the app.
Good luck!!
Hello
Thank you for the info i tried to reproduce but couldnt
please find the screen shot please check if the app is correct "Word app"
since you have the issue even when you turn off the service i think its not related to SmartScreen
ravitez86 said:
Hello
Thank you for the info i tried to reproduce but couldnt
please find the screen shot please check if the app is correct "Word app"
since you have the issue even when you turn off the service i think its not related to SmartScreen
Click to expand...
Click to collapse
No buddy, I meant the "Word" application. You know...the one from Microsoft. Lol!! Anyway, the bug happened also with firefox...
Yeah maybe it's my rom's fault. I'll give it a try again when I switch to another one.
Good luck with the app!!
Ooops sure let me know if you come up with any issues..working on optimizing it so may be an update with minor improvements will be out later some time...
Thank you
V2.4 is out...!
V2.6 is out...Check it out
https://play.google.com/store/apps/details?id=com.dondeti.smartscreen

Categories

Resources