[TUT] disable signature verification all android [rooted] [with image tutorial] - Android

function of disable signature verification is to enable install all APK , can overwrite older app with other signature key
so you not need sign again before installation
actualy this metode work for all types for android
and i use this metode since i get android ICS
this image preview from XPERIA M4 AQUA ROOTed
DWYOR
ok lets do this \m/
-step 1 [decompile services.jar]
1- copy file services.jar from :/seytem/framework/[services.jar]
2- decompile services.jar
3- open file PackageManagerService.smali from \smali\com\android\server\pm\[PackageManagerService.smali]
4- find this code
HTML:
.method static compareSignatures([Landroid/content/pm/Signature;[Landroid/content/pm/Signature;)I
{
"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"
}
5- change this code untill end metode after "locals" code
HTML:
.method static compareSignatures([Landroid/content/pm/Signature;[Landroid/content/pm/Signature;)I
.locals 11
const/4 v0, 0x0
return v0
.end method
6- recompile and push to /system/framework/[overwrite here] and change permission to RW-R--R--
7- reboot and try to install any apk without unistall old version of apk
enjoy it
this attcahment file of servicer.jar xperia m4 aqua

Related

[Team XPOSED][MOD] Browser Debug menu

Hey guys, Team XPOSED here again. Want to get browser debug menu by default without having to type about:debug in the address bar? Here's how to do it:
Step 1: Decompile Browser.apk OR extract classes.dex from it, and use baksmali to decompile.
Step 2: Navigate to /com/android/browser/ and open BrowserSettings$1.smali
Step 3: Search for
Code:
invoke-virtual {v1, v2}, Lcom/android/browser/BrowserSettings;->setDebugEnabled(Z)V
Look above for
Code:
const/4 v2, 0x0
Change 0x0 to 0x1, save changes.
Step 4: Compile Browser.apk or use smali to compile classes.dex and replace in Browser.apk
Step 5: Push to phone
Here's a flashable zip for easy access.
Enjoy.
{
"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"
}
Nice find guys!
Sent from my EVO using Tapatalk 2
Thanks, I appreciate all of your work.
Sent from my EVO using Tapatalk 2
Excellent sleuthing. And thanks for sharing!
sent from my Jewel via xda premium.

CM9/ICS Semi-transparenet/Transparent Status bar

Ok, so every mod/guide/apk I have found for CM9/ICS does not seem to work with any of our ICS Roms. From reading comments, it seems that somewhere mid 2012 something changed in the SystemUI source that stopped the previous mods from working. I am guessing that is our problem.
Well there is a source patch that does work for ASOP by Evilisto.
I used that diff patch as a somewhat 'guide' for editing the systemUI.apk of CM9 and it works!! Just thought I would share.
Just a couple of notes...
1. There is no 'res/layout-sw600dp/navigation_bar.xml'
2. No need to edit the launcher portion
3. The changes to 'res/values/colors.xml' actually need to be made to our 'res/values/drawables.xml'
4. When editing 'com/android/systemui/statusbar/phone/PhoneStatusBar.smali'
- Do a search for 'mPixelFormat' and directly above that line change 'const/4 v8, -0x1' to 'const/4 v8, -0x3'
- That is equivalent to making the 'mPixelFormat = PixelFormat.TRANSLUCENT;' change.
- Thats the only edit you need to make to that file
5. No need to edit 'com/android/systemui/statusbar/tablet/TabletStatusBar.java', our phones not a tablet
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"
}

[GUIDE][HOW-TO] Change {Pop Up Message} at Android Version

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I just wanna share how to edit smali and change a pop message when you clicks again and again at Android Version :fingers-crossed:
Example
To change 'zombie art by Jack Larson' to yours text for example 'Ice Cream Sandwich' to have a fully changed Ginger Bread to????
1.Basic knowledge how to compile/decompile using Apktool/Apkmanager/
2.Brain and brave :laugh:
Method :
-Decompile framework.jar
-Find PlatLogoActivity.xml in smali/com/android/internal/app/
-Open with Notepad++(Windows) or gedit(Linux)
-Find this line ["Zombie art by Jack Larson" for GB] ["Ice Cream Sandwich" for ICS] ["Jelly Bean" for JB]
-Change this text to yours "WHATEVER"
-Save and close file
-Recompile your framework.jar file
-Make an CWM package and install/flash it
-Or replace it with Root Explorer or other app and change permissions to 644(rw-r--r--) and restart your phone
-Tell me the Result
CREDITS TO : ALUCARD1989PL For his info thread :good:
Original Thread
http://forum.xda-developers.com/showpost.php?p=34563875&postcount=3
Reserve - Mnangehhh..

[MOD] Delete SIM icon (A710F)

I just tried to recompiled but no luck,
now I just made it!
Works with deodexed, A710FXXU1APB2 only!
Bug:
have some little space between the signal strength icon
Screenshots:
Before :
{
"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"
}
After :
How to install (IMPORTANT)
P.s. Permissive Kernel is needed
1. Install your deodexed rom zip file first
2. Reboot to system
3. go to recovery and flash the file
4. reboot
5. finished!
You'll found the alert said unautorized access found, don't panic and ignore them.
If you found it's annoying, use Wanam Xposed to hide the alert
Download: https://drive.google.com/open?id=0BzDGDKylfS3CZDBHT0ZZTHAxY3M
Hit thanks if you like
Credits :
- Ubuntu 16
- Tickle My Android by Ticklefish
- Don't repost without my permission
I habe try for my A3
please please please please introduce A custom ROM for Galaxy A7 2016 A710fd, please please please
Hey I need some help do you have fb?

Dark Mode in Offcial WhatsApp

Black theme in Offcial WhatsApp[By not using Substratum]
{
"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"
}
Follow these steps:-
1:- Go to play store & update your WhatsApp.
[Beta version not necessary]
2:- Then open any file manager to access your root partition.
[I recommend to use Solid Explorer]
3:- Then go to this address
ROOT>data>data>com.whatsapp>shared_prefs
4:- Then open the com.whatsapp_preferences.xml file.
5:- Then add <boolean name="dark_mode" value="true"/> in between map tag. Then save the file and exit.
[Click]
6:- Then once make Force Stop the WhatsApp then open the app. Then go to setting, now uh will find a option named Theme, then what to do? Uh know that..
ENJOY
Note:-
1:- 101% working.
2:- Android Version doesn't matter.
3:- If uh update the app then do the all steps again.
4:- After every restart uh will see the white theme then simply go to WhatsApp setting & enable dark theme.
Dark theme doesn't reset after exiting whatsapp? Last time when I tried this it would reset back to light mode + few ui glitches.

Categories

Resources