[MOD] NFC scanning when screen off [ME1] - Galaxy S 4 i9500 Android Development

Hello guys,
I've adapted the mod of Geniusdog254 to our 9500 to enable scanning NFC tags without turning on the phone and unlocking the screen. (The stock setting is that NFC can scan only when screen is on and unlocked, with this mod, it can scan when screen is on or off) I used the file from the ME1 firmware. There are 2 versions you can choose:
ME1-screen-off.zip -> can scan NFC when screen is on or off or at the lockscreen. (i.e. always)
ME1-lockscreen.zip -> can scan NFC when screen is on or at the lockscreen. (i.e. it can't scan when screen off)
1- Please back up your /system/app/NfcNci.apk and NfcNci.odex files or do a nandroid backup.
2- Flash ME1-screen-off.zip or ME1-lockscreen.zip through CWM depending on your preference.
3- Reboot.
4- Try if NFC scanning works when the screen is off or locked.
It has been reported as working by couple of users, but you can always revert back to your backup files. Please remember, allowing NFC scanning while screen off can cause security problems if you use Google Wallet or other financial things.
Please hit the thanks button if it was useful for you.

ozkaya said:
Hello guys,
I tried to bring the mod of Geniusdog254 to our 9500 to enable scanning NFC tags without turning on the phone and unlocking the screen. I need some root users to test it. You might want to do a nandroid backup first. I used the file from the ME1 firmware.
1- Please back up your /system/app/NfcNci.apk and NfcNci.odex files.
2- Delete these 2 files.
3- Extract the attached archive and copy NfcNci.apk to /system/app and correct permissions.
4- Reboot
5- Try if NFC scanning works when the screen is off.
If it works please report, you can always revert back to your backup files. Please remember, allowing NFC scanning while screen off can cause security problems if you use Google Wallet or other financial things.
Click to expand...
Click to collapse
Why not create a CWM for this thus allows the user to easily install. makes things so much more user friendly. Can I ask was this based on the Mod I done for the I9505?
Cheers
Optimal

OptimalKiller said:
Why not create a CWM for this thus allows the user to easily install. makes things so much more user friendly. Can I ask was this based on the Mod I done for the I9505?
Cheers
Optimal
Click to expand...
Click to collapse
I wanted to make sure it works before making a flashable zip file, this way only power users will attempt it. I haven't downloaded or used your mod. As I stated above, I took the information from the thread of Geniusdog254 (seems to be the source, Mayhemer used it for GS3 and then you for GS4) and did the mod myself.

ozkaya said:
I wanted to make sure it works before making a flashable zip file, this way only power users will attempt it. I haven't downloaded or used your mod. As I stated above, I took the information from the thread of Geniusdog254 (seems to be the source, Mayhemer used it for GS3 and then you for GS4) and did the mod myself.
Click to expand...
Click to collapse
Its all cool man, I'm glad there s other people out there doing the mods and porting the mods to work with other phones. Its all thanks to the original authors who even came up with the idea.
Sorry If my post was misinterpreted
Optimal

OptimalKiller said:
Its all cool man, I'm glad there s other people out there doing the mods and porting the mods to work with other phones. Its all thanks to the original authors who even came up with the idea.
Sorry If my post was misinterpreted
Optimal
Click to expand...
Click to collapse
No problem at all

Can you post screenshots of the mod ?

Iluhan said:
Can you post screenshots of the mod ?
Click to expand...
Click to collapse
This mod doesn't have any graphics or UI for a screenshot, it just allows to scan NFC tags when the screen is off.

Works fine on mine I9500 with Wanam 1.2 :good::good::good:

Is there any possibility of this working on a note 3?

Related

[MOD][ROOT][ICS]Hide Status Bar (updated 11.02.)

How to hide the combined Status Bar on ICS (root required!)​
I think many ppl are searching for a solution to hide the status bar on ICS, since the Hacks from Honeycomb doesnt work on ICS.
Note that this is really a "Hack" since it forces Android to stop a services that is flagged as "important".
As usual, you are solely responsible if you brick your device!!! Install this Hack at your own risk!!!
Click to expand...
Click to collapse
The Hack is tested on [ROM][ICS] Team Eos ICS 1.0.0 (umts_everest). Let others know if you have experiences with other roms. I´ll update this post after ur feedback.
Requirements:
MOD
- a rooted Xoom
- attached ZIP file (all credits to [email protected])
HOW TO
- SwipePad https://market.android.com/details?id=mobi.conduction.swipepad.android
Click to expand...
Click to collapse
Installation
The attached ZIP file contains
ToggleBar.apk
android.policy.jar
Settings.apk
1st - Install ToggleBar.apk and replace:
/system/framework/android.policy.jar
/system/app/Settings.apk
Click to expand...
Click to collapse
using RootExplorer or equivalent or use ADB to push.
2nd - Reboot your device
Now you´ve got a new option to hide allow hiding the statusbar under Settings -> Display
Click to expand...
Click to collapse
Exemplary use for end-users
- Install SwipePad from the Market
- Setup SwipePad to launch ToggleBar
Click to expand...
Click to collapse
Have fun hide your system bar where its not needed
NOTE FOR DEVS
Please read the diff.txt to adopt changes for your own rom.
Dont forget to give credits to [email protected] for his work on this mod!!
Click to expand...
Click to collapse
If you find this useful, hit the Thanks button.
Check out my tutorial How to turn off your screen (e.g. while plugged into hdmi)
v 0.5
- initial release
Click to expand...
Click to collapse
v 1.0
- add new settings to the display section to permanent hide the status bar
- based on Maxime's CombinedBar auto hide feature for ICS CM9
- no more need to kill systemUI
- no known issues
Click to expand...
Click to collapse
I would like to try this but I don't wanna be the guinea pig.
There's nothing super risky in changing the services.jar.
Make a backup of yours and you can push it back with ADB if you got a bootloop.
Nice, and thanks.
Wish there was a way to incorporate this into my app without needing the external jar file to be replaced (like it is in HC).
I have an app on Market that is a Kiosk browser app, but currently only for Honeycomb. It'd be sweet if it could work for ICS as well
Simonetti2011 said:
Nice, and thanks.
Wish there was a way to incorporate this into my app without needing the external jar file to be replaced (like it is in HC).
I have an app on Market that is a Kiosk browser app, but currently only for Honeycomb. It'd be sweet if it could work for ICS as well
Click to expand...
Click to collapse
I don't think there is a way to do it without a "special" version of the jar (policy or services)
In HoneyComb you could hide the bar, but with ICS Google remove that option, now the bar is "enforced" due the soft buttons and notification stuff.
new version online. see first post!
thx dabidu
Maybe this could go to the development section.
I add the .diff file with all the required changes on the source code to get the toggle the bar on and off, so anyone building a new rom from souce could implement this "feature"
dubidu said:
Maybe this could go to the development section.
I add the .diff file with all the required changes on the source code to get the toggle the bar on and off, so anyone building a new rom from souce could implement this "feature"
Click to expand...
Click to collapse
Can you post the file?
double1 said:
Can you post the file?
Click to expand...
Click to collapse
Its included in the zip file linked in the first post
I try this on eos 68. Its working with a big BUT.
No way to trigger the status bar back in application. Rotate the screen didnt work either.
Most of apps on market do not have exit button. So i can only use restart using log press power button.
I hope you could add the toggle setting on log press power button. That will do the jobs.
Thread Moved.
gamming said:
I try this on eos 68. Its working with a big BUT.
No way to trigger the status bar back in application. Rotate the screen didnt work either.
Most of apps on market do not have exit button. So i can only use restart using log press power button.
I hope you could add the toggle setting on log press power button. That will do the jobs.
Click to expand...
Click to collapse
Did you read my example on how to use in the first post?
You can, at least, launch the included app to toggle visibillity
aeros0ul said:
Did you read my example on how to use in the first post?
You can, at least, launch the included app to toggle visibillity
Click to expand...
Click to collapse
I understand about how to use. But if you could change the setting apk to include in display setting menu. Why not add it to the long press power button menu where the shutdown, reboot recovery and soo on.
It would become easy to use without need extra swipe application.
Just advice. No need to angry.
Nb: when using mxvideoplayer playing movies. Cannot toggle the status bar. But dice player just fine.
Amazing mod, you dont even need swipe pad. Thanks man.
You can just change back and forth from settings, sometimes after you select the bar again, it wont show, make a rotation and it will show again.
gamming said:
Why not add it to the long press power button menu where the shutdown, reboot recovery and soo on.
Click to expand...
Click to collapse
That would be a feature for a custom rom. Just request the dev of your favorite custom rom to included this mod
I forget to backup my
android.policy.jar
Settings.apk
Can anyone share them? Thx!
omnia1994 said:
I forget to backup my
android.policy.jar
Settings.apk
Can anyone share them? Thx!
Click to expand...
Click to collapse
Get the original files from the original update.zip
There is no way to return to home screen from most applications so the only way to exit is to reboot - bunk. Uninstalled.
Radddogg said:
There is no way to return to home screen from most applications so the only way to exit is to reboot - bunk. Uninstalled.
Click to expand...
Click to collapse
did you read the first post on how to use this mod?

[APK][PORT] S Voice ported to all Samsung devices! [June 5][Initial release]

Hi there
As you know, S Voice from SGS III isn`t working on any other device because of checking device model. The bad solution is to mod your build.prop to make android think you are using SGS III, but it can cause incorrect work in some apps.
What I have Done
I have decompiled SVoice.apk, changed all checkings of device model to make app think it is SGS III, built and signed new apk.
So now all you have to do is:
1. Delete old S Voice
2. Revert your build.prop to stock, if you have modded it
3. Install new apk (as usual app) from Google Drive or Mediafire
Issues:
Few actions aren`t working because of the incompatibility with some SGS III features.
Shortly, some apps or actions are not opening because S Voice can`t find Samsung`s Clock/Calendar/etc. It can be fixed only if these apps are ported to our devices.
Tested on my AOKP Galaxy S I with SGS III Addon (http://forum.xda-developers.com/showthread.php?t=1669190)
Please, test it on other devices and write me, if app doesn`t work
will all features be fixed in the future or is this a final app for us? anyway thanks for not messing the build.prop
will it install to internal SD?
Install as NORMAL apk, just launch it EDIT: it installs to internal SD
I can`t promise to fix everything, but i`ll try to fix some features
please upload on mediafire
Thank you for that...
I'm running 5.5 dark night and I installed the modified s-voice apk file you provided.
The application runs fine, however, I can't get some functionalities to work. For example, talkback don't work. Also, saying things like Hello, or tell me a joke doesn't work; only straight-forward commands...
Moreover, any hopes on getting the application working with double-tabbing?
iamcanadian said:
Thank you for that...
I'm running 5.5 dark night and I installed the modified s-voice apk file you provided.
The application runs fine, however, I can't get some functionalities to work. For example, talkback don't work. Also, saying things like Hello, or tell me a joke doesn't work; only straight-forward commands...
Moreover, any hopes on getting the application working with double-tabbing?
Click to expand...
Click to collapse
Talkback: do you have tts installed? It`s working fine with me, check your ROM
Some features won`t work, read the thread
Chatting: I am having such problem sometimes, restarting S Voice helps.
Double-tabbing: I haven`t discovered this feature yet, if it is possible, it can be fixed in future
Works On GB rom ????
Nikoonam said:
Works On GB rom ????
Click to expand...
Click to collapse
Haven`t tested (seems to me that doesn`t work), but you can try
MSGuxl said:
please upload on mediafire
Click to expand...
Click to collapse
Here is the link fot you
http://www.mediafire.com/?ml3w3i5v84k7c5z
snakerock said:
Talkback: do you have tts installed? It`s working fine with me, check your ROM
Some features won`t work, read the thread
Chatting: I am having such problem sometimes, restarting S Voice helps.
Double-tabbing: I haven`t discovered this feature yet, if it is possible, it can be fixed in future
Click to expand...
Click to collapse
If we can have something similar to this post:
http://forum.xda-developers.com/showthread.php?t=1670306
everything is included like tss and other stuff. It worked fine, except for software linking and double tabbing...
Thank you
iamcanadian said:
If we can have something similar to this post:
http://forum.xda-developers.com/showthread.php?t=1670306
everything is included like tss and other stuff. It worked fine, except for software linking and double tabbing...
Thank you
Click to expand...
Click to collapse
Thank you for the link, I`ll check out this port
They are already some modded S Voick apk available.
P.S. Admin: Move this thread to Apps and Themes Forum please
ansonscleung said:
They are already some modded S Voick apk available.
P.S. Admin: Move this thread to Apps and Themes Forum please
Click to expand...
Click to collapse
Ok, I`ll move soon and post some updates
Guys the wake up command ins't working. It's only with me?
Cheers
Op3a said:
Guys the wake up command ins't working. It's only with me?
Cheers
Click to expand...
Click to collapse
i am the same with you.
wake up command got fc.
im getting fc every time i start application
Set wake-up command crash?
Does it work with "Set wake-up command" function?
I try to use this function but it make S Voice crash.
I try with CleanAOKP 1.1.3 B38
Thanks
Crash after couple of commands. SlimICS.
Wake up works, but then network error.
After that nothing happens when pressing the button.
How to fix it?
Galaxy Nexus.

Google Now APK/ZIP [NO VOICE][7/6]

YOU MUST BE ROOTED FOR THIS TO WORK!!!
ORIGINAL
Here is the post copied from the OP...
These are the current instructions and download:
1.) Rename GoogleQuickSearchBox.apk in system/app to GoogleQuickSearchBox.bak
2.) Rename the "signed_velvet-voicereco.apk" that you downloaded (link below) to: "GoogleQuickSearchBox.apk"
3.) Place the renamed .apk in the system/app folder and set the permissions to rw-r-r
4.) Reboot and enjoy!
OR
1.) Rename GoogleQuickSearchBox.apk in system/app to GoogleQuickSearchBox.bak
2.) Try to install the downloaded .apk off your sd just like any other .apk
OR
1.) Flash the .zip down below through recovery -- AOSP ONLY
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
APK Download: http://www.mediafire.com/download.php?ln5g4bub91kgaa4
ZIP Download: http://www.tincandroid.com/ccount/click.php?id=26 -- AOSP ONLY
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Current Status:
Working:
-It boots!
-searching through the text-box works
-location services work
-info cards work
Not working:
-Can't exit the app using the back button on the Google Now 'Cards' screen
-Sometimes cannot submit a typed search-query
-Voice search (Jelly Bean kernel-specific, we probably won't be able to fix :-\ )
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Devices this will NOT work on:
-Devices that are running anything before Android 4.0 Ice Cream Sandwich
-Devices not running an AOSP ROM (in most cases)
-iOS Devices (Suckas!)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Troubleshooting Guide:
If you have followed the above instructions exactly and are still experiencing problems, read through this troubleshooting guide to see if a fix for your problem is there.
http://forum.xda-developers.com/show...&postcount=695
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Command Index:
This is an index of all the commands you can use in Google Now in order to get the specialized 'cards' results.
http://forum.xda-developers.com/show...&postcount=689
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Explanation of the different cards:
A guide to the different types of cards and how you can influence them with your location and system language.
http://forum.xda-developers.com/show...&postcount=724
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Youtube video of current version:
http://www.youtube.com/watch?v=1XhX3...1&feature=plcp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Credit where credit is due:
-Flashable Zip by MazdaRider23 and his team
-YouTube video by Phil from TheDroidPeople
-Awesome command index by Killer-B
-Cards explanation by Bexton
-Modded apks by Theos0o and other various forum contributors (PM me your name if you have made one and I'll add it)
NOTE: THIS IS NOT MY WORK I AM SIMPLY SHARING IT
Its worth mentioning that you HAVE to be rooted to do this.. .for the noobs
durhamite said:
Its worth mentioning that you HAVE to be rooted to do this.. .for the noobs
Click to expand...
Click to collapse
Good idea, added it to the OP.
I also believe that the voice searching feature is currently borked. But people are working on it as we speak
ainen said:
There are two seperate ways to do it, the first one involves manually editing the build.prop. You can find that method HERE
The second method just involves the modified APK. You can find that one HERE
Everything but Voice Search seems to be working.
YOU MUST BE ROOTED FOR THIS TO WORK!!!
THIS IS NOT MY WORK I AM SIMPLY SHARING IT
Click to expand...
Click to collapse
Do you have to have to AOSP rom to make this work? Thanks for sharing either way.
jimbotron said:
Do you have to have to AOSP rom to make this work? Thanks for sharing either way.
Click to expand...
Click to collapse
Everything works as advertised on stock, not sure about any other roms.
used the 2nd method. regular search is odd, because it will come up with a blank screen for your results and then if you touch it and scroll the results will show up. also kinetic scrolling doesn't work on it.
also it won't let me select a favorite sports team, for some reason.
Is everyone's temperature displaying correctly? I keep getting Celsius
ainen said:
Is everyone's temperature displaying correctly? I keep getting Celsius
Click to expand...
Click to collapse
they want you to go metric
dLo GSR said:
they want you to go metric
Click to expand...
Click to collapse
But I don't wanna
So I keep getting a network error at the beginning, but it allows me to do searches. Are you getting the card screen with the Google logo at the top? I only get the search box screen.
ainen said:
Everything works as advertised on stock, not sure about any other roms.
Click to expand...
Click to collapse
Stock rom for galaxy s3?
jimbotron said:
Stock rom for galaxy s3?
Click to expand...
Click to collapse
I can confirm stock AT&T rom
Doesn't show me Cards on my AT&T Galaxy S3 running Diet ICS
Everytime I go to system/app and try to remove or rename googlequicksearchbox .. it says failed operation or it can't be removed
Can someone help please? I'm running STOCK ROM and ADAMA 003 kernel - Roman's Kernel
aklyrical said:
Everytime I go to system/app and try to remove or rename googlequicksearchbox .. it says failed operation or it can't be removed
Can someone help please? I'm running STOCK ROM and ADAMA 003 kernel - Roman's Kernel
Click to expand...
Click to collapse
did you mount R/W?
OrangeFever said:
Doesn't show me Cards on my AT&T Galaxy S3 running Diet ICS
Click to expand...
Click to collapse
Try starting over. I had to do it a couple times before it worked properly.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
I am so blind I can't seem to find "googlequicksearchbox" in /system/app
It's just not in there..... I swear if it's something simple.. grrr
help?
dLo GSR said:
did you mount R/W?
Click to expand...
Click to collapse
perfect bro thanks a lot .. got it installedand now it says netork error
help AGAIn please?!
EDIT: it says that but it works anyways.. this is NEAT just voice needs to work now!
ainen said:
I can confirm stock AT&T rom
Click to expand...
Click to collapse
Unfortunately the voice search portion doesn't work for my Galaxy s3 on sprint. It'll show initializing for a brief second the it'll say it could catch what I said before I have a chance to say anything. Any suggestions on what I can try to get it working?
Sent from my SPH-L710 using xda app-developers app
On stock WIND I get the network error and no cards :crying:

[MOD][SlimBean 7.5] 45 Steps Volume mod for fine-tuning media volume

for now, SlimBean version 7.5 only
45 Steps Volume Mod
1. Download this framework.jar and paste into /system/framework/ using a file manager with root access (e.g. ES File explorer, root explorer, etc)
2. Make sure permissions are set to rw-r-r
3. Reboot
Enjoy!
Out of curiosity, do you have the source of what you changed, and what exactly was changed before the framework.jar was compiled?
I wouldn't recommend installing an unknown compiled replacement for the framework.jar without understanding what exactly was changed and how, especially as it may impact other functions of the rom depending on what exactly was changed. Also this mod might not work after 7.5 as there's going to be a major framework change in the next week(lies).
I'll create a new one when a new version of SlimBean releases if people want it.
bleuwave said:
I'll create a new one when a new version of SlimBean releases if people want it.
Click to expand...
Click to collapse
I'm curious if the framework.jar differs from device to device (I'm not an android developer so it's not within the scope of my knowledge). Because personally I haven't had a sound volume problem with Mako/N4... now the Nexus 7 on the other hand, gotta crank that baby up +12 decibels in DSPManager just to sound loud enough.
It's of course one of the reasons I asked about source, because if it's something minor here or there and just re-compiled for a specific, that would be easier to deployed in my opinion.
Here's the tutorial I followed.
http://forum.xda-developers.com/showthread.php?p=42631958
Mods, feel free to remove this thread if posting this is more bothersome that it is worth
bleuwave said:
Here's the tutorial I followed.
http://forum.xda-developers.com/showthread.php?p=42631958
Mods, feel free to remove this thread if posting this is more bothersome that it is worth
Click to expand...
Click to collapse
Oh I see now, basically patching up some of the file's values for the desired result as opposed to doing it from source.
kbeezie said:
Oh I see now, basically patching up some of the file's values for the desired result as opposed to doing it from source.
Click to expand...
Click to collapse
Yeah if you do it, then you can complain.
bleuwave said:
Yeah if you do it, then you can complain.
Click to expand...
Click to collapse
Know what would be really handy, if you know how to do it.
An Aroma installer (like I did for my sd-ext/dataswap enabler in my sig).
Basically package two versions of the framework.jar, modified and unmodified. Flashing the zip in recovery will ask if you want to apply the mod, or uninstall the mod, and replace the framework.jar with what you want (or alternatively two zips for apply and restore).
kbeezie said:
Know what would be really handy, if you know how to do it.
An Aroma installer (like I did for my sd-ext/dataswap enabler in my sig).
Basically package two versions of the framework.jar, modified and unmodified. Flashing the zip in recovery will ask if you want to apply the mod, or uninstall the mod, and replace the framework.jar with what you want (or alternatively two zips for apply and restore).
Click to expand...
Click to collapse
Youre right. I thought about it and concluded I'm not handy enough to create a flashable zip let alone an Aroma installer like the Beanstalk rom guy did in the Android Development forums. I'm thinking it that it may be possible to just do it all via flashable scripts for EVERY rom instead of just slimbean 7.5 but then again, I don't have any training with code. I'm now thinking my mod doesn't deserve a thread of its own lol (especially if people don't trust random files - and they rightfully shouldn't). But, nice looking out!
bleuwave said:
Youre right. I thought about it and concluded I'm not handy enough to create a flashable zip let alone an Aroma installer like the Beanstalk rom guy did in the Android Development forums. I'm thinking it that it may be possible to just do it all via flashable scripts for EVERY rom instead of just slimbean 7.5 but then again, I don't have any training with code. I'm now thinking my mod doesn't deserve a thread of its own lol (especially if people don't trust random files - and they rightfully shouldn't). But, nice looking out!
Click to expand...
Click to collapse
Technically mods are supposed to have a thread of their own, rather than just tagged in a rom thread.
That way anyone who has questions or issues can discuss them in the thread specific to that mod
Besides, a thread of it's own makes it seem a bit more um... legitimate.
kbeezie said:
Besides, a thread of it's own makes it seem a bit more um... legitimate.
Click to expand...
Click to collapse
just rofl

S5 Lens Flare Lockscreen Effect is back with 11 options installed with Aroma

I just wrote this this morning and finished testing in my phone. All is working fantastic!
This mod is to bring back the Lens Flare Effect.
Here are just a few previews and the rest are viewed from the installer in the update coming soon.
AURORA
FIRESTORM
LIGHTNING
METEOR
STARGATE
SOLAR SYSTEM
BLOOD SPATTERED HANDPRINT
BLAZED
METALGEARS
INFERNO
I have included 11 different choices all installed via Aroma Installer from custom recovery of your choice (I used TWRP). This mod does require that your rom has "init.d" support as this does need a script called at every boot to work. AGAIN CALLS SCRIPT UPON EVERY REBOOT. The script depending on each phone should take longer than 30-45 seconds. Basically flash the mod reboot and the next time you turn on the phone the effect will be active.
DOWNLOAD FLARE_LOCKSCREEN_v1
Instructions for installation -
*Make a NANDROID ALWAYS AND OFTEN when modding your system!
*ROM that supports init.d script
*download and check md5 is good
*reboot to recovery and flash the zip file
*pick the effect you want (sorry I don't have the previews for the installer set up yet)
*reboot and let the script work it's magic and by time you turn your phone back on a surprise will be waving at you.
*hit the thanks button
Feedback?
Just looking for a little feedback as far as working or not? It's hard for me to tell what will work and won't work for everyone sometimes due the fact I am always testing a very heavily modded rom. I went back to Stock and started fresh with this so I'm thinking it should work for all its pretty much a script mod with only a less than 10 images. Only stip is your rom must support init.d, which most custom roms do these days. So let me know. This will also be in the Missing Link update which will include previews.
OP now has previews
Here are just a few so you get an idea of what this offers.
w
Dude you are tearing it up! Gonna backup and then I'll test. Will report shortly.
OK. Sorry for the delay. Had to make some adjustments but its working now. I have a note 3 running sacs moar rom. I had to update my sqlite3 in xbin and i was missing lib file libncurses.so. so may want to add that to your download script in aroma. Also had to change perms on the intd file keygaurdset from rwrr to rwxr-xr-x. Think the biggest issue for me was the sqlite3. Not sure if the initd perms are part of it. Ive read different opinions about setting those (0644 vs. 0755) Have only tested lightning effect and changed ripple effect to light effect in lockscreen settings. Hope that helps. Keep up the inctedible work. Really think you're onto something with the aroma themer. Size is the only limitation but for what it does its worth it. Great work!
DevilDog512 said:
OK. Sorry for the delay. Had to make some adjustments but its working now. I have a note 3 running sacs moar rom. I had to update my sqlite3 in xbin and i was missing lib file libncurses.so. so may want to add that to your download script in aroma. Also had to change perms on the intd file keygaurdset from rwrr to rwxr-xr-x. Think the biggest issue for me was the sqlite3. Not sure if the initd perms are part of it. Ive read different opinions about setting those (0644 vs. 0755) Have only tested lightning effect and changed ripple effect to light effect in lockscreen settings. Hope that helps. Keep up the inctedible work. Really think you're onto something with the aroma themer. Size is the only limitation but for what it does its worth it. Great work!
Click to expand...
Click to collapse
This is by far one of the most helpful feedback replies I have received! Thank you and if you see anything else or have any suggestions I'm always listening. About the sqlite3, the one included in the zip needed to be updated?
stangdriver44 said:
This is by far one of the most helpful feedback replies I have received! Thank you and if you see anything else or have any suggestions I'm always listening. About the sqlite3, the one included in the zip needed to be updated?
Click to expand...
Click to collapse
Well i have an installer that does both sqlite3 and the lib file. So yours may be ok. I made a backup of yours and will test it now. Going thru the effects to see which are working. I'll report back directly.
---------- Post added at 01:33 AM ---------- Previous post was at 01:13 AM ----------
Your sqlite3 is good. So far lightning, solar, and metalgear all work. Ill test them all but so far so good. Thanks for your hard work and im happy to test out anything you have. Ive been meaning to fix a few things on the aroma theme installer for us sprint guys (Forgot to mention its sprint note 3 earlier) just havent had time to do much. From what i understand the dialer themes are in teleservices so hopefully its a simple matter of changing the folder name. That would be sweet. Ill look into it unless you already have the fixes and just waiting to update. Ive only used the system mod and spinners switches and toggles and boot/shut animations but everything ive tried has worked. Signals too.
All options work great! Excellent work and thank you again for it.
Not working for MOAR, or how to?
HD-man said:
Not working for MOAR, or how to?
Click to expand...
Click to collapse
Not show why it isn't working. The mod requires init.d script on boot. So you have to give I little bit, no longer than a minute I would say. You have to unlock the device and by next time it should be showing the effect you picked.
Can anyone confirm this working on Moar?
Works with MetalROM
Works great. Had to change "Unlock Effect" in lockscreen settings to "Light Effect" to get it to work (had it set to ripple effect.) Went through other options, definitely has to be set to light effect for the custom effect to show.
Thanks for this, the blood spatter works great with my deadpool theme!
Wow man..pretty awesome! On a sprint note 3 MOAR port as well and am using the bloody hand splatter for halloween..awesome job!!
gdrocks said:
Works great. Had to change "Unlock Effect" in lockscreen settings to "Light Effect" to get it to work (had it set to ripple effect.) Went through other options, definitely has to be set to light effect for the custom effect to show.
Thanks for this, the blood spatter works great with my deadpool theme!
Click to expand...
Click to collapse
Glad you got it figured out. I will update the OP with that info. So you guys have the option for light effect?
Don't seem to have those nice options over here in Tmo. I'm sure with rompit and TD working things you guys probably have all the options plus some made up ones!!
The mod is "supposed" to change the settings on boot. So it is only partially working it sounds like. When you reboot, do you have to adjust the setting again, or does it stay?
On reboot it changes to "None"
Attached screenshots of settings screen.
gdrocks said:
On reboot it changes to "None"
Attached screenshots of settings screen.
Click to expand...
Click to collapse
Wow! You have some options it looks like. Must be running Moar? Anyways, change lockscreen to light effect then with whatever file manager go to system/etc/init.d and delete the keyguardset file. Reboot and should be good
Using MetalROM 2.2
Deleted the file, still reverting to "None" on reboot.
gdrocks said:
Using MetalROM 2.2
Deleted the file, still reverting to "None" on reboot.
Click to expand...
Click to collapse
I'm guess I still have a few links to work out to make this more universally compatible. Sorry for the hassle. Take a look at this post and see if that helps. It's the manual way of setting it. If you are really wanting it and can't get it going, send me your settings.db the location is found in that post
I guess it helps to have the link huh? http://forum.xda-developers.com/showpost.php?p=56312291&postcount=7
Made the change, but it didn't stick. What should the permissions be?
File says invalid file when I try to attach settings.db
https://docs.google.com/file/d/0B3pOdO0qCf2heHJOaXF4Y21DRU0/edit?usp=docslist_api
gdrocks said:
Made the change, but it didn't stick. What should the permissions be?
File says invalid file when I try to attach settings.db
https://docs.google.com/file/d/0B3pOdO0qCf2heHJOaXF4Y21DRU0/edit?usp=docslist_api
Click to expand...
Click to collapse
Remove the .txt from the file attached and replace the file you currently have. I made only the change for the lockscreen effect. Mine shows permissions set to rw-rw----
Are you using v1.1a? Recommend using that first
DOWNLOAD FLARE_LOCKSCREENv1.1a
@stangdriver44, where is this located in missing link installer? Would like to give it a try. They look very cool! I'm on S5 MOAR - am a little confused after reading through thread. Do I have to do anything extra to enable?

Categories

Resources