Hi all,
I'm building an app for use with Android Auto, which is capable of displaying and graphing car sensor data, without the need for an OBD2 dongle or any other hardware besides your phone and the infotainment system.
{
"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"
}
It has a lot of data elements available. Development progress was previously discussed in an other topic, but since that grew to 28 pages, I decided to make one with a clear title.
Disclaimer:
Building this is not my daytime job, and I'm not selling this for money, it's all free. The app is open source, and the source can be found on github. Feel free to contribute. Be patient when requesting new stuff. Don't hate me (or VW) when something isn't working on your car. The app will not void your warranty. Be safe when using it during driving.
Download:
Download the latest release here https://github.com/jilleb/mqb-pm/releases. Be sure to read the readme on https://github.com/jilleb/mqb-pm
Known issues:
Results vary from car to car: Not each car shares all data elements.
Results vary from firmware version to firmware version: Not each version allows data communication. Using Torque will enable additional data elements!
DO NOT UPDATE TO ANDROID AUTO V3! Custom Apps will NOT work, unless you use a 3rd party app enabler.
Looking at the screen too much when driving the car is dangerous.
Do not update the settings when connected to the car.
Be sure to check the github page for specific information in case you have other issues.
Changelog:
v0.7B
Graphs! Tap on a clock and a graph will show up. Tap it again and it will go away
Title bar with useful info like current location, outside temperature and time
Replaced bubble notification sound
New theme: Ford Mustang GT
New theme: Dark (my own design)
New font: United Sans (works nicely with the Ford theme)
Ambient background color on Lines and Dots wallpapers
Wallpaper selection option added
Fix: bar/psi display
Fix: fahrenheit/celcius display for Torque data elements
Fix: Improvements to Skoda themes
Fix: Improvements to VW themes
Fix: Several fixes with unit display on clocks
Changelog previous versions:
v0.6B
Torque support (so now you can use an OBD2 bluetooth dongle if you have Torque). Make sure you enable full plugin access in Torque settings, otherwise the Performance Monitor will not see any data.
Touch the center clock to reset min/max values
Classic Beetle theme (in case you're feeling nostalgic)
New way of displaying min/max values
Improved layout
New data elements
Many many many performance fixes
Removed the graph feature for a moment, it will return in the future
v0.5B
New: Added altitude clock + element
New: Allow indicators to be non-ImageIndicator in some themes
New: Optional display of numbers on clocks
New: Audi TT theme
New: Celcius/Fahrenheit unit display added
New: Elements show "-" when no data
New: MIB2-style theme
New: Minimalistic theme
New: No red mark on clocks for data elements that don't have dangerous high values
New: Optional ambient colors for needles, if car/theme supports it
New: Optional ambient colors for rays, if car/theme supports it
New: Oreo Support
New: Skoda Virtual Cockpit theme
New: Tank level clocks added
New: Test theme (for scale troubleshooting)
New: VW Digit font
New: Skoda font
New: Larabie font
Fix: Added missing Cupra drawable
Fix: Cleaned up Skoda dial graphics
Fix: Dynamic needle scaling for use in different resolutions
Fix: Enlarged dials to 275 for optimal use of screen size
Fix: Improved margin on clocks
Fix: Increased max voltage to 16V
Fix: Increased min max G forces to -3 and 3
Fix: Updated needle drawables to work with dynamic scaling
Fix: Wait until staging animation is done before displaying data
Fix: Removed: Measurements view
Fix: Removed: Seat Kombi font
Fix: MANY more, 6 months of small fixes
v0.45B
New: Font option. (note: Seat Kombi is nice, but currently causes overlapping in min/max)
New: Start/pause in graph
New: Outside temperature available in clocks
New: Gear recommendation and Gear indicator merged
New: Italian language
New: MQB Coding theme
Fix: Czech language improvements
Fix: Spanish language improvements
Fix: (Hopefully) fixing the app slowing down/crashing after some time
Fix: Output power showing as Nm instead of Kw
Fix: Gearbox oil temperature graph
New fonts:
v0.44B:
Fix: Crash when having Gear recommendation selected
v0.43B:
New: German translation (early version)
New: Russian translation (thanks to @mikhailkozlov )
New: Dutch translation
New: Spanish translation (thanks to @javigody)
New: Realtime graph for 1 selectable data element, with configurable update frequency
Fix: Cleaned up Skoda dial backgrounds
Fix: Current Gear indicator
Fix: English Spelling (thanks to @mikhailkozlov)
Fix: @string/psi and @string/bar display on the clocks
Fix: Crashing stopwatch and credits
v0.42B:
New: Acceleration/brake indicator display optional
New: Added Cupra Division theme
New: Added Tesla theme
New: Retro style theme
New: Max-min value display is now split into 2 options: display values and display marks on the clock
Fix: Fixed crash when no temperature data is available
Fix: Wheel angle clock display
Fix: Removed Fahrenheit and Celcius for the time being
Fix: Improved G-force icons
Fix: Textviews with G-force, degrees, percentage and Volts are now functional
Fix: Improved Clubsport theme
Fix: Gearbox temperature clock
Fix: Various other small bugs and issues
Fix: Code cleanup
Fix: Moved strings to strings.xml, for easier translation (new languages will be in a future version)
v0.40B:
Fix: Added all missing code for data elements on the 4 data views
Fix: The 4 textviews should now be functional.
Fix: Set RPM textview to have no decimals
Fix: Fixed a bug with EcoHMI_Score
Fix: Handling NoRecommendation on recommendedGear
v0.39B
New: Added Skoda ONE theme
New: Added Consumption data to clocks
New: Added Recommended Gear to text elements
New: Needles go invisible in high-visibility mode (you don't need them there)
Fix: Acceleratorposition clock value
Fix: correctly escape ' character
Fix: Improved some icons
Fix: Credits screen
Fix: Added stopwatch background for Audi themes
Fix: Improved Audi needle
v0.38B:
New: Added Consumption data to clocks
New: Added Recommended Gear to text elements
Fix: Correctly escaped ' character in "G's"
If it doesn't work while it did work in a previous version, try an older version of aauto-vex-vag:
https://github.com/martoreto/aauto-vex-vag/releases
Screenshots
v0.7B, new themes:
V0.6B:
Earlier versions:
Looks promising !
Happy owner of a Skoda Kodiaq, I look forward to trying this.
How is that we need to compile the app by ourselves ? Any way to get it in an APK ? I tried Android studio but get stuck with the compilation of your application... Do I need the AA unofficial SDK ? If such SDK is needed, where to get it and to make android studio work with it ?
Sorry for the newbie questions. Any lead will be more than appreciated. Thanks for your time.
DR400 said:
Looks promising !
Happy owner of a Skoda Kodiaq, I look forward to trying this.
How is that we need to compile the app by ourselves ? Any way to get it in an APK ? I tried Android studio but get stuck with the compilation of your application... Do I need the AA unofficial SDK ? If such SDK is needed, where to get it and to make android studio work with it ?
Sorry for the newbie questions. Any lead will be more than appreciated. Thanks for your time.
Click to expand...
Click to collapse
No worries, I will add the APK under "releases", but I first need to write an installation guide. This will save me from getting a lot of questions
Chillout said:
No worries, I will add the APK under "releases", but I first need to write an installation guide. This will save me from getting a lot of questions
Click to expand...
Click to collapse
Sure !
I am far from expert but should you need help ... I am willing to learn ! Even beta tester is fine ...
It looks good, i will test it since it be avaible
I have installed the app and the VAG telemetry extension and it shows up fine in AA but doesn't show any information from the car. I'm guessing I have missed something.. waiting for the installation instructions.
kafkef56 said:
I have installed the app and the VAG telemetry extension and it shows up fine in AA but doesn't show any information from the car. I'm guessing I have missed something.. waiting for the installation instructions.
Click to expand...
Click to collapse
Did you grant all rights after installation? (open the settings app on your phone, say YES to all)
can you send me a logcat?
Chillout said:
Did you grant all rights after installation? (open the settings app on your phone, say YES to all)
can you send me a logcat?
Click to expand...
Click to collapse
Yes, I did. I don't have a saved log currently as I deleted everything and did a clean install. Will report back when I try it again after work.
great, thanks. You can put it on a dropbox or so and PM me a link
Hi
I'm driving a 2017 Seat Leon FR.
Would love to help with testing if you need
Chillout said:
great, thanks. You can put it on a dropbox or so and PM me a link
Click to expand...
Click to collapse
Just came home after a 30min drive and still have the same issue even with a fresh install. Unfortunately it hasn't saved a log file either.
Something must have gone wrong when compiling the apk. I'll just have to wait for the release.
I managed to build and install your app and I can display the different dials.
Reloading the settings by turning on and off the light work great.
But no data is being shown on the graphs and no log file is being made on my phone's storage, although it did make the folder.
I have also tried to find information with logcat, but I'm not very proficient with that and it feels like I'm doing something wrong because I cannot find any log that resembles your app.
How do you debug your program while being connected to the car?
I'm reading your code, looks very interesting stuff. Thanks!
2017 VW Passat
One plus 5 Nougat
Hi @Chillout when i get my '17 Opel Astra K Sports Tourer with Intellilink 900 next week could i help you someway to get this app working with Opel/GM Cars too?
I would be awesome to get an App like this not only for VAG Cars.
It is possible to create this app also for BMW cars?
Can anyone compill the .apk?
SuperNick said:
It is possible to create this app also for BMW cars?
Click to expand...
Click to collapse
bluedragon1982 said:
Hi @Chillout when i get my '17 Opel Astra K Sports Tourer with Intellilink 900 next week could i help you someway to get this app working with Opel/GM Cars too?
I would be awesome to get an App like this not only for VAG Cars.
Click to expand...
Click to collapse
I really hope he doesn't dilute his efforts. Code is on github, fork it and work on GM and BMW versions. That is the point of github
CrazyPeter said:
I really hope he doesn't dilute his efforts. Code is on github, fork it and work on GM and BMW versions. That is the point of github
Click to expand...
Click to collapse
If I could Code, i would realy like to try it. This is why I ask if I could help someway.
@Chillout looks awesome!Great job!
bluedragon1982 said:
Hi @Chillout when i get my '17 Opel Astra K Sports Tourer with Intellilink 900 next week could i help you someway to get this app working with Opel/GM Cars too?
I would be awesome to get an App like this not only for VAG Cars.
Click to expand...
Click to collapse
SuperNick said:
It is possible to create this app also for BMW cars?
Click to expand...
Click to collapse
It works only for VAG cars because they use the vendor extension channel to send/receive data to/from AA in EXLAP format. Other cars don't
Check out this comments from martoreto based on the info he received from different cars : https://forum.xda-developers.com/showpost.php?p=75089563&postcount=119
bluedragon1982 said:
If I could Code, i would realy like to try it. This is why I ask if I could help someway.
Click to expand...
Click to collapse
What are you doing on XDA Developers then?
For anyone trying to get this working. You need to create your own signing key SHA fingerprint, and crearte a google-services.json here using that fingerprint.. https://developers.google.com/mobile/add
I can't test my build APK, as my Audi doesn't support vendor extensions... ahh well..
@Chillout some feedback after most-recent github-commit:
app successfully compiled after removing ic_battery.png in app\src\main\res\drawable (got some "duplicate resource" error with ic_battery.png and ic_battery.xml).
Setup:
rooted S7edge together with VW-Touran
Finding1:
The app runs fine as long as only the 3 main-clocks are setup. All other views must remain deactivated.
As soon as i add something in View1, the app crashes.
Finding2:
Touching the AA-display may (! not always) lead to display-freeze followed by complete restart of AA.
That's it so far. Thumbs-up for your good work !!:good::good:
Related
I have been really enjoying my Android phone (EVO 4G), and have recently got into customizing its looks with LauncherPro. I instantly fell in love with several of the text based icons you can find in these forums. Like others, though, I wanted custom versions of these icons – and I thought, “wouldn’t it be great if I could make them on my phone?” Since I do not have the app creating skills yet, I decided to make a web based method:
>>fonticons<<
Version 0.9.6
• Added ability to center text by typing the word "center" as the x and/or y value for the text position.
Version 0.9.5
• Improved ellipse rendering
• Fixed preview color bug: editing text boxes directly (without clicking pallet) did not update preview
• Added text effect 'Reflect Fade'
Version 0.9.4
• Rearranged layout
• Added validation on many text boxes
• Added increment buttons to many text boxes
• Added color pickers with basic 27 color pallet
• Added alpha previews
• Added several image effects
• Added hit counter
Version 0.9.3
• Rearranged layout
• Added image colorize effect
• Changed image scaling to pixel value instead of multiplier
Version 0.9.2
• Added base layer selection of Canvas or Image
• Base layer image (from url source only) can be scaled and cropped
• Added shape layer with rectangle and elipse options with rgb and alpha
• Simplified font names
Version 0.9.1
• improved layout
• added ability to hide page sections
• fixed bug when using "reflect" on angled text
• fixed bug when using recall for text with spaces
Version 0.9
This is the first beta version and still a little buggy and rough around the edges. It has the following features:
• Custom size png
• rgb color and alpha transparency for background, text, and effects
• Two text fields with adjustable positioning including angle
• Offset, Glow, and Reflect text effects
• Selectable fonts (free licensed fonts only)
• Preview or download with automatic naming
• Bookmarkable settings to recall later (still a little buggy)
Tips:
• If you are new to rgb color codes, this site is a good reference. I also made this basic web page as well.
• For alpha transparency (labeled as “a”) 0 is opaque and 127 is completely transparent
• For Glow effect, I recommend high alpha and no offset on the effect
• For reflection, y offsets will be necessary
• The form and scripts do not currently have validations employed, so if you do not use appropriate numbers where you should, it simply won’t work (and not tell you why)
Please give me feedback and bug reports here. I hope others find this useful
Examples and Bookmarks (Right-Click links and copy link address. Go to fonticons and paste in 'Recall Bookmark' text box and hit 'Recall'):
ala Birdman:
ala SIMP TEXT:
Use of shape fonts:
Image based (with colorize effect)
{
"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"
}
(reserved)
This is pretty kool, I can even use my ps3 to make em. Thanks.
wow, nice stuff, thanks, great idea!
Hey man,
I was playing around with this yesterday and it is fantastic. I used it to create some font icons and very easy to use. Cheers and happy holidays
Sent from my GT-I9000 using XDA App
Thanks everyone - I'm still planning some more updates and improvements, so any feedback is welcome.
Image Manipulation with v0.9.4
I added a lot of image effects in v0.9.4, so you can use this as a basic image manipulator instead of just creating text icons. Here's a demo of the things you can do:
Original:
Scale:
Crop:
Inverse:
Grayscale:
Brightness:
Contrast:
Blur:
Colorize:
Find Edges:
Emboss:
Mean Removal:
Smooth:
Multiple Effects:
cool
now if only it was a app for use on the phone, where we could use are own fonts i'd pay 4.99 if it was
jimrothwell123 said:
now if only it was a app for use on the phone, where we could use are own fonts i'd pay 4.99 if it was
Click to expand...
Click to collapse
I will give it a shot someday, but still have a lot to learn to make any advanced apps. BTW, I would be happy to add fonts that are liscensed as "free" upon request.
Deff gonna play some more with this
Sent from my PC36100 using XDA App
What a Good idea, so we can use our own image to display on our phone. By the way, could you also include some Chinese font ? many peopls will appreciate your help !
Great idea.
Font Previews
I'm playing with ways to show font previews to incorporate in the next revision. I have something for now that some may find useful:
>Font Previews<
hkcheater said:
What a Good idea, so we can use our own image to display on our phone. By the way, could you also include some Chinese font ? many peopls will appreciate your help !
Click to expand...
Click to collapse
Thanks! I do not know the character mapping for Chinese fonts, so I am not sure if this one will work - Please try "wt021.ttf" and let me know if it works.
wow, this is really cool. Played around with it for a while tonight. Would love to see some more font choices. Great job.
yeldnats said:
Thanks! I do not know the character mapping for Chinese fonts, so I am not sure if this one will work - Please try "wt021.ttf" and let me know if it works.
Click to expand...
Click to collapse
Thanks again !
It work ! All the Chinese that i input can show up, the only little problem is we not use this font type often (Old style).
Anyway, Thank you very much !
hkcheater said:
Thanks again !
It work ! All the Chinese that i input can show up, the only little problem is we not use this font type often (Old style).
Anyway, Thank you very much !
Click to expand...
Click to collapse
I will look around for one that uses the new style characters - now that we know it works, it's just a matter of finding the right ones
StaticFaction said:
wow, this is really cool. Played around with it for a while tonight. Would love to see some more font choices. Great job.
Click to expand...
Click to collapse
Thanks! I added several more fonts to the server today. I may have to come up with a better way to organize them, though.
yeldnats said:
I will look around for one that uses the new style characters - now that we know it works, it's just a matter of finding the right ones
Click to expand...
Click to collapse
Try the fonts that begin with 'wts' - these should be simplified Chinese fonts.
yeldnats said:
Try the fonts that begin with 'wts' - these should be simplified Chinese fonts.
Click to expand...
Click to collapse
Only peoples from/of Main Land China use Simplified Chinese fonts. Hong Kong & Taiwan peoples using Traditional Chinese fonts. If possible please arrange few more Traditional Chinese fonts, i think they are also begin with "wt"
p.s. When i choose WTS font & input with traditional Chinese fonts, it still show simplified Chinese fonts over the icon. That is not a problem, just let you know the result!
awesome stuff! everything is pretty much perfect, but now I need a font that isn't
in Fonticons at the moment. I've sent you a PM with the font I'd like you to add,
so please check it out
Thank you for your awesome work!
Hello! I want to introduce my application to you.
Description from marketplace (my writing skills are too bit)
*** Latest version of this application requires MANGO ***
PicoLyrics is not just a simple lyrics application. It automatically scrolls the lyrics like karaoke, so you can just launch this application and enjoy!
FEATURES:
Seamless integration with the Music+Videos hub
Metro UI – Clean, Light, Open, Fast user interface
Support of the fast app switching
Huge database supported by community warrants that you’ll get the lyrics even for the fresh songs
Easy appearance customization
Adjusting offset of the lyrics
10 minutes trial-version allows you to try this application before purchase
Click to expand...
Click to collapse
Any suggestions, improvements and bugreports are welcome a lot.
Review by WPCentral (Version 1.1, very old):
{
"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"
}
Source: WINDOWS PHONE APPLIST
Thank you for your attention and please accept my apologizes for my broken english.
Changelog
Version 2.2 (requires Mango):
Sorry everyone for my mistake, i've uploaded an old version (2.0) instead of 2.1, so this version will work
Added ability to scroll song's title
Improved bugreporting process
Version 2.1 (requires Mango):
Changed protocol to decrease server's load. Sorry for inconvenience.
Added switch to change application bar's size
Removed pre-caching ability. Sorry, but it overloads servers.
Version 2.0 (requires Mango):
Significantly improved performance
Added support of the fast app switching
Landscape mode hides status bar and menu, providing more space for lyrics
Redesigned settings page
Fixed few bugs
Rewritten caching, now it uses MSSQL CE instead of the isolated storage
Optimized landscape animation, now it always smooth
Added Russian translation
Version 1.6:
Redesigned settings page
Rewritten ListPicker and ToggleSwitch controls
Fixed search page bug
Redesigned main page's notifications
Decreased application size (~100 KB)
Version 1.5:
Improved performance
Increased stability
Fixed many bugs
Added default text for search fields
Rewritten caching
Added ability to download all lyrics at once (download cache button)
Added lines’ transitions switch
Fixed bug occurring on fast track switching
Version 1.4:
Fixed scrolling regression, sorry
Fixed german localization inaccuracy, thanks again Knochen1981.
Version 1.3:
Fixed german localization mistake, thanks again Knochen1981.
Version 1.2:
Added German translation, thanks to XDA’s member Knochen1981
Fixed many bugs
Improved performance
Added lockscreen switch
Maximum font size depends on phone’s RAM (256 MB-512 MB – 42 pt., 512MB and greater – 56 pt.)
Search dialog supports landscape orientation
Smoother page transitions and orientation changes animations.
Decreased application size
Added support of sending bugreport
Version 1.1:
Fixed crashing if lyrics are not found.
Added search dialog
Fixed few bugs
Decreased application size
Click to expand...
Click to collapse
Waoh! This is a very great app!! Fast, simple, all we need to sing with our favorite songs!
I think that is impossible but is it possible (but that is not a necessary) to have a "shazam option"? Let me just explain what I say:
- You listen to the radio with your Hi-Fi
- Suddenly ^^, you listen a good song but you don't know what is it
- You open Picolyrics and then you click on the "shazam option".That use shazam to find the song and automatically Picolyrics give you the lyrics. That is only to avoid the fact to have to open shazam, remember the song name, search with Picolyrics and then have the lyrics of the song and that is the end of the song, ^^.
I don't know, this is, perhaps, just a crazy idea and sorry for my bad english.
MrSODD said:
Waoh! This is a very great app!! Fast, simple, all we need to sing with our favorite songs!
I think that is impossible but is it possible (but that is not a necessary) to have a "shazam option"? Let me just explain what I say:
- You listen to the radio with your Hi-Fi
- Suddenly ^^, you listen a good song but you don't know what is it
- You open Picolyrics and then you click on the "shazam option".That use shazam to find the song and automatically Picolyrics give you the lyrics. That is only to avoid the fact to have to open shazam, remember the song name, search with Picolyrics and then have the lyrics of the song and that is the end of the song, ^^.
I don't know, this is, perhaps, just a crazy idea and sorry for my bad english.
Click to expand...
Click to collapse
Thanks for your suggestion! Unfortunaly there is no way to launch any application, but generally I can do this using shazam's api, but it's proprietary, so it will be not fair. Mb i'll find another way though.
By the way your english is well
Ok, thank you for the reply. So, I hope you will develop some others applications with the same quality! ;-)
Very nice map, it works as advertised. Couple of requests:
- There should be an option to cancel screen lock when you use the app (unless I missed that)
-I would like to be able to chose a background and font colour. I like the dark theme of the official Twitter app so that sort of blue would be very nice.
Peew971 said:
Very nice map, it works as advertised. Couple of requests:
- There should be an option to cancel screen lock when you use the app (unless I missed that)
-I would like to be able to chose a background and font colour. I like the dark theme of the official Twitter app so that sort of blue would be very nice.
Click to expand...
Click to collapse
Thanks for your bugreport! Screenlock turns off, when music is playing, but looks like i've broke down it
This functionality is almost ready, will be available with the next update (coming soon!).
By the way this huge update will bring many bugfixes, perfomance improvements and !!! lyrics editor, so get ready!
Cool... Any chance for personalising colours for background and font?
Peew971 said:
Cool... Any chance for personalising colours for background and font?
Click to expand...
Click to collapse
Sorry for my english, mb I mistaked (shcool level of english ).
This functionality is almost ready, will be available with the next update (coming soon!).
Click to expand...
Click to collapse
Tried to purchase just now and it's not on markteplace anymore .
Never mind, it's there now
Useless guy said:
Name: PicoLyrics
...
Source: AppsFuze (note: there is an old (and ugly ) icon, appsfuze doesn't update icons)
...
Click to expand...
Click to collapse
You can set Source -> http://www.windowsphoneapplist.com/picolyrics-a1937.html
Now it more adequate, than AppsFuse.
s_v_l said:
You can set Source -> http://www.windowsphoneapplist.com/picolyrics-a1937.html
Now it more adequate, than AppsFuse.
Click to expand...
Click to collapse
Wow, that's great! Thanks
Hi there
Nice App i like it.
But i have several songs wich dont show lyrics.
So my idea was to create the missing lyrics for my collection and upload it.
So my question is on wich database relies the app. is the data base open for everyone, so that i can upload my own lyrics ??
If so which site is it
Thanx in advance
Knochen1981 said:
Hi there
Nice App i like it.
But i have several songs wich dont show lyrics.
So my idea was to create the missing lyrics for my collection and upload it.
So my question is on wich database relies the app. is the data base open for everyone, so that i can upload my own lyrics ??
If so which site is it
Thanx in advance
Click to expand...
Click to collapse
Thanks for your rate! I'm working on lyrics editor, but i have not enough time to do all i want to do yet, sorry.
Please PM me songs without lyircs, i'll add it manually.
Update is done. Just need to add Deutsch language and pass certification (2-4 days).
Useless guy said:
Update is done. Just need to add Deutsch language and pass certification (2-4 days).
Click to expand...
Click to collapse
Amazing cant wait to see the updated Version.
Version 1.2 is on the Marketplace!
Hello,
I love this app and it was the first app that I bought from the marketplace
I just have a couple request:
1. Please add the ability to display synchro-lyrics that are embeded in ID3v2 format please!
2. Option to align text to the left/right. Thanks!
stan2 said:
Hello,
I love this app and it was the first app that I bought from the marketplace
I just have a couple request:
1. Please add the ability to display synchro-lyrics that are embeded in ID3v2 format please!
2. Option to align text to the left/right. Thanks!
Click to expand...
Click to collapse
Thank you!
1)Unfortunally Zune API disallows to get tag and/or raw access. But if Microsoft make it available, i'll implement
2)Ok, i'll add this on the next version!
Do you know if one the the 1500 APIs announced today allows it?
I'd like to add a couple more requests, but first, have you ever used MiniLyrics on the PC?
3. Two lines lyrics display (similar to minilyrics option) with fading out transition.
4. Horizontal lyrics scroll (also similar to minilyrics option).
That's all. I hope you can do it!
Market Place link is here in case you still haven't seen it.
{
"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"
}
thanks dxdy for ms tag
Smart Dialer For WP7
Hi, windows phone 7 does not have a smart dialer so i wrote one. It's very simple and efficent.
I made this application on my spare time(2-3 hours), i'm working on other projects for iphone and android on my company so don't expect miracles.
Also i couldnt find how to open people hub programatically, if anyone can tell me i can make left-bottom button functional.
Right buttons, open sms menu.
Star button is wildcard.
You can search numbers and contact names.
Marketplace Link
If anyone wants to make better picture resources, i can insert them too.
Btw it's mango only...
Video Review
Thanks to the0ne for this video.
Tested On:
HD2 (7720)
Omnia 7 (7720)
HD7 (7720)
Mozart
LG-E900
(Test on your machine and lets add it here )
Version 2.0.0.0(Concept)
*Customizable button sizes, text colors,fonts?
*A secret idea
*Statistics
Version 1.10.0.0
After ten days of marketplace submission
*Fixed crash on call
*Removed location services
*Added View Limit (which will burst performance, try 50-100) scrolling will retrieve remaning data.
Version 1.9.0.0
*Theme for russian language (credits to SergeAv)
*Faster search
*Threaded search is enabled by default now
*Re increased delay duration
*Fixed light theme bug
Version 1.8.0.0
*Fixed resume support and fasten up initialization
*Editable layout margins for theme buttons
*Editable background for phone numbers
*Editable textcolors for phone numbers
*Fixed contact list refresh (and new config value of 3600, if not updated please update to new one)
*Fixed search of 0 and 1 character
*Call history of contact will be deleted if you save
*Fixed default sip popup after call
*Fixed lots of small bugs
Version 1.7.0.0
*Added languages for smart dialer
*Search with special characters of Türkçe,Pусский,Svenska,Deutsch,Magyar,ελληνικά,český,Español,한국의,Polski,Việt
*Speeded up search initialization
*Speed up search
*Automatic theme selection on start based on background
*Fixed error on settings about theme save
*Changed default theme
*Added default sip for telephone, editable via settings.
*Fixed error caused by admob
Code:
[B][U]Version 1.6.0.0[/U][/B]
*Added call history for outgoing calls
*Added new theme from weeelzel
*Fixed contact list disappearing problem after returning from settings
*Added automatic theme updating from web.(configurable)
*Fixed ads to use google library
*Added show/hide button hide functionality
*Added clear history button
*Added save contact to sms button when call history contact is not in contact list
*Changed place of the number text
*Add context menu to delete call history
[B][U]Version 1.5.0.4(On market from this version)[/U][/B]
*Fixed crash on airplane mode
*Fixed light theme character color
*At last it's in marketplace
[B][U]Version 1.5.0.3[/U][/B]
*Fixed obfuscator problem it works now
[B][U]Version 1.5.0.2[/U][/B]
*Better error reporting
*Search result colors name or phone (Color is your theme color)
*Minor performance increase
*Changed position of number and star buttons
*Updated screenshots :D
*Market link is coming(waiting to be approved)
*[B]BTTF guys, tested on my hd2 no problems[/B]
[B][U]Version 1.5.0.1[/U][/B]
*Added more exception control to avatars(i believe this is an memory issue)
[B][U]Version 1.5.0.0[/U][/B]
*Changed application icons
*Increased speed of searching
*Buttons have clearer look now
*Added error reporting (clientside only, not working fully)
*Added automatic update checking (configurable through settings, one per day)
*Fixed some minor bugs about avatar loading
*Added ads to settings page (the won't bother you on main page)
*Settings page divided to groups
*This release uses new theme sizes, please use new sizes.
*Added search on only contacts with phone numbers(this may increase speed on large contact lists, who wants to call a contact without phone number :D)
[B][U]Version 1.4.0.1[/U][/B]
*Added theme from [URL="http://forum.xda-developers.com/member.php?u=2109548"]adiliyo[/URL]
*Added haptic and sound feedback (Configurable from settings)
*Added cell operator to title (removed my nickname)
*xboxmod please fix bluetooth drain
[B][U]Version 1.4.0.0[/U][/B]
*Added Theme support (you can send me themes, look at second post)
****Added two themes (HtcRest, Metro)
****Fixed some glitches on Retro theme
*Added Settings and About pages
****Cache Refresh Duration: This is the duration of the refresh of the contact list cache
****Button Delay Duration: This is the wait duration to make smart search after pressing button
*Version renaming to standarts
*Fixed some minor issue about searching and cache
-Next:Call history and statistics (if i have time :D)
[B][U]Version 1.0.3.1[/U][/B]
*Fixed scroll issue (one of the worker threads not stopping). This will also increase speed a little bit
[B][U]Version 1.0.3.0:[/U][/B]
*Fixed avatar loading
*Added contact cache for faster startup (after install first startup still slow)
*Inserted more dispatchers for type delays
*Searching and viewing is faster now.
*Changed application tile and list icons
Marketplace Link
Update on Theme Guide
DialPad 160x90 (0 to 9.png, number.png, star.png)
Square buttons 100x100 (callhistory.png, del.png)
Call button 264x100 (call.png)
and
Sms 50x50 (people.png)
Do not use this from now
Theme Guide:
DialPad 123x70 (0 to 9.png, number.png, star.png)
Square buttons 70x70 (callhistory.png, del.png)
Call button 184x70 (call.png)
and
Sms 50x50 (people.png)
Sizes and positions on image will give you clue about what is what
thanks AlExAkE for image
Awesome. I have been waiting for something like this.
Couple suggestions:
1. Make the icon a phone, just like the actual Phone tile.
2. Ditch the HTC Android/WM6.5 smartdialer look and adopt the Metro look. The theme just doesn't flow with the rest of the OS.
Works pretty nicely. A bit slow but a good start.
thesecondsfade said:
Awesome. I have been waiting for something like this.
Couple suggestions:
1. Make the icon a phone, just like the actual Phone tile.
2. Ditch the HTC Android/WM6.5 smartdialer look and adopt the Metro look. The theme just doesn't flow with the rest of the OS.
Works pretty nicely. A bit slow but a good start.
Click to expand...
Click to collapse
Added faster version, still slows down sometimes but its good for 30 mins
1. Well it's my first project , if i will fix that
2. I'm not good with images, i added what i found. At first i tried wp7 buttons but i couldnt add two line strings on it like "2->abc". If someone provide me correct images i can put them in
Looks like a great start, one of the items I miss from winmo.. I think if you keep working on this you might have something people are willing to pay for or at the very least might give you some great experiance to do other stuff.
I'm thinking it as free app, i will post another update which will fasten the loading time and search time (like 5x)
Updated new version
I get an error just loading up on an dev unlocked Mango HD7, this with your new version
can you uninstall and install again? it works on my phone 7720 mango, if problem will exist again i will send you a debug build
Stupid question: Does this app work on 7392? I have a HD7 (tmobile) stock.
Thanks in advance! I like the idea of this app! I miss the smart dialer.
This layout is pretty good
Deadknight said:
can you uninstall and install again? it works on my phone 7720 mango, if problem will exist again i will send you a debug build
Click to expand...
Click to collapse
Yep same error after uninstall... reinstall
I will try on my HD2 a little later... has the 7720 version on it as well. However, as you know slightly different
awagner said:
Yep same error after uninstall... reinstall
I will try on my HD2 a little later... has the 7720 version on it as well. However, as you know slightly different
Click to expand...
Click to collapse
HD2 works fine even without the sim card installed. HD7 however, crash and burn
PM me with the details on images (size, type, and stuff) and i'll see what i can whip up that is more in line with the metro design of the stock dialer for you.
javx said:
Stupid question: Does this app work on 7392? I have a HD7 (tmobile) stock.
Thanks in advance! I like the idea of this app! I miss the smart dialer.
Click to expand...
Click to collapse
I'm not sure, documentation says, it will work. Only way to know is testing
Works fine on Omnia 7 (7720).
Deadknight said:
I'm not sure, documentation says, it will work. Only way to know is testing
Click to expand...
Click to collapse
Thanks for the honesty! I'll let you know how it goes when I get it on my HD7. Thanks again for you work bro!
i added theme support and some configuration files, i will update it when adiliyo send me images
Deadknight said:
Smart Dialer For WP7
Also i couldnt find how to open people hub programatically, if anyone can tell me i can make left-bottom button functional.
Click to expand...
Click to collapse
To open contacts, you need to create a chooser object, PhoneNumberChooserTask should solve your purpose.
[EDIT] : Oops. I misunderstood People hub as just contacts. My bad
Updated to newer version
{
"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"
}
SHOW-OFF SCREENSHOTS
Open the spoiler for more-gasm!
ABOUT DARK MATERIAL
To understand why this theme doesn't follow Google's traditional "Material Dark" design with dark teal and/or blue grey, I will briefly explain.
This theme wasn't based on Google's Material Style, but was mainly influenced by the "Tinted Status Bar" mod's results, where it completely made the action bar into one fused item. I really liked this design, which made the system more minimal as it had two layers to look at, rather than 3 (Action Bar Primary, Action Bar Primary Dark (status bar darkened color) and the fragment layer (the interacting area)). The fact that I named this theme "Dark Material" over "Material Dark" was because I wanted to depict a dark, physical metamorphic rock - "slate", and it's color. As the color scheme of this theme is mainly dark (black, grey and white text), I added the word "Dark" in front of my interpretation of "Material" hence the title "Dark Material". Themes that follow Google's Material Dark, should show up as "Material Dark" to ensure consistency (see Google keyboard settings for reference).
This theme is the MOST COMPLETE, MOST THEMED, MOST FREQUENTLY UPDATED (WITH NEW FEATURES AND NOT ONLY BUG FIXES) dark theme out there with over 80 themed apps and a ton of system modifications enhancing the true Google Material spirit. I aim to increase the standards for free themes by providing a solid, workable and easy base theme with little to no bugs. Partnering up with dozens of theme devs out there, I hope that my theme is used as a "phase-theme" - meaning that it isn't meant to be a competitively used theme nor shall I claim that this theme is the best theme out there. I just provide a theme that people can enjoy, and hope that the community would enjoy the ride with me along the way!
NEW THEMES APP
With built-in changelog, wallpaper switcher & theme engine shortcut
Now available on v47 onwards! This does not apply to Dark Material (Donate) as people wanted a cleaner interface without an extra icon.
DARK MATERIAL // COLORS APP (ABANDONED)
An all-in-one theming app that comes with 4 different colors and an extra theme which fits the criteria for Google's Material Dark.
It consists of: Purple (Amethyst), Red (Ferocity), Orange (Flamboyance), Blue (Relaxation) and Google Dark Teal (Stock Google).
The app allows you to install any of those colors, and comes with a built-in uninstall shortcut if you want to try another color!
The app isn't binded by the themes so, once you install the color you want, you can uninstall the app to save precious storage space.
Download links are present in the Downloads section below.
Open the spoiler for more-gasm!
Dark Material Themes Color Chart
VIDEO REVIEWS
Courtesy of @amitkapate and SONY XPERIA.
WHAT IS THEMED
Open the spoiler & prepare your eyes for a feast!
Bare Minimum CM12/CM12.1 Themed Requirements
Framework-res (com.android)
SystemUI (com.android.systemui)
Settings (com.android.settings)
Android System App Support
AOSP Browser (com.android.browser)
AOSP Keyboard (com.android.inputmethod.latinime)
AOSP Messages (com.android.mms)
Bluetooth Transfer (com.android.bluetooth)
Calculator (com.android.calculator2)
Calendar (com.android.calendar)
CellBroadcastReceiver (com.android.cellbroadcastreceiver)
Google Camera (com.android.camera2)
Contacts (com.android.contacts)
Clock (com.android.deskclock)
DocumentsUI (com.android.documentsui)
Gallery (com.android.gallery3d)
Package Installer (com.android.packageinstaller)
Sound Recorder (com.android.soundrecorder)
TeleService (com.android.server.telecom)
Phone (com.android.phone)
ROM Specific App Support
BlissOTA (com.chummy.blissroms.updates)
BlissPapers (com.death2all110.blisspapers)
Device Control (org.namelessrom.devicecontrol)
DU Updater (com.dirtyunicorns.duupdater)
Euphoria Mahdi TouchControl (com.mahdi.touchcontrol)
Euphoria Updater (com.euphoria.ota)
Liquid Updater (com.liquid.updater)
SlimLauncher (com.slim.slimlauncher)
Temasek OTA (com.ota.updates)
Cyanogen App Support
Advanced Settings (com.cyanogenmod.settings.device)
AudioFX (org.cyanogenmod.audiofx)
CyanogenMod Account (com.cyanogenmod.account)
Eleven (com.cyanogenmod.eleven)
File Manager (com.cyanogenmod.filemanager)
LockClock (com.cyanogenmod.lockclock)
Setup Wizard (com.cyanogenmod.setupwizard)
ThemeChooser - CyanogenMod 12/12.1 (org.cyanogenmod.theme.chooser)
ThemeChooser - Cyanogen OS 12 (com.cyngn.theme.chooser)
Trebuchet (com.cyanogenmod.trebuchet)
Updater (com.cyanogenmod.updater)
Google App Support
Android Wear (com.google.android.wearable.app)
Authenticator (com.google.android.apps.authenticator2)
Chrome (com.android.chrome)
Chrome Beta (com.chrome.beta)
Chrome Dev (com.chrome.dev)
Dialer (com.google.android.dialer)
Docs, Sheets, Slides (com.google.android.apps.docs.editors.docs/sheets/slides)
Gmail (com.google.android.gm)
Google Now Launcher (com.google.android.launcher)
Google Search (com.google.android.googlequicksearchbox)
Google Keyboard (com.google.android.inputmethod.latin)
Google+ (com.google.android.apps.plus)
Google Camera (com.google.android.GoogleCamera)
Google News & Weather (com.google.android.apps.genie.geniewidget)
Hangouts (com.google.android.talk)
Inbox (com.google.android.apps.inbox)
Keep (com.google.android.keep)
Messenger (com.google.android.apps.messaging)
Music (com.google.android.music)
Newsstand/Magazines (com.google.android.apps.magazines)
Translate (com.google.android.apps.translate)
Youtube (com.google.android.youtube)
Third Party App Support
A Better Camera Unlocked (com.almalence.opencam_plus)
AlarmSolo (net.maicas.android.alarmsolo)
Apex Launcher (com.anddoes.launcher)
BetterBatteryStats Play (com.asksven.betterbatterystats)
BetterBatteryStats XDA (com.asksven.betterbatterystats_xdaedition)
TricksterMod (com.bigeyes0x0.trickstermod)
Bzzapp Reminders (com.bzzzapp)
Delayed Lock (de.j4velin.delayedlock2.trial)
Dropbox + Dropbox Material (com.dropbox.android)
Ebay (com.ebay.mobile)
Facebook (com.facebook.katana)
Facebook Messenger (com.facebook.orca)
GravityBoxLP (com.ceco.lollipop.gravitybox)
Greenify (com.oasisfeng.greenify)
Instagram (com.instagram.android)
Kernel Adiutor (com.grarak.kerneladiutor)
Liveboot (eu.chainfire.liveboot)
Lightflow (com.rageconsulting.android.lightflow)
MultiROM Manager (com.tassadar.multirommgr)
Nova Launcher + Materinova (com.teslacoilsw.launcher)
MateriNova Launcher (com.teslacoilsw.launcher)
MusixMatch (com.musixmatch.android.lyrify)
OpenCamera (net.sourceforge.opencamera)
Pandora (com.pandora.android)
Pandora Patcher (com.hunterx.pandorapatcher)
Pocket MAL (com.g.pocketmal)
Pushbullet (com.pushbullet.android)
Recently (eu.chainfire.recently)
Reddit Sync (com.laurencedawson.reddit_sync)
SetCPU (com.mhuang.overclocking)
SuperSU (eu.chainfire.supersu)
TexdroiderDPI (com.texdroider.texdroider_dpi)
Threema (ch.threema.app)
Tinfoil for Facebook (com.danvelazco.fbwrapper)
TitaniumBackup (com.keramidas.TitaniumBackup)
TricksterMod (com.bigeyes0x0.trickstermod)
Twitter (com.twitter.android)
Viber (com.viber.voip)
Vindicator OTA (com.mcswainsoftware.vindicator.ota)
Viper4Android (com.vipercn.viper4android_v2)
WhatsApp + WhatsApp Material (com.whatsapp)
WhisperPush (org.whispersystems.whisperpush)
XDA One (com.xda.one)
DOWNLOADS
Themes
View all Chummy Development Team [CDT] themes on the Play Store!
Dark Material [DM]
Dark Material // Akzent [AKZ]
Dark Material // Regression+ [DMR+]
Blacked Out! [BO!]
Blacked Out! // Regression+ [BO!R+]
Sideload APKs (For those without Play Services)
Running a ROM with a Slim Nav Bar Implementation? Set your Nav Buttons Manually
Wallpapers
Third Wallpaper (Courtesy of @electrikjesus) - Full Set Download
Second Wallpaper (Courtesy of @BellaxMiu)
First Wallpaper (Courtesy of @BellaxMiu)
Only use the templates for theming; do not rate according to the templates
APK Template
ZIP Template
Sig Pics
Signature pictures thanks a lot to @BATVIC!
Boot Loops?
I have created a flashable zip for TWRP/CWM that uninstalls ALL of my themes in one swipe. If you're having a boot loop, you must have a custom recovery as a prerequisite to follow this.
I haven't tried this on stock Cyanogen recovery (Cyanogen OS 12/CM nightlies recovery), but it should work if you try using it in Apply Update Zip.
https://www.androidfilehost.com/?fid=24052804347783629
System UI not theming
Flash this file in recovery, courtesy of @dwALX.
If the flashable ZIP file above didn't work for you, follow these instructions to do it manually:
(Courtesy of +Manuel Labrador Vianthi? and +Will Angers for the original find!)
Download and install SQLite Editor from the Play Store (or a free alternative)
Launch SQLite Editor
Scroll down until you see Settings Storage (com.android.provider.settings)
Click on "secure"
Scroll down to (usually the last option) "themeConfig" and click on it
Click on Edit on top
Delete everything inside value
Click Save
Reboot.
OTHER NOTES
If you want to learn how to theme, check out my thread here: Getting started on theming for CM12 Theme Engine [w/Template].
Those who are interested in helping out and have some prior knowledge of how to theme, hit me up on Hangouts: [email protected].
If you do take my template APK and use it as a template, I'd be grateful if you credited me for the base. This is a request, not a demand.
List of people I would like to credit!
@Pneuma1985 - For helping me with a ton of Gapps, being a very good friend and as well as the animated checkboxes and radio buttons on v40 onwards.
@_moelle - For a sh*t ton of moral support, as well as seriously helping with debugging my theme base and calling me an idiot when I make an error.
@markbencze - For helping me with a ton of drawable xml edits and dimens editing.
@electrikjesus - For helping with the AMAZING new wallpapers, which now has become the new ethos of the theme.
@Vivek_Neel - For his awesome guide which brought me back to Lollipop theming after I quit during Gingerbread days.
@ted77usa - For being a good friend, sharing and tossing ideas around to fix drawable issues and base sharing.
@remeic - For his amazing all-in-one theme installer app, editing the source can't be this easy!
@jahirfiquitiva - For his amazing theme dashboard app source, keep up the fantastic work!
@Rickav - For his great dedication to reorganizing my messy OP and my careless mistakes!
Beta Access Google+ Community
XDA:DevDB Information
The Original Dark Material Series, Theme for the Android General
Contributors
nicholaschum, Khizar, fahadali2315, adityaakadynamo
Source Code: http://www.github.com/nicholaschum
Version Information
Status: Stable
Current Stable Version: 159-160
Stable Release Date: 2016-07-05
Created 2015-12-14
Last Updated 2016-07-05
DarkMaterialApp Dashboard
DarkMaterialApp Dashboard
dark material // blacked out (free) comes with a dashboard alongside the theme.
If you would like to take a look at the workings of the app, you can freely do so here:
http://github.com/nicholaschum/DarkMaterialApp
Screenshots
With built-in changelog, wallpaper switcher, theme engine shortcut, theme cache clearer, and many more features!
Changelog:
Code:
v134
- Slim down Blacked Out zip + Update with G+ and SysUI
- Lint: Set abortOnError to false
v130
- Make Help Fragment in Drawer non-selectable
v129
- Add Hide Launcher Icon Feature thanks to @Mazda--
- Implement Arcus into DarkMaterialApp for Blacked Out!
- Implement Android 6.0 permissions grant dialog
v128
- Fix confusing instructions to reboot the phone
- v110
- Revert Layers support for master branch
- Let's get ready to finalize DMA! (Buildable)
- Update strings for themed apps and theme info
- Reorganize credit card from About Team to Contributors & Credits
- Re-add team photos to remove About Team lag completely
- Fix CMTE checker for Regression TextView
- Prepare for Layers support on DarkMaterialApp
- Revert "Maybe add more spacing in the app for the fab on top of the text"
- Add Theme Engine checker for Regression shortcut on Home Activity
- Add a dialog for each option in Layers Boot Animation Installer
- Add a dialog before performing any of the root command fabs
- Add internal Tooleap CatLog Shortcut
- Add support for CyanogenOS App Themer Activities
- Maybe add more spacing in the app for the fab on top of the text
- Fix back button not working throughout app (don't increment max currItem to 2)
- Fix back button not working throughout app
v107
- Add Marshmallow-only strings for welcome card
- Update Help and Restore BootAnimation description
- Refine section text for Layers Boot Animation Installer
- Fix typo in drawer
- Add darkened CM bootanimation for testing
- Add new drawer layout with description and sub headings
- Materialize all card backgrounds that should be ripple-able
- Add help entry for custom boot animation applying
- Fix logic when handling Install/Restore/Backup Boot Animation
- Add root check to prevent crashes on non-rooted devices
- Make fab size in DetailedWallpaper bigger
- Add updated floating action menu instead of 3 buttons on the bottom
- Make drawer account header smaller
- Make the cards on the main screen ripple-able instead of a small button
- Reorganize drawer items
- Add BootAnimation Install and Restore feature to DarkMaterialApp
- Partial revert of previous if/else commit
- Add Cyanogen OS into if/else statement, launch intent directly into COS Themer
- Add shortcut to immediately apply Whicons in Drawer
- Add full changelog feature, split with recent changelog
- Add Icon Pack to drawer (in case of Whicons removal)
- Reorder G+ to be on top instead
- Remove unused card in About fragment
- Add About and Help fragments to DarkMaterialApp
- TESTING: Add Layers support to DarkMaterialApp
- Add What is Themed and FAQ fragments into the app
- Strip slide in/out animations and use fade in/out animations
- Clean up unused code in Credits and Main fragment
- Add icon to About the Team fragment in drawer
- Add testers fragment for beta testers and contributors
- Add new updated cdt team member banner
- Remove debug string from email subject
- Add Layers/CMTE checker for email feedback button
- Add support for theme shortcut launching RRO Layers Manager
- Add @adityaakadynamo into DarkMaterialApp
v100
- Remove dm // colors completely from app
v81
- Change FAB Shortcut directly into ThemeChooser entry
v67
Add extra button for regression link next to rate
Reserved
great to see first theme for cm12 theme engine...
please upload screen shots...
dipeshpatel.1991 said:
great to see first theme for cm12 theme engine...
please upload screen shots...
Click to expand...
Click to collapse
Not really first, check out Material Glass. But this builds on top of that plus more apps themed. However it's still a WIP.
nicholaschum said:
Not really first, check out Material Glass. But this builds on top of that plus more apps themed. However it's still a WIP.
Click to expand...
Click to collapse
it need some more improvements bro..
settings, app drawer isn't dark yet... and in lock screen the dots in patern are invisible... please change color of that...
edit: lockscreen patern was not working for some time... now its perfect...
dipeshpatel.1991 said:
it need some more improvements bro..
settings, app drawer isn't dark yet... and in lock screen the dots in patern are invisible... please change color of that...
Click to expand...
Click to collapse
This is an alpha build. There's not much added into it yet.
nicholaschum said:
This is an alpha build. There's not much added into it yet.
Click to expand...
Click to collapse
i know that this is still in alpha stage, I just share the things which every one wants to be updated in next build...
dipeshpatel.1991 said:
i know that this is still in alpha stage, I just share the things which every one wants to be updated in next build...
Click to expand...
Click to collapse
I see dots on my lockscreen for pattern lock...not sure about your set up...
Great to see you're still theming and didn't decide to call it quits with the release of theme chooser... I tried helping out with the themes(zips) yesterday but you know why I never released... LOL but I'll still try helping if I can..
Transparency of notification in notification makes hard to read it when chrome or other apps are opend with text in background
Failed to install theme on Galaxy Note 2
Hi, I've installed your theme and checked is not possible to send sms (choosen destination, is not possible to type any words). Backing to stock, it works.
If could be helpful...
Is it background must be White?
Barmenchik said:
Is it background must be White?
Click to expand...
Click to collapse
If you read you'll find:
nicholaschum said:
This is an alpha build. There's not much added into it yet.
Click to expand...
Click to collapse
Installs and works on my OnePlus One :good:
installed fine on a note 4!
Spannaa said:
If you read you'll find:
Click to expand...
Click to collapse
I just asked!
Installed on my S5 without problems.:good:
1/17 build looking great on my Nexus 9 running AICP. Looking forward to future builds!
Subscribed, excited to see what comes of this.
Thanks for your work Nick, looking good on Note 4 CM12.
Sent from my SM-N910T using XDA Premium 4 mobile app
Hi, my name is Jorge Ruesga, and I frecuently contribute with open source code like CMFileManager, PhotoPhase and other libraries, as well as contribute to the CyanogenMod project. This time, with the help of my colleague Roberto Grande, we developed an app to control and monitorize the data consumption of the tethering interfaces in Android, so you never will be have a surprise when using your device to share your Mobile data with other devices. The app is a free (and ads free) downloadable app in the Google Play Store with In-App purchase to unlock some cool features.
ABOUT
Data Sharing is a WiFi hotspot and tethering management and control app. No more surprises while sharing your mobile data and exhausting it without realizing about it. Share knowing your mobile data consumption and avoid spent more than you want by define your desired limits.
FEATURES
The app have a set of cool features for free.
* Start/stop the shared data service for WiFi hotspot and Bluetooth tethering interfaces.
* Manage the time and data usage for WiFi hotspot and Bluetooth and USB tethering interfaces.
* Set the data usage and time limits by session, day and monthly cycle.
* Show connected devices or those have been connected ever, and allow to modified its displayed name and hide them from the list.
* Check activity by device.
* Daily data usage chart, with detailed information about every tethering event and per-hour stats.
* A widget to control all the tethering interfaces.
Click to expand...
Click to collapse
The In-App purchase will unlock the next set of features.
* Automatically stop shared data connection when one or both of the configurable limits were exceeded.
* Notify when one or both of the fixed limits are exceeded.
* Automatically stop shared data connection after a configurable inactivity time.
Click to expand...
Click to collapse
VIDEO
SCREENSHOTS
{
"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"
}
LINKS
The app is downloadable from the Play Store at https://play.google.com/store/apps/details?id=com.awake.datasharing.
To celebrate that Data Sharing was published in the Play Store, we gave away 50 promotional codes that you can grab from here (but you should be fast as hell to get yours ).
HELP
This app doesn't required root access, but it takes advantage of rooted devices to directly control the usb interface, not allowed without elevated privileges. In any other case it fallbacks to display you the system tethering settings activity.
We started this thread to provide you a way to report bugs, request features, obtain help and discuss about the app, so we are willing to hear your thoughts about the app.
XDA:DevDB Information
DataSharing, App for all devices (see above for details)
Contributors
jruesga
Version Information
Status: Stable
Current Stable Version: 2.2.3
Stable Release Date: 2018-02-03
Created 2016-03-05
Last Updated 2018-02-03
Arg, looks all the code have been used
Thanks anyway
Seems that the our initial 50 promo codes are now exhausted. Here are few more free promo codes
YSFMK9QHVZ34UN8CU2F6QR4
3P0Z7YFV8SMNYMUNNDD4VHR
LVG78B9GL06RNZHBGPD94U5
F616HCZ0PUUVWBMUA6J79JW
AX0ZNG53J1QBKPLX0ZG9S4A
KZH9PNVFJXQJVAW23UFRTAR
As I said via PM the codes seem invalid
But well I tried the free version which is btw very nice as it is and it works like a charm.
Would it be possible by long pressing the on/off button to shut down tethering for all type of connections ? Right now you have to shut them down individually (tbh, i only connect via wifi, but who knows).
Also i saw a Dark Mode so i was very pleased, ... just to see that the dark mode is only for the widget . Do you plan to add also a dark mode for the app itself ?
Thanks again
Namoi said:
As I said via PM the codes seem invalid
But well I tried the free version which is btw very nice as it is and it works like a charm.
Would it be possible by long pressing the on/off button to shut down tethering for all type of connections ? Right now you have to shut them down individually (tbh, i only connect via wifi, but who knows).
Also i saw a Dark Mode so i was very pleased, ... just to see that the dark mode is only for the widget . Do you plan to add also a dark mode for the app itself ?
Thanks again
Click to expand...
Click to collapse
@Namoi, all seems fine with that codes. I just finish to redeem F616HCZ0PUUVWBMUA6J79JW code into the app, and all the pro funtionality was activated succesfully. Not sure what was wrong with your attempts of redeem the promo codes
Your proposal are a really good ones (long press and black theme). We'll really considere it for the next release. Thx so much for your comment.
jruesga said:
@Namoi, all seems fine with that codes. I just finish to redeem F616HCZ0PUUVWBMUA6J79JW code into the app, and all the pro funtionality was activated succesfully. Not sure what was wrong with your attempts of redeem the promo codes
Your proposal are a really good ones (long press and black theme). We'll really considere it for the next release. Thx so much for your comment.
Click to expand...
Click to collapse
Well, it must be perhaps my old "dark" modded playstore app ...
Another idea I had after a some tests (and because my tethering device went to sleep) , but not sure if this one would be easy or at least without root : when the providing device is set to disconnect wifi when screen is off (and when going to sleep) the tethering is broken. So would it be possible to break the rule when tethering is enable (I don't know if the two are bound : wifi and wifi tethering), but it would be great to save battery on the providing device.
Thanks again
PS: LOL it was : i went to my Galaxy Tab and go direct to redeem and entred the code : it says my device was incompatible, well OK , but it updated my GS2 to PRO.
Thanks
Namoi said:
Well, it must be perhaps my old "dark" modded playstore app ...
Another idea I had after a some tests (and because my tethering device went to sleep) , but not sure if this one would be easy or at least without root : when the providing device is set to disconnect wifi when screen is off (and when going to sleep) the tethering is broken. So would it be possible to break the rule when tethering is enable (I don't know if the two are bound : wifi and wifi tethering), but it would be great to save battery on the providing device.
Thanks again
Click to expand...
Click to collapse
A really interesting idea. I need to check the aosp code to see if it could be done for a non-system app (or even via root access).
jruesga said:
A really interesting idea. I need to check the aosp code to see if it could be done for a non-system app (or even via root access).
Click to expand...
Click to collapse
It would really be great I think as it is kind of problematic mostly on old device with weak battery. I am sure it would be possible using tasker but well not really straightforward (I also remember a guy here who designed an app to control wifi behavior - root was mandatory (if i remember well) -, will try to dig my subscription) ... and if a black theme is conceivable ? please, ... pretty please
Thanks again
PS : found it
http://forum.xda-developers.com/showthread.php?t=1801284
Hello
thank you super apk
get the pro version , free with the code
R8B529Z98EBA06SP9L4DN1K
the dark theme does not work ! :crying:
It is for widget only, but I didn't try it so maybe it doesn't work. If you mean the app...well I cried for it already
Sent from my GT-I9100 using Tapatalk
We are trying to implement all this suggestions, as well to fix some bug fixes for the next release, but we need some time (a week or two) before we can release the next version.
Vesion 1.2.1 is rolling out in this moment (so it will be available in a few hours), with new funtionalities and a various bug and stability fixes. This is the full changelog:
- NEW: Add tap stats wheel view to go to activity stats
- NEW: Added button to stop all active interfaces at once
- NEW: Added an option to bypass current Wi-Fi sleep policy
- NEW: Added an option to determine the stop behaviour for day and cycle periods
- NEW: Advise users when its devices require Wi-Fi AP provisioning
- NEW: Dark theme for app
- NEW: Allow widget to be resized horizontally
- Other bug fixes and improvements
Enjoy it and share with us your thoughts, feature request and bugs.
@Namoi @pendor24 this is how it looks the dark theme. Hope it's enough dark for you guys. We want to respect a bit of the material design and colors of our original design
hellos
super thank you for this great job :bien:
Thanks,
Didn't had time to test the new features but it seem perfect
It is just the "dark theme" which IMHO should be, well, a little more dark : dark background (charcoal) and light text. I don't think it would clash with Material Guidelines, mostly with incoming N and the return of the black theme, but it is you to decide of course.
Will report ASAP about the wifi overriding policies.
Thanks again
Data Sharing 1.2.2
Vesion 1.2.2 is rolling out in this moment. It contains some bug fixes and updated string tranlations.
*Data Sharing 1.2.5*
It's currently rolling out in the PlayStore. This is the full changelog:
- Improved some visual and animations
- Fixes various PlayStore's reported crashes
- Added support for Android N (API 24)
- Updated dependencies
Version 2.0.1
* [Feature] Support for Android 7.1
* [Feature] Allow to export statistics to csv
* [Feature] Allow to backup/restore the internal database
* [Feature] New user preference for notification sound on connection device
* [Feature] New user preference to choose to display client devices between name or ip
* [Feature] Display client ip on lists
* [Feature] Swipe up wheel circle to show a list of last sessions
* [Feature] New tablet/landscape layout
* [Feature] New cold start splash screen
* [Feature] Added a cling/wizard to explain main dashboard features
* [Bug] Fixed several bugs and crashes reported in the Play Store
Version 2.0.3
* [Bug] Fixed tethering support in Android 7.0+
* [Bug] Fixed a few bugs and crashes reported in the Play Store
It seems that all the promo codes are exhausted.Do not try again.
I tried it and It's great.I have a suggestion.Can you do a "VPN connection" function?Let others use hotspots through my phone's VPN.
Like this app.Others get the VPN IP address instead of my phone's.
htt p://i.imgur.com/spUdY41.png
Please delete the spaces in the link. Sorry I can not post links.