[MOD][GUIDE] SecMms_Delight_Note_Open TouchWiz Mods - Galaxy Note 5 | Unlimited - Galaxy Note5 Themes and Apps

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.

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] Hide Statusbar or Transparent Statusbar on Lockscreen

Just thought I would write this how-to guide before I forget how I did it.
TOOLS:
1. knowledge of decompiling/recompiling
2. smali/baksmali
3. notepad++
4. 7zip
HOW TO HAVE TRANSPARENT STATUSBAR ON LOCKSCREEN:
NOTE: Transparent statusbar on lockscreen depends on the current transparency of your statusbar. You should already have a transparent statusbar either by modding your SystemUI or using Xposed Tweakbox module.
STEPS:
1. decompile android.policy.jar and edit com/android/internal/policy/impl/KeyguardViewManager.smali
2. the method to edit is .method public declared-synchronized show()V
3. search inside this method and look for 0x100800
4. change 0x100800 to 0x10900
5. recompile android.policy.jar and push to your phone.
6. Well, you could THANK me if you are HAPPY about the result, he he he
Click to expand...
Click to collapse
HOW TO HIDE STATUSBAR ON LOCKSCREEN:
STEPS:
1. decompile android.policy.jar and edit com/android/internal/policy/impl/KeyguardViewManager.smali
2. the method to edit is .method public declared-synchronized show()V
3. search inside for this code fragment and add the one in RED.
Code:
iget-object v1, p0, Lcom/android/internal/policy/impl/KeyguardViewManager;->mWindowLayoutParams:Landroid/view/WindowManager$LayoutParams;
const/4 v2, 0x1
iput v2, v1, Landroid/view/WindowManager$LayoutParams;->screenOrientation:I
.line 161
:cond_a6
iget-object v1, p0, Lcom/android/internal/policy/impl/KeyguardViewManager;->mViewManager:Landroid/view/ViewManager;
iget-object v2, p0, Lcom/android/internal/policy/impl/KeyguardViewManager;->mKeyguardHost:Landroid/widget/FrameLayout;
iget-object v3, p0, Lcom/android/internal/policy/impl/KeyguardViewManager;->mWindowLayoutParams:Landroid/view/WindowManager$LayoutParams;
invoke-interface {v1, v2, v3}, Landroid/view/ViewManager;->updateViewLayout(Landroid/view/View;Landroid/view/ViewGroup$LayoutParams;)V
[COLOR="Red"]
const/4 v2, 0x0
invoke-virtual {p0, v2}, Lcom/android/internal/policy/impl/KeyguardViewManager;->setStatusBarShow(Z)V[/COLOR]
.line 163
iget-object v1, p0, Lcom/android/internal/policy/impl/KeyguardViewManager;->mKeyguardView:Lcom/android/internal/policy/impl/KeyguardViewBase;
if-nez v1, :cond_e0
.line 165
iget-object v1, p0, Lcom/android/internal/policy/impl/KeyguardViewManager;->mKeyguardViewProperties:Lcom/android/internal/policy/impl/KeyguardViewProperties;
iget-object v2, p0, Lcom/android/internal/policy/impl/KeyguardViewManager;->mContext:Landroid/content/Context;
iget-object v3, p0, Lcom/android/internal/policy/impl/KeyguardViewManager;->mCallback:Lcom/android/internal/policy/impl/KeyguardViewCallback;
iget-object v5, p0, Lcom/android/internal/policy/impl/KeyguardViewManager;->mUpdateMonitor:Lcom/android/internal/policy/impl/KeyguardUpdateMonitor;
invoke-interface {v1, v2, v3, v5, p0}, Lcom/android/internal/policy/impl/KeyguardViewProperties;->createKeyguardView(Landroid/content/Context;Lcom/android/internal/policy/impl/KeyguardViewCallback;Lcom/android/internal/policy/impl/KeyguardUpdateMonitor;Lcom/android/internal/policy/impl/KeyguardWindowController;)Lcom/android/internal/policy/impl/KeyguardViewBase;
move-result-object v1
iput-object v1, p0, Lcom/android/internal/policy/impl/KeyguardViewManager;->mKeyguardView:Lcom/android/internal/policy/impl/KeyguardViewBase;
.line 167
iget-object v1, p0, Lcom/android/internal/policy/impl/KeyguardViewManager;->mKeyguardView:Lcom/android/internal/policy/impl/KeyguardViewBase;
const v2, 0x1020250
4. recompile android.policy.jar and push to your phone.
5. Well, you could THANK me if you are HAPPY about the result, he he he
Click to expand...
Click to collapse
Thanks so much !!!
Sent from my GT-N7000 using xda premium
Having a modded systemui or using xposed, status bar would be appearing transparent on lockscreen, BUT it can be interesting if this approach can be used to make the status bar non-transparent on modded systemui for those who like have a non transparent status bar on locksreen and transparent statusbar on home screen
Edit: Sorry if I didn't get it right! Once I tried it and saw the difference with modded systemUI and thanks a lot for this golden tip, now home screen background doesn't have any effect on status bar background on locksreen :good:
{
"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"
}
but what about those who are not good in decompiling and recompiling can you do this if i provide you android.policy.jar files of my tab 2 and note n7000 plz
you have no idea why the animated background turns black?
tonyking123 said:
but what about those who are not good in decompiling and recompiling can you do this if i provide you android.policy.jar files of my tab 2 and note n7000 plz
Click to expand...
Click to collapse
or You Can Make A Module To Hide Status Bar In Lockscreen Or Transparent Lock Screen That Can Be Beneficial More Mostly Android Device
i am asking for Transparent Status Bar in lock Screen bcoz tweakbox module does not trans parenting status bar in lockscreen On My Tab 2 P3100
if Hiding Status bar work that could be awesome
good luck :fingers-crossed:
If any body can make the mod would be appreciate. I hate status bar dominate over the lockscreen..
Sent from my GT-N7000 using xda premium
Good work mate. Gonna try this on my rom. Been wondering about it for ages
EDIT: Works great. Both mods up in Sweet ROM thread for those using my rom
Sent from my Sweet ROM powered GT-N7100
I have been searching like idiot before for how to do it,, You are Great xperiacle,,
Can anyone who is using LT9 ROM, explains what both 0x100800 and 0x10900 links to in public.xml in framework-res.apk. You might find it as 0x01008000 and 0x01090000
Thanks in advance
majdinj said:
I have been searching like idiot before for how to do it,, You are Great xperiacle,,
Can anyone who is using LT9 ROM, explains what both 0x100800 and 0x10900 links to in public.xml in framework-res.apk. You might find it as 0x01008000 and 0x01090000
Thanks in advance
Click to expand...
Click to collapse
"alert_dark_frame" id="0x01080000" />
"activity_list_item" id="0x01090000" />
All the best with it. Im off now to a conference for 3 days
not-i said:
"alert_dark_frame" id="0x01080000" />
"activity_list_item" id="0x01090000" />
All the best with it. Im off now to a conference for 3 days
Click to expand...
Click to collapse
Have a nice trip man
Thanks , works great , how can i take a screenshot of my lockscreen though ? haha
el5arsawi said:
Thanks , works great , how can i take a screenshot of my lockscreen though ? haha
Click to expand...
Click to collapse
Just hold home+power and you will hear a sound or feel a vibration and the screen will blink.
Nice xperiacle! Works great!!
is this applicable in note 2??
mike0jj said:
is this applicable in note 2??
Click to expand...
Click to collapse
Probably. I'm gonna try it when I get back from my conference
Sent from my Sweet ROM powered GT-N7100
not-i said:
"alert_dark_frame" id="0x01080000" />
"activity_list_item" id="0x01090000" />
Click to expand...
Click to collapse
if I have different ids in my rom, should I put 0x10900 or search public.xml for corresponding.??
really I am confused!!!!
and what is with live lockscreen issue???
sorry, but I am new to android (just followed some tutorials to mod status bar icons - so my experience isn't too much)
Works great on my S2.
Good job, thanks :good::good:
---------- Post added at 01:34 AM ---------- Previous post was at 01:29 AM ----------
mike0jj said:
if I have different ids in my rom, should I put 0x10900 or search public.xml for corresponding.??
really I am confused!!!!
and what is with live lockscreen issue???
sorry, but I am new to android (just followed some tutorials to mod status bar icons - so my experience isn't too much)
Click to expand...
Click to collapse
Hi,
You should use the id that matches with "activity_list_item", don´t forget to delete the "0", after x and at the end.
Good luck
Josehg said:
Works great on my S2.
Good job, thanks :good::good:
---------- Post added at 01:34 AM ---------- Previous post was at 01:29 AM ----------
Hi,
You should use the id that matches with "activity_list_item", don´t forget to delete the "0", after x and at the end.
Good luck
Click to expand...
Click to collapse
I will try it soon,,,
thanks
Great Great Thx to dear xperiacle for another great work for N7000
---------- Post added at 10:11 PM ---------- Previous post was at 10:07 PM ----------
mike0jj said:
is this applicable in note 2??
Click to expand...
Click to collapse
yeh, actually there is a one thread already in note2 threads
just a search
Regards
Deleted..

[Guide][Port] Enable Airview Control Panel and SPen Gesture Function (10-Sep-2013)

Another day and another tutorial mod .
This time, it will be my pleasure to present to you this guide about how to enable Air View Control Panel and how to port SPen Gesture function from SGN II,,
★ Air View Control Panel with SPen Gesture ★​
{
"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"
}
Needed Tools:
1) Baksmali tool. If you like, you can download my Baksmali Manager from here.
2) Notepad++ for smali editing part from here.
The procedure:
- Baksmali SecSettings.apk
- Navigate to classout\com\android\settings folder and open PenSettingsMenu.smali
- Our targeted codes are found within this method ".method public onCreate(Landroid/os/Bundle;)V"
- In the method ".method public onCreate(Landroid/os/Bundle;)V", locate this section and delete all colored text (don't delete the defined condition.!!):
Code:
.line 198
:cond_209
[B][COLOR="Red"] invoke-virtual {p0}, Lcom/android/settings/PenSettingsMenu;->getPreferenceScreen()Landroid/preference/PreferenceScreen;
move-result-object v0
const-string v1, "pen_hover"
invoke-virtual {p0, v1}, Lcom/android/settings/PenSettingsMenu;->findPreference(Ljava/lang/CharSequence;)Landroid/preference/Preference;
move-result-object v1
invoke-virtual {v0, v1}, Landroid/preference/PreferenceScreen;->removePreference(Landroid/preference/Preference;)Z[/COLOR][/B]
.line 199
[B][COLOR="Blue"]invoke-virtual {p0}, Lcom/android/settings/PenSettingsMenu;->getPreferenceScreen()Landroid/preference/PreferenceScreen;
move-result-object v0
iget-object v1, p0, Lcom/android/settings/PenSettingsMenu;->mPenHovering:Landroid/preference/SwitchPreferenceScreen;
invoke-virtual {v0, v1}, Landroid/preference/PreferenceScreen;->removePreference(Landroid/preference/Preference;)Z[/COLOR][/B]
.line 200
[B][COLOR="Green"]invoke-virtual {p0}, Lcom/android/settings/PenSettingsMenu;->getPreferenceScreen()Landroid/preference/PreferenceScreen;
move-result-object v0
iget-object v1, p0, Lcom/android/settings/PenSettingsMenu;->mPenHoveringSound:Landroid/preference/CheckBoxPreference;
invoke-virtual {v0, v1}, Landroid/preference/PreferenceScreen;->removePreference(Landroid/preference/Preference;)Z[/COLOR][/B]
.line 206
[B][COLOR="DarkOrange"]invoke-virtual {p0}, Lcom/android/settings/PenSettingsMenu;->getPreferenceScreen()Landroid/preference/PreferenceScreen;
move-result-object v0
const-string v1, "pen_gesture_category"
invoke-virtual {p0, v1}, Lcom/android/settings/PenSettingsMenu;->findPreference(Ljava/lang/CharSequence;)Landroid/preference/Preference;
move-result-object v1
invoke-virtual {v0, v1}, Landroid/preference/PreferenceScreen;->removePreference(Landroid/preference/Preference;)Z[/COLOR][/B]
.line 207
[B][COLOR="Magenta"]invoke-virtual {p0}, Lcom/android/settings/PenSettingsMenu;->getPreferenceScreen()Landroid/preference/PreferenceScreen;
move-result-object v0
const-string v1, "pen_quick_command"
invoke-virtual {p0, v1}, Lcom/android/settings/PenSettingsMenu;->findPreference(Ljava/lang/CharSequence;)Landroid/preference/Preference;
move-result-object v1
invoke-virtual {v0, v1}, Landroid/preference/PreferenceScreen;->removePreference(Landroid/preference/Preference;)Z[/COLOR][/B]
Legend:
Deleting red codes: This will enable Air View header.
Deleting blue codes: This will enable Air View switch with control panel.
Deleting green codes: This will enable Air View haptic feedback.
Deleting orange codes: This will enable Pen gestures header.
Deleting purple codes: This will enable Quick command main action in Pen gestures category.
You can delete or keep ".line xxx" debugging; it is up to you.!!.
- Save changes.. smali SecSettings.apk, push it to your phone and fix permissions to rw-r--r-- (644).
- Push "SPenGesturePad.apk" to your phone and fix permissions to rw-r--r-- (644).
- Reboot the phone into recovery mode and flash SGNII_VODB.zip file.
and viola you made it
Note:
Don't forget to have "com.sec.feature.hovering_ui.xml" in /system/etc/permissions folder with 644 permissions.. You can download it from here: View attachment com.sec.feature.hovering_ui.rar
Click to expand...
Click to collapse
Resources download:
- SPenGesturePad.apk with drawer visibility (thanks to @not-i) | Download |.
- Flashable SGNII_VODB.zip file | Download - size: 4.27mb |. (md5 sum: d3d7c56898ec2d430adddb7fd71a8ad7 )
Special thanks to: @not-i for his contributing in porting the SPen gestures function, without him I wouldn't acheive the final porting.. BIG THANKS MAN :good:
Note:
- If you want to download extra languages for VODB, please see post #43
For discussing other Air View Control features, please see post #2,,,
Discussing other AirView control features
There are other options that you could enable as well in the same smali,,, see the pictures bellow
These extra options are useless to be enabled in our Note I (GT-N7000) since our device doesn't have the hardware capability.
reserved
Great finding majdinj
Looking for this feature since Note2 release.
Thanks mate:good:
nice one, thanks majdinj
Looks good mate. Have you tried looking through the android manifest of the gesture apk for the associated libraries?
Also thinking there may be a permission needed. I'll have a look through my Note 2 and see what I can find.
EDIT: it uses permission - com.sec.android.app.minimode but we have this already. This points to minimode.jar. I have compared both from N7000 & N7100 and only difference is in com/sec/android/app/minimode in the two smali's in the attached zip (these are from MG1 N7100).
Maybe this will help?
not-i said:
Looks good mate. Have you tried looking through the android manifest of the gesture apk for the associated libraries?
Also thinking there may be a permission needed. I'll have a look through my Note 2 and see what I can find.
EDIT: it uses permission - com.sec.android.app.minimode but we have this already. This points to minimode.jar. I have compared both from N7000 & N7100 and only difference is in com/sec/android/app/minimode in the two smali's in the attached zip (these are from MG1 N7100).
Maybe this will help?
Click to expand...
Click to collapse
Thanks @not-i,, I will see what I can do with these goodies.. As start, I will push the whole jar to decrease defragment possibility.
majdinj said:
Thanks @not-i,, I will see what I can do with these goodies.. As start, I will push the whole jar to decrease defragment possibility.
Click to expand...
Click to collapse
How much was working for you? I can add gestures now and no fc by copying those two smalis into LT9 minimode.jar. I also recompiled gesture app with LT9 framework.
Only problem is where to write the gestures. In note 2 you hold pen and stroke up to bring up gesture pad. I'm not getting it yet
Sent from my GT-N7000 using xda premium
majdinj said:
Any help or suggestion is opened to the ground.!!
Click to expand...
Click to collapse
Mod from first post works perfectly! (XXLT4)
If you have FC, then "it's good" maybe you can find the problem with the Dalvik Debug Monitor
I had FC in SystemUI after pressing the help button on the mw app bar...
DDM (ddms) told me what is missing. :good:
It's the part of the Android SDK. It works well with Philz kernel.
not-i said:
How much was working for you? I can add gestures now and no fc by copying those two smalis into LT9 minimode.jar. I also recompiled gesture app with LT9 framework.
Only problem is where to write the gestures. In note 2 you hold pen and stroke up to bring up gesture pad. I'm not getting it yet
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
Here is my feedback:
New minimode.jar smali: NO
Compiling SPenGesturePad.apk with GT-N7000 framework: NO
Have you able to create gesture and saved it normally and then recall it without fc?
if so, could you please share your modded minimode.jar and SPenGesturePad.apk so I can check and then inquiry about the procedure.
thanks in advance for co-operation :good:
Edit:
I think this feature will not be handy if we couldn't figure out how to call gesture pad as @not-i mentioned: ((Only problem is where to write the gestures. In note 2 you hold pen and stroke up to bring up gesture pad. I'm not getting it yet))..!!!!
tkari4 said:
Mod from first post works perfectly! (XXLT4)
If you have FC, then "it's good" maybe you can find the problem with the Dalvik Debug Monitor
I had FC in SystemUI after pressing the help button on the mw app bar...
DDM (ddms) told me what is missing. :good:
It's the part of the Android SDK. It works well with Philz kernel.
Click to expand...
Click to collapse
It gives same results as adb logcat.. it locates to same smali (GesturePadNewCmdActivity) with NullPointerException.
I got gestures working :laugh::good:
I will upload the files when I'm at work. Running late right now.
@majdinj I made the gesture apk visible in app drawer. Now you can open it to write on the gesture pad and it works. Only problem is that you may as well just open the app you want as it will take just as long, ha ha.
Next step is to try make the gesture pad come up with some command or gesture on home screen
:thumbup:
Sent from my GT-I9500 using xda premium
not-i said:
I got gestures working :laugh::good:
I will upload the files when I'm at work. Running late right now.
@majdinj I made the gesture apk visible in app drawer. Now you can open it to write on the gesture pad and it works. Only problem is that you may as well just open the app you want as it will take just as long, ha ha.
Next step is to try make the gesture pad come up with some command or gesture on home screen
Click to expand...
Click to collapse
Cool,, every minute is worth waiting,,
Thanks,,
So who is the genius now??!!
majdinj said:
Cool,, every minute is worth waiting,,
Thanks,,
So who is the genius now??!!
Click to expand...
Click to collapse
your still the man, ha ha
Wow impressive..
Thanks to majdinj (guide/tutorial master) and not-i(moding/porting master) for brought this amazing feature to our Note device.
You both are Genius guys.
Thanks again:thumbup:
With your colobration i hope Note 3 feature also would be able to port to our device when ir arrives.
Cheers
Sent from my GT-N7000 using xda premium
Ok I have uploaded the working Quick Command Gesture pad to the Sweet ROM thread. Not sure how it will go with other roms as it uses my SecSettings from Sweet ROM (LT9 firmware) (which would need my android policy.jar for all settings like ink effect to work).
@majdinj you could try it with your settings anyway and see how you go.
Available here
xxlta tried it on. but in the settings still fc.
asmanao said:
xxlta tried it on. but in the settings still fc.
Click to expand...
Click to collapse
You would probably need other files, jars etc which are modded for sweet rom I would guess
Sent from my Sweet ROM powered Note 2 via XDA Premium 4
thanks for the reply. I'll wait 'other developments
not-i said:
Ok I have uploaded the working Quick Command Gesture pad to the Sweet ROM thread. Not sure how it will go with other roms as it uses my SecSettings from Sweet ROM (LT9 firmware) (which would need my android policy.jar for all settings like ink effect to work).
@majdinj you could try it with your settings anyway and see how you go.
Available here
Click to expand...
Click to collapse
not-i said:
You would probably need other files, jars etc which are modded for sweet rom I would guess
Sent from my Sweet ROM powered Note 2 via XDA Premium 4
Click to expand...
Click to collapse
Thanks @not-i .. I have tried the files you uploaded and after struggling I still have fc with gesture command unfortunately with same error throwing by logcat.
Wild thinking: this gesture might need other lib(s) that is/are available in LT9 firmware (at least the one we confirm working) or SweetROM,,,???
Anyhow BIG thanks to you @not-i for your contributing in this thread..
I will update OP and put some note regarding gesture issue with old and LT9 firmware..
Other tests with other firmwares are required..
Until then, happy modding

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

Categories

Resources