[MOD][GUIDE] ENABLE MULTI-USER ON ANDROID 4.2.x - PHONE MODE - Galaxy Note II Original Android Development

We know Android 4.2 multi-user capable for Tablet. Its also looks awesome on our phone.
(Currently running CM10.1 Nightlies 121223)
{
"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"
}
ROM THREAD HERE​

How To
BASIC INFO
Tablet vs Phone
Tablet has no Phone nor Messaging function so in this case, switching to other than primary user may cause Phone app (com.android.phone) force close. This is normal & make sense bcos we dont share phone to others. Whenever there is incoming call in other(s)user account, phone will ring as usual + LED notification but u need to switch to primary account immediately to pick up or will see miss called notification in primary account. Any activity related to Phone will force close in others account (outgoing call, ussd dialing, etc)
SMS messaging can be sent thru other(s) account but any received sms only viewable in primary account.
*Above info is correct when posted until other dev(s) make it work other way round.
MODDING
framework-res.apk >
\res\values\integers.xml (change to max users limit. 2 is enough IMHO, but i made it 3 just for fun)
<integer name="config_multiuserMaximumUsers">3</integer>
Click to expand...
Click to collapse
\res\values\bools.xml (basically Tablet is in landscape thus user switching only visible in landscape in LockScreen. at least in current CM10.1 rom to date)
<bool name="config_enableLockScreenRotation">true</bool>
Click to expand...
Click to collapse
To make user switching visible in portrait LockScreen mode, manual layout modding is needed.
\res\layout-port\keyguard_host_view.xml (add this line before second </FrameLayout> to make more layout customization possible)
<include layout="@layout/keyguard_multi_user_selector" />
Click to expand...
Click to collapse
ADD \res\layout-port\keyguard_multi_user_selector.xml manually to customize the user switch location in portrait LockScreen.
Here is mine as example :
Code:
<?xml version="1.0" encoding="utf-8"?>
<com.android.internal.policy.impl.keyguard.KeyguardMultiUserSelectorView android:layout_gravity="bottom" android:orientation="horizontal" android:id="@id/keyguard_user_selector" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content" android:contentDescription="@string/keyguard_accessibility_user_selector" android:layout_childType="userSwitcher"
xmlns:androidprv="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android">
<com.android.internal.policy.impl.keyguard.KeyguardLinearLayout android:layout_gravity="bottom|center" android:orientation="horizontal" android:id="@id/keyguard_users_grid" android:layout_width="wrap_content" android:layout_height="@dimen/keyguard_avatar_size" android:layout_marginBottom="400.0dip" />
</com.android.internal.policy.impl.keyguard.KeyguardMultiUserSelectorView>

Where is the link. .. waiting since six hours. ..
Sent from my GT-N7100 using xda app-developers app

kryptoner said:
Where is the link. .. waiting since six hours. ..
Sent from my GT-N7100 using xda app-developers app
Click to expand...
Click to collapse
I've no access to my laptop. i will update thread on guide how to do it whenever i can.
√ xda-premium | note²

wowwww waiting for this badly mann..
thanxx tonsss bro./.. waiting for it..

Wow this is nice, I'm guessing but it looks like for each user, there is a selected enabled applications if the owner wishes?
The Note 2 is slowly replacing the computer

What theme are you using it looks beautiful ?

SMNE said:
Wow this is nice, I'm guessing but it looks like for each user, there is a selected enabled applications if the owner wishes?
Click to expand...
Click to collapse
That function was in 4.1.2 (unfinished multi-user support )
In 4.2.1 other user hv to install app manually. Currently only ChainsDD's Superuser support multi superuser.
leeroy1034 said:
What theme are you using it looks beautiful ?
Click to expand...
Click to collapse
Stock. 4.2.1 wallpaper + Nova Launcher.

thread updated with complete info.

@monx, is there an easier way for beginners or 'noobs' to do this?
Sent from my GT-N7100 using xda premium

hi monx.. i tried to edit framework-res.apk but i got probss...
1. the original size of jb 4.2 framework-res.apk is around 11mb
but when i recompile after editing the apk the remains only about 7mb
2: when i tries to use that 7mb apk framework file it stucks at boot screen only..
so can u please provide any help or ur
framework-res.apk???
thanxxx

Orrrrr... Just use this...
https://play.google.com/store/apps/details?id=fahrbot.apps.switchme&hl=en

mazdamiata210 said:
Orrrrr... Just use this...
https://play.google.com/store/apps/details?id=fahrbot.apps.switchme&hl=en
Click to expand...
Click to collapse
Is totally diff. i tried tat b4 & even forcing multiuser on 4.1.2. Nothing can beat how it should on 4.2.1. Im going to upload monxDIFIED CM10.1 Nightly 121227 shortly.
√ xda-premium | note²

ROM THREAD HERE

monx® said:
ROM THREAD HERE
Click to expand...
Click to collapse
Monx does this work on non CM10.1 roms?

I believe it should work on android 4.2.X base.
√ xda-premium | note²

I am getting process.android.phone FC on incoming and outgoing calls. Cleared data and cache..
EDIT: Just re compiled framework-res.apk and woola done!!

Thanx for this im really looking forward to try it but can you please provide a noob friendly guide
Sent from my GT-N7000 using xda premium

Will this work with the S3 or the S2 ??? If yes, Do i need to change some specific values ?

the only supported is cm10 ?

Related

[MOD]ICS Settings For CM7

Hello Guys !!!
Here is another Mod for our Phone.......Those who have CM7 in their phone will love this MOD i think.....
This is a New Settings style for CM7 based ROM, the style was inspired from Google's Android 4.0 (ICS) ROM..
Special Thanks to The Original Porter for x8 iiandskater ......
Screenies :
{
"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"
}
Features:
Hey Buddies It's Only a Modded Version of the Default Settings.apk of CM7.....so It's Just a ICS style Settings Window Look.....That's it.....
Installation :
1. Make backup of your original Settings.apk
2. Download the .zip and flash it with CWM recovery
3. Reboot, enjoy the look..
BUGS :
- The 'Location Service' and 'Security' is still pointing to the same preference screen
- FCs issues on Brightness & Volumes( Trying to Fix it)
Download :
click HERE if You want to have this Mod on your CM7
raja4sure said:
Hello Guys !!!
Here is another Mod for our Phone.......Those who have CM7 in their phone will love this MOD i think.....
This is a New Settings style for CM7 based ROM, the style was inspired from Google's Android 4.0 (ICS) ROM..
Special Thanks to The Original Porter iiandskater ......
Screenies :
Features:
Hey Buddies It's Only a Modded Version of the Default Settings.apk of CM7.....so It's Just a ICS style Settings Window Look.....That's it.....
Installation :
1. Make backup of your original Settings.apk
2. Download the .zip and flash it with CWM recovery
3. Reboot, enjoy the look..
BUGS :
- The 'Location Service' and 'Security' is still pointing to the same preference screen
- FCs issues on Brightness & Volumes( Trying to Fixing it)
Download :
click HERE if You want to have this Mod on your CM7
Click to expand...
Click to collapse
Hahah, lol. I just made this myself
But im gonna make different icons in mine
rubensollie said:
Hahah, lol. I just made this myself
But im gonna make different icons in mine
Click to expand...
Click to collapse
I just made it yesterday night....
I too have diff ICONS....but it's the theme due to which icons are different....
Currently working on Brightness & Sound FC issue....
Nice. BTW have you changed the font? Your does look good.
rubensollie said:
Hahah, lol. I just made this myself
But im gonna make different icons in mine
Click to expand...
Click to collapse
Hey heard you made one yourself just needing bit of help..., how can i remove the 4G settings from the mod, since my phone does not support 4G and it FC's when i open that.
krishneelg3 said:
Hey heard you made one yourself just needing bit of help..., how can i remove the 4G settings from the mod, since my phone does not support 4G and it FC's when i open that.
Click to expand...
Click to collapse
Just delete the line from <IconPreferenceScreen (some **** about 4g here) </IconPreferenceScreen
Sent from my GT-I5800 using XDA App
rubensollie said:
Just delete the line from <IconPreferenceScreen (some **** about 4g here) </IconPreferenceScreen
Sent from my GT-I5800 using XDA App
Click to expand...
Click to collapse
Line from where? What. XML in what folder.
Sent from my U8160 using xda premium
Any updates? I really want a working version of this. It just looks too cool
Sent from my GT-I5800 using XDA
Its buildable
Thanks to a guide here
Works on gb and froyo
Here is mine
On acs
Great
Sent from my Droid using Tapatalk 2
For FCs issues try to use smali(s) from ur original Settings.apk,
so u just ONLY replace ur xml(s) with mine..
P.S.: this trick isn't comfirmed yet,
just try and report it..
oh and visit my thread for another style (CM9 style)
iiandskater said:
For FCs issues try to use smali(s) from ur original Settings.apk,
so u just ONLY replace ur xml(s) with mine..
P.S.: this trick isn't comfirmed yet,
just try and report it..
oh and visit my thread for another style (CM9 style)
Click to expand...
Click to collapse
Thanks for the Tip......I was thinking of doing it.... to have a try......
will report to you after i do it.......

[MOD][DISCUSSION] J.B 4.2 Camera - Sphere for Arc/S (maybe 4 All Xperia 2011 device)

Requirements
- Rooted, run Android 4.0 or higher, ROM stock or cook is ok, lock or unlock bootloader is ok
- Installed CWM.
Installion.
Note: I am not responsible for anything happening to your device
- Go to CWM and backup if you make a mistake no matter what
- Download Camera Android 4.2 here and copy to the memory card
- Flash this zip file above with CWM and reboot
- Don't use camera, Use root explorer program folder / file system and edit file "build.prop" in /system (don't forget backup a copy)
- Find the following line and change to the new value.
Ro.product.model change the current value (usually the name of your machine) into "Galaxy Nexus"
Ro.product. brand change the value by "Google"
- Save changes >> Reboot to be sure >> I wish you success!
- If not active, don't worry, please perform the following steps.
- After booting into Settings >> Apps >> All >> Gallery Google (or Gallery) and Clear data.
- Enjoy.
Source: http://sonyviet.vn/2012/11/huong-dan-cai-dat-camera-android-4-2-voi-photo-sphere-danh-cho-xperia/
I tested on my Arc S, ROM HD Ultimate 2.0, lock bootloader and successed. But in Sphere mode capture, it so slow and only down, not turn left or right .
PS: my device installed cybershot ( Camera Mod v.4.1 Cybershot), too. And they did not replace each other ^^. So, I have "2 Camera" on my device
Sorry 4 my bad eng
I hope that build.prop changes does not impact to system or other apps...
Not working
Hey I tried this and also tried this
http://forum.xda-developers.com/showthread.php?t=1965486
the light/photosphere circle menu thing works and taking pictures works but while looking through the camera app all i get on the screen in flashing 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"
}
at the moment I'm on this http://www.htcmania.com/showthread.php?t=483872
(original english thread on xda was taken down for some reason)
i event try this camera, and change on builtprop name, but when i try on shpere mode very laggy..
matti.tm said:
I hope that build.prop changes does not impact to system or other apps...
Click to expand...
Click to collapse
with me, until now everything still ok
DracoManX69 said:
Hey I tried this and also tried this
http://forum.xda-developers.com/showthread.php?t=1965486
the light/photosphere circle menu thing works and taking pictures works but while looking through the camera app all i get on the screen in flashing this
at the moment I'm on this http://www.htcmania.com/showthread.php?t=483872
(original english thread on xda was taken down for some reason)
Click to expand...
Click to collapse
i am sorry, so what ROM of ur device?
nuansadewangga said:
i event try this camera, and change on builtprop name, but when i try on shpere mode very laggy..
Click to expand...
Click to collapse
like me
This Thread already exists... Why you repost it?
Sent from my Xperia Arc S using xda app-developers app
jader13254 said:
This Thread already exists... Why you repost it?
Sent from my Xperia Arc S using xda app-developers app
Click to expand...
Click to collapse
so sorry about this. Maybe my eng is too bad then i can't find topic like this topic
I am a member of sonyviet...:d
Sent from my LT15i using xda app-developers app
screen shot with camera settings?
like it, working in Jelly Sandwich 7.4
Thanh COC said:
i am sorry, so what ROM of ur device?
Click to expand...
Click to collapse
It's a Cynogen CM10 based Jellybean clones
DracoManX69 said:
It's a Cynogen CM10 based Jellybean clones
Click to expand...
Click to collapse
for now i think all cm10/JB based ROM cannot use JB camera include 4.2 camera due to lack of driver
Sphere camera Very very slow
Does it work on CM10 ?

(GUIDE)(MOD)Changeable Lockscreen text like Galaxy4.

How to add the Lockscreen Text to any lockscreen.
As most know I have implemented this feature inside the Touchwiz Resurrection rom for galaxy ace i.
As seen below.
{
"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"
}
Basicly this mod was very easy to add .
What is inside the resources.zip ?
LifeCompanionText.apk ( App to change the text )
LifeCompanion smalis for the framework.jar
SpaceFont.ttf for the CoolJazz font from S3/4
Basicly what you would need to do is:
Download Resources Attachement.
Extract it
Decompile you’re framework.jar
Go to the extract smali folder from the resources.zip and copy the smali folder to the smali folder of you’re framework.jar.
Compile framework.jar
Now we are going to add it to the frameworks location/allocate the text.
Decompile framework-res.apk
Find a lockscreen layout to you’re likes.
I used “zzz_keyguard_screen_clockwidget.xml” but you would be able to put it inside : “keyguard_screen_tab_unlock.xml” for the normal sliding tab lockscreen and such.
Open the layout you wanted and simply add this line above the clock layout or where you want
Code:
<com.touchwizres.lifecompaniontext.LifeCompanionTextView android:textSize="40.0dip" android:textColor="#ffffffff" android:id="[COLOR="RoyalBlue"]@id/life_companion_tag[/COLOR]" android:layout_width="wrap_content" android:layout_height="wrap_content" android:shadowColor="#7f000000" android:shadowDx="1.0" android:shadowDy="1.0" android:shadowRadius="2.0" />
I placed this code just below
Code:
<view android:gravity="left" android:orientation="vertical" android:id="@id/clock_time_and_date" android:paddingLeft="7.0dip" android:paddingTop="2.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" class="com.android.internal.policy.impl.ClockWidget$TimeAndDate">
of the "zzz_keyguard_screen_clockwidget.xml"
Add this to the ids.xml
Code:
<item type="id" name="[COLOR="RoyalBlue"]life_companion_tag[/COLOR]">false</item>
Compile framework-res.apk
Decompile ur compiled framework-res.apk
Now we are going to fix the ID Values. From the smali .
Decompile ur compiled framework.jar
Open
Code:
com/touchwizres/lifecompaniontext/[COLOR="RoyalBlue"]LifeCompanionTextView.smali[/COLOR]
that’s inside the framework.jar
Find
Code:
const v3, 0x[COLOR="Red"]10202cc[/COLOR]
This is the “life_companion_tag” ID (
Code:
<public type="id" name="life_companion_tag" id="0x0[COLOR="Red"]10202cc[/COLOR]" />
) inside public.xml
We need to fix this to yours
Now when u have changed the code from 0x10202cc to something like 0x1020299 or something depends on ur framework-res.apk
U can compile the framework.jar
Now zip the files together and make sure these are set properly.
SpaceFont.ttf inside /system/fonts/**
LifeCompanionText.apk inside /system/apps/**
And then ofcourse you’re modified framework.jar and framework-res.apk inside /system/framework/**
Now you are done
Happy modding
On what roms can u apply this mod ?
Basicly it can be applied to ALL Roms atleast if u know what u are doing.
As Most of you all know i am a HUGE HUGE Open Source fan so in this case i fully opensourced this aswell
Here is the sourcecode: https://github.com/spacecaker/LifeCompanionLockscreentext
Import in Eclipse.
Compile app.
Export unsigned apk.
Sign apk.
Decompile apk.
Retrieve ur smali codes.
Implement in framework
Some helpers who helped me on some knowledge and ideas:
B16H22
MarioZaWa
Pineappleowl
and testers
It is just awesome! :thumbup:
Sent from my GT-S5360 using Tapatalk 2
nice guide. will try it
Can i include it in my ROM ? I need your permission
bangprovn said:
Can i include it in my ROM ? I need your permission
Click to expand...
Click to collapse
sure
Working perfectly in AOSP.
MuSaddiq said:
Working perfectly in AOSP.
Click to expand...
Click to collapse
Nice to see that someone else except me has implemented it and did it correctly to :thumbup:
Sent from my S500 using xda app-developers app
@SpaceCaker it will work on jellybean?
ocoot said:
@SpaceCaker it will work on jellybean?
Click to expand...
Click to collapse
AFAIK, It should work on jelly bean too.
MuSaddiq said:
AFAIK, It should work on jelly bean too.
Click to expand...
Click to collapse
looping on boot animation. i think i need to check my code again
Sent from my GT-S6310 using Tapatalk
ocoot said:
looping on boot animation. i think i need to check my code again
Sent from my GT-S6310 using Tapatalk
Click to expand...
Click to collapse
ur code either failed
or ID/ const value wrong
or forgot fonts
Sent from my S500 using xda app-developers app
ocoot said:
@SpaceCaker it will work on jellybean?
Click to expand...
Click to collapse
works on JB
should work on any rom
SpaceCaker said:
works on JB
should work on any rom
Click to expand...
Click to collapse
This mod is cool.Btw i want to ask is there any mod to change backgrounds of lockscreen for use in lidroid ,aosp etc
Sent from my GT-S5360 using Tapatalk 2
SpaceCaker said:
works on JB
should work on any rom
Click to expand...
Click to collapse
ok it works well
san122 said:
This mod is cool.Btw i want to ask is there any mod to change backgrounds of lockscreen for use in lidroid ,aosp etc
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
i am working on that
but should be possible
Great guide sir!
Works flawlessly.
Pinadala mula sa aking Kalawakan Y gamit ang Tapatalk 2
SpaceCaker said:
i am working on that
but should be possible
Click to expand...
Click to collapse
btw, you know how to make lockscreen transparent on JB? trying with another guide i have but still not work
ocoot said:
btw, you know how to make lockscreen transparent on JB? trying with another guide i have but still not work
Click to expand...
Click to collapse
nah not really
i did it on JB Java source once but removed it

[Xposed][App] Multiple Users for phone

Enable multiple users/multiple profiles xposed mod on phone
Requirements
Android 4.2+ running on AOSP ROM
Xposed Framework
Experimental
Long click on power menu to stop users
Download
Google Play: https://play.google.com/store/apps/details?id=droidmate.multiuser.xposed
Latest version: View attachment MultiUserXposed_ver0.94_xda.apk
Previous versions:
View attachment MultiUserXposed_ver0.92_xda.apk
View attachment MultiUserXposed_V0.91_XDA.apk
View attachment MultiUserXposed_V0.9_XDA.apk
Please reboot your phone after enable this mod.
Tablet already supports multiple users
Know issue:
- Phone app does not work on new created users
Change logs
Ver 0.94
- Add color for running users
- Better performance on power button press
Ver 0.92
- Show users on power menu
Ver 0.91
- Fixed default value [ON] of switcher
{
"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"
}
Facing problem
Sent from my C5302 using xda app-developers app
vivek_1984 said:
Facing problem
Sent from my C5302 using xda app-developers app
Click to expand...
Click to collapse
I just download and install on my Nexus 4/KitKat without problem.
Please notice that this app support only Jelly Bean 4.2 and newer. Which is your device model and ROM?
No option under settings!!
I followed the instructions but of no use I'm desperate about this multi user Mod and hope you come up with a solution
was waiting for this feature.. waiting for bug fix... thanks..
mayur.3.92 said:
No option under settings!!
I followed the instructions but of no use I'm desperate about this multi user Mod and hope you come up with a solution
Click to expand...
Click to collapse
What is your device model and Android ROM?
worked perfect on my galaxy S4 with android 4.4.2 stock, thanks for your module
mayur.3.92 said:
No option under settings!!
I followed the instructions but of no use I'm desperate about this multi user Mod and hope you come up with a solution
Click to expand...
Click to collapse
I see the bug. Please update the latest version... Let's me know if it works?
latest update solve bugs? phone app and non aosp key guard
safet.me said:
What is your device model and Android ROM?
Click to expand...
Click to collapse
Device is micromax A110 and Rom Tsunami revenge :
http://forum.xda-developers.com/showthread.php?p=47324514
Sent from my A110 using Tapatalk
mayur.3.92 said:
Device is micromax A110 and Rom Tsunami revenge :
http://forum.xda-developers.com/showthread.php?p=47324514
Sent from my A110 using Tapatalk
Click to expand...
Click to collapse
I don't have such device to test. Could you change to stock keyguard and test if it works on your device?
ajeesh vijayan said:
latest update solve bugs? phone app and non aosp key guard
Click to expand...
Click to collapse
I'm not sure if it works with non aosp keyguard.
safet.me said:
I don't have such device to test. Could you change to stock keyguard and test if it works on your device?
Click to expand...
Click to collapse
Sorry, what is stock keyguard? Do you mean stock Rom?
Well the device is Micromax A110 mtk 6577, a rebrand\clone of wiko cink king (there are actually such 5 or more rebrands) buddy chamging Rom for me now will be difficult so if you say I can provide you with log or logcat!?
Please assist....
thanks & regards
Sent from my A110 using Tapatalk
if i create 8 users they wont fit on lockscreen, is that possible to fix? a settings menu to disable and enable lockscreen user interface and maybe layout change would be very cool if possible
first of all thx for the MutliUser working fine on my XPeria Z but duo to my Lock Screen i can't switch so there is a small fix for the Normal Users
Install MoDaCo Toolkit
then in Google Nexus (all): Enable multi-user support it will appear in the Power Menu
i hope the Author doesnt mind my workaround
Working perfect with nexus 4 stock 4.4.2. Thanks for this much needed module
Sent from my Nexus 4 using XDA Premium 4 mobile app
safet.me said:
I'm not sure if it works with non aosp keyguard.
Click to expand...
Click to collapse
Could you possibly work around the Android limitation of the Phone app only working for the primary account by always forcing the Phone app to open under the primary userid, no matter which account launches it? In my head it looks like this:
Code:
when Phone is launched {
if currentuser != primary {
set tempvariable = currentuserid
set currentuserid = primary
launch Phone.apk
on closing Phone {
set currentuserid = tempvariable
}
} else {
launch Phone.apk
}
}
And yes, I know that's not real code.
Different password patterns to enter different user acccounts ?
AT&T Samsung Galaxy S4
It does not work on AT&T Samsung Galaxy S4 4.2.2 Stock Rom

[FIX][5.1.1][any Xperia device] Status bar icons gap fixed

As we all know, in android 5.1.1 there's a gap between the battery icon and the signal bar.
I managed to fix this little issue :good:
What you get:
The gap between the battery icon and the signal bar will be resized
Your current LTE/4G icon will be preserved
How to install:
I asked serajr to include this feature in his Xperia Xposed module, in order to let this fix work on any Xperia with any firmware :good:
From ver 2.2.2 onwards this feature is supported:
http://forum.xda-developers.com/showpost.php?p=63152553&postcount=1365
So just download and install the last Serajr Xperia Xposed (LP) from Xposed Installer and you'll get the fix
What part of the code has been changed?
If you like to modify the code manually or you need to add this feature to your rom without Xposed framework, here's the trick (very simple):
Decompile SystemUI
Enter this folder: res/layout
Open up signal_cluster_view.xml
Change this:
Code:
<com.android.systemui.statusbar.SignalClusterView android:gravity="center_vertical" android:orientation="horizontal" android:layout_width="wrap_content" android:layout_height="fill_parent" android:paddingEnd="@dimen/signal_cluster_battery_padding"
with this
Code:
<com.android.systemui.statusbar.SignalClusterView android:gravity="center_vertical" android:orientation="horizontal" android:layout_width="wrap_content" android:layout_height="fill_parent" android:paddingEnd="0.0dip"
Recompile
Many thanks to @serajr and @moly82
Screenshots:
{
"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"
}
Looks a way more better Dude! Great work...
Can i get permissions from you to use it in my ROM?
BR
Miustone said:
Looks a way more better Dude! Great work...
Can i get permissions from you to use it in my ROM?
BR
Click to expand...
Click to collapse
Sure, it's for everybody
istux said:
Sure, it's for everybody
Click to expand...
Click to collapse
That's Community Power! Thanks for your Work! I will include it in my next Update. Credits are set HERE under Changelog
Maybe Sony includes it soon like the kill all tasks Button :fingers-crossed:
BR!
Just to confirm it's also working perfectly on D6653 odexed .546 rom.
Thanks
I ve not updated yet... But is it for all D6603 5.1.1 firmware?
Masami1975 said:
I ve not updated yet... But is it for all D6603 5.1.1 firmware?
Click to expand...
Click to collapse
Yes, I worked on the D6603 system on android 5.1.1 :good:
work on z3c too
Depump said:
work on z3c too
Click to expand...
Click to collapse
For z3 compact I made a specific version, so it's better you install that one:
http://forum.xda-developers.com/z3-compact/development/fix-status-bar-icons-aligned-t3166390
Bro @Danielsson flash this one from this thread
Can I use this mod on my Z2?
How to remove ' E' from the signal bar???
I simply cannot download it. The dev host only displays 2 download buttons, one of which downloads a HTML file with no extension, the other puts up random ad pages that want me to install bull**** apps from playstore or elsewhere. Somebody please upload it somewhere more responsible and sensible please, this is frustrating and fruitless.
Thanks man
Sent from my D6603 using Tapatalk
doesn't work perfectly on d6653 5.1.1 stock firmware.. connectivity with sony smartwatch 3 intermittent.
˜xperia z3,d6653,5.1.1,v68,tapatalk
Ningyou Higeki said:
Can I use this mod on my Z2?
Click to expand...
Click to collapse
Yes
iKlutz said:
I simply cannot download it. The dev host only displays 2 download buttons, one of which downloads a HTML file with no extension, the other puts up random ad pages that want me to install bull**** apps from playstore or elsewhere. Somebody please upload it somewhere more responsible and sensible please, this is frustrating and fruitless.
Click to expand...
Click to collapse
Mega Link
istux said:
As we all know, in android 5.1.1 the icons on the status bar are not aligned as they should be.
Click to expand...
Click to collapse
Hi, i would like to know which xml/png you change please, i try to make a specific layer for Z2 rom... Thanks for your work !
can you update for new fimware 23.4.1.200
Quoclam851995 said:
can you update for new fimware 23.4.1.200
Click to expand...
Click to collapse
Did you even tried to install it on .200 ?
Should work !

Categories

Resources