Hi guys...
i just wanna share to you all, this guide about how to move quickpanel toggle button to bottom.
how to do this, u have to decompile SystemUI.apk and edit StatusBarService.smali.
search this code :
Code:
const v7, 0x7f030002
invoke-static {p1, v7, v9}, Landroid/view/View;->inflate(Landroid/content/Context;ILandroid/view/ViewGroup;)Landroid/view/View;
move-result-object v3
.end local v3 #qsv:Lcom/android/systemui/statusbar/quickpanel/QuickSettingsView;
check-cast v3, Lcom/android/systemui/statusbar/quickpanel/QuickSettingsView;
.line 352
.restart local v3 #qsv:Lcom/android/systemui/statusbar/quickpanel/QuickSettingsView;
iget-object v7, p0, Lcom/android/systemui/statusbar/StatusBarService;->[COLOR="Red"]mExpandedView[/COLOR]:Lcom/android/systemui/statusbar[COLOR="red"]/ExpandedView[/COLOR];
invoke-virtual {v7, v3, v12}, Lcom/android/systemui/statusbar/[COLOR="red"]ExpandedView[/COLOR];->addView(Landroid/view/View;I)V
and change mExpandedView & ExpandedView to mCloseView & CloseDragHandle
your new code should be :
Code:
const v7, 0x7f030002
invoke-static {p1, v7, v9}, Landroid/view/View;->inflate(Landroid/content/Context;ILandroid/view/ViewGroup;)Landroid/view/View;
move-result-object v3
.end local v3 #qsv:Lcom/android/systemui/statusbar/quickpanel/QuickSettingsView;
check-cast v3, Lcom/android/systemui/statusbar/quickpanel/QuickSettingsView;
.line 352
.restart local v3 #qsv:Lcom/android/systemui/statusbar/quickpanel/QuickSettingsView;
iget-object v7, p0, Lcom/android/systemui/statusbar/StatusBarService;->[COLOR="Blue"]mCloseView[/COLOR]:Lcom/android/systemui/statusbar/[COLOR="blue"]CloseDragHandle[/COLOR];
invoke-virtual {v7, v3, v12}, Lcom/android/systemui/statusbar/[COLOR="blue"]CloseDragHandle[/COLOR];->addView(Landroid/view/View;I)V
save and close. now compile your SystemUI.apk.
i hope you like it, and dont forget to press thanks :good::good::good:
credit : .[email protected]
{
"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"
}
:good:
Wew.. again... spices for my mod.. hitted mr. Op.. thanks a lot...
Sent from my GT-S5360 using xda premium
i dunno what the hell is wrong with my systemui but this does not work for me,
tried changing also the versions in smali codes,
still does not work
Yeah first time i edit my moded systemui its really confusing and lil bit different. But i try with stock systemui, only those lines will take effect. Maybe u edit the wrong lines. Try again bro.
Sent from my GT-S5360 using xda premium
d3cka said:
Yeah first time i edit my moded systemui its really confusing and lil bit different. But i try with stock systemui, only those lines will take effect. Maybe u edit the wrong lines. Try again bro.
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
the lines are correct even b16h22 checked it,
i give up on that thing,
this post is biodegradable,
save the trolls from extinction,
be biodegradable
Where u get this guide?
From temporary grup galyounger?
If yes plis add credit
Sent from my GT-S5360 using xda app-developers app
shoutokuyaki said:
Where u get this guide?
From temporary grup galyounger?
If yes plis add credit
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
I think a lot of people knew this already,
But evan was the first to make it work
this post is biodegradable,
save the trolls from extinction,
be biodegradable
shoutokuyaki said:
Where u get this guide?
From temporary grup galyounger?
If yes plis add credit
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
No. I search on xda. Im on mobile cant give u the link.
Sent from my GT-S5360 using xda premium
ok
i respect ur work...
i'am not troll :screwy:
Sent from my GT-S5360 using xda app-developers app
My Newbie with this. I cant find that line on my SystemUI can i replace the Code or Add to my Smali?
GOOD TUT
bY
-------------------------------------------------SOMKLL-----------------------------------------------
shoutokuyaki said:
Where u get this guide?
From temporary grup galyounger?
If yes plis add credit
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
d3cka said:
No. I search on xda. Im on mobile cant give u the link.
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
edit : link at first page
xHinne said:
My Newbie with this. I cant find that line on my SystemUI can i replace the Code or Add to my Smali?
Click to expand...
Click to collapse
u can replace ur SystemUI with mine at 1st page, this is base on stock DXLF1 firmware. please notice if u has modded ur systemui before and replace it with mine then ur previous mod will lost. better search and replace the code manually if u dont want to mess up with ur previous mod.
somkll said:
GOOD TUT
bY
-------------------------------------------------SOMKLL-----------------------------------------------
Click to expand...
Click to collapse
thanks sir, still have a lot to learn cos im just noob here
i have changed the code and recompiled it, but now i got no statusbar, i'm using xxlh2
Subscribed to this thread. Nice one OP thanks for sharing!
Sent from my GT-S5360 using Tapatalk
could somebody please help me with getting this work? i have attached my systemui without the smali changes, i only edited some xml and png's
mjz2cool said:
i have changed the code and recompiled it, but now i got no statusbar, i'm using xxlh2
Click to expand...
Click to collapse
this guide based on deodex DXLF1, so the code i think will be different, pls try again
i tried pushing the systemui from the first post, and it did work, but i want to use my own themed systemui
Related
welcome to ëxpĿode
{
"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"
}
Explode v1.5 The Sence
port from Beauty sence
+ Stable, Fast, Rock Solid
+ HTC styled 14 toggles
+ Various Buid.prop Tweaks
+ Deodexed
+ Zipalign
+ Rooted
+ BusyBox
+ Bash Shell Support
+ BusyBox run-parts support
+ Full Support for Init.d scripts
+ Superuser Access; Busybox Support
+ ICS keyboard
+ Asop lock screen ( default )
+ HTC styled settings
+ HTC styled dialer
+ HTC styled caller bg+ img
+ HTC styled laucher
+ Beats themed music player
+ Bass/Treble Enhanced Sound
+ 14 Toggles by lidroid rom
+ Swipe to Remove Implementation
+ New Google Play Store; Google Search Updates
+ Full Bravia Engine Port; Fix Xloud; Beats Integration
+ UI optimized; New Lockscreen by lockbot
+ Addon Important Apps (see more inside!)
BUGS
Click to expand...
Click to collapse
lildroid flash light dont touch it
CREDIT
Click to expand...
Click to collapse
ALLAH
ME
Amal Das(the main):angel:
XDA
MARK JASON
_pxD.aa
babyyeobo14
Carlo Atabay
DOWNLOAD
Click to expand...
Click to collapse
ADDON
Click to expand...
Click to collapse
+ADDED+
Velocity tweak
Gekky tweak
+Features+
Automatic Zipalign On Startup
Ram Optimizes On Startup
Automatic Gaming And Multitasking Switch Enabled *BETA*
Automatic Cache And Junk Cleanup
SqLite Database Optimzer And Defragger
Sd Card W/R Booster And Fixer
Network TCP And 3G Tweaks
Improves Battery Life Through Some Kernel Tweaks
Some Database And File Fixes
System Tweaks To Improve Performance
Some Lag-Free Kernel Tweaks
Some xbin tweaks
Many init.d tweaks
Many ddefault.prop tweaks
VM Tweaks
SD card tweak
Better Battery Life through Battery Tweaks
Reduced /dbdata, /data, /sdcard usage of *.db files and faster database access. | World first smart sqlite optimizing
Increase touchscreen sensitivity
much of prop tweaks
CWM Flashable
Less lags through LMK Tweak and Various VM Tweaks
Instructions:
Wipe data & cache
Flash explode v1.5
Wipe cache
Reboot
Again wipe data & cache
Flash explode v1.0 update 1
Wipe cache
Done
CREDIT:
SethDeCode'z
Forever King
_pxD.aa(tester)
babyyeobo14 (tester)
Mark Jayson (tester)
DOWNLOAD
Press thanks
awesome..:good:
nice presentation
& nice rom......congrats & bl........AWESOME ROM YET
relly like ur rom.....
thanks
Nice Ported Rom!!! Love it <3 Try it now
Sent from my GT-S5300 using xda premium
xDroidZz said:
Nice Ported Rom!!! Love it <3 Try it now
Sent from my GT-S5300 using xda premium
Click to expand...
Click to collapse
try & report me
Dear TS
When I download the file, I got Crank v1.
Is it Explode 1.5???
Nodali said:
Dear TS
When I download the file, I got Crank v1.
Is it Explode 1.5???
Click to expand...
Click to collapse
brother first i thinked that i name it crank
but explode 1.5 is so
crank=explode.....
explodeaamir said:
brother first i thinked that i name it crank
but explode 1.5 is so
crank=explode.....
Click to expand...
Click to collapse
You are......Wonderfulllllll..........
but, when the flashlite bug will be fixed? Hehehehe
I have tried, FC when booting...
Nodali said:
You are......Wonderfulllllll..........
but, when the flashlite bug will be fixed? Hehehehe
I have tried, FC when booting...
Click to expand...
Click to collapse
wat u said
fc
give me a screen shot
Sadly
Too Much Force Close...
---------- Post added at 04:24 AM ---------- Previous post was at 04:22 AM ----------
explodeaamir said:
wat u said
fc
give me a screen shot
Click to expand...
Click to collapse
How to capture? Where the file I upload?
go before flashing the rom just odin ur device then back to stock rom after this wipe data& cache install rom wipe cache reboot explode 1.5 installed wipe data & cache flash addons wipe cache reboot done.....
Nodali said:
Sadly
Too Much Force Close...
---------- Post added at 04:24 AM ---------- Previous post was at 04:22 AM ----------
How to capture? Where the file I upload?
Click to expand...
Click to collapse
take screen shots and attach here...
your pm has been disable lol
u need my help right soo why did you disable your pm? lol how can i help you if you disable it btw
soo check your email
or this is your answer
Code:
Decompile SystemUI dan FIND:
smali\com\android\systemui\statusbar AND FIND StatusBarService.smali
PRESS CTRL + F SEARCH:
.local v3, qsv:Lcom/lidroid/systemui/quickpanel/PowerWidget;
const/4 v8, 0x1
invoke-virtual {v3}, Lcom/lidroid/systemui/quickpanel/PowerWidget;->setupWidget()V
iget-object v7, p0, Lcom/android/systemui/statusbar/StatusBarService;->mExpandedView:Lcom/android/systemui/statusbar/ExpandedView;
invoke-virtual {v7, v3, v8}, Lcom/android/systemui/statusbar/ExpandedView;->addView(Landroid/view/View;I)V
CHANGE LIKE THIS :
.local v3, qsv:Lcom/lidroid/systemui/quickpanel/PowerWidget;
const/4 v8, 0x1
invoke-virtual {v3}, Lcom/lidroid/systemui/quickpanel/PowerWidget;->setupWidget()V
iget-object v7, p0, Lcom/android/systemui/statusbar/StatusBarService;->mCloseView:Lcom/android/systemui/statusbar/CloseDragHandle;
invoke-virtual {v7, v3, v8}, Lcom/android/systemui/statusbar/CloseDragHandle;->addView(Landroid/view/View;I)V
RECOMPILE AND DONE
try and rport
evanlocked said:
u need my help right soo why did you disable your pm? lol how can i help you if you disable it btw
soo check your email
or this is your answer
Code:
Decompile SystemUI dan FIND:
smali\com\android\systemui\statusbar AND FIND StatusBarService.smali
PRESS CTRL + F SEARCH:
.local v3, qsv:Lcom/lidroid/systemui/quickpanel/PowerWidget;
const/4 v8, 0x1
invoke-virtual {v3}, Lcom/lidroid/systemui/quickpanel/PowerWidget;->setupWidget()V
iget-object v7, p0, Lcom/android/systemui/statusbar/StatusBarService;->mExpandedView:Lcom/android/systemui/statusbar/ExpandedView;
invoke-virtual {v7, v3, v8}, Lcom/android/systemui/statusbar/ExpandedView;->addView(Landroid/view/View;I)V
CHANGE LIKE THIS :
.local v3, qsv:Lcom/lidroid/systemui/quickpanel/PowerWidget;
const/4 v8, 0x1
invoke-virtual {v3}, Lcom/lidroid/systemui/quickpanel/PowerWidget;->setupWidget()V
iget-object v7, p0, Lcom/android/systemui/statusbar/StatusBarService;->mCloseView:Lcom/android/systemui/statusbar/CloseDragHandle;
invoke-virtual {v7, v3, v8}, Lcom/android/systemui/statusbar/CloseDragHandle;->addView(Landroid/view/View;I)V
RECOMPILE AND DONE
try and rport
Click to expand...
Click to collapse
Oops! sorry i enabled the "Receive Private Messages only from Contacts and Moderators"
THANKS for this brother u really healed me......
explodeaamir said:
Oops! sorry i enabled the "Receive Private Messages only from Contacts and Moderators"
THANKS for this brother u really healed me......
Click to expand...
Click to collapse
Just press it btw lol im kidding
Sent from my GT-S5360 using Xparent ICS Blue Tapatalk 2
evanlocked said:
Just press it btw lol im kidding
Sent from my GT-S5360 using Xparent ICS Blue Tapatalk 2
Click to expand...
Click to collapse
i clicked but my limit of 8 thanks completed SORRY
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
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..
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
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.