How edit kdz file? - LG Optimus L90

Guys,
Good day!
I have a lg l90 410hn and physical buttons stopped working and found a solution to enable the virtual buttons by editing the build.pro the system:
1st You need to have your mobile with root and have the Root Explorer app.
2nd Go to the System folder, hold the build.prop file until the menu appears.
3rd Select open with text editor
4th Go to the last line and write / paste it:
qemu.hw.mainkeys = 0
But when editing the build, the device appears problems:
1- The call does not work
2- the chipcard 1 does not work
3- some system applications are with the android icon and open and close.
Is there any way to edit the build.pro in KDZ file before sending for device?
I'm sorry for bad English!

Hmm, weird... Editing build.prop shouldn't cause such problems. Maybe you've done something wrong while editing it?
You can try other tools after a fresh system install to edit build.prop. I know Kernel Auditor can do it.
Sent from my LG-D410 using XDA Free mobile app

lfom said:
Hmm, weird... Editing build.prop shouldn't cause such problems. Maybe you've done something wrong while editing it?
You can try other tools after a fresh system install to edit build.prop. I know Kernel Auditor can do it.
Sent from my LG-D410 using XDA Free mobile app
Click to expand...
Click to collapse
I solved my problem in parts using the swapper, but still not what I want. I will monitor the forum to find a solution !!
I used several applications to edit the build. After editing build the device presents problems

Related

[Script]Loopy Smoothness Tweak[TUT]

requires Root (Superuser/Busybox), and a kernel that supports "init.d" scripts (script files that are stored in /system/etc/init.d/).
The script also has a partner called V6 supercharger they go pretty well together heres a link to the V6 supercharger by zeppelinrox
this script is so easy to use but users might have problems using it so here is a easy install for you all to use i have converted it to run on non samsung phones by renaming the file and removing processes connected to the stock samsung apps
Have Clockwork recovery installed
Download the update.zip from the bottom of the post
Reboot into recovery and install the update.zip
Now for the really easy part
Using Root Explorer navigate to ect/init.d and select mount RW now scroll down to the "97loopy_smoothness_tweak" file and open it in the text editor within root explorer and you will see the 3 main sections to the script they are called
At the start of the script you will see this
Code:
USER_LAUNCHER=""
you need to add the launcher you currently use so that it gets locked in
Resident system apps
Other system apps
Other apps
in the 3 sections you will see lines one code that look the same which are
Code:
if [ $PROCESS_1 -eq "0" ]; then PNAME="com.android.phone"; NICELEVEL=-20; if [ `pidof $PNAME` ]; then renice $NICELEVEL `pidof $PNAME`; PROCESS_1=1; P_CHECK=`expr $P_CHECK + 1`; fi; fi;
All you do to add a app you want to keep in memory for as long as possible is to edit the script and change these values for e.g the stock dialer to go contacts
Code:
PNAME="com.android.phone";
to
Code:
PNAME="com.japps.contactpro";
that will keep Go Contacts EX locked in the background so everytime you wish to use the GC EX dialer you wont have to wait for it redrawing before using it.
To find the process names goto the data/data folder and all the folders you see in there are the process names used by the apps e.g. the com.android.vending folder is the process name for the vending.apk aka market app.
Just to let users no this script will not auto start the apps on reboot and once you first select the app you have added to the script after reboot you will have to wait for the app to redraw the app again into the memory slot once it has done that the app will remain in a cache type(hidden) form until you run the app again then it will return to ram in the foreground.
lpy of XDA said:
What this script hopes to achieve:
- Entering your PIN with minimal/no delay/lag
- Minimising delay with lock screen pattern/unlock (not the time it takes to wakeup, but the touchscreen response lag)
- Having smoother notifications on the status bar, and smoother pulldown menu response
- Minimising Launcher lag while Media Scanner is running (can scroll through screens without heavy pauses)
- Minimising lag when scrolling through the market while icons are still loading
- Installing/Uninstalling apps while continuing other tasks
- Minimising/eliminating intermittent lag spikes in gaming
- No delay in being able to answer phone calls
... you get the idea
Click to expand...
Click to collapse
Thanks goes to the creator lpy @XDA
tweak source:
http://forum.xda-developers.com/showthread.php?t=1137554
Download:
http://www.mediafire.com/?g4fte3m87t3ukui​
Install via CWM as update.zip ???
Have you tested this? I'm doing backup right now, and I might, but I'm looking at the script, and it says it's for Galaxy S. There's also a part on one of the first lines where you have to specify your launcher. Also, I don't think the scripts it our init.d even begin with "S_..", but rather with a two digit number, e.g. "06swapon".
EDIT: I edited the file to point to my launcher "com.fede.launcher", and touched nothing else. Named it "18smooth" or something of the sort, and put it in /system/etc/inid.d. The system failed to boot(never got past the second "LG" screen. Maybe it's the rom I'm using, but this is not working so far. I hope your promised tutorial is of use.
nutterbg said:
Have you tested this? I'm doing backup right now, and I might, but I'm looking at the script, and it says it's for Galaxy S. There's also a part on one of the first lines where you have to specify your launcher. Also, I don't think the scripts it our init.d even begin with "S_..", but rather with a two digit number, e.g. "06swapon".
EDIT: I edited the file to point to my launcher "com.fede.launcher", and touched nothing else. Named it "18smooth" or something of the sort, and put it in /system/etc/inid.d. The system failed to boot(never got past the second "LG" screen. Maybe it's the rom I'm using, but this is not working so far. I hope your promised tutorial is of use.
Click to expand...
Click to collapse
yes i have tested it and it works i will be uploading a modded one for the update.zip but if you install it just rename it to 97smoothnees, it asks for the launcher you currently are using e.g. adw launcher but if you have any worries wait until tomorrow for the tut
I think this is helping with battery management because my battery seems to be going down slower
Sent from my GT540 using XDA Premium App
Let's hope I'm wrong. Looking forward to that tutorial.
Downloaded it, and flash'd it in cwm on my girlfriends gt540. In her opinion, it makes a noticeable difference.
Sent from my Nexus S using XDA Premium App
Oki, so I install this script and I must say that it's working. ;-)
Tut added hopefully you can all understand it
Hmm, I don't know why but I don't have "97loopy_smoothness_tweak" in folder.
pRo_lama said:
Hmm, I don't know why but I don't have "97loopy_smoothness_tweak" in folder.
Click to expand...
Click to collapse
let me have a quick check to see whats going on
eoghan2t7 said:
Have Clockwork recovery installed
Download the update.zip from the bottom of the post
Reboot into recovery and install the update.zip
Click to expand...
Click to collapse
I did this and when i'm trying to do next i can't find the file in etc/init.d folder
pRo_lama said:
I did this and when i'm trying to do next i can't find the file in etc/init.d folder
Click to expand...
Click to collapse
i just tried the update.zip again there and it installed fine for me what clockwork version are you using?
but you can extract the zip file and manually add the file to the init.d folder and give it these perrmissions
xxx
xxx
xxx
I have 4.0.1.4.
When I apply script, reboot phone then on screen with PIN I don't have any delay.
pRo_lama said:
I have 4.0.1.4.
When I apply script, reboot phone then on screen with PIN I don't have any delay.
Click to expand...
Click to collapse
try adding it manually to see what happens.
So I must manualy add the file into system and then continue with tutorial ???
yes you coy the script to the ect/init.d folder then continue with the tut
ok, i'm going to try it ;-)
Can't download please mirror on another hoster.
Sent from my GT540 using XDA Premium App
Should this method not eat battery rather than conserving it? As apps run in background correct me if m wrong....
Sent from my GT540 using XDA App

[SOLVED] GPS problems after GB update

Got GPS problem after the update with my LG o2x.
It cant seem to find any sats. Done everything thats been said on other threads nothing helps.
Any one with the same problem ?
Me 2. I get fix for about 2 sec. Then its stuck afterwards.
I don't even get a lock
Try clearing AGPS data with GPS Status
doesn't help. Can people please post their settings in hidden menu. All of them please
http://forum.xda-developers.com/showpost.php?p=19002334&postcount=41
some people said it work some said not work so try as your choice.
do you disable gps if you don't use it?
in official froyo and officeal gingerbread (v20l)
gps need to be enable on boot if you want good signal , otherwise you will always lose it
so try this
enable gps
reboot phone
turn on mobile data ( no wifi !)
open your gps app
I got my first fix in about 30 secs (cold start)
second on in 5 sec
Same problem as some of us had with previous leaked GB roms. Topogigi fixed the problem by tweaking service.jar file, that's the only thing I know. He talked about way of calling hardware that was wrong and explained that after a lock the GPS vanished..
You should search in Topogigi thread, there is a workaround in the beginning pages that could work (setting a new server in hidden menu).
That's why I'll stay with my ROM for now... It is perfectly working.
+1 from me, davjan. Seems to work for me. Thanks.
+1 here! Thanks for your trick davjan,works!
Sent from my LG-P990 using XDA App
+ Working for me !!!
file is allot bigger so whats the difference with stock v20L ?
thanks anyway !!
k101d said:
http://forum.xda-developers.com/showpost.php?p=19002334&postcount=41
some people said it work some said not work so try as your choice.
Click to expand...
Click to collapse
This works for me thanks a lot!
send from galaxy 3
davjan said:
do you disable gps if you don't use it?
in official froyo and officeal gingerbread (v20l)
gps need to be enable on boot if you want good signal , otherwise you will always lose it
so try this
enable gps
reboot phone
turn on mobile data ( no wifi !)
open your gps app
I got my first fix in about 30 secs (cold start)
second on in 5 sec
Click to expand...
Click to collapse
This worked for me!, however the srs level for each sat is not greater then 40 for some reason :S
I'm also experiencing this: as soon as the GPS gets a fix, the gps device itself seams to disappear. The Nav-app does get a valid location for one second and then the gps icon disappears.
This problem was not present in 10D and it does seem to happen when I activate the GPS later. If I boot with GPS enabled, the problem doesn't seem to occur.
Can this be fixed with the custom Jar file from Topogigi? Or is that for a different problem (no fix at all or something else - I do get a fix quickly but the GPS device seems to disappear then).
If so, how can I install it on my stock 20L? Some post talks about mounting a folder. How can I do that? I guess I need to root first and then use some kind of program on my pc or....?
I'm sorry if this has been covered before but I'm new to all this and there is so much information and a lot is hard to understand if you're new to this.
k101d said:
http://forum.xda-developers.com/showpost.php?p=19002334&postcount=41
some people said it work some said not work so try as your choice.
Click to expand...
Click to collapse
This got me into a bootloop...
Have you tried using the nokia servers, that cured my problem not getting a lock with froyo.
Sent from my LG-P990 using Tapatalk
Dkzs said:
This got me into a bootloop...
Click to expand...
Click to collapse
Let me gues..you deleted the services.jar and put the downloaded ZIP file in the framework folder without unpacking/renaming the file to services.jar ??
These are basic things to check but this could better be mentioned in the thread...
KillerbeeNL said:
Let me gues..you deleted the services.jar and put the downloaded ZIP file in the framework folder without unpacking/renaming the file to services.jar ??
These are basic things to check but this could better be mentioned in the thread...
Click to expand...
Click to collapse
Actually no. I copy/paste the unziped jar file using esfile explorer. Got a message files were merged. Then bootloop.
Tried with the help of thansen to recover the file via clockwokmod but that didnt work aswell. So I reflashed the v20l kdz and rerooted.
Sent from my LG-P990 using XDA App
Dkzs said:
Actually no. I copy/paste the unziped jar file using esfile explorer. Got a message files were merged. Then bootloop.
Tried with the help of thansen to recover the file via clockwokmod but that didnt work aswell. So I reflashed the v20l kdz and rerooted.
Sent from my LG-P990 using XDA App
Click to expand...
Click to collapse
To bad, i did exacly the same only i used rootexplorer
Dkzs said:
Actually no. I copy/paste the unziped jar file using esfile explorer. Got a message files were merged. Then bootloop.
Tried with the help of thansen to recover the file via clockwokmod but that didnt work aswell. So I reflashed the v20l kdz and rerooted.
Sent from my LG-P990 using XDA App
Click to expand...
Click to collapse
Just simplify set /system/framework folder into RW mode then delete the old one and then copy the file that extract from zip file into /system/framework then change file permission to 644 (rw-r--r--) --> reboot OR
Here the method from origin
1- Just mount your "/system/framework" folder writeable.
2- Then overwrite the existing "services.jar" with the attached one.
3- Reboot your phone and your gps will get its fix in only some seconds.

SIM Toolkit for ICSSGS

Dear all,
I am desperately looking for a STK.apk from the ICS SDK.
I am currently unable to install the sdk since I have no access to a computer right now.
Can someone please post a link to the latest stk.apk?
Sent from my I9000 using XDA App
Edit:
I have found another STK.apk than the one from post 3. The latter one has been extracted from OneCosmic's ICS Beta 1. It works fine for me as well. Apparently my Dual SIM adapter does not need all functions of STK, so it may not work for sending provider codes.
Anyone who is able to use the attached STK with provider codes, please provide feedback for others.
SiriusCybernetik said:
Dear all,
I am desperately looking for a STK.apk from the ICS SDK.
I am currently unable to install the sdk since I have no access to a computer right now.
Can someone please post a link to the latest stk.apk?
Sent from my I9000 using XDA App
Click to expand...
Click to collapse
mmeeetooo i need it plzzzzz
Success
To all it may concern:
I downloaded the STP.apk (SIM ToolKit) from the ICS Apps Dump , copied the apk to "system/app" and changed the permissions to Owner: RW, Group: R, Others: R
To do so, use any Root Explorer app.
As I am not yet allowed to paste links, please PM me if you want me to sent it to you.
Works like a charm now...
Steps:
1. Download 'stk.apk' and copy it somewhere on your phone
2. Move it to '/system/app' with a root enabled file manager
3. Change the permissions as described above
4. Reboot
F.y.i.: Root does not work on my ES File Explorer.
I use 'File Manager HD', cause it's easy to use and it is free.
Dont forget to enable root in the settings.
Permissions can be changed by long press on the file.
Doesn't work with 4.0.3 Is there newer apk available?
Toonio said:
Doesn't work with 4.0.3 Is there newer apk available?
Click to expand...
Click to collapse
Well I am on Onecosmics great RC1 with "updated" kernel, which is also 4.0.3 and it works perfect. It works even better than on GB.
I am using a dual SIM adapter which needs STK to switch between SIMs. On GB Stock, the process crashed from time to time and I had to restart the phone in order to be able to switch SIMs. Now, I doesn't crash anymore.
- Did you copy the file with a root-enabled explorer and assign the correct permissions?
- Do you have any radio related issues on your ICS installation? (e.g. incoming/outgoing calls working, no mobile data issues etc.)
I did all the things above, can't instal it....
Need other version of stk.apk?
Greetz
I don't think that you need another version, since this one is from the ICS System App Dump and it works perfect with 4.03
Do you receive any FCs on the Phone process? Can you copy stk.apk to system/app ? Did you check permissions (i.e. rw-r--r--)? Is the stk.apk still in the correct folder after reboot? Did you reboot?
A detailed description of what happens would be an asset if you want help.
I did everything as described here. Seems that app somehow works, but something isn't like it should be. My confirmation through stk doesnt reach back to server I guess.
STK depends on RIL!
Toonio said:
I did everything as described here. Seems that app somehow works, but something isn't like it should be. My confirmation through stk doesnt reach back to server I guess.
Click to expand...
Click to collapse
I'm not surprised... this is the same behavior I saw on CyanogenMod 7.
SIM Toolkit is heavily dependent on the Radio Interface Layer (RIL) implementation. As I understand it, the RIL is the hardware/software component which interacts with the phone's modem/baseband in order to call, SMS, 3G, etc. SIM Toolkit and USSD codes are all dependent on separate functions in the hardware, and the software layer must also implement hooks for them to work properly. The original poster's SIM switching gadget might work because the functions it relies on are implemented, while the ones we need are not.
Also, I've noticed that certain operations work on Onecosmic's ICS which don't work on Teamhacksung's, such as *522#, my bank's mobile interface. STK has only ever worked for me on Samsung stock ROMs.
More info about Android's RIL software and how it interacts with the hardware: http://www.netmite.com/android/mydroid/development/pdk/docs/telephony.html
Thanks aorth, for this detailed insight.
So I must consider myself as a 'lucky guy'.
Could the issue be fixed by using or porting a Nexus S modem?
Sent from my I9000 using XDA App
Damn, it won't wok properly then?!
Thx, and I'll keep hoping
I did everything in the steps. It's installed. I can't seem to find it in the app drawer. Nothing in my app drawer is hidden. So, since i can't find it. I can't run it.
Solutions?
Hi, with 'installed' , do you mean 'copied to \system\app' with correct permissions and still there after reboot ?
Sent from my I9000 using XDA App
not sure if this is the right place to ask but has anyone had an issue while on a call the only way yo talk to the person is either on bluetooth or speaker? btw using kernel that came with rc3plus
I can install it as a normal app or should I be root?
kasitodo said:
I can install it as a normal app or should I be root?
Click to expand...
Click to collapse
You must be root and you need a file manager with root access.
c.f. instructions on first page, post #3.
If you are not used to do this kind of stuff, be cautious and follow the instructions step by step. PM me, if you are unsure.
Do it at your own risk. I am not responsible for whatever could be the consequences of your doing.
I've just downloaded and followed the instructions for installation at post #3 and it worked fine! I'm using Onecosmic's ICS RC3.1 in my SGS.
Thanks...
SiriusCybernetik said:
To all it may concern:
I downloaded the STP.apk (SIM ToolKit) from the ICS Apps Dump , copied the apk to "system/app" and changed the permissions to Owner: RW, Group: R, Others: R
To do so, use any Root Explorer app.
As I am not yet allowed to paste links, please PM me if you want me to sent it to you.
Works like a charm now...
Steps:
1. Download 'stk.apk' and copy it somewhere on your phone
2. Move it to '/system/app' with a root enabled file manager
3. Change the permissions as described above
4. Reboot
F.y.i.: Root does not work on my ES File Explorer.
I use 'File Manager HD', cause it's easy to use and it is free.
Dont forget to enable root in the settings.
Permissions can be changed by long press on the file.
Click to expand...
Click to collapse
Well, i tryed everything and it doesnt work for me on "Onecosmic's ICS Port Android 4.0.3 RC3.1" :s
PS: I tryed with Root Explorer, Super Manager and even downloaded the app you said, but it doesnt have any option for Root lol, so i cant access those folders :s
NaabKing said:
Well, i tryed everything and it doesnt work for me on "Onecosmic's ICS Port Android 4.0.3 RC3.1" :s
PS: I tryed with Root Explorer, Super Manager and even downloaded the app you said, but it doesnt have any option for Root lol, so i cant access those folders :s
Click to expand...
Click to collapse
What exactly does not work? Do you have working root access?
If you are not able to copy the files to the specified location, then either your root is not working or you have not enabled it correctly.
In the app I mentioned, you must do the following:
- start 'file manager'
- press left button and select 'settings' from the context menu
- tick 'Root Explorer' and 'Mount system writeable' checkboxes
- allow the app root access whenever asked...
Sent from my GT-I9000 using XDA App
SiriusCybernetik said:
What exactly does not work? Do you have working root access?
If you are not able to copy the files to the specified location, then either your root is not working or you have not enabled it correctly.
In the app I mentioned, you must do the following:
- start 'file manager'
- press left button and select 'settings' from the context menu
- tick 'Root Explorer' and 'Mount system writeable' checkboxes
- allow the app root access whenever asked...
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
Ofc. i have root access, but for me, it simply didnt work, the app doesnt show in the app list =/

[Q] How to enable data toggle

Now that we have root, anyone figured how to enable data toggle?
Is there a way to do it without sqllite app ($2.99)?
yoonus said:
Now that we have root, anyone figured how to enable data toggle?
Is there a way to do it without sqllite app ($2.99)?
Click to expand...
Click to collapse
I have sqlite app but it does not work it gives code 14 error with i try to open settings.db. From what I see others are saying its because of the stock kernel preventing settings.db from being access by sqlite. I am looking into it i'll let you know if I find out something.
Data Togles
There is a way to do it posted in the Sprint forum.
I can confirm that it does work with the ATT variant.
I tried it and it works.
http://forum.xda-developers.com/showthread.php?t=2732722
[MOD] Enabling "Hidden" Quick Tiles
*in the forum it tells you how to do it with another editor. (a free one)
johnjohn2014 said:
There is a way to do it posted in the Sprint forum.
I can confirm that it does work with the ATT variant.
I tried it and it works.
http://forum.xda-developers.com/showthread.php?t=2732722
[MOD] Enabling "Hidden" Quick Tiles
*in the forum it tells you how to do it with another editor. (a free one)
Click to expand...
Click to collapse
I tried with SQLite Debugger app. I added MobileData and Data to the value.
The values are updated correctly.
After I reboot, I cannot see Mobile data toggle. I have also tried just adding MobileData. That too did not work
Google around for the app and download it for free and install it. Then follow this link. It worked for my AT&T S5.
http://forum.xda-developers.com/showthread.php?t=2732722
Sent from my "ROOTED" SAMSUNG-SM-G900A using XDA Premium 4 mobile app
SQLite Editor works
Thanks. I got 'SQLite Editor' and it worked.
After reboot, I was able to view MobileData in the toggles.
First time when you click the toggle, it brings up the setting page to enable Mobile data.
After that, it behaved as normal toggle.
I had tried below apps - But did not work.
sqlite Database Editor - This never completed loading Application database. Hence did not work
SQLite Debugger - I was able to modify settings.db. When I run the query again after reboot, I could see the modified value.
But toggle was never visible. After installing SQLite Editor, when I ran the query, MobileData was not there.
So I assume, SQLite Debugger never changed settings.db. I had system partition mounted as rw using root explorer.
yoonus said:
Thanks. I got 'SQLite Editor' and it worked.
After reboot, I was able to view MobileData in the toggles.
First time when you click the toggle, it brings up the setting page to enable Mobile data.
After that, it behaved as normal toggle.
I had tried below apps - But did not work.
sqlite Database Editor - This never completed loading Application database. Hence did not work
SQLite Debugger - I was able to modify settings.db. When I run the query again after reboot, I could see the modified value.
But toggle was never visible. After installing SQLite Editor, when I ran the query, MobileData was not there.
So I assume, SQLite Debugger never changed settings.db. I had system partition mounted as rw using root explorer.
Click to expand...
Click to collapse
How did you do it? I tried but I keep getting code 14 error. Then I tried to copy the settings.db to SD card I was able to edit it without error. Then I copy it back to the original folder but then when I reboot it freezes at the att logo. I need help any idea.
Sent from my SAMSUNG-SM-G900A using XDA Free mobile app
good luck
vat829 said:
How did you do it? I tried but I keep getting code 14 error. Then I tried to copy the settings.db to SD card I was able to edit it without error. Then I copy it back to the original folder but then when I reboot it freezes at the att logo. I need help any idea.
Sent from my SAMSUNG-SM-G900A using XDA Free mobile app
Click to expand...
Click to collapse
Please check this thread http://forum.xda-developers.com/showthread.php?t=2732722
It has step-by-step on how to do with sqllite.
Also make sure you have /system mounted read-write before running the steps.
To bring back your phone back to life, please check other threads. Many people had issue S5 stopping at att boot logo. All those were related to enabling Ultra power saving mode.
yoonus said:
Please check this thread http://forum.xda-developers.com/showthread.php?t=2732722
It has step-by-step on how to do with sqllite.
Also make sure you have /system mounted read-write before running the steps.
To bring back your phone back to life, please check other threads. Many people had issue S5 stopping at att boot logo. All those were related to enabling Ultra power saving mode.
Click to expand...
Click to collapse
I did followed it step by step and i did not enable Ultra Power Saving Mode. Also my settings.db did not contain "notification_panel_active_app_list" but "notification_panel_active_app_list_for_reset"
vat829 said:
I did followed it step by step and i did not enable Ultra Power Saving Mode. Also my settings.db did not contain "notification_panel_active_app_list" but "notification_panel_active_app_list_for_reset"
Click to expand...
Click to collapse
You remind me of me. You're making it much harder than it is.
If your're getting code 14 error, then you're probably using an older version of sqlite editor, or one of the other sqlites, if I'm not mistaken. And, you're not going to get too many suggestions on where to get apps free from around here.
Now, to bring your phone back, I recommend either using my guide, or the one in the ultra power save thread. But, you only need to flash the AP file in Odin if you don't want to factory reset your phone right away.
I am using the last sqlite editor 2.1.
Sent from my SAMSUNG-SM-G900A using XDA Free mobile app

[Q] Android M rooted - Cant edit build.prop

Hey guys,
so I flashed the Android M preview from Vomer, despair M Kernel, and SuperSU and everything is working fine/I have working root access. I am trying to go into the build.prop to edit a few things but every app I use to try and edit it is giving me an error and saying it failed. It is also not saving any changes that I make and try to push through ADB. Does anyone have any idea what is happening here and/or how to fix it?
Thank you in advance.
Try pushing it using and whilst in recovery as a work around. As for the main issue, no idea
I used root explorer(with m and despair kernel) to edit my build.prop, without any issues.
Tried all the major explorer apps while running the M preview on my Nexus 6. None seem to be able to successfully save (some say they did, others report a failed save) the build.prop edit.
Sent from my Nexus 6 using XDA Free mobile app
natemup said:
Tried all the major explorer apps while running the M preview on my Nexus 6. None seem to be able to successfully save (some say they did, others report a failed save) the build.prop edit.
Sent from my Nexus 6 using XDA Free mobile app
Click to expand...
Click to collapse
sounds like you might not be doing it right. I use root explorer, copy/paste whatever into the build.prop, save it, then reboot for it to take affect. and it works every single time.
I edited mine just fine with a regular Build Prop Editor from the play store. Runing JDX M preview with despair kernel as well. I needed to get rid of the pesky NAV buttons so I could use LMT.

Categories

Resources