Hi guys I got a question.
My galaxy Note runs ICS with the Team Rocket 1.5v rom.
My question is, can I enable the tablet UI on this rom and how do I do that.
I have seen that it has been done on other roms and I was curious if it was posible with this rom
Thank you and byebye
I don't know about RR1.5, but here is how it's done on AOSP ICS:
- go to Market and download Rom Toolbox (it's free)
- after you start RTB, go to Performance/build.prop tweaks
- you'll see a slider for LCD density there
- set your LCD density at 213 or lower to get tablet mode activated
- press 'yes' when RTB asks you to reboot your phone
That's it.
Well I tried it onTRR 1.5. The status bar at the bottom dnt show up. Dial gets messed up. U cant recieve calls and some more issues i dnt remember so if u want tab mode. Flash AOSP first
Galaxy note
Thanks guys. I will see what I can do.
thanks for this tip. works perfect
but the text and icons are quite small. is there a possibility to increase the text-/icon-size?
especially the text-size
You can modify font size in Settings/Display/Font size.
Ok I tried this, and setup 213. Didn't work atall, and now I have a problem to return my phone to standard 320! Rom toolbox lets me setup 280 at highest.. anyway to get 320 back..?
Sent from my GT-I9220 using Tapatalk
You need to run an AOSP ROM to enable the tablet UI. It won't work on TW ROM's. To get back to 320 DPI, go to /system/build.prop and change it manually there and reboot.
Chagrim said:
Ok I tried this, and setup 213. Didn't work atall, and now I have a problem to return my phone to standard 320! Rom toolbox lets me setup 280 at highest.. anyway to get 320 back..?
Sent from my GT-I9220 using Tapatalk
Click to expand...
Click to collapse
Use Root Explorer, edit /system/build.prop and change the RO.LCD.DENSITY line to a value of 320, save, reboot.
Thanks mates! Im just too curious to try everything
Something akin to what I did to CM7.1, FWIW. This time, no more 2.6.35 kernel. Again, I take no credit for this. My way of saying thanks to this community, as I might bid g'byze soon. Doesn't hurt to hit the thanks button though if this helps .
How's this different from stock CM7?
deodexed & zip-aligned
TGF's data2ext integrated - ext2 version (issue "data2ext --enable" on terminal - previously formatted ext2 partition on sd required)
tweaks for deodexed rom and sd read-ahead (3072 by default - adjust if sd < cl4)
flying-in menu animations
centered clock
support for transparent bar
removed rom manager
LCD Density by default is 135. Note that this will cause problems with the Play Store for some apps that it will report as "incompatible" (which may have been previously working on the default 160). I use LCD Density Modder for this. Otherwise, edit build.prop.
get it here
Usual liability disclaimer applies. Feedback is/are most welcome!
CREDITS
cyanogen/cm team
alex
TGF/BlaY0
Serris (animations)
the whole Legend community, where I first learned most of whatever little Android stuff I know
you're a star, nice one.
What do you use for deodexing. I want to make my own customized version (just deodexed and some apps removed).
ahaider7 said:
What do you use for deodexing. I want to make my own customized version (just deodexed and some apps removed).
Click to expand...
Click to collapse
take this tool, i used to my rom.
Using CM 7.2, I can't get my phone to vibrate on sms notifications. Neither in the default messaging app, not in go sms pro. I have checked all the settings, the vibration is set to ON. Anyone else facing this issue?
does the vibrate function work for all other functions, i.e., haptic feedback? what about in other roms, especially stock htc? if vibrate still doesn't work on all these, your legend's vibrate motor may be borked. wifey's using my previous legend now on this rom & there's no similar problem
This was a mod of stock XXCLK7 ROM that enable Tablet UI in Jelly Bean.
I've made some changes in stock TabletUI graphics because of not optimal display in TAB2 7.
Here are list of features:
- ability to display quick button only in landscape mode (added option in settings to hide the button in portrait)
- adjusted miniapps icon in portrait mode
- modified Notification panel in landscape mode (no more off-screen and wider)
- moved settings from item of notification-panel menu's to title of navigation-panel (wast of space)
- smaller width of navigation-bar button's in portrait mode
- i don't remember
ScreenShot:
[
Download ClockworkMod flashable zip:
ODEX XXCLK7
http://ul.to/3shinb08 Odex - TabletUI ver 1.0beta
http://ul.to/b50dvnju Odex - Restore to Stock Phablet UI
DEODEX XXCLK7
Code:
Deodex build was not tested by me but seems to work. Before install [U]make a cwm backup[/U]!!!
Test TabletUI Deodex - Mirror Link
Test Restore PhabletUI Deodex - - Mirror Link
Credits:
0jmaster0 - for the idea and first deodex patch
barrmulio - for the Nexus 7 initial patch
The deodex mod wont download for me .
Sent from my GT-P3110 using Tapatalk 2
Could you please elaborate what and how did you that? I'd like to make this for P3100 XXCLL2 also
Cheers!
Good mod :good: By the way works with my vodafone firmware too.
Two questions:
1) How did you changed width of landscape notification bar? It is too wide for me I guess, that it is not in dex, what xml files did you edit?
2) Is there any way to disable moves of status bar icons? I mean, that miniapplications button in no more in center. It takes place of screenshot button, if it is - moves to position of the menu button.
Can you make mod with changes only in notification bar(but with stock width for landscape)? Thank you again
Strange it works for me!
dogredwing1 said:
The deodex mod wont download for me .
Sent from my GT-P3110 using Tapatalk 2
Click to expand...
Click to collapse
I made a lot of changes that i don't rember but if you want i can give you the sources.
_TB_TB_ said:
Could you please elaborate what and how did you that? I'd like to make this for P3100 XXCLL2 also
Cheers!
Click to expand...
Click to collapse
0jmaster0 said:
Good mod :good: By the way works with my vodafone firmware too.
Two questions:
1) How did you changed width of landscape notification bar? It is too wide for me I guess, that it is not in dex, what xml files did you edit?
2) Is there any way to disable moves of status bar icons? I mean, that miniapplications button in no more in center. It takes place of screenshot button, if it is - moves to position of the menu button.
Click to expand...
Click to collapse
1) I added in dimens.xml on values-sw720dp-port the item "notification_panel_width" for portrait, the landscape is readed from values-sw720dp. If you change this values you can build an personalized version. Finally i have changed TabletStatusBar.smali to force update size when the configuration change.
2) The miniapps button was placed by samsung statically in the center of the bar, so it can overlap on a icon (if there is an icon in the center). So i placed next to the last button. With the modified width of button the problem can be resolved bu i've not tried. You can try to reposition on center, simply change position and proprierties of Imageview id "traybar_handler" in "tw_system_bar.xml" such as in original SystemUI (At least you can add some margin to accomplish the best result)
Happy New Year!
I want to ask one more thing - how did you move settings button to title of notification panel? I'm trying to compare files of mod and original and can't find anything. And, as additional problems, systemui.apk from your firmware and from my vodafone are almost completely different. Maybe it gives some problems with displaying and crushing it in my firmware...
0jmaster0 said:
Happy New Year!
I want to ask one more thing - how did you move settings button to title of notification panel? I'm trying to compare files of mod and original and can't find anything. And, as additional problems, systemui.apk from your firmware and from my vodafone are almost completely different. Maybe it gives some problems with displaying and crushing it in my firmware...
Click to expand...
Click to collapse
Happy new Year!!!
I simple hided the settings item (@id/settings) from tw_system_bar_notification_panel.xml and then added an ImageView with the same ID in tw_system_bar_notification_panel_title.xml.
If you want to look at original XXCLK7 SystemUI you can download from here.
Hi, I tried the deodex versions on my kwbr expresso rom.
TabletUI cant be flashed, cwm says bad zip. Downloaded both from main dl link & mirror. Both has zip error.
Was able to flash Restore phabletUI, messed up my Apex screen, lost the uper and lower margins. Crashed but came back. Reverting to the older version for kwbr rom. Thanks anyway.
Sent from my GT-P3110 using XDA Premium HD app
MonJovi said:
Hi, I tried the deodex versions on my kwbr expresso rom.
TabletUI cant be flashed, cwm says bad zip. Downloaded both from main dl link & mirror. Both has zip error.
Was able to flash Restore phabletUI, messed up my Apex screen, lost the uper and lower margins. Crashed but came back. Reverting to the older version for kwbr rom. Thanks anyway.
Sent from my GT-P3110 using XDA Premium HD app
Click to expand...
Click to collapse
What's the version of firmware used in your kwbr rom?
This keep making touchwiz crash after flasing.
Sent from my SCH-I535 using Tapatalk 2
epgen said:
What's the version of firmware used in your kwbr rom?
Click to expand...
Click to collapse
kwbr expresso 3.0
dogredwing1 said:
This keep making touchwiz crash after flasing.
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
It's a common problem you can fix it, see here: http://forum.xda-developers.com/showpost.php?p=35402926&postcount=32
I first flashed the latest Tablet UI from this thread:
http://forum.xda-developers.com/showthread.php?t=2032941
Got stuck at boot logo. Tried installing Phablet restore, still stuck. Then tried Tablet UI in this new mod thread, still stuck at Samsung boot logo. Running stock CLK7, no modifications other than root. Any ideas? I'd like to fix this without a full wipe if possible.
ivorycruncher said:
I first flashed the latest Tablet UI from this thread:
http://forum.xda-developers.com/showthread.php?t=2032941
Got stuck at boot logo. Tried installing Phablet restore, still stuck. Then tried Tablet UI in this new mod thread, still stuck at Samsung boot logo. Running stock CLK7, no modifications other than root. Any ideas? I'd like to fix this without a full wipe if possible.
Click to expand...
Click to collapse
You can reflash clk7 stock firmware to restore it without full wipe, but what is the first mod that you have installed?
Will this work on P3113 XXCLK7 ?
Answer my own Q - it won't
epgen said:
You can reflash clk7 stock firmware to restore it without full wipe, but what is the first mod that you have installed?
Click to expand...
Click to collapse
I tried looking for a stock CLK7 firmware image, couldn't find one though. I've taken a nandroid of the broken state (kicking myself for not doing so before flashing mods) and gone to AOKP for now. Actually quite a nice rom, but no IR support is a bummer, since it's one reason I chose this over the Nexus 7. Wondering if this broke because I wasn't de-odexed first, but I thought this mod was specifically built to apply to the stock rom. I have a P3113, fyi.
The first mod I flashed, as I mentioned, was the most recent version of your tablet UI fix from the old thread here. That is, unless you count the method I used to root, which I got from here.
I'm wondering if I'd have to go back to the original ICS image, re-upgrade to CLK7 through Kies, and then restore just the data partition from the nandroid backup. Assuming that only files under the system partition were changed by this mod, I would think that would work, but I'm clearly no expert on this.
Sorry - New at This
Hello,
I apologize that I am new at this and this is probably a dumb question. I've never rooted or flashed any of my Android devices, but with the new interface they pushed to 7' tablets with Jelly Bean, they have forced me to learn. I hate it.
I really have tried to look, but haven't found what I am looking for so I am hoping someone could point me in the right direction. Is there a step by step guide on how to do this somewhere? I'm a computer tech, so I am sure with a basic guide I could figure it out. I just don't know enough about the process and I am afraid of messing my tablet up if I just wing it...
Thanks,
epgen, hello again Trying to make such mod for russian 4.1.2 firmware, already succsseded in odexing(script not worked too, odexed through manual commands in adb-shell in CWM) and modifying files, but I have one question: clock with upper part of notification panel in landscape easily goes off-screen even when 2-3 notifications available. Have you fixed it? If so - can you say how? Thank you
Hi
I would like to stick to the rom and dpi im running but could do with a app which i can change separate dpi of certain apps (keyboard mainly)
Just wondered if anyone knew of an app which can do this?
Rom - Viper 2.7.0 with Nova
Kernel - Bulletproof
Tia.
Just install Xposed Framework, and search for a module named App Settings.
With that, you can easily define a specific DPI for each apps, even system apps (like Paranoid Roms)
Enjoy
Ok thanks, ive installed and it dosnt seem to be taking to setting?
Ive changed dpi for the keyboard to 420 and its making no diff?
What am i doing wrong?
Scratch that, think its working now
Thanks for your help.
I have s5301 that I have rooted and installed exposed on .. Now when I try to use xblast tools module on xposed the screen of the app is big and not showing the bottom options .. So what can I do for this ??
Is there a way to increase screen resolution or resolution of app itself ? Or maybe just mirror the screen to a PC and extend it some how ??
Android version 4.0.4
Stock ROM
And BTW .. Is there any custom ROM that is still working or just stable ??
Just as info for anybody:
For the screen size problem, you can try changing the screen DPI on /system/build.prop (that will make things bigger or smaller).
for the Custom ROM question, I've just posted one (not fully stable though)