[Q] broke my home haptic - Captivate Q&A, Help & Troubleshooting

I am running GR-11 and liking it....but I recently uploaded an i9000 theme for JVB roms and it seems to have broken my home haptic feedback. Is there any way to fix this without reflashing...preferably with a CWM zip?

erad1 said:
I am running GR-11 and liking it....but I recently uploaded an i9000 theme for JVB roms and it seems to have broken my home haptic feedback. Is there any way to fix this without reflashing...preferably with a CWM zip?
Click to expand...
Click to collapse
Grab the android policy jar from your rom zip and use root explorer to put it in your system/framework folder and over write the old one. You must be careful flashing themes as the roms are very modded and if the theme doesnt have the mods then you will lose functions like the feedback

Trying to use astro and it doesn't allow me to copy/paste anything into system/framework...never has, although my system is mounted rw thru SGS toolbox...ill have to try another file manager i guess. unless there is something about astro im not aware of. What i've heard/read is that the only difference in the pro version is its ad-free. Is that true?

erad1 said:
Trying to use astro and it doesn't allow me to copy/paste anything into system/framework...never has, although my system is mounted rw thru SGS toolbox...ill have to try another file manager i guess. unless there is something about astro im not aware of. What i've heard/read is that the only difference in the pro version is its ad-free. Is that true?
Click to expand...
Click to collapse
From what I understand Astro will not work as it doesnt have the ability to edit root files. I use Root Explorer and not sure about astro

Thanks for your help but I tried es/file explorer and file expert but neither actually worked....weird? Guess ill just wait for the actual GR release as I am very pleased with my current version.
Sent from my GT-I9000 using XDA App

you need to mount the system folder r/w outside of astro before you edit anything. you can use terminal emulator for that but you might as well use adb for everything. atleast then you mave a big screen and a keyboard. you can also buy root explorer which lets you mount folders r/w in the app, it is one of the few apps that are worth it for root users.

Dani897 said:
you need to mount the system folder r/w outside of astro before you edit anything. you can use terminal emulator for that but you might as well use adb for everything. atleast then you mave a big screen and a keyboard. you can also buy root explorer which lets you mount folders r/w in the app, it is one of the few apps that are worth it for root users.
Click to expand...
Click to collapse
Supermanager mounts RW and is free
This helped me a lot because no ammount of adb shell commands would get my /system to RW

...Root Explorer got me where I needed to be and now my home haptic is back, thanks !

Related

Root access with Astro?

Is there anyway to start Astro as root so you can use it to edit system directories?
I had wished for the same thing.. but i didnt tell nobody.. soo maybe this will be more effective. prevents having to type in the terminal all the time.. not that its bad.. ive learned so much allready since ive had this phone...
I totally agree! That would be perfect! Maybe there a way of editing the code or smth...
If you can't work *MORE EFFICIENTLY* directly from the terminal, then you definitely should NOT have root access via GUI.
lbcoder said:
If you can't work *MORE EFFICIENTLY* directly from the terminal, then you definitely should NOT have root access via GUI.
Click to expand...
Click to collapse
Pretty much this. It seems like most of the people having problems on this website just want root because it's "kewl" but really have no idea what it is or even have a clue on how Linux works.
I actually Emailed the Dev of Astro about this same question and here was his reply.
Here is the email copied and pasted from gmail.
My question
Are you able to make a version that requests root access to delete chmod rename move etc for the 100,000+ users from xda and other boards with root access?
His Reply
On Jan 21, 2009 10:57 AM, "Kevin Payne" <metago.inc[at]gmail> wrote:
This is a bit outside ASTRO's scope at the moment. Technically, ASTRO should work fine on files owned by root if it were run as a root process, but running applications as root is not advised in general. Someone really needs to create a sudo type command to let an individual application run as root.
lbcoder said:
If you can't work *MORE EFFICIENTLY* directly from the terminal, then you definitely should NOT have root access via GUI.
Click to expand...
Click to collapse
d00m said:
Pretty much this. It seems like most of the people having problems on this website just want root because it's "kewl" but really have no idea what it is or even have a clue on how Linux works.
Click to expand...
Click to collapse
Considering the fact that I'm a Systems Administrator as my profession and work with hundreds of Linux/Unix/Windows servers a day, the whole reason why I bought the G1 was for development and tinkering, the fact that my home PC is running Vista x64 (i haven't gotten around to creating a VM or messing with the drivers), and that I do wipes frequently to test different configurations, I'm pretty sure I'll be ok with root access. I'm just tired of manually doing something on that tiny keyboard that can easily be done with a nice pretty GUI. I stare at consoles all day and thousands of lines of black and white text, when I come home I don't exactly want to be anywhere near a terminal.
Also, why bother doing anything on a phone, other than using it as a phone (or for email, texting, etc.), if you don't do it because it's "kewl". I mess with my phone because it's cool to have a mini-*nix based computer with several fun radios on it. If I do something stupid like type "rm -Rf /*" after logging in as root (never going to happen) then that's my own fault.
I don't care if you're a Unix purist and you write up your office reports, spreadsheets, and diagrams in vi. Good for you, you're wasting time that can be better spent on other things because of your stubborn prejudice against GUI's. I asked a question, because I have a reason for that question. If you don't have any answers to that question, then please don't bother replying.
diabolical28 said:
I actually Emailed the Dev of Astro about this same question and here was his reply.
Here is the email copied and pasted from gmail.
My question
Are you able to make a version that requests root access to delete chmod rename move etc for the 100,000+ users from xda and other boards with root access?
His Reply
On Jan 21, 2009 10:57 AM, "Kevin Payne" <metago.inc[at]gmail> wrote:
This is a bit outside ASTRO's scope at the moment. Technically, ASTRO should work fine on files owned by root if it were run as a root process, but running applications as root is not advised in general. Someone really needs to create a sudo type command to let an individual application run as root.
Click to expand...
Click to collapse
I looked into the commands to launch an application from the CLI and found that Astro can be started using the following command:
am start -n com.metago.astro/.FileManagerActivity
However, this doesn't do us any good, since the dalvik VM will take that command and create a process as a sandbox user regardless of what user executes that command. There looks like there's a way to tell the VM to fork the process as a specific uid and gid, but that requires editing the AndroidManifest.xml.
I'm not too good with Java, and I don't know how strict Android's API is, so I don't know if running an apk application as root is even possible.
However, I do know that running commands from inside an application, like su, is possible.
~TM
"Wise men speak because they have something to say; Fools because they have to say something." ~Plato
Solved--Astro with root...(workaround)
kinda late, but in case anyone wants to know this is what I did.
This way technically doesnt allow astro to run with root, but its just as good.
I originally did this a few months back for my G1, and just mod it a little to work on my nexus
- created a script to mount system as rw
- created a script that gives r/w permission to all app directories (/data, /data/app, /data/app-private, /system, /system/app, /system/sd, ...) and all apps inside those directories
-then merged the 2 scripts and named it astro_root_perm
-installed GScript from the market
-created another script that
-first changes all permissions on apps back to what they started as(644, 640...)​-then changes permissions of directories back to what they were​-and finally remounts system back to ro, and named this script to astro_basic_perm​
-used Gscript to create shortcuts of the 2 scripts to my home screen.
-then with bettercut, I changed the scripts' icons to the astro icon. I just colored the astro stock icons "A" green for one script and red for the other
So anytime I want to use astro as root, I just click the shortcut I made with gscript off my home screen, open astro,
Then when Im done with astro, I just run the other script
I know its not the same as running astro AS root, but it works for me.
Im not really a linux guy......I'd really appreciate if someone could help me with this next step
++++++++++++++++++++++++++++++++++++
Does anyone know what I need to include in a script to have it call/open a program automatic?
My ultimate goal is to create one script that will
Mount system rw
Change needed permissions to rw
Automatically open up Astro
Then change all permissions back when astro is terminated
Possibly create a keyboard shortcut for the G1
What do ya think?? is it possible??
Estrongs has limited root file browsing on some ROMs and SU File Manager or Root File Manager will let you browse as root for a small price.
+1 recommendation on Estrongs File Explorer's root option if you want it for free, includes Windows shares browsing over lan.
Otherwise try SUFBS, also has built-in terminal.
Sent from my HTC Hero using Tapatalk
louieG1 said:
My ultimate goal is to create one script that will
Mount system rw
Change needed permissions to rw
Automatically open up Astro
Then change all permissions back when astro is terminated
Possibly create a keyboard shortcut for the G1
What do ya think?? is it possible??
Click to expand...
Click to collapse
I'm not sure exactly how gscript handles things, but with a normal bash (shell) script, the lines are run sequentially. That is, the next line isn't run until the previous line is done. It would seem that you could put all that in one script, and the still-running script wouldn't change the permissions back until astro has ended. But then again, java adds complexity to it and I'm not sure if it works the same.
louieG1 said:
kinda late, but in case anyone wants to know this is what I did.
++++++++++++++++++++++++++++++++++++
Does anyone know what I need to include in a script to have it call/open a program automatic?
My ultimate goal is to create one script that will
Mount system rw
Change needed permissions to rw
Automatically open up Astro
Then change all permissions back when astro is terminated
Possibly create a keyboard shortcut for the G1
What do ya think?? is it possible??
Click to expand...
Click to collapse
Love this idea! Unfortunatly I'm no coder but would love to see something like this created.
I created a "GodMode" script that does exactly this, email me if you want it, I can edit it to work for the G1.
Totally forgot I started this thread, then happened to find it on Google when looking for the same thing, again.
Went back to Windows Mobile for a little bit, missed Android, and now have a Samsung Vibrant.
Still want a way to use ASTRO with root priviledges, especially since I don't have a tactile keyboard anymore.
phaelox said:
+1 recommendation on Estrongs File Explorer's root option if you want it for free, includes Windows shares browsing over lan.
Otherwise try SUFBS, also has built-in terminal.
Sent from my HTC Hero using Tapatalk
Click to expand...
Click to collapse
Thank you.
Estrongs File Explorer enabled me to flash Tamil font in my Rooted T-Mobile G2X mobile phone.
I know i am not answering the question directly. But, i use Linda Manager it gets the job done.
---------- Post added at 08:17 PM ---------- Previous post was at 08:14 PM ----------
raddy said:
Thank you.
Estrongs File Explorer enabled me to flash Tamil font in my Rooted T-Mobile G2X mobile phone.
Click to expand...
Click to collapse
Hi raddy,
I'm also from TN as well, i would love to get the Tamil fonts. Can you please guide me?
Not having tamil fonts on the browser is simply annoying
Hi
If your mobile is rooted, then follow this link.
http://forum.xda-developers.com/showthread.php?t=798380
Sent from my LG-P999 using XDA App
raddy said:
Hi
If your mobile is rooted, then follow this link.
http://forum.xda-developers.com/showthread.php?t=798380
Sent from my LG-P999 using XDA App
Click to expand...
Click to collapse
Cool, i got the tamil fonts on my G1, thanks for the help.

Root explorer

Just about everyone I've talked to about a good way to explore a rooted phone recommends Root explorer. I was a little put off on that it was not a free application, but I did attempt to buy it, only to end in failure. I can only assume that since I am a United States system ,and the Root Explorer's price is registered in £'s, that there is an issue when purchasing applications with currency other than what is listed. So my question is this:
Is there an American equivalent to the Root Explorer, a way to get around the currency issue, or a free alternative?
there is a root option on ES File Explorer (free app). i have never used it tho, so i can't say if it works at all.
I like Astro File Manager, a free app in the Market. I like it.
rdisanza said:
I like Astro File Manager, a free app in the Market. I like it.
Click to expand...
Click to collapse
astro is nice, but you can't view root system files.
I just SSH in, you can see everything I think.
shark0807 said:
Just about everyone I've talked to about a good way to explore a rooted phone recommends Root explorer. I was a little put off on that it was not a free application, but I did attempt to buy it, only to end in failure. I can only assume that since I am a United States system ,and the Root Explorer's price is registered in £'s, that there is an issue when purchasing applications with currency other than what is listed. So my question is this:
Is there an American equivalent to the Root Explorer, a way to get around the currency issue, or a free alternative?
Click to expand...
Click to collapse
dude...i have no issues buying apps priced in non-dollar currency. it requires i use my visa instead of amex...hope this helps..........
You can try to use EStrongs File Explorer, there is a root user option in the prefs. I have not had success so far but feel free to give it a try should you feel comfortable with the risk.
It works, give it root access and the check the Mount image as.... and it works as a root explorer with all the functionality.
Just remember to also check the Show hidden files - option.
trevolutionary said:
You can try to use EStrongs File Explorer, there is a root user option in the prefs. I have not had success so far but feel free to give it a try should you feel comfortable with the risk.
Click to expand...
Click to collapse
lms1407 said:
It works, give it root access and the check the Mount image as.... and it works as a root explorer with all the functionality.
Just remember to also check the Show hidden files - option.
Click to expand...
Click to collapse
Thanks to You both I was able to use EStrongs File Explorer to load The Htc fm radio widget and app to my system/app folder. Adb is pretty unreliable for me on Win7 64 bit.
Cheers
Vernox701 said:
Thanks to You both I was able to use EStrongs File Explorer to load The Htc fm radio widget and app to my system/app folder. Adb is pretty unreliable for me on Win7 64 bit.
Click to expand...
Click to collapse
Rooted Evo on Sprint Lovers 3.7 1-10-11 update, Estrong's method worked for me. Need to enable Root in settings for Estrong and then choose the "Hiapk" option( CM was the only other option, and I wasn't on that, had no idea what hiapk was but went for it anyway!). Was able to easily copy my personalized widget.txt to the \system\customize folder, reboot, and the widgets that I wanted showed up right away.
Flawless.
try super manager in the market it works for me
ES explorer works very good. It has the option to explore as root but is disabled by default.
Enable the option in ES File Explorer and try it.
Super Manager
elliotn said:
try super manager in the market it works for me
Click to expand...
Click to collapse
+1 - this worked for me perfectly and it's FREE.
ES Manager root access didn't work for my cappy - looked like it only worked for CyanogenMod and one other ROM....
i tried all of them, but non let me copy and paste to system folders!
how can i do it? tjs!
tutincho said:
i tried all of them, but non let me copy and paste to system folders!
how can i do it? tjs!
Click to expand...
Click to collapse
In ES Explorer you must set the option to mount the /system partition as writable first. Once done you can do anything there
take a look at androotfile on google code it does the trick for me
http://code.google.com/p/androotfile/updates/list
i would also like to "vote" for super manager.
can't say i like the layout of the file list but it just works.
there is a less popular free alternative called "yaffs explorer" which IMO has an AWESOME file list layout (no huge icons... very slender, great overview) but unfortunately keeps crashing on me. i've only used it for maybe two minutes total and it crashed twice already. and just randomly while i was e.g. changing folders too.
would be nice if others here could try it out and if it doesn't crash on your phone - good for you. but if it does, i hope we'd be able to put a little pressure on the developer to iron out those bugs because i'd LOVE to use this thing as my primary file manager. hell, if it would be stable i'd pay a couple of bucks for it.
trevolutionary said:
You can try to use EStrongs File Explorer, there is a root user option in the prefs. I have not had success so far but feel free to give it a try should you feel comfortable with the risk.
Click to expand...
Click to collapse
This one nice.
Go to the market, and download estrong. Its a great and goodlooking apps, almost can handle everything you need
Sent from my HTC Hero using Tapatalk

[Q] Root access

Hey I was looking around and I couldn't find anything, but is there any way to root our vogues on android? I'm not too experienced, but I know rooting is phone specific, and since ours are a little mixed up, it probably wouldn't work the same. I want a way to do it without using ADB, my computer won't support it. I want to be able to edit/change some system files, I.E. bootanimation, UI components, and removing stock apps. correct me if I'm wrong on any of this, and thanks for any help.
Android on the vogue is rooted
Yes I know our phones are rooted, but the system acts like it's not. I.E. applications that require Root access claim that the phone isn't.
i may be a little behind on all the terms but im pretty sure for the vogue its not root its NAND.
in that case, try this http://forum.xda-developers.com/showthread.php?t=636024
as a good place to start then move on from there.
good luck and welcome to the club
Strange, programs like root explorer function fine for me, tho the system partition is mounted as read-only by default which may cause problems with some apps?
It's rooted, but my guess is those apps are looking for a feature common on rooted phones and not finding it. they might mean that the system partition is not writable, that can be changed using terminal:
Code:
mount -o rw,remount /system
see if that does it.
mrkite38, I tried using terminal like you said, and it returned" mount: permission denied. (are you root?) "
Also, I can use ES File Explorers' Root Explorer option and edit /system and /data just fine, and that app mounts as writable just fine, but terminal doesn't?
delivery_dragon said:
mrkite38, I tried using terminal like you said, and it returned" mount: permission denied. (are you root?) "
Also, I can use ES File Explorers' Root Explorer option and edit /system and /data just fine, and that app mounts as writable just fine, but terminal doesn't?
Click to expand...
Click to collapse
Terminal will, but you have to
Code:
su
first.
Sent from my DROID2 using XDA App
Thanks I'll try that. hey is there any place I could go to find some kind of shortcut/noob/command list for terminal? I have no knowledge whatsoever of code to use
Its stripped out linux shell, you can google busybox and see what commands are available there.
Sent from my DROID2 using XDA App
the phone is rooted, check to see if you have SuperUser.apk installed. you will need that for apps to access root privileges
Here is the SuperUser.apk file from RLS 17
Need to be logged in to download it I think?

[Q] How to install Allshare .apk and .odex

After much google searching, and searching here on XDA, I'm at a loss. I have the Allshare.apk and .odex, however I have had no luck installing them. I've tried various suggesions, including pushing them from adb shell, and nothing seems to work.
I would love to continue using custom roms, but not having Allshare is a big reason for me to just use rooted stock. The rom I'm trying to install it on is Cognition Beta (Froyo).
Titanium Backup also doesn't work for this. It tells me that it backed up Allshare, but when I try to install it, the restore button doesn't even show up.
Also, a quick question for Rom Manager. With the rom backup feature, can you only restore a backup for the rom you are using? (i.e if you want to restore a backup for another rom, you have to flash the rom first, then restore?)
Although posted in the wrong forum... I'd also like an answer to this. Running CDE and would really like to have AllShare to stream movies off my media server.
Sent from my SAMSUNG-SGH-I897 using XDA App
sdotbrucato said:
Although posted in the wrong forum... I'd also like an answer to this. Running CDE and would really like to have AllShare to stream movies off my media server.
Sent from my SAMSUNG-SGH-I897 using XDA App
Click to expand...
Click to collapse
Not sure why this would be the wrong forum. I'm using a Captivate, and trying to install Allshare on a Captivate rom.
use root explorer and add them to System/app and paste both files there.
reboot your device, and voila
mendez91 said:
use root explorer and add them to System/app and paste both files there.
reboot your device, and voila
Click to expand...
Click to collapse
Seriously? It's that freakin simple?
yup
try it,
and let me know the results lol
mendez91 said:
yup
try it,
and let me know the results lol
Click to expand...
Click to collapse
Still at square one. Altho the .apk and .odex are now in system/apps, it didn't affect anything. Also, looked up root explorer, and how to use it, then downloaded it. It won't remount my main file system as read only...so it's permanently in r/w now.
Also tried flashing to killer23d's rom, to use titanium backup on the allshare he has in his rom, still wouldn't work.
So....clueless at this point.
jrphoenix77 said:
Still at square one. Altho the .apk and .odex are now in system/apps, it didn't affect anything. Also, looked up root explorer, and how to use it, then downloaded it. It won't remount my main file system as read only...so it's permanently in r/w now.
Also tried flashing to killer23d's rom, to use titanium backup on the allshare he has in his rom, still wouldn't work.
So....clueless at this point.
Click to expand...
Click to collapse
At one point, I had this same problem, and the only solution there is, is to reflash the rom. It's a PITA, I know. And don't worry about what your filesystem is mounted as in Root Explorer. After every reboot it reverts to read only again.
miztaken1312 said:
At one point, I had this same problem, and the only solution there is, is to reflash the rom. It's a PITA, I know. And don't worry about what your filesystem is mounted as in Root Explorer. After every reboot it reverts to read only again.
Click to expand...
Click to collapse
Unfortunately that doesn't seem to be my case. Even after reflashing Cognition, my file system is still R/W. Didn't even have to hit the white button on root explorer to paste files into system/app.
Also, adding dlna.apk and dlna.odex into system/app still isn't giving me Allshare.
Edit: Well, I've found a better solution. I'm gonna go with Killer23d's rom...looks alot more like stock Froyo, is based on the I9000, has Allshare, AND Mobile AP. Both features that I wanted.
Thanks for trying guys. If anyone does come up with a solution tho, please feel free to use this thread, as searching for allshare.apk on google results in this thread being either the 2nd or 3rd search result (can't remember).
Works for me.
I just put AllShare back in, using the attached file, and it's working fine.
I'm running Cognition 2.2 Beta 9.1.3 and put the file into "system\app" using Root Explorer.
I also changed the permissions of the file and selected just the following:
USER = READ + WRITE
GROUP = READ
OTHERS = READ
Remove any other checked permissions.
In case you don't know how to get into the permissions, just long-press the file, from within Root Explorer, and choose "Permissions" from the list that pops up.
Don't forget to reboot right after.
Your issue is most likely because you are trying to reintegrate an odex'ed AllShare while you are using a de-odex'ed ROM. Ozone777's file looks to be about the correct size for a de-odex'ed AllShare. Just move it into the /system/app folder with root explorer as mentioned above and you should be good to go.
I used terminal to drop the APK attached in the previous post into /system/app and it works beautifully. CogYo 2.2.9
Sent from my SAMSUNG-SGH-I897 using XDA App
Thank you ozone777
The one app that I really wanted back from the stock load!! thank you!!! Worked perfectly on Cognition v2.2 BETA9.1.3
allshare installed
This forum is awesome, I was able to put back allshare and it is working like a champ.
Thanks guys.
Moved to Q&A.
ozone777 said:
I just put AllShare back in, using the attached file, and it's working fine.
I'm running Cognition 2.2 Beta 9.1.3 and put the file into "system\app" using Root Explorer.
I also changed the permissions of the file and selected just the following:
USER = READ + WRITE
GROUP = READ
OTHERS = READ
Remove any other checked permissions.
In case you don't know how to get into the permissions, just long-press the file, from within Root Explorer, and choose "Permissions" from the list that pops up.
Don't forget to reboot right after.
Click to expand...
Click to collapse
Didn't work on Assonance (Froyo).
Errors with: "Application not installed".
Any tips?
i would try to reinstall this file.
ozone777 said:
I just put AllShare back in, using the attached file, and it's working fine.
I'm running Cognition 2.2 Beta 9.1.3 and put the file into "system\app" using Root Explorer.
I also changed the permissions of the file and selected just the following:
USER = READ + WRITE
GROUP = READ
OTHERS = READ
Remove any other checked permissions.
In case you don't know how to get into the permissions, just long-press the file, from within Root Explorer, and choose "Permissions" from the list that pops up.
Don't forget to reboot right after.
Click to expand...
Click to collapse
I am getting this error message. What gives? (BTW, that's on my Bell Galaxy S I9000M with seeAMRS JL2 ROM)
The application AllShare (process com.sec.android.app.dlna) has stopped unexpectedly. Please try again.
Ahhhh you guys rock worked perfect for me as well!!!
Will not work on Cappy running CyanogenMod 7 Nightly. I dont know if this matters.
Baseband T959TLJL3
Kernel 2.6.35.7-gba356bo [email protected]#1
Build GRJ22

mount -o remount,rw /system mount: Read-only file system

Im on Android M preview 2 with Desparis 3.3 kernel, rooted.
I would like to update build.prop and change user -> userdebug.
Before on Lollipop all I had to do is remount /system in rw and change the file.
Android M doesn't allow me to remount /system in rw.
adb push fails to overwrite the file.
Any solutions please ?
jodvova said:
Im on Android M preview 2 with Desparis 3.3 kernel, rooted.
I would like to update build.prop and change user -> userdebug.
Before on Lollipop all I had to do is remount /system in rw and change the file.
Android M doesn't allow me to remount /system in rw.
adb push fails to overwrite the file.
Any solutions please ?
Click to expand...
Click to collapse
I dont think you can write to system at all anymore, even with root. I do it all in recovery for right now.
Thanks! At least it's one possible solution !
david279 said:
I dont think you can write to system at all anymore, even with root. I do it all in recovery for right now.
Click to expand...
Click to collapse
Actually, can you elaborate how do you do it ?
I've just tried booting into TWRP, then connected the phone to PC, did adb push of changed build.prop into /system, reboot the phone and realized that the phone still has the old build.prop.
jodvova said:
Actually, can you elaborate how do you do it ?
I've just tried booting into TWRP, then connected the phone to PC, did adb push of changed build.prop into /system, reboot the phone and realized that the phone still has the old build.prop.
Click to expand...
Click to collapse
First in twrp make sure you mount system in the mount menu then you should be able to push and pull. You probably pushed the file nowhere even though I think you should've got a error message. I pulled the build.prop straight from twrp edited it then pushed it right back. Did it for the tethering hack. ? ?
david279 said:
I dont think you can write to system at all anymore, even with root. I do it all in recovery for right now.
Click to expand...
Click to collapse
sure you can. all i use is root explorer. i change what i need, save it, then reboot for it to take affect. works every time.
simms22 said:
sure you can. all i use is root explorer. i change what i need, save it, then reboot for it to take affect. works every time.
Click to expand...
Click to collapse
I didn't think write to system was working in the M builds. Must be something wrong with his root method.
david279 said:
I didn't think write to system was working in the M builds. Must be something wrong with his root method.
Click to expand...
Click to collapse
maybe. im using despair and sometimes elementalx kernels. does everything else root work for you? all is working here.
edit.. i should ask him, not you
simms22 said:
maybe. im using despair and sometimes elementalx kernels. does everything else root work for you? all is working here.
edit.. i should ask him, not you
Click to expand...
Click to collapse
Root works great in all apps.
The only problem I have is with RO system. Before M I would use ES explorer to modify and save build.prop and Android Terminal to remount system as RW. But it doesn't work like that anymore in M.
Ive never tried root explorer.
jodvova said:
Root works great in all apps.
The only problem I have is with RO system. Before M I would use ES explorer to modify and save build.prop and Android Terminal to remount system as RW. But it doesn't work like that anymore in M.
Ive never tried root explorer.
Click to expand...
Click to collapse
it works exactly like it did before over here. and ive manuslly changed my build.orop several times already.
I'm on Preview 2, rooted, Despair kernel 3.3.
Still confused as to how to enable mounting /system r/w from within Android and not TWRP. Trying FX file explorer as well as Terminal Emulator with no success. I have Busybox installed and under Applet Manager it shows the "Mount" applet as installed and symlinked to /system/bin/toolbox.
KnifeSkills said:
I'm on Preview 2, rooted, Despair kernel 3.3.
Still confused as to how to enable mounting /system r/w from within Android and not TWRP. Trying FX file explorer as well as Terminal Emulator with no success. I have Busybox installed and under Applet Manager it shows the "Mount" applet as installed and symlinked to /system/bin/toolbox.
Click to expand...
Click to collapse
Haven't tried M as it buggy but have used Root Explorer the grand father of file explorers on everything since TBolt.
prdog1 said:
Haven't tried M as it buggy but have used Root Explorer the grand father of file explorers on everything since TBolt.
Click to expand...
Click to collapse
root explorer since 2009 here
simms22 said:
root explorer since 2009 here
Click to expand...
Click to collapse
Root Explorer FTW. Always works and same file system as shows on PC.
Well Root Explorer wasn't the answer, surprisingly enough haha...
Needed insecure boot.img obtained here flashed with help from this thread, with further reading here for better understanding or doing it yourself.
Also I apparently forgot that adbd insecure by chainfire exists until just now, which could have potentially been another solution.

Categories

Resources