Related
Attached is a mod I've spent the last week and a half working on for my friend and I. We were working out and found it a hassle to have to bring out our phones from our pocket in order to seek past tracks. This mod allows you to now seek from your pocket easily.
Those of you who've used CM6/7 are probably aware of a feature they have where you can seek music tracks with the screen off using the volume up (forward track) / volume down (previous track) buttons.
Essentially, I've ported this feature onto the Samsung Framework. Since the Samsung Framework is closed source, I had to reverse engineer a lot of their functions in the Android.Policy framework which took a while. Although the CM6/7 is open source, the code they provide is in Java which you can't really inline with dalvik assembler code so converting their relevant functions into .smali compatible code took more time.
Because of this, I'm only releasing this for Leomar75 (v. 2.6 XXKH3) Rom since it's the Rom I've settled on. I have not tested it on other roms, it may or may not work with others, I make no guarantees. However, I'm ~80% sure it will work with other KH3 based Samsung Firmwares. I don't have time, or the will, to port it to other roms so please don't ask.
Installation:
Make a Nandroid backup using Clockwork Recovery.
Wipe your Cache & Dalvik Cache.
Unzip the file.
ADB push the file to your phone:
Code:
adb push android.policy.jar /system/framework/
Make sure permissions are correct:
Code:
adb shell
busybox chmod -R 644 /system/framework/android.policy.jar
Reboot.
Usage:
When the screen is off, and music is playing, holding the volume up button for ~1 second will seek forward 1 track.
Holding the volume down button for ~1 second will seek back 1 track.
When you do either actions, the screen will not wake (battery life is conserved).
If the screen is ON, and music is playing, it will not seek forward/back if you hold the buttons.
Known bugs:
My friend told me this breaks JKAY AOSP Lockscreen mods. I don't use JKAY mods so that bug probably won't be fixed.
Caveats:
I don't want any donations, plz don't ask.
If you want to disassemble this using baksmali to try to see what I've changed, that's fine by me. I don't really care tbh.
If you have honest questions I will answer but if it's answerable with a Google search, I probably will not bother.
Credits:
Jon Boekenoogen (metalhead8816): First guy to submit the 'Long press volume buttons to skip songs' concept for CM6. Thanks for this simple, but great feature.
Obviously the CM6/7 team: I disassembled & used your code, thanks.
Leomar75: I use your rom, thanks.
JesusFreak: You made an awesome tool for disassembling and assembling .dex. Thanks.
You are my hero ! Thx for this. But sadly not working on Batista 3.7.6 so I have to change to Leo Rom
Sent from my GT-I9100 using xda premium
Could you please release the changes that were made in the android.policy.jar? Please post the code and what was changed so developers (and users) modify it themselves.
Thanks a lot.
Wow, nice work. I'll try this later.
Edit : works perfectly on leomars rom. Thank you very much!
Sent from my GT-I9100 using Tapatalk
Works on Cognition ROM 1.5.1 !
edit post . ( restore a nandroid backup .
Does not work with leo rom and root explorer have to try it later with adb but should not make any diiference
Edit: works fine even with explorer but tw 4.5 breaks it
Sent from my GT-I9100 using xda premium
I think fugutweaks breaks your mod do you have installed it ?
Sent from my GT-I9100 using xda premium
Sonic7 said:
Does not work with leo rom and root explorer have to try it later with adb but should not make any diiference
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
It works with rootexplorer. I did it this way. Maybe you forgot to set permissions?
Sent from my GT-I9100 using Tapatalk
Awesome feature. It works on Criskelo rom. Thanks a lot.
Sent from my GT-I9100 using XDA App
nexxus. said:
It works with rootexplorer. I did it this way. Maybe you forgot to set permissions?
Sent from my GT-I9100 using Tapatalk
Click to expand...
Click to collapse
I installed the touchwiz 4.5 and I think this breaks the mod. It works fine on a fresh instal
Sent from my GT-I9100 using xda premium
Sonic7 said:
I think fugutweaks breaks your mod do you have installed it ?
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
I don't have it installed. If it modifies the android.policy.jar it will probably interfere with this. You could try installing this first and then applying fugutweaks.
it's possible to flash with cwm?
Working fabulously with VR 2.4.2 /w EDT tweaks + Ninpo latest. Transfered into /system/app with TotalCom, sorted out permissions and voila.
Now I can uninstall JustShake, which was wonky in use anyways.
Thanks bud!
EDIT: Scratch that. It's conflicting with power menu. Sigh.
Hi aerobahn, first of all Thanks for your hard work in this excellent mod. I'm actually using jkay and of course this mod breaks jkay lockscreen options, because jkay also modifies android.policy. For this reason i'm trying to adapt your mod over jkay android.policy
I see your mod only modifies two files
GlobalActions.smali
PhoneWindowManager.smali
and add 5 files
GlobalActions$8. smali
GlobalActions$9. smali
GlobalActions$10. smali
PhoneWindowManager$12.smali
PhoneWindowManager$13.smali
The PhoneWindowManager is ready, I've pasted all the code into jkay PhoneWindowManager. My problem is with GlobalActions because jkay also uses files named 8, 9 and 10... until 20. I think it's possible change your files to the next numbers availables like this GlobalActions$21, 22 and 23 and modify the code to refer it with this new name.
Then, I need add this code to jkay's GlobalActions.smali and change the hex values for const, but don't know how can I do it... i'm newbie editing smali code...
Code:
aput-object v2, v0, v1
const/4 v1, 0x4
new-instance v2, Lcom/android/internal/policy/impl/GlobalActions$21;
const v3, 0x108045b
const v4, 0x1040505
invoke-direct {v2, p0, v3, v4}, Lcom/android/internal/policy/impl/GlobalActions$21;-><init>(Lcom/android/internal/policy/impl/GlobalActions;II)V
aput-object v2, v0, v1
const/4 v1, 0x5
new-instance v2, Lcom/android/internal/policy/impl/GlobalActions$22;
const v3, 0x108045c
const v4, 0x1040503
invoke-direct {v2, p0, v3, v4}, Lcom/android/internal/policy/impl/GlobalActions$22;-><init>(Lcom/android/internal/policy/impl/GlobalActions;II)V
aput-object v2, v0, v1
const/4 v1, 0x6
new-instance v2, Lcom/android/internal/policy/impl/GlobalActions$23;
const v3, 0x1080456
const v4, 0x1040504
invoke-direct {v2, p0, v3, v4}, Lcom/android/internal/policy/impl/GlobalActions$23;-><init>(Lcom/android/internal/policy/impl/GlobalActions;II)V
¿Can you help me please? I added the files. For if you can take a look. Thanks in advance
Ps: I know... my english is horrible!! xD sorry for this
Can others please verify... I'd have added this feature to my Deluxe Themes but it seems to break radio volume control!
How to test: start radio instead music player and turn off screen. Now try and change volume using volume keys... on my phone nothing happens!!!
Sent from my GT-I9100 using xda premium
_JKay_ said:
Can others please verify... I'd have added this feature to my Deluxe Themes but it seems to break radio volume control!
How to test: start radio instead music player and turn off screen. Now try and change volume using volume keys... on my phone nothing happens!!!
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
On my phone works fine...
nitsuajd said:
On my phone works fine...
Click to expand...
Click to collapse
Hmm... ok I'll see if I can get the FM radio volume to work in my mod too... then I'll include this great feature into version 10 of JKay Deluxe.
Sent from my GT-I9100 using xda premium
_JKay_ said:
Hmm... ok I'll see if I can get the FM radio volume to work in my mod too... then I'll include this great feature into version 10 of JKay Deluxe.
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
This would make my day JKay ( wow that rhymes )
nitsuajd said:
Hi aerobahn, first of all Thanks for your hard work in this excellent mod. I'm actually using jkay and of course this mod breaks jkay lockscreen options, because jkay also modifies android.policy. For this reason i'm trying to adapt your mod over jkay android.policy
I see your mod only modifies two files
GlobalActions.smali
PhoneWindowManager.smali
and add 5 files
GlobalActions$8. smali
GlobalActions$9. smali
GlobalActions$10. smali
PhoneWindowManager$12.smali
PhoneWindowManager$13.smali
The PhoneWindowManager is ready, I've pasted all the code into jkay PhoneWindowManager. My problem is with GlobalActions because jkay also uses files named 8, 9 and 10... until 20. I think it's possible change your files to the next numbers availables like this GlobalActions$21, 22 and 23 and modify the code to refer it with this new name.
Then, I need add this code to jkay's GlobalActions.smali and change the hex values for const, but don't know how can I do it... i'm newbie editing smali code...
Code:
aput-object v2, v0, v1
const/4 v1, 0x4
new-instance v2, Lcom/android/internal/policy/impl/GlobalActions$21;
const v3, 0x108045b
const v4, 0x1040505
invoke-direct {v2, p0, v3, v4}, Lcom/android/internal/policy/impl/GlobalActions$21;-><init>(Lcom/android/internal/policy/impl/GlobalActions;II)V
aput-object v2, v0, v1
const/4 v1, 0x5
new-instance v2, Lcom/android/internal/policy/impl/GlobalActions$22;
const v3, 0x108045c
const v4, 0x1040503
invoke-direct {v2, p0, v3, v4}, Lcom/android/internal/policy/impl/GlobalActions$22;-><init>(Lcom/android/internal/policy/impl/GlobalActions;II)V
aput-object v2, v0, v1
const/4 v1, 0x6
new-instance v2, Lcom/android/internal/policy/impl/GlobalActions$23;
const v3, 0x1080456
const v4, 0x1040504
invoke-direct {v2, p0, v3, v4}, Lcom/android/internal/policy/impl/GlobalActions$23;-><init>(Lcom/android/internal/policy/impl/GlobalActions;II)V
¿Can you help me please? I added the files. For if you can take a look. Thanks in advance
Ps: I know... my english is horrible!! xD sorry for this
Click to expand...
Click to collapse
I ported the mod to my XXKG2 rom and i never modifed anything except phonewindowmanager and added $12 and $13 files and its working fine
Maybe i did something wrong but it seems fine to me....
Hope that helps
Sent from my GT-I9100
Works Fine with Criskelo Rom!!!
Thanks
I searched a solution to disable NR in the beginning of the call. I had an echo problem in my phone, and the only way to fix it was to disable the NR.
The problem - each time you place or answer a call we need to go to menu and disable it.
All the codes that posted here didn't disable the NR. they only disabled the menu.
After digging for a few days in the smali of the Phone.apk I found the solution -
You need to edit CallNotifier.smali -
Search for - turnOnNoiseSuppression and rem the line
In my case it looks like this.
Code:
.line 957
.local v3, noise_reduction:Z
iget-object v8, p0, Lcom/android/phone/CallNotifier;->mApplication:Lcom/android/phone/PhoneApp;
const/4 v9, 0x1
[COLOR="Red"]# [/COLOR]invoke-static {v8, v3, v9}, Lcom/android/phone/PhoneUtils;->turnOnNoiseSuppression(Landroid/content/Context;ZZ)V
And in PhoneApp$PhoneAppBroadcastReceiver.smali (not all APk's needs it)-
Code:
.line 1930
sget-object v1, Lcom/android/phone/PhoneUtils$AMRState;->WB:Lcom/android/phone/PhoneUtils$AMRState;
invoke-static {v1}, Lcom/android/phone/PhoneUtils;->setAMRCodec(Lcom/android/phone/PhoneUtils$AMRState;)V
.line 1940
:goto_9
iget-object v1, p0, Lcom/android/phone/PhoneApp$PhoneAppBroadcastReceiver;->this$0:Lcom/android/phone/PhoneApp;
invoke-virtual {v1}, Lcom/android/phone/PhoneApp;->getApplicationContext()Landroid/content/Context;
move-result-object v1
invoke-static {v1}, Lcom/android/phone/PhoneUtils;->isSupportedNoiseReductionInWBMode(Landroid/content/Context;)Z
move-result v1
if-nez v1, :cond_21
if-ne v0, v5, :cond_21
iget-object v0, p0, Lcom/android/phone/PhoneApp$PhoneAppBroadcastReceiver;->this$0:Lcom/android/phone/PhoneApp;
invoke-virtual {v0}, Lcom/android/phone/PhoneApp;->getApplicationContext()Landroid/content/Context;
move-result-object v0
invoke-static {v0}, Lcom/android/phone/PhoneUtils;->isNoiseSuppressionOn(Landroid/content/Context;)Z
move-result v0
if-ne v0, v5, :cond_21
.line 1943
iget-object v0, p0, Lcom/android/phone/PhoneApp$PhoneAppBroadcastReceiver;->this$0:Lcom/android/phone/PhoneApp;
invoke-virtual {v0}, Lcom/android/phone/PhoneApp;->getApplicationContext()Landroid/content/Context;
move-result-object v0
[COLOR="Red"]# [/COLOR]invoke-static {v0, v4, v4}, Lcom/android/phone/PhoneUtils;->turnOnNoiseSuppression(Landroid/content/Context;ZZ)V
Different apk's versions may have different line number and variables numbers.
This change will make the phone starts calls with NR off. (may not work in the first call after the phone boots up - looking for a fix)
you can still turn it on if you want, during the call
Enjoy!
This is driving me insane.
I cannot, for the life of me, get a smali folder when I decompile Phone.apk. I've tried using APKManager 4.9, and directly using APKTool.
Using APKManager, I set my project, decompile with dependencies, drag twframework-res.apk when asked.
Using APKTool, I type:
apktool d Phone.apk
Both methods, all I get are a res folder, AndroidManifest.xml, and apktool.yml.
Is there something I am missing?
ctomgee said:
This is driving me insane.
I cannot, for the life of me, get a smali folder when I decompile Phone.apk. I've tried using APKManager 4.9, and directly using APKTool.
Using APKManager, I set my project, decompile with dependencies, drag twframework-res.apk when asked.
Using APKTool, I type:
apktool d Phone.apk
Both methods, all I get are a res folder, AndroidManifest.xml, and apktool.yml.
Is there something I am missing?
Click to expand...
Click to collapse
Yeah, you're missing the fact that your ROM is probably odexed and not deodexed.
petsasj said:
Yeah, you're missing the fact that your ROM is probably odexed and not deodexed.
Click to expand...
Click to collapse
Such a simple answer... *sigh*
You are correct. So how can I edit the .smali file of an odexed Phone.apk?
EDIT: Nevermind... I supposed I can just find a deodexed Phone.apk to make the change on, yeah?
ctomgee said:
Such a simple answer... *sigh*
You are correct. So how can I edit the .smali file of an odexed Phone.apk?
EDIT: Nevermind... I supposed I can just find a deodexed Phone.apk to make the change on, yeah?
Click to expand...
Click to collapse
Finding a deodexed Phone.apk is probably easiest fo you. I don't think you're accustomed to smali/baksmali deodexing procedures? There's a nice How-To by sicopat, but still, get a deodexed Phone.apk
petsasj said:
Finding a deodexed Phone.apk is probably easiest fo you. I don't think you're accustomed to smali/baksmali deodexing procedures? There's a nice How-To by sicopat, but still, get a deodexed Phone.apk
Click to expand...
Click to collapse
Just started learning about deodexing, yeah. I think I've found a deodexed Phone.apk for my ROM version, thanks for your help.
thanks but what about MIUI and CM7 roms?
i have echo problem in these roms!
cheers,
SX
SignalX said:
thanks but what about MIUI and CM7 roms?
i have echo problem in these roms!
cheers,
SX
Click to expand...
Click to collapse
Have you looked to see if that same line is in the file?
Anyone can confirm it really works?
Thank you for the solution but can anyone post deodexed phone.apk with this solution here (xxki4 or xwkj3)?
yay1974 said:
Thank you for the solution but can anyone post deodexed phone.apk with this solution here (xxki4 or xwkj3)?
Click to expand...
Click to collapse
I can confirm that it DOES work. I was able to edit a deodexed Phone.apk from XXKI3, and now it defaults NR to being OFF during calls. (though, as drorsi states in the OP, it is still on for the first call after the phone boots). You still have the option of turning it on during the call if you wish.
You can find what you need to know on how to decompile/recompile .apk files at http://forum.xda-developers.com/showthread.php?t=695701.
i try to do this fix into the phone.apk from checkrom with call record but i didn´t find the CallNotifier.smali so i give up ;( maybe someone can help me please `
Greetz Marcel
knightnz said:
Have you looked to see if that same line is in the file?
Click to expand...
Click to collapse
no
you think its same?
can you please check mate?
cheers,
SX
maybe someone can help me please so i upload the phone.apk
http://www.megaupload.com/?d=GEEHBN37
thx in advice
v0dKa
Guys, could somebody be so kindly and share with us Phone.apk with NR off as default for last software KJ3 please?
ps
v0dKa, that the apk is it? from what version, why, could you explain please?
Sorry its the apk from the checkrom rom with call record
When someone have a patched apk without record but with non increasing ringtone for the kj3 please upload it
Sent from my GT-I9100 using Tapatalk
SignalX said:
thanks but what about MIUI and CM7 roms?
i have echo problem in these roms!
cheers,
SX
Click to expand...
Click to collapse
Same here on CM7, solution would be welcome! (BTW there is a disable noise reduction tweak in VillainROM's VRTweaks)
I've got the same problem with CM7 (and other ROM's btw).
Driving me insane as well.
Is there anyone kind enough to help me with this problem?
I tried the villain rom as well, with the villain tweak. But that doesnt seem to work either....
Help
A question:
i used apkmanager and followed 1st post instructions for .smali files but when i recompile apk it asks to delete modified files from "keep" folder, what must i do?
code72 said:
A question:
i used apkmanager and followed 1st post instructions for .smali files but when i recompile apk it asks to delete modified files from "keep" folder, what must i do?
Click to expand...
Click to collapse
When recompiling, there will be a "keep" folder at some point. (you will be prompted on this step) Delete any file you might have edited from this folder at this step. If you edited any xml files, you'll need to delete the resources.arsc file.
Sent from my GT-I9100 using XDA App
ctomgee said:
When recompiling, there will be a "keep" folder at some point. (you will be prompted on this step) Delete any file you might have edited from this folder at this step. If you edited any xml files, you'll need to delete the resources.arsc file.
Sent from my GT-I9100 using XDA App
Click to expand...
Click to collapse
Ok, but in "keep" folder there aren't .smali file so how can i delete them?
Hi I have ported this app from lg Optimus g pro it's something I missed from my lg escape so give it a try but beware I advise you to make a backup of your the 3 lib files before installing this zip I put together which are libomxcore. so libomxvenc.so an libomxdvec.so this is beta testing only if all goes well I will continue to try and fix any problems that may still be enjoy
download
http://db.tt/GcmKZD7U
reserved
Just tried it and here's what I got
Sent from my HTC One using xda app-developers app
has anyone else had any luck getting this to install?
Do you have a deodexed version of the APK? I might mod it to work with our phone but I can't for now because it's odexed and I don't have the framework files to deodex it.
Riyal said:
Do you have a deodexed version of the APK? I might mod it to work with our phone but I can't for now because it's odexed and I don't have the framework files to deodex it.
Click to expand...
Click to collapse
here you go the files are here deodexed both the app and framework files just go the link http://web.djodjo.org/?a=download:android:misc:LGgeehrc_4.1.2_JZO54K
lordboo03 said:
here you go the files are here deodexed both the app and framework files just go the link http://web.djodjo.org/?a=download:android:misc:LGgeehrc_4.1.2_JZO54K
Click to expand...
Click to collapse
seems like the site hosting the file is unstable. It keeps disconnecting me when I download it. Only manage to reach up to 5mb. Download managers also won't work. Could you post it on a different filehost? Or maybe just extract the apk for me. I don't need the framework files as long as it's already deodexed.
Riyal said:
seems like the site hosting the file is unstable. It keeps disconnecting me when I download it. Only manage to reach up to 5mb. Download managers also won't work. Could you post it on a different filehost? Or maybe just extract the apk for me. I don't need the framework files as long as it's already deodexed.
Click to expand...
Click to collapse
here you go http://www.mediafire.com/download/1isq6qlpds2twrd/VideoWiz.rar
Hi! Try installing these
http://www.mediafire.com/?fomnbm2gpxjqraa
By the way I'm not expecting VideoEditorbin.apk & Videosbin.apk to work... Seems like it's depending some of it's element on the framework-res.
Anyways VideoWiz should work and Videosbin.apk is not necessary since it's just a movie player. What worries me is that Video Wiz might be depending on VideoEditorbin.apk
Riyal said:
Hi! Try installing these
http://www.mediafire.com/?fomnbm2gpxjqraa
By the way I'm not expecting VideoEditorbin.apk & Videosbin.apk to work... Seems like it's depending some of it's element on the framework-res.
Anyways VideoWiz should work and Videosbin.apk is not necessary since it's just a movie player. What worries me is that Video Wiz might be depending on VideoEditorbin.apk
Click to expand...
Click to collapse
just tried it i saw the shortcut in menu but as soon as i tried to run it it just force closed
Could you provide a logcat? Can't get one at the moment I'm still at the office and debugging thru phone is so hard.
Riyal said:
Could you provide a logcat? Can't get one at the moment I'm still at the office and debugging thru phone is so hard.
Click to expand...
Click to collapse
here you go
ok so far I got the app working now I need help with the package not being able to use the proper music player it needs the lg music player at least thats what it tries to load everytime when i open up the program to select music so now does anyone have any idea on how to map that part to use the htc music player or play music player to select music for the background in the app? here is a update u will need to install this to files that goes in the system lib folder on your phone i used es file explore to transfer the files an of course the videowiz app the app folder of the file system any help to get this work would be appreciated
http://www.mediafire.com/download/q1y5u8lzatxfet1/VideoWiz.rar
Hi! Pardon I forgot to come back to this thread and haven't noticed it because it was buried by other threads from this forum... Anyways since I'm back could you post also the lg music player app? I could know it's package name then I could search the callback function.
Thanks for your work here. Would be great to get this Wiz working
push
Riyal said:
Hi! Pardon I forgot to come back to this thread and haven't noticed it because it was buried by other threads from this forum... Anyways since I'm back could you post also the lg music player app? I could know it's package name then I could search the callback function.
Click to expand...
Click to collapse
I'm at work right now I will upload a flashable zip later so maybe you can try to figure out why the music player wont load
here is the flashable zip http://www.mediafire.com/download/uzmyuombgurdwb6/videowiz12.zip
Wow 108mb Anyways is the music player here? Downloading now
---------- Post added at 08:31 AM ---------- Previous post was at 08:12 AM ----------
lordboo03 said:
ok so far I got the app working now I need help with the package not being able to use the proper music player it needs the lg music player at least thats what it tries to load everytime when i open up the program to select music so now does anyone have any idea on how to map that part to use the htc music player or play music player to select music for the background in the app? here is a update u will need to install this to files that goes in the system lib folder on your phone i used es file explore to transfer the files an of course the videowiz app the app folder of the file system any help to get this work would be appreciated
http://www.mediafire.com/download/q1y5u8lzatxfet1/VideoWiz.rar
Click to expand...
Click to collapse
Hi again! The link to the modified app is down now... Could you reup it again? I already found the issue...
Anyways if you're familiar with decompiling and recompiling APKs/smali here's what you should do...
replace all the com.lge.music with com.htc.music here are the locations where you can find them...
1. VideoWiz3\smali\com\muvee\smhd30\activity\SMHD30MainActivity$10.smali
Code:
Line 128: const-string v1, "com.lge.music"
Line 130: const-string v2, "com.lge.music.MusicPicker"
2. VideoWiz3\smali\com\muvee\smhd30\activity\SMHD30MainActivity$33.smali
Code:
Line 53: const-string v2, "package:com.lge.music"
3. VideoWiz3\smali\com\muvee\smhd30\activity\SMHD30MainActivity$48.smali
Code:
Line 112: const-string v1, "com.lge.music"
Line 114: const-string v2, "com.lge.music.MusicPicker"
4. VideoWiz3\smali\com\muvee\smhd30\activity\SMHD30MainActivity$49.smali
Code:
Line 119: const-string v1, "com.lge.music"
Line 121: const-string v2, "com.lge.music.MusicPicker"
5. VideoWiz3\smali\com\muvee\smhd30\activity\SMHD30MainActivity.smali
Code:
Line 2758: const-string v4, "com.lge.music"
Line 2810: const-string v4, "com.lge.music"
Line 2812: const-string v5, "com.lge.music.MusicPicker"
Line 5951: const-string v1, "com.lge.music"
Line 5953: const-string v2, "com.lge.music.MusicPicker"
I put the line number at the beginning so you won't have any problems location the codes when you open it in a text editor. Just replace them with com.htc.music or upload your modified version and I'll remodify it for you.
Riyal said:
Wow 108mb Anyways is the music player here? Downloading now
---------- Post added at 08:31 AM ---------- Previous post was at 08:12 AM ----------
Hi again! The link to the modified app is down now... Could you reup it again? I already found the issue...
Anyways if you're familiar with decompiling and recompiling APKs/smali here's what you should do...
replace all the com.lge.music with com.htc.music here are the locations where you can find them...
1. VideoWiz3\smali\com\muvee\smhd30\activity\SMHD30MainActivity$10.smali
Code:
Line 128: const-string v1, "com.lge.music"
Line 130: const-string v2, "com.lge.music.MusicPicker"
2. VideoWiz3\smali\com\muvee\smhd30\activity\SMHD30MainActivity$33.smali
Code:
Line 53: const-string v2, "package:com.lge.music"
3. VideoWiz3\smali\com\muvee\smhd30\activity\SMHD30MainActivity$48.smali
Code:
Line 112: const-string v1, "com.lge.music"
Line 114: const-string v2, "com.lge.music.MusicPicker"
4. VideoWiz3\smali\com\muvee\smhd30\activity\SMHD30MainActivity$49.smali
Code:
Line 119: const-string v1, "com.lge.music"
Line 121: const-string v2, "com.lge.music.MusicPicker"
5. VideoWiz3\smali\com\muvee\smhd30\activity\SMHD30MainActivity.smali
Code:
Line 2758: const-string v4, "com.lge.music"
Line 2810: const-string v4, "com.lge.music"
Line 2812: const-string v5, "com.lge.music.MusicPicker"
Line 5951: const-string v1, "com.lge.music"
Line 5953: const-string v2, "com.lge.music.MusicPicker"
I put the line number at the beginning so you won't have any problems location the codes when you open it in a text editor. Just replace them with com.htc.music or upload your modified version and I'll remodify it for you.
Click to expand...
Click to collapse
I'm at work right now but you can get the videowiz file from this link http://web.djodjo.org/?a=download:android:misc:LGgeehrc_4.1.2_JZO54K just scroll down to the app section and you will see the videowiz3 file its only 13mb once you modfiled that file can u then upload it for me and then once I get home in the moring I will upload with my modified zip
4 dots are minimium to use for pattern lock. I want to reduce it to 3 or even 2. Not talking about 3x3 pattern grid but the number of dots used to unlock.
Sent from my Moto G using xda app-developers app
jatanshah said:
4 dots are minimium to use for pattern lock. I want to reduce it to 3 or even 2. Not talking about 3x3 pattern grid but the number of dots used to unlock.
Sent from my Moto G using xda app-developers app
Click to expand...
Click to collapse
interesting idea.
I'll look at it and hopefully will find a solution
a small how-to
Keyguard\smali\com\android\keyguard\KeyguardPatternView$UnlockPatternListener.smali
Code:
.line 279
invoke-interface {p1}, Ljava/util/List;->size()I
move-result v8
const/4 v9, 0x4
if-lt v8, v9, :cond_3
move v5, v6
where const/4 v9 sets minimum number of dots.
So, I changed it to 2.
And the same thing with Settings\smali\com\android\settings\ChooseLockPattern$ChooseLockPatternFragment$1.smali
Code:
.line 165
:cond_4
invoke-interface {p1}, Ljava/util/List;->size()I
move-result v0
const/4 v1, 0x4
if-ge v0, v1, :cond_5
Here is my modified Keyguard.apk and Settings.apk from 4.4.4 retail.en.US
Can u please give me for 4.4.2 as soon as possible
Thank u
G 2nd gen??
S0bes said:
a small how-to
Keyguard\smali\com\android\keyguard\KeyguardPatternView$UnlockPatternListener.smali
Code:
.line 279
invoke-interface {p1}, Ljava/util/List;->size()I
move-result v8
const/4 v9, 0x4
if-lt v8, v9, :cond_3
move v5, v6
where const/4 v9 sets minimum number of dots.
So, I changed it to 2.
And the same thing with Settings\smali\com\android\settings\ChooseLockPattern$ChooseLockPatternFragment$1.smali
Code:
.line 165
:cond_4
invoke-interface {p1}, Ljava/util/List;->size()I
move-result v0
const/4 v1, 0x4
if-ge v0, v1, :cond_5
Here is my modified Keyguard.apk and Settings.apk from 4.4.4 retail.en.US
Click to expand...
Click to collapse
@S0bes
will this same thing work on moto g 2nd gen xt 1068 running stock 4.4.4 retaildsdsallen?
TIA
Harsh.gundecha said:
@S0bes
will this same thing work on moto g 2nd gen xt 1068 running stock 4.4.4 retaildsdsallen?
TIA
Click to expand...
Click to collapse
only if you'll edit your files. btw no need for keyguard.apk. you should edit only settings.apk.
if you take my .apk file from moto G 1st gen 90% that you will see settings FC
S0bes said:
only if you'll edit your files. btw no need for keyguard.apk. you should edit only settings.apk.
if you take my .apk file from moto G 1st gen 90% that you will see settings FC
Click to expand...
Click to collapse
@S0bes
1) i also assumed that putting the apk would not work and that's why i didn't even tries that way of doing it.
so now i will have to do it manually (of course with YOUR help).
2) here by info. that i have what i mean by smali is that classes.dex file(correct me if i am wrong) and FYI let me tell you that there's no "Settings\smali\com\android" instead i have google folder in place of android folder.
i hope we will be still do it anyhow.
TIA
sorry as my 8 thanks of today are over will thank you later ☺
=============================================================================================================
EDIT:-
my bad, got till the code and also to the 165th line now just please help me to clearly understand what i exactly need to change? and also let me know that the code above is ORIGINAL or MODIFIED ??
TIA
below is code of settings apk in case you need a look ☺
Code:
.line 165
:cond_50
invoke-interface {p1}, Ljava/util/List;->size()I
move-result v0
const/4 v1, 0x4
if-ge v0, v1, :cond_5f
Harsh.gundecha said:
@S0bes
1) i also assumed that putting the apk would not work and that's why i didn't even tries that way of doing it.
so now i will have to do it manually (of course with YOUR help).
2) here by info. that i have what i mean by smali is that classes.dex file(correct me if i am wrong) and FYI let me tell you that there's no "Settings\smali\com\android" instead i have google folder in place of android folder.
i hope we will be still do it anyhow.
TIA
sorry as my 8 thanks of today are over will thank you later ☺
=============================================================================================================
EDIT:-
my bad, got till the code and also to the 165th line now just please help me to clearly understand what i exactly need to change? and also let me know that the code above is ORIGINAL or MODIFIED ??
TIA
below is code of settings apk in case you need a look ☺
Code:
.line 165
:cond_50
invoke-interface {p1}, Ljava/util/List;->size()I
move-result v0
const/4 v1, 0x4
if-ge v0, v1, :cond_5f
Click to expand...
Click to collapse
Change 0x4 to 0x1
S0bes said:
Change 0x4 to 0x1
Click to expand...
Click to collapse
@S0bes & @jatanshah
thanks man you made my day
gonna try it and will let you know later
Thanks once again to you and also to the one who asked this question
I have Galaxy S3 mini i8200N. How can i do this? What tools i need and that stuff? Thank You!
I have APK Studio but in my SecSettings.apk (theres no Settings.apk on my phone) i can't find smali. I tried Your Settings.apk and smali is there. How can i do it then? Thank You!
iMessa said:
I have APK Studio but in my SecSettings.apk (theres no Settings.apk on my phone) i can't find smali. I tried Your Settings.apk and smali is there. How can i do it then? Thank You!
Click to expand...
Click to collapse
smali - app is deodexed
no smali - there's an .odex file of .apk should be
to get smali folder inside apk you should deodex it. there're a lot of guides for different android versions available on xda
S0bes said:
smali - app is deodexed
no smali - there's an .odex file of .apk should be
to get smali folder inside apk you should deodex it. there're a lot of guides for different android versions available on xda
Click to expand...
Click to collapse
So i should deodex .apk, edit it and then install it?
Edit: When i try to deodex with Quick Deodex Tool it says "Framework not found" and framework is there i pasted it from phone.
When i use Universal Deodexer V5, everything is done but finished app is same like original (no smali) and log says:
Everything is Ok
1 file(s) copied.
DEODEXING COMPLETE!
================COMPLETED DEODEXING===============
===================DEODEXED 1 of 1===============
Done checking 100%
FAILED : SecSettings.apk
I did it with Ultimate Deodexer but i don't have line 165. I edited 187 coz it looks like yours but still asks for minimal 4 dots..What should i do? I need this very bad.
S0bes said:
smali - app is deodexed
no smali - there's an .odex file of .apk should be
to get smali folder inside apk you should deodex it. there're a lot of guides for different android versions available on xda
Click to expand...
Click to collapse
@S0bes
It still requires 4 dots to be joined any idea why?
do i have to clear cache or edit odex file?
TIA
Harsh.gundecha said:
@S0bes
It still requires 4 dots to be joined any idea why?
do i have to clear cache or edit odex file?
TIA
Click to expand...
Click to collapse
1)if your firmware is odexed then you have to replace odexed .apk with deodexed one and delete standalone .odex file from this folder (or even completely delete arm folder if you're on LL)
may be you should clear dalvik cache as well.
2)if you've completely deodexed your firmware and all apk and jar files on your phone have .dex file inside you should delete all standalone odex files from entire system. It means that you should delete .odex files from each folder inside /system/app and /system/priv-app/ and also delete boot.oat and boot.(forgot how to name it may be boot.art) from /system/framework or system/framework/arm because .oat file consist of .dex files.
if it still requires 4 dots, then pull out settings.apk from the phone and decompile it so you will see if the changes that you've made are still here cause may be you did smth wrong when you were building modified .apk file
S0bes said:
1)if your firmware is odexed then you have to replace odexed .apk with deodexed one and delete standalone .odex file from this folder (or even completely delete arm folder if you're on LL)
may be you should clear dalvik cache as well.
2)if you've completely deodexed your firmware and all apk and jar files on your phone have .dex file inside you should delete all standalone odex files from entire system. It means that you should delete .odex files from each folder inside /system/app and /system/priv-app/ and also delete boot.oat and boot.(forgot how to name it may be boot.art) from /system/framework or system/framework/arm because .oat file consist of .dex files.
if it still requires 4 dots, then pull out settings.apk from the phone and decompile it so you will see if the changes that you've made are still here cause may be you did smth wrong when you were building modified .apk file
Click to expand...
Click to collapse
@S0bes
i am on stock kk and as there also exists .odex files for all system apps so i guess its odexed (its moto g2 xt1068) stock ROM??(correct me if i am wrong)
so does it mean i will have to do all this deleting odex and some cleanup from system??
sorry if such noobish question irritates. xd
TIA
Harsh.gundecha said:
@S0bes
i am on stock kk and as there also exists .odex files for all system apps so i guess its odexed (its moto g2 xt1068) stock ROM??(correct me if i am wrong)
so does it mean i will have to do all this deleting odex and some cleanup from system??
sorry if such noobish question irritates. xd
TIA
Click to expand...
Click to collapse
yep, your rom is odexed and all you need is to delete settings.odex, replace settings.apk with modified !deodexed! one and may be clear dalvik cache (also set perm-s to the file after replacing).
if still system requires 4 dots then pull out your settings.apk, decompile it and share
Working
Can confirm that this still works on 5.1.1 Lollipop.
Tried this on Note 5 and it works.:good:
[oreo] WifiDisplay fix
WfdService.apk
smali\com\sonymobile\wifidisplay\WFDSessionHelper.smali
Remove red
.method public monitorForegroundApp()V
.locals 3
.prologue
.line 107
const-string/jumbo v0, "user"
sget-object v1, Landroid/os/Build;->TYPE:Ljava/lang/String;
invoke-virtual {v0, v1}, Ljava/lang/String;->equals(Ljava/lang/ObjectZ
move-result v0
if-nez v0, :cond_0
.line 108
const-string/jumbo v0, "1"
const-string/jumbo v1, "persist.debug.wfd.appmonitoring"
const-string/jumbo v2, "0"
invoke-static {v1, v2}, Landroid/os/SystemProperties;->get(Ljava/lang/String;Ljava/lang/StringLjava/lang/String;
move-result-object v1
invoke-virtual {v0, v1}, Ljava/lang/String;->equals(Ljava/lang/ObjectZ
move-result v0
.line 107
if-eqz v0, :cond_0
.line 109
const-string/jumbo v0, "WFDSessionHelper"
const-string/jumbo v1, "Disable foreground application monitoring"
invoke-static {v0, v1}, Lcom/qualcomm/wfd/Log;->d(Ljava/lang/String;Ljava/lang/StringV
.line 110
return-void
.line 113
:cond_0
new-instance v0, Ljava/lang/Thread;
new-instance v1, Lcom/sonymobile/wifidisplay/WFDSessionHelper$1;
invoke-direct {v1, p0}, Lcom/sonymobile/wifidisplay/WFDSessionHelper$1;-><init>(Lcom/sonymobile/wifidisplay/WFDSessionHelperV
invoke-direct {v0, v1}, Ljava/lang/Thread;-><init>(Ljava/lang/RunnableV
invoke-virtual {v0}, Ljava/lang/Thread;->start()V
.line 140
return-void
.end method
Click to expand...
Click to collapse
system\etc\wfdconfig.xml
Modify 1 to 0
<!-- enable HDCP by default -->
<ContentProtection>
<Valid>1</Valid>
<!--
Valid values WFD_HDCP_2_0,
WFD_HDCP_2_1 and WFD_HDCP_2_2
-->
<Version>WFD_HDCP_2_2</Version>
<CPPort>6789</CPPort>
<!--
turn on/off audio encryption
-->
<EncryptAudio>1</EncryptAudio>
</ContentProtection>
Click to expand...
Click to collapse
system\build.prop
Delete persist.debug.wfd.enable=1
Add persist.debug.wfd.appmonitoring=1
M-Rom said:
[oreo] WifiDisplay fix
WfdService.apk
smali\com\sonymobile\wifidisplay\WFDSessionHelper.smali
Remove red
system\etc\wfdconfig.xml
Modify 1 to 0
system\build.prop
Delete persist.debug.wfd.enable=1
Add persist.debug.wfd.appmonitoring=1
Click to expand...
Click to collapse
Awesome! I'll try this out later. Finally a fix for screen mirroring!
M-Rom said:
[oreo] WifiDisplay fix
WfdService.apk
smali\com\sonymobile\wifidisplay\WFDSessionHelper.smali
Remove red
system\etc\wfdconfig.xml
Modify 1 to 0
system\build.prop
Delete persist.debug.wfd.enable=1
Add persist.debug.wfd.appmonitoring=1
Click to expand...
Click to collapse
Good job man, it fixes several problems in particular screen mirroring
Confirming that it works! The message still pops up, but you can mirror any app like normal.
Hi how do I edit the apk?
Any chance we could get more instructions to doing this?
Cheers!
pikeylfc said:
Hi how do I edit the apk?
Click to expand...
Click to collapse
jicks said:
Any chance we could get more instructions to doing this?
Cheers!
Click to expand...
Click to collapse
You have to deodex the wfdservice.apk, then decompile it to get the smali files.
You can deodex and decompile it using Tickle My Android (Windows). Once you decompile the apk, edit the smali file using Notepad++ or something similar. From there, recompile using the original signature, then either flash it on your phone or just delete the contents of the WFDservice (including the oat folder since its deodexed), and paste it there. Don't forget to set the permissions!
I'm thinking of releasing a deodex patch for the G8412 since there isn't one yet. Might get around to it when I have the time.
iArvee said:
You have to deodex the wfdservice.apk, then decompile it to get the smali files.
You can deodex and decompile it using Tickle My Android (Windows). Once you decompile the apk, edit the smali file using Notepad++ or something similar. From there, recompile using the original signature, then either flash it on your phone or just delete the contents of the WFDservice (including the oat folder since its deodexed), and paste it there. Don't forget to set the permissions!
I'm thinking of releasing a deodex patch for the G8412 since there isn't one yet. Might get around to it when I have the time.
Click to expand...
Click to collapse
Thanks for the reply, but unfortunately no luck for me. I've followed your instructions and flashed it but getting a "Could not turn on Screen Mirroring. Please try again later" message.
jicks said:
Thanks for the reply, but unfortunately no luck for me. I've followed your instructions and flashed it but getting a "Could not turn on Screen Mirroring. Please try again later" message.
Click to expand...
Click to collapse
Did you do the other things stated on the post? Like edit the wfdconfig and build.prop? Also double check that you flashed it properly. The only thing inside the WfdService folder should be just the edited, deodexed apk. Delete the oat folder.
iArvee said:
Did you do the other things stated on the post? Like edit the wfdconfig and build.prop? Also double check that you flashed it properly. The only thing inside the WfdService folder should be just the edited, deodexed apk. Delete the oat folder.
Click to expand...
Click to collapse
Yeah, I've checked the numbers and they are the same. Any chance you could share your apk because I think I'm not deodex/decompiling/recompiling it properly.
jicks said:
Yeah, I've checked the numbers and they are the same. Any chance you could share your apk because I think I'm not deodex/decompiling/recompiling it properly.
Click to expand...
Click to collapse
Sure, here you go. Hoping it works!
iArvee said:
Sure, here you go. Hoping it works!
Click to expand...
Click to collapse
Thanks! You're a lifesaver!! I can get it to mirror to my PC now but the graphics is pixelated/choppy
jicks said:
Thanks! You're a lifesaver!! I can get it to mirror to my PC now but the graphics is pixelated/choppy
Click to expand...
Click to collapse
Glad to know it works! Can't help you with the pixelated thing though. Quality seems fine on my TV.
iArvee said:
Glad to know it works! Can't help you with the pixelated thing though. Quality seems fine on my TV.
Click to expand...
Click to collapse
Just tried it with my TV downstairs and it works flawlessly. The lag issue on PC is probably a separate issue. Thanks again!
iArvee said:
Sure, here you go. Hoping it works!
Click to expand...
Click to collapse
Any apk to go back to stock settings. If your apk does not work on my phone?? Have same. Problem I cant mirror. My phone image. It pixels and freezes. A lot
---------- Post added at 07:33 PM ---------- Previous post was at 07:30 PM ----------
timetraveler said:
Any apk to go back to stock settings. If your apk does not work on my phone?? Have same. Problem I cant mirror. My phone image. It pixels and freezes. A lot
Click to expand...
Click to collapse
You just flash the zip from recovery. Or open zip file to get apk
To install it???
---------- Post added at 07:54 PM ---------- Previous post was at 07:33 PM ----------
And your apk it's all that is needed. To fix the mirror. Wifi issue??? Do I need root to be able to install. Apk or stock will work I have not unlocked. My phone????
timetraveler said:
Any apk to go back to stock settings. If your apk does not work on my phone?? Have same. Problem I cant mirror. My phone image. It pixels and freezes. A lot
---------- Post added at 07:33 PM ---------- Previous post was at 07:30 PM ----------
You just flash the zip from recovery. Or open zip file to get apk
To install it???
---------- Post added at 07:54 PM ---------- Previous post was at 07:33 PM ----------
And your apk it's all that is needed. To fix the mirror. Wifi issue??? Do I need root to be able to install. Apk or stock will work I have not unlocked. My phone????
Click to expand...
Click to collapse
You need to manually copy this apk in system/etc. This is not a flashable zip.
This apk is for rooted phones, or phones with unlocked bootloaders. If your bootloader is not unlocked, this will not fix it. Since you stated that it freezes a lot and is pixelated, try doing a factory reset, or perhaps a software repair.
iArvee said:
You need to manually copy this apk in system/etc. This is not a flashable zip.
This apk is for rooted phones, or phones with unlocked bootloaders. If your bootloader is not unlocked, this will not fix it. Since you stated that it freezes a lot and is pixelated, try doing a factory reset, or perhaps a software repair.
Click to expand...
Click to collapse
Software repair. How please. Explain more details
timetraveler said:
Software repair. How please. Explain more details
Click to expand...
Click to collapse
Download and install Xperia PC Companion. From there, you can perform a software repair which basically is the same thing as performing a full wipe using Flashtool. A factory reset only deletes the internal data, but not restore the system files.
iArvee said:
Download and install Xperia PC Companion. From there, you can perform a software repair which basically is the same thing as performing a full wipe using Flashtool. A factory reset only deletes the internal data, but not restore the system files.
Click to expand...
Click to collapse
Thanks for guide and information I appreciate it greatly k
After doing this mod I get reboots sometimes I installed modded apk from here wfd and deleted oats folder