[Q] Smali - Printing a type - General Questions and Answers

I'm having issues with how to work out the type of a variable and print out its value.
Using smali and such, I'm trying to reverse an apk and print out the value of the crypto key before it gets used in a TripleDes function.
Here is my error:
W/dalvikvm( 4417): VFY: Ljavax/crypto/spec/SecretKeySpec; is not instance of Ljava/lang/String;
W/dalvikvm( 4417): VFY: bad arg 1 (into Ljava/lang/String
W/dalvikvm( 4417): VFY: rejecting call to Landroid/util/Log;.i (Ljava/lang/String;Ljava/lang/StringI
Click to expand...
Click to collapse
Here is the relevant section of code:
Code:
new-instance v8, Ljavax/crypto/spec/SecretKeySpec;
const-string v13, "DESede"
invoke-direct {v8, v9, v13}, Ljavax/crypto/spec/SecretKeySpec;-><init>([BLjava/lang/String;)V
.line 93
.local v8, key:Ljavax/crypto/SecretKey;
move/from16 v0, p2
invoke-virtual {v8}, Ljava/lang/StringBuffer;->toString()Ljava/lang/String;
move-result-object v11
const-string v2, "REVERSE-CRYPTO-KEY"
invoke-static {v2, v11}, Landroid/util/Log;->i(Ljava/lang/String;Ljava/lang/String;)I
invoke-virtual {v1, v0, v8, v6}, Ljavax/crypto/Cipher;->init(ILjava/security/Key;Ljava/security/spec/AlgorithmParameterSpec;)V
This code also doesn't work:
Code:
new-instance v8, Ljavax/crypto/spec/SecretKeySpec;
const-string v13, "DESede"
invoke-direct {v8, v9, v13}, Ljavax/crypto/spec/SecretKeySpec;-><init>([BLjava/lang/String;)V
.line 93
.local v8, key:Ljavax/crypto/SecretKey;
move/from16 v0, p2
const-string v2, "REVERSE-CRYPTO-KEY"
invoke-static {v2, v8}, Landroid/util/Log;->i(Ljava/lang/String;Ljava/lang/String;)I
invoke-virtual {v1, v0, v8, v6}, Ljavax/crypto/Cipher;->init(ILjava/security/Key;Ljava/security/spec/AlgorithmParameterSpec;)V
The original code I'm trying to modify:
Code:
new-instance v8, Ljavax/crypto/spec/SecretKeySpec;
const-string v13, "DESede"
invoke-direct {v8, v9, v13}, Ljavax/crypto/spec/SecretKeySpec;-><init>([BLjava/lang/String;)V
.line 93
.local v8, key:Ljavax/crypto/SecretKey;
move/from16 v0, p2
invoke-virtual {v1, v0, v8, v6}, Ljavax/crypto/Cipher;->init(ILjava/security/Key;Ljava/security/spec/AlgorithmParameterSpec;)V
Any ideas or help?

Related

[Q] Smali print encryption key

I'm having issues with how to work out the type of a variable and print out its value.
Using smali and such, I'm trying to reverse an apk and print out the value of the crypto key before it gets used in a TripleDes function.
Here is my error:
W/dalvikvm( 4417): VFY: Ljavax/crypto/spec/SecretKeySpec; is not instance of Ljava/lang/String;
W/dalvikvm( 4417): VFY: bad arg 1 (into Ljava/lang/String
W/dalvikvm( 4417): VFY: rejecting call to Landroid/util/Log;.i (Ljava/lang/String;Ljava/lang/StringI
Click to expand...
Click to collapse
Here is the relevant section of code:
Code:
new-instance v8, Ljavax/crypto/spec/SecretKeySpec;
const-string v13, "DESede"
invoke-direct {v8, v9, v13}, Ljavax/crypto/spec/SecretKeySpec;-><init>([BLjava/lang/String;)V
.line 93
.local v8, key:Ljavax/crypto/SecretKey;
move/from16 v0, p2
invoke-virtual {v8}, Ljava/lang/StringBuffer;->toString()Ljava/lang/String;
move-result-object v11
const-string v2, "REVERSE-CRYPTO-KEY"
invoke-static {v2, v11}, Landroid/util/Log;->i(Ljava/lang/String;Ljava/lang/String;)I
invoke-virtual {v1, v0, v8, v6}, Ljavax/crypto/Cipher;->init(ILjava/security/Key;Ljava/security/spec/AlgorithmParameterSpec;)V
This code also doesn't work:
Code:
new-instance v8, Ljavax/crypto/spec/SecretKeySpec;
const-string v13, "DESede"
invoke-direct {v8, v9, v13}, Ljavax/crypto/spec/SecretKeySpec;-><init>([BLjava/lang/String;)V
.line 93
.local v8, key:Ljavax/crypto/SecretKey;
move/from16 v0, p2
const-string v2, "REVERSE-CRYPTO-KEY"
invoke-static {v2, v8}, Landroid/util/Log;->i(Ljava/lang/String;Ljava/lang/String;)I
invoke-virtual {v1, v0, v8, v6}, Ljavax/crypto/Cipher;->init(ILjava/security/Key;Ljava/security/spec/AlgorithmParameterSpec;)V
The original code I'm trying to modify:
Code:
new-instance v8, Ljavax/crypto/spec/SecretKeySpec;
const-string v13, "DESede"
invoke-direct {v8, v9, v13}, Ljavax/crypto/spec/SecretKeySpec;-><init>([BLjava/lang/String;)V
.line 93
.local v8, key:Ljavax/crypto/SecretKey;
move/from16 v0, p2
invoke-virtual {v1, v0, v8, v6}, Ljavax/crypto/Cipher;->init(ILjava/security/Key;Ljava/security/spec/AlgorithmParameterSpec;)V
Any ideas or help?

I9105P HOW TO CRT-Off

Decompile "services.jar"
Go to: "\dex\classout\com\android\server" and open "PowerManagerService$ScreenBrightnessAnimator.smali" file.
Go to line: "Landroid/os/Handler;->removeMessages(I)VI" and add the following lines in color blue:
Code:
.line 3064
.end local v0 #delta:I
:cond_60
:goto_60
iget-object v7, p0, Lcom/android/server/PowerManagerService$ScreenBrightnessAnimator;->this$0:Lcom/android/server/PowerManagerService;
#getter for: Lcom/android/server/PowerManagerService;->mScreenBrightnessHandler:Landroid/os/Handler;
invoke-static {v7}, Lcom/android/server/PowerManagerService;->access$7200(Lcom/android/server/PowerManagerService;)Landroid/os/Handler;
move-result-object v7
[COLOR=Blue]if-eqz p2, :cond_maj
const/16 v9, 0xb
const/4 v10, 0x0
const v2, 0x10
invoke-virtual {v7, v9, v2, v10}, Landroid/os/Handler;->obtainMessage(III)Landroid/os/Message;
move-result-object v9
invoke-virtual {v9}, Landroid/os/Message;->sendToTarget()V
:cond_maj[/COLOR]
const/16 v9, 0xa
invoke-virtual {v7, v9}, Landroid/os/Handler;->removeMessages(I)V
Save changes and recompile.
That's it!

[Guide] Disable Hotspot warning popup (5.0.2)

What does this mod do?
This mod disables the popup that warns about disabling wifi when you enable the Hotspot feature from the Notification panel quicksetting toggle. The popup normally only occurs when wifi is enabled, so this will prevent that popup.
This does not disable the warning if you enable hotspot from the Settings menu.
What app needs modifying?
SecSettings2.apk - must be deodexed app because we will be editing smali code.
The mod:
Decompile your deodexed SecSettings2.apk
Open smali\com\android\settings\wifi\mobileap\WifiApWarning.smali with a text editor
Search for
Code:
.local v1, "wifiState":I
Enter the following code on a new line just below that line
Code:
goto :cond_5
Save and recompile.
Final code should look like this:
Code:
.local v1, "wifiState":I
[COLOR="Blue"]goto :cond_5[/COLOR]
if-eq v1, v5, :cond_4
if-eqz v1, :cond_4
const/4 v2, 0x4
if-eq v1, v2, :cond_4
.line 786
invoke-direct {p0, v6}, Lcom/android/settings/wifi/mobileap/WifiApWarning;->showNextHotspotDialog(I)V
goto :goto_0
.line 787
:cond_4
invoke-direct {p0}, Lcom/android/settings/wifi/mobileap/WifiApWarning;->isP2pEnabled()Z
move-result v2
if-eqz v2, :cond_5
.line 788
const-string v2, "WifiApWarning"
const-string v3, "WiFi p2p on. Create dailog"
invoke-static {v2, v3}, Landroid/util/Log;->i(Ljava/lang/String;Ljava/lang/String;)I
.line 789
invoke-direct {p0, v7}, Lcom/android/settings/wifi/mobileap/WifiApWarning;->showNextHotspotDialog(I)V
goto :goto_0
.line 791
:cond_5
invoke-direct {p0, v4}, Lcom/android/settings/wifi/mobileap/WifiApWarning;->startProvisioningIfNecessary(I)V
goto :goto_0
.end method
The entire disableWifiDialog method is here:
Code:
.method private disableWifiDialog()V
.locals 8
.prologue
const/16 v7, 0x1f
const/16 v6, 0x1e
const/4 v5, 0x1
const/4 v4, 0x0
.line 771
const-string v2, "TMO"
const-string v3, "VZW"
invoke-virtual {v2, v3}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v2
if-nez v2, :cond_0
const-string v2, "NEWCO"
const-string v3, "VZW"
invoke-virtual {v2, v3}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_3
.line 773
:cond_0
iget-object v2, p0, Lcom/android/settings/wifi/mobileap/WifiApWarning;->mConnectivityManager:Landroid/net/ConnectivityManager;
invoke-virtual {v2, v5}, Landroid/net/ConnectivityManager;->getNetworkInfo(I)Landroid/net/NetworkInfo;
move-result-object v0
.line 774
.local v0, "netInfo":Landroid/net/NetworkInfo;
sget-object v2, Landroid/net/NetworkInfo$DetailedState;->CONNECTED:Landroid/net/NetworkInfo$DetailedState;
invoke-virtual {v0}, Landroid/net/NetworkInfo;->getDetailedState()Landroid/net/NetworkInfo$DetailedState;
move-result-object v3
invoke-virtual {v2, v3}, Landroid/net/NetworkInfo$DetailedState;->equals(Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_1
.line 775
invoke-direct {p0, v6}, Lcom/android/settings/wifi/mobileap/WifiApWarning;->showNextHotspotDialog(I)V
.line 794
.end local v0 # "netInfo":Landroid/net/NetworkInfo;
:goto_0
return-void
.line 776
.restart local v0 # "netInfo":Landroid/net/NetworkInfo;
:cond_1
invoke-direct {p0}, Lcom/android/settings/wifi/mobileap/WifiApWarning;->isP2pConnected()Z
move-result v2
if-eqz v2, :cond_2
.line 777
const-string v2, "WifiApWarning"
const-string v3, "WiFi p2p is connected. Create dailog"
invoke-static {v2, v3}, Landroid/util/Log;->i(Ljava/lang/String;Ljava/lang/String;)I
.line 778
invoke-direct {p0, v7}, Lcom/android/settings/wifi/mobileap/WifiApWarning;->showNextHotspotDialog(I)V
goto :goto_0
.line 780
:cond_2
invoke-direct {p0, v4}, Lcom/android/settings/wifi/mobileap/WifiApWarning;->startProvisioningIfNecessary(I)V
goto :goto_0
.line 783
.end local v0 # "netInfo":Landroid/net/NetworkInfo;
:cond_3
iget-object v2, p0, Lcom/android/settings/wifi/mobileap/WifiApWarning;->mWifiManager:Landroid/net/wifi/WifiManager;
invoke-virtual {v2}, Landroid/net/wifi/WifiManager;->getWifiState()I
move-result v1
.line 784
.local v1, "wifiState":I
[COLOR="Blue"]goto :cond_5[/COLOR]
if-eq v1, v5, :cond_4
if-eqz v1, :cond_4
const/4 v2, 0x4
if-eq v1, v2, :cond_4
.line 786
invoke-direct {p0, v6}, Lcom/android/settings/wifi/mobileap/WifiApWarning;->showNextHotspotDialog(I)V
goto :goto_0
.line 787
:cond_4
invoke-direct {p0}, Lcom/android/settings/wifi/mobileap/WifiApWarning;->isP2pEnabled()Z
move-result v2
if-eqz v2, :cond_5
.line 788
const-string v2, "WifiApWarning"
const-string v3, "WiFi p2p on. Create dailog"
invoke-static {v2, v3}, Landroid/util/Log;->i(Ljava/lang/String;Ljava/lang/String;)I
.line 789
invoke-direct {p0, v7}, Lcom/android/settings/wifi/mobileap/WifiApWarning;->showNextHotspotDialog(I)V
goto :goto_0
.line 791
:cond_5
invoke-direct {p0, v4}, Lcom/android/settings/wifi/mobileap/WifiApWarning;->startProvisioningIfNecessary(I)V
goto :goto_0
.end method
How does this mod work?
When the hotspot is enabled, a check is performed to see if wifi is enabled, and if it is, a popup message is displayed to warn the user that wifi will be disabled while the hotspot is enabled.
By inserting the "goto :cond_5", the comparision checks of "wifiState" are skipped, so the warning does not get created.
Tips:
If you have trouble recompiling the resources after making the mod:
The classes.dex normally get compiled before the resources
Simply find the newly compiled classes.dex in the output folder and copy it back into the old deodexed app (7zip).
Disclaimer:
While there are many other threads about this type of mod for KitKat and earlier versions, I could not find any thread for Lollipop. I am not responsible for any mods that you make to your phone. Always make a backup first.
Would you add more code for this please, especially where cond_5 is called because some smali is going to be different depending on the version of android.
tdunham said:
Would you add more code for this please, especially where cond_5 is called because some smali is going to be different depending on the version of android.
Click to expand...
Click to collapse
Done...more code added. :good:
need help with mod disables the popup that warns about disabling wifi when you enable
Could someone please help us with how to:
SecSettings2.apk -*must be deodexed*app because we will be editing smali code.
The modecompile your deodexed SecSettings2.apkOpen smali\com\android\settings\wifi\mobileap\WifiApWar ning.smali with a text editor
I can root my Samsung s5, flash recovery, but this new, I dont know about SecSetting2.apk how to get it and how to decompile it
Please help
ahmadxbox360 said:
Could someone please help us with how to:
SecSettings2.apk -*must be deodexed*app because we will be editing smali code.
The modecompile your deodexed SecSettings2.apkOpen smali\com\android\settings\wifi\mobileap\WifiApWar ning.smali with a text editor
I can root my Samsung s5, flash recovery, but this new, I dont know about SecSetting2.apk how to get it and how to decompile it
Please help
Click to expand...
Click to collapse
There are plenty of threads containing the tools needed to decompile apks, such as this:
http://forum.xda-developers.com/showthread.php?t=1310151
The apk itself can be pulled from another rom that is compatible for your phone. I suggest taking it from a deodexed stock rom.
Sent from my SM-G920V using Tapatalk

[Q] [SMALI] Hide statusbar audio profile icon

Hi everyone!
I have a 4.4.2 AOSP-based ROM which has always showed the audio profile when in normal/general mode. It bugged me a bit but never found an easy approach as to how to remove it.
As a personal challenge and now that I could spare some free time, I decompiled SystemUI.apk and proceed to edit the PhoneStatusBarPolicy.smali file where the audio icons are set. After a hard time understanding the nasty Smali, now it does not show the normal profile icon while still showing the silent, vibrate and outdoor icons when selected. :good:
The problem is that, when restarting SystemUI.apk or rebooting the phone, it will show the normal profile icon again. After I change to another profile and go back, it disappears and behaves as it should. So restarting is restoring the icon visibility somehow :crying:
I commented the lines for "setIcon" in the updateProfile() method of the same .smali file and the icon then does NOT appear at startup (nor any profile icon), which means that the very same function that makes it disappear when switching, is making it appear at the start.
So the answer lies there but no matter how hard I try I do not find what is the difference between startup and switching the profile mode. It must be either the method initializes with that visibility by default and then it loops when running, or an external input is making it
Here it is the method that sets the icons (with my edit in blue, at the end):
Code:
.method private final updateProfile()V
.locals 10
.prologue
const/4 v5, 0x1
const/4 v6, 0x0
.line 142
iget-object v7, p0, Lcom/android/systemui/statusbar/phone/PhoneStatusBarPolicy;->mContext:Landroid/content/Context;
const-string v8, "audio"
invoke-virtual {v7, v8}, Landroid/content/Context;->getSystemService(Ljava/lang/String;)Ljava/lang/Object;
move-result-object v1
check-cast v1, Landroid/media/AudioManager;
.line 143
.local v1, "audioManager":Landroid/media/AudioManager;
invoke-virtual {v1}, Landroid/media/AudioManager;->getRingerMode()I
move-result v4
.line 145
.local v4, "ringerMode":I
if-eqz v4, :cond_0
if-eq v4, v5, :cond_0
const/4 v7, 0x2
if-ne v4, v7, :cond_2
.line 147
.local v5, "visible":Z
:cond_0
:goto_0
iget-object v7, p0, Lcom/android/systemui/statusbar/phone/PhoneStatusBarPolicy;->mProfileManager:Lcom/mediatek/audioprofile/AudioProfileManager;
invoke-virtual {v7}, Lcom/mediatek/audioprofile/AudioProfileManager;->getActiveProfileKey()Ljava/lang/String;
move-result-object v0
.line 149
.local v0, "activeProfileKey":Ljava/lang/String;
const/4 v2, 0x0
.line 150
.local v2, "contentDescription":Ljava/lang/String;
const-string v7, "zcl"
new-instance v8, Ljava/lang/StringBuilder;
invoke-direct {v8}, Ljava/lang/StringBuilder;-><init>()V
const-string v9, "ringerMode:"
invoke-virtual {v8, v9}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object v8
invoke-virtual {v8, v4}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
move-result-object v8
const-string v9, "visible:"
invoke-virtual {v8, v9}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object v8
invoke-virtual {v8, v5}, Ljava/lang/StringBuilder;->append(Z)Ljava/lang/StringBuilder;
move-result-object v8
invoke-virtual {v8}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v8
invoke-static {v7, v8}, Landroid/util/Log;->i(Ljava/lang/String;Ljava/lang/String;)I
.line 151
iget-object v7, p0, Lcom/android/systemui/statusbar/phone/PhoneStatusBarPolicy;->mProfileManager:Lcom/mediatek/audioprofile/AudioProfileManager;
sget-object v7, Lcom/mediatek/audioprofile/AudioProfileManager$Scenario;->SILENT:Lcom/mediatek/audioprofile/AudioProfileManager$Scenario;
invoke-static {v7}, Lcom/mediatek/audioprofile/AudioProfileManager;->getProfileKey(Lcom/mediatek/audioprofile/AudioProfileManager$Scenario;)Ljava/lang/String;
move-result-object v7
invoke-virtual {v7, v0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v7
if-eqz v7, :cond_3
.line 152
const v3, 0x7f020164
.line 153
.local v3, "iconsId":I
iget-object v7, p0, Lcom/android/systemui/statusbar/phone/PhoneStatusBarPolicy;->mContext:Landroid/content/Context;
const v8, 0x7f0b00c1
invoke-virtual {v7, v8}, Landroid/content/Context;->getString(I)Ljava/lang/String;
move-result-object v2
.line 164
:goto_1
iget-object v7, p0, Lcom/android/systemui/statusbar/phone/PhoneStatusBarPolicy;->mService:Landroid/app/StatusBarManager;
const-string v8, "volume"
invoke-virtual {v7, v8, v3, v6, v2}, Landroid/app/StatusBarManager;->setIcon(Ljava/lang/String;IILjava/lang/String;)V
.line 165
iget-boolean v6, p0, Lcom/android/systemui/statusbar/phone/PhoneStatusBarPolicy;->mVolumeVisible:Z
if-eq v5, v6, :cond_1
.line 166
iget-object v6, p0, Lcom/android/systemui/statusbar/phone/PhoneStatusBarPolicy;->mService:Landroid/app/StatusBarManager;
const-string v7, "volume"
invoke-virtual {v6, v7, v5}, Landroid/app/StatusBarManager;->setIconVisibility(Ljava/lang/String;Z)V
.line 167
iput-boolean v5, p0, Lcom/android/systemui/statusbar/phone/PhoneStatusBarPolicy;->mVolumeVisible:Z
.line 170
:cond_1
return-void
.end local v0 # "activeProfileKey":Ljava/lang/String;
.end local v2 # "contentDescription":Ljava/lang/String;
.end local v3 # "iconsId":I
.end local v5 # "visible":Z
:cond_2
move v5, v6
.line 145
goto :goto_0
.line 154
.restart local v0 # "activeProfileKey":Ljava/lang/String;
.restart local v2 # "contentDescription":Ljava/lang/String;
.restart local v5 # "visible":Z
:cond_3
iget-object v7, p0, Lcom/android/systemui/statusbar/phone/PhoneStatusBarPolicy;->mProfileManager:Lcom/mediatek/audioprofile/AudioProfileManager;
sget-object v7, Lcom/mediatek/audioprofile/AudioProfileManager$Scenario;->MEETING:Lcom/mediatek/audioprofile/AudioProfileManager$Scenario;
invoke-static {v7}, Lcom/mediatek/audioprofile/AudioProfileManager;->getProfileKey(Lcom/mediatek/audioprofile/AudioProfileManager$Scenario;)Ljava/lang/String;
move-result-object v7
invoke-virtual {v7, v0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v7
if-eqz v7, :cond_4
.line 155
const v3, 0x7f020165
.line 156
.restart local v3 # "iconsId":I
iget-object v7, p0, Lcom/android/systemui/statusbar/phone/PhoneStatusBarPolicy;->mContext:Landroid/content/Context;
const v8, 0x7f0b00c0
invoke-virtual {v7, v8}, Landroid/content/Context;->getString(I)Ljava/lang/String;
move-result-object v2
goto :goto_1
.line 157
.end local v3 # "iconsId":I
:cond_4
iget-object v7, p0, Lcom/android/systemui/statusbar/phone/PhoneStatusBarPolicy;->mProfileManager:Lcom/mediatek/audioprofile/AudioProfileManager;
sget-object v7, Lcom/mediatek/audioprofile/AudioProfileManager$Scenario;->OUTDOOR:Lcom/mediatek/audioprofile/AudioProfileManager$Scenario;
invoke-static {v7}, Lcom/mediatek/audioprofile/AudioProfileManager;->getProfileKey(Lcom/mediatek/audioprofile/AudioProfileManager$Scenario;)Ljava/lang/String;
move-result-object v7
invoke-virtual {v7, v0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v7
if-eqz v7, :cond_5
.line 158
const v3, 0x7f020163
.restart local v3 # "iconsId":I
goto :goto_1
.line 161
.end local v3 # "iconsId":I
:cond_5
[COLOR="Blue"]move v5, v6[/COLOR]
const v3, 0x7f020162
.restart local v3 # "iconsId":I
goto :goto_1
.end method
There are a couple of lines above the method where the silence icon is handled. Also there is another method below in the file called updateVolume which changes the icons too. Though when uncommented they did not trigger the icon to appear at startup, so I am assuming the cause is not there. I will attach the .smali file also.
I really would like to complete this mod, I have done some further testing but it is too tiresome to test the .apk whenever I change a line of code. Also I am a noobie with all this so I do not want to screw it up. If someone is familliar with these kind of things, I will appreciate any help I can get! :fingers-crossed:
PD: If someone has a deodexed 4.4.x AOSP not showing the icon and be nice to share the SystemUI.apk, I could hopefully adapt it to my needs.
Here you can dw the file:
https://www.dropbox.com/s/jqnl7s3p3up9ysg/PhoneStatusBarPolicy_original.smali?dl=0
OK, I got it eventually. I noticed "setIcon" was called before even checking the current visibility status for the current profile (a troll developer?). Thus I edited it so that the call is made after checking.
Before editing, notice the setIcon call before if-eq v5, v6:
Code:
:goto_1
iget-object v7, p0, Lcom/android/systemui/statusbar/phone/PhoneStatusBarPolicy;->mService:Landroid/app/StatusBarManager;
const-string v8, "volume"
invoke-virtual {v7, v8, v3, v6, v2}, Landroid/app/StatusBarManager;->[COLOR="Red"]setIcon[/COLOR](Ljava/lang/String;IILjava/lang/String;)V
.line 165
iget-boolean v6, p0, Lcom/android/systemui/statusbar/phone/PhoneStatusBarPolicy;->mVolumeVisible:Z
[COLOR="Red"] if-eq v5, v6[/COLOR], :cond_1
.line 166
iget-object v6, p0, Lcom/android/systemui/statusbar/phone/PhoneStatusBarPolicy;->mService:Landroid/app/StatusBarManager;
const-string v7, "volume"
invoke-virtual {v6, v7, v5}, Landroid/app/StatusBarManager;->setIconVisibility(Ljava/lang/String;Z)V
.line 167
iput-boolean v5, p0, Lcom/android/systemui/statusbar/phone/PhoneStatusBarPolicy;->mVolumeVisible:Z
.line 170
:cond_1
return-void
.end local v0 # "activeProfileKey":Ljava/lang/String;
.end local v2 # "contentDescription":Ljava/lang/String;
.end local v3 # "iconsId":I
.end local v5 # "visible":Z
After editing, I made a new condition to skip the setIcon call in case the visibility variable (v5) is equal to false.
Code:
:goto_1
[COLOR="Blue"]if-eqz v5, :cond_6[/COLOR]
iget-object v7, p0, Lcom/android/systemui/statusbar/phone/PhoneStatusBarPolicy;->mService:Landroid/app/StatusBarManager;
const-string v8, "volume"
invoke-virtual {v7, v8, v3, v6, v2}, Landroid/app/StatusBarManager;->setIcon(Ljava/lang/String;IILjava/lang/String;)V
.line 165
[COLOR="Blue"]:cond_6[/COLOR]
iget-boolean v6, p0, Lcom/android/systemui/statusbar/phone/PhoneStatusBarPolicy;->mVolumeVisible:Z
if-eq v5, v6, :cond_1
.line 166
iget-object v6, p0, Lcom/android/systemui/statusbar/phone/PhoneStatusBarPolicy;->mService:Landroid/app/StatusBarManager;
const-string v7, "volume"
invoke-virtual {v6, v7, v5}, Landroid/app/StatusBarManager;->setIconVisibility(Ljava/lang/String;Z)V
.line 167
iput-boolean v5, p0, Lcom/android/systemui/statusbar/phone/PhoneStatusBarPolicy;->mVolumeVisible:Z
.line 170
:cond_1
return-void
.end local v0 # "activeProfileKey":Ljava/lang/String;
.end local v2 # "contentDescription":Ljava/lang/String;
.end local v3 # "iconsId":I
.end local v5 # "visible":Z
So it works, though I wish I knew exactly what is happening in the code. The getRingerMode call should return 0, 1 or 2 for silence, vibrate and normal respectively (https://developer.android.com/reference/android/media/AudioManager.html#getRingerMode()), but my phone has also the outdoor mode, so I suspect the returned values are different.
Anyway, I'm happy I could get this done and learn how to customize this!

[Guide] Adding OminiSwitch Recent Panal

Hello guys
Here is a new guide that help you to add ominiSwitch Recent Panal on your device
Before doing this make sure you have done this.
[This guide is only for Android 5.0+]
Credit:-
KachalkinGeorg (The GK)
Reuirement (Deodexed):-
1.Settings.apk
2.SystemUI.apk
3.framework.jar
4.NotePad++
5.Patience.. if you dont have try to get it
First part ( Settings.apk )
1.Decompile Settings.apk
2.Download ominisettings.zip from attachment. Extract and copy files to your decompiled Settings
3.Open Settings\res\xml\gk_recents_panel.xml
add
Code:
<PreferenceCategory android:title="@string/recents_panel_other">
<PreferenceScreen android:title="@string/omniswitch_settings_title" android:fragment="com.android.settings.gk.RecentsPanel.OmniSwitch" />
</PreferenceCategory>
4.Open Settings\res\values\strings.xml
add
Code:
<string name="recents_panel_other">Other Recents</string>
<string name="omniswitch_settings_title">OmniSwitch</string>
<string name="recents_use_omniswitch_title">Use for recents</string>
<string name="recents_use_omniswitch_summary">Use OmniSwitch instead of default recents view</string>
<string name="omniswitch_start_settings_title">Settings</string>
<string name="omniswitch_start_settings_summary">Open OmniSwitch settings</string>
<string name="omniswitch_first_time_title">Information</string>
<string name="omniswitch_first_time_message">Make sure you have enabled OmniSwitch. You can do this by using \"Settings\" below</string>
5.Recompile and Decompile Settings (For id's)
6.Open Settings\smali\com\android\settings\gk\RecentsPanel\OmniSwitch.smali
find
Code:
0x7f090427
replace with below id
Code:
<public type="string" name="omniswitch_first_time_title"
find
Code:
0x7f090428
replace with below id
Code:
<public type="string" name="omniswitch_first_time_message"
find
Code:
0x7f060067
replace with below id
Code:
<public type="xml" name="gk_recents_omniswitch"
7.Recompile Settings and move to your device
Continued on next post
Continued.
Second Part ( SystemUI.apk )
1.Decompile SystemUI.apk
2.Open SystemUI\smali\com\android\systemui\statusbar\BaseStatusBar.smali
find below method
Code:
.method static sendCloseSystemWindows(Landroid/content/Context;Ljava/lang/String;)V
After the end of the previous method, add this
Code:
.method private isOmniSwitchEnabled()Z
.locals 6
.prologue
const/4 v1, 0x1
const/4 v2, 0x0
.line 1196
iget-object v3, p0, Lcom/android/systemui/statusbar/BaseStatusBar;->mContext:Landroid/content/Context;
invoke-virtual {v3}, Landroid/content/Context;->getContentResolver()Landroid/content/ContentResolver;
move-result-object v3
const-string v4, "recents_use_omniswitch"
const/4 v5, -0x2
invoke-static {v3, v4, v2, v5}, Landroid/provider/Settings$System;->getIntForUser(Landroid/content/ContentResolver;Ljava/lang/String;II)I
move-result v0
.line 1199
.local v0, "settingsValue":I
if-ne v0, v1, :cond_0
:goto_0
return v1
:cond_0
move v1, v2
goto :goto_0
.end method
find
Code:
.method protected cancelPreloadingRecents()V
replace whole method with this
Code:
.method protected cancelPreloadingRecents()V
.locals 1
.prologue
.line 1246
invoke-direct {p0}, Lcom/android/systemui/statusbar/BaseStatusBar;->isOmniSwitchEnabled()Z
move-result v0
if-nez v0, :cond_0
.line 1247
iget-object v0, p0, Lcom/android/systemui/statusbar/BaseStatusBar;->mRecents:Lcom/android/systemui/RecentsComponent;
if-eqz v0, :cond_0
.line 1248
iget-object v0, p0, Lcom/android/systemui/statusbar/BaseStatusBar;->mRecents:Lcom/android/systemui/RecentsComponent;
invoke-interface {v0}, Lcom/android/systemui/RecentsComponent;->cancelPreloadingRecents()V
.line 1251
:cond_0
return-void
.end method
find
Code:
.method protected hideRecents(ZZ)V
replace whole method with this
Code:
.method protected hideRecents(ZZ)V
.locals 3
.param p1, "triggeredFromAltTab" # Z
.param p2, "triggeredFromHomeKey" # Z
.prologue
.line 1215
invoke-direct {p0}, Lcom/android/systemui/statusbar/BaseStatusBar;->isOmniSwitchEnabled()Z
move-result v1
if-eqz v1, :cond_1
.line 1216
new-instance v0, Landroid/content/Intent;
const-string v1, "org.omnirom.omniswitch.ACTION_HIDE_OVERLAY"
invoke-direct {v0, v1}, Landroid/content/Intent;-><init>(Ljava/lang/String;)V
.line 1217
.local v0, "showIntent":Landroid/content/Intent;
iget-object v1, p0, Lcom/android/systemui/statusbar/BaseStatusBar;->mContext:Landroid/content/Context;
sget-object v2, Landroid/os/UserHandle;->CURRENT:Landroid/os/UserHandle;
invoke-virtual {v1, v0, v2}, Landroid/content/Context;->sendBroadcastAsUser(Landroid/content/Intent;Landroid/os/UserHandle;)V
.line 1223
.end local v0 # "showIntent":Landroid/content/Intent;
:cond_0
:goto_0
return-void
.line 1219
:cond_1
iget-object v1, p0, Lcom/android/systemui/statusbar/BaseStatusBar;->mRecents:Lcom/android/systemui/RecentsComponent;
if-eqz v1, :cond_0
.line 1220
iget-object v1, p0, Lcom/android/systemui/statusbar/BaseStatusBar;->mRecents:Lcom/android/systemui/RecentsComponent;
invoke-interface {v1, p1, p2}, Lcom/android/systemui/RecentsComponent;->hideRecents(ZZ)V
goto :goto_0
.end method
find
Code:
.method protected preloadRecents()V
replace whole method
Code:
.method protected preloadRecents()V
.locals 1
.prologue
.line 1238
invoke-direct {p0}, Lcom/android/systemui/statusbar/BaseStatusBar;->isOmniSwitchEnabled()Z
move-result v0
if-nez v0, :cond_0
.line 1239
iget-object v0, p0, Lcom/android/systemui/statusbar/BaseStatusBar;->mRecents:Lcom/android/systemui/RecentsComponent;
if-eqz v0, :cond_0
.line 1240
iget-object v0, p0, Lcom/android/systemui/statusbar/BaseStatusBar;->mRecents:Lcom/android/systemui/RecentsComponent;
invoke-interface {v0}, Lcom/android/systemui/RecentsComponent;->preloadRecents()V
.line 1243
:cond_0
return-void
.end method
find
Code:
.method protected showRecents(Z)V
replace whole method with this
Code:
.method protected showRecents(Z)V
.locals 3
.param p1, "triggeredFromAltTab" # Z
.prologue
.line 1203
invoke-direct {p0}, Lcom/android/systemui/statusbar/BaseStatusBar;->isOmniSwitchEnabled()Z
move-result v1
if-eqz v1, :cond_1
.line 1204
new-instance v0, Landroid/content/Intent;
const-string v1, "org.omnirom.omniswitch.ACTION_SHOW_OVERLAY"
invoke-direct {v0, v1}, Landroid/content/Intent;-><init>(Ljava/lang/String;)V
.line 1205
.local v0, "showIntent":Landroid/content/Intent;
iget-object v1, p0, Lcom/android/systemui/statusbar/BaseStatusBar;->mContext:Landroid/content/Context;
sget-object v2, Landroid/os/UserHandle;->CURRENT:Landroid/os/UserHandle;
invoke-virtual {v1, v0, v2}, Landroid/content/Context;->sendBroadcastAsUser(Landroid/content/Intent;Landroid/os/UserHandle;)V
.line 1212
.end local v0 # "showIntent":Landroid/content/Intent;
:cond_0
:goto_0
return-void
.line 1207
:cond_1
iget-object v1, p0, Lcom/android/systemui/statusbar/BaseStatusBar;->mRecents:Lcom/android/systemui/RecentsComponent;
if-eqz v1, :cond_0
.line 1208
iget-object v1, p0, Lcom/android/systemui/statusbar/BaseStatusBar;->mContext:Landroid/content/Context;
const-string v2, "recentapps"
invoke-static {v1, v2}, Lcom/android/systemui/statusbar/BaseStatusBar;->sendCloseSystemWindows(Landroid/content/Context;Ljava/lang/String;)V
.line 1209
iget-object v1, p0, Lcom/android/systemui/statusbar/BaseStatusBar;->mRecents:Lcom/android/systemui/RecentsComponent;
invoke-virtual {p0}, Lcom/android/systemui/statusbar/BaseStatusBar;->getStatusBarView()Landroid/view/View;
move-result-object v2
invoke-interface {v1, p1, v2}, Lcom/android/systemui/RecentsComponent;->showRecents(ZLandroid/view/View;)V
goto :goto_0
.end method
find
Code:
.method protected showRecentsNextAffiliatedTask()V
replace whole method with this
Code:
.method protected showRecentsNextAffiliatedTask()V
.locals 1
.prologue
.line 1254
invoke-direct {p0}, Lcom/android/systemui/statusbar/BaseStatusBar;->isOmniSwitchEnabled()Z
move-result v0
if-nez v0, :cond_0
.line 1255
iget-object v0, p0, Lcom/android/systemui/statusbar/BaseStatusBar;->mRecents:Lcom/android/systemui/RecentsComponent;
if-eqz v0, :cond_0
.line 1256
iget-object v0, p0, Lcom/android/systemui/statusbar/BaseStatusBar;->mRecents:Lcom/android/systemui/RecentsComponent;
invoke-interface {v0}, Lcom/android/systemui/RecentsComponent;->showNextAffiliatedTask()V
.line 1259
:cond_0
return-void
.end method
find
Code:
.method protected showRecentsPreviousAffiliatedTask()V
replace whole method with this
Code:
.method protected showRecentsPreviousAffiliatedTask()V
.locals 1
.prologue
.line 1262
invoke-direct {p0}, Lcom/android/systemui/statusbar/BaseStatusBar;->isOmniSwitchEnabled()Z
move-result v0
if-nez v0, :cond_0
.line 1263
iget-object v0, p0, Lcom/android/systemui/statusbar/BaseStatusBar;->mRecents:Lcom/android/systemui/RecentsComponent;
if-eqz v0, :cond_0
.line 1264
iget-object v0, p0, Lcom/android/systemui/statusbar/BaseStatusBar;->mRecents:Lcom/android/systemui/RecentsComponent;
invoke-interface {v0}, Lcom/android/systemui/RecentsComponent;->showPrevAffiliatedTask()V
.line 1267
:cond_0
return-void
.end method
find
Code:
.method protected toggleRecents()V
replace whole method with this
Code:
.method protected toggleRecents()V
.locals 5
.prologue
.line 1226
invoke-direct {p0}, Lcom/android/systemui/statusbar/BaseStatusBar;->isOmniSwitchEnabled()Z
move-result v1
if-eqz v1, :cond_1
.line 1227
new-instance v0, Landroid/content/Intent;
const-string v1, "org.omnirom.omniswitch.ACTION_TOGGLE_OVERLAY"
invoke-direct {v0, v1}, Landroid/content/Intent;-><init>(Ljava/lang/String;)V
.line 1228
.local v0, "showIntent":Landroid/content/Intent;
iget-object v1, p0, Lcom/android/systemui/statusbar/BaseStatusBar;->mContext:Landroid/content/Context;
sget-object v2, Landroid/os/UserHandle;->CURRENT:Landroid/os/UserHandle;
invoke-virtual {v1, v0, v2}, Landroid/content/Context;->sendBroadcastAsUser(Landroid/content/Intent;Landroid/os/UserHandle;)V
.line 1235
.end local v0 # "showIntent":Landroid/content/Intent;
:cond_0
:goto_0
return-void
.line 1230
:cond_1
iget-object v1, p0, Lcom/android/systemui/statusbar/BaseStatusBar;->mRecents:Lcom/android/systemui/RecentsComponent;
if-eqz v1, :cond_0
.line 1231
iget-object v1, p0, Lcom/android/systemui/statusbar/BaseStatusBar;->mContext:Landroid/content/Context;
const-string v2, "recentapps"
invoke-static {v1, v2}, Lcom/android/systemui/statusbar/BaseStatusBar;->sendCloseSystemWindows(Landroid/content/Context;Ljava/lang/String;)V
.line 1232
iget-object v1, p0, Lcom/android/systemui/statusbar/BaseStatusBar;->mRecents:Lcom/android/systemui/RecentsComponent;
iget-object v2, p0, Lcom/android/systemui/statusbar/BaseStatusBar;->mDisplay:Landroid/view/Display;
iget v3, p0, Lcom/android/systemui/statusbar/BaseStatusBar;->mLayoutDirection:I
invoke-virtual {p0}, Lcom/android/systemui/statusbar/BaseStatusBar;->getStatusBarView()Landroid/view/View;
move-result-object v4
invoke-interface {v1, v2, v3, v4}, Lcom/android/systemui/RecentsComponent;->toggleRecents(Landroid/view/Display;ILandroid/view/View;)V
goto :goto_0
.end method
3.Recompile SystemUI and move to your device
Continued on next post
Continued.
Final part ( framework.jar )
1.Decompile framework.jar
2.Download ominiframework.zip from attachment. Extract and copy files to decompiled framework
3.Open framework.jar\smali\android\provider\Settings$System.smali
find
Code:
.field public static final RECENTS_SHOW_SEARCH_BAR:Ljava/lang/String; = "recents_show_search_bar"
below add a new field
Code:
.field public static final RECENTS_USE_OMNISWITCH:Ljava/lang/String; = "recents_use_omniswitch"
4.Recompile framework and move to your device
Now download Omini_System.zip and flash using any custom recovery.
Enjoy...
Screenshots:-

Categories

Resources