[APP][NFC] Badge NFC: use your phone as clock in/out card - Android Apps and Games

Hello, for those interested I posted on the Play Store a new application to use the NFC chip in an original way: Badge NFC
It 'a simple application that allows you to use an NFC sticker/tag as clock in/out. Place the tag where you want and whenever you touch the tag with your phone the app keeps track alternately of in/out actions, saving them in a database that can be exported to Excel
Play Store Link
BadgeNFC for Android - Home
With PRO key ( € 0.99) you can save your in/out actions on an online database and share them with a group of people ... for example, a small gym managed by a group of friends could put a preconfigured sticker and record to the online database all the clock in/out actions ... of course everyone has to have an Android phone with NFC chip ... but I guess you do not associate with Apple boys ... :laugh:
For example, I'm using this app at my office: I placed an NFC stick near my company clock-in machine so I can compare my in/out actions with those registered from my company ...
I accept suggestions and / or criticism ... I'm not a developer by profession, only in my spare time ...
Matteo
EDIT: Version 3.0 is out: now with new method to register actions; this method allow you to enter custom name, custom action and custom fields using a specific Uri/Url; let's say you are a baseball coach; you can assign to each of your user a custom NFC tag with his name, his category (using action parameter) and some other attribute (using custom_field parameter):
badge://nfc?name=my_name&action=my_action&custom_field=my_field
where bold strings can be edited by you to insert the values you want.
{
"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"
}

Just what i need downloading now
Sent from my PadFone 2 using xda premium

allram said:
Just what i need downloading now
Sent from my PadFone 2 using xda premium
Click to expand...
Click to collapse
Well! Please remember to follow help page in order to correctly setup your NFC tag ...
Sent from my Galaxy Nexus using Tapatalk 2

Great app and really original idea, but might I recommend themeing it holo? The design looks very awkward with stock Android. If you need mock-up/graphic help email me: [email protected]

AlexWekell said:
Great app and really original idea, but might I recommend themeing it holo? The design looks very awkward with stock Android. If you need mock-up/graphic help email me: [email protected]
Click to expand...
Click to collapse
The app is a great and clever idea. Maybe with the help of Alex you could theme it to holo so it could look great too.

AlexWekell said:
Click to expand...
Click to collapse
Wow! Really nice! I suppose you did your mock-up using some photoshop like software... do you know how to do it Android side?
I have never had time to look at Holo theming tutorial... may be I'll check it...
How do you think I could manage the list, options and help forms? With a swipe gesture?
Thanks for your time!

I have no idea, I only do graphics and am horrible at programming, but this might help:
http://developer.appcelerator.com/question/130719/how-do-you-build-your-app-with-holo-theme
Sent from my Nexus 4 using xda premium
Edit:
also: http://developer.android.com/guide/topics/ui/themes.html

AlexWekell said:
I have no idea, I only do graphics and am horrible at programming, but this might help:
http://developer.appcelerator.com/question/130719/how-do-you-build-your-app-with-holo-theme
Sent from my Nexus 4 using xda premium
Edit:
also: http://developer.android.com/guide/topics/ui/themes.html
Click to expand...
Click to collapse
OK thanks, if I need some graphics help I'll ask you!
Sent from my Galaxy Nexus using Tapatalk 2

As a suggestion,
Maybe all GPS doesn't work indoor, so if you can to make the app to locate itself with the cell id would be fantastic.

... working on holo style mockup!
Not as easy as I hoped but I think I could figure it up in a few weeks
Sent from my Galaxy Nexus using Tapatalk 2

Nice app, I purchased the pro version to support. I had something almost like this set up with NFC Tasker and the Tasker app where I would "clock in" with my phone, then when I "clocked-out", an event would be sent to my Google calendar. I like the idea of having transfer via excel spreadsheet though.

This is a very interesting application. It helps me through what I need it for and the NFC support is really seemless. I think this kind of NFC support would be an awesome addition to my app which I'm currently improving, check it out!!! http://forum.xda-developers.com/showthread.php?t=2089865
Sent from my Nexus 4 using xda app-developers app

What an interesting idea.

saredev said:
This is a very interesting application. It helps me through what I need it for and the NFC support is really seemless. I think this kind of NFC support would be an awesome addition to my app which I'm currently improving, check it out!!! http://forum.xda-developers.com/showthread.php?t=2089865
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Your app is interesting ... how do you think to interact with NFC tags? Maybe do you want to switch on/off your "auto replay mode"? The way how my app works is very simple: trough NFC tag you launch any activity belonging to your application so you can control every aspect of your app ... easy and smart!
Inviato dal mio GT-P6810 con Tapatalk 2

Yea, so your app can be used in conjunction with mine!
Sent from my Nexus 4 using xda app-developers app

saredev said:
Yea, so your app can be used in conjunction with mine!
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
mmm... frankly I don't know how you can use your app in conjunction with mine ... I only can suggest you to implement in your app a dedicated activity that can be launched from NFC task launcher ... As I did in my app ...
Sent from my Galaxy Nexus using Tapatalk 2

R: [APP][NFC] Badge NFC: use your phone as clock in/out card
Version 2.0 is out! Updated OP with some screenshot
Sent from my GT-P6810 using Tapatalk HD

Version 3.0 is out: now with new method to register actions; this method allow you to enter custom name, custom action and custom fields using a specific Uri/Url; let's say you are a baseball coach; you can assign to each of your user a custom NFC tag with his name, his category (using action parameter) and some other attribute (using custom_field parameter):
badge://nfc?name=my_name&action=my_action&custom_field=my_field
where bold strings can be edited by you to insert the values you want...

R: [APP][NFC] Badge NFC: use your phone as clock in/out card
A lot of improvements/new features since first build. Check it out!
I'm thinking to introduce a synchronization of registered actions with a Google Spreadsheet ... Is someone interested?
Sent from my Galaxy Nexus using Tapatalk 2

Related

[APP][4.2] Multiple users feature enabler

Hey!
We have heard a lot about Google's multiple user feature, and we were so excited about it in 4.2. But we felt disappointed when Google limited the use of the future to Tablets. So here is my app!
You'll be able top enable the feature on any 4.2 mobile running Aosp, cm10.1 or Aokp!
Play store link: https://play.google.com/store/apps/details?id=org.sferadev.multipleuser
Github: https://github.com/SferaDev/4.2MultiuserEnabler
Disclaimer: Please use the app in your own risk! No thermonuclear war supported! Remember the feature it's not officially supported by Google for phones (I dunno why) so I'll help you with any problem but don't expect miracles. Also I'll continue understanding how the feature changes between tablets and phones to give an excellent work. Also I refer to Third Party App called User management, Please for bugs refer to the creator.
See you!
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"
}
Reserved 2
Sent from my GT-I9000 using Tapatalk 2
Uploaded to github! The app it's now open source!
Sent from my GT-I9000 using Tapatalk 2
SferaDev said:
Uploaded to github! The app it's now open source!
Sent from my GT-I9000 using Tapatalk 2
Click to expand...
Click to collapse
Hi, after every reboot I lost all my users and I have to reactivate them through your app. Moreover I cant switch between them in the lockscreen.
Nexus 4 with 4.2.2 rooted ofc.
Any ideas?
RomanosN said:
Hi, after every reboot I lost all my users and I have to reactivate them through your app. Moreover I cant switch between them in the lockscreen.
Nexus 4 with 4.2.2 rooted ofc.
Any ideas?
Click to expand...
Click to collapse
Remember it's not supported by Google, anyway I'll continue going forth!
Sent from my GT-I9000 using Tapatalk 2
SferaDev said:
Remember it's not supported by Google, anyway I'll continue going forth!
Sent from my GT-I9000 using Tapatalk 2
Click to expand...
Click to collapse
Yeah I knew that, I thought there was a problem with app itself on my Nexus thats why I asked. Thanks for the fast reply :good:
RomanosN said:
Yeah I knew that, I thought there was a problem with app itself on my Nexus thats why I asked. Thanks for the fast reply :good:
Click to expand...
Click to collapse
You're welcomed! Tapatalk enables me to be near of my users!
Sent from my GT-I9000 using Tapatalk 2
New version uploaded!
About improved and also Referral to Multi-User App Share
See you!
Merged patch #1. New version will come in a few hours!
Sent from my GT-I9000 using Tapatalk 2
Maybe it's bcoz Nokia have the patent for "Multiple Users in a Mobile Phone". :laugh:
Narciso Neto said:
Maybe it's bcoz Nokia have the patent for "Multiple Users in a Mobile Phone". :laugh:
Click to expand...
Click to collapse
Maybe...
Sent from my GT-I9000 using Tapatalk 2
Nice app, definitely makes it easier to enable multi-user support for people who are wary of messing around with system files.
Just thought I'd add that my app, AppShare, is a nice alternative to multi-user app share and has both phone and tablet optimised layouts.
I discovered that the Multiple User Enabler works best, before any gApps are installed. Would you mind providing a direct download link for the APK so this can be achieved more easily? Thanks in advance.
Adding fw.max_users to build.prop
Hello,
I just wanted to report that I had to add the fw.max_users variable to the build.prop file of my tablet in order to be able to reboot without seeing my other account created disappear.
(also I had to rename Provision.apk because 1st run of created user
You may download build.prop editor app to modify your build.prop (click add button).
Thanks,
awesome app!!!
Is possible to add a switch profile based on lockscreen pattern??
I try to explain better:
My device is shared. I already set-up multi-user profiles for each of us:
1-Family mode
2-My mode
example: "pattern1" triggers My mode while entering "pattern2" triggers Family mode
So I will have certain apps automatically blocked when in family mode (hides some applications, sms, calls, and/or maybe starts a blacklist?)
but unlocked in My mode
Is there a way to do this? or is there an app/hack that can closely do some of it?
thank you
Will this work on Android 4.3?
MaKTaiL said:
Will this work on Android 4.3?
Click to expand...
Click to collapse
I haven't tried it yet but it should work!
Sent by the force with my CM10.1 device!
SferaDev said:
I haven't tried it yet but it should work!
Sent by the force with my CM10.1 device!
Click to expand...
Click to collapse
Hi there,
I have a rooted galaxy i9500 S4 (4.2.2) and unfortunately your app doesn't work. I clicked "Enable the Feature" and the created a new account in User Management app but it does not show the new account created! I also can't find the user management in the phone setting... any idea how to overcome this?
Thanks.
the.coolest said:
Hi there,
I have a rooted galaxy i9500 S4 and unfortunately your app doesn't work. I clicked "Enable the Feature" and the created a new account in User Management app but it does not show the new account created! I also can't find the user management in the phone setting... any idea how to overcome this?
Thanks.
Click to expand...
Click to collapse
Reboot and search for the menu in settings... Strange...
Sent by the force with my CM10.1 device!

[APP][2.3+]GrooveMobile - Free music for Android

I am not related to Grooveshark™ in any way!
Now with new design
GrooveMobile for Android is a app developed by Scilor and Me (aka EndLessMind)
GrooveMobile lets you listen to music from grooveshark for free.
It has features like:
-Eq
-Google ChromeCast support
-Visualizer (high performans thanks to Open GL ES)
-Offline mode
-Lockscreen player
-Stream with low bitrate
-Search for keyword, artist or album
-Get playlists from GrooveShark account
-Clean design
-Beta-mode for developers
-Media buttons (i.e on BT headset)
-Queue
-Grooveshark Radio
-Multilanguage (Currently just English and Swedish, more langugages will be added in future updates)
and more
The app requires Android 2.3.3 and newer
Here is some 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"
}
Download
Download from Play Store
Contact
You can like us in facebook to get the lastes info about updates and to report problems directly to us
https://www.facebook.com/GrooveMobile
Enjoy your free music!
Nice, works great. UI could do with some improvement though
Sent from my Nexus 4 using Tapatalk 4 Beta
Great to see Scilor's at it again! Agree about the UI, could use some clean up work, and you might want to resize the pictures. At > 500kb each, they're a bit big to load on mobile.
polobunny said:
Great to see Scilor's at it again! Agree about the UI, could use some clean up work, and you might want to resize the pictures. At > 500kb each, they're a bit big to load on mobile.
Click to expand...
Click to collapse
Just took some printscreens on my ZX and uploaded them. Sorry about that ^^
Did have any problem loading the page on my XZ, but then i realized that it got LTE
Also, Scilor's just maintains the core while I'm the one who writes the app, maintain and update it.
Almost all servers that the app uses, is at my apartment
esskayy said:
Nice, works great. UI could do with some improvement though
Sent from my Nexus 4 using Tapatalk 4 Beta
Click to expand...
Click to collapse
Glad you like it. I'm actually working on a new design right now
Nolimited said:
Glad you like it
I'm accutally working on a better design for the UI right now
Click to expand...
Click to collapse
Awesome, I hope it's Holo. Can't go wrong with Holo!
Sent from my Nexus 4 using Tapatalk 4 Beta
esskayy said:
Awesome, I hope it's Holo. Can't go wrong with Holo!
Sent from my Nexus 4 using Tapatalk 4 Beta
Click to expand...
Click to collapse
All i can say at this point is that it's getting a real clean design and that KillEmAllx is helping me with it
Edit: Images has be resized
Will there be the possibility to listen to broadcasts?
Outstanding!
Dude, I love it! thanks for this.
ccab said:
Will there be the possibility to listen to broadcasts?
Click to expand...
Click to collapse
Do you mean radio?
If so, then not yet
Great music app been looking for one like this.
Sent from my Nexus 4 using xda premium
Thanks a lot for great app.
i see "activate beta" under setting tab. how can i get beta key for activate?
feroxxx said:
Thanks a lot for great app.
i see "activate beta" under setting tab. how can i get beta key for activate?
Click to expand...
Click to collapse
Hi. Send me a private message
Search works, but can't get the songs to play. Do you need to activate something?
Also there is a login, but no way to register, that's blacked out. Guess this is because of beta status. Exit also does not work
Sent from my Galaxy Nexus using xda premium
melp57 said:
Search works, but can't get the songs to play. Do you need to activate something?
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Scilor has hade some server-problems, try creating a playlist and storage if offline
Nolimited said:
Scilor has hade some server-problems, try creating a playlist and storage if offline
Click to expand...
Click to collapse
Not sure what you are saying. It won't let you create a playlist without having a login. But it won't let you get one.
Sent from my Galaxy Nexus using xda premium
melp57 said:
Not sure what you are saying. It won't let you create a playlist without having a login. But it won't let you get one.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
You can search and then log-press on songs to get a menu that allows you to do stuff like create a playlists.
About logging in, you probably just entered the wrong username or password. We currently don't have any way to
check if the username and password is correct (we don't get any response from Groovesharks servers) so we'll just
have to assume that the login was successful
Nolimited said:
You can search and then log-press on songs to get a menu that allows you to do stuff like create a playlists.
About logging in, you probably just entered the wrong username or password. We currently don't have any way to
check if the username and password is correct (we don't get any response from Groovesharks servers) so we'll just
have to assume that the login was successful
Click to expand...
Click to collapse
Got it thanks for reply.
Sent from my Galaxy Nexus using xda premium
melp57 said:
Got it thanks for reply.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
No problem
There is still beta-keys left if there is someone that would like to be a beta-tester
Only requirement is that you know how to debug and can send me a logcat if you get any crashes
Feature request:
Dev please add play/pause, next and previus button on notification drawer.
Like This

[APP][ROOT][4.0+] Adjustable Torch

Adjustable Torch is an application that allows you to use the torch at different brightness levels.
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"
}
Compatibility:
Tested on the Galaxy S4 (GT-I9500), will work on all devices with either of these files /sys/class/camera/flash/rear_flash or /sys/class/camera/rear/rear_flash
Installing and running the app will tell you if the app is compatible.
Reported working on:
Samsung Galaxy S4 (GT-I9500, GT-I9505, SGH-l337, SCH-I545)
Samsung Galaxy Note 2 (GT-N7100, SGH-I317)
Samsung Galaxy SIII (GT-I9300)
Source:
The app is open source, and licensed under GPLv3: https://github.com/MohammadAG/android-AdjustableTorch
WARNING:
Using the flash at maximum brightness may cause damage to the flash. The developer of this application is not responsible for any damage caused to your device due to prolonged usage of the flash at a high brightness.
Permissions:
I request and use the following permissions:
Internet: used for ads, ads can be disabled in Action Menu.
Superuser: obviously needed to write to sysfs.
Receive boot complete: needed to reset app settings at startup. A reboot would turn off the flashlight so this is needed.
If your privacy app is picking up location as a used permission, please report a bug against it, again, I DO NOT use location.
Download:
Get it from the Play Store!
If you can't access the Play Store, here's an exact copy of the APK on the store, please use the store if possible, thanks! http://mohammadag.xceleo.org/public/Android/AdjustableTorch_1.6.apk
Changelog:
[1.6]
Added homescreen/lockscreen widget.
Fixed wrong values on devices with inverted values when using notification buttons.
[1.5]
Fixed regression due to changes in code.
[1.4]
Added "Invert values" option to fix the weird values on the Galaxy SIII.
[1.3]
Fix possible crash at startup for unrooted users.
Fixed notification read incorrect value when adjusting using +/- buttons
[1.2]
Added notification actions.
Moved notification handling to Service, which is faster.
Added uses-feature android.hardware.camera.flash to reduce Play Store supported devices.
[1.1]
Support more devices (/sys/class/camera/rear/rear_flash)
Turning off flash from notification would cause the app to close when launched from recents list, fixed.
Support development:
If you found this app useful, consider donating with PayPal.
Great app! Very bright if needed and not so bright when less light is required.
Sent from my GT-I9505 using xda premium
Works fine on an i9505 with the latest Google edition software. Thanks for this app
Sent from my GT-I9505G using Tapatalk 4 Beta
Half works on my I9300 but the brightness doesn't coincide with the slider.
For example if I tap it to "full" it's off again and no matter where I tap along the line it goes brighter or dimmer as it pleases
Otherwise, brilliant app! Been liking for exactly this for months!!
Looking forward to updated versions
Swyped from my Galaxy S3 using Tapatalk 4
Tried on my galaxy Ace II I8160. The led brightness goes from 0 to five and then continues from 1 to 5 while moving the slider from left to right and right to left
Sent from my GT-I8160 using xda app-developers app
I guess I'll have to add a settings option to set the maximum brightness, for the S4 it was 15, anything more than that and it the brightness stays the same.
Permissions question
Thanks for the app.
Can you please explain the need for some of the permissions?
Using Xprivacy, I can see that it requires Location, Network, Phone, Storage and other permissions I would normally not associate with an app like this.
Thank you.
defiant_nx74205 said:
Thanks for the app.
Can you please explain the need for some of the permissions?
Using Xprivacy, I can see that it requires Location, Network, Phone, Storage and other permissions I would normally not associate with an app like this.
Thank you.
Click to expand...
Click to collapse
I explain the permissions used in the Play Store description.
I don't request permissions for Location or Storage, it might be AdMob or writing to my own app's preferences.
If you still don't trust that, it's open source
Sent from my GT-I9500 using xda app-developers app
Amazing app. It works on my international S3.
Enviado de meu GT-I9300 usando Tapatalk 4
Can you add a small widget with vibrations when we put on/off the light ?
MohammadAG said:
I explain the permissions used in the Play Store description.
I don't request permissions for Location or Storage, it might be AdMob or writing to my own app's preferences.
If you still don't trust that, it's open source
Sent from my GT-I9500 using xda app-developers app
Click to expand...
Click to collapse
Shukran.
Moz007 said:
Can you add a small widget with vibrations when we put on/off the light ?
Click to expand...
Click to collapse
I'll see about it, haven't worked with widgets before so it'll take time.
defiant_nx74205 said:
Shukran.
Click to expand...
Click to collapse
One more thing, I use XPrivacy too, and it didn't pick the app up as using location, not sure where you got that from.
In any case, added permissions to OP.
MohammadAG said:
I'll see about it, haven't worked with widgets before so it'll take time.
One more thing, I use XPrivacy too, and it didn't pick the app up as using location, not sure where you got that from.
In any case, added permissions to OP.
Click to expand...
Click to collapse
Here's your app next to Google Authenticator.
Hope this helps.
defiant_nx74205 said:
Here's your app next to Google Authenticator.
Hope this helps.
Click to expand...
Click to collapse
Which XPrivacy version is this? As you can see, the green key icon is missing, which means I don't have permissions for location.
Can you tap the arrow on location? I want to see the methods used.
Edit: here's a screenshot of XPrivacy on my device.
Sent from my GT-I9500 using Tapatalk 4
Works on galaxy s4 i337 at&t version
Thanks
Sent from my GALAXY S4-I337 using xda premium
Where do I get this app from???
Sent from my GT-I9500 using Tapatalk 4
Be careful!
When using this app AND in addition turning the light on with another app, the maximus light will be increased! It seems to me that the values of light will be summed up! So when using only 20 percent of full light, it will be increased up to 120 percent when turning the light on with another app. That is very dangerous!
Another problem for me: The flashlight seems not to be off @0 percent. In an absolute dark room I can see a little glow. Seems to me that the flashlight is not fully turned off at 0 percent.
I hope, someone can confirm my experience and that this little bugs can be solved
This developer needs a double thanks.
EDIT:That file doesn't exist on my phone
Sent from my GT-I9100 using Tapatalk 4 Beta
defiant_nx74205 said:
Thanks for the app.
Can you please explain the need for some of the permissions?
Using Xprivacy, I can see that it requires Location, Network, Phone, Storage and other permissions I would normally not associate with an app like this.
Thank you.
Click to expand...
Click to collapse
Yeah isn't that why you have Xprivacy installed? To associated with "apps like these"?
Working on my Verizon SCH-I545 Developers Edition (S4)! Thanks!
Sent from my SCH-I545 using Tapatalk 4

[APP] 9 Cards Home Launcher v1.1.6

9 Cards Home Launcher v1.1.6
​
Requires:Android: 4.0 and up
{
"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"
}
Overview:
9 Cards is a highly customizable Home Launcher created to enhance your Android experience.
It does so through a unique hierarchical interface which intelligently activates app categories taking into account your daily routine and places visited.
The more you use 9 Cards, the better it is at identifying your usage patterns improving how your apps are organized. 9 Cards can anticipate which apps you’re more likely to want to use at home, work, or during your commute. 9 Cards will also provide accurate recommendations based on your usage patterns.
9 Cards is made exclusively for Android.
Key Features
★ Organize your Apps
9 Cards does the bulk of the work for you, organizing your apps into collections. Get quick and easy access to the apps you need most. You no longer need to waste precious time looking for that app.
★ Adapts to your day
Mobile usage changes depending on the time of day or where you are. Using different apps at work, home, when you are relaxing at night etc.. 9 Cards adapts with you and launches the apps you want, when you want them.
★ Discover new Apps
How many times have you been asked … “Hey, what are the apps that you use for photography?” With 9 Cards you can share and discover app collections created by the community. Your favorite games, the best apps of 2014, etc.. Become an expert or follow someone that is!
★ Non intrusive
9 Cards acts as an overlay launcher that can coexist with your existing launcher providing an extra layer of organization. Simply trigger 9 Cards by sliding up from the bottom of your screen or with a slide gesture that can be customized to appear from anywhere in your home screen
★ Customize
Customize and make 9 Cards your own and share it with the community. You can discover new themes, modify someone else’s, or create your own.
DOWNLOAD:
Mod Edit: The latest version (1.1.14) can be downloaded from here: https://play.google.com/store/apps/details?id=com.fortysevendeg.ninecardslauncher
VIRUS SCAN
https://www.virustotal.com/en/url/274b18e83a3b2b1db2350782fdb36e225aa3d656f350d26269233ac115c82f67/analysis/1399227660/
Happy Downloading And Please Dont Forget To Hit Thanks :good::laugh:
Decryption code?
Nothing there
Sent from my HTCONE using Tapatalk
for sure there is needed a code,look at my screencapture.
You have used virus scan in a "adf ly" link? If you want to say "this is secure" post a virus scan without "adf ly" mask
But launcher look very good, excited to try this!
It looks like this user is merely posting the beta app that's available to members of the 9 Cards Power Users G+ community. Probably not a good idea to post it here like this. If anyone wants it, they'll have to join and then get the app and code there. That, or download the app from the store.
Has just made it's debut on Play store. Download from there.
Sent from my XT1033 using XDA Free mobile app
Sorry will update link guys
Sent from my GT-I9300 using XDA Premium 4 mobile app
Updated link and virus scan !
I have updated the link it is in the op and the virus scan
-CALIBAN666- said:
for sure there is needed a code,look at my screencapture.
Click to expand...
Click to collapse
the download link and virus scan link has been uploaded sorry guys ! and shame on you for thinking id come to the best forum in the world to give you guys viruses
I like it except I can't deal with this new trend of launchers adding "recommendations" all over the place, basically trying to trick me into clicking them. That's called spam and I'm not having it on my launcher. Plus, i can't have a dating app sitting in my app tray, pretending its installed and waiting to be seen by my bf. Love the launcher, but uninstalled.
Sent from my Nexus 5 using Tapatalk
looks good, will try soon
nolageek said:
I like it except I can't deal with this new trend of launchers adding "recommendations" all over the place, basically trying to trick me into clicking them. That's called spam and I'm not having it on my launcher. Plus, i can't have a dating app sitting in my app tray, pretending its installed and waiting to be seen by my bf. Love the launcher, but uninstalled.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
I am sorry that you dont like this specific launcher I will mod it and remove the ads & unescasary files see you guys soon
Sent from my GT-I9300 using XDA Premium 4 mobile app
madportugal said:
I am sorry that you dont like this specific launcher I will mod it and remove the ads & unescasary files see you guys soon
Click to expand...
Click to collapse
I would like that - or make the 'recommendations' optional. This is the third launcher I've seen lately that have had these random apps show up in in places and it just strikes me as spammy and almost deceiving. I don't mind paying a buck or two to have them removed either, especially when the launcher is a cool as this one.
Dont worry I shall do it for free I wont be charging, especially because this launcher is not mine too but also because xda is a forum for developers and testers not for selling purposes so dont worry you shall get it for free I will work on it tomorrow and I will quote you the link
Sent from my GT-I9300 using XDA Premium 4 mobile app
madportugal said:
I am sorry that you dont like this specific launcher I will mod it and remove the ads & unescasary files see you guys soon
Sent from my GT-I9300 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
That's against this forum's rules. I'd advise against that.
madportugal said:
Dont worry I shall do it for free I wont be charging, especially because this launcher is not mine too but also because xda is a forum for developers and testers not for selling purposes so dont worry you shall get it for free I will work on it tomorrow and I will quote you the link
Sent from my GT-I9300 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
When i used an image to set as wallpaper of 9 card launcher, the wallpaper wasnt fit to launcher screen. Tell me why plz
Oohhlala said:
When i used an image to set as wallpaper of 9 card launcher, the wallpaper wasnt fit to launcher screen. Tell me why plz
Click to expand...
Click to collapse
Its most probably the wallpaper you used, in order to fit it has to be the same dimensions as your phone screen
Sent from my GT-I9300 using XDA Premium 4 mobile app
madportugal said:
Its most probably the wallpaper you used, in order to fit it has to be the same dimensions as your phone screen
Sent from my GT-I9300 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
i tried an image which has same dimension with phone screen, but still didnt fit

[APP]Nokia Z Laucher

Hola Guyz !!!
I M CREATING THIS POST TO SPREAD THE NEWS ON XDA !!!
YES THE NEWS IS FROM OTHER SITES !! SO DONT BLAME ME !!
]Nokia may have been a tad too quiet these past few weeks - following the completion of Microsoft's landmark acquisition of its handset business - but that doesn't mean that the legendary Finnish electronics company has altogether dropped its vision of coming up with innovative products and services.
Thanks to Aswin08 !
Sure, Nokia won't be making phones anymore -- but considering its rich history and winning tradition (at least during the height of its glorious Symbian Era), its innovations are bound to go on in other ways.
In fact, just a few hours ago, Nokia shocked the tech community by releasing - of all things - its first ever launcher for Android smartphones simply called Z.
oFFICIAL STATEMENT OF THE COMPANY -
"At Nokia we’ve been thinking about ways to make smartphones easier to use, and there’s one problem we’ve thought about a lot; how to find stuff right when you need it. Today, people have an average of 48 apps on their phones, and that number is growing. When you add in contacts, web content, and tasks, it’s easy to see how tricky our devices have become to use.
Did you know every time you shuffle a deck of playing cards, you’re making history? With 52 cards to a deck, the number of possible combinations is so huge that your combination probably never existed before. Our phones are starting to feel this random too.
Finding the right app or contact – your Ace of Spades – constantly changes depending on where you are, what you’re doing, and what time of day it is. We’re introducing a pre-beta version of the Z Launcher to help change this.
As soon as you install and start using Z Launcher, it starts learning what you use throughout the day and automatically surfaces whatever you’re most likely to need at the right moment.
We also added a feature called Scribble – a fast and fun way to find anything on your phone in as little as one second. We’re used to tapping away at our phones to find things – rooting through folders, swiping and scrolling. Scribble makes this easier: Simply draw the first letter of what you’re looking for, right on your screen. Ta da! Z Launcher brings you the right app, contact, or task practically instantaneously. Or, as we like to say, less tapping, more apping."
Click to expand...
Click to collapse
For Android 4.4
Link - http://www.mediafire.com/download/j29ohdjky69srsd/NokiaZLauncher.apk (NOT MODDED)
For 4.1+
http://forum.xda-developers.com/attachment.php?attachmentid=2810327&d=1403365008 (Root Check Nops)
Download it .. i m also doing this !!!
:good::good::good::good:
For Screenshot -
{
"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"
}
HIT THE THANKS !
Does not work on rooted devices
Sent from my SGH-I317 using XDA Premium 4 mobile app
tekgurl said:
Does not work on rooted devices
Sent from my SGH-I317 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Just hide root with rootcloak xposed Module
Sent from my SM-N9005 using XDA Free mobile app
Root cloak always works lol
Sent from my SM-G900T using Tapatalk
HEY BRO
chrisa887 said:
root cloak always works lol
sent from my sm-g900t using tapatalk
Click to expand...
Click to collapse
yeah guyz !!!
U tried that launcher ?
we allready have a modded one here,there is no problem with root,just for info.
but i have tested and as expected the launcher is shi..............
Egorych said:
Just hide root with rootcloak xposed Module
Sent from my SM-N9005 using XDA Free mobile app
Click to expand...
Click to collapse
after installing, it says activation failed, please try again after we open up new activations!
what to do??
FC on my cell. is it working for anyone?????
not working
-CALIBAN666- said:
we allready have a modded one here,there is no problem with root,just for info.
but i have tested and as expected the launcher is shi..............
Click to expand...
Click to collapse
Can you put here link to launcher? Thanks
not working on mediatek device mt6589
ivan123 said:
Can you put here link to launcher? Thanks
Click to expand...
Click to collapse
You can use search option.
Its here http://forum.xda-developers.com/showthread.php?t=2790333
HEY BRO
links updated for 4.1 + ! check it GUYZ !
It's very simple, but creative.
Sent from my SM-G900H using Tapatalk
Activation fail, any solutions?
Sent from my GT-I9003 using Tapatalk 2
blacklist3d said:
Activation fail, any solutions?
Sent from my GT-I9003 using Tapatalk 2
Click to expand...
Click to collapse
Try to add z account manually .
I downloaded it from the official site and I like this launcher!
Very simple and fast.
Does someone know how to change the Apps at the bottom line?
Sharique244777 said:
For Android 4.4
Link - http://www.mediafire.com/download/j29ohdjky69srsd/NokiaZLauncher.apk (NOT MODDED)
For 4.1+
http://forum.xda-developers.com/attachment.php?attachmentid=2810327&d=1403365008 (Root Check Nops)
Click to expand...
Click to collapse
Well, you could have redirected the link to my thread.
Dhiraj said:
Try to add z account manually .
Click to expand...
Click to collapse
How? Where to register?
issak42 said:
How? Where to register?
Click to expand...
Click to collapse
You may try to add z launcher acc from acc synchronization under setting. But I think time is out,no registration for beta test now.
Always force closes
tHanKs do NOT make it harder

Categories

Resources