hi
I have the galaxy tab 7 7 [p6800] with ICS.
I am looking for app to can change the DPI with in ICS 4.0.4?
any recommendations?
carlo67 said:
hi
I have the galaxy tab 7 7 [p6800] with ICS.
I am looking for app to can change the DPI with in ICS 4.0.4?
any recommendations?
Click to expand...
Click to collapse
Please advise why we need to do that , do u have problems with launcher ?
amroman said:
Please advise why we need to do that , do u have problems with launcher ?
Click to expand...
Click to collapse
because the text of apps is toooo small
go to settings-display-font size and change the font size.
Sent from my GT-P6800 using xda premium
I did that but it done no difference to ADWLauncher EX
If youre rooted there should be no problem. Just download dpi changer from the market. I changed my device to use the Nexus 7 dpi settings which a lot of tablet apps are being optimized for since the Nexus 7 was released. Its called TVDPI or 213 DPI. Everything is a lot better, especially font size, much easier to read.
Sent from my GT-P6800 using Tapatalk 2
nexo85 said:
If youre rooted there should be no problem. Just download dpi changer from the market. I changed my device to use the Nexus 7 dpi settings which a lot of tablet apps are being optimized for since the Nexus 7 was released. Its called TVDPI or 213 DPI. Everything is a lot better, especially font size, much easier to read.
Sent from my GT-P6800 using Tapatalk 2
Click to expand...
Click to collapse
Did you do this on stock ICS on the 7.7 because I can't get that program to run. I am rooted.
nexo85 said:
If youre rooted there should be no problem. Just download dpi changer from the market. I changed my device to use the Nexus 7 dpi settings which a lot of tablet apps are being optimized for since the Nexus 7 was released. Its called TVDPI or 213 DPI. Everything is a lot better, especially font size, much easier to read.
Sent from my GT-P6800 using Tapatalk 2
Click to expand...
Click to collapse
YOU ARE AWESOME!!
This has made the 7.7 sooooo much better
For some reason, when I input a custom 213 into DPI Changer on my P6810 I get stuck at the boot screen once I reboot.
Have to re-flash the ROM to get out of it =(
I can't get it to run. When I try to run dpi changer it just says 'unable to read configuration file'. I am rooted This is on stock ICS
I Chance my dpi with romtoolbox pro. It is working with ICS. But then I've got fc's with Taskmanager, contacts and telefon apk.
Mobil mit dem Tab 7.7
I needed to install busybox to run it but then it froze the machine! Needed to reflash rom.
On my i815, 213 DPI works with CM9 using the "DPI Changer Utility" app but trebuchet launcher doesn't display properly. Nova launcher scales perfectly.
I'm using this setup to see if I like the "big phone" feel that the nexus 7 has. I definitely like that the soft keys are bigger, I usually would hit the wrong key cause they're so small. Landscape mode looks a bit awkward tho.
Does anyone know if its possible to the enable notification shade instead of the lower right tablet notifications in ics?
Sent from my SCH-I815 using xda premium
kezown83 said:
YOU ARE AWESOME!!
This has made the 7.7 sooooo much better
Click to expand...
Click to collapse
Does it really work for you? In other threads people reported that they 7.7 would hang up on boot after attempting to alter DPI.
九千. said:
Does it really work for you? In other threads people reported that they 7.7 would hang up on boot after attempting to alter DPI.
Click to expand...
Click to collapse
Working fine for me:
{
"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"
}
Sent from my SCH-I815 using xda premium
九千. said:
Does it really work for you? In other threads people reported that they 7.7 would hang up on boot after attempting to alter DPI.
Click to expand...
Click to collapse
1. root your device
2. install busybox
3. edit build.prop using notepad++ on your pc.
4. btw... there is 2 same line setting for the dpi in the build.prop... delete either one and change the other one to
ro.sf.lcd_density=213
push it back to \system\
attach my build.prop with the dpi change to 213
The one i attach only for use with stock "GT-P6800" deodexed firmware... i believed other custom firmware got their own add up on their build.prop so you guys need to change the DPI yourself
Would someone be kind enough to create a CWM flashable zip containing the stock build.prop for the P6810 on ICS?
I have the build.prop but have no idea how to create a CWM zip. I tried piggy backing of some other people's efforts but i keep getting 'unable to open (bad)' errors.
found that changing dpi breaks the dialer, calendar etc. though the larger font etc is really desireable.
Sent from my GT-P6800 using xda premium
thomkat said:
I Chance my dpi with romtoolbox pro. It is working with ICS. But then I've got fc's with Taskmanager, contacts and telefon apk.
Mobil mit dem Tab 7.7
Click to expand...
Click to collapse
Same to me, See my Post. Any solutions?
Mobil mit dem Tab 7.7
Hi guys,
I'll contribute my knowledge here regarding changing DPI on The Tab 7.7 running ICS 4.0.4:
1. "DPI changer" app *will* make your tab get stuck in boot mode. And there is a very stupid reason for that: the build.prop file needs to have exactly the permissions for reading, something like 644 IIRC. The app will change those permissions to 777, and this makes the tab get stuck at boot! If you have CWM recovery you can set back the permissions to that file, no need to reflash an entire ROM because of this!!! Worst case, just go to download mode, install a CWM recovery and alter the file permissions through an ADB shell when connected to the PC in recovery mode...
2. Setting a DPI other than the default one will definitely force close many preloaded Samsung apps. My experience: I didn't even have the keyboard anymore, got force closes every 5 seconds about "Samsung keypad stopped working" without even doing anything... So their keyboard apk doesn't play nice with a DPI of 180, let's say. I tracked the problem down by analysing the android logs: it forced closed because it couldn't find resources for the required screen density... very stupid also. Probably true for other apps as well.
3. Changing the font size from settings is only a partial solution. The icons in the launcher are drawn separately, so the text size is still small. Also this doesn't affect the images or icons, they will still be very small since the only changed setting is the font size, not the virtual screen density...
Related
First thing before we start, YOU MUST HAVE A DEODEXED SYSTEM. If you don't know what that means, stop here.
Ok, now we can continue.
This is a quick howto and a mod on how to use Gingerbread Soft Keyboard on Atrix.
1. Download http://nma.usk.bz/atrix.php (Link fixed)
2. Decompress copy them to your phone sdcard:
Code:
adb push GBKeyboard /mnt/sdcard/GBKeyboard
3. Now open a shell on your phone:
Code:
adb shell
4. Become root:
Code:
$ su
5. Backup the original files in case something goes wrong:
Code:
# mkdir /mnt/sdcard/kb_backup
# cp /system/app/LatinIME.apk /mnt/sdcard/kb_backup
# cp /system/lib/libjni_latinime.so /mnt/sdcard/kb_backup
6. Now mount your /system as read-write:
Code:
# mount -o rw,remount /dev/block/mmcblk0p12 /system
7. Now copy the Gingerbreak keyboard files to your system, overwriting the current ones:
Code:
# cp /mnt/sdcard/GBKeyboard/LatinIME.apk /system/app/LatinIME.apk
# cp /mnt/sdcard/GBKeyboard/libjni_latinime.so /system/lib/libjni_latinime.so
Done, you now have a Gingerbread keyboard on your Atrix. This is the stock Gingerbread keyboard right from a Nexus S ROM. It's not a themed keyboard.
There is one known issue, vibrate on key_press is not working. But that's pretty much the only issue that I found. Everything else works. Everything should be working! Let me know of any issues!
And remember: Backup your /system! If you brick your phone, don't blame me!
One last thing, to answer the questions about why you should use this one instead of the market one or other APKs. This is the stock GB keyboard tweaked for the Atrix screen resolutions. You can see the difference on the screenshots below:
On the left the Stock GB Keyboard tweaked(this one I posted) and on the right the Market/other apks:
{
"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"
}
And on landscape more: (you can see on the picture below that the market one also doesnt leave much space for the input form)
Changelog :
4/15/2011
Fixed some broken links.
v2 :
- Fixed some minor cosmetic bugs! Should look a little better overall.
- HapticFeedback is working!
- Based on the Gingerbread keyboard from stock 2.3.2
how is this different from that gingerbread keyboard on the marketplace?
The gingerbread keyboard in the market also works on the atrix. Does this mod have the small keys due to resolution or has it been tweaked for the atrix?
does this compare to Better Keyboard Gingerbread theme?
I just downloaded the one off the market and it seems to be the exact one I had on my captivate
Sent from my MB860 using XDA App
sstalder said:
The gingerbread keyboard in the market also works on the atrix. Does this mod have the small keys due to resolution or has it been tweaked for the atrix?
Click to expand...
Click to collapse
This resolution problem on this one is fixed. Doesnt look tiny.
Banditlol said:
how is this different from that gingerbread keyboard on the marketplace?
Click to expand...
Click to collapse
tha5150 said:
does this compare to Better Keyboard Gingerbread theme?
Click to expand...
Click to collapse
This is the stock gingerbreak keyboard, taken direct from a NexusS and twaked for the Atrix. It has the exact same look and feel and functionalities as the Stock one, including the auto-complete bar above the keyboard.
I have the gingerbread keyboard on mine and it was a simply apk installation .....
Sent from my Nexus S using Tapatalk
ajftl said:
I have the gingerbread keyboard on mine and it was a simply apk installation .....
Sent from my Nexus S using Tapatalk
Click to expand...
Click to collapse
Which APK did you use? When I tried to just install the stock APK from Gingerbread, I got Force Close problems, because of the lib that was incomplatible. And then even when I updated the lib, the keyboard was too small, because of the different resolution of the Atrix. So I still had to tweak the apk.
uskr said:
Which APK did you use? When I tried to just install the stock APK from Gingerbread, I got Force Close problems, because of the lib that was incomplatible. And then even when I updated the lib, the keyboard was too small, because of the different resolution of the Atrix. So I still had to tweak the apk.
Click to expand...
Click to collapse
I would post it up when I get home ...its on my PC ...
I don't get Fc. I get the small keyboard but by choosing the stock one then back to gingerbread fix the problem. Lol. Shootme wont work here and im rooted. Wtf!
Sent from my Nexus S using Tapatalk
ajftl said:
I would post it up when I get home ...its on my PC ...
I don't get Fc. I get the small keyboard but by choosing the stock one then back to gingerbread fix the problem. Lol. Shootme wont work here and im rooted. Wtf!
Sent from my Nexus S using Tapatalk
Click to expand...
Click to collapse
Would you mind to share the apk that you are using? We could be talking about different apks.
uskr said:
Would you mind to share the apk that you are using? We could be talking about different apks.
Click to expand...
Click to collapse
sure... like i said first time u choose the keyboard it displays small letters go back to imput method and select stock keyboard then select gingerbread again.. u have to do that once only .. not like u have to do that procedure often unless u go back to stock keyboard then u want gingerbread again
I don't mind the Gingerbread keyboard that I posted a link to 4 days ago, but the one from the market works awesome, especially because of the skins and the other features you just don't get from the APK - stick with the market one and pay the small fee to get even more skins if you like, I love it!
ajftl said:
sure... like i said first time u choose the keyboard it displays small letters go back to imput method and select stock keyboard then select gingerbread again.. u have to do that once only .. not like u have to do that procedure often unless u go back to stock keyboard then u want gingerbread again
Click to expand...
Click to collapse
Dude I will have to save this APk the one from market doesn't vibrate this thread one does not. But this simple apk does. How ironic. Thanks.
Sent from my MB860 using XDA App
ankitb4u said:
Dude I will have to save this APk the one from market doesn't vibrate this thread one does not. But this simple apk does. How ironic. Thanks.
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
The other keyboard will vibrate. You just have to go into the advance settings and change vibration intensity from the phone setting to your own setting.
ankitb4u said:
Dude I will have to save this APk the one from market doesn't vibrate this thread one does not. But this simple apk does. How ironic. Thanks.
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
Yeah, where were you looking? The Market one has levels of intensity - the APK just has a checkbox. Which one of those has more control?
GarciaM25 said:
Yeah, where were you looking? The Market one has levels of intensity - the APK just has a checkbox. Which one of those has more control?
Click to expand...
Click to collapse
May be I had the wrong one or I over looked it who knows.
Sent from my MB860 using XDA App
I will post a screenshot later, but the stock gingerbread one adapted for the Atrix screen looks a lot better than the Market Gingerbread keyboard or that other apk posted here.
Also, the stock one I posted is tweaked to give you a little more room while on landscape mode.
I updated the original post with screenshots showing the differences between the stock one tweaked for the Atrix resolution and the market or other apks.
I got the files from your zip copied over but afterwards the only keyboard options I had was swype. Any ideas?
I am running the ADEO ROM from DG.
-----------------------------------------------------------------------------
Sorry, for personal reasons, I don't have much time to update all my mods.
So from now on, I will update mods for stock(AOSP) ROM only.
-----------------------------------------------------------------------------
{
"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"
}
it looks very useless lol but could be useful to app developers who want to test their app ui on tablet..
some of us already know that we can't get tablet ui by lowering lcd density only. that cause system ui fc so we have to edit source code in frameworks/base/services..
guide is here : http://blog.sola-dolphin-1.net/archives/4076628.html
Download :
*DO NOT FLASH ON ODEXED ROM*
for Stock Deodexed IMM76D : http://www.mediafire.com/?ha4sdmha63fppo1
Restore : http://www.mediafire.com/?511vcnvda4o4c70
and Phone.apk fix for Any ROM : http://www.mediafire.com/?h3a8qxathr85naq
(by Depressed_Megi in Atrix forum)
Thanks to sola, karma1501
and Depressed_Megi
*wallpaper in screenshot : another ICS chroma wallpaper
-----------------------------------------------------------------------------
[update log]
Code:
[B]03/31[/B]
- IMM76D
- and this is the last update from me. sorry!
[B]03/26[/B]
- CM9 v4.0 and Pete 03-16-12
[B]03/21[/B]
- AOKP build 28 and flashable Phone.apk fix (by Depressed_Megi)
[B]03/15[/B]
- CM9 nightly 20120314
[B]03/10[/B]
- AOKP milestone 4
[B]03/02[/B]
- AOKP build 27
[B]02/28[/B]
- AOKP build 26
[B]02/24[/B]
- CM9 v3.0+
[B]02/22[/B]
- AOKP build 25
[B]02/21[/B]
- AOKP build 24
[B]02/14[/B]
- AOKP build 23
This is pretty cool
Sent from my Nexus S using Tapatalk
wow , we've had on-screen button , and now this , what's coming next ?
hope the phone function will be available soon... this is my main phone
really want to have tablet UI. reminded me to my dopod s300 which i bought because it can have the wm 6.5 pro UI instead of standard ...
this gets rid of market on aokp rom
op updated
cm9 version is added.
your asian said:
this gets rid of market on aokp rom
Click to expand...
Click to collapse
that is really weird..
I tried reading the guide but it's in a language I don't understand. I want to put this on a T-mobile Vibrant running CM9. I tried pushing the services.jar without the build.prop and the services.jar took and cause no problems, the phone even worked but the UI doesn't change. I changed the density to 160 (same as my Nook) but no go. If I use the NS build.prop I go into a bootloop.
What lines were added or changed in the build.prop to make this work so that I can edit mine? I couldn't find anything except the lcd density.
Thanks in advance for your help.
BTW, here the services.jar from my rom.
bobshute said:
I tried reading the guide but it's in a language I don't understand. I want to put this on a T-mobile Vibrant running CM9. I tried pushing the services.jar without the build.prop and the services.jar took and cause no problems, the phone even worked but the UI doesn't change. I changed the density to 160 (same as my Nook) but no go. If I use the NS build.prop I go into a bootloop.
What lines were added or changed in the build.prop to make this work so that I can edit mine? I couldn't find anything except the lcd density.
Click to expand...
Click to collapse
read this guide : http://blog.sola-dolphin-1.net/archives/4029214.html
(sorry this is in japanese language too.. but still you can see the important parts.)
you have to make "shortSizeDp" to less than 600. so if you want to try this on your vibrant, set lcd density in build.prop lower than 120.
evilisto said:
read this guide : http://blog.sola-dolphin-1.net/archives/4029214.html
(sorry this is in japanese language too.. but still you can see the important parts.)
you have to make "shortSizeDp" to less than 600. so if you want to try this on your vibrant, set lcd density in build.prop lower than 120.
Click to expand...
Click to collapse
Got it to work by pushing the service.jar only and changing lcd density to 120 in vibrant build prop. everything is small, pics below is with font set to huge. Phone dialer fc's. you can make a call but not hangup or answer one (kinda makes phone useless lol). Here's some pics.
Wish I could have it with a larger density.
Sorry. I tried this package on my nexus but it just looks a mess. How do I exactly get the tablet UI on my device. I flashed the package you gave even though you don't really explain what it does and also I can't understand Chinese or Japanese whatever it is. If you understand could you please translate so we can understand what to do. Or maybe write a guide yourself for us. It would be highly appreciated as I would love this on my phone.
Regards
Blackwatch
Sent from my Nexus S using xda premium
op updated
aokp version is updated to milestone 3.
Blackwatch89 said:
Sorry. I tried this package on my nexus but it just looks a mess. How do I exactly get the tablet UI on my device. I flashed the package you gave even though you don't really explain what it does and also I can't understand Chinese or Japanese whatever it is. If you understand could you please translate so we can understand what to do. Or maybe write a guide yourself for us. It would be highly appreciated as I would love this on my phone.
Click to expand...
Click to collapse
frankly speaking, you don't have to read that whole japanese guide. the most important part(for us nexus s users) is karma's comment :
Code:
--- a/services/java/com/android/server/wm/WindowManagerService.java
+++ b/services/java/com/android/server/wm/WindowManagerService.java
@@ -5962,7 +5962,7 @@ public class WindowManagerService extends IWindowManager.S
unrotDw = dw;
unrotDh = dh;
}
- int sw = reduceConfigWidthSize(unrotDw, Surface.ROTATION_0, density, un
+ int sw = reduceConfigWidthSize((int)(unrotDw / density), Surface.ROTATI
sw = reduceConfigWidthSize(sw, Surface.ROTATION_90, density, unrotDh, u
sw = reduceConfigWidthSize(sw, Surface.ROTATION_180, density, unrotDw,
sw = reduceConfigWidthSize(sw, Surface.ROTATION_270, density, unrotDh,
and set lcd.density to 120. that's all.
Really looking forward to the development of this mod. It can be incredibly useful to people like me who have a secondary handset to use as a phone and use their nexus S as a multimedia device (kinda like a pocket tablet).
I wish I had a credit card to donate (m a student), I would really like to contribute towards the development of this project. I will flash this the moment phone and mass storage works. My thanks and polite request to the dev....
Pretty awesome mod, I would use it full-time if calls worked. I guess someone has to re-write some parts of the app for such densities.
This would be awesome if the two kinks get worked out. If this was on a 4.0.1 based build it would work fine. Since moving to 4.0.3 something changed with the phone/contacts app. Any density lower than 190 and you'll get fc. On 4.0.1 it doesn't matter.
Hey, can someone briefly describe the procedure how to get this on Galaxy SII(CM9)?
Hello
resolvido: http://forum.xda-developers.com/showthread.php?p=22235590#post22235590
thanks!!!
can't we use phone and contacts apk from 4.0.1 ?
minori_aoi said:
can't we use phone and contacts apk from 4.0.1 ?
Click to expand...
Click to collapse
think I tried that, still won't work. Sadly.
op updated
cm9 and peter alfonso versions are updated.
what do you mean?
have you got a fully working workspace with tablet ui?
Sent from my Nexus S using XDA App
{
"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"
}
Some of you may have heard of tablet mode and if you have tried it you know well that it smashes your phone. Apps are small, their layout is screwed, things overlap, crash or stop working, Google Play forbids you to download, if you tried AOKP you cant even use launcher and phone. In short, it is a mess.
PARANOIDANDROID changed that. It does not "heal" tablet mode, it obliterates the boundaries. You define how big or small apps are, you define in which UI they display, no matter if your phone runs in tablet or phone mode, which also you can define. Customize every single entity on your phone, lockscreen, navigationbar, system-components, widgets, apps. If you prefer stay with your three bearpaw buttons + drop-down curtain or switch to a combined navigationbar + drop-up notificationcenter, enjoy Youtube in 3D, Gmail and settings in 2-columns, Chrome in its better mobile UI, etc. Nothing overlaps, nothing crashes, everything works as you'd expect. This is completely new ground and has never been realized before, it is lightyears from tablet mode.
We created it to establish the idea that tablet/hybrid mode can indeed work and that is was an error on Googles side to use the same layout for high resolution devices that is used on tiny little things like htc wildfire. We saw how badly build.prop tablet-mode was milked so we decided to remain closedsource until the codebase is mature enough to publish. Our first repos went public last week and the rest will follow soon, i will personally commit the hybrid sourcetree into CM9. Until then, do not ask us for sources, we have good reason to do it like this and when it's out people will know why, they will see something that works, not features for show. We are still fully open to ports. As long as they stay true to our vision and base on CM9.
[ROM][PARANOIDANDROID] [CM9HYBRID] Tablet Ui [29062012]
HOW TO INSTALL
If you are on cm9 rom then you can install directly without wipe so that all your data will be safe but to remain on the safer side i suggest to do a complete wipe before flashing this rom
You need to wipe all things if you are come from any other rom except cm9
Click to expand...
Click to collapse
HOW TO APPLY ANY SIZE THEME FROM THEME CHOOSER(MDPI,HDPI,XHDPI,WVGA AND OTHERS)
Download the theme you want and install it and then go settings\paranoid settings\hybrid settings\list of apps\all and select theme chooser and select a phone ui and lower the dpi from 160 if u want to apply bigger themes than mdpi and put dpi 160 if u want mdpi theme.hurray! now u can apply any theme on this rom.1st rom to feature this.thanks to darkknight for pointing it out.There are still many hidden facts.Maybe u can find one
Click to expand...
Click to collapse
SIZE ISSUE
Some apps in tablet mod are too big to fit our screen like camera so change its ui to phone ui and also try to use some 3rd party lockscreen because the built in lockscreen a little unfit to our device.
you can change dpi of any apps so change it that you find suitable
Click to expand...
Click to collapse
HOW TO
*long press power button and select toggle statusbar to hide\unhide the statusbar.
*overclock or set the default governer to performance to have a better experience.
*check softkeys under paranoid settings to have softkeys on statusbar
*DON'T REDUCE THE DENSITY OF ANY APP LESS THAN 120 OR THE APP WILL FORCE CLOSE
*u can switch the ui from tablet ui to phone ui under paranoid settings\hybrid settings\list of apps\select app and change the ui and density\hit apply.u can change the density and ui of all system and downloaded apps here.
*report some major bugs and do leave some feedback
Click to expand...
Click to collapse
LIST OF APPS SUPPORTING TABLET UI HERE
Click to expand...
Click to collapse
WARNING
do not disable both tablet ui and hybrid mode in paranoid settings or u may get a bootloop.
Click to expand...
Click to collapse
WHAT IS THIS ROM
Click to expand...
Click to collapse
it is a cm9 based rom having all features a cm9 rom can do plus some extra cool features added to it.this rom has some features that is just present in this rom like ability to apply any size theme in theme chooser,having bottom statusbar with real tablet ui,apps with tablet ui,navigation buttons that looks good on our screen and many more
Click to expand...
Click to collapse
HOW TO AGAIN ENABLE TABLET UI AGAIN ONCE YOU LOOSE IT BY DESELECTING TABLET UI AND REBOOTING
open up the any root explorer and go to system and mount system as read and write(r\w) and long press build prop and select open in text editor.now search for "ro.sf.lcd_density=120" and put 85 instead of 120 and save it and then reboot.now u will have your tablet ui back
Click to expand...
Click to collapse
[ROM][PARANOIDANDROID] [CM9HYBRID] Tablet Ui [29062012]
DOWNLOAD BETA 3 NAMED BURNOUT HERE FROM SHARED
OR
MIRROR HERE BY DAXMAX"
get a list of all free theme cooser themes here
CHANGELOG
1.fixed keyboard
2.mic fixed
3.camera fixed. check auto hide option under settings/system/status bar.its important
4.call receiving fixed
5.based on tiny light(upstream seem to have some problems)
6.USB fixed
7.lock screen resized
8.volume in speaker fixed
RECOMMENDED THINGS
1.over clock a little like 320-691 performance governer
2.read 2nd post before u report or try anything
3.flash jellybean transition for better animation.didn't included it in rom itself to maintain the stock experience.
4.go here http://forum.xda-developers.com/showthread.php?t=1745869 and get your self some jellybean goodies
5.instead of using application modded for mdpi,go for hdpi resolution applications.beta 3 is optimized to run them
DOWNLOAD GAPPS FROM PARANOID TEAMhttp://4ndr01d.com/drcmda/common/
Click to expand...
Click to collapse
DOWNLOAD Official CM9/AOKP Themes **34 FREE THEMES** HERE
Click to expand...
Click to collapse
DOWNLOAD TWEAKED SWIFTKEY HERE
Click to expand...
Click to collapse
[ROM][PARANOIDANDROID] [CM9HYBRID] Tablet Ui [29062012]
MY FAV.IT GIVES ME AN EYEGASM.ORIGINAL THREAD HERE.
CONCEPT (v0.14b):
Showcase wallpaper (v0.14b)
Battery Mods:
LOG:
- Theme creating process scheduled for 16.06.
- Finished phone.apk concept
- Finished keyboard concept
- Changed theme name
- Made few battery mods (Thanks to their authors)
- Changed saturation of status bar icons. Now it's more like gold.
- Changed color of turned off services icons so they could be more yellowish
- Finished Status bar/ notifications concept
- Started the project (May 25, 2012)
Click to expand...
Click to collapse
ORIGINAL POST HERE.
DOWNLOAD
http://androtransfer.com/
Select nordpolcamper and then go to Paranoid Darkness
Click to expand...
Click to collapse
INSTALLATION
Just flash via CWM
Click to expand...
Click to collapse
ORIGINAL POST HERE.
[THEME]MNML Statusbar
The port changes the icons of the navigation buttons, the WIFI Signal, Radio Signal and battery.
It has been only tested in ParanoidAndroid 0.9.
Instructions
1. Download the port./ Mirror 2
2. Make a Nandroid of your System.
3. Reboot via Recovery.
4. Clear Caches.
5. Install via Recovery.
6. That's it.
Problems
If you have any problem or want to revert the default appearance of the navigation/status bar, you'll need to install this file via recovery / Mirror 2.
Disclaimer
The port works for me.. but I'm totally newbie at this area, so, don't forget to Nandroid before install, it could mess up your system.
Click to expand...
Click to collapse
[ROM][PARANOIDANDROID] [CM9HYBRID] Tablet Ui [29062012]
ORIGINAL POST HERE.GO AND DOWNLOAD THEME AND WALLPAPER THERE.
/!\No copyrights/!\
Here Some Wallpapers Made by me.
Example:
Small tip!
TABLET MODE............................................................................ PHONE MODE
Code:
[SIZE="3"][B]Nova Launcher[/B][/SIZE]
[SIZE="1"]Set Dpi to Phone for both tablet and phone[/SIZE]
[SIZE="3"][B]Theme TouchWiz 5.0[/B][/SIZE]: [URL="http://forum.xda-developers.com/showthread.php?t=1657889"]Click Here[/URL]
[SIZE="3"][B]Wallpaper[/B][/SIZE]: [URL="[IMG]http://i48.tinypic.com/nqrarn.jpg[/IMG]"]Click Here[/URL]
[SIZE="3"][B]ClockWidget[/B][/SIZE]: [URL="https://play.google.com/store/apps/details?id=dk.skipp.ClockWidget4ICS"]Click Here[/URL]
[SIZE="3"][B]Textsize[/B][/SIZE]:
[SIZE="1"]> Tablet Mode: Large
> Phone Mode: Normal
- Settings>System>Fontsize[/SIZE]
[SIZE="3"][B]Grid[/B][/SIZE]: 6/5
[SIZE="1"]- Launcher>Startscreen>Grid Size[/SIZE]
[ROM][PARANOIDANDROID] [CM9HYBRID] Tablet Ui [29062012]
Credits
1.team paranoidandroid
2.nims11
3.neko95
4.dhk
5.shreyas kukde
6.darknight
7.google
8.cm9 team
9heyhappy
[ROM][PARANOIDANDROID] [CM9HYBRID] Tablet Ui [29062012]
reserved
> This is what I'am waiting :good:
very beautiful
thank you!!!
really coooooooooooooollll!!!
but if you're uploading already, then you must have already fixed the settings fc u were talking about??? if not,.good luck to you sir!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!:victory:
Great news kssood!!!
Sent from my LG-P500 using Tapatalk 2
Awesome!!!!!! was waiting eversince u mentioned about this
Sent from my LG-P500 running Ginger Snap
did i see a screenshot of google chrome
damnet was so excited for a second
and if we switch to normal phone mode, can we hide the virtual buttons on the bottum?
Perfect think that i wanted!
Sent from my LG-P500 using xda app-developers app
Not as perfect as u think...1st time realising how much this low resolution sucks....it will be very very alpha..
Sent from my LG-P500 using Tapatalk 2
But yes.somethings are so beautiful and cool that I wish to buy I tablet now
Sent from my LG-P500 using Tapatalk 2
kssood said:
Not as perfect as u think...1st time realising how much this low resolution sucks....it will be very very alpha..
Sent from my LG-P500 using Tapatalk 2
Click to expand...
Click to collapse
> ITS OK. We might help you out
Sent from my awsome LG P500 Running RAZRUI
Alpha 1 uploaded..all hardcore android fans must try it.other should leave this thread immediately as it is a highly unstable rom.link at starting of 1st post.
1st post will be edited soon.
Sent from my LG-P500 using Tapatalk 2
kssood said:
Alpha 1 uploaded..all hardcore android fans must try it.other should leave this thread immediately as it is a highly unstable rom.link at starting of 1st post.
1st post will be edited soon.
Sent from my LG-P500 using Tapatalk 2
Click to expand...
Click to collapse
> :good: good will try that now
Waiting for your 1st verdict...
Sent from my LG-P500 using Tapatalk 2
This mod enables the Nexus 7 phablet UI on the Xoom without modifying the framework-res.apk! The script searches for entries and changes them, so no other entries are affected, and no files are replaced. This mod also includes an addon.d script.
{
"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"
}
What is addon.d?
On some ROMs, like Cyanogenmod, there are scripts in /system/addon.d that run during a ROM update or flash. They can backup and restore system apps (like Gapps), or perform many other functions. This mod includes an addon.d script, so the mod is not lost during a ROM update! If your ROM doesn't support addon.d, this mod should still flash properly, but you won't benefit from addon.d.
Tested and Confirmed to work on:
CyanogenMod 10
EOS 3 (thanks Mjamocha!)
It should work on any AOSP based Android 4 - 4.1 ROM. Let us know if it works! Since 4.2 was changed to be this way by default, there should be no need for this mod on AOSP based 4.2 ROMs.
Install Instructions:
- Boot into recovery
- Flash Enable zip
- Reboot
Uninstall Instructions:
- Boot into recovery
- Flash Disable zip
- Reboot
Downloads:
Enable-XoomPhabletUI-1.3.zip
Disable-XoomPhabletUI-1.3.zip
Changelog:
Code:
1.3 - 10/19/12
- More code cleanup
- Added assert to verify device
1.2 - 10/07/12
- Added script to /system/addon.d
1.1 - 09/27/12
- Code cleanup
- Added error handling
1.0 - 09/21/12
- Initial release
Credits and Thanks:
graffixnyc and NemesisRE - shell script ideas
Chainfire - output to recovery UI from shell script code
DISCLAIMER:
This mod involves editing system files. Use at your own risk! Also please don't forget, before you report ROM related bugs in the ROM developer thread, you should remove this mod to make sure the issue is not caused by this mod!
Nice Mod sir!
It works on EOS3 Stingray.
Your images aren't showing up.
Edit: Now they are!
I see them now. Yeah, the settings page in the phablet UI shows in phone mode, one stretched out list, not tablet style.
Much faster, the bar is a lot bigger so the soft keys aren't so small and difficult to tap and it is just overall less glitchy, with the other mod, my Xoom restarted every time I held the power button, with yours everything works just fine. Thank you so much.
Oh and the keyboard is so much bigger and better to type on, it seems the other one makes the screen size feel smaller so it all is very much wasting screen real estate.
Telling you guys, this version works amazing on EOS 3 146, it works without making it glitchy and the soft keys are just right. The other mod just doesn't compare to this one really.
Sent from my Xoom
nice, thanks. Trying it out now
Testing on MZ601 3G Running EOS Nightly 114.
Edit: Seems to be one issue idk if this noticed or normal or what but id like to share, it seems that on the homescreen mode it will not rotate, on apps it will though, otherwise it works brilliantly.
rezkon said:
Testing on MZ601 3G Running EOS Nightly 114.
Edit: Seems to be one issue idk if this noticed or normal or what but id like to share, it seems that on the homescreen mode it will not rotate, on apps it will though, otherwise it works brilliantly.
Click to expand...
Click to collapse
What launcher are you using?
rmkilc said:
What launcher are you using?
Click to expand...
Click to collapse
None, just the normal android one.
rezkon said:
None, just the normal android one.
Click to expand...
Click to collapse
In CM10, the default launcher has an auto-rotate setting. Not sure how EOS 3 is setup. You could always use Nova.
Problem, majority of apps on Playstore read the device differently so I can't upload anything not even to the newest Netflix
Sent from my Xoom
Smokexz said:
Problem, majority of apps on Playstore read the device differently so I can't upload anything not even to the newest Netflix
Sent from my Xoom
Click to expand...
Click to collapse
Probably has to do with the dpi.
Sent from my Atrix using Tapatalk 2
rmkilc said:
Probably has to do with the dpi.
Sent from my Atrix using Tapatalk 2
Click to expand...
Click to collapse
This is a big issue, is there any way to fix this?
Sent from my Xoom
Smokexz said:
This is a big issue, is there any way to fix this?
Sent from my Xoom
Click to expand...
Click to collapse
Can you explain in more detail what the problem is? I was able to install Netflix.
rmkilc said:
Can you explain in more detail what the problem is? I was able to install Netflix.
Click to expand...
Click to collapse
The appstore reads the tablet as a different device so when I go to the store I cannot update or download some apps, including Netflix. It just says the device is not compatible with my device.
Sent from my Xoom
In my 5 minutes using this mod, my xoom seemed very slow and sluggish. Running Eos nightly 146, by the way
I love it!
My xoom get's very very beautiful *-*
Updated zips. It now also puts a script in /system/addon.d, so you don't have to flash this mod again after every ROM update (assuming your ROM supports addon.d scripts. CM does)!
works on cna
I flashed it on cna 3.6.6 and works perfectly, because it separates Navigation and notification bar a lot of settings that didn't work before now they do.
Seriously, I just noticed your mod, it is awesome and amazing.... keep up the good work. I hope your mod can be included in a ROM as an option. Great work... working well here...
DISCLAIMER: I'M NOT RESPONSIBLE IF YOU DAMAGE YOUR DEVICE...BE SURE TO BACKUP AS ALWAYS
Also please note that i do NOT own a 7.7 so the files that i upload must be confirmed working by actual P6800 users...thx in advance
well, guys...we FINALLY finished the multi window mod for P6800 owners (no P6210 for the moment). Below i will provide the link to the rom that u will need to use as well as a link to my original thread with more detailed instructions. I advise that u please at least read the UPDATE V5 section of my thread over in the Tab Plus forums...although the entire first post should be useful. Let me also add that yes...this mod may remove other mods/tweaks that u have installed or that come preloaded with your rom. Over time we will manage to get the best setup for everyone...for now i would advise using the stock rom.
UPDATE V2: This new version doesnt offer any new functions unfortunately...i just threw together another zip which includes all of the apps that need to be replaced so any new flashers wouldn't have the same issues & questions
UPDATE V5: I finally got around to uploading the new version of the mod for your device...please read the V5 section of my orginal thread in the Tab Plus forums. I have linked to a zip which includes apps that will need to be replaced due to force close (almost all stock samsung apps)...also be aware that i MAY need to create a separate version for the P6210 so please test and report). For those of u using the "sky high" rom by @UpInTheAir then u already have the latest version included so no need to flash this....and to everyone else who has not flashed it yet what are u waiting on go try it out!
Install Instructions
1. Install rom using CWM or TWRP (recommended)
2. Edit your build prop by adding the line qemu.hw.mainkeys=0 at the very bottom (may also need to change dpi)
3. Flash the V5 file below followed by the forcecloseapps.zip (please note...these files MAY need to be installed manually using TWRP or AROMA)
4. Delete flashbarservice.apk located in system/app (only necessary if coming from V2)
http://forum.xda-developers.com/showthread.php?t=2312004
^My orginal thread
http://erobotrom.blogspot.pt/2013/06/erobot-jbtb-rom-for-galaxy-tab-77-v2p.html
^Erobot V2.3P
http://forum.xda-developers.com/showthread.php?p=43501477#post43501477
^P6800 MD3 STOCK (cwm & odin)
https://drive.google.com/file/d/0B7yxeu9x48ILSVdKVjZOblUxcUU/edit?usp=sharing
^MUTIWINDOW MOD V5 (the download is labeled P6800 but should work on the wifi only model as well...as i stated above i MAY need to create a separate version for the P681x so please test & report)
https://drive.google.com/file/d/0B7yxeu9x48ILTkRob1VzQ3pna1k/edit?usp=sharing
^FORCE CLOSE APPS (please be aware...u will need to manually delete copies of apps with similar yet different names than those included in the zip so u wont have duplicates)
credits/thanks to: @edan1979 for his assistance and @xperiacle for the systemui used in V4
screenshots
once again thanks to @edan1979 for providing a couple of 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"
}
More ss showing the ability to resize the window
Sent from my GT-N7100 using Tapatalk 4 Beta
edan1979 said:
More ss showing the ability to resize the window
Sent from my GT-N7100 using Tapatalk 4 Beta
Click to expand...
Click to collapse
Thx...so what about floating window mode?
oh yeah...I'm gonna need your help to track down that sliding bar jar/code
Oh... forget about that one... its working as well... only the cascade and multi button at minibar did not work yet... i'm kind of suck with coding nowadays since shifted to management team... but i'll see what can be done.
Sent from my GT-N7100 using Tapatalk 4 Beta
This work only in Samsung/touckwiz, can't in CM, right?
Sent from my GT-p6800 using Tapatalk 4 Beta
YUP... only with touchwiz
forgot to mention... the floating multi window can be resize as well
edan1979 said:
YUP... only with touchwiz
forgot to mention... the floating multi window can be resize as well
Click to expand...
Click to collapse
I've found the issue with the split screen bar on our device but i'm still trying to figure out the settings i need to fix it(not sure if its even worth the time...lol)..what dpi is your tab set to?
Now on 213 dpi.
Sent from my GT-N7100 using Tapatalk 4 Beta
Wow. This is good news. Will try later.
FYI, eRobot v2.3 has 2 confirmed bugs. 1. Contact event FC. 2. Multitasking button FC.
Edan1979 has somehow solved these 2 bugs but we're unable to reproduce on my device for now.
Sent from my GT-P6800 using XDA Premium HD app
matsuru said:
Wow. This is good news. Will try later.
FYI, eRobot v2.3 has 2 confirmed bugs. 1. Contact event FC. 2. Multitasking button FC.
Edan1979 has somehow solved these 2 bugs but we're unable to reproduce on my device for now.
Sent from my GT-P6800 using XDA Premium HD app
Click to expand...
Click to collapse
yup... those 2 bug... i cant even remember now what i do to solved it... i think i'm going to compile the one i use along with the multiwindow and released it....
The mod seems to be working in erobot v1 albeit not as well as the phablet version by the looks of it.
The windows can be resized, even though the grey bar isnt there and there doesnt seem to be the ability to have them side by side as they appear to just be floating windows but it works!!
edit: changed the DPI to 213 and it works as it should now but i have no menu buttons, will try some other DPI's
nutley said:
The mod seems to be working in erobot v1 albeit not as well as the phablet version by the looks of it.
The windows can be resized, even though the grey bar isnt there and there doesnt seem to be the ability to have them side by side as they appear to just be floating windows but it works!!
edit: changed the DPI to 213 and it works as it should now but i have no menu buttons, will try some other DPI's
Click to expand...
Click to collapse
what do you mean by no menu button???
edan1979 said:
what do you mean by no menu button???
Click to expand...
Click to collapse
after changing to 213 the status bar went to the top and there are no buttons at the bottom, so no back button etc.
Ahhhh that one... you need to edit your build.prop as per instruction on 1st post.
Sent from my GT-N7100 using Tapatalk 4 Beta
edan1979 said:
Ahhhh that one... you need to edit your build.prop as per instruction on 1st post.
Sent from my GT-N7100 using Tapatalk 4 Beta
Click to expand...
Click to collapse
I had done that so not sure what happened.
I've tried the xposed app setting module on the internet browser and it still doesnt give me side by side. I dont see anything that would relate to multiwindow itself :/
dont put the inverted coma " " just the qemu.... thingy
edan1979 said:
dont put the inverted coma " " just the qemu.... thingy
Click to expand...
Click to collapse
ahh that'll do it, thanks!
with 160dpi tablet mode and the build.prop edited this is what i get, no floating window just side by side. Without the build.prop edited it is just the floating windows.
Stock MD3 deodexed
I updated the first post with links to the stock MD3 deodexed...after someone has tested & confirmed that everything is ok i will create a new thread in the development section
edan1979 said:
yup... those 2 bug... i cant even remember now what i do to solved it... i think i'm going to compile the one i use along with the multiwindow and released it....
Click to expand...
Click to collapse
Report: flashing this mod seems to fix the 2 bugs. No more fc in contact event & multitasking button.
Sent from my GT-P6800 using XDA Premium HD app