[Q] ECHO CALL ON Cyanogenmod? - LG Optimus 3D

Hi Guys,
Bit of a weird one this, but every time I receive an incoming (other people ear them selfs)
help:good:

Cyanogenmod HTC Amaze ECHO CALL
Same thing happen to me on an HTC Amaze 4G. When people call me they ear them self..

You need to turn off Noise Suppresion in phone.apk

how to do this?

defcomg said:
You need to turn off Noise Suppresion in phone.apk
Click to expand...
Click to collapse
Which setting does this. I do not see a setting for noise suppression in settings.
Sent from my Barnes & Noble Nook Tablet using xda app-developers app

billy8362 said:
Which setting does this. I do not see a setting for noise suppression in settings.
Sent from my Barnes & Noble Nook Tablet using xda app-developers app
Click to expand...
Click to collapse
hi hi
i fond it you need to decompile PHONE.APK and edite CallNotifier.smali if you are on CM10 go on line 1192,:good:

defcomg said:
You need to turn off Noise Suppresion in phone.apk
Click to expand...
Click to collapse
hi dafcomg
i fond it but i have error when i try to compile the phone.apk with apk multi tool pleas help

Just lower your incall volume. While you are talkin to somene press volume down and lower the volume at least two steps. Worked for me.
Sent from my LG-P920 using xda app-developers app

Try with v18a baseband

daveferry said:
Try with v18a baseband
Click to expand...
Click to collapse
hi thanx
i have 3D max frnd not P920

zak53 said:
hi dafcomg
i fond it but i have error when i try to compile the phone.apk with apk multi tool pleas help
Click to expand...
Click to collapse
use this http://code.google.com/p/android-apktool/
Phone\res\values\bools.xml
Code:
<bool name="has_in_call_noise_suppression">[COLOR="Red"]false[/COLOR]</bool>
Phone\smali\com\android\phone\CallNotifier.smali
Code:
invoke-static {v2, v3}, Lcom/android/phone/PhoneUtils;->turnOnNoiseSuppression(Landroid/content/Context;Z)V
to
Code:
#invoke-static {v2, v3}, Lcom/android/phone/PhoneUtils;->turnOnNoiseSuppression(Landroid/content/Context;Z)V
Phone\smali\com\android\phone\PhoneUtils.smali
Code:
sput-boolean v0, Lcom/android/phone/PhoneUtils;->sIsNoiseSuppressionEnabled:Z
to
Code:
sput-boolean v3, Lcom/android/phone/PhoneUtils;->sIsNoiseSuppressionEnabled:Z
Code:
invoke-static {v11, v9}, Lcom/android/phone/PhoneUtils;->turnOnNoiseSuppression(Landroid/content/Context;Z)V
to
Code:
#invoke-static {v11, v9}, Lcom/android/phone/PhoneUtils;->turnOnNoiseSuppression(Landroid/content/Context;Z)V
use apktool if framework-res.apk command if u get errors still then you will have to compile it from source

defcomg said:
use this http://code.google.com/p/android-apktool/
Phone\res\values\bools.xml
Code:
<bool name="has_in_call_noise_suppression">[COLOR="Red"]false[/COLOR]</bool>
Phone\smali\com\android\phone\CallNotifier.smali
Code:
invoke-static {v2, v3}, Lcom/android/phone/PhoneUtils;->turnOnNoiseSuppression(Landroid/content/Context;Z)V
to
Code:
#invoke-static {v2, v3}, Lcom/android/phone/PhoneUtils;->turnOnNoiseSuppression(Landroid/content/Context;Z)V
Phone\smali\com\android\phone\PhoneUtils.smali
Code:
sput-boolean v0, Lcom/android/phone/PhoneUtils;->sIsNoiseSuppressionEnabled:Z
to
Code:
sput-boolean v3, Lcom/android/phone/PhoneUtils;->sIsNoiseSuppressionEnabled:Z
Code:
invoke-static {v11, v9}, Lcom/android/phone/PhoneUtils;->turnOnNoiseSuppression(Landroid/content/Context;Z)V
to
Code:
#invoke-static {v11, v9}, Lcom/android/phone/PhoneUtils;->turnOnNoiseSuppression(Landroid/content/Context;Z)V
use apktool if framework-res.apk command if u get errors still then you will have to compile it from source
Click to expand...
Click to collapse
thanx dafcomg
i will try it now :good:

re
defcomg said:
use this http://code.google.com/p/android-apktool/
Phone\res\values\bools.xml
Code:
<bool name="has_in_call_noise_suppression">[COLOR="Red"]false[/COLOR]</bool>
Phone\smali\com\android\phone\CallNotifier.smali
Code:
invoke-static {v2, v3}, Lcom/android/phone/PhoneUtils;->turnOnNoiseSuppression(Landroid/content/Context;Z)V
to
Code:
#invoke-static {v2, v3}, Lcom/android/phone/PhoneUtils;->turnOnNoiseSuppression(Landroid/content/Context;Z)V
Phone\smali\com\android\phone\PhoneUtils.smali
Code:
sput-boolean v0, Lcom/android/phone/PhoneUtils;->sIsNoiseSuppressionEnabled:Z
to
Code:
sput-boolean v3, Lcom/android/phone/PhoneUtils;->sIsNoiseSuppressionEnabled:Z
Code:
invoke-static {v11, v9}, Lcom/android/phone/PhoneUtils;->turnOnNoiseSuppression(Landroid/content/Context;Z)V
to
Code:
#invoke-static {v11, v9}, Lcom/android/phone/PhoneUtils;->turnOnNoiseSuppression(Landroid/content/Context;Z)V
use apktool if framework-res.apk command if u get errors still then you will have to compile it from source
Click to expand...
Click to collapse
re dafcomg
I did everything you said and recompile the Phone.apk
:crying: but the ECHO still here gonna make me crazy

zak53 said:
re dafcomg
I did everything you said and recompile the Phone.apk
:crying: but the ECHO still here gonna make me crazy
Click to expand...
Click to collapse
copy this to system/bin/ tick everything in permissions or chmod 777
then in shell
type
Code:
su
Code:
tinymix 52 0
this will disable submic/top MIC
run tinymix and post output here it might be a lil diff from P920 so the dev number might differ

defcomg said:
copy this to system/bin/ tick everything in permissions or chmod 777
then in shell
type
Code:
su
Code:
tinymix 52 0
this will disable submic/top MIC
run tinymix and post output here it might be a lil diff from P920 so the dev number might differ
Click to expand...
Click to collapse
re
sorry defcomg i am a noob on android dev
how to get a output

zak53 said:
re
sorry defcomg i am a noob on android dev
how to get a output
Click to expand...
Click to collapse
in adb shell or via terminal emulator from playstore
type
Code:
su tinymix

defcomg said:
in adb shell or via terminal emulator from playstore
type
Code:
su tinymix
Click to expand...
Click to collapse
{
"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"
}
[/url][/IMG]
[/url][/IMG]
[/url][/IMG]
[/url][/IMG]

Code:
[QUOTE="zak53, post: 40818668, member: 5161345"][IMG][url=http://postimg.org/image/lmpq5bhwh/][img]http://s16.postimg.org/lmpq5bhwh/Screenshot_2013_04_28_18_59_17_1.jpg[/img][/url][/IMG]
[IMG][url=http://postimg.org/image/w5g5uzghp/][img]http://s14.postimg.org/w5g5uzghp/Screenshot_2013_04_28_18_58_52_1.jpg[/img][/url][/IMG]
[IMG][url=http://postimg.org/image/o4lglnolr/][img]http://s11.postimg.org/o4lglnolr/Screenshot_2013_04_28_18_58_42_2.jpg[/img][/url][/IMG]
[IMG][url=http://postimg.org/image/dozwheu01/][img]http://s16.postimg.org/dozwheu01/Screenshot_2013_04_28_18_58_31_1.jpg[/img][/url][/IMG][/QUOTE]
Code:
tinymix 52 0

defcomg said:
Code:
Code:
tinymix 52 0
Click to expand...
Click to collapse
when I do that nothing happens
this rom gonna mke me crazy

zak53 said:
when I do that nothing happens
this rom gonna mke me crazy
Click to expand...
Click to collapse
what do you mean?

Related

[MOD][How-To] Extended power Menu & Ripple [email protected] 240DPI

Extended Power Menu for UCLK4 & Ripple Effect @ 240dpi
This is a guide to add the power menu to the JB leak,
i give all credits for this mod to Cristiano Matos and his guide found HERE
i simply modified a few lines to make it work on our device.
->How-To_Extended Power Menu<--
--You'll need some sort of experience with using development tools such
as APKTool and Smali & Backsmali.
--We will be decompiling android.police.jar
--which is found in /system/framework
--now decompile android.police.jar and go into directory:
-- com/android/internal/policy/impl/
--and open GlobalActions.smali with a text editor
--now find:
Code:
.line 389
new-instance v1, Lcom/android/internal/policy/impl/GlobalActions$5;
And change it to say this:
Code:
.line 389
new-instance v1, Lcom/android/internal/policy/impl/GlobalActions$99;
now find this:
Code:
invoke-direct {v1, v0, v2, v3}, Lcom/android/internal/policy/impl/GlobalActions$5;->(Lcom/android/internal/policy/impl/GlobalActions;II)V
And change it to say this:
Code:
invoke-direct {v1, v0, v2, v3}, Lcom/android/internal/policy/impl/GlobalActions$99;->(Lcom/android/internal/policy/impl/GlobalActions;II)V
Save & close it
Now open this file:
com/android/internal/policy/impl/GlobalActions$SinglePressAction.smali
Find this lines:
Code:
[LEFT].end annotation
# instance fields
.field private final mIconResId:I
.field private final mMessage:Ljava/lang/CharSequence;
.field private final mMessageResId:I
[/LEFT]
And between .end annotation and # instance fields, add the following code so that it looks like this:
Code:
.end annotation
[LEFT]
# static fields
.field protected static rebootMode:I
.field protected static final rebootOptions:[Ljava/lang/String;
# instance fields[/LEFT]
now in this same file find this:
Code:
# direct methods
.method protected constructor (II)V
.registers 4
.parameter "iconResId"
.parameter "messageResId"
And between # direct methods and .method protected constructor (II)V, add this
Code:
Code:
.method static constructor ()V
.locals 3
const/4 v0, 0x4
new-array v0, v0, [Ljava/lang/String;
const/4 v1, 0x0
const-string v2, "Restart"
aput-object v2, v0, v1
const/4 v1, 0x1
const-string v2, "Hot Boot"
aput-object v2, v0, v1
const/4 v1, 0x2
const-string v2, "Download"
aput-object v2, v0, v1
const/4 v1, 0x3
const-string v2, "Recovery"
aput-object v2, v0, v1
sput-object v0, Lcom/android/internal/policy/impl/GlobalActions$SinglePressAction;->rebootOptions:[Ljava/lang/String;
return-void
.end method
.method protected constructor (II)V
Now @ bottom of the previous code where it says:
Code:
.method protected constructor (II)V
.registers 4
.parameter "iconResId"
.parameter "messageResId"
Change to this:
Code:
.method protected constructor (II)V
.locals 1
.parameter "iconResId"
.parameter "messageResId"
Now in Cristiano's guide it says we r done &
To finalize Extended Power Menu you need to copy 3 smali files (GlobalActions$99$1.smali, GlobalActions$99$2, and GlobalActions$99.smali) and paste then inside this directory -> com/android/internal/policy/impl/
(Links for files will be at the bottom of this post)
--but once compiled, and pushed to system it gave me and error and logcat pointed to wrong permission in file GlobalActions$99$1.smali so i edited the file and included it with the rest of the files.
(note: if you would like to see what i changed in this file you can download my files and the ones provided in the link of Cristiano's guide and compare them)
Now Recompile android.policy.jar using apktool and smali commands, push to your /system/framework & reboot & YOUR DONE!
It should look like this:
{
"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"
}
DOWNLOADS
GlobalActionsFiles.zip
Already modded Android.policy.jar flashable zipDeodexedOnly)
4WayReboot-M0D.zip
Please see post #2 for Ripple Effect
NOW for Ripple Effect to work @240dpi
the process is much simpler.
--We will be decompiling the framework-res.apk
--now decompile framework-res.apk
--and go to directory /res/values-hdpi
--open the file bools.xml and change this:
Code:
<resources>
<bool name="config_isWaterRippleEnabled">false</bool>
</resources>
to this:
Code:
<resources>
<bool name="config_isWaterRippleEnabled">true</bool>
</resources>
-recompile and thats it!
DOWNLOADS:
RippleEffectMod.zip
First! Thanks!
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Damn you're just on fire! Thanks for all the help.
Tmogalaxys2 said:
Damn you're just on fire! Thanks for all the help.
Click to expand...
Click to collapse
Thought ill do like you guys and have an all nighter in development. Lol. Im also working on the guide for the 15 toggles, actually now the 23 toggles mod.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Wow. Wish I knew how to do and had the time to do that. Any chance anyone can just make a 100% flashable with no compiling necessary?
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
softballjunkee13 said:
Wow. Wish I knew how to do and had the time to do that. Any chance anyone can just make a 100% flashable with no compiling necessary?
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
They're both included
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
It's fantastic, thanks man.
gs2usr said:
They're both included
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
Ya. I saw that. I got the impression that u flashed that after we recompiled. At least thats how it seemed to me in the op. Thanks alot then!
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
---------- Post added at 09:32 AM ---------- Previous post was at 09:23 AM ----------
Worked great gs2! Thanks again
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Not a problem, glad to help out and share.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
gs2usr said:
Thought ill do like you guys and have an all nighter in development. Lol. Im also working on the guide for the 15 toggles, actually now the 23 toggles mod.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
23 toggles? Give me a break! I just finished 15 toggles. Jk 23 toggles would be awesome. Once again, thanks
Tmogalaxys2 said:
23 toggles? Give me a break! I just finished 15 toggles. Jk 23 toggles would be awesome. Once again, thanks
Click to expand...
Click to collapse
Lol, its actually fairly easy once the 15 toggle mod it's implemented.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Wait can we just flash those zips ?
Sent from my SAMSUNG-SGH-I727 using xda premium
Fantastic guide gs2usr. Love the work.
Hey OP, thank u for this, just wondering if it matters which version we're on? odex or deodexed?
it does, sorry I should've added that its for deodexed only. Ill edit OP.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
gs2usr said:
It's it does, sorry I should've added that its for deodexed only. Ill edit OP.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
Ripple works on Jedi.
SGH-I727 - Peace
Working on mods k4 build perfectly. Thanks a lot!
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
gs2usr said:
Lol, its actually fairly easy once the 15 toggle mod it's implemented.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
Hmmm I'm getting a RR when I select restart. The menu doesn't popup at all. No conformation or anything. Just eeboots. I'm guessing something is wrong in global actions single press.smail?
Sent from my Nexus 7 using xda app-developers app
Tmogalaxys2 said:
Hmmm I'm getting a RR when I select restart. The menu doesn't popup at all. No conformation or anything. Just eeboots. I'm guessing something is wrong in global actions single press.smail?
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
Are you building or did you flash one of mine.?
Sent from my SAMSUNG-SGH-I727 using xda premium

[HOW-TO] Enable Galaxy S4(4.4.2) feature "Incoming call notifications"

[HOW-TO] Enable Galaxy S4(4.4.2) feature "Incoming call notifications"
Tested on I9500(4.4.2) device
Hello xda'ers,
This is how to enable Incoming call notifications feature on your Galaxy S4 on Based Samsung Android 4.4.2 Roms
How to:
Green line - add
Red line - delete
1. Decompile SecPhone.apk
2. Go to res/values/bools.xml
Code:
<bool name="config_call_forward_widget_enabled">false</bool>
-- <bool name="config_multiwindow_phone_enabled">false</bool>
++ <bool name="config_multiwindow_phone_enabled">true</bool>
-- <bool name="config_popupwindow_phone_enabled">false</bool>
++ <bool name="config_popupwindow_phone_enabled">true</bool>
<bool name="config_large_heap_enabled">true</bool>
2. Go to smali/com/android/phone/PhoneFeature.smali
find makeFeatureForCommon()V method and chenge this code
Code:
const-string v0, "js01ltedcm"
sget-object v5, Lcom/android/phone/PhoneFeature;->buildcarrier:Ljava/lang/String;
invoke-virtual {v0, v5}, Ljava/lang/String;->equals(Ljava/lang/ObjectZ
move-result v0
if-eqz v0, :cond_45
:cond_1f
move v0, v2
:goto_25
++ const/4 v0, 0x1
invoke-static {v0}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object v0
invoke-virtual {v3, v4, v0}, Ljava/util/HashMap;->put(Ljava/lang/Object;Ljava/lang/ObjectLjava/lang/Object;
.line 1582
Recompile SecPhone.apk
I don't know no how to upload the Screenshots ,download can see
Screenshots for 9500
PhoneFeature.smali modified of i9500 4.4.2
http://pan.baidu.com/s/1mg2rNuC
code : delm
{
"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"
}
Can you make please the OneHand control and Incoming call notifications feature together?I really want it,But I do not know how,Please help me,I would appreciate it.
Can you modify my SecPhone.apk for me?
https://mega.co.nz/#!7M4zHJoL!xWC_cKram349Xe_yLQfT2fYN3D_LGvXHHlc-goFLgzU
I am too stupid for it, can't find the bools.xml
Please! make the SecPhone.apk for I9500. I tried to change this code. but not success. Thank you
GamingWiidesire said:
Can you modify my SecPhone.apk for me?
https://mega.co.nz/#!7M4zHJoL!xWC_cKram349Xe_yLQfT2fYN3D_LGvXHHlc-goFLgzU
I am too stupid for it, can't find the bools.xml
Click to expand...
Click to collapse
can't download
SecPhone/res/values/bools.xml
<bool name="config_multiwindow_phone_enabled">true</bool>
<bool name="config_popupwindow_phone_enabled">true</bool>
kin201303 said:
can't download
SecPhone/res/values/bools.xml
<bool name="config_multiwindow_phone_enabled">true</bool>
<bool name="config_popupwindow_phone_enabled">true</bool>
Click to expand...
Click to collapse
There is no values folder in /res
GamingWiidesire said:
There is no values folder in /res
Click to expand...
Click to collapse
My SecPhone.apk
menu
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
raw
values
values-ar
kin201303 said:
My SecPhone.apk
menu
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
raw
values
values-ar
Click to expand...
Click to collapse
nope for me
mipmap-xhdpi
mipmap-xxhdpi
raw
xml
GamingWiidesire said:
There is no values folder in /res
Click to expand...
Click to collapse
My english is bad
1. Decompile SecPhone.apk
You hav'nt Decompile SecPhone.apk so no values
---------- Post added at 11:53 AM ---------- Previous post was at 11:51 AM ----------
[/COLOR]
kin201303 said:
[HOW-TO] Enable Galaxy S4(4.4.2) feature "Incoming call notifications"
Tested on I9500(4.4.2) device
Hello xda'ers,
This is how to enable Incoming call notifications feature on your Galaxy S4 on Based Samsung Android 4.4.2 Roms
How to:
Green line - add
Red line - delete
1. Decompile SecPhone.apk
2. Go to res/values/bools.xml
Code:
<bool name="config_call_forward_widget_enabled">false</bool>
-- <bool name="config_multiwindow_phone_enabled">false</bool>
++ <bool name="config_multiwindow_phone_enabled">true</bool>
-- <bool name="config_popupwindow_phone_enabled">false</bool>
++ <bool name="config_popupwindow_phone_enabled">true</bool>
<bool name="config_large_heap_enabled">true</bool>
2. Go to smali/com/android/phone/PhoneFeature.smali
find makeFeatureForCommon()V method and chenge this code
Code:
const-string v0, "js01ltedcm"
sget-object v5, Lcom/android/phone/PhoneFeature;->buildcarrier:Ljava/lang/String;
invoke-virtual {v0, v5}, Ljava/lang/String;->equals(Ljava/lang/ObjectZ
move-result v0
if-eqz v0, :cond_45
:cond_1f
move v0, v2
:goto_25
++ const/4 v0, 0x1
invoke-static {v0}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object v0
invoke-virtual {v3, v4, v0}, Ljava/util/HashMap;->put(Ljava/lang/Object;Ljava/lang/ObjectLjava/lang/Object;
.line 1582
Recompile SecPhone.apk
Click to expand...
Click to collapse
Please! make for me(I9500). Thank you
Secphone.apk
Hi
Where can i'm find this one ? 2. Go to smali/com/android/phone/PhoneFeature.smali
You can't edit this stuff just by extracting the apk with a zip software, decompiling =/= extracting! You have to use something like APKTool
dedichthui said:
---------- Post added at 11:53 AM ---------- Previous post was at 11:51 AM ----------
[/COLOR]
Please! make for me(I9500). Thank you
Secphone.apk
Click to expand...
Click to collapse
dedichthui's Secphone.apk
http://pan.baidu.com/s/1gdgNsOj
code qggx
alexa74 said:
Hi
Where can i'm find this one ? 2. Go to smali/com/android/phone/PhoneFeature.smali
Click to expand...
Click to collapse
If your rom SecPhone.apk have SecPhone.odex can't make
SecPhone/smali/com/android/phone/PhoneFeature.smal
I make SecPhone.apk for dedichthui you go to #13 download
he's SecPhone.apk is 4.4.2-I9500XXUFNC1
kin201303 said:
If your rom SecPhone.apk have SecPhone.odex can't make
SecPhone/smali/com/android/phone/PhoneFeature.smal
I make SecPhone.apk for dedichthui you go to #13 download
he's SecPhone.apk is 4.4.2-I9500XXUFNC1
Click to expand...
Click to collapse
Will try it,thank you
can you upload to another server?
alexa74 said:
Will try it,thank you
Click to expand...
Click to collapse
backup your apk
only one server
kin201303 said:
backup your apk
only one server
Click to expand...
Click to collapse
Its stopped after 30%,you can upload to dropbox or google druve
---------- Post added at 05:17 PM ---------- Previous post was at 04:20 PM ----------
Thank you its really working
Enable incoming call notifications? I thought we already have that? Can you show us a screenshot?
Can you make a mod for my SecPhone 4.4.2 with activated recording.
http://www10.zippyshare.com/v/1903691/file.html
kin201303 said:
If your rom SecPhone.apk have SecPhone.odex can't make
SecPhone/smali/com/android/phone/PhoneFeature.smal
I make SecPhone.apk for dedichthui you go to #13 download
he's SecPhone.apk is 4.4.2-I9500XXUFNC1
Click to expand...
Click to collapse
kin201303 said:
dedichthui's Secphone.apk
http://pan.baidu.com/s/1gdgNsOj
code qggx
Click to expand...
Click to collapse
Don't work
GT-I9500 cihazımdan Tapatalk kullanılarak gönderildi

Enable/Activate Lens Flare (Light) Or Particle effect on Galaxy Note 3 and Note 8.0

Hi all, I am a newbie and this thread is about enabling the Light effect or Particle effect on Note 3 Kitkat LockScreen.
My Note 3 details:
Variant: SM-N9005,
ROM: Stock odexed ROM-rooted,
Firmware: N9005XXUGNG1,
Region: BTU.​
Please check this post for Galaxy Note 8.0 Post-31
Thanks @Cheico --> updating for NB1 firmware.
Their might be other ways to implement it. but I am writing the steps which I have followed.
You Need:
1. Windows PC.
2. JRE installed.
3. Download the required tools from here. You can get the latest aapt.exe here, apktool.jar here, baksmali.jar and smali.jar files here
So here is the step by step guide on how to do it.
1. Copy framework folder (/system/framework) from your phone to C:\apktool\system\framework folder of your PC, and Keyguard.apk, Keyguard.odex files from your phone (/system/priv-app) to C:\apktool folder of your PC.
2. baksmali the Keyguard.odex present in C:\apktool folder using the command
Code:
[/B][B][COLOR="Red"]java -jar baksmali.jar -d C:\apktool\system\framework -x Keyguard.odex[/COLOR][/B]
Click to expand...
Click to collapse
-d path of directory where framework files are placed.​-x target .odex file (in our case it's Keyguard.odex)​3. Once command is completed, you will see a folder named out .
4. Navigate to C:\apktool\out\com\android\keyguard\sec, and open the file KeyguardEffectViewMain.smali.
5. Open the file and search for .line 254 , for NB1 firmware please search for .line 244
Code:
[/B][B]
.line 254 (.line 244 for NB1 firmware)
iget-object v0, p0, Lcom/android/keyguard/sec/KeyguardEffectViewMain;->mForegroundTypeMapping:Ljava/util/HashMap;
invoke-static {v5}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v1
[COLOR="Red"]sget-object v2, Lcom/android/keyguard/sec/KeyguardEffectViewMain$Foreground;->[COLOR="Blue"]circle[/COLOR]:Lcom/android/keyguard/sec/KeyguardEffectViewMain$Foreground;[/COLOR]
invoke-virtual {v0, v1, v2}, Ljava/util/HashMap;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
[/B]
Click to expand...
Click to collapse
6. Change the red line to, as shown below for getting Lens Flare Effect instead of Circle Effect.
Code:
[/B][B]
.line 254 (.line 244 for NB1 firmware)
iget-object v0, p0, Lcom/android/keyguard/sec/KeyguardEffectViewMain;->mForegroundTypeMapping:Ljava/util/HashMap;
invoke-static {v5}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v1
[COLOR="Red"]sget-object v2, Lcom/android/keyguard/sec/KeyguardEffectViewMain$Foreground;->[COLOR="Blue"]lens[/COLOR]:Lcom/android/keyguard/sec/KeyguardEffectViewMain$Foreground;[/COLOR]
invoke-virtual {v0, v1, v2}, Ljava/util/HashMap;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
[/B]
Click to expand...
Click to collapse
7. For getting Particle effect, search for .line 253, or ( .line 243 for NB1 firmware ) and make the changes in the code as shown below, you just have to replace wallpaper with particle and circle with particle, as shown below for getting Particle Effect instead of Circle Effect.
Code:
[/B][B]
.line 253 (.line 243 for NB1 firmware)
iget-object v0, p0, Lcom/android/keyguard/sec/KeyguardEffectViewMain;->mBackgroundTypeMapping:Ljava/util/HashMap;
invoke-static {v5}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v1
[COLOR="red"]sget-object v2, Lcom/android/keyguard/sec/KeyguardEffectViewMain$Background;->[COLOR="Blue"]particle[/COLOR]:Lcom/android/keyguard/sec/KeyguardEffectViewMain$Background;[/COLOR]
invoke-virtual {v0, v1, v2}, Ljava/util/HashMap;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
.line 254 (.line 244 for NB1 firmware)
iget-object v0, p0, Lcom/android/keyguard/sec/KeyguardEffectViewMain;->mForegroundTypeMapping:Ljava/util/HashMap;
invoke-static {v5}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v1
[COLOR="Red"]sget-object v2, Lcom/android/keyguard/sec/KeyguardEffectViewMain$Foreground;->[COLOR="Blue"]particle[/COLOR]:Lcom/android/keyguard/sec/KeyguardEffectViewMain$Foreground;[/COLOR]
invoke-virtual {v0, v1, v2}, Ljava/util/HashMap;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
[/B]
Click to expand...
Click to collapse
8. Once changes are done, smali the out folder present in C:\apktool using the command
Code:
[/B][B][COLOR="Red"]java -jar smali.jar -o classes.dex out[/COLOR][/B]
Click to expand...
Click to collapse
-o the name of newly created .dex file.​out is the folder name.​9. Once you see the classes.dex file in the folder, then push this .dex file into Keyguard.apk file using the command
Code:
[/B][B][COLOR="Red"]aapt add Keyguard.apk classes.dex[/COLOR][/B]
Click to expand...
Click to collapse
10. After the command in Step 9, Size of apk file should increase, Now Zipalign the apk using the command.
Code:
[/B][B][COLOR="Red"]zipalign -fv 4 Keyguard.apk Keyguard_new.apk[/COLOR][/B]
Click to expand...
Click to collapse
11. Now you will see a new apk file named "Keyguard_new.apk", Copy the Keyguard_new.apk to your phone and rename it to Keyguard.apk, This is deodexed .apk file, and you can directly push this apk into your phone path /system/priv-app using RootExplorer and set the permission to rw-r--r--, and delete the Keyguard.odex file from the framework folder.
Restart the phone, and select unlock effect to none.
12. If you want to create the Keyguard.odex file from the Keyguard.apk file then their are few more steps, which involves Terminal Emulator, but this apk will work fine, please delete or remove the Keyguard.odex file from the system/priv-app folder and keep only Keyguard.apk, because this apk is deodexed and working fine for me.
Snapshots:
Lens Flare Effect
Particles Effect
Download Flashable zip for latest NI4 firmware from here by Stavr0s91i
Thanks @Stavr0s91i
See here for enabling various unlock effects on Galaxy Note 8.0 running 4.4.2 Kitkat.
Thanks @jazzespresso
P.S: Sound will not come as expected for Particle effect, Working Perfect for LensFlare Effect.
You can edit the sound files as per your wish in /system/media/audio/ui folder of your phone.
For enabling Ripple ink effect with fingers or without S-pen, check out here...
Hit THANKS button, If I helped You.​
thanks a lot for your guide. Circle effect is working on N9000Q with stock XXUENG4 odexed rom but particle effect not working.
amk19 said:
Hi all, I am a newbie and this thread is about enabling the Light effect or Particle effect on Note 3 Kitkat LockScreen.
Click to expand...
Click to collapse
Do you know if the Particle effect would work on NB1?
Circle effect is default when you select "none" as unlock effect from Setting.
In order to get lens flare or particles effect you have to do the steps mentioned in OP.
This will work only when you are using normal wallpaper as background and not live wallpaper or live theme.
For me both particles and lens flare effect is working.
Hope someone makes a flashable zip if possible.
Graffiti Exploit said:
Hope someone makes a flashable zip if possible.
Click to expand...
Click to collapse
Sorry. I don't know how to make a flashable zip nor how to make an Xposed module.
I hope some dev can make an Xposed module and share.
chieco said:
Do you know if the Particle effect would work on NB1?
Click to expand...
Click to collapse
It should work for all the Note 3 firmware.
You can try. I am sure it will work.
Thanks
Lens flare is working great on my stock odexed PHE N9005XXUGNG1 rooted SM-N9005. :victory:
Particle effect not working. It seems that force close systemui.
{
"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 tried again. lens effect working perfect but particle efect give fc system ui. thanks for your help
hakan_710 said:
i tried again. lens effect working perfect but particle efect give fc system ui. thanks for your help
Click to expand...
Click to collapse
I am Sorry guys.
It's my mistake.
Thread updated.. Now it should work for particle effect as well..
Thanks..
P.S: Either Particle or Lens flare effect will work, but not both at the same time....
@djsonoman
@hakan_710
amk19 said:
I am Sorry guys.
It's my mistake.
Thread updated.. Now it should work for particle effect as well..
Thanks..
P.S: Either Particle or Lens flare effect will work, but not both at the same time....
@djsonoman
@hakan_710
Click to expand...
Click to collapse
it's working perfect now. Thank u so much bro. please look my attachment is this normal?
Seems awesome, but I got a question: is there a way to convert this mod into a flashable zip? It would make things so much easier...
amk19 said:
It should work for all the Note 3 firmware.
You can try. I am sure it will work.
Thanks
Click to expand...
Click to collapse
I can't get it to work! :crying:
Can it be that it doesn't work on NB1?
Please take a look @ my KeyguardEffectViewMain.smali the .line 253/.line 254 are totally different in mine!
Code:
.line 253
iget-object v0, p0, Lcom/android/keyguard/sec/KeyguardEffectViewMain;->mBackgroundTypeMapping:Ljava/util/HashMap;
invoke-static {v3}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v1
sget-object v2, Lcom/android/keyguard/sec/KeyguardEffectViewMain$Background;->ripple:Lcom/android/keyguard/sec/KeyguardEffectViewMain$Background;
invoke-virtual {v0, v1, v2}, Ljava/util/HashMap;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
.line 254
iget-object v0, p0, Lcom/android/keyguard/sec/KeyguardEffectViewMain;->mForegroundTypeMapping:Ljava/util/HashMap;
invoke-static {v3}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v1
sget-object v2, Lcom/android/keyguard/sec/KeyguardEffectViewMain$Foreground;->none:Lcom/android/keyguard/sec/KeyguardEffectViewMain$Foreground;
invoke-virtual {v0, v1, v2}, Ljava/util/HashMap;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
I also only have the LockScreen Effects None/Watercolor/Ripple no Circle Effect! I really want the Particle Effect.
I've uploaded my KeyguardEffectViewMain.smali for u it would be nice if you could have a look at it.
Can't you just upload ur Keyguard.apk that's already have been edited?
Thanks a lot,:good:
chieco said:
I can't get it to work! :crying:
Can it be that it doesn't work on NB1?
Please take a look @ my KeyguardEffectViewMain.smali the .line 253/.line 254 are totally different in mine!
Code:
.line 253
iget-object v0, p0, Lcom/android/keyguard/sec/KeyguardEffectViewMain;->mBackgroundTypeMapping:Ljava/util/HashMap;
invoke-static {v3}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v1
sget-object v2, Lcom/android/keyguard/sec/KeyguardEffectViewMain$Background;->ripple:Lcom/android/keyguard/sec/KeyguardEffectViewMain$Background;
invoke-virtual {v0, v1, v2}, Ljava/util/HashMap;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
.line 254
iget-object v0, p0, Lcom/android/keyguard/sec/KeyguardEffectViewMain;->mForegroundTypeMapping:Ljava/util/HashMap;
invoke-static {v3}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v1
sget-object v2, Lcom/android/keyguard/sec/KeyguardEffectViewMain$Foreground;->none:Lcom/android/keyguard/sec/KeyguardEffectViewMain$Foreground;
invoke-virtual {v0, v1, v2}, Ljava/util/HashMap;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
I also only have the LockScreen Effects None/Watercolor/Ripple no Circle Effect! I really want the Particle Effect.
I've uploaded my KeyguardEffectViewMain.smali for u it would be nice if you could have a look at it.
Can't you just upload ur Keyguard.apk that's already have been edited?
Thanks a lot,:good:
Click to expand...
Click to collapse
Sure. I can do it for you.
Give some time...
Please find the attached file.
I have edited for both lens Flare Effect and Particles Effect.
You were right.
For NB1 firmware, we should search for .line 244 For getting lens Flare Effect and .line 243 For getting particle effect.
I have updated this information in first post.
Thank you @Cheico ...
hakan_710 said:
it's working perfect now. Thank u so much bro. please look my attachment is this normal?
Click to expand...
Click to collapse
That's normal buddy.
It's called Parallox effect.
posedatull said:
Seems awesome, but I got a question: is there a way to convert this mod into a flashable zip? It would make things so much easier...
Click to expand...
Click to collapse
I don't know how to create a flashable zip or an Xposed module.
amk19 said:
Sure. I can do it for you.
Give some time...
Please find the attached file.
I have edited for both lens Flare Effect and Particles Effect.
You were right.
For NB1 firmware, we should search for .line 244 For getting lens Flare Effect and .line 243 For getting particle effect.
I have updated this information in first post.
Thank you @Cheico ...
Click to expand...
Click to collapse
Thank you Very Much! Now it works and I'm really happy because I liked this Particle effect since I saw it for the first time on a S5. Same with the WaterColor effect it was the reason why I sold my S4 and got a Note 3 and now after seeing the Abstract tiles effect on the Note 4 I want that :laugh: I hope someone ports that for our Note 3. Someone mentioned that it's inclueded on the newest korean Firmware for the S5.
By the way ur first Post where u explain everything is just awesome and I think better then a flashable .zip! Because my Keyguard.apk is modded and a .zip would just mess things up and this way even people like me who don't have costum recovery can use this mod. And u provided everything that is needed and explained everything really well! I just opened the terminal and copy&pasted ur commands which only takes 1-2 minutes and I'm done!
But I would ask u something else. Is it possible to get rid of the zoom when I touch the screen? The Wallpaper and all ellements on the Screen zoom in if I touch the screen. Is that the Parallox effect that u mentioned earlier? I don't get a weird looking box or anything everything pops out a bit and I think on the S5 this doesn't happen.
Anyways Thank you very much again u are the Best.:good:
chieco said:
Thank you Very Much! Now it works and I'm really happy because I liked this Particle effect since I saw it for the first time on a S5. Same with the WaterColor effect it was the reason why I sold my S4 and got a Note 3 and now after seeing the Abstract tiles effect on the Note 4 I want that :laugh: I hope someone ports that for our Note 3. Someone mentioned that it's inclueded on the newest korean Firmware for the S5.
By the way ur first Post where u explain everything is just awesome and I think better then a flashable .zip! Because my Keyguard.apk is modded and a .zip would just mess things up and this way even people like me who don't have costum recovery can use this mod. And u provided everything that is needed and explained everything really well! I just opened the terminal and copy&pasted ur commands which only takes 1-2 minutes and I'm done!
But I would ask u something else. Is it possible to get rid of the zoom when I touch the screen? The Wallpaper and all ellements on the Screen zoom in if I touch the screen. Is that the Parallox effect that u mentioned earlier? I don't get a weird looking box or anything everything pops out a bit and I think on the S5 this doesn't happen.
Anyways Thank you very much again u are the Best.:good:
Click to expand...
Click to collapse
Thanks.
Yeah. That's the Parallox effect. And in Galaxy S5 that's optional. You can enable or disable the Parallox effect from S5 lockscreen settings....
But for Note 3, I didn't looked into smali files in details. So I don't know how to disable Parallox effect.
Anyway, when I get time surely I'll try to find out how to disable Parallox effect.
Happy to help you.
djsonoman said:
Lens flare is working great on my stock odexed PHE N9005XXUGNG1 rooted SM-N9005. :victory:
Particle effect not working. It seems that force close systemui.
Click to expand...
Click to collapse
Please check out the updated post, It should work now.
Would you upload your keyguard. Apk, (GNG1) ? Thanks

[GUIDE]MOD[GB]How to make Kitkat like 3way ring Lockscreen

I am Pritish
again with New guide
How to port KK lockscreen TO GB using Droidbuster ICS Lockscreen source
{
"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"
}
This Should work on any GB device......
So Lets Start
Requirements:
1.Droidbuster's ics Lockscreen
2.apktool
3.Notepad++
4.Brain
1.First make ics lockscreen from this guide(note u dont need to change public ids in MultiWaveViewForSimulateICS.smali in that guide)
if u have did the the things from the above guide now u can continue to this guide
2.Decompile ur android.policy.jar
3.open smali\com\android\internal\policy\impl\SimulateICS_LockScreen.smali
& search for
Code:
MultiWaveViewForSimulateICS
Now replace the above with this
Code:
MultiWaveView
Replace untill all the "MultiWaveViewForSimulateICS" codes change to "MultiWaveView"[U can use Notepad++ to replace all at one time)
4.Decompile framework-res.apk & open res\vales\public.xml
Search for
id <public type="layout" name="lockscreen_greenorange"
copy the public id to another place
Search for
<public type="id" name="rl_multiWaveView"
copy the id to another place
(Note- remove 0 after 0x, eg;-if its 0x0102026d then it should be 0x102026d ,do this for all public ids)
5.Now again open smali\com\android\internal\policy\impl\SimulateICS_LockScreen.smali
Search for this line
Code:
.line 43
.local v0, mInflater:Landroid/view/LayoutInflater;
Below this u will find const v1, 0x10***** (***** are different according to ur Public ids as u have already changed that in Droidbuster guide)
Change the 0x10***** with the public id <public type="layout" name="lockscreen_greenorange" (that u have copied before)
Now Search for this line
Code:
.line 49
Below this u will find const v1, 0x10*****
change the 0x10***** with the public id <public type="id" name="rl_multiWaveView" (that u have copied before)
Now ur done ,u have succesfully Unlocked 4way Lockscreen (u can test it now on ur phone by recompiling & pushing android.policy.jar & framework-res.apk but if u directly want 3way LS then skip this step & proceed to next)
Converting the 4way Lockscreen to 3way
now its a xml part so values are varies with different Screen sizes
1.Goto decompiled framework-res folder
2.Download the sources from here & merge/replace with urs
3.Now recompile ur framework-res.apk
Again we have to change intent activity
1.So goto decompiled folder of android.policy.jar
Open smali\com\android\internal\policy\impl\MultiWaveView.smali
search for this
Code:
const-string v4, "com.android.mms"
const-string v5, "com.android.mms.ui.ConversationList"
Now change it to this
Code:
const-string v4, "com.google.android.googlequicksearchbox"
const-string v5, "com.google.android.googlequicksearchbox.SearchActivity"
U can change it ur desired app intent but i m adding google search as kitkat LS has a google search on LS
2.Now recompile ur android.policy.jar
3.Now push ur android.policy.jar & framework-res.apk to /system/framework/
It should work if u have did not any mistake.....
If it worked take a beer..... lol
Credits:
@Droidbuster for everything his sources,his guide etc.
 @sssomnath474 for hdpi sources
& ofc me for this guide
If u like this guide then hit thanks
XDA:DevDB Information
KK LockScreen for GB (see above for details)
Contributors
pritish sahoo, Droidbuster
Version Information
Status: Stable
Created 2015-01-25
Last Updated 2015-01-25​
[MOD]Make Android L like Lockscreen from 3way Lockscreen
[MOD]Make Android L like Lockscreen from 3way Lockscreen
1.First make 3way LockScreen from the above guide
2.Decompile framework-res.apk & goto decompiled folder
download sources from here & copy & replace with urs
Now Recompile ur framework-res.apk
Now we have edit ur android.policy.jar so that if we swipe to left in LS then it will give user a choice to open desired app & they can set them default too
3.So decompile android.policy.jar & goto decompiled folder
open smali\com\android\internal\policy\impl\MultiWaveView.smali
search for this
Code:
.line 464
below this u should find some thing like this
Code:
const-string v4, "com.android.mms"
const-string v5, "com.android.mms.ui.ConversationList"
invoke-virtual {v2, v4, v5}, Landroid/content/Intent;->setClassName(Ljava/lang/String;Ljava/lang/String;)Landroid/content/Intent;
replace the above with this
Code:
new-instance v1, Landroid/content/Intent;
const-string v4, "android.intent.category.LAUNCHER"
invoke-direct {v1, v4}, Landroid/content/Intent;-><init>(Ljava/lang/String;)V
Finally it should look like this
.line 464
new-instance v1, Landroid/content/Intent;
const-string v4, "android.intent.category.LAUNCHER"
invoke-direct {v1, v4}, Landroid/content/Intent;-><init>(Ljava/lang/StringV
.line 465
invoke-virtual {v2, v6}, Landroid/content/Intent;->setFlags(I)Landroid/content/Intent;
.line 466
iget-object v4, p0, Lcom/android/internal/policy/impl/MultiWaveView;->mCallback:Lcom/android/internal/policy/impl/KeyguardScreenCallback;
invoke-interface {v4, v2}, Lcom/android/internal/policy/impl/KeyguardScreenCallback;->isGotoUnlockscreen(Landroid/content/IntentV
.line 467
iget-object v4, p0, Lcom/android/internal/policy/impl/MultiWaveView;->mCallback:Lcom/android/internal/policy/impl/KeyguardScreenCallback;
invoke-interface {v4}, Lcom/android/internal/policy/impl/KeyguardScreenCallback;->goToUnlockScreen()V
goto :goto_0
.line 428
switch_data_0
.packed-switch 0x1
switch_0
switch_2
switch_3
switch_1
.end packed-switch
.end method
Click to expand...
Click to collapse
Finally Recompile ur android.policy.jar & push both framework-res.apk & android.policy.jar to /system/framework.....
​
Battery charge text
reserved
---------- Post added at 07:08 AM ---------- Previous post was at 07:02 AM ----------
well done.
Now Gb user can enjoy 3 way kitkat lockscreen
.great i add reserved post for how to add battery charge text
nice guide.
keep it up :angel:
btw i already posted a guide how to add battery percentage permanently on lockscreen.
Please create A Guide lollipop lockscreen For Jb:crying:
Nice Thread
gamzekal said:
Nice Thread
Click to expand...
Click to collapse
thanks
veneetsingh said:
Please create A Guide lollipop lockscreen For Jb:crying:
Click to expand...
Click to collapse
need to talk with @Droidbuster for it
for real Lolipop Lockscreen features we need java sources.....
well i can mod ur layout to look like lolipop if u have 3way Lockscreen
pritish sahoo said:
need to talk with @Droidbuster for it
for real Lolipop Lockscreen features we need java sources.....
well i can mod ur layout to look like lolipop if u have 3way Lockscreen
Click to expand...
Click to collapse
thanks bro it is work on my jb device enjoying this lockscreen!!:good:
veneetsingh said:
thanks bro it is work on my jb device enjoying this lockscreen!!:good:
Click to expand...
Click to collapse
Screenshot plz
well in which device it worked
i will add to working devices list
pritish sahoo said:
Screenshot plz
well in which device it worked
i will add to working devices list
Click to expand...
Click to collapse
Karbonn A1+ duple
bro it's working but nothing run perfectly some time device automatically reboot and not working slide to Phone but Camera work!
any solution??
veneetsingh said:
Karbonn A1+ duple
bro it's working but nothing run perfectly some time device automatically reboot and not working slide to Phone but Camera work!
any solution??
Click to expand...
Click to collapse
Thats issue due to png problem as i know....
Well have u followed all the steps properly?
pritish sahoo said:
Thats issue due to png problem as i know....
Well have u followed all the steps properly?
Click to expand...
Click to collapse
yes i'm followed all steps i think this is Problem in my android.policy.jar..
take logcat
veneetsingh said:
yes i'm followed all steps i think this is Problem in my android.policy.jar..
Click to expand...
Click to collapse
take a logcat & attach here i will try to resolve ur problem
pritish sahoo said:
take a logcat & attach here i will try to resolve ur problem
Click to expand...
Click to collapse
how to take logcat??
veneetsingh said:
how to take logcat??
Click to expand...
Click to collapse
google it
pritish sahoo said:
google it
Click to expand...
Click to collapse
Please give me link??
is this mod work on JB 4.3 ?
devilmaycry2020 said:
is this mod work on JB 4.3 ?
Click to expand...
Click to collapse
not tested but u may give a try cause veenit singh said its worked on his JB phone
Lockscreen for jb + gb too
veneetsingh said:
Please create A Guide lollipop lockscreen For Jb:crying:
Click to expand...
Click to collapse
i am making

[MOD][GUIDE] SecMms_Delight_Note_Open TouchWiz Mods - Galaxy Note 5 | Unlimited

Update for Android 6.0.1:
http://forum.xda-developers.com/galaxy-s6/themes-apps/mod-secmmsepiccommon-touchwiz-mods-t3350454
(Deodex only)
Guide - Vietnamese
HOW TO DISABLE THE SMS TO MMS AUTO, UNLIMIT-CONVERSION WHILE EXCEED 3 SMS
WHAT DOES THIS MOD DO: This mod will let you type very long text messages and it won't automatically convert it into MMS.
★ Go into your system/priv-app/SecMms_Delight_Note_Open folder and take out your "SecMms_Delight_Note_Open.apk"
★ Then use one of the applications such as apktools or baksmali and then use the commands to decompile the SecMms_Delight_Note_Open.apk
★ Once you have decompiled the SecMms_Delight_Note_Open.apk, go to:
smali/com/android/mms/l.smali
Click to expand...
Click to collapse
Now open up "l.smali" with your notepad++ for editing.
Now for this part of this guide what I have highlighted in "GREEN" text is what you have to find using Notepad++, What you see in "RED" is the line you have to remove/delete completely, And also what you see in "BLUE" is the line you have to make changes to:
SEARCH FOR:
Code:
[COLOR="Green"] sput v0, Lcom/android/mms/l;->Q:I[/COLOR]
{
"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"
}
NOW REMOVE:
Code:
.line 213
[COLOR="Red"] const/4 v0, 0x4[/COLOR]
[COLOR="Green"] sput v0, Lcom/android/mms/l;->Q:I[/COLOR]
AND CHANGE TO:
Code:
.line 213
[COLOR="Blue"] const/16 v0, 0x3e8[/COLOR]
[COLOR="Green"] sput v0, Lcom/android/mms/l;->Q:I[/COLOR]
NOW SEARCH FOR:
Code:
[COLOR="Green"] sget v0, Lcom/android/mms/l;->Q:I[/COLOR]
AND REMOVE:
Code:
.method public static e()I
.locals 1
.prologue
.line 881
[COLOR="Red"] sget v0, Lcom/android/mms/l;->Q:I[/COLOR]
return v0
.end method
AND CHANGE TO:
Code:
.method public static e()I
.locals 1
.prologue
.line 881
[COLOR="Blue"] const/16 v0, 0x3e8[/COLOR]
return v0
.end method
NOW SEARCH FOR:
Code:
[COLOR="Green"] sput v1, Lcom/android/mms/l;->Q:[/COLOR]I
ABOVE THIS SAME LINE YOU HAVE TO ADD A NEW LINE WHICH IS IN BLUE:
Code:
.line 2481
const-string/jumbo v1, "pref_key_threshold"
const/4 v2, 0x4
invoke-interface {v0, v1, v2}, Landroid/content/SharedPreferences;->getInt(Ljava/lang/String;I)I
move-result v1
[COLOR="Blue"] const/16 v1, 0x3e8[/COLOR]
[COLOR="green"] sput v1, Lcom/android/mms/l;->Q:I[/COLOR]
Once done now save changes, Recompile your SecMms_Delight_Open.apk and that's it you are now DONE!!!
HOW TO CHANGE THE MESSAGING TIME STAMPS TO ITS ORIGINAL TIME
WHAT DOES THIS MOD DO: This mod will show the exact sent time of received messages, not the moment when you actually received it on your phone.
★ Go into your system/priv-app/SecMms_Delight_Note_Open folder and take out your "SecMms_Delight_Note_Open.apk"
★ Then use one of the applications such as apktools or baksmali and then use the commands to decompile the SecMms_Delight_Open.apk
★ Once you have decompiled the SecMms_Delight_Note_Open.apk, go to:
smali/com/android/mms/transaction/SmsReceiverService.smali
Click to expand...
Click to collapse
Now open up "SmsReceiverService.smali" with your notepad++ for editing.
Now for this part of this guide what I have highlighted in "GREEN" text is what you have to find using Notepad++, What you see in "RED" is the line you have to remove/delete completely, And also what you see in "BLUE" is the line you have to make changes to:
SEARCH FOR:
Code:
[COLOR="Green"] invoke-static {}, Ljava/lang/System;->currentTimeMillis()J[/COLOR]
THIS SAME LINE THAT YOU HAVE JUST LOOKED FOR, IS ALSO THE LINE YOUR GOING TO HAVE TO REMOVE WHICH SHOULD LOOK LIKE THIS:
Code:
.line 2668
:cond_8
const-string/jumbo v2, "date"
[COLOR="Red"] invoke-static {}, Ljava/lang/System;->currentTimeMillis()J[/COLOR]
move-result-wide v4
invoke-static {v4, v5}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
move-result-object v3
invoke-virtual {v1, v2, v3}, Landroid/content/ContentValues;->put(Ljava/lang/String;Ljava/lang/Long;)V
goto/16 :goto_1
.end method
AND THEN CHANGE IT TO THIS:
Code:
.line 2668
:cond_8
const-string/jumbo v2, "date"
[COLOR="Blue"] invoke-virtual {p1}, Landroid/telephony/SmsMessage;->getTimestampMillis()J[/COLOR]
move-result-wide v4
invoke-static {v4, v5}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
move-result-object v3
invoke-virtual {v1, v2, v3}, Landroid/content/ContentValues;->put(Ljava/lang/String;Ljava/lang/Long;)V
goto/16 :goto_1
.end method
Once done now save changes, Recompile your SecMms_Delight_Open.apk and that's it you are now DONE!!!
And more, soon...
Hi,
Is there a way to add sms backup and Restore option ?
With add
<CscFeature_Message_EnableSaveRestoreSDCard>true</CscFeature_Message_EnableSaveRestoreSDCard>
into csc/features.xml it working for save but SecMms_Delight_Open FC when Restore...
Many Thanks.
I will try it... can u mod to send 100 to 200 contacts in one klik? Or send to all contacts in one group also?...sory for my bad english..
Sent from my SM-N9208 using Tapatalk
Is there any mod to receive an sms delivery report toast notification instead of the regular notification ?
innocentrose said:
Is there any mod to receive an sms delivery report toast notification instead of the regular notification ?
Click to expand...
Click to collapse
Looking for it too...
If Someone is Successful please share your efforts with the Community and make a flashable Zip for All.
Regards
I will work on this tomorrow once i got it success will share my modded here ok ..
Sent from my SM-N920C using Tapatalk
thereassaad said:
I will work on this tomorrow once i got it success will share my modded here ok ..
Sent from my SM-N920C using Tapatalk
Click to expand...
Click to collapse
Great
If you have time to see for this too...
http://forum.xda-developers.com/showthread.php?p=64078643
edzamber said:
Great
If you have time to see for this too...
http://forum.xda-developers.com/showthread.php?p=64078643
Click to expand...
Click to collapse
Already modded this on mine one so i will just add unlimited then its will fully modded + floating message support too ..
Sent from my SM-N920C using Tapatalk
thereassaad said:
Already modded this on mine one so i will just add unlimited then its will fully modded + floating message support too ..
Sent from my SM-N920C using Tapatalk
Click to expand...
Click to collapse
Fantastic
Because with csc feature, Restore FC...
<CscFeature_Message_EnableSaveRestoreSDCard>true</CscFeature_Message_EnableSaveRestoreSDCard>
Saving working...
Ok guys its done i will upload my sms app later ok but i can tell u everything is working just fine ok enjoy it
Link will added it here later ok ..
Sent from my SM-N920C using Tapatalk
thereassaad said:
Ok guys its done i will upload my sms app later ok but i can tell u everything is working just fine ok enjoy it
Link will added it here later ok ..
Sent from my SM-N920C using Tapatalk
Click to expand...
Click to collapse
great
thanks
thereassaad said:
Ok guys its done i will upload my sms app later ok but i can tell u everything is working just fine ok enjoy it
Link will added it here later ok ..
Sent from my SM-N920C using Tapatalk
Click to expand...
Click to collapse
Marvelous
It will working for S6/S6 Edge ?
sanoc69 said:
great
thanks
Click to expand...
Click to collapse
[emoji2]
edzamber said:
Marvelous
It will working for S6/S6 Edge ?
Click to expand...
Click to collapse
It should bro i just use it on S6E+/NOTE5 roms but on S6E it should ..
@Manh_IT mate the next guide for the real time sent msg its gives me fc ? I followed ur guide exactly but its give me fc any help from ur side or update ur guide for this
Fc when i sent or recieving msgs bomb fc ..
Sent from my SM-G928F using Tapatalk
thereassaad said:
Ok guys its done i will upload my sms app later ok but i can tell u everything is working just fine ok enjoy it
Link will added it here later ok ..
Sent from my SM-N920C using Tapatalk
Click to expand...
Click to collapse
Wow... u make it!!!.. share the link... thanks...
Sent from my SM-N9208 using Tapatalk
Ok guy's as i promised u will work on this today , then i did it lol u should thanks my girl as i used her laptop for modding this sms because im not on my home for few weeks lol so here the link
U need to backup ur old one from system/prev-app/SecMms_Delight_Note_Open then replace it with this from this link
https://mega.nz/#!8VAVSToJ!vrxKVneV3VbiF0L7E715D17jgawLScgpIBqC_WYrpj4
After that set permission as rw--r--r then reboot & enjoy with unlimited texts
Now for backup msgs (saved/restore) u need to add this to ur system/csc/features.xml or others.xml
Just copy both lines from this post
http://forum.xda-developers.com/showthread.php?p=64078643
Enjoy it ..
thereassaad said:
Ok guy's as i promised u will work on this today , then i did it lol u should thanks my girl as i used her laptop for modding this sms because im not on my home for few weeks lol so here the link
U need to backup ur old one from system/prev-app/SecMms_Delight_Note_Open then replace it with this from this link
https://mega.nz/#!8VAVSToJ!vrxKVneV3VbiF0L7E715D17jgawLScgpIBqC_WYrpj4
After that set permission as rw--r--r then reboot & enjoy with unlimited texts
Now for backup msgs (saved/restore) u need to add this to ur system/csc/features.xml or others.xml
Just copy both lines from this post
http://forum.xda-developers.com/showthread.php?p=64078643
Enjoy it ..
Click to expand...
Click to collapse
Many Thanks, working perfecty
edzamber said:
Many Thanks, working perfecty
Click to expand...
Click to collapse
Yep , only 1 thing won't work its real time sent sms if i added it its gives me fc so i skip this & hope op updated his guide for the newest update for n5 fw ..
Sent from my SM-G928F using Tapatalk
Good... i want ask..For send to all maximum contacts? do u have a method to do that? now minimum is only 20 contacts... or u can suggest me some link or forum...thanks in advance..
Sent from my SM-N9208 using Tapatalk
Hello and thanks for the marvellous guide.
Just wanted to know if someone is able to find how to have ticked by default:
- all sms/mms reports (delivery & read). I tried with no success (FC),
- increasing mms max size,
- split view mode enable,
Any of it (reports is prime ) will be fine.
Really thank you in advanced.

Categories

Resources