Hey there, trying to disable the security check in services.jar, to allow for patching AndroidManifest.xml in Rosie.apk to enable rotation (Desire Z port to Nexus One)
Any ideas?
Related
Does anyone know if there's a way of disabling certificate checking, perhaps just for a single app? My phone's rooted, so at least theoretically it *should* be possible, but it could be difficult, and maybe nobody knows how to do it...
Or maybe there's some other way of achieving what I want to do, which is a mod to Phone.apk. I'm using apktool to decompile and recompile, then resigning with my own signature, but the system objects to that (is this because Phone.apk is set up to use a shared user id?), and fails to launch the Phone application on restart ("No SIM inserted", it tells me... I've seen more accurate error messages).
Don't resign it. Copy signatures and AndroidManifest.xml file from original apk and Android won't notice other files were modified. If you replace system app, Android checks AndroidManifest.xml signature only.
Hi,
I would like to know how i can remove those Galaxy Nexus software buttons from the screen. Already tried editing the framework-res.apk with apk tool (no signing) but my phone bootloops>.< btw, when i recompile the res.apk it slims down in size like 3mb.
Help would be appreciated!
http://forum.xda-developers.com/showthread.php?t=1361950
hello, someone could help
I have a optimus 3d stock ics American v30b odexed
I want to remove signature checks my optimus 3d
for that modify the services.jar but when my device does not turn on.
http://d-h.st/4RG it is my framework folder unmodified
http://d-h.st/Ep9 here is the original and modified services.jar
could tell me why it did not work?????
or may modify the original to remove the controls??????
Hi everybody,
is there any way (after MM) to disable signature verification?
Always when I modify my framework-res.apk (or something else system related) I get stuck on a bootloop.
Logcat yelling at me that signature is not correct.
All guides to disable signature verification involve editing the services.jar but this file is completly empty (1KB) and APKTool doesn't decompile it.
So is there any possibility to modify System-Apps without bootlooping?
Hi,
I try to change a value in the bools.xml of the framework-res.apk and copy it back to my Fire HD 8. Therefore I downloaded the file and decompiled it with EasyApkTool. I changed the value and compiled and signed it. After copying it back and replacing the old one and seeting the chmod the devices just boots forever.
I have rooted the device and lineageOs 17.1 installed. Why isn't it booting up anymore? Copying back the old unaltered file makes it start again.
KR
Karl
SElinux / DM-Verity / AVB has detected the file got changed.
Thxs, disabling dm-verity did the trick. I used https://zackptg5.com/android.php#disverfe
Edit: It did not, I used the old framework-res.apk. Now trying to disable SElinux
I'm about to give up. It's just not booting with the adapted apk. I compiled with aapt2 and appt, nothing works.
I just want to change 'config_supportDoubleTapWake' to true.
I took LineageOs 14.1 and there it was already set by default. The double tap to wake still does not work though but I give up now.