How to install application in / system / app? - RemixOs - Remix OS for PC

When I try to install an app as a system application LuckyPatcher he told me that there is more free space.
But I have a partition of ~ 20 gigabytes while I only use ~ 12Gigas.
I try to write in System / App with console but ".. Read-only" and when I do "su" and "chmod .." nothing is happening
I'm lost
Thanks.

HugoEF said:
When I try to install an app as a system application LuckyPatcher he told me that there is more free space.
But I have a partition of ~ 20 gigabytes while I only use ~ 12Gigas.
I try to write in System / App with console but ".. Read-only" and when I do "su" and "chmod .." nothing is happening
I'm lost
Thanks.
Click to expand...
Click to collapse
Look here http://forum.xda-developers.com/remix/remix-os/guide-modify-remix-3-0-101-t3428553
Sent from my on Z00A using XDA Labs

lollyjay said:
Look here http://forum.xda-developers.com/remix/remix-os/guide-modify-remix-3-0-101-t3428553
Sent from my on Z00A using XDA Labs
Click to expand...
Click to collapse
Thank's it works !

V3.0.204
lollyjay said:
Look here http://forum.xda-developers.com/remix/remix-os/guide-modify-remix-3-0-101-t3428553
Sent from my on Z00A using XDA Labs
Click to expand...
Click to collapse
IS there a seperate intrd img file for v3.0.204?

Related

Few questions

Has there been anything on rooting directly from the phone?
And has anyone made an update.zip with unlockd boot?
Sent from my MB855 using XDA Premium App
Yes, you can root directly from your phone by using terminal emulator but you have to put photon-torpedo.tar to /data/tmp first. I rooted my photon on the phone itself.
GraphicDemon said:
Has there been anything on rooting directly from the phone?
And has anyone made an update.zip with unlockd boot?
Sent from my MB855 using XDA Premium App
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1216143
A little bit of reading goes a long, long way. This thread will tell you the current state of the art.
urcboss07 said:
Yes, you can root directly from your phone by using terminal emulator but you have to put photon-torpedo.tar to /data/tmp first. I rooted my photon on the phone itself.
Click to expand...
Click to collapse
Ok can you please tell me how you got terminal to process your commands. I get permission denied every time I use terminal to try and do anything with /data. I obviously need root to complete the commands using terminal to write to anything besides the sd. I would appreciate any help. Thanks in advance.
Sent from my MB855 using XDA Premium App
Ok I tried using it from phone but how u push it to data without using comp
Sent from my MB855 using XDA Premium App
Did you install superuser from market? You also need to install Superuser and push photon-torpedo.tar to /data/tmp
then type the following in terminal emulator:
cd /data/tmp
/bin/tar xf /data/tmp/photon-torpedo.tar
/data/tmp/photon-torpedo.sh
/data/tmp/install-su.sh
Just say "THANKS" to Edgan for great work and job well done.
urcboss07 said:
Did you install superuser from market? You also need to install Superuser and push photon-torpedo.tar to /data/tmp
then type the following in terminal emulator:
cd /data/tmp
/bin/tar xf /data/tmp/photon-torpedo.tar
/data/tmp/photon-torpedo.sh
/data/tmp/install-su.sh
Just say "THANKS" to Edgan for great work and job well done.
Click to expand...
Click to collapse
Not sure if you were responding to me or the other guy but my MacBook and my Linux laptop both recognize my phone but they both say its offline when I try and use a adb. Some people say they have done this root without the computer and just using the terminal on the phone but I get permission denied messages since it needs root. I have super user installed but that does me no good without root. I want to know how they got past the permission denied using the terminal on the phone?
Sent from my MB855 using XDA Premium App
smoothone said:
Not sure if you were responding to me or the other guy but my MacBook and my Linux laptop both recognize my phone but they both say its offline when I try and use a adb. Some people say they have done this root without the computer and just using the terminal on the phone but I get permission denied messages since it needs root. I have super user installed but that does me no good without root. I want to know how they got past the permission denied using the terminal on the phone?
Sent from my MB855 using XDA Premium App
Click to expand...
Click to collapse
Exactly I'm having same problem. I m not understanding how I can push it to that part of the phone without root.
Sent from my MB855 using XDA Premium App
GraphicDemon said:
Exactly I'm having same problem. I m not understanding how I can push it to that part of the phone without root.
Sent from my MB855 using XDA Premium App
Click to expand...
Click to collapse
Make sure you have USB debugging checked. Menu > settings > applications > development. This was my problem when I first tried to adb the file to the /data/tmp folder on the phone.
Also, I was getting an error at "Run /data/tmp/photon-torpedo.sh," but I just ignored it and kept going. It worked. You can use root checker from the market to verify that you have root.
my2cents said:
Make sure you have USB debugging checked. Menu > settings > applications > development. This was my problem when I first tried to adb the file to the /data/tmp folder on the phone.
Also, I was getting an error at "Run /data/tmp/photon-torpedo.sh," but I just ignored it and kept going. It worked. You can use root checker from the market to verify that you have root.
Click to expand...
Click to collapse
Thanks for the advice but the both of us are not using adb. I always have debugging enabled. We are both trying to do this from or phones with terminal. An update zip would be amazing :~)
Sent from my MB855 using XDA Premium App
smoothone said:
Thanks for the advice but the both of us are not using adb. I always have debugging enabled. We are both trying to do this from or phones with terminal. An update zip would be amazing :~)
Sent from my MB855 using XDA Premium App
Click to expand...
Click to collapse
Ok. I thought one of you was trying to use a Mac or something to push the file then use terminal. And an update.zip would be awesome!
my2cents said:
Ok. I thought one of you was trying to use a Mac or something to push the file then use terminal. And an update.zip would be awesome!
Click to expand...
Click to collapse
I was trying to use adb with my Mac and my Linux laptop but both give me "device offline" when I use adb. I'm going to try a different USB cable as I have seen this happen before and a different cable works but I find it hard to believe that i'm the only one that used stock cable and does not work
Sent from my MB855 using XDA Premium App
What happened to that person said they did everything from phone?
Sent from my MB855 using XDA Premium App
GraphicDemon said:
What happened to that person said they did everything from phone?
Sent from my MB855 using XDA Premium App
Click to expand...
Click to collapse
Lol, I guess they all vanished! Funny thing is that I am not new to Linux and those are busybox commands which
1: busybox does not come installed on the factory ROM and
2: even if you install it from the market it still needs root access.
Sent from my MB855 using XDA Premium App
So what are we developing in this thread again?
Sent from my MB855 using XDA App
Custodian said:
So what are we developing in this thread again?
Sent from my MB855 using XDA App
Click to expand...
Click to collapse
If you cannot help then just save your useless comment! Your bringing back bad memories from the EVO forum. That forum was full of bashers and flamers.
smoothone said:
Lol, I guess they all vanished! Funny thing is that I am not new to Linux and those are busybox commands which
1: busybox does not come installed on the factory ROM and
2: even if you install it from the market it still needs root access.
Sent from my MB855 using XDA Premium App
Click to expand...
Click to collapse
Yeah tell me about it, wish they would just make a damn step sheet it's getting ridiculous.
Sent from my MB855 using XDA Premium App
http://forum.xda-developers.com/showthread.php?p=16904179
Sent from my MB855 using Tapatalk

Guys Help...I changed my VM Heap size and my galaxy is stuck on Boot Logo..{URGENT]

Hi GUys
I was using Ram Manager . I changed the Heap size to 128 Byte and Noow the phone is stuck on Boot Logo.
I'm rooted on Stock Firmware.
Please help, urgent
Did you backup?
Sent from my GT-I9300 using xda app-developers app
Try another kernel
Nandroid ftw!!
Sent from my GT-I9300 using xda premium
philicibine said:
Try another kernel
Nandroid ftw!!
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
No backup. I've not made any backup beacuse I'm stupid.
Please help; will Reset to factory setting help?
Boot into recovery, connect to your computer, open command prompt and type adb pull /system/build.prop
Edit the build.prop with notepad++ and fix the VM size, chances are that app set the VM size as 128 or 128mb instead of 128m which it should be.
Then once its fixed just adb push it back to /system/build.prop
Sent from my GT-I9300 using xda premium
nodstuff said:
Boot into recovery, connect to your computer, open command prompt and type adb pull /system/build.prop
Edit the build.prop with notepad++ and fix the VM size, chances are that app set the VM size as 128 or 128mb instead of 128m which it should be.
Then once its fixed just adb push it back to /system/build.prop
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
I'm Really noob . Please tell how to :
Boot into Recovery?
How do I push adb ?
eggman89 said:
I'm Really noob . Please tell how to :
Boot into Recovery?
How do I push adb ?
Click to expand...
Click to collapse
Hold volume down, home button and power button together and it will boot into recovery.
I take it you don't have the android sdk on your computer? You need that to use adb.
If not then the easiest option is to factory reset, or maybe someone will make you a flashable zip that will replace your build.prop.
Sent from my GT-I9300 using xda premium
How do I :
"open command prompt and type adb pull /system/build.prop" .
Is it the windows Command Propmt?
If you have these questions you honestly shouldn't be messing with heap size.
Sent from my LG-E739 using Tapatalk 2
eggman89 said:
How do I :
"open command prompt and type adb pull /system/build.prop" .
Is it the windows Command Propmt?
Click to expand...
Click to collapse
Yes, that's it.
First type "adb devices" (no" ")
If you get a long serial number then adb is set up on your computer but I doubt it seeing as you are asking how to boot into recovery.
I take it you have a custom recovery?
If you give me a few mins I'll make you a flashable zip that will replace your build.prop, tell me what rom you are on
Sent from my GT-I9300 using xda premium
Lutin said:
If you have these questions you honestly shouldn't be messing with heap size.
Sent from my LG-E739 using Tapatalk 2
Click to expand...
Click to collapse
I know. I made a stupid mistake and I don't even know why I changed it?
How do I do factory reset?What will I lose?
nodstuff said:
Yes, that's it.
First type "adb devices" (no" ")
If you get a long serial number then adb is set up on your computer but I doubt it seeing as you are asking how to boot into recovery.
I take it you have a custom recovery?
If you give me a few mins I'll make you a flashable zip that will replace your build.prop, tell me what rom you are on
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
Hi
I'm on stock LFB (Indian Version).
I am on CWM-based Recovery c5.5.0.4
nodstuff said:
Yes, that's it.
First type "adb devices" (no" ")
If you get a long serial number then adb is set up on your computer but I doubt it seeing as you are asking how to boot into recovery.
Click to expand...
Click to collapse
I get adb is not a recognized internal or external command.
I also deleted dalvik cache; but it didn't help
eggman89 said:
I get adb is not a recognized internal or external command.
I also deleted dalvik cache; but it didn't help
Click to expand...
Click to collapse
Get me a build.prop from that firmware and I'll make you a zip you can flash in cwm.
You'll find it in the system folder.
Sent from my GT-I9300 using xda premium
nodstuff said:
Get me a build.prop from that firmware and I'll make you a zip you can flash in cwm.
You'll find it in the system folder.
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
I'm unable to access filesystem
Let me ask someone?
eggman89 said:
I'm unable to access filesystem
Let me ask someone?
Click to expand...
Click to collapse
Download another one from samfirmware.com
I'm not downloading it for you.
Sent from my GT-I9300 using xda premium
nodstuff said:
Download another one from samfirmware.com
I'm not downloading it for you.
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
Yes. I'm already downloading it. It's about 800mb and it'll take about 36minutes more.
Once I get that I'll provide it to you.
Thanks a lot for the help
But how will I push the build.prop ?
nodstuff said:
Download another one from samfirmware.com
I'm not downloading it for you.
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
he needs adb to push the zip to his mobile first.
bala_gamer said:
he needs adb to push the zip to his mobile first.
Click to expand...
Click to collapse
How do I get adb?
eggman89 said:
Yes. I'm already downloading it. It's about 800mb and it'll take about 36minutes more.
Once I get that I'll provide it to you.
Thanks a lot for the help
But how will I push the build.prop ?
Click to expand...
Click to collapse
man if you are downloading the full rom, better flash it via odin . job done. almost all the stock roms are non wipe

[HELP][ST15i]SDCARD Storage Problem

I have 8gb sdcard which is partitioned into 6.3gb+700mb( to use link2sd).. Now my problem is, in the folder
/sdcard/DCIM/.thumbnails/ there are two files named .thumbdataxxxxxxxxx which is around 500mb each.. No matter how many times I delete them they are created automatically in few hours.. Because of this my sdcard free space is 0.0byte.. I have only a few gallery pics. The size of the photos are 100 to 200mb only.. Is this kind of virus?? I'm using zoner antivirus it didn't detect any virus..
What should I do now..?
Some one please help me..
My phone is Rooted with stock ics 4.0.4
Sent from my ST15i using xda premium
ariftwister said:
I have 8gb sdcard which is partitioned into 6.3gb+1gb( to use link2sd).. Now my problem is, in the folder
/sdcard/DCIM/.thumbnails/ there are two files named .thumbdataxxxxxxxxx which is around 500mb each.. No matter how many times I delete them they are created automatically in few hours.. Because of this my sdcard free space is 0.0byte.. I have only a few gallery pics. The size of the photos are 100 to 200mb only.. Is this kind of virus?? I'm using zoner antivirus it didn't detect any virus..
What should I do now..?
Some one please help me..
My phone is Rooted with stock ics 4.0.4
Sent from my ST15i using xda premium
Click to expand...
Click to collapse
CMIIW but the ext partition must be less then 1GB? Try partition it with 900mb
Sent from my Xperia Mini using XDA Premium
Singgih4050 said:
CMIIW but the ext partition must be less then 1GB? Try partition it with 900mb
Sent from my Xperia Mini using XDA Premium
Click to expand...
Click to collapse
Sorry old info.. Now my ext partition is 700mb only...
Noob question - what is sdcard class n what does it indicate n how can we find the class ?
Sent from my ST15i using xda premium
ariftwister said:
Sorry old info.. Now my ext partition is 700mb only...
Noob question - what is sdcard class n what does it indicate n how can we find the class ?
Sent from my ST15i using xda premium
Click to expand...
Click to collapse
SD Card Class is to determine the SD Card Write and Read Speed,The Higher the Class the better it is
Just ask the dealer...lol
Sent from my Xperia Mini using XDA Premium
Singgih4050 said:
SD Card Class is to determine the SD Card Write and Read Speed,The Higher the Class the better it is
Just ask the dealer...lol
Sent from my Xperia Mini using XDA Premium
Click to expand...
Click to collapse
yeah i know that .. but how can i find the class of sdcard that i am using now??? i fear the problem is caused by the sdcard itself??
ariftwister said:
yeah i know that .. but how can i find the class of sdcard that i am using now??? i fear the problem is caused by the sdcard itself??
Click to expand...
Click to collapse
I doesn't know how to Find it on the SD card (Mine only have Manufacturer logo and SD Card capacity)
Don't think too negative its bad for your Mind and Brain
Sent from my Xperia Mini using XDA Premium
ariftwister said:
I have 8gb sdcard which is partitioned into 6.3gb+700mb( to use link2sd).. Now my problem is, in the folder
/sdcard/DCIM/.thumbnails/ there are two files named .thumbdataxxxxxxxxx which is around 500mb each.. No matter how many times I delete them they are created automatically in few hours.. Because of this my sdcard free space is 0.0byte.. I have only a few gallery pics. The size of the photos are 100 to 200mb only.. Is this kind of virus?? I'm using zoner antivirus it didn't detect any virus..
What should I do now..?
Some one please help me..
My phone is Rooted with stock ics 4.0.4
Sent from my ST15i using xda premium
Click to expand...
Click to collapse
Run the shell command "lsof" to see what process using/creating this file.
Singgih4050 said:
I doesn't know how to Find it on the SD card (Mine only have Manufacturer logo and SD Card capacity)
Don't think too negative its bad for your Mind and Brain
Sent from my Xperia Mini using XDA Premium
Click to expand...
Click to collapse
Mine also have only the manufacturer name n capacity....
Sent from my ST15i using xda premium
kuisma said:
Run the shell command "lsof" to see what process using/creating this file.
Click to expand...
Click to collapse
I'm New to this... How to run it ? Could you please expand?
Sent from my ST15i using xda premium
ariftwister said:
I'm New to this... How to run it ? Could you please expand?
Sent from my ST15i using xda premium
Click to expand...
Click to collapse
Open a shell on your phone, preferable "adb shell", but I guess "ConnectBot" or similar is good enough.
Become root (using Link2SD, I assume you've got root).
Run the command "lsof", best is to do this once you see the file is growing. So try deleting it, and wait for it to re-appear. Due to the size of the file, it must be written to for a long time before it fills up the SDcard. Now run "lsof" (stands for "LiSt Open Files".
Code:
[email protected]:/ # lsof > /sdcard/files.txt
Now open the file "files.txt" in your favourite editor and search for a line containing the file name.
It may look like:
com.andro 7817 app_54 32 ??? ??? ??? ??? /system/fonts/DroidNaskh-Regular.ttf
The first number "7817" is the process number owning the file in question (here /system/fonts/DroidNaskh-Regular.ttf, but you are looking for thubdata). See what process this is using "ps":
Code:
[email protected]:/ # ps 7817
USER PID PPID VSIZE RSS WCHAN PC NAME
app_54 7817 166 283756 24068 ffffffff 2aabc3f0 S com.android.calendar
Ah... calendar...! Now you what what app create this file, and you can continue the investigation of this app!
kuisma said:
Open a shell on your phone, preferable "adb shell", but I guess "ConnectBot" or similar is good enough.
Become root (using Link2SD, I assume you've got root).
Run the command "lsof", best is to do this once you see the file is growing. So try deleting it, and wait for it to re-appear. Due to the size of the file, it must be written to for a long time before it fills up the SDcard. Now run "lsof" (stands for "LiSt Open Files".
Code:
[email protected]:/ # lsof > /sdcard/files.txt
Now open the file "files.txt" in your favourite editor and search for a line containing the file name.
It may look like:
com.andro 7817 app_54 32 ??? ??? ??? ??? /system/fonts/DroidNaskh-Regular.ttf
The first number "7817" is the process number owning the file in question (here /system/fonts/DroidNaskh-Regular.ttf, but you are looking for thubdata). See what process this is using "ps":
Code:
[email protected]:/ # ps 7817
USER PID PPID VSIZE RSS WCHAN PC NAME
app_54 7817 166 283756 24068 ffffffff 2aabc3f0 S com.android.calendar
Ah... calendar...! Now you what what app create this file, and you can continue the investigation of this app!
Click to expand...
Click to collapse
I can't run connectbot as root.... It doesn't prompt superuser.. So when I run lsof command as $ it shows access denied...:banghead:
Sent from my ST15i using xda premium
ariftwister said:
I can't run connectbot as root.... It doesn't prompt superuser.. So when I run lsof command as $ it shows access denied...:banghead:
Sent from my ST15i using xda premium
Click to expand...
Click to collapse
No "su" command?
kuisma said:
No "su" command?
Click to expand...
Click to collapse
After running the su command I got root...then followed ur steps...it shows android.process.media
What shall I do now??
Sent from my ST15i using xda premium
ariftwister said:
After running the su command I got root...then followed ur steps...it shows android.process.media
What shall I do now??
Click to expand...
Click to collapse
Ok, this is a system process. I guess you've got some image with an invalid embedded thumbnail. Move all images from your device to your computer and see if the problem goes away. In this case, at least one of your images is broken, and you'll have to find which. Move all movies as well to be of the safe side.
kuisma said:
Ok, this is a system process. I guess you've got some image with an invalid embedded thumbnail. Move all images from your device to your computer and see if the problem goes away. In this case, at least one of your images is broken, and you'll have to find which. Move all movies as well to be of the safe side.
Click to expand...
Click to collapse
Thanks....Ok I will try it... But isn't there any easy way to find that file...coz I have got nearly 1000 photos
Sent from my ST15i using xda premium
ariftwister said:
Thanks....Ok I will try it... But isn't there any easy way to find that file...coz I have got nearly 1000 photos
Click to expand...
Click to collapse
You can find it within 10 operations. Divide and conquer.
First move all the pictures to verify the error goes away. If not, I was wrong, and we'll have to try something else.
If the error goes away, restore half of the pictures, i.e. 500 of them. Did the error occur again? Remove half of the half again, i.e. 250 etc. By dividing by half all the time, you will get down to one single picture in 10 steps.
kuisma said:
You can find it within 10 operations. Divide and conquer.
First move all the pictures to verify the error goes away. If not, I was wrong, and we'll have to try something else.
If the error goes away, restore half of the pictures, i.e. 500 of them. Did the error occur again? Remove half of the half again, i.e. 250 etc. By dividing by half all the time, you will get down to one single picture in 10 steps.
Click to expand...
Click to collapse
Kk thanks dude.. What if still the problem persists?
Sent from my ST15i using xda premium
ariftwister said:
Kk thanks dude.. What if still the problem persists?
Click to expand...
Click to collapse
Still persists after you first move all the pictures from the phone? Then we'll have to try something else, but try this first, ok?
kuisma said:
Still persists after you first move all the pictures from the phone? Then we'll have to try something else, but try this first, ok?
Click to expand...
Click to collapse
Ok.. Thanks for your help
Sent from my ST15i using xda premium
Finally. It is solved, this was caused by the app audio manager(a.k.a Hide it pro)
When I uninstalled it the problem is gone
Sent from my ST15i using xda premium

How to install large games with small internal storage

Hello I recently rooted because of my small internal storage that will not allow me to install apps. Like modern combat 4 and Nfs most wanted because I cannot move them to extsdcard I tried link2sd but had the same result dose anyone know if I can get apps to install to the extsdcard instead of the internal without flashing? Any help would be appreciated
Sent from my LG-P769 using xda app-developers app
realbro657 said:
Hello I recently rooted because of my small internal storage that will not allow me to install apps. Like modern combat 4 and Nfs most wanted because I cannot move them to extsdcard I tried link2sd but had the same result dose anyone know if I can get apps to install to the extsdcard instead of the internal without flashing? Any help would be appreciated
Sent from my LG-P769 using xda app-developers app
Click to expand...
Click to collapse
If you have root & busybox installed you can run this script.
Code:
#!/system/bin/sh
busybox mount -t vfat -o umask=0000 /dev/block/vold/179:61 /mnt/sdcard
busybox sleep 3
if busybox mount | grep vold/179:61; then
mount -o bind /data/media /storage/external_SD
rm /storage/external_SD/external_sd
chmod -R 777 /sdcard
chmod -R 777 /data/media
fi
Sent from my LGMS769 using XDA Premium 4 mobile app
kuma82 said:
If you have root & busybox installed you can run this script.
Code:
#!/system/bin/sh
busybox mount -t vfat -o umask=0000 /dev/block/vold/179:61 /mnt/sdcard
busybox sleep 3
if busybox mount | grep vold/179:61; then
mount -o bind /data/media /storage/external_SD
rm /storage/external_SD/external_sd
chmod -R 777 /sdcard
chmod -R 777 /data/media
fi
Sent from my LGMS769 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
where do you run this command from? i tried to run it from adb and it didn't work it said "#! wasn't found"
pitbullmommy45245 said:
where do you run this command from? i tried to run it from adb and it didn't work it said "#! wasn't found"
Click to expand...
Click to collapse
Try running with terminal app... It's there in play store...and you don't input #... You open terminal... Type su... Then try running script...
Sent from my Xperia Neo V using xda app-developers app
pitbullmommy45245 said:
where do you run this command from? i tried to run it from adb and it didn't work it said "#! wasn't found"
Click to expand...
Click to collapse
place this file "swapint2ext.txt" on your sdcard and type the following
with a terminal emulator
Code:
su
./sdcard/swapint2ext.txt [B](if on your internal sdcard)[/B]
./sdcard/external_sd/swapint2ext.txt [B](if placed in your external sd)[/B]
with adb
Code:
adb shell
su
./sdcard/swapint2ext.txt [B](if on your internal sdcard)[/B]
./sdcard/external_sd/swapint2ext.txt [B](if placed in your external sd)[/B]
There is a lot more info on the subject in the general section. Look for the titles starting with swap internal or something similar. There are like 3 different threads on the subject. I'll send you a link later with some more info, but that will be later later
kuma82 said:
place this file "swapint2ext.txt" on your sdcard and type the following
with a terminal emulator
Code:
su
./sdcard/external_sd/swapint2ext.txt [B](if placed in your external sd)[/QUOTE]
Hi,
i have "don´t permission", when i type this one in terminal emulator.
Any idea? My phone is rooted. I rename the "swapint2ext.txt in .sh", is this correct? And the path is "sdcard0", is this also correct?
And also i try to execute the "swapint2ext.sh" with the Root Explorer. Works fine, but i can´t install Fifa 14 for example. Not enough place...
Thanks Thomas
Click to expand...
Click to collapse
+1 from the above post. i tried to run it in smanager and it said permission denied. i tried to do adb and terminal on the phone and it said it couldn't find the file.
pitbullmommy45245 said:
+1 from the above post. i tried to run it in smanager and it said permission denied. i tried to do adb and terminal on the phone and it said it couldn't find the file.
Click to expand...
Click to collapse
You are getting permission denied because it needs root access. Read this
http://forum.xda-developers.com/showpost.php?p=45268460&postcount=1
More info coming Hold up.
Sent from my LGMS769 using XDA Premium 4 mobile app
kuma82 said:
You are getting permission denied because it needs root access. Hold up.
Sent from my LGMS769 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
We have root access!
thomasoeli said:
Hi,
i have "don´t permission", when i type this one in terminal emulator.
Any idea? My phone is rooted. I rename the "swapint2ext.txt in .sh", is this correct? And the path is "sdcard0", is this also correct?
And also i try to execute the "swapint2ext.sh" with the Root Explorer. Works fine, but i can´t install Fifa 14 for example. Not enough place...
Thanks Thomas
Click to expand...
Click to collapse
Read this post
http://forum.xda-developers.com/showpost.php?p=45268460&postcount=1
Sent from my LGMS769 using XDA Premium 4 mobile app
---------- Post added at 03:12 PM ---------- Previous post was at 03:05 PM ----------
More info
http://forum.xda-developers.com/showthread.php?p=36627662
http://forum.xda-developers.com/showthread.php?p=36948542
Sent from my LGMS769 using XDA Premium 4 mobile app
realbro657 said:
Hello I recently rooted because of my small internal storage that will not allow me to install apps. Like modern combat 4 and Nfs most wanted because I cannot move them to extsdcard I tried link2sd but had the same result dose anyone know if I can get apps to install to the extsdcard instead of the internal without flashing? Any help would be appreciated
Sent from my LG-P769 using xda app-developers app
Click to expand...
Click to collapse
You can also try this guide if you are still searching for solution

permission denied when copying files to system partition after rooting

Does anyone can help me out? After rooting (magisk patched boot img), I wanna change the system fonts by modifying the /etc/fonts.xml, I got "permission denied" error when copying files to /etc or /system/fonts folders via ES File Explorer (already opened Root Explorer option) or Terminal commands. I checked the property of /system folder using ES File Explorer, it shows that root user should have write access to the /system folder. Can anybody help me? Thanks in advance.
shinechou said:
Does anyone can help me out? After rooting (magisk patched boot img), I wanna change the system fonts by modifying the /etc/fonts.xml, I got "permission denied" error when copying files to /etc or /system/fonts folders via ES File Explorer (already opened Root Explorer option) or Terminal commands. I checked the property of /system folder using ES File Explorer, it shows that root user should have write access to the /system folder. Can anybody help me? Thanks in advance.
Click to expand...
Click to collapse
With system as root and Magisk I don't think /system is no longer a valid mounting point, which means you can't modify it in any way.
A module would be the only option in your case.
Sent from my OnePlus7TPro using XDA Labs
Lossyx said:
With system as root and Magisk I don't think /system is no longer a valid mounting point, which means you can't modify it in any way.
A module would be the only option in your case.
Sent from my OnePlus7TPro using XDA Labs
Click to expand...
Click to collapse
Thank you very much. Could you please give me any hint about the module that I can use for this? Thanks again.
shinechou said:
Thank you very much. Could you please give me any hint about the module that I can use for this? Thanks again.
Click to expand...
Click to collapse
Unfortunately I have no idea. I have never used a module for font changing.
Sent from my OnePlus7TPro using XDA Labs
shinechou said:
Thank you very much. Could you please give me any hint about the module that I can use for this? Thanks again.
Click to expand...
Click to collapse
Check in magisk manager. You will find a lot of modules for fonts
Lossyx said:
Unfortunately I have no idea. I have never used a module for font changing.
Sent from my OnePlus7TPro using XDA Labs
Click to expand...
Click to collapse
Thank you anyway.
juliusedward said:
Check in magisk manager. You will find a lot of modules for fonts
Click to expand...
Click to collapse
Thanks a lot. I do find some, but they are not what I want.

Categories

Resources