[WP7] Battery Percent Indicator - Windows Phone 7 Development and Hacking

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.

Related

[APP]Screen Filter. (Adjust your brightness of screen and save battery)

Hi guys.
I always feel that my display eats the most of my battery..I know what do you expect from S.AMOLED Plus displays..Gorgeous i know but eats your battery..Anyway great app on the market that i have started to use and it works wonders for me and would like to spread the word, if you don't already know about about this app..
Link is this https://market.android.com/details?id=com.haxor&hl=en
Apologies if you already have it, but i just thought if there are more people like myself who want to save a bit of juice on your battery this is a great app to use specially if your brightness is abit to much as well.
Cheers
very good for bedtime reading too and discreet enough not to annoy the missus. This is one of the first apps I install on every Rom change.
Stea1thmode said:
very good for bedtime reading too and discreet enough not to annoy the missus. This is one of the first apps I install on every Rom change.
Click to expand...
Click to collapse
tell me about it..hows pat? get it.. i know lame joke.
man this has boosted my battery life by 20%. so i saw people sharing apps that they recommend so i thought why not i do the same..if it helps others why not
thanks for posting
I liked it but found out that if set too low (as it is very efficient) it can be tricky to find the icon or anything else for that matter so eventually I stopped using it
griprx said:
I liked it but found out that if set too low (as it is very efficient) it can be tricky to find the icon or anything else for that matter so eventually I stopped using it
Click to expand...
Click to collapse
You always get the icon on the top left hand corner. if you bring down the drop down menu you could access the app from there.
Matriak31 said:
tell me about it..hows pat? get it.. i know lame joke.
thanks for posting
Click to expand...
Click to collapse
Pat's doing very well my boy
The Ghost of Frank B

[APP][WIP] ISeeYou

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.

[R] Ventrilo for Jellybean?

Currently, Ventriloid and Mangler are non functional for the Android JB firmware. Although the Ventriloid dev has posted a temp fix in the app description, it crashes alot and will not serve much use for me. Is it possible for someone to post a fixed app or a way to access vent on JB?
Store link:
https://play.google.com/store/apps/details?id=com.jtxdriggers.android.ventriloid&hl=en
Temporary fix link:
https://code.google.com/p/ventriloid/downloads/list
Buuump. I totally need this, and many do aswell.
Metal Slug said:
Buuump. I totally need this, and many do aswell.
Click to expand...
Click to collapse
Ventriloid dev here. What issues are you having with the test version on the site? I just finished up my semester at school and will hopefully have an official release out by January, but I need some help testing.
Ventrilo for JB not working?
jtxdriggers said:
Ventriloid dev here. What issues are you having with the test version on the site? I just finished up my semester at school and will hopefully have an official release out by January, but I need some help testing.
Click to expand...
Click to collapse
Just wanted to jump in and mention that I am having issues too. Samsung SII, cm10. When I start ventriloid is initially says connecting, but then very often goes back to mobile's home screen. It then leaves a notification bar entry saying that it is connected. When you click on that, it does its two vibrates and goes off entirely. Sometimes I can get it going again, but is very fiddly. Dont know if this helps. Hope so.
London Lad
LondonLad said:
Just wanted to jump in and mention that I am having issues too. Samsung SII, cm10. When I start ventriloid is initially says connecting, but then very often goes back to mobile's home screen. It then leaves a notification bar entry saying that it is connected. When you click on that, it does its two vibrates and goes off entirely. Sometimes I can get it going again, but is very fiddly. Dont know if this helps. Hope so.
London Lad
Click to expand...
Click to collapse
Hey LondonLad, thanks for the report.
Are you using the Play Store version of the app or the Alpha on my Google Code?
jtxdriggers said:
Hey LondonLad, thanks for the report.
Are you using the Play Store version of the app or the Alpha on my Google Code?
Click to expand...
Click to collapse
Playstore version.
LondonLad said:
Playstore version.
Click to expand...
Click to collapse
Go try out the Alpha at ventriloid.googlecode.com in the downloads section and let me know how it works for you. I apologize for any lack of features in that version but it's a huge work in progress.
jtxdriggers said:
Go try out the Alpha at ventriloid.googlecode.com in the downloads section and let me know how it works for you. I apologize for any lack of features in that version but it's a huge work in progress.
Click to expand...
Click to collapse
Have downloaded and it seems to work well. (Did loose the Ventriloid icon though!) One comment: One must tick the box Enable Global Push to Talk in order to see key. That is fine, but it does cover up part of you keyboard if you, for example, need to type in a password for a channel. Not a problem, but thought I would at least mention it.).:good:
LondonLad said:
Have downloaded and it seems to work well. (Did loose the Ventriloid icon though!) One comment: One must tick the box Enable Global Push to Talk in order to see key. That is fine, but it does cover up part of you keyboard if you, for example, need to type in a password for a channel. Not a problem, but thought I would at least mention it.).:good:
Click to expand...
Click to collapse
I'm glad it's working for you I'm working on a complete UI overhaul and that global push to talk was more or less a proof of concept for being able to talk outside of the app. Android has limitations for hardware key interception that won't allow push to talk while the app is in the background, so hopefully people will enjoy this new button. It will eventually be a bar with other options that can be hidden. Thanks so much for testing, I'm glad the ICS/JB fix is working.
jtxdriggers said:
I'm glad it's working for you I'm working on a complete UI overhaul and that global push to talk was more or less a proof of concept for being able to talk outside of the app. Android has limitations for hardware key interception that won't allow push to talk while the app is in the background, so hopefully people will enjoy this new button. It will eventually be a bar with other options that can be hidden. Thanks so much for testing, I'm glad the ICS/JB fix is working.
Click to expand...
Click to collapse
Thank you for your work on this. It is helping a lot of people! (I will make a donation shortly.)
LondonLad said:
Thank you for your work on this. It is helping a lot of people! (I will make a donation shortly.)
Click to expand...
Click to collapse
I greatly appreciate it I need to get a Bluetooth headset for testing, but Christmas and next semester's tuition has completely drained me haha. Let me know if you have any other issues or feature requests!

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

Customize Always On Display?

Does anyone know if it's possible to customize the always on display? I'm rooted and have Xposed, so if there's any Magisk module or Xposed mod anyone knows of, please share
I don't need to see the alarm info on my AOD, I'd rather have it replaced with battery info, and I'd like to have a mobile/WiFi icon (whichever is active).
It would also be nice to have charging info as well, but I haven't been able to find any app/mod/module that does something like this. Any info would be appreciated
Anyone? :crying:
This will very nice....
Well, as far as i know that is not possible.
However, It is possible to show it where the "NowPlaying"-Text appears.
I could try to build an App that shows the Battery-percentage at that place, but i don't know if that's still meaningful since Android P is coming up and already has that implemented. Would you be interested?
Well, the Icons are just placeholders - but take this as a hint to what is (maybe) coming up soon.
Daniel Kng said:
Well, as far as i know that is not possible.
However, It is possible to show it where the "NowPlaying"-Text appears.
I could try to build an App that shows the Battery-percentage at that place, but i don't know if that's still meaningful since Android P is coming up and already has that implemented. Would you be interested?
Click to expand...
Click to collapse
Wow, that's extremely kind of you, and something I could not ask you to do for me. However, if you insist, I definitely won't be against the idea
The screenshots look awesome, whether or not this app becomes a reality, I can't say thanks enough for your kindness
Thank you for your kind words!
You wanna Test the App for me? Since my Pixel 2 is currently on repair by Google
Daniel Kng said:
Thank you for your kind words!
You wanna Test the App for me? Since my Pixel 2 is currently on repair by Google
Click to expand...
Click to collapse
Of course, just shoot me a PM
Well, it's not quite finished.
But i'm on it. It's getting real, boys! :victory:
Daniel Kng said:
Well, it's not quite finished.
But i'm on it. It's getting real, boys! :victory:
Click to expand...
Click to collapse
That's great!.. If you need additional testers count with me...
RealCaracas said:
That's great!.. If you need additional testers count with me...
Click to expand...
Click to collapse
I'd like to help test, too, King
doctorew said:
I'd like to help test, too, King
Click to expand...
Click to collapse
I'd be glad to test as well.
rickysidhu_ said:
Does anyone know if it's possible to customize the always on display? I'm rooted and have Xposed, so if there's any Magisk module or Xposed mod anyone knows of, please share
I don't need to see the alarm info on my AOD, I'd rather have it replaced with battery info, and I'd like to have a mobile/WiFi icon (whichever is active).
It would also be nice to have charging info as well, but I haven't been able to find any app/mod/module that does something like this. Any info would be appreciated
Click to expand...
Click to collapse
Maybe not with an Xposed module, but a developer I'm guessing could use OMS with substratum to theme it? It is possible to edit it with OMS, although to what extent I'm not sure, I'm not a developer. Here is a clock theme that changes the AOD clock: Google Play
As a side note, I'm not sure if the developer intended it to edit the AOD, as it's for the lockscreen clock, but it changes the AOD one. At least with the options I selected in substratum.
doctorew said:
I'd like to help test, too, King
Click to expand...
Click to collapse
Well, you are not the first to spell my Username wrong. I'll better get a new one quick ?
droidnew said:
I'd be glad to test as well.
Click to expand...
Click to collapse
Yeah Sure, i will invite both of you to the GPlay-Alpha as soon as i finish this puppy.
Sadly, over the weekend I can't finish this, since I got a house that needs some work, and later today I'm off for a great time in a musical.
But i already made the App open source since I wrote the first line of code for it. So if anyone here knows how to contribute in the actual Development, hit me up and I'll send you my Repo. ?
Daniel Kng said:
Well, you are not the first to spell my Username wrong. I'll better get a new one quick
Click to expand...
Click to collapse
Daniel Kng? You can count me in your beta testers team as well....
Daniel Kng said:
Well, it's not quite finished.
But i'm on it. It's getting real, boys! :victory:
Click to expand...
Click to collapse
Hey can I test this app too?
So, I guess I've got enough Testers now.
Just to give a quick update to all of you:
This week I did literally nothing on the App as I was at the ophthalmologist (eye doctor), needed to clean up my House, get my Car trough the main inspection and beside all that I got a regular Job I need to go to. :silly:
But I got my Phone back - nearly no blue shift, nearly no black crush, and my speaker rattle is gone! :highfive:
This evening I'm going out with my girlfriend. So I may be able to get back to work on the App today for an hour or so. I'll keep you updated!
Daniel Kng said:
So, I guess I've got enough Testers now.
Just to give a quick update to all of you:
This week I did literally nothing on the App as I was at the ophthalmologist (eye doctor), needed to clean up my House, get my Car trough the main inspection and beside all that I got a regular Job I need to go to. :silly:
But I got my Phone back - nearly no blue shift, nearly no black crush, and my speaker rattle is gone! :highfive:
This evening I'm going out with my girlfriend. So I may be able to get back to work on the App today for an hour or so. I'll keep you updated!
Click to expand...
Click to collapse
I would test the app too.
Any word?
Daniel Kng said:
So, I guess I've got enough Testers now.
Just to give a quick update to all of you:
This week I did literally nothing on the App as I was at the ophthalmologist (eye doctor), needed to clean up my House, get my Car trough the main inspection and beside all that I got a regular Job I need to go to. :silly:
But I got my Phone back - nearly no blue shift, nearly no black crush, and my speaker rattle is gone! :highfive:
This evening I'm going out with my girlfriend. So I may be able to get back to work on the App today for an hour or so. I'll keep you updated!
Click to expand...
Click to collapse
I'd like to test as well. If the app isn't released even to testers yet, I'm also interested in seeing if I can help development. Let me know.

Categories

Resources