[Q] paranoidandroid - General Questions and Answers

i have looked through all the post for the paranoidandroid rom and cannot figure out how to fix the dpi on the text to display a normal size in the menus and in apps can anyone help with this

kingcerebral said:
i have looked through all the post for the paranoidandroid rom and cannot figure out how to fix the dpi on the text to display a normal size in the menus and in apps can anyone help with this
Click to expand...
Click to collapse
1. Open Root Explorer.
2. Go to /system
3. Click on Mount RW (It should appear as Mount RO)
4. Look for build.prop open and edit it
5. Scroll to ro.sf.lcd_density=xxx
6. Change the value xxx
7. Save and Exit.
8. Reboot.
also you can use an app from Market to change dpi
to change xxx value search in your phone specs for max dpi/ppi
(use search engine or an app from Market named "Phone Genie" )

Please use the Q&A Forum for questions &
Read the Forum Rules Ref Posting
Thanks ✟
Moving to Q&A

Related

[Q] Icon Pack creation help.

Hi guys. A friend of mine's been working on an app containing launcher pro icons to make up a pack. Thing is, manually searching for an app's activity name takes hours, especially if there are icons in the 100's.
What I'm looking for, is an easier way to do this. Is there some "tool" out there that automatically searches for an app's activity name? It's way too tedious to sit for hours just searching for the names.
Can anyone help?
Please use the Q&A Forum for questions Thanks
Moving to Q&A
Hm what do you mean with activity name? The package name?
Dark3n said:
Hm what do you mean with activity name? The package name?
Click to expand...
Click to collapse
com.android.whatever, you know.
And what do you need, the App name + package name?
Could write an app writing all installed App names + package names into a .txt file on /sdcard
Check over on the launcherpro forums. The were working on a program to do this but last I saw it still was not complete.
Dark3n said:
And what do you need, the App name + package name?
Could write an app writing all installed App names + package names into a .txt file on /sdcard
Click to expand...
Click to collapse
This would be wonderful!
Just run it.
File will be on /mnt/sdcard/app_infosX.xml
X being an increasing number should the file already exist.
The format is the following:
Code:
<?xml version="1.0" encoding="utf-8"?>
<apps>
<app>
<packagename>com.adobe.flashplayer</packagename>
<appname>Adobe Flash Player 11.1</appname>
</app>
<app>
<packagename>com.adobe.reader</packagename>
<appname>Adobe Reader</appname>
</app>
</apps>
Give me a link when those icons are done, i'd would like to see them .

[Q]CyanogenMod 11 | RC1 | 16/03/2014

I using this rom(CyanogenMod 11 | RC1 | 16/03/2014) for a while with happiness which support my local language.
but the problem i've met is
1.while calling which screen is off, i can touch in black display that my ear led to wrong place, wrong call,... unwant touching
2.i try to add more internal memory by patition the SD card to EXT4 and replace 40in2ext and reboot.... wont work:crying:
somebody please help with instruction or link would be very appreciate
a little more here what is the best serve rom for CM11 RC1
ps. sorry for my bad english, and i have no privilege to post on DEV page
for your number 2 question 40int2ext script was already included on CM11.
you can go to Settings>Extras and check Expand Internal Memory then REBOOT.
or
edit build.prop on /system
find line with "persist.sdext.expandmem=false"
change it to "persist.sdext.expandmem=true"
Agaphetos said:
for your number 2 question 40int2ext script was already included on CM11.
you can go to Settings>Extras and check Expand Internal Memory then REBOOT.
or
edit build.prop on /system
find line with "persist.sdext.expandmem=false"
change it to "persist.sdext.expandmem=true"
Click to expand...
Click to collapse
thank you for your reply
but the things i've found in Extras is Expand Internal Storage in GREY cannot checked:silly:
could you please tell me each step. i'm already replace with default 40int2ext and reboot but this function still grey
demoniacji said:
thank you for your reply
but the things i've found in Extras is Expand Internal Storage in GREY cannot checked:silly:
could you please tell me each step. i'm already replace with default 40int2ext and reboot but this function still grey
Click to expand...
Click to collapse
Do u have an ext partition??
If yes:
Dont do both the things..
Hav u tried checking ext partition option in extras??
If its nt workin, place int2ext+ script in /etc/init.d (do it manually)
:good:
Even I'm facing some issues with CM11! My RAM usage is much high. can someone please help!

[Q] How to resize navigation bar on KitKat Paranoid

Now, i just got my Xperia L unlocked bootloader. then i have install ROM KitKat Paranoid using CWM. you can check to this link
http://forum.xda-developers.com/xperia-l/orig-development/4-4-3-aospa-legacy-4-4-beta1-t2571273
then i found my navigation bar so big enough. when i use gravity box for kitkat to resize it, i cant. so any idea for resize navigation bar?? please..
sorry for my bad english
I am with the same problem here : (
Does someone here can help us?
I believe that's not possible! But, one thing you can do is to change the dpi!!! But, that changes the size of everything! You can try it out!
1. Open Root Explorer.
2. Go to /system
3. Click on Mount RW (It should appear as Mount RO, that’s when it is correct!)
4. Look for build.prop. Long press on the file and press Open file in Editor
5. Scroll down to ro.sf.lcd_density
6. Change the value. The lower the value, the higher density your screen will have.
7. Click on the Menu button, and Save and Exit.
8. Reboot.:highfive:
Install the xposed mod and then install gravity box in it

[Solved] How to hide NFC icon in statusbar ?

It is not so simple as it was with my previous Z2...
I know it can be done by changing of firmware region, but I don't wish.
Does anybody have a solution to hide the NFC icon in statusbar with NFC on ?
Settings > Display > System Icons
Sent from my E6653 using Tapatalk
Can you post a screenshot,cause i don't have it and even in sytem icons it's not there to hide it.
Maybe look if you have the option to turn it off under display settings system icons.
Same for me, no NFC icon in settings > display > system icons
I Have searched it a lot and found it in a bizarre place go with you root explorer to racine/oem/system-properties and change this value in config.prop
Code:
ro.nfc.icon.enable=false
with build.prop editor or something else save and reboot. the icon should be gone!
Don't forget to press thanks if helpful
lordriguez said:
I Have searched it a lot and found it in a bizarre place go with you root explorer to racine/oem/system-properties and change this value in config.prop
Code:
ro.nfc.icon.enable=false
with build.prop editor or something else save and reboot. the icon should be gone!
Don't forget to press thanks if helpful
Click to expand...
Click to collapse
It did not work for me, it was not enough. I had to change:
Code:
ro.nfc.icon.enable=true
to
Code:
ro.nfc.icon.enable=false
in:
racine/oem/system-properties/config.prop
racine/oem/system-properties/5651/config.prop
racine/oem/system-properties/5652/config.prop
racine/oem/system-properties/5653/config.prop
And NFC icon is gone now
nreuge said:
It did not work for me, it was not enough. I had to change:
Code:
ro.nfc.icon.enable=true
to
Code:
ro.nfc.icon.enable=false
in:
racine/oem/system-properties/config.prop
racine/oem/system-properties/5651/config.prop
racine/oem/system-properties/5652/config.prop
racine/oem/system-properties/5653/config.prop
And NFC icon is gone now
Click to expand...
Click to collapse
good! I will add it to the post in the general section
Or flash a nordic generic firmware, it doesn't show at all.
Skickat från min E6653 via Tapatalk
Hi all
i cannot find the racine Folder ... any advise ?
thanks
leofungwai said:
Hi all
i cannot find the racine Folder ... any advise ?
thanks
Click to expand...
Click to collapse
read the thread and switch to a different regional firmware

[MOD] Quicksettings 5/4 Columns/[Mod]Change Icon Size

I found a Trick/Mod for 5 or 4 Rows in Quick Settings,i use 5 Rows look the Pic in Attachment
Requirement:
Rooted Phone
Root Explorer installed (Root Exlorer or ES File Manager)
Go in System and open the Build.prop
Search the Lines
Original:
ro.config.toolbox_port_column=4
ro.config.toolbox_port_row=3
ro.config.toolbox_land_column=4
ro.config.toolbox_land_row=3
I changed to (in Red)
ro.config.toolbox_port_column=5
ro.config.toolbox_port_row= NothingU can use 3-5 or more,just try
ro.config.toolbox_land_column=5
ro.config.toolbox_land_row= Nothing can use 3-5 or more,just try
and save it.
Check that the permissions to rw-r-r
Reboot
The Result is in the Pic to see.
the first two pictures 5 Columns,Pic 3 and 4 with 4 Columns
When Colum on 5 and Row 4you can see all the links/Quick Settings Icons,see the last pic
Tested with Android 6.0 B209.
I do not know if it works with 5.1.1.
Change the Icon Size
Go in System,open Build.prop
search the Line
Original:
ro.config.app_big_icon_size=161
change to (in Red)
ro.config.app_big_icon_size=128
Save (Permission rw-r-r) and Reboot.
I like smaller icons and have 128,you can play with it.
See the Pic in Attachment
Thanks. This is really useful.
Now I just wish there was a way to edit the shortcuts on Quick settings.
is there a code to remove icon names on the toggles? and make it smaller with affecting the icons on the homescreen? thanks
I don't know to remove toggles.
You can make the Icons smaller in Build.Prop
Search the Line:
ro.config.app_big_icon_size=164
And change the last three numbers.
I use 128.
Don't forget the Permissions to rw-r-r
and reboot.
You have smaller Icons
Changing columns and rows and also icon size adjustment can be found at K Settings
Yes, it's in Notification Settings / Change statusbar toolbox showmode.5 columns is ok. With port to 6 columns in port I get overlapping on some text.
letschky said:
I found a Trick/Mod for 5 or 4 Rows in Quick Settings,i use 5 Rows look the Pic in Attachment
Requirement:
Rooted Phone
Root Explorer installed (Root Exlorer or ES File Manager)
Go in System and open the Build.prop
Search the Lines
Original:
ro.config.toolbox_port_column=4
ro.config.toolbox_port_row=3
ro.config.toolbox_land_column=4
ro.config.toolbox_land_row=3
I changed to (in Red)
ro.config.toolbox_port_column=5
ro.config.toolbox_port_row= NothingU can use 3-5 or more,just try
ro.config.toolbox_land_column=5
ro.config.toolbox_land_row= Nothing can use 3-5 or more,just try
and save it.
Check that the permissions to rw-r-r
Reboot
The Result is in the Pic to see.
the first two pictures 5 Columns,Pic 3 and 4 with 4 Columns
When Colum on 5 and Row 4you can see all the links/Quick Settings Icons,see the last pic
Tested with Android 6.0 B209.
I do not know if it works with 5.1.1.
Click to expand...
Click to collapse
I can't find any such lines
ro.config.toolbox_port_column=4
ro.config.toolbox_port_row=3
ro.config.toolbox_land_column=4
ro.config.toolbox_land_row=3
JorahM said:
I can't find any such lines
ro.config.toolbox_port_column=4
ro.config.toolbox_port_row=3
ro.config.toolbox_land_column=4
ro.config.toolbox_land_row=3
Click to expand...
Click to collapse
Add the lines in Build.prop,save and look the permission of the Build.prop are rw-r-r and reboot.
Backup your Rom in Twrp before you make this .
letschky said:
Add the lines in Build.prop,save and look the permission of the Build.prop are rw-r-r and reboot.
Backup your Rom in Twrp before you make this .
Click to expand...
Click to collapse
Nothing happened.
hi its not in build prop its in local prop in your cust folder. you need to know which version you are using and its here cust/hw/your version/prop.
JorahM said:
Nothing happened.
Click to expand...
Click to collapse
Which Rom Version and which Model,Gem 703,702,701?
Android Version?
letschky said:
Which Rom Version and which Model,Gem 703,702,701?
Android Version?
Click to expand...
Click to collapse
How do I check my ROM version? I have a moto z2 play stock rom. The build number is NPS26.118-19. Android version 7,1,1
JorahM said:
I have a moto z2 play stock rom.
Click to expand...
Click to collapse
you are on a forum dedicated to another device here!!! (Huawei mediapad X2)

Categories

Resources