Hey mates
At every ROM boot iam getting a message:
"Security policy restricts use of external SD card"
How can i solve this mess?
Couldnt find any solution =( and this problem is rather popular
1. It shows even WITHOUT my ext SD card, so the problem starts in internal storage.
Both storages are working flawlessly.
2. There is no any device administrators.
Great thanks in advance!:good:
WarcoLLapsE said:
Hey mates
At every ROM boot iam getting a message:
"Security policy restricts use of external SD card"
How can i solve this mess?
Couldnt find any solution =( and this problem is rather popular
1. It shows even WITHOUT my ext SD card, so the problem starts in internal storage.
Both storages are working flawlessly.
2. There is no any device administrators.
Great thanks in advance!:good:
Click to expand...
Click to collapse
Try
Settings->Developer Options->Protect SD Card
Sent from my GT-P6200 using xda app-developers app
king_below_my_lord said:
Try
Settings->Developer Options->Protect SD Card
Sent from my GT-P6200 using xda app-developers app
Click to expand...
Click to collapse
No luck man
Any suggestions?
WarcoLLapsE said:
No luck man
Any suggestions?
Click to expand...
Click to collapse
Hmm.. No idea... So I first suggest that you install an app from the play store that generates log files, reboot your device,after the problem occurs immediately generate a log file, and upload it here, let's see whether we can trace the problem
Sent from my GT-P6200 using xda app-developers app
First of all here is the Mirko's answer (coz its on Disaster v11):
It s just a public value mismatch, instead of "media scanner" public value there s another public value that call that string. I m too lazy to look for it, it s just a string.
Click to expand...
Click to collapse
And the logcat attached (only boot, then connected as UMS to PC, disconnected)
Never got such a mes before:silly:
WarcoLLapsE said:
First of all here is the Mirko's answer (coz its on Disaster v11):
And the logcat attached (only boot, then connected as UMS to PC, disconnected)
Never got such a mes before:silly:
Click to expand...
Click to collapse
Looks like you will need a mod fix for that since it's only a string which gets called, lol he actually said that? Hmm maybe there is no text search in his editor or he must be pissed and tired to search for it.
Sent from my GT-P6200 using xda app-developers app
I dunno bro.
Just a perfect ROM for me and a little eyecutting problem that nutz me
I think this mod can only be done by myself coz nobody need it:crying:
Is it possible just delete this message from the system?
Do u know how can i handle this? Iam not so smart in compilling but smth can try with guides
WarcoLLapsE said:
I dunno bro.
Just a perfect ROM for me and a little eyecutting problem that nutz me
I think this mod can only be done by myself coz nobody need it:crying:
Is it possible just delete this message from the system?
Do u know how can i handle this? Iam not so smart in compilling but smth can try with guides
Click to expand...
Click to collapse
You probably will have to edit your framework.jar file, hmmm you wanna try it yourself? So are you experienced in Java programming? All you have to do is do a text search for it in a editor(modify dex file) and replace it with a null value or delete the public variable which calls the string or override the public var with null.
Edit : Do it only if you're sure enough, also if it ain't from the framework, then you will have to search around your modded apk by finding which all gets initialized during bootup.
Edit: ah I forgot that the dev mentioned "media scanner" you won't need to check around apks at all you might need to check out services.jar also though.
Edit :i mentioned class file it was a sudden mistake, I actually meant the "dex" file, silly me, I corrected it, so it's generally like this, decompile dex, edit, recompile, repack jar.
Sent from my GT-P6200 using xda app-developers app
---------- Post added at 03:47 AM ---------- Previous post was at 03:26 AM ----------
Quite frankly doing the above for just a harmless string is quite unnecessary, just enjoy or find a major bug that needs fixing like a bug which hinders actual functionality a inform the related dev, alongside mention this and he might fix this also.
Sent from my GT-P6200 using xda app-developers app
I will try smth for sure bro
Thanks!
WarcoLLapsE said:
I will try smth for sure bro
Thanks!
Click to expand...
Click to collapse
Something? Lol? Be sure not to mess with those jar files too much highly risky... Besides corrupting your startup and ui and functions, I don't know what all it can do...
Sent from my GT-I9100 using xda app-developers app
I've been looking for a solution to this "security policy restricts the use of external sd card", and I use DiasterRom v11 as well.
The only difference is this.
I took the ROM and used "kitchen" on it, as I wanted to remove some apks.
Well I used kitchen to extract everything,
did nothing to it, and let kitchen rebuild it.
then I installed it, and that's when I get the error: "security policy restricts the use of external sd card".
when I install the original ROM, I get no errors.
I also posted the same question here:
http://forum.xda-developers.com/galaxy-s2/help/modified-diasterrom-v11-kitchen-t2773615
So any help would be appreciated!
WarcoLLapsE said:
First of all here is the Mirko's answer (coz its on Disaster v11):
And the logcat attached (only boot, then connected as UMS to PC, disconnected)
Never got such a mes before:silly:
Click to expand...
Click to collapse
Related
ok i'm trying to change a few things in the notification bar...right now specifically the back, plain white just ignores me. well i tried the simplest way i could think of:
-copy framework-res.apk to my computer
-copy new image into file (and rename)
-put on SD card
-overwrite original using rootexplorer
unfortunately i failed miserably because it would go to the 'sony ericsson' boot screen and freeze. i've already flashed back my firmware. and before i try again on my own i was wondering if anyone already knows how to do this so i can skip the trial and error phase. hopefully if someone can help me i can figure out how to add quick settings to the task bar as well.
P.S. if it helps i'm running world generic 2.1
You might want to start by posting in the correct area.
XPERIA X10 Themes and Apps
Your problem is you're not allowed to copy and paste it!
You have to put it somewhere on your SDcard, best: root
Then you have to open cmd or a terminal app and type:
(adb shell) dd if=/sdcard/framework-res.apk of=/system/framework/framework-res.apk
Finished
Sent from my X10i using XDA App
my bad...next time i'll pay more attention to where i'm posting lol...i wrote that while i was reflashing and didn't pay much attention to development vs. themes...oh well....thanks PoTi i'll try that when i get home
Also, any image with a .9.png extension needs to be patched with draw9patch.bat in the adb "tools" folder.
There are several themes already in the themes & apps section if you just want a quick change...
Sent from my X10i using XDA App
AyDee said:
Also, any image with a .9.png extension needs to be patched with draw9patch.bat in the adb "tools" folder.
There are several themes already in the themes & apps section if you just want a quick change...
Sent from my X10i using XDA App
Click to expand...
Click to collapse
Hmm... i've never used it...
Sent from my X10i using XDA App
PoTi_96 said:
Hmm... i've never used it...
Sent from my X10i using XDA App
Click to expand...
Click to collapse
Really? So I'm doing extra steps? Is that right? I thought it was necessary after editing a .9.png to re-patch to give them "stretching" properties. So maybe PS writes to .9.png if you just merge visible layers and save or something?
Draw9patch does optimize the pngs (MUCH smaller w/no quality loss) and you get a preview of how they will look when stretched/transformed but I'd skip the extra steps if I don't need to do them!
Thread moved to Q&A.
PoTi_96 said:
Hmm... i've never used it...
Sent from my X10i using XDA App
Click to expand...
Click to collapse
*Bump* for clarity here...
I've read other places that you have to use draw9patch on .9.pngs but PoTi_96 says he's never used it and he made a nice, working theme for 2.1
Are the other threads I've read wrong?
AyDee said:
*Bump* for clarity here...
I've read other places that you have to use draw9patch on .9.pngs but PoTi_96 says he's never used it and he made a nice, working theme for 2.1
Are the other threads I've read wrong?
Click to expand...
Click to collapse
thanks!
no they are NOT wrong!
today i've noticed that SOME .9.png really need the 9batch...
but NOT ALL!
Check out _calum_'s post HERE
It's more complicated than I thought but at least we have our answer.
I also just make some .9.pngs "full size" (ie: make statusbar_background.9.png 480x38 instead of 26x38) so they will not be stretched. (Like you suggested for status_bar_background.png to prevent it from tiling.) Then patch per the post I linked to.
wrong post sry
What I'd like to do is to pull off all the files (keeping the structures intact) and either create an image file (.bin/.img) or something along those lines.
I know of DDMS and Android Commander, but I don't think they have the full power to get everything and I also understand the phone has to be rooted (which is not a big deal). Has anyone had any luck/expertise in this area?
If I can get this to work it then it would help out with some of the research that I am doing since it'll be easier to mount the image file in linux and go from there.
Alternate idea, does anyone know if when making a backup of the rom with CWM or BM does it hold the same type of data? If so where is the boot.img located?
Thanks for the help in advance!
I think there're a couple of threads in the development section regarding the images dumped from this phone.
sspa said:
I think there're a couple of threads in the development section regarding the images dumped from this phone.
Click to expand...
Click to collapse
Thanks I'll keep digging around to see what I can find.
Climber Ty said:
What I'd like to do is to pull off all the files (keeping the structures intact) and either create an image file (.bin/.img) or something along those lines.
I know of DDMS and Android Commander, but I don't think they have the full power to get everything and I also understand the phone has to be rooted (which is not a big deal). Has anyone had any luck/expertise in this area?
If I can get this to work it then it would help out with some of the research that I am doing since it'll be easier to mount the image file in linux and go from there.
Alternate idea, does anyone know if when making a backup of the rom with CWM or BM does it hold the same type of data? If so where is the boot.img located?
Thanks for the help in advance!
Click to expand...
Click to collapse
You can use an app called App2card at below for your need. It has the data tools for backing up any file/folder on any kind of storage (internal flash, fat32, ext2/3/4...) and ability to restore them in original structure as they were when backing up
http://205.196.123.32/fgqe9rc69leg/iln88jii0g81e05/App2Card_2.9.85_30Oct2011.apk
Sent from my MB860 using xda premium
Look for samcripps fruit cake maker it takes your /system folder and creates an. Img out of it.
Sounds like exactly what your after. Thank samcripp if it works for you too.
Sent from my MB860 using XDA App
I use android commander to pull system folder from phone.
Sent from my MB860 using XDA Premium App
stevendeb25 said:
I use android commander to pull system folder from phone.
Sent from my MB860 using XDA Premium App
Click to expand...
Click to collapse
Thanks, I tried that last night but the init.rc and other imortant files cannot be copied due to permissions access.
I eventually used CWM to make a backup of the phone and pulled the files that way. I just wonder if it has all the files on the phone (haven't had time to root through it yet)?
Climber Ty said:
Thanks, I tried that last night but the init.rc and other imortant files cannot be copied due to permissions access.
I eventually used CWM to make a backup of the phone and pulled the files that way. I just wonder if it has all the files on the phone (haven't had time to root through it yet)?
Click to expand...
Click to collapse
I think you can post your question in RomRacer's recovery thread; it's in dev section
So after updating to Android JB 4.2 I can no longer write to the ' SdCard/Android/Obb ' directory.
Can anyone confirm if they are having this problem too? Is it due to this stupid and annoying feature that google has now implemented that they wish to check all .apk files before they are able to be installed? I turned this off in settings but it seems that it turns itself back on again after every reboot?
I cannot write to the directory from my PC via USB cable or even through a root app despite the phone telling me that I have -Rw access to the folder and all of it's subfolders etc.
I even tried writing via Linux but it doesn't work either... even if I try and force a write.. plus I cannot access the internal memory when the phone is booted down...
Does anyone have any ideas?
Thanks.
Think you need to have root Explorer to write to obb
Sent from my GT-I9300 using xda app-developers app
Before upgrading I could write to the directory from either my PC or Root Explorer or Solid Explorer. Now I can't seem to write to it at all. So it's not that unfortunately...
R: [Q] Can no longer write to Android/Obb in JB 4.2?
As far as i can remember u can edit the obb directory even without root....but i'm an android kinda novice.
Try another file browser from the phone (the one from rhythm software is very good).
Might also be that problem with directory permissions that get mixed up to which clockwork mod always refers to (they have an option to fix directory problems).
Android, i have noticed, can get corrupted easily, have you done some serious modding to your cel phone or just root and small patching?
Sent from my GT-I9300 using xda app-developers app
Let's leave the moderating to us please and thanks. If you see something that doesn't belong, hit the Report button. Otherwise you could takenit too far and you could be the one breaking the rules. Best to report and move on.
Thread Cleaned. Let's try this again.
R: [Q] Can no longer write to Android/Obb in JB 4.2?
Woody said:
Let's leave the moderating to us please and thanks. If you see something that doesn't belong, hit the Report button. Otherwise you could takenit too far and you could be the one breaking the rules. Best to report and move on.
Thread Cleaned. Let's try this again.
Click to expand...
Click to collapse
?
Sent from my GT-I9300 using xda app-developers app
I've been trying a string of different things for a couple of days...
I've tried root explorer pro, when I press copy it finishes instantly but nothing is happening.
R/w is on..
I tried solid explorer pro, it instantly says "the file(s) could not be copied"
Tried "Fix Permissions" from CWM...
Tried copying from Windows. It copies up to 99% then says: "The directory is no longer available, it may have been removed"
The connection is fine, and I can copy to all other folders no matter where. EXCEPT for this folder..
I am 99.9% sure that it's due to this annoying new Android Guard thing in the settings that asks to scan everything. Even if I turn it off, I bet that it still has some sort of affect. It's probably just denying all writes from outside an accepted source..
This really angers me. I don't want my phone to have ANY directories that I cannot write to. Especially seeing as I have to often copy files back and forth from this folder when I make updates to the 2 games I am developing..
There was no problem before updating to 4.2 and this Android Guard thing.
I'm willing to try all suggestions.. Thanks
are you using the leaked 4.2.1 rom from samsung? or a 4.2.1 aosp rom?
DSA said:
are you using the leaked 4.2.1 rom from samsung? or a 4.2.1 aosp rom?
Click to expand...
Click to collapse
I'm using Android HD Revolution. It's apparently an 'official leaked' one with just the 'improvements' that Mike etc. do.
Thanks also for your reply. I'm trying to keep my device current so I can stay on top of releasing updates, but I really can't do that if I can't fix this issue. I've put it off for awhile now but it's really stalled the development process /tear
leijonasisu said:
I'm using Android HD Revolution. It's apparently an 'official leaked' one with just the 'improvements' that Mike etc. do.
Thanks also for your reply. I'm trying to keep my device current so I can stay on top of releasing updates, but I really can't do that if I can't fix this issue. I've put it off for awhile now but it's really stalled the development process /tear
Click to expand...
Click to collapse
If you mean using ARHD 30.* that is not official, that is the leaked version of 4.2.1, that mike has tweaked
Before flashing ROMs, read changelists carefully please:good:
Ok well then I missed the play on words, it's not 'official' but it's a leaked version. Mike, or whoever updates the thread doesn't usually provide a very verbose changelog.
So I take it that absolutely no one here on XDA has any idea as to why I cannot write to this 'specific' area in my partition?
I have the same problem with Galaxy S4. I rooted the device but this didn't help.
I have tried loading files to obb in Windows 7, ES File Explorer, AntTek Explorer - but no results.
Edit://
I solved my problem using AntTek Explorer (root) and the path is next:
Device root/storage/sdcard0/android/obb - then I had permissions to copy files there.
I hope it help.
Priidik said:
I have the same problem with Galaxy S4. I rooted the device but this didn't help.
I have tried loading files to obb in Windows 7, ES File Explorer, AntTek Explorer - but no results.
Edit://
I solved my problem using AntTek Explorer (root) and the path is next:
Device root/storage/sdcard0/android/obb - then I had permissions to copy files there.
I hope it help.
Click to expand...
Click to collapse
Thankyou very much my friend!
I forgot to write back. I solved my problem by just wiping my device and flashing a new rom. It ended up being a rom issue. No problems now.
hello there,
wondering if there is anyways to copy obb files on galaxy s4 without root?
or even make the app read obb file from where else ?
buy the app
OBB Folder
Hi guys... i have bought new galaxy s4 having 4.2.2 jellybean.... well i want to know how to write/copy files to Android/Obb folder.... i can't copy anything to this folder....... is there any restriction on this folder.... plz help me ... i can't copy games data to this folder......!
Regards...
everjollyfellow said:
Hi guys... i have bought new galaxy s4 having 4.2.2 jellybean.... well i want to know how to write/copy files to Android/Obb folder.... i can't copy anything to this folder....... is there any restriction on this folder.... plz help me ... i can't copy games data to this folder......!
Regards...
Click to expand...
Click to collapse
read the thread before posting
Youtube Video
everjollyfellow said:
Hi guys... i have bought new galaxy s4 having 4.2.2 jellybean.... well i want to know how to write/copy files to Android/Obb folder.... i can't copy anything to this folder....... is there any restriction on this folder.... plz help me ... i can't copy games data to this folder......!
Regards...
Click to expand...
Click to collapse
Search youtube for-How to move OBB file to Android/obb! Android 4.2 Phone! ..
Hope that helps..
reading changelogs doesn't help the problem..
and @leijonasisu probably it would've been bad flash.. but before i say that you should change rom and check once again.. you gotta see if there was any write protection to the specific folder.. so try using an FTP client, if you still cant get access, then you gotta change the rom and try again
I was Trying to Mod \system\framework\android.policy.jar For Enabling Long Press Menu to Kill App
But while trying to replace the file using Solid Explorer my phone got Restarted
And ended up in Boot Loop :crying:
Lucky I Had a Nandroid Backup of 20th August.
Restoring Backup had fixed the Boot Loop
But I lost many of my mods
Its my fault
I Should have Created a Backup
Does anyone knows why replacing the file caused the Boot Loop ?
And if I'm not asking for too much Could anyone be kind enough to mod my android.policy.jar For Enabling Long Press Menu to Kill App ?
Original android.policy.jar is attached to this
What ROM are you using?
Omega v46.1 based on samsung 4.2.2 leak XXUFME7
Sent from my GT-I9300 using xda premium
WOW ,I never seen a girl is interested in developing!
The problem was that you're editing an important file of android os. You can't edit that file when using phone ,you have to replace file through recovery and set correct permissions to file.
So you need to create an update.zip (I can do this if you're not in hurry)
Sent from my GT-S5660 using Tapatalk 2
What tutorial have you used? Can you provide a link?
Also, an update zip is not required. You can use AROMA File Manager in recovery to replace the file, and use its built-in terminal to chmod/ chown it.
4.2.2 leak XXUFME7
Click to expand...
Click to collapse
Laura, you can install this .zip in CWM recovery.
MenuLongPressKill.zip
jay-z-s said:
WOW ,I never seen a girl is interested in developing!
Click to expand...
Click to collapse
In a Non-Offending Way :
Hey That's not Fair....
Just because I'm a Girl, I'm not allowed to have any Interest in Computer, Programs developing etc ????
Do you know what ?
Most of my friends mocks me Just because I'm into all these stuff.
When ever i talks like non-stop with my friends, then someone will give me a Phone or Laptop & they will say like "Laura take this, now go and sit in that corner and do you stuff with this".
Its actually Sad.
That hurts me little bit.
But i simply laugh at that.
They don't know that Its hurting me.
jay-z-s said:
The problem was that you're editing an important file of android os. You can't edit that file when using phone ,you have to replace file through recovery and set correct permissions to file.
So you need to create an update.zip (I can do this if you're not in hurry)
Click to expand...
Click to collapse
I understood that when my phone got restarted.
So, i thought i would just use Aroma File Manager to copy the file in Recovery.
But unfortunately Aroma File Manager was not Starting.
Because i forgot to rename it to "aromafm.zip"
last time when i updated it, its file name was "aromafm-1.90.zip".
Just another Stupidity of Mine..
That's why i had to restore my nandroid backup
otherwise i could have used Aroma File Manager to copy the Original android.policy.jar and avoid Boot Loop
uzb777 said:
Laura, you can install this .zip in CWM recovery.
MenuLongPressKill.zip
Click to expand...
Click to collapse
When i clicked that link it says.
Code:
Ой! Ошибка 404.
Запрашиваемая информация не существует, перемещена или удалена.
Для поиска необходимой информации, Вы можете посетить:
Сайт | Форум
Google Translated that to
Code:
Oh! Error 404.
The information requested does not exist, moved or deleted.
To find the necessary information, you can visit:
Website | Forum
Here is it:
xpmode said:
What tutorial have you used? Can you provide a link?
Also, an update zip is not required. You can use AROMA File Manager in recovery to replace the file, and use its built-in terminal to chmod/ chown it.
Click to expand...
Click to collapse
When my phone got Auto restarted I understood that i had to replace that file in the Recovery...
I wish i knew that earlier.
I have used the Tutorial Over here
Link : [MOD][HOW-TO] User Selectable Long Press Menu or Back to Kill
And I also had a look at these tutorials but its not for our phone.
i just go through all these Tutorials just to have much more understanding.
Link 1 : [Guide] Long press menu button to kill app [GT-N700]
Link 2 : [HOW-TO] Long Menu Press to Kill App (GT-I9500 - GT-I9505)
Link 3 : [MOD][GUIDE] Long press back to kill app
laura almeida said:
In a Non-Offending Way :
Hey That's not Fair....
Just because I'm a Girl, I'm not allowed to have any Interest in Computer, Programs developing etc ????
Do you know what ?
Most of my friends mocks me Just because I'm into all these stuff.
When ever i talks like non-stop with my friends, then someone will give me a Phone or Laptop & they will say like "Laura take this, now go and sit in that corner and do you stuff with this".
Its actually Sad.
That hurts me little bit.
But i simply laugh at that.
They don't know that Its hurting me.
Click to expand...
Click to collapse
Begin a program developer does not require to be a boy
I really like that you are a pro at these stuff . That's one in a million girl and I always loved the special ones!
I understood that when my phone got restarted.
So, i thought i would just use Aroma File Manager to copy the file in Recovery.
But unfortunately Aroma File Manager was not Starting.
Because i forgot to rename it to "aromafm.zip"
last time when i updated it, its file name was "aromafm-1.90.zip".
Just another Stupidity of Mine..
That's why i had to restore my nandroid backup
otherwise i could have used Aroma File Manager to copy the Original android.policy.jar and avoid Boot Loop
Click to expand...
Click to collapse
ive nerve used aroma! And even didn't know we can move files through this recovery
laura almeida said:
When my phone got Auto restarted I understood that i had to replace that file in the Recovery...
I wish i knew that earlier.
I have used the Tutorial Over here
Link : [MOD][HOW-TO] User Selectable Long Press Menu or Back to Kill
And I also had a look at these tutorials but its not for our phone.
i just go through all these Tutorials just to have much more understanding.
Link 1 : [Guide] Long press menu button to kill app [GT-N700]
Link 2 : [HOW-TO] Long Menu Press to Kill App (GT-I9500 - GT-I9505)
Link 3 : [MOD][GUIDE] Long press back to kill app
Click to expand...
Click to collapse
Unfortunately, I found out you could fix the problem without losing data ,asking me how? I'll tell you(bad news ,yea?)
You could access recovery right?so you could do these to make your ROM back to life:
create nandroid backup from the unbootable ROM ,do wipes ,flash new ROM ,updating recovery(as you said dear laura) +make files ready to flash(move or what ever)
Then restore the defective ROM and flash file (android.policy.jar) ....
That's it, everything works again without losing any thing! Sorry if I made you sad again :banghead:
Plus ,are you sure "killing via back button" option doesn't existing in settings /developing (named as " stop app via long press back button ")???? Cause almost all of custom Roms have this feature.
Cheers:beer:
Sent from my GT-S5660 using Tapatalk 2
The file manager can have any name. You just install it like any other zip.
From the recovery file manager, try replacing that jar again, and use the terminal included in the file manager(menu > terminal) to chmod the replaced jar file.
jay-z-s said:
Begin a program developer does not require to be a boy
I really like that you are a pro at these stuff . That's one in a million girl and I always loved the special ones!
Click to expand...
Click to collapse
Oh Yeah ! I'm a Special One
jay-z-s said:
ive nerve used aroma! And even didn't know we can move files through this recovery
Click to expand...
Click to collapse
Aroma File Manager Support Adapted from amarullz and sk8erwitskil
You get here the possibility to browse your phone with root access in a friendly GUI file browser, while being in recovery
You even now get a terminal emulator to run in recovery
jay-z-s said:
Unfortunately, I found out you could fix the problem without losing data ,asking me how? I'll tell you(bad news ,yea?)
You could access recovery right?so you could do these to make your ROM back to life:
create nandroid backup from the unbootable ROM ,do wipes ,flash new ROM ,updating recovery(as you said dear laura) +make files ready to flash(move or what ever)
Then restore the defective ROM and flash file (android.policy.jar) ....
That's it, everything works again without losing any thing! Sorry if I made you sad again :banghead:
Click to expand...
Click to collapse
OH MY GOD !
Why did i never thought of that ?
Now i want to Bang my Head over the wall :banghead:
Anyways, i keep this in my Mind so that next time when i get Boot Loop i wont have to loose my data while Fixing it.
jay-z-s said:
Plus ,are you sure "killing via back button" option doesn't existing in settings /developing (named as " stop app via long press back button ")???? Cause almost all of custom Roms have this feature.
Click to expand...
Click to collapse
Actually Omega Rom (Which i used) has this Feature....
But i have moded so much, now it doesnt even look like Omega rom.
I removed many of its features and Added many extra mods.
While doing so i had changed my android.policy.jar a couple of time.
by doing so i lost "Stop App via long press Menu button" feature
xpmode said:
The file manager can have any name. You just install it like any other zip.
Click to expand...
Click to collapse
I Use PhilZ Touch Recovery
In PhilZ Touch Recovery i have to do the following steps for Aroma File Manager Support
Download Aroma File Manager from its Home Page
Get the 1.90 version and name the file aromafm.zip
Put the aromafm.zip in clockworkmod/aromafm/aromafm.zip in external or internal sdcards
In recovery, tap the Aroma File Manager menu or double tap any part of the screen outside menus
It will launch the file manager automatically
Double tap gesture linked to Aroma File Manager can be altered in the GUI Settings menu
Click to expand...
Click to collapse
If the file name is not aromafm.zip then it wont work.
laura almeida said:
Oh Yeah ! I'm a Special One
Click to expand...
Click to collapse
Hmm ,so pride yourself on that laura
Aroma File Manager Support Adapted from amarullz and sk8erwitskil
You get here the possibility to browse your phone with root access in a friendly GUI file browser, while being in recovery
You even now get a terminal emulator to run in recovery
Click to expand...
Click to collapse
I'm a user of sony device which recovery is included with kernel & its not easy to change it, and so I have to obey the KERNEL developer so no aroma till I change device
OH MY GOD !
Why did i never thought of that ?
Now i want to Bang my Head over the wall :banghead:
Anyways, i keep this in my Mind so that next time when i get Boot Loop i wont have to loose my data while Fixing it.
Click to expand...
Click to collapse
:beer: yea , forget past ,its gone
At least you have created a backup
Actually Omega Rom (Which i used) has this Feature....
But i have moded so much, now it doesnt even look like Omega rom.
I removed many of its features and Added many extra mods.
While doing so i had changed my android.policy.jar a couple of time.
by doing so i lost "Stop App via long press Menu button" feature
Click to expand...
Click to collapse
OK,you're right ! Why you don't try to build your own Rom? I think you've got the knowlage and skill
Sent from my E15i using XDA Premium 4 mobile app
jay-z-s said:
I'm a user of sony device which recovery is included with kernel & its not easy to change it, and so I have to obey the KERNEL developer so no aroma till I change device
Click to expand...
Click to collapse
I have a Sony Xperia S & Sony Xperia Z
Both are Rooted + CWM + Running Cyanogenmod
I Had no Problem in Installing CWM in Both of them.
Which Sony device you have ?
jay-z-s said:
OK,you're right ! Why you don't try to build your own Rom? I think you've got the knowlage and skill
Click to expand...
Click to collapse
Building a Rom is not an easy task.
And I'm not sure that whether everyone is going to like my rom.
After all I'm a girl, my likings will be entirely different from you guys...
But i do have a Custom Rom.
I had flashed it to all my friends who has S3.
They liked it very much (But they all are Girls)
laura almeida said:
I have a Sony Xperia S & Sony Xperia Z
Both are Rooted + CWM + Running Cyanogenmod
I Had no Problem in Installing CWM in Both of them.
Which Sony device you have ?
Click to expand...
Click to collapse
X8 (e15i) kernel nAa 2.6.32.61 jelly bean + cwm recovery included
Does aroma runs on armv6 device? :what:
Building a Rom is not an easy task.
And I'm not sure that whether everyone is going to like my rom.
After all I'm a girl, my likings will be entirely different from you guys...
But i do have a Custom Rom.
I had flashed it to all my friends who has S3.
They liked it very much (But they all are Girls)
Click to expand...
Click to collapse
If you don't create a thread for your Rom then you'll never know it'll be popular or not.most of girls don't like cyanogen cause of color less UI , but you know what do girls exactly like
Ps.How do you create build.prop? I mean some serial numbers or build numbers should not change to fake num. Right?
Sent from my E15i using XDA Premium 4 mobile app
I am going to suicide...
My hdd is broken
2 TB of data gone forever.
All my apps, softwares, mods, pics, videos everything is gone forever...
There is no point of living now.
Good Bye guys
Sent from my GT-I9300 using xda premium
laura almeida said:
I am going to suicide...
My hdd is broken
2 TB of data gone forever.
All my apps, softwares, mods, pics, videos everything is gone forever...
There is no point of living now.
Good Bye guys
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
OMG , are you just kidding? I'd take a freefall from my window if this happened to me! Seriously this normally happens for me every two month I've copied a piece of data to dvds and pics are in my fb account , and games/apps can be redownloaded.I'm a kind of impassive!!!
(To consoling you):beer:
Sent from my E15i using XDA Premium 4 mobile app
---------- Post added at 12:27 AM ---------- Previous post was at 12:19 AM ----------
jay-z-s said:
OMG , are you just kidding? I'd take a freefall from my window if this happen to me!
Seriously this normally happens for me every two month I've copied a piece of data to dvds and pics are in my fb account , and games/apps can be redownloaded.I'm a kind of impassive!!!
(To consoling you):beer:
Sent from my E15i using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Sent from my E15i using XDA Premium 4 mobile app
jay-z-s said:
OMG , are you just kidding? I'd take a freefall from my window if this happened to me! Seriously this normally happens for me every two month I've copied a piece of data to dvds and pics are in my fb account , and games/apps can be redownloaded.I'm a kind of impassive!!!
(To consoling you):beer:
Sent from my E15i using XDA Premium 4 mobile app
---------- Post added at 12:27 AM ---------- Previous post was at 12:19 AM ----------
Sent from my E15i using XDA Premium 4 mobile app
Click to expand...
Click to collapse
What about the stuff you created ?
From where will you download that ?
Sent from my GT-I9300 using xda premium
My phone is telling me I have a limit space so I go look at what is taking up space and it says just over 9 GBP of miscellaneous files, so when I look at it it shows one with 5.05 GBP of usage but it is labeled "0."
Any ideas to what this is or if I can delete this file wothout bricking my phone?
Any thoughts guys?
Sent from my SPH-L710 using Tapatalk
I am unable to understand what exactly you are trying to say!
could you please tell in detail?
I am trying to free space on my phone, and I need to know if that file under miscellaneous that is taking up 5GB can be deleted.
I am also wondering if I can delete CWM for now, as I don't plan on loading a new ROM, and if I do, I would would rather use TWRM
UmpireBear said:
I am trying to free space on my phone, and I need to know if that file under miscellaneous that is taking up 5GB can be deleted.
I am also wondering if I can delete CWM for now, as I don't plan on loading a new ROM, and if I do, I would would rather use TWRM
Click to expand...
Click to collapse
what type of file is it?
prafull07 said:
what type of file is it?
Click to expand...
Click to collapse
I have no idea, its under the miscellaneous file section. and its called "0" so I have no idea what it is or whats in it
UmpireBear said:
I have no idea, its under the miscellaneous file section. and its called "0" so I have no idea what it is or whats in it
Click to expand...
Click to collapse
is it just one file or any folder of that name?
you may try to search the file by it's name using any file explorer.
It looks like it is the "0" directory, which is what Android uses for emulated SD card. "/storage/emulated/0"
If it is showing something different than what you actually have in your internal emulated SD card, you may have to do a factory reset.
Sent from my Nexus 4 using XDA Premium 4 mobile app
I have found the file within the system, and it essentially put all of the old stuff from when I was running CM 10.1 into it and then put it into the emulated directory.
Just if you're not yet's solved you problem
UmpireBear said:
My phone is telling me I have a limit space so I go look at what is taking up space and it says just over 9 GBP of miscellaneous files, so when I look at it it shows one with 5.05 GBP of usage but it is labeled "0."
Any ideas to what this is or if I can delete this file wothout bricking my phone?
Any thoughts guys?
Sent from my SPH-L710 using Tapatalk
Click to expand...
Click to collapse
Hello !
i'm new to xda
I've got that problem before
It happens when you swap SDs (i.e:extSdCard==>sdcard) & delete a file
so the free space still becoming smaller until it becoms 0
the solution is to RE.Swap the SDs
it may not work for you !
Press Thx if i've helped you
.rootCoder. said:
Hello !
i'm new to xda
I've got that problem before
It happens when you swap SDs (i.e:extSdCard==>sdcard) & delete a file
so the free space still becoming smaller until it becoms 0
the solution is to RE.Swap the SDs
it may not work for you !
Press Thx if i've helped you
Click to expand...
Click to collapse
reswap???
UmpireBear said:
reswap???
Click to expand...
Click to collapse
Hello !
I mean by ''reswap'' is to remove that script from init.d ''11extsd2intsd''
i've done some tweaks to that script (now that problem was disappeared for me)
but i can't publish that script (the main devlopper is telling us to don't publish it if it was tweaked)
Sorry, if it doesn't work for you !