Hi guys
wont let me post this in the development section on the actual thread due to only posted a few times.
how and where do i write this in on astro file manager, to the build prop, or shall i use a different application to do it?
# pyramid RF team request
ro.ril.enable.dtm=0
ro.ril.gprsclass=12
ro.ril.hsdpa.category=14
ro.ril.hsupa.category=7
ro.ril.hsxpa=3
Try. Adding. It to build.prop
Thanks, Tom
Use a file browser like root browser. Then go to system, build prop, then choose edit text. Find the build prop line your supposed to edit then place in the code you want to edit. That's how I'd do it.
Sent from my HTC Sensation using xda premium
realsis said:
Use a file browser like root browser. Then go to system, build prop, then choose edit text. Find the build prop line your supposed to edit then place in the code you want to edit. That's how I'd do it.
Sent from my HTC Sensation using xda premium
Click to expand...
Click to collapse
Is there any way of knowing whether what I have done is correct or not?
Related
I was wondering about the xml encryption in the applications, are they encrypted at build time, and what kind of encryption?
they are a sort of binary encryption and it is done at build time.
Ya have to go to the source to see them in plain text.
Stericson
Is there another way to decrypt *.xml files without knowing the source code...??????
Wrong section.
Sent from my Mytouch 1.2 using XDA Premium App!
look up brut.all's apktool
you can use that as a codec for the xml's in apks
dw9906 said:
Wrong section.
Sent from my Mytouch 1.2 using XDA Premium App!
Click to expand...
Click to collapse
if you don't have anything useful or nice to say don't say it !
if you really feel that a post is in the wrong section then report the post (triangle in post's top right)
Is there some way that i can edit the version number and other options like android version, rom.name etc. in the about phone menu, in a custom rom?
I was actually tryin to edit the android version in my FroyoPro ROM to 4.0.4..jst faking...
But i am curious. Is there really a way?
Sent from my XPERIA X8 using xda premium
Hello !!!!
Hello,
you must edit the build.prop.
i never do it myself but see this thread
http://www.xda-developers.com/android/edit-your-build-prop-the-easy-way-with-buildprop-editor/
good luck
see this link : https://play.google.com/store/apps/details?id=org.nathan.jf.build.prop.editor&feature=search_result
you can also use esfile explorer with root permissions. just open it with the note editor.
had no idea someone made an app specifically to do the build.prop edits... handy...
But when I edit the build.prop in FroyoPro and do a reboot, the name persists.
But the same worked for AtiFroyo5.2. I could easily convert the version name form Andoid 2.2.1 to 4.0.4
Any idea?
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.
I read in the development to fix the AGPS setting you needed to modify the build.prop and add the following entry if it isn't already there to: ro.ril.def.agps.mode=1
Does it matter where specifically I put this line?
Thanks.
It doesn't matter where you put it
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
;40862804 said:
I read in the development to fix the AGPS setting you needed to modify the build.prop and add the following entry if it isn't already there to: ro.ril.def.agps.mode=1
Does it matter where specifically I put this line?
Thanks.
Click to expand...
Click to collapse
Yea it doesnt matter, but it matters were you put your question at
Must be rooted. Edit build.prop persist.splitwindow .support_all
open system folder
-scroll to build.prop (past folders)
-copy/make backup
-open as text in text editor
-scroll to persist.splitwindow.support_all
-change value to true
- save and reboot
Depending on your app/tool you may need to copy build.prop somewhere, edit and replace old one in system with edited version.
Enjoy.
Sent from my LG-D850 using XDA Premium 4 mobile app
mjgspr95 said:
Must be rooted. Edit build.prop persist.splitview.support_all, change value to true and reboot. If someone already discovered this I couldn't find it...
Enjoy.
Sent from my LG-D850 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Mine says splitwindow but it works!
Thanks!
That's correct... My memory is in a tequila bottle.
Sent from my LG-D850 using XDA Premium 4 mobile app
rooted but can't find build.prop
I'm rooted but having trouble finding build.prop to edit so I can have all apps on split screen. I just came over from HTC my and that was a difficult phone to root so I feel I can do it on this OS but I'm just asking if you can give me a step by step walk through. Any help would be greatly appreciated and thanked.
mjgspr95 said:
Must be rooted. Edit build.prop persist.splitwindow .support_all, change value to true and reboot. If someone already discovered this I couldn't find it...
Enjoy.
Sent from my LG-D850 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
You need a good file manager with system access or an app or an app to edit build.prop. I use rom toolbox pro. Root Explorer is a good option I've used before too.
Sent from my LG-D850 using XDA Premium 4 mobile app
I tried root Explorer, but the editor says that the file is too big and week not save changes...
Sent from my Note3 Rocking DynamicKat or my G3
thanks but still having problems
I downloaded the app you suggested but I am still having trouble finding the build prop. I'm not sure where I am too look. Thanks for the help thus far.
QUOTE=mjgspr95;54316205]You need a good file manager with system access or an app or an app to edit build.prop. I use rom toolbox pro. Root Explorer is a good option I've used before too.
Sent from my LG-D850 using XDA Premium 4 mobile app[/QUOTE]
-open system folder
-scroll to build.prop (past folders)
-copy/make backup
-open as text in text editor
-scroll to persist.splitwindow.support_all
-change value to true
- save and reboot
Depending on your app/tool you may need to copy build.prop somewhere, edit and replace old one in system with edited version.
Sent from my LG-D850 using XDA Premium 4 mobile app
Working great, thanks! What kind of order are the apps in? Mine seems pretty random.
Random also
Sent from my LG-D850 using XDA Premium 4 mobile app
I didn't make this, but it works. Props to XabdullahX for making this.
http://forum.xda-developers.com/lg-g3/themes-apps/app-multiwindow-mod-t2819978
I dont have persist.splitwindow in my build prop.. What should i do
Sent from my LG-D850 using XDA Free mobile app
mjgspr95 said:
-open system folder
-scroll to build.prop (past folders)
-copy/make backup
-open as text in text editor
-scroll to persist.splitwindow.support_all
-change value to true
- save and reboot
Depending on your app/tool you may need to copy build.prop somewhere, edit and replace old one in system with edited version.
Sent from my LG-D850 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
mjgspr95 great info - Might want to edit the OP to show the procedure and possibly change the title to [GUIDE] How to enable all apps in SplitView just to make it easier to find for people and keep the forums organized - also I am pretty sure this should be in General. But thank you for the info - it worked great for me.
and for those who are looking for a file browser - might want to check out ROOT Explorer
blkghost22 said:
I dont have persist.splitwindow in my build prop.. What should i do
Sent from my LG-D850 using XDA Free mobile app
Click to expand...
Click to collapse
I bet you are trying to use Root Explorer to edit the file. Unfortunately the file size is too big and Root Explorer A) won't even show the entire file's contents and B) won't let you save the file even if the right commands were editable......
You have to find another alternative. Personally I pushed the file out of the phone, edited it on my computer, and pushed it back to the phone. It worked fine.
---------- Post added at 08:50 PM ---------- Previous post was at 08:48 PM ----------
neverends said:
and for those who are looking for a file browser - might want to check out ROOT Explorer
Click to expand...
Click to collapse
As much as I like (and also recommend) Root Explorer, it won't work with the build.prop file as it is too big for the Root Explorer text editor.
neverends said:
mjgspr95 great info - Might want to edit the OP to show the procedure and possibly change the title to [GUIDE] How to enable all apps in SplitView just to make it easier to find for people and keep the forums organized - also I am pretty sure this should be in General. But thank you for the info - it worked great for me.
and for those who are looking for a file browser - might want to check out ROOT Explorer
Click to expand...
Click to collapse
I use root explorer as well. I didn't realize that the text editor cant handle that large of a file... Anyway this is the way that I got around it on my Mac:
On Mac:
adb pull /system/build.prop .
vi build.prop
<Make changes>
adb push ./build.prop /mnt/sdcard/
On phone:
Remount /system RW in Root explorer
Rename /system/build.prop to /system/build.prop.bak
Move /sdcard/build.prop to /system/build.prop
Reboot
You could always just download build prop editor from the play store and it works and is easy.
Sent from my LG-D850 using Tapatalk
Edited the build.prop file. Ended up soft bricking my phone. Was able to reset but not fun.
This is an app that doesn't require mucking with build prop. Works well for me.
http://forum.xda-developers.com/showthread.php?t=2707310&page=6
Are this from my thread?? Credit??
spiderio said:
Are this from my thread?? Credit??
Click to expand...
Click to collapse
This thread is older than yours. (At least older than the one that I found.)