quick dpi change on cromi 3.4.7 - Asus Transformer TF700

Is this possible without going through the whole install process again?
My settings are cromi 3.4.7 with _that kernel and data2sd.

You just change it in the build.prop in /system/.
Tylor
Sent from my ASUS Transformer Pad TF700T using Tapatalk HD
ROM: CleanRom Xenogenesis 4.4 DeOdex
Kernel: Hundsbuah's V3.0.5 OC Kernel
Theme: Timberwolf's Blues and Jazz Theme

nsharma2 said:
Is this possible without going through the whole install process again?
My settings are cromi 3.4.7 with _that kernel and data2sd.
Click to expand...
Click to collapse
Sure, simply edit /system/build.prop (search for lcd_density). You need a root-enabled file manager, and you need to remount the system partition read/write first.

Thanks, should I be careful of what values I put in for the dpi ? Any risk of bricking?
For the remount, do I just use something like es explorer to change the permissions of the sys folder to read and write?

nsharma2 said:
Thanks, should I be careful of what values I put in for the dpi ? Any risk of bricking?
For the remount, do I just use something like es explorer to change the permissions of the sys folder to read and write?
Click to expand...
Click to collapse
260 is the default for stock. 213(default for Cromi) and 224 both work because they are optional in the Cromi Installer. 260 is very big. I personally like either the 213 or 224.
Tylor
Sent from my ASUS Transformer Pad TF700T using Tapatalk HD
ROM: CleanRom Xenogenesis 4.4 DeOdex
Kernel: Hundsbuah's V3.0.5 OC Kernel
Theme: Timberwolf's Blues and Jazz Theme

nsharma2 said:
Thanks, should I be careful of what values I put in for the dpi ? Any risk of bricking?
For the remount, do I just use something like es explorer to change the permissions of the sys folder to read and write?
Click to expand...
Click to collapse
No risk of bricking - in the worst case you have to reinstall the ROM. Some values could be incompatible with certain apps, but the basic system should work fine with a wide range of densities.
Remounting is a separate operation, not related to permissions. On a command line, you simply type "mount -o remount,rw /system" - I don't know how it works in ES Explorer.
Tylorw1 said:
260 is the default for stock. 213(default for Cromi) and 224 both work because they are optional in the Cromi Installer. 260 is very big. I personally like either the 213 or 224.
Click to expand...
Click to collapse
240 dpi is the default for the TF700, not 260. 224 dpi is the actual resolution of the panel. 213 is another common choice, which is used by other devices.

Hi,
I'm not yet unlocked (in august when warranty is over) but is it possible with stock rom ?
Sent from my ASUS Transformer Pad TF700T using xda app-developers app

Ghorin said:
Hi,
I'm not yet unlocked (in august when warranty is over) but is it possible with stock rom ?
Click to expand...
Click to collapse
No, the stock kernel sets the lcd_density as read-only property, which cannot be changed by build.prop.

Thanks, so now i have another reason to unlock
Sent from my ASUS Transformer Pad TF700T using xda app-developers app

Related

Button Leds Switch for CWM Recovery/xRecovery

Here's a convenient way to turn off (and then back on) the button leds on our X10 from recovery.
Those are the leds at the bottom of your X10, not the notification led.
Thanks to Adolf1994 for the original script.
It can also be done by copying/deleting a single file instead, but it's more convenient to use this from recovery after installing a new rom.
The new version is for the CWM Recovery
It installs in init.d and includes a solution for roms using Fera Engine v10. On those roms permissions of the brightness file are changed after anything in init.d is run so the nobuttonleds script is also run at the end of hw_config.sh.
CWM version
Should work on any rom with working /etc/init.d or /etc/init.d and hw_config.sh
Tested on:
DiXperia X/10 with DXEngine
Xrecovery version
The /etc/init.d folder needs to be properly working on the rom you use. (thanks to My_Immortal for pointing that out!)
tested on:
- WB-XPERIA TW Gingerbread
- ThJap's 2.3 ThGo2 v1.3
If it doesn't work on the rom you use and you have root, try this:
- add this line to /etc/install-recovery.sh (check first if busybox is in xbin or bin):
/system/xbin/busybox run-parts /system/etc/init.d
or
/system/bin/busybox run-parts /system/etc/init.d
- another way is to use the Script Manager way explained here.
Installation
- copy on your SD card
- start CWM Recovery or xRecovery, install as custom zip
The change is permanent: the button leds will be turned off everytime you boot until you install another rom or you decide to turn them on.
thanks but i prefer to keep them ON
Not working
noled.zip + Script Manager working!
AlgerK70, could it be that you already copied noled.sh as 50-noled in /etc/init.d ? If so you need to delete it first, or else the leds will stay "on".
After booting, turn the screen on then off to see if it works.
and who's supposed to execute the script at boot?
Sent from my X10i using XDA App
speig said:
and who's supposed to execute the script at boot?
Click to expand...
Click to collapse
The little green Android in your phone!
Edit:
The script is executed by the system, it's installed in /etc/init.d, a folder pretty much like the Startup folder on your computer.
Which bottom led u r talking about...??
I can't see!!
Sent from my X10 TripNMiUI-Iris using Tapatalk
zorglub08 said:
The little green Android in your phone!
Edit:
The script is executed by the system, it's installed in /etc/init.d, a folder pretty much like the Startup folder on your computer.
Click to expand...
Click to collapse
No, it's not.
init.d folder doesn't work on the latest stock SE kernel.
We need to wait for custom kernels to run scripts at boot from init.d.
It's the 2 white leds between the hardware buttons. The ones that are so annoying when reading an ebook in the dark on low luminosity because they keep turning on
My_Immortal said:
No, it's not.
init.d folder doesn't work on the latest stock SE kernel.
We need to wait for custom kernels to run scripts at boot from init.d.
Click to expand...
Click to collapse
exactly or you put it in your install-recovery.sh
Sent from my X10i using XDA App
Works with "WB-XPERIA TW Gingerbread V3.6.0"
Tested
Works whit zdzihu 2.3 rom?
Sent from my X10i using XDA Premium App
omg I freaking love you!
I only had this script from Adolf1994 but that needed to run every startup and disabled the notification led too
Great your working!!
Can I include your working ??
If you say OK, of course I add your credit on my thread.
thanks,
Will it work on 2.3.3 zdzihu whit bb 71????? Please reply
Sent from my X10i using XDA Premium App
ThJap said:
Great your working!!
Can I include your working ??
If you say OK, of course I add your credit on my thread.
thanks,
Click to expand...
Click to collapse
Thanks, I just used part of the original script from Adolf1994 and made this xRecovery package.
You can of course add it if it works on your rom (if it works please tell me, I need to add it to the list of working roms in the first post)
shahkam said:
Will it work on 2.3.3 zdzihu whit bb 71????? Please reply
Sent from my X10i using XDA Premium App
Click to expand...
Click to collapse
Please try it, "ButtonLedsOFF" only copies one file to your phone, it won't overwrite anything. To "revert" if it doesn't work, install "ButtonLedsON" and it will remove the file. Please try, and if it works, report here, thanks
zorglub08 said:
It's the 2 white leds between the hardware buttons. The ones that are so annoying when reading an ebook in the dark on low luminosity because they keep turning on
Click to expand...
Click to collapse
The exact same thing that my script does + disables the notif LED that is burning my eyes at night like the flames of hell could never if the phone is on charger
tadhara said:
omg I freaking love you!
I only had this script from Adolf1994 but that needed to run every startup and disabled the notification led too
Click to expand...
Click to collapse
In PM I sent you the solution:
Code:
echo "\n\n# Darkness by Adolf1994\nDIR=$(cd /sys && find | grep brightness | cut -c 3- | cut -d : -f 1 | head -n 1)\nLED=/sys/$DIR\nLED1=$LED:rgb1:red/brightness\nLED2=$LED:rgb1:green/brightness\nLED3=$LED:rgb1:blue/brightness\nLED4=$LED:sled/brightness\necho 0 > $LED1\necho 0 > $LED2\necho 0 > $LED3\necho 0 > $LED4\nchmod 00444 $LED1\nchmod 00444 $LED2\nchmod 00444 $LED3\nchmod 00444 $LED4" >> /system/etc/hw_config.sh
Not to misunderstand OP, just providing details.
Didnt work on z 2.3.3 .71 baseband i really need this
Sent from my X10i using XDA Premium App
Confirmed working on ThJap's 2.3 ThGo2 v1.3
shahkam said:
Didnt work on z 2.3.3 .71 baseband i really need this
Click to expand...
Click to collapse
Try the Script Manager way linked in first post, it will work for sure

[MOD][i9001][KQB UPDATE][Smooth Scroll Mod][DEODEXED ROM ONLY]

This mod is originally by AndroidON (thread here - http://forum.xda-developers.com/showthread.php?t=1411317) so credit to him for making this known. And please read the thread before implying this to your phone.
I've made 2 files for KQB ROM. One is for stock deodexed KQB, and another one is compatible with nail16's swipe to remove notification mod. Don't forget to mount system before flashing.
This mod will disable 'ScrollingCache' in OS. It will improve scrolling in applications where some apps are found to stutter when scrolling.
NOTE: Make a backup copy of framework.jar in case if you want to revert back to original. And backup your rom in case of bootloop
DO THIS AT YOUR OWN RISK. I take no responsibility that might occur to your phone. Read the related topic first before implying this mod.
DOWNLOAD FOR KQB STOCK HERE - http://www.mediafire.com/?ixf0blk76chc83j
DOWNLOAD FOR KQB WITH SWIPE TO REMOVE MOD HERE - http://www.mediafire.com/?d8ft9g49cl4gya3
Instructions: Extract the zip file in scdard, copy over to system/framework. Check permission to rw-r--r-- and reboot. Bootup may take quite awhile, seems like a bootloop and blackscreen may occur. Just wait till you can feel the haptic vibro.
UPDATE: THIS IS FOR XXKQ1 DEODEXED ROM. Mount system before flashing.
Download here - http://www.mediafire.com/?5alh0faabpz4wxy
KQ7 DEODEXED PLEASE SEE PAGE 4 http://forum.xda-developers.com/showthread.php?t=1445431&page=4 POSTED BY CRYBERT
Awesome Will add it to the configurator
broodplank1337 said:
Awesome Will add it to the configurator
Click to expand...
Click to collapse
Thanks!
BroodROM RC2
V6 SuperCharger RC5
KickAssKernelizer RC2
So what is this exactly ? does it fix the lag you get right after you unlock the lockscreen ?
Sent from my GT-I9001 using XDA App
Not working...after system bootup everything force closes.Need to flash ROM egain.I'm using cranium rc8.
Sent from my GT-I9001 using XDA App
broodplank1337 said:
Awesome Will add it to the configurator
Click to expand...
Click to collapse
have you tried it with your rom?
foxmcc8 said:
Not working...after system bootup everything force closes.Need to flash ROM egain.I'm using cranium rc8.
Sent from my GT-I9001 using XDA App
Click to expand...
Click to collapse
Are you using KPS rom as the base for cranium?
Sent from my GT-I9001 using xda premium
Not working with broodrom rc2 here either. Getting a bootloop.
fadzlihellmuth said:
Are you using KPS rom as the base for cranium?
Click to expand...
Click to collapse
Yes.Afterall cranium is based on kps.
Sent from my GT-I9001 using XDA App
Please try this file. Have made it two or three days ago, you can flash it simply via Recovery. Don't know if there is a real difference but it won't damage anything. If it does, I'm not responsible for anything happened to your phone.
Edit: New file, removed volume-tweak 'cause buggy...
kellermanv said:
So what is this exactly ? does it fix the lag you get right after you unlock the lockscreen ?
Sent from my GT-I9001 using XDA App
Click to expand...
Click to collapse
It disables 'scrollingcache' and smooth apps that stutter/lag when scrolling. As for the screenlock lag, try setting your onscreen/offscreen governors. Or you can try softlocker from market.
Sent from my GT-I9001 using xda premium
foxmcc8 said:
Yes.Afterall cranium is based on kps.
Sent from my GT-I9001 using XDA App
Click to expand...
Click to collapse
Maybe the framework.jar is different as this one's based on BroodROM. Try ravox's file above maybe it helps.
Sent from my GT-I9001 using xda premium
No problems here, but I also haven't seen a difference so far.
Tapatalked from my Samsung Galaxy S Plus (Cryberts ROM 1.1 with ICS Theme 2.2 featured by Feacore Kernel nonOC)
There's a bug with the media volume. If you rise it from zero to middle it stops there and then it rises again. Will upload a new file without volume-mod.
Edit: New file with fix is uploaded.
Sent from my GT-I9001 using Tapatalk
Flash update via CWM or unzip and replace?
Tapatalked from my Samsung Galaxy S Plus (Cryberts ROM 1.1 with ICS Theme 2.2 featured by Feacore Kernel nonOC)
Klarostorix said:
Flash update via CWM or unzip and replace?
Tapatalked from my Samsung Galaxy S Plus (Cryberts ROM 1.1 with ICS Theme 2.2 featured by Feacore Kernel nonOC)
Click to expand...
Click to collapse
Like the first file you can flash it simply via CWM.
dr.wtf said:
have you tried it with your rom?
Click to expand...
Click to collapse
yes, just replaced the file manually in root explorer, then rebooted
broodplank1337 said:
yes, just replaced the file manually in root explorer, then rebooted
Click to expand...
Click to collapse
Have you noticed any difference?
omarmakki said:
Have you noticed any difference?
Click to expand...
Click to collapse
not really much actually, but that's the same for all tweaks, they all make a small difference but all together they make a great difference
so seems at least not to brick anything... i think it really has a small effect but it also could be just a placebo...

Prime Battery Widget

This is a duplicate thread, someone can delete it
I saw Asus Battery Widget wasn't included in the new ICS update for the OG transformer.
I found this a useful widget, so I took it off a transformer prime rom and put in on my og transformer and it worked.
Screenshot: http://i.imgur.com/yDYzy.png
Instructions:
Download the apk from below
Using adb: adb push BatteryWidget.apk /system/app
or copy the file to your sdcard and use a root browser to copy it to /system/app
Reboot
Click to expand...
Click to collapse
there was already a big thread on this here
http://forum.xda-developers.com/showthread.php?t=1425466&highlight=porting
it has been reworked and themed
mrevankyle said:
there was already a big thread on this here
http://forum.xda-developers.com/showthread.php?t=1425466&highlight=porting
it has been reworked and themed
Click to expand...
Click to collapse
Sorry I didn't see it. A mod can delete this thread then.
Bug on my transformer, sometime don't detect my battery keyboard ...
Sent from my Transformer TF101 using xda premium
it sometimes happens but you must dock undock for it to work

[Q] Can i edit build.prop to make phone think its a tablet?

I want to use the tablet version of Slingplayer on my Evo LTE instead of the phone version for higher resolution. I know this may not be possible anyway. But can i edit the build.prop to make my phone think its a Xoom or Transformer to maybe get this to work?
Sent from my EVO using xda premium
It is possible to edit build.prop doing but just remember it comes with its own issues. The east way to do it its download ROM toolbox from the market and go to build.prop tweaks. Choose anything from 160-240. 160 its tablet size.
TheRomMistress said:
It is possible to edit build.prop doing but just remember it comes with its own issues. The east way to do it its download ROM toolbox from the market and go to build.prop tweaks. Choose anything from 160-240. 160 its tablet size.
Click to expand...
Click to collapse
Thanks! Did the trick... Now what happens to the slingplayer app when I revert back to 320 density?
EDIT: App is still there and looks great!
Sent from my EVO using xda premium
yes u can change the build prop. by just having a rooted phone,brain,and es file explorer easily available on gogle play.just go to /system/build prop. and choose es note editor and change the display density accirding to your needs
This is a fantastic idea
Sent from my SPH-D700 using XDA
PaulHBK said:
I want to use the tablet version of Slingplayer on my Evo LTE instead of the phone version for higher resolution. I know this may not be possible anyway. But can i edit the build.prop to make my phone think its a Xoom or Transformer to maybe get this to work?
Sent from my EVO using xda premium
Click to expand...
Click to collapse
Type in ro.product.model=<name of a tablet in ''code name'', as Galaxy gio=GT-S5660>
aka.Thatgrass said:
Type in ro.product.model=<name of a tablet in ''code name'', as Galaxy gio=GT-S5660>
Click to expand...
Click to collapse
The lcd density change worked...
Sent from my EVO using xda premium
nooby dooby doo said:
yes u can change the build prop. by just having a rooted phone,brain,and es file explorer easily available on gogle play.just go to /system/build prop. and choose es note editor and change the display density accirding to your needs
Click to expand...
Click to collapse
I am afraid it is a little more complicated then that....
If you do it manually, you have to make sure the right settings are set up on ES or Root Explorer. Here is a good guide for future reference.

ODEX 4.4.2 Kitkat

I just wanted to tips you guys running 4.4.2 kitkat custom DEODEX rom about this.
"Would you like to speed up your rom, more stability, more battery life, no lag to open system app and better ram utilization? Now you can! (Only For Rooted Phone And Deodexed Rom)"
"What is ODEX and DEODEX?
In Android file system, applications come in packages with the extension .apk. These application packages, or APKs contain certain .odex files whose supposed function is to save space. These odex files are actually collections of parts of an application that are optimized before booting. Doing so speeds up the boot process, as it preloads part of an application. On the other hand, it also makes hacking those applicationsdifficult because a part of the coding has already been extracted to another location before execution.
THEN COMES DEODEX
Deodexing is basically repackaging of these APKs in a certain way, such that they are reassembled into classes.dex files. By doing that, all pieces of an application package are put together back in one place, thus eliminating theworry of a modified APK conflicting with some separate odexed parts.
In summary, Deodexed ROMs (or APKs) have all their application packages put back together in one place, allowing for easy modification such as theming. Since no pieces of code are coming from any external location, custom ROMs or APKs are always deodexed to ensure integrity."
"Another explanation is this:
If you odex the rom, you'll have also more space in data (this is important because if you don't have partition ext4 in sdcard, you won't have too free space), increase battery life, more stability and increase perfomance( the Rom is more faster to load system and app) but you can't modifie apk after odex (you can't mod program with classes.dex).
Infact ODEX is an OPTIMIZED-DEX and Android load system and app faster than deodexed (DEOPTIMIZED-DEX) app and system.
When you have a deodex file (a lot of roms are deodexed) you have File.apk in system/app and in data/dalvik-cache/[email protected]@[email protected], but with odex file you have File.apk in system/app and File.odex in system/app"
Big thanks and all creed go to @MatrixDJ96 and the crew :good:
Go to the orginal topic and download to find out more: http://forum.xda-developers.com/showthread.php?t=2527268
How to do Info
1 Go to the orginal topic
2 Post #5
3 Download OdexerTool_1.2_ARMEABI.zip
4 flash in recovery
5 open terminal (installed automatic)
6 type su and grant super su.
7 type odex
8 type all to ODEX all
Edit: If you get error on every apk/jar, type this line (right after you type su) mount -o rw,remount /system
Thanks 4 this, anyone tried it?
Sent from my GT-N7100 using Tapatalk 2
Hi robalm..
How are you doing mate..
Just wanted to ask as I have tried both the file systems personally..
Do you find considerable difference while using them..
To me it all seems to be more of a placebo..
Shot from my Kitkat'ized Note 2 using xda premium app..
vagsvag said:
Thanks 4 this, anyone tried it?
Sent from my GT-N7100 using Tapatalk 2
Click to expand...
Click to collapse
Tested and working on Omega v27 and DN3 v5 from e-team. :good:
Edit: works with SupremeKATv1.0 also
geekynoob said:
Hi robalm..
How are you doing mate..
Just wanted to ask as I have tried both the file systems personally..
Do you find considerable difference while using them..
To me it all seems to be more of a placebo..
Shot from my Kitkat'ized Note 2 using xda premium app..
Click to expand...
Click to collapse
Hi old-timer I'm good thanks for asking. And you?
It have some notable speed differance in launching apps etc, its not huge but its there for sure.
Unfortunately at kenet's deodexed htcmania nd3 themed failed to odex.
Sent from my GT-N7100 using Tapatalk 2
vagsvag said:
Unfortunately at kenet's deodexed htcmania nd3 themed failed to odex.
Sent from my GT-N7100 using Tapatalk 2
Click to expand...
Click to collapse
Where did it failed?
robalm said:
Where did it failed?
Click to expand...
Click to collapse
Installed correctly supersu looks ok failed everywhere, i tried all and one by one, probably is the rom I don't know. I didn't let it to finish started fail fail etc and cut it at all first and when tried one by one the 3 other choices it did the same too. This rom had problem with supersu and I fixed it installing supersu update 1.94, maybe is this I don't know. At supersu application terminal has supersu permissions also when running the script looks that it has supersu permissions. Other apps like mobile odin pro titanium backup etc which need supersu working normally.
Sent from my GT-N7100 using Tapatalk 2
anyone tested ART on this set up ?
Failed on system apps. Dn v5
Sent from my GT-N7100 using XDA Premium 4 mobile app
My phone has about 180 meg free memory on /system. I'm running DN3 V5. Problem is that the odex script runs out of memory, with about half of the apps not odexed.
This resulted in a number of fc's on various system apps, even after I cleared cache and dalvic. I had to reflash DN3 to restore... ?
Sent from my very own Galaxy
rraaka said:
anyone tested ART on this set up ?
Click to expand...
Click to collapse
Yes, i m running ART after odexing ROM.. most of apps are running fine except for those not for ART
Dennis.se.foon said:
My phone has about 180 meg free memory on /system. I'm running DN3 V5. Problem is that the odex script runs out of memory, with about half of the apps not odexed.
This resulted in a number of fc's on various system apps, even after I cleared cache and dalvic. I had to reflash DN3 to restore... ?
Sent from my very own Galaxy
Click to expand...
Click to collapse
Ok remove some system apps you dont need and go (if you like to try on your new flash)
fy168 said:
Yes, i m running ART after odexing ROM.. most of apps are running fine except for those not for ART
Click to expand...
Click to collapse
How did you enable ART runtime?
robalm said:
How did you enable ART runtime?
Click to expand...
Click to collapse
From developer options.. if you cant see developer options in your setting... then go to about phone, built number,, and tap on build number multiple times.. to enable developer options.
Sent from my GT-N7100 using XDA Premium 4 mobile app
fy168 said:
From developer options.. if you cant see developer options in your setting... then go to about phone, built number,, and tap on build number multiple times.. to enable developer options.
Sent from my GT-N7100 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I know how to enable dev option but there is no option on runtime.
Are you using a custum rom?
robalm said:
I know how to enable dev option but there is no option on runtime.
Are you using a custum rom?
Click to expand...
Click to collapse
ROM Cm11, Devil 3.4 kernel
Sent from my GT-N7100 using XDA Premium 4 mobile app
fy168 said:
ROM Cm11, Devil 3.4 kernel
Sent from my GT-N7100 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Aha
robalm said:
Aha
Click to expand...
Click to collapse
LoL what to do with this now LoL ??
Sent from my GT-N7100 MR.Luong Custom rom

Categories

Resources