Hello xda'ers,
I post this thread to help people who want MultiWindow mode in their I9100...
How to:
1. Decompile SecSettings.apk and go to smali/com/android/settings/DisplaySettings.smali
FIND:
Code:
invoke-virtual {p0}, Lcom/android/settings/DisplaySettings;->getPreferenceScreen()Landroid/preference/PreferenceScreen;
move-result-object v12
iget-object v13, p0, Lcom/android/settings/DisplaySettings;->mMultiWindowPref:Landroid/preference/CheckBoxPreference;
invoke-virtual {v12, v13}, Landroid/preference/PreferenceScreen;->removePreference(Landroid/preference/Preference;)Z
And just delete these lines
- Recompile SecSettings.apk
2. Decompile android.policy.jar and go to smali/com/android/internal/policy/impl/PhoneWindowManager.smali
FIND:
Code:
iget-boolean v8, p0, Lcom/android/internal/policy/impl/PhoneWindowManager;->WACOM_POLICY_FOLLOW_APPLICATION_ROTATION:Z
if-nez v8, :cond_1
And just delete these lines
2.1 add folder "multiwindow"(Download the attached file: multiwindow.rar) to android.policy/smali/com/android/internal/policy/impl/
- Recompile android.policy.jar
3. Decompile service.jar and go to smali/com/android/server/am/
- Copy files from the attached file: services.jar
and put them in a folder with the replacement smali/com/android/server/am/
- Recompile service.jar
With the editing is complete
- It remains only to add the files responsible for working MW(MultiWindow)
All additional files are in the attached file: additional_files.rar
it's all
Sorry for my bad English
Thank you for sharing with us my friend!
Great work!!!!
what ??? i dont understand what to do ?
Naoras66 said:
what ??? i dont understand what to do ?
Click to expand...
Click to collapse
To ask something, you should know something. Google is your friend
Thanx op.. and ics_xd thinks its his work..
lol god bless him..
rocky183ya said:
Thanx op.. and ics_xd thinks its his work..
lol god bless him..
Click to expand...
Click to collapse
Mh u r bad informed.
Thank you Mythrandyr, tutorials make xda a better place
rocky183ya said:
Thanx op.. and ics_xd thinks its his work..
lol god bless him..
Click to expand...
Click to collapse
should i say LOL ummm not double LOL
mate you know i was done with Mw before him aprox 10 hours
and if u dont beleive can ask with jarari i told him about it 10 hours before posting of mythder LOL
you know why services.jar is patched ?
so that it can handel all apps ?
MultiWindow by samsung only can handel SOME system apps of ROM
but Legendk95 Patched services.jar to work with all apps in i9300 section
This is what I'm looking for!
Sent from my SPH-D710 using xda premium
Greetings. Can anyone confirm this is working? I followed all steps and verified permissions for all files but no tab is appearing. I get multi-window checkbox in display settings but nothing else. Regards - TD
tdunham said:
Greetings. Can anyone confirm this is working? I followed all steps and verified permissions for all files but no tab is appearing. I get multi-window checkbox in display settings but nothing else. Regards - TD
Click to expand...
Click to collapse
You copy the modified file to the phone and the files from the archive: additional_files.rar? *?
This method works, here's mod:http://forum.xda-developers.com/showthread.php?t=2006684 based on which of this manual
mythtrandyr said:
You copy the modified file to the phone and the files from the archive: additional_files.rar? *?
This method works, here's mod:http://forum.xda-developers.com/showthread.php?t=2006684 based on which of this manual
Click to expand...
Click to collapse
Yes and it all looks same as yours. Is framework-res.apk important for multiwindow because you have this in your flash zip file?
Just so you know, I have Sprint Samsung Galaxy SII and JB may be slightly different but I thought I would try. I am not sure flashbar and support files will work with my build. Thank you.
Hi.. Want to know if this method will wok on the Samsung Galaxy S GT-I9000?.. If so can i use the same attached files that you provided?
I may try porting this to the Rugby Smart. Will let you know.
nexus 7 maybe?
can anyone port this to the nexus 7? that 7 inch screen would be amazing with 2 apps at a time
Flypants101010 said:
can anyone port this to the nexus 7? that 7 inch screen would be amazing with 2 apps at a time
Click to expand...
Click to collapse
Sorry but thats not possible as i think so
Sent from my GT-I9300 using Tapatalk
Will I be able to use this method to port it to Samsung Galaxy S GT-I9000?
chenthu said:
Will I be able to use this method to port it to Samsung Galaxy S GT-I9000?
Click to expand...
Click to collapse
There's only one way to find out...
Does it work on CM10 vSynch ? Or only with Samsung roms ?
Envoyé avec mon Galaxy S2 via Tapatalk.
Does dis **** work on S3?? Canadian carriers don't release premium features to their customers..
Xdenwarrior said:
Does dis **** work on S3?? Canadian carriers don't release premium features to their customers..
Click to expand...
Click to collapse
You can give a try
Sent from my Xperia T using tapatalk 2
Related
***Please Read***First things first, this is not a thread for people to ask, "Can you do this for me?"
This is a guide to help others do this for themselves. Please ask questions if you need help, but try to find the answer yourself first by searching. Google is your friend.
This guide assumes that you know how to decompile and compile already.
There is lots of information out there on how to decompile and compile files. If you're having trouble with ICS files, you probably need to update your aapt. I've added a zip of apktool.bat, apktool.jar, and aapt.exe that is most current and working with ICS. If you don't know the prerequisites for installing and using apktool, search and read. The information is all readily available.
***Happy modding***
How to remove the Carrier Label from the status bar
1. Decompile SystemUI.apk
2. Browse to smali/com/android/systemui/statusbar/phone
3. Open CarrierLabel.smali
(I use Notepad++ as many people do. For people trying this for the first time, do not use Notepad. Notepad++ is free.)
4. Search for this line:
Code:
.method updateNetworkName(ZLjava/lang/String;ZLjava/lang/String;)V
5. Scroll down to:
Code:
:cond_0
if-eqz p1, :cond_2
if-eqz p2, :cond_2
if-eqz v0, :cond_1
6. Change to this:
Code:
:cond_0
if-eqz p1, :[COLOR="red"]cond_3[/COLOR]
if-eqz p2, :[COLOR="red"]cond_3[/COLOR]
if-eqz v0, :[COLOR="red"]cond_3[/COLOR]
7. Recompile SystemUI.apk
8. If you're using apktool, open the SystemUI.apk in the /dist folder with 7zip
(If you don't have 7zip, you should. Download it here.)
9. Also open the original SystemUI.apk with 7zip.
10. Move the entire META-INF folder and also AndroidManifest.xml from the original SystemUI.apk to the modded SystemUI.apk.
11. Either manually push the modded SystemUI.apk to the system/app folder on your phone OR add it to a flashable zip with a proper update-binary for the Note and an updater-script that will copy the SystemUI.apk to the proper location. (Flashable zips are not the focus of this post, so if you don't know how to use or make them, I suggest you search and read again.)
12. Restart your phone and enjoy that empty space on the left side of your status bar.
This also works for official ICS build UCLF6.
Thank you. This is exactly what I was looking for. About to try now.
I don't mean to sound ungrateful, but this wasn't very helpful....
fyi to others...
SystemUI.apk is located in /system/app/SystemUI.apk
you can always do a search using Root Explorer if you're not sure where a file is located on your device
for more info on how to decompile, go here: http://forum.xda-developers.com/showthread.php?t=1466100
thisisnitwit said:
I don't mean to sound ungrateful, but this wasn't very helpful....
fyi to others...
SystemUI.apk is located in /system/app/SystemUI.apk
you can always do a search using Root Explorer if you're not sure where a file is located on your device
for more info on how to decompile, go here: http://forum.xda-developers.com/showthread.php?t=1466100
Click to expand...
Click to collapse
It helped me. Its different on UCLF5 to remove the carrier label. But this work or previous leaks. You probably doing something wrong if you tried this on earlier leaks and its not working.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
thisisnitwit said:
I don't mean to sound ungrateful, but this wasn't very helpful....
fyi to others...
Click to expand...
Click to collapse
You could have just started with your second sentence and included your suggestion. Why slap the hand that trys to help us?
I'm no expert here but it looks like a lot of thought and effort went into this guide.
rangercaptain said:
You could have just started with your second sentence and included your suggestion. Why slap the hand that trys to help us?
I'm no expert here but it looks like a lot of thought and effort went into this guide.
Click to expand...
Click to collapse
I don't have a problem with the guide, but his post is rather condescending.
thisisnitwit said:
I don't have a problem with the guide, but his post is rather condescending.
Click to expand...
Click to collapse
At least it wasn't personal.
thisisnitwit said:
I don't have a problem with the guide, but his post is rather condescending.
Click to expand...
Click to collapse
XDA is no longer worth my time.
bigfau said:
It helped me. Its different on UCLF5 to remove the carrier label. But this work or previous leaks. You probably doing something wrong if you tried this on earlier leaks and its not working.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
Click to expand...
Click to collapse
This method is working with UCLF6 (Official AT&T ICS). I just modded my SystemUI.apk to remove the carrier label.
thisisnitwit said:
I don't mean to sound ungrateful, but this wasn't very helpful....
fyi to others...
SystemUI.apk is located in /system/app/SystemUI.apk
you can always do a search using Root Explorer if you're not sure where a file is located on your device
for more info on how to decompile, go here: http://forum.xda-developers.com/showthread.php?t=1466100
Click to expand...
Click to collapse
Sorry you felt my post was condescending because I did not intend it to be that way, but remember, written text has no tone except the tone you project onto it.
Incidentally, it appears that you did exactly what I hoped people would do. You took the information I provided and figured out how to do it yourself.
Good luck with future modding.
lactardjosh said:
. . .but remember, written text has no tone except the tone you project onto It.
Click to expand...
Click to collapse
That is a very wise reminder for everyone on xda.
TimOster said:
Not anywhere near as bad as yours.
All he's doing it asking people to think, instead of ask someone else to do that for them. I thought it was a very well done, helpful guide. He makes it obvious noobs should NOT attempt, but gives the tools and suggests reading a bit first.
Too many on this and other forums think that the forum is a place to go and get someone else to "do it for me". NO! They are places to share information and help people trying to learn new things, not people who constantly need their hand held.
This isn't kindergarten, and if that's where you belong you shouldn't be modding anyway.
Click to expand...
Click to collapse
thisisnitwit said:
I don't have a problem with the guide, but his post is rather condescending.
Click to expand...
Click to collapse
I suppose I look at things differently. Like I said, I didn't have a problem with the guide, it was clear enough to me, but I think back to when it wouldn't have been clear and although some effort was obviously put into this, he ruined it with his "deal with it" attitude. Maybe I just read into it a bit too much, but when I offer my assistance in any way, I try to be as gracious as possible. That's not hand holding, that's just courtesy.
First thx lactardjosh...
Not directed to any one....
I realize I am not a Mod..., but Gents, let's move on, and leave well alone....thanks in advance.
It is understood by parties...
edit: Added this the GNote page, thx again!
http://forum.xda-developers.com/showthread.php?p=28040353#post28040353
bigjoe2675 said:
First thx lactardjosh...
Not directed to any one....
I realize I am not a Mod..., but Gents, let's move on, and leave well alone....thanks in advance.
It is understood by parties...
edit: Added this the GNote page, thx again!
http://forum.xda-developers.com/showthread.php?p=28040353#post28040353
Click to expand...
Click to collapse
Word.
Thanks bigjoe.
lactardjosh said:
Word.
Thanks bigjoe.
Click to expand...
Click to collapse
Hmm wonder if anyone could come up with a flashable way im on straight talk and really dont like the annoying HOME at the top
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
can you explain me how to remove it from GB 2.3.4 ? and brightness control from the status bar too ? here is my SystemUI (for GB-not for ICS)
Thanks
First time I actually succesfully modded an apk file . Thanks for the guide.
I'm on straight talk also and stock ICS not deodexed.
I got the files from a stock deodexed rom and follow the guide to do the editing and use root explorer to copy the modified SystemUI.apk.
I removed the original SystemUI.apk and SystemUI.odex file.
Was hoping I didn't brick my phone on selecting Restart .
Working great with no more HOME showing on notification bar.
I'm Curious where the lockscreen carrier label is stored now
Thanks again for the guide.
PS. also restoring the brightness slider from the notification bar.
firefly2004 said:
First time I actually succesfully modded an apk file . Thanks for the guide.
I'm on straight talk also and stock ICS not deodexed.
I got the files from a stock deodexed rom and follow the guide to do the editing and use root explorer to copy the modified SystemUI.apk.
I removed the original SystemUI.apk and SystemUI.odex file.
Was hoping I didn't brick my phone on selecting Restart .
Working great with no more HOME showing on notification bar.
I'm Curious where the lockscreen carrier label is stored now
Thanks again for the guide.
PS. also restoring the brightness slider from the notification bar.
Click to expand...
Click to collapse
Glad it worked for you.
I think the lockscreen carrier label is in framework-res.apk, but I'm not positive. That may actually be as easy as changing the right XML file and not have to mess with smali. I haven't looked into it myself, though.
The brightness slider will be more difficult since it has been deactivated somehow in the official release and I wouldn't even know where to begin to find it again. I installed Invisibright Pro as an alternative solution.
Myself, I've been working on trying to put the sound toggle back into the quickpanel, but Samsung changed the quickpanel implementation in the last ICS leak and in the official leak and I've had no luck with it.
trisa43 said:
can you explain me how to remove it from GB 2.3.4 ? and brightness control from the status bar too ? here is my SystemUI (for GB-not for ICS)
Click to expand...
Click to collapse
What phone is this for?
this is mod only for sony stock GB roms.
if you are not using sony stock GB,there is no need for you to read this.
I dont have that ability to explain to much details in English,so I just simply guide those experienced developers
TUTORIAL:
1. unzip the class.dex from framework.jar
2. decode the class.dex
3. get into the decoded directory "com\android\internal\widget",open the file "SemcDigitalClock.smali"
4. find the code below then delete it:
Code:
invoke-direct {p0, v0}, Lcom/android/internal/widget/SemcDigitalClock;->setShadow(Landroid/widget/TextView;)V
5. rebuild the class.dex
6. open the original framework.jar with WinRAR or other zipsoftware then repalce the class.dex with the rebuilt one
7. you can also replace the fonts under "framework-res.apk\assets\fonts", make it more similar with Xperia S
View attachment fonts.rar
I've been looking for this for a while but I can't do it :\
Isn't there a easier way like a flashable zip?
Btw I have a Xperia Play but I guess it is the same..
can we do this on ICS 4.0.4?
yes i saw it only for GB, but it would be nice if we can do the same on ICS 4.0.4
tiagoSequeira said:
I've been looking for this for a while but I can't do it :\
Isn't there a easier way like a flashable zip?
Btw I have a Xperia Play but I guess it is the same..
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1630903
here u go
Pandemic said:
can we do this on ICS 4.0.4?
yes i saw it only for GB, but it would be nice if we can do the same on ICS 4.0.4
Click to expand...
Click to collapse
hey guy ,haven't you notice that ICS lockscreen time transparency is already removed?
thanks bro...its nice..
is there any way to change whole system font without using any app like font changer though my neo v is rooted ??
What change do I have to make in an apk file to make it auto rotating.
Plz help me.
I want to make Xperia S ICS home auto rotating
Someone plz help
Post this same question on Serjar's Xperia S Home thread. You will get replies there. As there are more experienced people.
And since you have already opened a thread here, do let us know what solution you find out.
Thanks,
Rick
Sent from my SK17i using XDA
Ok... let´s go:
The "magic" is in HomeActivity.smali file, so edit it with notepad++ and look for:
.method public onCreate(Landroid/os/Bundle)V
.
.
.
const/4 v7, 0x5
iput v7, p0, Lcom/sonyericsson/home/HomeActivity;->mDefaultOrientation:I
Click to expand...
Click to collapse
Change 0x5 to -0x1:
const/4 v7, -0x1
iput v7, p0, Lcom/sonyericsson/home/HomeActivity;->mDefaultOrientation:I
Click to expand...
Click to collapse
With -1 value you´re telling to system that an "unspecified" orientation is set (default), as described in google api:
http://developer.android.com/reference/android/R.attr.html#screenOrientation
serajr said:
Ok... let´s go:
The "magic" is in HomeActivity.smali file, so edit it with notepad++ and look for:
Change 0x5 to -0x1:
With -1 value you´re telling to system that an "unspecified" orientation is set (default), as described in google api:
http://developer.android.com/reference/android/R.attr.html#screenOrientation
Click to expand...
Click to collapse
Thank you so much. . Will try it today. I always tried to edit smali files but I could never do it. I could create jar files out of the smali files, and it would make full sense to me, but the slightest change in the smali files would not let me recompile the apk. Now today, I will do it for sure.
Thanks a lot serjar.
Want to ask another thing. How do I go about decompiling apks, whose minimum SDK version is ICS?
Using the available apktool did not do the job for me and also for a few others.
You can please help us?
Thanks,
Rick
Sent from my SK17i using XDA
DragonClawsAreSharp said:
Thank you so much. . Will try it today. I always tried to edit smali files but I could never do it. I could create jar files out of the smali files, and it would make full sense to me, but the slightest change in the smali files would not let me recompile the apk. Now today, I will do it for sure.
Thanks a lot serjar.
Want to ask another thing. How do I go about decompiling apks, whose minimum SDK version is ICS?
Using the available apktool did not do the job for me and also for a few others.
You can please help us?
Thanks,
Rick
Sent from my SK17i using XDA
Click to expand...
Click to collapse
Ok, I´m here to help when you need...
I´m using Apk Manager 5.0.2 with ICS Apktool within \other folder. When changing .smali files, when compiling it delete classes.dex from \keep folder when Apk Manager ask you for.
Thanks for help serajr
Will try it tomorrow
Going to sleep now its almost 12:15 am here
Sent from my ST15i using XDA
tried it on my xperia pro... ok... its working but only half way...
the HOME.apk is not working... but the screen goes into auto rotate... the problem is the i cant see my home screen now but in lock screeen mode it works!
Does this fix the non rotating home screen?
I'm having problems on my mini pro, even with the keyboard open the home screen does not rotate, every other app etc does though
Hi guys,
Here are few LS & HS weather widgets for your Note 2. Enjoy
Please see the imagse attached for reference.
CWM flash zips - Download below
Very Important do a backup before using any mod.....
Anyone please......?
would also like this
omega rom v9. 1 kalgas mixed theme
+1. Must have.
It will be really great if we can have same Trukbey theme ported to Note 2. This theme is very detailed and graphically great looking. I've request this on SGS3 forum but it looks like Turkbey is not working on this theme anymore.
So may be some great Devs can make like this theme for us Note 2 users
+1
+1
Sent from my GT-N7100 using Tapatalk 2
+1
Gilini said:
+1
Click to expand...
Click to collapse
Tried to move the apks from Galaxy S 3 but did not get it to work.
A case of Heineken will be sent from me!
frewys said:
Tried to move the apks from Galaxy S 3 but did not get it to work.
Click to expand...
Click to collapse
send me framework-res. apk from Turkbey ROM along with the build name and I will do it...
Here it is
This applies to any rom
1 Extract system/framework/framework-res.apk
2 open framework-res.apk with 7zip
3 Unzip the file res.zip HERE
http://hotfile.com/dl/188000775/eb3eeba/res.zip.html
4 Drag the folder (res) within framework-res.apk
credits for KIMBASINGER
Enjoy it :good::good::good::good:
criskelo said:
Here it is
This applies to any rom
1 Extract system/framework/framework-res.apk
2 open framework-res.apk with 7zip
3 Unzip the file res.zip HERE
http://hotfile.com/dl/188000775/eb3eeba/res.zip.html
4 Drag the folder (res) within framework-res.apk
credits for KIMBASINGER
Enjoy it :good::good::good::good:
Click to expand...
Click to collapse
Awesome and thanks!! Tried with those files. Was missing the xml I guess. Will try it tomorrow
Sent from my GT-N7100 using Tapatalk 2
any cwm for this thx
omega rom v9. 1 kalgas mixed theme
criskelo said:
Here it is
This applies to any rom
1 Extract system/framework/framework-res.apk
2 open framework-res.apk with 7zip
3 Unzip the file res.zip HERE
http://hotfile.com/dl/188000775/eb3eeba/res.zip.html
4 Drag the folder (res) within framework-res.apk
credits for KIMBASINGER
Enjoy it :good::good::good::good:
Click to expand...
Click to collapse
Thanks criskelo, it works. Many Many Thanks pal
grgsiocl said:
send me framework-res. apk from Turkbey ROM along with the build name and I will do it...
Click to expand...
Click to collapse
Thanks for your help grgsiocl,
here is the frameworks-res.apk and build name from Turkbey latest ROM
Apk - https://www.dropbox.com/s/7oxk646sbv3x7bd/framework-res.apk
Build Name - SGSIII_TurkbeyJB_XXELKC_4.1.2.V1
I know guys I am asking too much but can anyone of you be kind enough to port this Turkbey theme to Galaxy note 2? If you can please let me know and I'll send you the required files if needed. I've request this to Turkbey thread but it seems they have stop working on this theme for SGS3 and dont think will ever work on for SGN2.
Please anyone............
Cwm version please
sent from: The New S-Pen
criskelo said:
Here it is
This applies to any rom
1 Extract system/framework/framework-res.apk
2 open framework-res.apk with 7zip
3 Unzip the file res.zip HERE
http://hotfile.com/dl/188000775/eb3eeba/res.zip.html
4 Drag the folder (res) within framework-res.apk
credits for KIMBASINGER
Enjoy it :good::good::good::good:
Click to expand...
Click to collapse
Hi criskelo,
I've tried this and it works fine (thanks for it), however icons are still not that big. I think its 321x199 in Turkbey Rom with that can you please also see if you can get the style of showing temp and date like in first post screenshot as it will give a better view. Thanks again for all you help.
Regards
ok guys finally I managed to get it on my Note 2 (see screen shot) now only problem is I'm getting an error whenever I'm trying to get a screen shot " Couldn't capture the screen as memory is in use". Anyway just wanted to say big weather is done and working perfect.
Once I'll fix this screenshot issue I'll let you guy what I did you so can get this on your note LS....
thanks all for your help.......
Hello. This feature was one of the most wanted features from GB. I found this on another phone's forum. (I don't remember now.)
Decompile your android.policy.jar and open com\android\internal\policy\impl\LockPatternKeyguardView.smali file.
Then find this:
Code:
iput-boolean v2, p0, Lcom/android/internal/policy/impl/LockPatternKeyguardView;->mShowLockBeforeUnlock:Z
And change with that:
Code:
iput-boolean v3, p0, Lcom/android/internal/policy/impl/LockPatternKeyguardView;->mShowLockBeforeUnlock:Z
Compile, put old signature back, move to system/framework and ta-da, done!
Work's fine !
I love you ! <3 :highfive:
Awesome! Thanks!!
Enviado desde mi ST25a usando Tapatalk 2
Would definitely love it but don't know how to compile and decompile ?
Sent from my LT22i using xda premium
ilgreco112 said:
Would definitely love it but don't know how to compile and decompile ?
Sent from my LT22i using xda premium
Click to expand...
Click to collapse
No problem, just head over to this thread, and download the zip from the url given in the starting of the first post. Videos are also on that thread.
Hope that helps
Re: Xperia U only
So i made this file Android.policy.jar-decompiled and recompiled as he said.
It works perfectly on my mate's XU and should do on all XUs ONLY!
just copy to system/framework and set right permissions-reboot and its done!
:good:
Credits: erorcun
AW: [How-To] Using PIN/Pattern + Lockscreen at the same time
gopiraj_m said:
So i made this file Android.policy.jar-decompiled and recompiled as he said.
It works perfectly on my mate's XU and should do on all XUs ONLY!
just copy to system/framework and set right permissions-reboot and its done!
:good:
Credits: erorcun
Click to expand...
Click to collapse
Can somebody do this for XSola too?
lol98lol98 said:
Can somebody do this for XSola too?
Click to expand...
Click to collapse
can u upload the jar file please(from Sola), I need to do a little smali editing.
just give me the file and I'll mod it and upload.
:good:
For XP
Got it right! for XP here is my modded android.policy.jar (or edited smali).
move to system/framework and then set right permission.
*BTW android.policy.jar is from Fidelity ZX 9.0. not sure if it will work with other ROMS.
*For FZX v11
Made for xSola. Just copy and paste to system/framework.
This one for Sola.
set right permissions, replace and reboot!
:good:
AW: [How-To] Using PIN/Pattern + Lockscreen at the same time
zenchikage said:
Made for xSola. Just copy and paste to system/framework.
Click to expand...
Click to collapse
Thank you very much!
jioleight said:
Got it right! for XP here is my modded android.policy.jar (or edited smali).
move to system/framework and then set right permission.
Click to expand...
Click to collapse
Can i get some screenshots...???
chethan1724 said:
Can i get some screenshots...???
Click to expand...
Click to collapse
How will screen shots help? There's first a screen with the xperia stock lock screen (NXT one) then there's either of the security locks. They are two different screens you already have seen.
gopiraj_m said:
So i made this file Android.policy.jar-decompiled and recompiled as he said.
It works perfectly on my mate's XU and should do on all XUs ONLY!
just copy to system/framework and set right permissions-reboot and its done!
:good:
Credits: erorcun
Click to expand...
Click to collapse
Wich fw he uses ? B1.10 or 1.54
Etc
Btw @ errorcun
Inside the framework.jar ive found slidingtabmethod and waveview and multiwavevie method
Multiwaveview= ics lockscreen
Waveview = honeycomb lockscreen and
Slidingtabmethod = gingerbread lockscreen
To enable on of them
Delete or bakup uxntpxrlockscreen.apk
And then in framework-res.apk
Change com.android.internal.widget.multiwaveview.multiwavieview
To com.android.internal.widget.slidingtabmethod
Etc same with waveview
Them we bave the other lockscreen enabled
But can we make something like a toggle to switch between them ?
Sent from my ST25i using xda app-developers app
SpaceCaker said:
Wich fw he uses ? B1.10 or 1.54
Etc
Btw @ errorcun
Inside the framework.jar ive found slidingtabmethod and waveview and multiwavevie method
Multiwaveview= ics lockscreen
Waveview = honeycomb lockscreen and
Slidingtabmethod = gingerbread lockscreen
To enable on of them
Delete or bakup uxntpxrlockscreen.apk
And then in framework-res.apk
Change com.android.internal.widget.multiwaveview.multiwavieview
To com.android.internal.widget.slidingtabmethod
Etc same with waveview
Them we bave the other lockscreen enabled
But can we make something like a toggle to switch between them ?
Sent from my ST25i using xda app-developers app
Click to expand...
Click to collapse
Oh! Thanks for for info though.
I'll check once I'm back from work and report.
Sent from my LT26i using xda premium
Hi guys,
Could we do the opposite in GB? Only the password and not the other one?
Thanks,
@Ultracity
I don't know.
@SpaceCaker
It's possible but it will take time :\ sorry. Why do you want to use them?
erorcun said:
@Ultracity
I don't know.
@SpaceCaker
It's possible but it will take time :\ sorry. Why do you want to use them?
Click to expand...
Click to collapse
Because its nice
Because on old GB lockscreen we have the sound slider
On Waveview we can drag and unlock everywhere and well Multiwaveview is dtock ics
Also found guide to addd htc bb10 acer locksvreens etc
( not from source ) they are built and used for samsung s3
And i tried the BB lock bbut it needs resizing in the smali so i am busy with that
help
can some one made flash file this file