* Now we have a .zip file compiled from source for aokp b32 based roms made by Xylograph
AOKP ROMSTested on Bezke Aokp32 and hydrogenics b32
http://rootzwiki.com/topic/23418-mod-tabletui-for-240-dpi-legacy-devices-aokp-b32b33b34/ Give xylograph some credit hes been working on this for aokp
AOSP ROMSThe cm9 zip uploaded is currently working on d4 Rom v7 (not working on v8 and V9)
*Need some cm9 testers*
those brave enough who want to try and do from scratch the instructions are below*
I've been searching all over the net for an answer to this and found what we need to do, but i have a low end device and some lack of skills =/ to perform this, to get tablet mode first we need an aosp or aokp rom and a linux building enviroment with cm9 repo or aokp...
Then we must folow this paths and see if it is like below
config_statusBarComponent choose which resource we want, statusBar or systemBar.if phone, use com.android.systemui.statusbar.phone.PhoneStatusBar?; while tablet, use com.android.systemui.statusbar.tablet.TabletStatusBar?.
frameworks/base/packages/SystemUI/src/com/android/systemui/SystemUIService.java
public void onCreate() {
// Pick status bar or system bar.
IWindowManager wm = IWindowManager.Stub.asInterface(
ServiceManager.getService(Context.WINDOW_SERVICE));
try {
SERVICES[0] = wm.canStatusBarHide()
? R.string.config_statusBarComponent
: R.string.config_systemBarComponent;
} catch (RemoteException e) {
Slog.w(TAG, "Failing checking whether status bar can hide", e);
}
res/values/config.xml
<string name="config_statusBarComponent" translatable="false">
com.android.systemui.statusbar.phone.PhoneStatusBar</string>
<string name="config_systemBarComponent" translatable="false">
com.android.systemui.statusbar.tablet.TabletStatusBar<string>
canStatusBarHide defined
inframeworks/base/policy/src/com/android/internal/policy/impl/PhoneWindowManager.java
public boolean canStatusBarHide() {
return mStatusBarCanHide;
}
mStatusBarCanHide true or false determine status bar or system bar.
int shortSizeDp = shortSize
* DisplayMetrics.DENSITY_DEFAULT
/ DisplayMetrics.DENSITY_DEVICE;
mStatusBarCanHide = shortSizeDp < 600;
mStatusBarHeight = mContext.getResources().getDimensionPixelSize(
mStatusBarCanHide
? com.android.internal.R.dimen.status_bar_height
: com.android.internal.R.dimen.system_bar_height);
---------------------------------------------------------------------------
Here if shortSizeDp smaller than 600, then system use as tablet mode, otherwise phone mode. DENSITY_DEFAULT is fixed, so 120 should be suitable value to make both needs the tablet condition.
then we must make the changes below and voila tablet mode
--- A / Services / Java / COM / Android / Server / wm / WindowManagerService.Java
+ + + b / Services / Java / COM / Android / Server / wm / WindowManagerService.Java
@ @ -5962,7 Tasu5962,7 @ @ public class extends WindowManagerService IWindowManager.S
UnrotDw = DW;
UnrotDh = dh;
}
- int sw = ReduceConfigWidthSize (UnrotDw, Surface.ROTATION_0, density, un
+ int sw = ReduceConfigWidthSize ((int) (UnrotDw / density), Surface. ROTATI
ReduceConfigWidthSize sw = (sw, Surface.ROTATION_90, density, UnrotDh, u
sw = ReduceConfigWidthSize (sw, Surface.ROTATION_180, density, UnrotDw,
sw = ReduceConfigWidthSize (sw, Surface.ROTATION_270, density, UnrotDh,
setprop ro.sf.lcd_density 120 and
setprop ro.build.characteristics=tablet
can we use tablet mode gb roms
Nope only ics shares the ui
Sent from my GT-I9100 using Tapatalk 2 Beta-5
Great
Thx for sharing
Nobody with skills to make a compilation??? On nexus forum theres a big hype about this and here nobody gives a sh#t makes me want a nexus phone
Sent from my GT-I9100 using Tapatalk 2 Beta-5
Indeed
What the heck is tablet mode and why do we want it?
If you made a litle research that was a easy question tablet mode is th tablet interface on sgs
Sent from my GT-I9100 using Tapatalk 2 Beta-5
I'll submit patch tomorrow.
Sent from my i9100. No HyDrOG3NICS? No SWAGG..
{
"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 like **** anyway judging from Youtube
Sent from my GT-I9100 using xda premium
Nobody asked your opinion if u dont like dont use simple as that
Sent from my GT-I9100 using Tapatalk 2 Beta-5
Tyrany said:
Nobody asked your opinion if u dont like dont use simple as that
Sent from my GT-I9100 using Tapatalk 2 Beta-5
Click to expand...
Click to collapse
Nobody's asked you to quote me either. I won't use it, it just seems really small.. Like set lcd density to 100. Or have I been watching the wrong videos?
Sent from my GT-I9100 using xda premium
Paradoxxx said:
I'll submit patch tomorrow.
Sent from my i9100. No HyDrOG3NICS? No SWAGG..
Click to expand...
Click to collapse
Thanks Paradoxxx!! Can't wait for tomorow! It wil be an update for your HyDrOG3N-ICS?
Paradoxxx said:
I'll submit patch tomorrow.
Sent from my i9100. No HyDrOG3NICS? No SWAGG..
Click to expand...
Click to collapse
paradox can you do a universal zip for flash on more rom? like cm9?
No news till now, dont know if i hate more my sgs2 or my pc, this isnt so hard but cant cook a rom on my PC its like from a century ago
Sent from my GT-I9100 using Tapatalk 2 Beta-5
Norpan in the begining it looks small but after some use stock will look enourmous
Sent from my GT-I9100 using Tapatalk 2 Beta-5
Tyrany said:
Norpan in the begining it looks small but after some use stock will look enourmous
Sent from my GT-I9100 using Tapatalk 2 Beta-5
Click to expand...
Click to collapse
Lol that's probably true
Sent from my GT-I9100 using xda premium
any news on this mod?
Tapatalked from i9100 AOKP
tablet mode looks cool in galaxy note,i hope we implement it on our device too....
AlexVipXDA said:
paradox can you do a universal zip for flash on more rom? like cm9?
Click to expand...
Click to collapse
waiting eagerly for your patch
Related
{
"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"
}
Sense4All Team Presents :
The 1st release of a Sense ROM For GALAXY S2.
About that's lil dude : Err,
HTC Sense 4.0
Android 4.0.3
What's working?
_Boots (ORLY?!!)
_Rosie (Need resizing)
_Texting (OMGZ YOU CAN HAV SMS !!)*
_GSM/DATA (OMGZ YOU CAN HAV INTERWEBZ !!!)*
_Touchscreen/EGL
_Sensors (Not sure anymore, but I'll provide lib if not)
What's not working?
_Sound
_WiFi
_Bluetooth
_Widgets (Need proper Rosie)
_Random SoftReboots (Device will Hang, and soft reboot)
_SD Card => MAIN ISSUE
_*HTC Ime Doesn't work. So you can hav sms. But you can't reply :good:
_No BootAnimation. So, do not freak out.. Wait until it bootz. You can still ADB LOLCAT, if you wanna know what's going on.
_Oh, and we're not responsable for any bricks, nuclear war, kittenwar etc...
Download LINK :
DOWNLOAD sense4sg2.1 Modified.zip !!
http://sense4all.info/category/download/?lang=en
If some of you knows how to fix some of thoses issues, go on and POST Here. And dude. If I SEE somebody with "OMG MY SOUND ISN'T WORKING" I'll instant slay him IRL thru his internet connection. OK? . This is FAAAAR from a stable release. A lot of bugs must be corrected. But, you can still play with it abit.
Oh, And do not forget to press Thanks and submit this thread as NEWS !
Wanna speak with us abit? GO THERE :
http://webchat.irondust.net/?channels=#sense4allpublic
Credits :
_QuBe2
_Simone201
_Tallustus
_Oweida
_And OFC Whole Sense4All team.
Sound is not working can i now get my OTA slay
and why can't i listen to my music on my sdcard
From Pulser, Siyah with sense Bootclasspath => DUAL BOOTENZ :
No warranty, express or implied.
Siyah 3.3.3b with enabled dualboot, using the original stuff in the ROM's kernel to get it booting
GPL: https://github.com/gokhanmoral/siyahkernel3 commit hash 50063214eb27...
LINKENZ : http://forum.xda-developers.com/attachment.php?attachmentid=1187376&d=1341855495
For sex.
Been looking forward to seeing this on the SGS2, come on Devs work your magic!! Thanks again
Sent from my PARANOIDANDROID which is making me PARANOID. LOL
Great job para:thumbup:
Sent from my GT-I9100 using xda premium
Guys , dont get me wrong but why open a new thread when you allready have one in the general section ?
Sendt fra min GT-P5100 med Tapatalk2
QuBe2 said:
Sound is not working can i now get my OTA slay
Click to expand...
Click to collapse
*SLAAAAP*
hoseth0711 said:
Guys , dont get me wrong but why open a new thread when you allready have one in the general section ?
Sendt fra min GT-P5100 med Tapatalk2
Click to expand...
Click to collapse
Because this one will be the release one, with Bug Tracking/ Development related. And this welcome the official release.
Can I use this dual booted with siyah??
Sent from my GT-I9100 using Xparent ICS Blue Tapatalk 2
Cant wait
w00t w00t two minutes
no sound??
when will the no working, be working????????
i waited so long, and they said that when its up, everything will be working, guess not =(
GALAXY S2 BUILD ONLINE. :victory:
Paradoxxx said:
GALAXY S2 BUILD ONLINE. :victory:
Click to expand...
Click to collapse
Good work, guys, thanks for the work!!!!
website downed? cannot open, keep loading
Paradoxxx said:
GALAXY S2 BUILD ONLINE. :victory:
Click to expand...
Click to collapse
Server is down...
The Wesbite is under Heavy load right now x)
EDIT : It's down. LOL
Keep retrying... But we generated too much downloads.
REally more than what we'e expected x)
please do mirrors of the rom and send the links to me via pm!
Now we can run Windows 95 on our Xperias.(*NO ROOT NEEDED*)
Simple Guide-
1)Download SDLapp.apk and SDL.rar
2)Extract SDL folder from SDL.rar and place the folder SDL in root of sdcard.
3)Install SDLapp.apk.
4)Enjoy ! ! ! ! !
Noten some devices it may display in 4:3(On Xperia P) I have not tested it on Xperia U/S/Sola/Ion so please test it and give ur feedbacks.
Screens On 2nd Post
Download Links On 3rd Post
More Instructions On 4th Post
Credits-
fotak-x
mnomaanw
And Me
Please Hit THANKS button if u liked it.......
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"
}
Download Links
SDLapp.apk : http://d-h.st/Q1x
SDL.rar : http://d-h.st/uM2
Regards,
acervenky,
XPT
More Instructions
*Use Camera button as enter key (For devices with Camera Button)
*Use Menu Key for bringing up the keyboard.
*Volume keys don't work.
*If app is not responding and restarting kill it with a task killer and restart.
*Tap on screen for left click (*MAY NOT ALWAYS WORK*)
*Screen is the touchpad.
Hit THANKS button if you liked it.
Regards,
acervenky
Does can I connect keyboard throught USB OTG cable,will it wirk.
Sent from my ST25i using Tapatalk 2
XperianPro said:
Does can I connect keyboard throught USB OTG cable,will it wirk.
Sent from my ST25i using Tapatalk 2
Click to expand...
Click to collapse
Try it.
And be sure to give ur feedback
OMG Too fun
What's the difference between this an the usual bochs / qemu - solution?
Edit: It's just bochs It's pretty weird when you say "Now we can run..", since bochs is around for like two years
Why in the name of god would you want this?
Sent with my Sony Xperia S using a little bit of KA magic.
Why not, its fun
Sent from my LT26i
Could anyone host the 2 files somewhere else ?, mediafire doesn't work for me no matter what I do.
cracksquirrel said:
Could anyone host the 2 files somewhere else ?, mediafire doesn't work for me no matter what I do.
Click to expand...
Click to collapse
You are not limited to use the files of this thread.
Have a look at this thread: http://forum.xda-developers.com/showthread.php?t=1459153
jensma said:
What's the difference between this an the usual bochs / qemu - solution?
Edit: It's just bochs It's pretty weird when you say "Now we can run..", since bochs is around for like two years
Click to expand...
Click to collapse
I installed bochs on my device but it was not running.
cracksquirrel said:
Could anyone host the 2 files somewhere else ?, mediafire doesn't work for me no matter what I do.
Click to expand...
Click to collapse
OK
Can I run office with this?
Sent from my LT26i using xda app-developers app
darth5zaft said:
Can I run office with this?
Sent from my LT26i using xda app-developers app
Click to expand...
Click to collapse
If its supported by Windows 95
Microsoft Office 95 are made for Windows 95
Sent from my LT26i using xda premium
Sikiduck said:
Microsoft Office 95 are made for Windows 95
Sent from my LT26i using xda premium
Click to expand...
Click to collapse
agreed
Whi u don't use search function? I posted a thread here with this some months ago!
Sent from my LT26i using xda premium
report in on Xperia Sola
1 - screen resolution is 4:3. Can't go in display check & change resolution
2 - OTG, connected with ms intellimouse and run SDL, the virtual win95 mouse doesn't work
Thanks for the SDL effort
Hello,
As i promissed here the final build for the SGS2 JB Theme!
Now flashable with CWM!
ONLY FOR XXLH3
Intructions:
1) if you have not installed cwm yet install it from Zaclimon's thread Here:
http://forum.xda-developers.com/showthread.php?t=2198234
2) Download my theme from here:
http://gtabandroid.googlecode.com/files/SGS2JBTheme-YPGS1.zip
3) boot to CWM (Turn of the device and hold down power and volume down but when you see samsung let go the power button but keep holding the volume down button until you are in cwm!)
4) Go to install Zip from sdcard--->choose zip from sdcard and choose the theme and hit yes wait until it is done and enjoy!
NOTE:
In Cwm this are the controls:
- Volume up = Up
- Volume down = Down
- Power = select
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"
}
Enjoy The SGS2 Jb Theme!
Question
What is XXHL3?
nvcboss said:
What is XXHL3?
Click to expand...
Click to collapse
The ROM version
safariking said:
The ROM version
Click to expand...
Click to collapse
So I'm running the rooted rom from http://forum.xda-developers.com/showthread.php?t=1864741&page=1 for my Samsung Galaxy Player 3.6 US. Can I install this theme with cwm?
Hi! Can you do the free dpi setting,please? Because I used 140dpi(defeat:160).
Sent from my YP-GS1 using xda app-developers app
nvcboss said:
So I'm running the rooted rom from http://forum.xda-developers.com/showthread.php?t=1864741&page=1 for my Samsung Galaxy Player 3.6 US. Can I install this theme with cwm?
Click to expand...
Click to collapse
No Only for EU model
What makes it EU only? I looked through the files in the theme and couldn't think of which part would make it no good for US devices
Sent from my SGH-I777 using xda app-developers app
krzee said:
What makes it EU only? I looked through the files in the theme and couldn't think of which part would make it no good for US devices
Sent from my SGH-I777 using xda app-developers app
Click to expand...
Click to collapse
You can Always try it but i am sure systemui etc... will crash
So any way to run this on the US rom? Or will it not work for sure?
shadowblade2652 said:
So any way to run this on the US rom? Or will it not work for sure?
Click to expand...
Click to collapse
It for sure doesn't work on us ROM. I would like to help but have no idea what to do
Sent from my SGH-I777 using xda app-developers app
I googled it and it seems fairly straightforward, i just don't have the time to do it :C
Willing to do it? I can get you the topics on XDA that you need.
can you try and make one for the gp4.2?
shadowblade2652 said:
I googled it and it seems fairly straightforward, i just don't have the time to do it :C
Willing to do it? I can get you the topics on XDA that you need.
Click to expand...
Click to collapse
Ya I plan on giving it a go. I found a guide on here by safariking, but I'ld be happy to check out whatever else you have found too, especially of related to changing the boot animation.
Sent from my SGH-I777 using xda app-developers app
TW animation effect [transition effect]
it will only work on SAMY based ROMs [ 4.1.1 and 4.1.2]
flash via recovery
revert back to STOCK if YOU do not like it !
# 1
http://www.youtube.com/watch?v=wBKr2K9Gkzk
# 2
http://www.youtube.com/watch?v=wtnY6uIln_0&feature=youtu.be
# 3
http://www.youtube.com/watch?v=JUTo3sDYNUA&feature=youtu.be
# 4
http://www.youtube.com/watch?v=ou2ZR5_yTmQ&feature=youtu.be
#5
http://www.youtube.com/watch?v=Fr2N1fcdo0Q
# 6 side to site ~ is the transition effect used in this ROM
http://www.youtube.com/watch?v=e-7y4VmIyUs
# 7 it is the STOCK transition effect
# 8 animation effect [nexus]
# 9 animation effect [LG_4X_HD ]
#10 animation effect ICS
it is working only on the IU
[on the TW on you will get bootloop - the project butter must interfere]
# 11 animation effect [effect 11]
i do not know ho to name it - just 11
http://www.youtube.com/watch?v=PU9XUh-pGgI&feature=youtu.be
# 12 animation effect - SENSE
do not forget to BACKUP
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I am not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed. Please do some research if you have any concerns about this before continuing! YOU are choosing to make these modifications, I will not be responsible for it.
### if there is a LAG - use this method
confirmed by ME and the users
http://forum.xda-developers.com/showpost.php?p=40381779&postcount=35
Sorry if I do not respond to posts or do not come with updates
but I moved to Samsung Galaxy S IV (i9505)
__________________
Smartphone:
Samsung Galaxy S4 i9505 Black
HD Voice - enabled
ROM - still testing
.....
Waiting for vids.
Thanks
DubelBoom said:
Waiting for vids.
Thanks
Click to expand...
Click to collapse
+1
Sent from my GT-N7100 using Tapatalk 2
Cool, looking forward for video
Sent from my GT-N7100 using xda premium
Looks good. Thanx.
Video plzzz
Sent from my GT-N7100 using xda premium
aukhan said:
Video plzzz
Sent from my GT-N7100 using xda premium
Click to expand...
Click to collapse
Tomorrow I will post it..sorry i am at work
So far I have tried 1 and 2 and it works fine in odex DMB2
Thank's
Any1 tried it out yet? Which 1 is the coolest?
leprophotography said:
Any1 tried it out yet? Which 1 is the coolest?
Click to expand...
Click to collapse
Side to Side
leprophotography said:
Any1 tried it out yet? Which 1 is the coolest?
Click to expand...
Click to collapse
Side to Side
czar22 said:
Side to Side
Click to expand...
Click to collapse
Any ETA when will the video comes out?
czar22 said:
Side to Side
Click to expand...
Click to collapse
Yes side to side
Gesendet von meinem GT-N7100 mit Tapatalk 2
Do this work on simplistic framework?
If yes, how do i enable it?
Side side looks good
Sent from my GT-N7100 using xda premium
Kookitza said:
Do this work on simplistic framework?
If yes, how do i enable it?
Click to expand...
Click to collapse
Yes it works .Just flashed nothing else .
send from my note 2
Kookitza said:
Do this work on simplistic framework?
If yes, how do i enable it?
Click to expand...
Click to collapse
Yes it works
Good
i like this
Hey czar, do you take request making different sets of animations?
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