[REQUEST] Can someone modify the NFC app - Nexus 4 Themes and Apps

Can someone modify the NFC app to work while screen is off or locked? I've seen it done for other devices like galaxy nexus.
EDIT - CptanPanic has made a version that will work with screen off here
http://forum.xda-developers.com/showthread.php?p=34956900#post34956900

wouldn't that eat up battery? i think this would prevent the cpu from deep sleeping. could be wrong though...

Hello,
Same question, I would like this feature, I found a MOD for Galaxy Nexus, but is it possible to make a MOD for Nexus 4?
Thank you in advance
Link Mod For Galaxy Nexus
Bonjour,
Même question, j'aimerais avoir cette fonctionnalité, j'ai trouvé un MOD mais pour Galaxy Nexus, est il possible de faire un MOD pour Nexus 4 ?
Merci d'avance
Lien pour le Galaxy Nexus

Yes I would like this also. Here is a thread which describes building the NFC.apk
Sent from my Nexus 4 using Tapatalk 2

Please, add function please

+1 Would also like the ability of this feature.

Which NFC app are you referring to?

Stryder5 said:
Which NFC app are you referring to?
Click to expand...
Click to collapse
Well the NFC.apk that is usually included the in the phone.

Stryder5 said:
Which NFC app are you referring to?
Click to expand...
Click to collapse
use NFC the screen off
MOD for Galaxy Nexus exist

Have any of you guys tried renaming your NFC.apk to NFC.apk.bak and putting the hacked version in?
I know for my SGS2, that nexus one worked fine.

If someone is modding this, could they also silence the notifications. I tried replacing the ogg files with silent ones but it just broke NFC.

darkamikaze said:
Have any of you guys tried renaming your NFC.apk to NFC.apk.bak and putting the hacked version in?
I know for my SGS2, that nexus one worked fine.
Click to expand...
Click to collapse
I doubt this would work because it has a different nfc chip.

Please add function please

up please

I could do with this function too if possible

help please

I got quite a few tags and loved the screen off version on my GS3. Would be amazing if someone could make this happen for the N4.

I have downloaded and built the google source, and am trying to modify NfcNci.apk to get Nfc's to work while screen is off. I am new to android so I am still figuring out stuff, currently I am getting the below error, if anyone knows what I am missing.
Code:
W/PackageManager( 529): Signature mismatch for shared user : SharedUserSetting{4182adf0 android.uid.nfc/1027}
E/PackageManager( 529): Package com.android.nfc has no signatures that match those in shared user android.uid.nfc; ignoring!

CptanPanic said:
I have downloaded and built the google source, and am trying to modify NfcNci.apk to get Nfc's to work while screen is off. I am new to android so I am still figuring out stuff, currently I am getting the below error, if anyone knows what I am missing.
Code:
W/PackageManager( 529): Signature mismatch for shared user : SharedUserSetting{4182adf0 android.uid.nfc/1027}
E/PackageManager( 529): Package com.android.nfc has no signatures that match those in shared user android.uid.nfc; ignoring!
Click to expand...
Click to collapse
All APKs are signed with a digital certificate. Certificate needs to match whenever you try to install an update for an app ("update" meanign same package name and higher version code in AndroidManifest). Also, Android allows for some special treatment when multiple apps are signed with the same certificate. See Signing Your Applications on the developer site.
I don't know for certain, but this would be my first guess.

Maybe you can ask one of the guys who did it for other phones. This is the thread for the S3 for example.

Related

[Q] UCLD2 leak email.apk without Exchange security features?

I know with Gingerbread there were some email.apk files floating around (not gmail) that removed the security enforcement on Exchange servers, such as requiring a PIN or password to lock the phone, remote wipe, etc. Has anyone done this on the latest leak? I ran the first leak we got, and the email.apk app interface was different than the one in UCLD2. I can make the edits myself but I cannot get the .apk to compile, so I come to you guys for assistance.
Thanks
Give this a shot..Exchange worked for me:
https://play.google.com/store/apps/details?id=com.google.android.apps.enterprise.dmagent
But then again I am using XWLP4 GT-I9100 build
I can send you the APKs when I get home.
From what I can read, that app just allows the policies (from Google Apps, it seems).
Basically the process for GB (and ICS I'm pretty sure) is to pull the email.apk from /system/app/ folder, unpack it with apk tool, modify a SMALI file (which I can do just fine), recompile the .apk and push to phone. The modification to the SMALI file is to always return "policy enabled" when asking for certain permissions, such as remote wipe enabled, PIN lock enabled, etc.
Somebody had mentioned to me once to try that for Exchange. In any case the APKs I have work flawlessly. Email.apk and Exchange.apk. Theyre on my dev machine so when I get there ill send them to you
Sent from my SGH-T989-IcyS-RC1 using xda premium
yaldak said:
Somebody had mentioned to me once to try that for Exchange. In any case the APKs I have work flawlessly. Email.apk and Exchange.apk. Theyre on my dev machine so when I get there ill send them to you
Sent from my SGH-T989-IcyS-RC1 using xda premium
Click to expand...
Click to collapse
Hmm, the apk files you have, are they modified or simply pulled from UCLD2? I can pull just fine, I just cannot compile.
The edit I am making is similar to this: http://forum.xda-developers.com/showthread.php?t=775007
But obviously on the latest leak's email.apk. It looks different than any other ICS email.apk.
When I try to compile on my own, I get an error similar to:
http://forum.xda-developers.com/showpost.php?p=23909183&postcount=5
I will try one of the thread's suggestions in using the latest aapt.exe file, but I haven't made any progress on it I'd like to contribute to the forum by providing this fixed apk file though lol
Theyre pulled from GT I9100 build XWLP4. Exchange policy support out of the box
Ill upload in 10 minutes.
EDIT : i think i misread your post in a rush. Are you looking for APKs that dont require device admin priveleges? Trying to bypass allowing the exchange server control?
Sent from my SGH-T989-IcyS-RC1 using xda premium
yaldak said:
Theyre pulled from GT I9100 build XWLP4. Exchange policy support out of the box
Ill upload in 10 minutes.
Sent from my SGH-T989-IcyS-RC1 using xda premium
Click to expand...
Click to collapse
Oh, no... all of the existing email.apk files do have exchange policy support... the issue is preventing the policies. I don't want to have to use a PIN to unlock my phone, but my exchange admin requires it, and it forces my phone to use it. Same with remote wiping.
The hack I am trying to do (or find if someone already did) would be to always say the phone is utilizing these features, when in reality it is not.
EDIT: Caught your edit. Yes, exactly.
Aha. Sorry about that. Misread it in class. Ill play around with it if i can.
Sent from my SGH-I727 using xda premium
yaldak said:
Aha. Sorry about that. Misread it in class. Ill play around with it if i can.
Sent from my SGH-I727 using xda premium
Click to expand...
Click to collapse
I know exactly where to make the edit, at least for the PIN/Password requirement, but not for the remote wipe/anything else.
I just can't get the stupid thing to recompile.
If you want, you can PM me the file along with the necessary edits; I will edit/recompile/resign it for you.
Hi all - any progress on the email.apk and exchange.apk files from ICS being altered and shared, without exchange policies governing?
Many thanks.
marcyspark said:
Hi all - any progress on the email.apk and exchange.apk files from ICS being altered and shared, without exchange policies governing?
Many thanks.
Click to expand...
Click to collapse
Yes. I I fixed my fix and will be in the next update of my rom DIGITAL EVOLUTION 2.
:: DARKSIDE ::
"I am turned into a sort of machine for observing facts and grinding out conclusions..."

Google play denies downloading app

I bought Tivizen WIFI for Samsung device hoping that I'll have no problem using it with my SIII, as I've seen the video on youtube with exact hardware combination working. However it appears that I cannot download the app (normal Tivizen app doesn't recognize the device - I need "Tivizen wifi for Samsung phone" ) from my country. How is store establishing the country (phone location, gmail account, phone operator, ip address). Would it help if someone installs it elsewhere and extracts apk. Is it difficult? What can I do on my side- reinstall?. Seems foolish to abandon the device for software related restrictions.Please help.
versus said:
I bought Tivizen WIFI for Samsung device hoping that I'll have no problem using it with my SIII, as I've seen the video on youtube with exact hardware combination working. However it appears that I cannot download the app (normal Tivizen app doesn't recognize the device - I need "Tivizen wifi for Samsung phone" ) from my country. How is store establishing the country (phone location, gmail account, phone operator, ip address). Would it help if someone installs it elsewhere and extracts apk. Is it difficult? What can I do on my side- reinstall?. Seems foolish to abandon the device for software related restrictions.Please help.
Click to expand...
Click to collapse
This may be of some use to you. Since it's a free app, I'm assuming its OK to post this. If not, please feel free to delete it mods.
http://www.firstload.com/?uniq=9275...=Tivizen+WiFi+for+SamsungPhone/SamsungTablet#
SOURCE: http://www.boerse.bz/boerse/softwar...-tivizen-wifi-samsungphone-samsungtablet.html
Can you download from there?. It asks me for credit card. I might give up on dollar if I knew the link is active. Seems fishy.I have tried other RS links in the thread which are dead,
versus said:
Can you download from there?. It asks me for credit card. I might give up on dollar if I knew the link is active. Seems fishy.I have tried other RS links in the thread which are dead,
Click to expand...
Click to collapse
Oh sorry, the site was in German lol. I just found the link and posted.
Sent from my SGH-T999 using xda premium
Is app available in your country? Can apk be extracted once downloaded?. i can emulate country via vyprvpn and register new google account from there but I am wondering is it some phone setting that is tripping the store.
Won't let me install it to my phone. Does not show up on the market at all (on phone) and when found on the online market, it says I have no compatible devices.
uoY_redruM said:
Won't let me install it to my phone. Does not show up on the market at all (on phone) and when found on the online market, it says I have no compatible devices.
Click to expand...
Click to collapse
Thanks dude for you effort.
Anyone from germany?
Funny I can use PC Application available from their site http://samsung.tivizen.com/ without any restrictions and yet they forbid the use of phone app. I am not trying to use on non compatible device or something illegal - http://samsung.tivizen.com/Kompatible-Geraete.
Anyone from germany with firefox and apk downloader (does not work for me) could you please get this. Would be very thankful.
https://play.google.com/store/apps/...lLnRpdml6ZW4uRHZiVFNhbXN1bmdWY1Bob25lV2lmaSJd
Is there a more appropriate place to make apk requests? Thanks.
It's not going to work unless you bought the phone from that promotional event.
psykhotic said:
It's not going to work unless you bought the phone from that promotional event.
Click to expand...
Click to collapse
6. Wo kann ich die IMEI Nummer und Serien Nummer der Samsunggeräte finden, um Tivizen zum Aktionspreis zu erwerben?
Unter der Batterie von Samsung Galaxy Produkten
Does it have to do with this question from the FAQ. To me it looks more like you needed to provide them with you phone's imei to be able to buy the device
Once they've delivered the Tivizen it has no importance (number cannot be used again).
It would mean that no one would be able to download the app unless they come from the verified phone regardless from Germany or not, or every such downloaded APK is related to the phone and checks for specific tivizen SSID?
.
psykhotic said:
It's not going to work unless you bought the phone from that promotional event.
Click to expand...
Click to collapse
It works!!! A guy at android-hilfe was so nice to post the apk. Thanks for contribution anyway.

[Q] Better Camera Application on W.M. (REQ. for htc...)

I have a Windows Mobile device, it's camera app is very bad and I want to change it.
I want to improve the Camera software because
---Photos made with my device are always too dark...
Maybe because in my device lacks an ambient light sensor for automatic screen brightness adjustment.
---I don't understand why the Secondary Camera of my device (with 0.3 MegaPixel) is better than the Primary Camera (with 2 MegaPixel)...
1---Does it exist camera apps that can I install? (like FXCamera for Android...)
2---I saw some Xda members that have imported and shared softwares from their HTC (and Sony Ericcson) devices.
HTC's Camera Apps are fantastic and they take photos very well. (sometimes with interfaces similar to Android Cameras...)
Where can I download these camera softwares? Can anyone upload them? I am sure that they will work.
3---I found the code of a camera app that works on all WM devices(http://winmocamera.codeplex.com/) Can anyone compile it for me? (Just press the "Compile" button, because it's all already developed)
4---Do you know WM devices with panorama/landscape function?
5---Can anyone upload these files? (they are in the "Windows" folder). "CamcorderDriver.dll" , "camerabho.dll" , "QCAMERA.dll" , "OEMCameraDll.dll".
There are also "TOSHIBA.OCR.Camera" and "HTCCamera.dll" (or something like that)
other
6---I also read that a WM cooker said "Now with my rom, it's possible to use the zoom of the camera application with all resolution "
It's really possible. We can use zoom with low resolution (normally) and now even with high resolution.
Which registry values should I change to do this?
7---How can I change the folder where photos and videos are saved?
Help please
Mich-C said:
Help please
Click to expand...
Click to collapse
This might help you build your own custom camera app to meet your specific needs for your device.
http://winmocamera.codeplex.com/wikipage?title=Project Walkthrough&referringTitle=Home
chan.sk said:
This might help you build your own custom camera app to meet your specific needs for your device http://winmocamera.codeplex.com/wikipage?title=Project Walkthrough&referringTitle=Home
Click to expand...
Click to collapse
I don't have a lot of experience with the programming, maybe if I try I will succeed. But if someone used Visual Studio 2008...
Thank you. You replyed my 3rd questions. The other ones?
Mich-C said:
I don't have a lot of experience with the programming, maybe if I try I will succeed. But if someone used Visual Studio 2008...
Thank you. You replyed my 3rd questions. The other?
Click to expand...
Click to collapse
You did not mention what device you are using.
chan.sk said:
You did not mention what device you are using.
Click to expand...
Click to collapse
I have a Toshiba Portege G910 (that's why I'm looking for htc files). But this app should works on all devices.
Mich-C said:
I have a Toshiba Portege G910 (that's why I'm looking for htc files). But this app should works on all devices.
Click to expand...
Click to collapse
Email me.
Post the files here too
Sent from my LG-P500 using xda premium
akiratoriyama said:
Post the files here too
Click to expand...
Click to collapse
Yes, I will update you.
In this thread there are so many questions that everyone can help.
(For example: quest. 4, I think the HTC HD2 has this function; quest. 5, just copy some files...)

Exchange email security

Hello,
I would like to know if there any way to remove security from exchange email. I really hate to put a security or pin number when I need to look at my phone''. Any help?
Thanks
Sent from my Nexus 7 using xda app-developers app
Cool way = tasker+ autoloction + auto+auto input
You can make your phone enter the pin automatically when you are in specified locations ie home, at work or in car.
Other than that I don't know.
=]
PostMeridianLyf said:
Cool way = tasker+ autoloction + auto+auto input
You can make your phone enter the pin automatically when you are in specified locations ie home, at work or in car.
Other than that I don't know.
=]
Click to expand...
Click to collapse
do you have a guide for this? I have tasker.
I've never had the need for a pin on my email so I couldn't tell you exactly what tasks to make.
=]
No!!!! Well thanks anyway. I'm sure google knows the answer.
Of course there is a way... this is android
Here is a flashable zip which is a modded Mail.apk. It works on all android devices
http://forum.xda-developers.com/showthread.php?t=1749921
Here is a mod which also contains an option to disable exchange security requirements. It works on atnt and tmobile galaxy s4
http://forum.xda-developers.com/showthread.php?t=2293951
Just be careful which coworkers you show off to

Does Hola.Apk works on AFTV?

Hey there, trying to see if hola.apk works on AFTV.
I get this error message when I run hola and try to run an apk from hola.
it says
Error Showing VPN Service Dialog
Error trying to show the Android 4.0+ VPN service dialog
this shouldnt happen and it is a standard feature of Android 4.0+
but your Android device may not support VPN auto configuration
Can someone help me?
Thanks
rayosx said:
Hey there, trying to see if hola.apk works on AFTV.
I get this error message when I run hola and try to run an apk from hola.
it says
Error Showing VPN Service Dialog
Error trying to show the Android 4.0+ VPN service dialog
this shouldnt happen and it is a standard feature of Android 4.0+
but your Android device may not support VPN auto configuration
Can someone help me?
Thanks
Click to expand...
Click to collapse
If I remember correctly, the FireOS does not have the normal Android VPN client. There are instructions on getting DroidVPN client working in the following thread, but I'm not sure whether that would work in conjunction with Hola..
http://forum.xda-developers.com/fire-tv/general/vpn-droidvpn-heres-how-t2833743
rayosx said:
Hey there, trying to see if hola.apk works on AFTV.
Click to expand...
Click to collapse
Yes, but you have to be rooted. Are you? I have no problems with my sideloaded Hola.
Ipse_Tase said:
Yes, but you have to be rooted. Are you? I have no problems with my sideloaded Hola.
Click to expand...
Click to collapse
despite the fact i have a rooted aft i still got the same message about VPN auto-configuration mentioned above.
any ideas?
Correct me if I'm wrong, but isn't Hola strictly a browser VPN? Meaning that it works in conjunction with specified websites and not the whole connection?
spyder3 said:
Correct me if I'm wrong, but isn't Hola strictly a browser VPN? Meaning that it works in conjunction with specified websites and not the whole connection?
Click to expand...
Click to collapse
It's not just the browser - you get to chose the app that you want geo-located elsewhere and the traffic to that address is tunneled. Netflix, Pandora, Amazon are the sites I usually use Hola to simulate US location.
As far as the VPN auto-cfg message...I don't know, could be the AFTV version: I still have the old rootable one.
I have 2 fire tv's both running same software versions hola works fine on 1. The other gives me vpn error. They are mirror images of each other, I can't for the life of me find the reason one works and not the other. The only work around I've found is going to an older version of hola. Unfortunately it's the version that requires use of mouse
Sent from my SGH-I747M using XDA Free mobile app
dakos666 said:
I have 2 fire tv's both running same software versions hola works fine on 1. The other gives me vpn error. They are mirror images of each other, I can't for the life of me find the reason one works and not the other. The only work around I've found is going to an older version of hola. Unfortunately it's the version that requires use of mouse
Sent from my SGH-I747M using XDA Free mobile app
Click to expand...
Click to collapse
Hi,
Which version do you use for hula.apk? and where is it?
thanks

Categories

Resources