app's resolition is too big !! - Samsung Galaxy Pocket

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)

Related

[Q] Tablet UI on the Note with ICS

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

[MOD][JB] [P3110] XXCLK7 odex/deodex Tablet UI Enhanced

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

[Q] ROM for me

First of all hi to all..
I need very big help
I want rom that have all this things in one
1.Pie
2.Halo
3.App bar
4.To hide apps in drawler
And some of this if its possible
*To put rom i dark mode
*To not be lagy
I used so far PAC-man rom it has all of this features,good bat life.....But it lag a quite much,app bar disapper,widgetes disapper form home screen...
Is ther any rom that have all this,and that i can use it 24h
Yes, the ROM that you build yourself to do all those things

[ROM][Official][CleanKAT][V4.0]Gionee M2

You can say bye bye to your stock rom because Cleankat is here, this is stock aosp based super light, fast, and 100% stable rom with many improvements like battery and ram management. Only 170mb and one of the most used rom on mt6582 chipset
!! Warning: This ROM is only for Gionee M2, if you flash it on anything else, you will brick your device !!
ROM FEATURES-
1.Based on latest mmx KK, so it's totally bugfree
2.Better battery life than other KK ROMs, stock kernel
3.Themed to real white complete kitkat, see screenshots
4.Added data traffic monitor in settings, you can toggle it
5.Added 13 new battery icon styles in settings, ported from carbon rom
6.Added battery icon and percentage in notification header, it's useful
7.Themed all icons to beautiful AOSP/NEXUS also removed 3G icon
8.ROM is not rooted, need to flash root zip, see attachments
9.Deodexed /app, /priv-app, /framework for faster app opening speed
10.Wonderful dolby digital sound with equalizer, see download section
11.Build.prop tweaks and init.d tweaks, working ones only
12.Android 4.4.4 easter egg and build prop, fake (4.4.2)
13.Beautiful Cleankat lockscreen, screenshot attached
14.Beautiful Cleankat bootanimation and bootlogo
15.Cleankat music player, advanced calculator and browser
16.Added notes widget for homescreen, useful for many users
17.Cyanogenmod clock widget with working weather
18.Init.d tweaks, vaccuming, loopy smoothness, zipaligned on boot
19.Launcher plus kk as default launcher app, you can install any launcher
20.Added Cleankat white themed file manager based on FO manager
21.ROM can be flashed on any version, 8gb and 4gb device
22.Lightest and cleanest rom ever with added all these features, 190mb only :victory:
INSTRUCTION TO FLASH ROM-
1.If you have already flashed CWM then only proceed
2.Place ROM in your sdcard
3.Wipe data/factory reset
4.No need to wipe other things, script will do it
5.Install zip from sdcard and select cleankat
8.Reboot and enjoy
DOWNLOAD-
DOWNLOAD V4.1
DOLBY FLASHABLE ZIP
PERFECT_ROOT.ZIP
SCREENSHOTS_HD_(latest V4.0)
GPS FIX FOR M2
XDA:DevDB Information
CleanKAT ROM, ROM for all devices (see above for details)
Contributors
umangleekha, umangleekha
Source Code: mt6582
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Stock Kitkat
Based On: MMX KITKAT MT6582
Version Information
Status: Stable
Current Stable Version: V4.0
Stable Release Date: 2015-02-14
Created 2014-10-18
Last Updated 2015-02-14
Updates/Changelogs
Changelog V2.9.1-
1.Fixed CDS_INFO, working fine now
2.Fixed YGPS, working fine now
3.Fixed camera hdr, and other modes
4.Default dpi is 215, you can change font size too in display settings
5.Fixed Systemui, coloured signal icons now, using stock systemui of A106
6.Reduced rom size to 185mb now
Changelog V2.9.2-
1.ROM is now stable for daily use
2.Fixed camera problems, now at default 240 dpi
3.improved camera autofocus speed
4.Better gallery app
5.Fixed voice unlock
6.Size reduced to 182mb now
Changelog V4.0-
01.Lightest kitkat rom ever, 190mb
02.Fixed live wallpaer, now no issues
03.New feature, data traffic monitor in settings
04.New feature, 13 new battery styles in settings
05.Removed xposed and gravitybox, ART runtime supported
06.Replaced all black with grey color in systemui
07.Added battery icon in statusbar header, it's useful
08.New apollo, file manager cleankat themed
09.Fixed visual artifacts for hdpi, textfields, tabs
10.Added new scripts for smoothness, zipalign
11.Added About cleankat option in settings
12.Multi dpi support, xhdpi and hdpi
13.Fixed lockring size for hdpi
Awaiting the release of the ROM.
Thanks umang for the perfect rom
Hoping we also get timely updates with colors users.
Stock BootAnimation And Stock BootLogo
Could you give me a flashable zip for stock boot logo and stock bootanimation??
Bro use sp flash tool ..and flash them using stock kk update provided by gionee
found 2 issue in 2.9.2
while on call, display did not turn off when i close flip cover or put it in ear. in stock it was working. seems proximity sensors not working here
wifi analyzer app can access wifi while it is turned off from quick access. in stock rom it was prompting that wifi is off.
gravitybox now working as system app!!! edit the .zip after downloading. extract it to a folder and do the following changes.
1. delete \data
2. those who wants the network icon proper & with color changing options. download this apk. and replace the systemui in system\priv-app
3. remove kitkatlauncherplus.apk from system\app and replace with launcher3.apk from below. that launcher is glichy. (Optional)
then repack the zip. flash in the way instructed in op. dont forget to flush dpi fix from 1st comment. and also root by the zip provided in the op.
THIS ROM IS PERFECT IF U DO THESE FEW MODIFICATIONS. BEST ROM I HAVE USED SO FAR.
Both gbox and xposed are working, who told u they won't work from /priv-app/ , they are modified by me to hide icons from app drawer so they look part of system settings, and if u get gbox framework not responding, you just have to activate the module by going into xposed->modules, also you must fresh install my rom and u won't get any gbox/xposed problems also the stock launcher has the ability to change icon size, see launcher settings->general, and editing the zip like u said is not good because it is zipaligned, all your report is wrong, check what i said
Cleankat Added to post here! http://forum.xda-developers.com/showthread.php?t=2759784&nocache=1 Good work making this Epic rom!​
umangleekha said:
Both gbox and xposed are working, who told u they won't work from /priv-app/ , they are modified by me to hide icons from app drawer so they look part of system settings, and if u get gbox framework not responding, you just have to activate the module by going into xposed->modules, also you must fresh install my rom and u won't get any gbox/xposed problems also the stock launcher has the ability to change icon size, see launcher settings->general, and editing the zip like u said is not good because it is zipaligned, all your report is wrong, check what i said
Click to expand...
Click to collapse
GravityBox doesnt work even if module enabled.... confirmed....
finance.resat said:
GravityBox doesnt work even if module enabled.... confirmed....
Click to expand...
Click to collapse
same here, stopped working
weather and clock widget always getting wrong location. showing at least 15 km difference. did not found city like kolkata while searching manually.
-- switched to transparen weather and clock app... prob solved.
google maps working perfectly with location.
gps was on for both case
Dude thank you so much for the rom..can u please guide me how to root this rom..i tried to root using kingo root but it isn't working..pls suggest me aother way
Awesome ROM for M2. No bugs identified so far. Appreciate your work.
Gravitybox works perfect for me.
But i had some problem with the Musixmatch lyrics player app Equalizer. "An unknown error occured while initializing the Google Android EQ engine. Please check if your ROM or device supports it and try again later" is the error i get.
Also i couldn't take backup in titanium. "Insufficient free memory space" is the error i get.
Also how can i change the system font. I used Fonter xposed module. But its not working in some apps.
Can someone help me to sort out these?
use roor master bro....
anisharsenal said:
Awesome ROM for M2. No bugs identified so far. Appreciate your work.
Gravitybox works perfect for me.
But i had some problem with the Musixmatch lyrics player app Equalizer. "An unknown error occured while initializing the Google Android EQ engine. Please check if your ROM or device supports it and try again later" is the error i get.
Also i couldn't take backup in titanium. "Insufficient free memory space" is the error i get.
Also how can i change the system font. I used Fonter xposed module. But its not working in some apps.
Can someone help me to sort out these?
Click to expand...
Click to collapse
Hi..i dint got any error wit titanium backup..n for changing font use ifont....
Gravitybox and xposed will only work if you flash my rom after wiping /data, xposed needs xposed bridges to work and it's already there in the rom but it you guys are wiping data after flashing the rom, it's your mistake because you will delete rom data this way, and root zip is already there in the OP if u ever cared to read it properly, don't just click on the download link, read the thread first
@finance.resat -please flash correctly and edit your post on first page, /data has xposed files, so u are not to remove it
Bro not that much noob.
This rom has issues. Not really compatible with our device. The only firmware it works is gionee KitKat. If u had this device u could check, but i believe u dont own this device. It doesnt work in my device if i dont delete \data\data or simply the data folder.
My device is walton hm. Both kitkat n jb firmware gets bricked if i flash this.
I just flashed the ROM from the AOSP[JB] ROM and everything works fine.Thanks for the awesome ROM
finance.resat said:
Bro not that much noob.
This rom has issues. Not really compatible with our device. The only firmware it works is gionee KitKat. If u had these device u could check, but i believe u dont own this device. It doesnt work in my device if i dont delete \data\data.
My device is walton hm. Both kitkat n jb firmware gets bricked if i flash this.
Click to expand...
Click to collapse
Ok ok, so u are using a clone, obviously if u delete /data, exposed is not gonna work, install manually if u have issues with your clone device, but no such problems on M2, pllease edit your post on first page because M2 users are getting misguided by that

Google Maps on 800x480 Screen

Folks, I've installed xposed framework and app settings and tried to decrease the application size to fit better on my 800x480 screen with no success...Tried with DPI, font Size and Screen DP...any guide on how to actually decrease the screen size will be appreciated.
Android 4.4.4
Thanks!
I'll second that.
Same problem here. I'm trying to reset Resolution/DPI for some Apps on my Android-Stick MK809III (4.4.2 stock ROM) connected to my F60DAB (=NEX8000). Any changes made in Xposed AppSetting have no effect at all after reboot.
Edit:
Is textdroider-app worth a try as alternative ?
check your logs, they will tell if there is a problem with appsettings, personally i used on my stock 5.0.1 (nexus 5) with no problems, however on the rom im using now(cm12-based rom) it dosen´t work due to cm´s changes

Categories

Resources