[Q] Tablet UI possible? - Galaxy S 5 Q&A, Help & Troubleshooting

I've googled and tried the xposed framework but have not gotten it to work. I know tablet UI was removed from kitkat but i think it would be really cool for our devices. Any devs or feedback on this? Thanks

Search for TabletKat
Von meinem Sony Xperia Z1 gesendet. Mit Hirn.

Related

[ROM][ VanirAOSP ][official][4.4.3][simple,clean,fast..]

We Sonic Developers have decided to give focus on the S4 active forums to make it a better place to live in :fingers-crossed: ... and here you go another work by us for you guys :good:​
Welcome to VanirAOSP. Our mission is to deliver a clean optimized version of Android with subtly improved versions of the features you love to as many devices as possible. we've tried to incorporate and improve our features in a way that makes them more cohesive to improve the overall user experience while correcting any performance regressions and improving functionality..
What to expect:
- This is not a McCopy ROM. What goes into our build is well thought-out and not a bunch of stuff duck taped together because we could.
- maximum optimization. We do our research. We test hard. We build thoroughly tested global optimizations including standard linaro.
- originality in our source. We generate a lot of new commits being features or general code improvements. We are open source to share and improve the community but we also try to make sure we offer a unique experience.
- aesthetics.. hopefully in your opinion
General features:
SU, busybox etc
stock mode - ability revert to stock AOSP code with the exception of a few custom features we chose to keep active
enhanced performance.. longer uptime with less slowdown
custom written CRON and init.d etc
UI and graphics improvements
custom navbar, navring, and hardware key features
halo (active display & lockscreen notifications are in review)
usability improvements like power reboot menu and sound
animation control
Improved Vanir keyboard
CM's profiles & quicksettings
additional quicksetting tiles
immersive mode
statusbar mods
clock & battery mods
lockscreen blur and other mods
soon to come -> quick cam and flash notifications
busybox, embedded root, init.d, cron etc
yatta yatta yatta
more to come when i feel like updating the op
Please help us continue developing, or simply just toss me some change for a coffee
kernel source
Get the rom from HERE
reserved
!
Downloading, but very poor downloadspeed
Gesendet von meinem GT-I9295 mit Tapatalk
So far no significant bugs found and running very smooth
Gesendet von meinem GT-I9295 mit Tapatalk
If I come from unofficial cm11, is anything needed beside full wipe?
Gesendet von meinem GT-I9295 mit Tapatalk
I came from unofficial cm11.
Did a full wipe (dalvik, cache, factory reset).
Then installed VanirAOSP and gapps.
And everything running smooth.
Gesendet von meinem GT-I9295 mit Tapatalk
4cr0ph3t said:
I came from unofficial cm11.
Did a full wipe (dalvik, cache, factory reset).
Then installed VanirAOSP and gapps.
And everything running smooth.
Gesendet von meinem GT-I9295 mit Tapatalk
Click to expand...
Click to collapse
great !
olarf said:
If I come from unofficial cm11, is anything needed beside full wipe?
Gesendet von meinem GT-I9295 mit Tapatalk
Click to expand...
Click to collapse
if you want gapps flash gapps after flashing rom :laugh:
Super rom! Haven't found any bugs so far.
Sent from my GT-I9295 using Tapatalk
nice rom.
just a little problem: adding a aptoide store link will open a browser popup and i can't add any store.
on other rom sems work propely I think is rom relative.
thanks
Very good, realy fast ROM!!!
I've one problem. I need to use PIN for a lock screen, if I reboot the phone I can't write any number and can't lock the phone.
EDIT:
I push it to a charger after 1-2 hour the PIN pad works
Is NFC working?
Pkt_Lnt said:
Is NFC working?
Click to expand...
Click to collapse
Yes nfc is working. I used it to beam pictures from my Galaxy Nexus.
Sent from my GT-I9295 using Tapatalk
Hi
How do I install this ROM?
I'm on official 4.2.2 without any modifications.
Can I just install recovery (CWM), wipe, and flash?
Thanks!
I9295 BTW
oori002 said:
Hi
How do I install this ROM?
I'm on official 4.2.2 without any modifications.
Can I just install recovery (CWM), wipe, and flash?
Thanks!
I9295 BTW
Click to expand...
Click to collapse
You have to root your phone first.
I used Chainfire's cf auto root.
There is a pretty good guide here: http://androidxda.com/root-samsung-galaxy-s4-active-gt-i9295
And then install a custom recovery
http://forum.xda-developers.com/showthread.php?t=2387980
Now you are ready to install custom ROM
Sent from my GT-I9295 using Tapatalk
I found a little "bug"
After OTA update (052514) when pressing the Vanir update tile in quick settings, it flips the screen to show notifications.
Before updating it took me to the update screen.
It's no big deal, just thought I'd report it
Sent from my GT-I9295 using Tapatalk
When i try to change preferred network type to gsm only
I get this bug
"Unfortunately, the process
Com.android.phone
Has stopped"
Any help ???
Please
أرسلت بواسطة iPad بإستخدام Tapatalk
noofo said:
When i try to change preferred network type to gsm only
I get this bug
"Unfortunately, the process
Com.android.phone
Has stopped"
Any help ???
Please
أرسلت بواسطة iPad بإستخدام Tapatalk
Click to expand...
Click to collapse
Same thing here. I never use it, so I didn't notice before.
EDIT: When trying to enable android debugging, i get Unfortunately, Settings has stopped.
When i go back in Developer options, debugging is enabled but doesn't work.
Sent from my GT-I9295 using Tapatalk
It takes 38 Seconds to power on my device , isn't that too long for simple rom ???
أرسلت بواسطة iPad بإستخدام Tapatalk
People with the gsm selection bug ... This bug is because the rom source doesn't allow for changing such things so we had to fix a lot of conflicts ... Just go up with selections s little bit and choose other modes until it shows gsm , the modes mashed up ....USB debugging issue is there because maybe u haven't done a data wipe , if not please do one a give me results ... MY DEVICE IS UNDER MAINTENANCE ... Thank you people for using ROMs .

[Q] driver model for ara

Hi,
I am a driver developer for linux kernel. I have been following ara's architecture and driver model, and it is interesting that they have chosen to introduce a user level driver model for modules. I understand that this is for module classes which are non-mainstream ( camera / audio etc), and also for unsupported features.
But WHY USER MODE DRIVERS? and why not kernel mode drivers?
Can anyone throw some light on this aspect?
What exactly is that topic?
Does that mean that the user can install the drivers?
Gesendet von meinem C6503 mit Tapatalk
driver model for ara
keenofhiphop said:
What exactly is that topic?
Does that mean that the user can install the drivers?
Gesendet von meinem C6503 mit Tapatalk
Click to expand...
Click to collapse
Yes,
From the concept, it looks like the user can install drivers on the fly, presumably the ones supplied by the module maker. My question was why user mode drivers and why NOT kernel mode drivers...
I had hoped for a little explanation of the term User/Kernel Mode drivers....
I think if kernel mode refers to the drivers in the kernel structure, that you would have to compile the kernel everytime you put in a new module. That would not allow hot swapping, only if you let all drivers inside the kernel structure and besides that I doubt that'd be working, it created a great mess.
Just the thoughts of someone who is not really into kernel development or development of anything...
Gesendet von meinem Xperia ZL mit Tapatalk

[Q] S4 running S5 rom

I'm running an S5 rom on my S4 but when I go into car mode everything works except making a call at which point it shuts car mode down. Any help would be greatly appreciated
Which ROM you are using?
I'm sure the Developer of the ROM u use know how to fix this Problem.
Ask him why Car mode crashes
Robgee78 said:
I'm running an S5 rom on my S4 but when I go into car mode everything works except making a call at which point it shuts car mode down. Any help would be greatly appreciated
Click to expand...
Click to collapse
I would recommend phoenix rom, it probably means the car mode is incomplete, or theres a problem with it.
Hi there,
I'm running an S5 Rom (Imperium V10) and cannot find a way to have Live Wallpaper working. Error message says App isn't installed.
I'm using S5 touchwiz and S5 Wallpaper and there is no choice in Aroma installer regarding Live wallpaper.
Can someone help me, please?
I'm trying to download phoenix rom but it only downloads around 450mb of the 2gb
Mr.Billy said:
Hi there,
I'm running an S5 Rom (Imperium V10) and cannot find a way to have Live Wallpaper working. Error message says App isn't installed.
I'm using S5 touchwiz and S5 Wallpaper and there is no choice in Aroma installer regarding Live wallpaper.
Can someone help me, please?
Click to expand...
Click to collapse
You have to install Bloatware as well, there you can chose Livewallpaper. Maybe it works then.
Gesendet von meinem GT-I9505 mit Tapatalk
DarkerTimes said:
You have to install Bloatware as well, there you can chose Livewallpaper. Maybe it works then.
Gesendet von meinem GT-I9505 mit Tapatalk
Click to expand...
Click to collapse
Done, it works.
Thanks a lot
Another question, I got problem with gravity box, doe any of you experience the same?
LancerEvoDrifter said:
I would recommend phoenix rom, it probably means the car mode is incomplete, or theres a problem with it.
Click to expand...
Click to collapse
I'm trying to download phoenix rom but it only downloads around 450mb of the 2gb
DarkerTimes said:
You have to install Bloatware as well, there you can chose Livewallpaper. Maybe it works then.
Gesendet von meinem GT-I9505 mit Tapatalk
Click to expand...
Click to collapse
Hi there Im trying to download phoenix rom v9 for my i9505 but on the mirror options it only let's me download around 450gb of the 2gb file any help would be greatly appreciated
Mr.Billy said:
Done, it works.
Thanks a lot
Another question, I got problem with gravity box, doe any of you experience the same?
Click to expand...
Click to collapse
What kind of problem?
Gesendet von meinem GT-I9505 mit Tapatalk
DarkerTimes said:
What kind of problem?
Gesendet von meinem GT-I9505 mit Tapatalk
Click to expand...
Click to collapse
I haven't been able to install latest Gravity box module, so i downloaded an older version and then updated it to.
If I try to update Wanam Exposed systemui goes in force close.
Mr.Billy said:
I haven't been able to install latest Gravity box module, so i downloaded an older version and then updated it to.
If I try to update Wanam Exposed systemui goes in force close.
Click to expand...
Click to collapse
gravitybox is mainly used in vanilla android roms, like AOSP, they advised for you not to use it on touchwiz in any case.
---------- Post added at 11:08 PM ---------- Previous post was at 11:07 PM ----------
Robgee78 said:
I'm trying to download phoenix rom but it only downloads around 450mb of the 2gb
Click to expand...
Click to collapse
have you tried another mirror? it might just be the site.
LancerEvoDrifter said:
gravitybox is mainly used in vanilla android roms, like AOSP, they advised for you not to use it on touchwiz in any case.
Click to expand...
Click to collapse
I used to have gravityBox module on other Touchwiz Rom in the last year without any problem.
What about Wanam Exposed on ported S5 touchwiz? Are there any known issue?
Mr.Billy said:
I used to have gravityBox module on other Touchwiz Rom in the last year without any problem.
What about Wanam Exposed on ported S5 touchwiz? Are there any known issue?
Click to expand...
Click to collapse
I don't use gravitybox but Wanam exposed and I don't have any problems with that. (Imperium Rom, S5 Features )
And I know that some Imperium rom users also use gravitybox without issues.
You can visit the Imperium thread and ask there if you want.
Gesendet von meinem GT-I9505 mit Tapatalk
DarkerTimes said:
I don't use gravitybox but Wanam exposed and I don't have any problems with that. (Imperium Rom, S5 Features )
And I know that some Imperium rom users also use gravitybox without issues.
You can visit the Imperium thread and ask there if you want.
Gesendet von meinem GT-I9505 mit Tapatalk
Click to expand...
Click to collapse
Have you tried to enable heads up notification on WanaM? Which version do you use?
Mr.Billy said:
Have you tried to enable heads up notification on WanaM? Which version do you use?
Click to expand...
Click to collapse
Heads up notification works fine to me and
I'm using version 2.9.9
Sent from my Galaxy S4 using Tapatalk
HOw to update 3Minit Battery Settings to V2.1?
I'm not able to download any other batteries...
Hey Mr billy in xposed framework u can use Xblast tools its amazing and its same as like gravity box n wanam Xposed, im using xblast since last 6 mnts, and its work amazing.. Plzz get bak if it will help.. Thank ?
Sent from my GT-I9500 using XDA Premium 4 mobile app

[Q] Note3 lollipop multi DPI

I couldn't find any answer on google, so i try my luck here.
Is there any ROM with multi DPI on lollipop for the snapdragon international device available?
Im using x-note right now and I don't think that the developer will continue the work on our device so im searching for a replacement.
muamers said:
I couldn't find any answer on google, so i try my luck here.
Is there any ROM with multi DPI on lollipop for the snapdragon international device available?
Im using x-note right now and I don't think that the developer will continue the work on our device so im searching for a replacement.
Click to expand...
Click to collapse
sadly no but maybe @g00h will make one ...........hope soon
rayman95 said:
sadly no but maybe @g00h will make one ...........hope soon
Click to expand...
Click to collapse
what is his ROM ? so i can subscribe
edit: found it ... thank you.
its a bit difficult to implement all the futures since rovo didn't optimised xposed for TW based ROMs
muamers said:
what is his ROM ? so i can subscribe
edit: found it ... thank you.
Click to expand...
Click to collapse
actually it's not multi dpi but g00h plan to make it....
Yes i hope soon want lp on 321 dpi ???
Gesendet von meinem SM-N9005 mit Tapatalk
When i want to install stock lp rom and want to use 321dpi is it enough to use nova launcher, use another dialer from play store and use the multidpi note3 camera from xda? Or are there other apps that don't work?
Gesendet von meinem SM-N9005 mit Tapatalk
---------- Post added at 02:43 PM ---------- Previous post was at 02:42 PM ----------
At moment i am on aosp dirty unicorn but battery is terrible... All aosp and cm12 roms have terrible battery for me...
Gesendet von meinem SM-N9005 mit Tapatalk
I use Nova to reset the number of icons in Apps and screens but I use textdroider_dpi from playstore to change my DPI - works perfectly.
Journyman16 said:
I use Nova to reset the number of icons in Apps and screens but I use textdroider_dpi from playstore to change my DPI - works perfectly.
Click to expand...
Click to collapse
Sorry, i was thinking off a TW ROM And there is no option right now to make it work properly.
muamers said:
Sorry, i was thinking off a TW ROM And there is no option right now to make it work properly.
Click to expand...
Click to collapse
Are you sure textdroider_dpi will not work? It's free so perhaps try it out... after a backup of course.
Textdroider_dpi works great under aryamod... Run the system on 321dpi without any issue...
Gesendet von meinem SM-N9005 mit Tapatalk
seavers11 said:
Textdroider_dpi works great under aryamod... Run the system on 321dpi without any issue...
Gesendet von meinem SM-N9005 mit Tapatalk
Click to expand...
Click to collapse
Journyman16 said:
Are you sure textdroider_dpi will not work? It's free so perhaps try it out... after a backup of course.
Click to expand...
Click to collapse
Thanks guys, ill definitely give it a try ... i thought its just for other launchers.
What about other apps? Dos it change theyr DPIs too, or just of the homescreen ?
muamers said:
Thanks guys, ill definitely give it a try ... i thought its just for other launchers.
What about other apps? Dos it change theyr DPIs too, or just of the homescreen ?
Click to expand...
Click to collapse
Textdroider was the 1st one I tried, it worked so I haven't tried any others. Apps also get changed for some screens - e.g. Titanium the buttons at 360 fit across the top nicely - native mode the <Invert Selection> one is dropped down a line. In Sudoku, the initial menus are affected but the board comes up as normal...
Dears,
Kindly need your confirmation, is AryaMod Rom + Textdroider App = Lollipop Multi DPI Rom?!
without any problems!!
So, what about the dialer .. is it working properly?!
Waiting your feedback, to start downloading AryaMod latest version. . My ADSL is very slow
No when you just change dpi your dialer, camera and gallery won't fit the screen... We must wait that some dev will do a real multidpi rom... Till this i will be at the greatest KK rom... MultiX ???
Gesendet von meinem SM-N9005 mit Tapatalk
is there anything in plans for Multi DPI on TW jet?

Samsung Text-to-Speech engine for Cyanogenmod

Hi Guys and Girls,
Does anyone know how to set it up?
I tried installing the files from S5 TW, but it doesn't work. It force closes.
I want to use it, because it has imo one of the greatest voices.
Thanks in advance for any help!
Id say that would need touchwiz framework to work which is never gona happen on cm.
Sadly expected this kind of answer haha.
Thanks anyway!
Gesendet von meinem SM-G900F mit Tapatalk
Yes, samsung tts is really the greates tts engine with hd voices. I also tried to get them working on cm13. Same problem like you. i can install but it crashes when trying to select the options.

Categories

Resources