[MISC] tun.ko for VPN - G2 and Desire Z Android Development

here is a tun.ko for VPN. Build by scotty2
worksforme

where does this need to be pushed
and exactly does it do lol

Ah, sorry, it can be stored anywhere where it persists reboot.
You need root to insmod it though and right now this needs to be done manually.

Yep, I'm no expert on the inner workings of linux/android, but. I installed VPN Connections v0.99 from here. Then I used the tun.ko from above. I don't know that it'll be persistent, but I'll set up a script in ghost script to move it from my sdcard to /system/lib/modules/ if I need to reboot.
It absolutely works for me.
Thanks for posting it.

smasraum said:
Yep, I'm no expert on the inner workings of linux/android, but. I installed VPN Connections v0.99 from here. Then I used the tun.ko from above. I don't know that it'll be persistent, but I'll set up a script in ghost script to move it from my sdcard to /system/lib/modules/ if I need to reboot.
It absolutely works for me.
Thanks for posting it.
Click to expand...
Click to collapse
Putting it int that dir will not survive a reboot. I put it in /data/local/modules (I created that dir). I am also using the one click root on boot (so it's automatic) and have a script that insmods it. The script must be saved to /data/local/visionary.sh and chmod 755 (at least 744).
#!/bin/sh
insmod /data/local/modules/tun.ko​

mthode said:
Putting it int that dir will not survive a reboot. I put it in /data/local/modules (I created that dir). I am also using the one click root on boot (so it's automatic) and have a script that insmods it. The script must be saved to /data/local/visionary.sh and chmod 755 (at least 744).
#!/bin/sh
insmod /data/local/modules/tun.ko​
Click to expand...
Click to collapse
Yes, you are correct, it doesn't survive a boot. I know just enough to be dangerous, so I created a script in gscript to replace it after a reboot. I looked up the insmod command, it looks like that is a MUCH better option.
Thanks tons

Hi Android Gurus,
I am not a pro in android nor in scripting, I installed VPN Connections v0.99 and followed the mentioned instruction, so now I have Astro file manager installed and I downloaded the tun.ko for VPN. Build by scotty2 and it is on my SD card, don't laugh at me what next?
thanks in advance
John

Beheit said:
Hi Android Gurus,
I am not a pro in android nor in scripting, I installed VPN Connections v0.99 and followed the mentioned instruction, so now I have Astro file manager installed and I downloaded the tun.ko for VPN. Build by scotty2 and it is on my SD card, don't laugh at me what next?
thanks in advance
John
Click to expand...
Click to collapse
Do you have root? You have to have root to be able to get this up and running.
It sounds like this is all that's left.
mthode said:
I put it in /data/local/modules (I created that dir). I am also using the one click root on boot (so it's automatic) and have a script that insmods it. The script must be saved to /data/local/visionary.sh and chmod 755 (at least 744).
#!/bin/sh
insmod /data/local/modules/tun.ko​
Click to expand...
Click to collapse
To me, the easiest way to put the file in that location is with adb.
Then you'll need to go to the vpn gui and setup a connection. For that you'll need the vpn group name and password and your username and password.

where shall I put the file tun.ko ? in the root or should I create a directory like /data/local/modules and put it there?

Beheit said:
where shall I put the file tun.ko ? in the root or should I create a directory like /data/local/modules and put it there?
Click to expand...
Click to collapse
I created that directory and put the module in there

Any one been able to get the openvpn app to work on their G2?
Sent from my T-Mobile G2 using XDA App

thanks for the file. how did you compile it? seems like it doesn't work for the new ota-ed phone, so i'm assuming it needs to be re-compiled correct?
thanks,
Alan

What does this vpn app do? Not experienced with vpn what so ever. Just wondering if I would find it of use. Thx. Sorry for the noob question.
Sent from my T-Mobile G2 using XDA App

wayde187 said:
What does this vpn app do? Not experienced with vpn what so ever. Just wondering if I would find it of use. Thx. Sorry for the noob question.
Sent from my T-Mobile G2 using XDA App
Click to expand...
Click to collapse
it's mainly used to connect back into your corporate network or school.

Anyone able to find or compile one for the new outage kernel?
Sent from my T-Mobile G2 using XDA App

Here is a tun.ko module build off the vision-2.6.32-g814e0a1 source for the 2.6.32.17-g9ab3677 kernel.

Thank you. Insmod's great, now I just wish I could get the vpn to work. :-(
Sent from my T-Mobile G2 using XDA App

The trick is you might need to append your domain to it. Try menu -- flag. Type in "--domain (domain you're on)" without the "s
Sent from my T-Mobile G2 using XDA App

Thanks svends I'll give that a shot when I get near a computer
Sent from my T-Mobile G2 using XDA App

So using this I can connect to my Penn State WiFi, and then connect to the Cisco VPN they use? Normally I can't use my phone on WiFi.. on laptop I connect using Cisco's client.

Related

Vanilla Lockscreen on Sense?

How can I get that? I like the volume slider, since I have to switch to vibrate the other day (i know it goes to silent but I have an app to make it vibrate instead). If anybody has some tips or a way that'd be helpful.
buffnutz1 said:
How can I get that? I like the volume slider, since I have to switch to vibrate the other day (i know it goes to silent but I have an app to make it vibrate instead). If anybody has some tips or a way that'd be helpful.
Click to expand...
Click to collapse
Just delete htclockscreen.apk
Sent from my ADR6300 using XDA App
I'm on the Skyraider rom, don't know if that makes a difference but I'm deleting it with root explorer then the phone shuts off powers up and the file is right back there again.
Careful if you're on the stock rom and delete the default lockscreen apk, I've heard it makes the lookscreen look really bad. But it works on other roms.
Sent from my HTC Incredible
It looks best on 2.2 but it works on 2.1 just it looks messed up
Sent from my ADR6300 using XDA App
buffnutz1 said:
I'm on the Skyraider rom, don't know if that makes a difference but I'm deleting it with root explorer then the phone shuts off powers up and the file is right back there again.
Click to expand...
Click to collapse
Delete it via adb on your computer. I believe it is rm /system/app/htclockscreen.apk
Sent from my HTC Incredible
i would just use astro file mgr on the phone, remove the files from the rom, and flash it again with all changes applied
Sent from my ADR6300 using XDA App
The only way you can delete a file in system, is if you've used unrevoked forever to unlock nand. Then in root explorer, change system to rw (read/write), then I'd rename the app instead of deleting just in case you need to put it back.
Sent from Incredible using Tapatalk.
i meant just to edit the rom.zip on the sd card and then just reflash the rom
Sent from my ADR6300 using XDA App
jdkoreclipse said:
i would just use astro file mgr on the phone, remove the files from the rom, and flash it again with all changes applied
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
I don't think this is possible unless he has Forever installed cause what.he described happened to me like 2 weeks ago, I had to use adb
Sent from my HTC Incredible
Didn't see that, but yeah that will work too. Either way will work just fine.
Sent from my HTC Incredible
Please don't Delete files...
TheWhiteBandito said:
Delete it via adb on your computer. I believe it is rm /system/app/htclockscreen.apk
Sent from my HTC Incredible
Click to expand...
Click to collapse
Please don't rm files from your phone...
Why not
Boot in to recover
Mount System
From you computer (if you on Linux or MAC open a terminal window from Windows open a CMD window) at the prompt type:
ADB Shell
cd /system
mkdir app.backup
mv /system/app/htclockscreen.apk /system/app.backup
You never know when you may need one of files you "RM" into oblivion...
Sent from my MAC looking at my Sky Raider 2.5.2 Incredibly Rooted Phone..
oldman_58 said:
Please don't rm files from your phone...
Why not
Boot in to recover
Mount System
From you computer (if you on Linux or MAC open a terminal window from Windows open a CMD window) at the prompt type:
ADB Shell
cd /system
mkdir app.backup
mv /system/app/htclockscreen.apk /system/app.backup
You never know when you may need one of files you "RM" into oblivion...
Sent from my MAC looking at my Sky Raider 2.5.2 Incredibly Rooted Phone..
Click to expand...
Click to collapse
Yes I aplogize for the poor suggestion, moving the file to an alternate folder is a much better solution.
Sent from my HTC Incredible
Ok, I'm trying to do either way but it say it's a read only file. how do I change that?
buffnutz1 said:
Ok, I'm trying to do either way but it say it's a read only file. how do I change that?
Click to expand...
Click to collapse
If you're in recovery, you have to mount system under the partions menu first.
Edit: or might be sd card & storage menu depending on version of clockworkmod you're running.
Sent from Incredible using Tapatalk.
I've used better terminal emulator to remove the lock screen.
Use this line:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
To mount system.
Then:
cd system/app
rm HtcLockScreen.*
(Case sensitive)
Worked great, had to reboot though and it stuck. Until then the old one stayed.
Thanks to adrynalyne for the mount line.
Sent from my ADR6300 using XDA App
Ok did exactly what you said, then like said it would it rebooted. Comes back up as the HTC one. Am I the only it's done this for? Why won't it just erase?
I just removed mine with adb and it worked without a hitch. Word of caution though if you use your alarm, you need install another clock app otherwise you won't be able to turn the alarm off without pulling the battery. I just installed the stock android desk clock and all is well again.
Sent from somewhere
lgldrgdlr said:
I just removed mine with adb and it worked without a hitch. Word of caution though if you use your alarm, you need install another clock app otherwise you won't be able to turn the alarm off without pulling the battery. I just installed the stock android desk clock and all is well again.
Sent from somewhere
Click to expand...
Click to collapse
Where did you find it? I usually use my alarm clock. :/
I can upload it at some point today. Not sure when I'll be home to do so though.
Sent from somewhere

Adfree Gingerbread

COURTESY OF MODOCO
currently if you try adfree on gingerbread you get some java error to solve this do the following
1. uninstall Adfree
2. download this apk file
3
PHP:
adb remount
adb push AdFree.MCR.apk /system/app
Thanks, I have been trying to get adfree to work all night... Works perfect!
I'm on GingerVillian 1.4. Getting an "Application not installed" message.
Not to hijack but you could also download a hosts file (google one) and put it in /system/etc. This is what that program does for you.
Sent from my HTC Vision
any chance of a .zip? i dont know how to use adb
ADB Works/Copy+Paste, Normal Install Does NOT Work
I’m running GingerVillain 1.4 and it worked for me, but let me venture a guess here: you tried to put the apk into system/app via Root Explorer/ES File Manager/Whatever. Either that or you tried installing the apk as you would install any other apk. Am I right?
I did the same thing, and I ran into the same problem you did. I have no idea why, though I’m sure there is good reason. However, if you uninstall AdFree and then use ADB as directed above it will work just fine. You won’t have to install it or anything; it just magically appears in the application drawer as if you had never uninstalled it in the first place.
ADB works, but RootExplorer-style Copy/Paste does not.
Hope that helps,
-Newbie
I got a mT4G with gingy and adfree works fine. I think one of the updates they did, some ppl were having problems with
4gCM7
I followed the instructions on a G2 with Gingervillain 1.4 and it worked perfectly.
FYI: copying and pasting with Root Explorer doesn't work.
I was lazy, but ended up having to use the adb method.
xomikronx said:
FYI: copying and pasting with Root Explorer doesn't work.
I was lazy, but ended up having to use the adb method.
Click to expand...
Click to collapse
Hmmn...I was able to copy/paste it with ES File Explorer though I didn't uninstall the Market version first. Fixed the issue for me though, so it must have worked.
Worked without a problem, thanks
Sent from my HTC Vision using XDA App
JustAnotherNewbie said:
I’m running GingerVillain 1.4 and it worked for me, but let me venture a guess here: you tried to put the apk into system/app via Root Explorer/ES File Manager/Whatever. Either that or you tried installing the apk as you would install any other apk. Am I right?
I did the same thing, and I ran into the same problem you did. I have no idea why, though I’m sure there is good reason. However, if you uninstall AdFree and then use ADB as directed above it will work just fine. You won’t have to install it or anything; it just magically appears in the application drawer as if you had never uninstalled it in the first place.
ADB works, but RootExplorer-style Copy/Paste does not.
Hope that helps,
-Newbie
Click to expand...
Click to collapse
You nailed it! I used ADB and it's working now. Thanks!
You can put the apk in the root of your sd card and run these commands in terminal if you don't want to use adb:
Su
cd /sdcard
mount -o remount, rw /system
install AdFree.MCR.apk /system/app
You can also make a gscript script with those commands if you constantly flash the GB updates like me. =P
Yay! Thankyouthankyouthankyouthankyou.
So happy to have this back on gingerbread.
Thanks very much
Works perfectly thank you
Sent from my HTC Vision using XDA App
Thanks a lot! Been tryin' to fix this the whole day. God bless you
rUsTyRuSs said:
You can put the apk in the root of your sd card and run these commands in terminal if you don't want to use adb:
Su
cd /sdcard
mount -o remount, rw /system
install AdFree.MCR.apk /system/app
You can also make a gscript script with those commands if you constantly flash the GB updates like me. =P
Click to expand...
Click to collapse
thank you!
Adb pushing or installing from terminal did not work for me. As in, after uninstall of original and following steps, AdFree did not show up in the app list
However,
What I did was this...
su
mount -o remount,rw /system
rm /system/app/AdFree.MCR.apk
install /sdcard/download/AdFree.MCR.apk /system/app/
reboot
Then I installed from market
Not only did it show back up in the app list but no errors were given when updating the hosts file...
Hope this helps!
Sent from me HTC Vision using CM7 Nightly
Final Fix!
AdFree has been upgraded. Uninstall your previous version of AdFree, go to Market and download the new version and it will work just fine. (Supposedly trying to update an old AdFree to the new version won't fix it.)
Troggie81 said:
You nailed it! I used ADB and it's working now. Thanks!
Click to expand...
Click to collapse
^.^ Anytime, I'm happy to help.
rUsTyRuSs said:
You can put the apk in the root of your sd card and run these commands in terminal if you don't want to use adb:
Su
cd /sdcard
mount -o remount, rw /system
install AdFree.MCR.apk /system/app
You can also make a gscript script with those commands if you constantly flash the GB updates like me. =P
Click to expand...
Click to collapse
I think that will be my job for today, looking into gscripts.
Just out of curiosity though, why is it that using RootExplorer/etc to move the .apk to /system/apps work?
I figure I could have installed it after the movie to make up for the install command. (And ES File Manager generally has no problem moving things to root areas.)
Always good to know -why- something is the way it is. I have a tendency to ignore reasons without explanations, and that has backfired a few times.
Or I can dig around XDA to find the answer; there be knowledge in these here forums.
Either way, thanks!
-Newbie

Wifi tethering fix for CM7

I extracted the wifi drivers from system/etc/wifi from a system dump of the SBF and placed them into the system.img from the cyanogenmod backup... they work great... I even was able to get wifi tethering to work via Barnacle...
I am currently trying to experiment with enabling it via the settings but I really have no idea to be honest, I added wifi.tethering.ti=1 to the build.prop but it didn't work, i might have failed too though
Posting link soon for the driver files.... I don't know if ALL of them are necessary
I wasn't able to see barnacle in the market for our devices; this is the APK i used.
Btw use root explorer or ADB the files into your system/etc/wifi/ directory; overwrite old ones... ignore the softap directory (maybe that's why i have not had any luck yet? haha.)
http://www.megaupload.com/?d=8M2WSPQ0
adding this flag
wifi.tethering.ti=1 - failed
testing this flag now
ro.mot.wifi.hotspot=1 - failed
So currently I can get adhoc via barnacle but no infrastructure via settings
Great...
Can you make a updater zip and I will add it in my download section.
If you can't.. let me know and I can help ...
PS
Enabling tethering is kernel related unless you use third party apps
Sent from my MB525 using XDA App
Hope you don't mind... added a zip for recovery in my cm7 thread so you can just flash it.
Again. Great work
Sent from my MB525 using XDA App
thanks I figured it'd be kernel related but I was hoping it was in the kernel already and perhaps just flagged off somewhere...
I can't make the update.zip because to be honest I don't remember how... Hahaha... permissions and scripts? :/ thanks for making the update
You can use wifi update zip as a base. Just add correct system folder with files like app lib etc and delete the old files
For this it would be etc folder
In recovery... if you want to mount sdcard... just start adb in advanced recovery menu then you can mount sdcard.. much easier then having to have phone on to swap and install files
rubbachicken said:
thanks I figured it'd be kernel related but I was hoping it was in the kernel already and perhaps just flagged off somewhere...
I can't make the update.zip because to be honest I don't remember how... Hahaha... permissions and scripts? :/ thanks for making the update
Click to expand...
Click to collapse
Sent from my MB525 using XDA App

[Q] [myONEv RC9.5] ad-blocking whitelist

Hi,
since I cannot post in the myONEv thread, here are my 2 questions:
(i) Is there any ad-blocking software? I have an issue with an application (Medscape) saying I probably have an ad-blocking software ...
(ii) Is there a way to whitelist this app?
I really need this app and the rom is working great, so I'd like to keep it
Thanks
strahc said:
Hi,
since I cannot post in the myONEv thread, here are my 2 questions:
(i) Is there any ad-blocking software? I have an issue with an application (Medscape) saying I probably have an ad-blocking software ...
(ii) Is there a way to whitelist this app?
I really need this app and the rom is working great, so I'd like to keep it
Thanks
Click to expand...
Click to collapse
I believe Curiousnoob added an ad blocking Host file. You can locate it and remove all entries.
Sent from my One V using xda premium
Hosts is usually in /system/etc.
You could edit the file and remove the offending entry, as well. Make sure you mount /system as writable
mrcorey said:
Hosts is usually in /system/etc.
You could edit the file and remove the offending entry, as well. Make sure you mount /system as writable
Click to expand...
Click to collapse
I am quite a noob with android -- can you help me how to do it?
Do you do this on a mobile or via the computer? Either linux or windows is fine, although I have currently drivers only on windows ..
Thanks
strahc said:
I am quite a noob with android -- can you help me how to do it?
Do you do this on a mobile or via the computer? Either linux or windows is fine, although I have currently drivers only on windows ..
Thanks
Click to expand...
Click to collapse
Just flash the attached stock host file in recovery.
You'll remove all the ads block. So you need to install an ads blocking app when you need that feature again.
Thanks, will try that tomorrow!
In the meantime I have found another way: http://forum.xda-developers.com/showpost.php?p=6221846&postcount=11
I myOne RC9 kernel, 5-enabled quick charge.
Or a mod for fast charging

Workaround to write to Ext SDCARD?

I just switched from my M7 to the M8 yesterday. I was excited to have the external SD for saving pictures, moving apps, but mostly to host my backups. I have since unlocked my bootloader and rooted the device. Unfortunately I'm unable to write any back ups through TWRP to the card. I was wondering if anyone found any fixes? I've already tried SDFix but it seems not to work with our device. Any help would be appreciated!
Sidenote: I know this probably belongs under development but I'm unable to post yet as my post count is too low. Thanks again!
iNiREALiZED said:
I just switched from my M7 to the M8 yesterday. I was excited to have the external SD for saving pictures, moving apps, but mostly to host my backups. I have since unlocked my bootloader and rooted the device. Unfortunately I'm unable to write any back ups through TWRP to the card. I was wondering if anyone found any fixes? I've already tried SDFix but it seems not to work with our device. Any help would be appreciated!
Sidenote: I know this probably belongs under development but I'm unable to post yet as my post count is too low. Thanks again!
Click to expand...
Click to collapse
You will need to edit platform.xml file in/system/etc. Are you comfortable ?
I'm not sure. If there was a tutorial that was available I could possibly follow it. Otherwise is this something that could be included in future rom builds? I wouldn't mind waiting.
Sent from my HTC One_M8 using xda app-developers app
iNiREALiZED said:
I'm not sure. If there was a tutorial that was available I could possibly follow it. Otherwise is this something that could be included in future rom builds? I wouldn't mind waiting.
Sent from my HTC One_M8 using xda app-developers app
Click to expand...
Click to collapse
Look for nextapp's SDFix in the play store.. Root and system write protection off is required. It basically edits the file for you (also backs up the original)
silentvisitor said:
You will need to edit platform.xml file in/system/etc. Are you comfortable ?
Click to expand...
Click to collapse
Could you detail the edits for reference anyway please? I'll need to know shortly too.
graffixnyc said:
Look for nextapp's SDFix in the play store.. Root and system write protection off is required. It basically edits the file for you (also backs up the original)
Click to expand...
Click to collapse
The app worked for me!
graffixnyc said:
Look for nextapp's SDFix in the play store.. Root and system write protection off is required. It basically edits the file for you (also backs up the original)
Click to expand...
Click to collapse
Thanks for the help. I tried sdfix this morning. It kept failing and rebooting. I'm rooted but if you could explain how I turn write protection off that would be awesome!
iNiREALiZED said:
Thanks for the help. I tried sdfix this morning. It kept failing and rebooting. I'm rooted but if you could explain how I turn write protection off that would be awesome!
Click to expand...
Click to collapse
the quick way? go to the module thread in Original development and follow the instructions. You'll have to do it at every boot though unless you're on a rom that supports init.d support. If you're on stock I made a guide to disable it on boot automatically without init.d support
My guide: http://forum.xda-developers.com/showthread.php?t=2702575
graffixnyc said:
the quick way? go to the module thread in Original development and follow the instructions. You'll have to do it at every boot though unless you're on a rom that supports init.d support. If you're on stock I made a guide to disable it on boot automatically without init.d support
My guide: http://forum.xda-developers.com/showthread.php?t=2702575
Click to expand...
Click to collapse
Sorry if I'm missing something totally obvious. I went and read the thread. I download the file with extension .ko. Copied it to root of internal memory. Opened up terminal app and typed "sh" then used command "insmod /storage/sdcard0/wp_mod.ko"
Am I missing something?
iNiREALiZED said:
Sorry if I'm missing something totally obvious. I went and read the thread. I download the file with extension .ko. Copied it to root of internal memory. Opened up terminal app and typed "sh" then used command "insmod /storage/sdcard0/wp_mod.ko"
Am I missing something?
Click to expand...
Click to collapse
su
not sh..
type su
hit enter
then type
insmod /storage/sdcard0/wp_mod.ko it wont show you any output or anything.. if it brings your back to the terminal prompt it ran right
graffixnyc said:
su
not sh..
type su
hit enter
then type
insmod /storage/sdcard0/wp_mod.ko it wont show you any output or anything.. if it brings your back to the terminal prompt it ran right
Click to expand...
Click to collapse
I tried it again using "su". I'm pretty sure that is what I used the first time as well because when I entered the command the super user prompt came up to allow access for terminal. Same results. Didn't see any confirmation. Exited app and tried running SDFix and failed again. I then followed your link to your thread and followed step by step. Got all the way to the point where I was trying to save the text document at the end and got the prompt that I could not save the file.
I'm usually pretty good at following tutorials and I'm sure I'm not skipping steps but who knows. I think this one has me defeated lol.
If you put it on your SD card try just /sdcard/wp_mod.ko
Sent from my HTC One using Tapatalk
If you run the command.. And then run it again. It will tell you it already exists that's how I figured out it ran ok..
Sent from my HTC One using Tapatalk
backfromthestorm said:
Could you detail the edits for reference anyway please? I'll need to know shortly too.
Click to expand...
Click to collapse
Sure. Here it is:
You need to make following change to platform.xml in /system/etc.
Add <group gid="Media_rw"/> under WRITE_EXTERNAL_STORAGE and WRITE_MEDIA_STORAGE(or similar).
Save. Set Permission to rw-r-r or 644.
Reboot and Enjoy
Good luck :good:
silentvisitor said:
Sure. Here it is:
You need to make following change to platform.xml in /system/etc.
Add <group gid="Media_rw"/> under WRITE_EXTERNAL_STORAGE and WRITE_MEDIA_STORAGE(or similar).
Save. Set Permission to rw-r-r or 644.
Reboot and Enjoy
Good luck :good:
Click to expand...
Click to collapse
Well I ran through both tutorials (yours and the others) once again. Entered the command twice to confirm and got the message "failed file already exists". So I'm assuming that part went through fine but still unable to run SDFix successfully or edit the install_recovery.sh file. Wouldn't allow me to save through es text edit or the standard one.
So now I'm trying to manually change the platform.xml file. When I navigate to system/etc I don't see any file named "platform.xml". Also tried a search through es file explorer and couldn't find any file. Any thoughts?
iNiREALiZED said:
Well I ran through both tutorials (yours and the others) once again. Entered the command twice to confirm and got the message "failed file already exists". So I'm assuming that part went through fine but still unable to run SDFix successfully or edit the install_recovery.sh file. Wouldn't allow me to save through es text edit or the standard one.
So now I'm trying to manually change the platform.xml file. When I navigate to system/etc I don't see any file named "platform.xml". Also tried a search through es file explorer and couldn't find any file. Any thoughts?
Click to expand...
Click to collapse
My apologies.
Its /system/etc/Permission/platform.xml
iNiREALiZED said:
Well I ran through both tutorials (yours and the others) once again. Entered the command twice to confirm and got the message "failed file already exists". So I'm assuming that part went through fine but still unable to run SDFix successfully or edit the install_recovery.sh file. Wouldn't allow me to save through es text edit or the standard one.
So now I'm trying to manually change the platform.xml file. When I navigate to system/etc I don't see any file named "platform.xml". Also tried a search through es file explorer and couldn't find any file. Any thoughts?
Click to expand...
Click to collapse
Are you mounting it as r/w in the file explorer? It doesn't seem like you're doing that. I know the module works.. You can't just install the module and it's magically writable.. you still have to make it r/w in a file explorer before you make any changes. I don't use es. I use root explorer and there is a r/w button on top.
graffixnyc said:
Are you mounting it as r/w in the file explorer? It doesn't seem like you're doing that. I know the module works.. You can't just install the module and it's magically writable.. you still have to make it r/w in a file explorer before you make any changes. I don't use es. I use root explorer and there is a r/w button on top.
Click to expand...
Click to collapse
Wow. Excuse my ignorance. I wasn't doing that. I downloaded root explorer and used the button to mount as you mentioned and viola I was able to save the edits! I'm now able to create folders on the ext SD. Still get an error when trying to backup from twrp but I guess that's an issue for another day.
I really appreciate all the help!
iNiREALiZED said:
Wow. Excuse my ignorance. I wasn't doing that. I downloaded root explorer and used the button to mount as you mentioned and viola I was able to save the edits! I'm now able to create folders on the ext SD. Still get an error when trying to backup from twrp but I guess that's an issue for another day.
I really appreciate all the help!
Click to expand...
Click to collapse
As of now recovery doesn't support exfat formatted cards, If your sd card is formatted as exfat it will fail in recovery. You need to either format your external sd card to fat32 or just wait until the recovery is updated to support exfat. It will once they get kernel source code
graffixnyc said:
As of now recovery doesn't support exfat formatted cards, If your sd card is formatted as exfat it will fail in recovery. You need to either format your external sd card to fat32 or just wait until the recovery is updated to support exfat. It will once they get kernel source code
Click to expand...
Click to collapse
How far out do you think that is? I was figuring I could just get a cheaper card for my backups. Only thing is if I remember correctly Fat32 only supports up to 4GB files correct? I remember my backups being a tad over that so getting another card might not even make a difference.

Categories

Resources