Aroma File Manager - Sony Ericsson Xperia Mini, Mini Pro, Xperia Pro, A

I have tested it and it works on LwW but I cant calibrate screen,anyway here is link to thread.
http://forum.xda-developers.com/showthread.php?t=1646108
Sent from my WT19i using Tapatalk

XperianPro said:
I have tested it and it works on LwW but I cant calibrate screen,anyway here is link to thread.
http://forum.xda-developers.com/showthread.php?t=1646108
Sent from my WT19i using Tapatalk
Click to expand...
Click to collapse
Why would someone copy-cut-paste files in Recovery instead via regular File Manager or on their PC/Mac/whatever?

Someguyfromhell said:
Why would someone copy-cut-paste files in Recovery instead via regular File Manager or on their PC/Mac/whatever?
Click to expand...
Click to collapse
Well its much more simple if you cant boot to system than via adb for example if you just tested init script and phone does not boot you wont need to reinstall rom when you can simply use file manager to delete it.

go into settings and use the alternate calibration for touch..
it improves, but fine tune is needed..

Related

[Q] How reboot into recovery and directly flash .zip file

Hey guys,
do you know how i can directly reboot into recovery and flash a .zip file via script for terminal emulator?
I think you know the ROMManager, you can download updates there, it automatically reboots into recovery and flashes without asking the .zip file, how can i realize that via script for the terminal emulator? cuz i want to create a updater for my and my friends roms
Is there any way to realize that?
Thanks,
Glenn
No answers? Please!
fd1999 said:
No answers? Please!
Click to expand...
Click to collapse
wich phone do u have?
have u installed the recovery image the rom manager has got?
jiffer1991 said:
wich phone do u have?
have u installed the recovery image the rom manager has got?
Click to expand...
Click to collapse
So, first, GlenniBoy and I, we're working on a new project. Currently we're using CWM.
fd1999 said:
So, first, GlenniBoy and I, we're working on a new project. Currently we're using CWM.
Click to expand...
Click to collapse
as u said the rom manager contains the feature u want to use on the terminal for the roms want to use.
check out the rom manager apk with the apk tool
u might find a hint in there (a script or something) because i guess something like that has to be there
Did it work?
We didn't know, I'll try it later, but already pressed Thanks

How can I remove xrecovery?

I installed a long time ago a xrecovery using an android app. This xrecovery (Ithink it is the latest...) is still working, but my problem is that xrecovery or CWM are preinstalled with the kernels. So I have now 2 xrecovery...
Some one know how can I remove it? I didn't tried to reinstall the android app to see if there was a uninstall function, because I did not found it (and I was a bit lazy to use the pc for that
Uhhh just like reflash to generic and then redo everything you have done
Sent from my X10i using xda premium
Delete the following files:
In: /system/bin/
chargemon
charger
Click to expand...
Click to collapse
In: /system/xbin/
sh
xrecovery.tar
Click to expand...
Click to collapse
jakuburban said:
Delete the following files:
In: /system/bin/
In: /system/xbin/
Click to expand...
Click to collapse
i would do it this way so you dont break offline charging
delete /system/bin/chargemon
rename /system/bin/charger to chargemon
then delete the /system/xbin/recovery.tar
that will remove it all.
Pvy
pvyParts said:
i would do it this way so you dont break offline charging
delete /system/bin/chargemon
rename /system/bin/charger to chargemon
then delete the /system/xbin/recovery.tar
that will remove it all.
Pvy
Click to expand...
Click to collapse
Pvy, I have the same issue. I want to remove xrecovery from my xperia x8, running on stock kernel with stock rom, but I don't see file with name "charger" in system/bin. There is only chargemon!? Then, when I go to system/xbin i don't have recovery.tar either. I saw a file named xrecovery.tar, but it is located in system/bin. Please tell me how to remove xrecovry safely from my phone and how to restore the offline charging. Thanks in advance
carevicata said:
Pvy, I have the same issue. I want to remove xrecovery from my xperia x8, running on stock kernel with stock rom, but I don't see file with name "charger" in system/bin. There is only chargemon!? Then, when I go to system/xbin i don't have recovery.tar either. I saw a file named xrecovery.tar, but it is located in system/bin. Please tell me how to remove xrecovry safely from my phone and how to restore the offline charging. Thanks in advance
Click to expand...
Click to collapse
How did you instal it...
Sent from my Transformer TF101 using Tapatalk 2
pvyParts said:
How did you instal it...
Sent from my Transformer TF101 using Tapatalk 2
Click to expand...
Click to collapse
I installed it by simply placing the necessary files with root explorer manually
carevicata said:
I installed it by simply placing the necessary files with root explorer manually
Click to expand...
Click to collapse
Well I'd recommend reversing those steps.
Sent from my Galaxy Nexus using Tapatalk 2
pvyParts said:
Well I'd recommend reversing those steps.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
OK, I'll give it a try, thanks BTW can I flash CWM via xrecovery by install.zip? Done this way can make xrecovery to disappear and it will be replaced by CWM My final goal is to flash nAa's jb kernel in order to put on Mini CM10. That's why I desperately need to remove xrecovery in order to install CWM.

[Q] What is the difference between flashing and installing an apk?

Sometimes.. you see apps on xda.. that are required to be flashed.. and are in the form of zip files. Now how are these different from apk files with their regular installation? is it something to do with giving these apps you flash a deeper level permission? if so.. if your rooted can't you just give those apps those permissions after a normal install?
Usually making them flashable is just easier for some and if you were to extract the .apk from the zip and install it from sdcard it would work the same. Sometimes the app may require extra libs that are flashed at the same time as the app so they are bundled together as a zip. Or possibly it is being flashed to system for whatever reason and can't be done this way installed through os.
There are lots of varying reasons why it may be a .zip but you could also install it probably any way you'd like (including pushing with adb) if you want to know what's in the .zip just extract its contents, if you want to know what happens when you flash it look at the updater-script
Sent from my Nexus 4 using xda premium
Thank you!
demkantor said:
Usually making them flashable is just easier for some and if you were to extract the .apk from the zip and install it from sdcard it would work the same. Sometimes the app may require extra libs that are flashed at the same time as the app so they are bundled together as a zip. Or possibly it is being flashed to system for whatever reason and can't be done this way installed through os.
There are lots of varying reasons why it may be a .zip but you could also install it probably any way you'd like (including pushing with adb) if you want to know what's in the .zip just extract its contents, if you want to know what happens when you flash it look at the updater-script
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
Thank you..! I have one more question.. in some cases.. you are instructed to "copy apk's to system\app folder with a file manager with root permissions and then reboot" ... why this? does this produce the same effect as flashing it?
I guess it depends on the app, but it may only function properly as a system app, and yes it would be just as possible to flash it through recovery or push with adb to get the same effect
Sent from my Nexus 4 using xda premium
Thank you again!
demkantor said:
I guess it depends on the app, but it may only function properly as a system app, and yes it would be just as possible to flash it through recovery or push with adb to get the same effect
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
hey, thanx alot!
rjspark89 said:
hey, thanx alot!
Click to expand...
Click to collapse
And if it's an system app, or framework it's better to flash via Recovery
thanks!
superdragonpt said:
And if it's an system app, or framework it's better to flash via Recovery
Click to expand...
Click to collapse
thanks this is valuable info for a newbie..! any more imp tips related to my question is should know?
rjspark89 said:
thanks this is valuable info for a newbie..! any more imp tips related to my question is should know?
Click to expand...
Click to collapse
Yes
DON'T let you battery go all the way down.
This way it will lst longer (no Joke)

[FIX][Offline Charging][All Models]

Hello!
After looking into the issue of offline charging I did lot of research that what is it causing which affects offline charging and the answer is root and CWM, and I have found a fix to it NOTE : I have tested this method several times only on newly flashed ftf so I recommend using newly flashed ftf and then trying this , so if you want to fix offline charging you have to flash a new ftf, Steps-
1 - root using DooMLord's method : http://forum.xda-developers.com/showthread.php?t=2405933
2 - install CWM for locked/unlocked bootloaders : http://forum.xda-developers.com/showthread.php?t=2352920 until you don't root and install CWM offline charging will work but as soon as you root and install CWM offline charging wont work anymore
3 - open root explorer go to folder "Data" and then open "Local" folder, in local folder open tmp folder you will see many files there, from all those files replace "Charger" files with the file given in attachments and delete "Chargemon" file and power off your device get into CWM wipe cache and power off thats it! You have your offline charging working again even after root and CWM! This method is fully tested by me on several devices and it works without any problems so you can do this without thinking twice, good luck! Do report me!
There is no file named charger in tmp folder..... Infact there is only one file in it named init.rc......
Sent from my C5302 using xda premium
Can confirm no file in that location
Sent from my C5303 using xda premium
Me I have a file but It doesn't work ^^
I follow the instructions
Yep me too I can't find the folder over there.....
Sent from my Xperia U using xda app-developers app
When opening system files with root explorer in / there is a file called charger size 234.23k.
in system/bin there are both those files chargemon size 5.27k and charger size 62.02k
Sent from my C5303 using xda premium
mansoorarb said:
There is no file named charger in tmp folder..... Infact there is only one file in it named init.rc......
Sent from my C5302 using xda premium
Click to expand...
Click to collapse
zolaisugly said:
Can confirm no file in that location
Sent from my C5303 using xda premium
Click to expand...
Click to collapse
Karchikumar said:
Yep me too I can't find the folder over there.....
Sent from my Xperia U using xda app-developers app
Click to expand...
Click to collapse
You guys sure you are looking in the correct folder. It is /data/local/temp/
I have just installed as per the instructions and there is no difference. When charger is connected, the phone boots. Not sure about deleting Chargemon either.
Yes sure looking at correct location
Sent from my C5303 using xda premium
Hello, RuchRha,
i think that nothing can be. charger file is different in each locale. And it must match with locale/customize information in the build.prop for your locale.
Furthermore, it is also in my device in the path /data/local/temp only one file init.rc.
The charger file is in root / and can not delete or replace with a rootexplorer!
The Right Fix must be done befor you flash custom rom:
-before the flash needs charger in custom rom under /system/bin to be replaced with your own (match the locale of your device! best copy out of a stockrom recovery)
-in the build.prop of the custom rom need to be replaced before the flash even the lines for customize and locale.
So, don `t flash custom rom with false information for charger and locale. otherwise you lose offline charge!
+also pays attention to the following when locked bootloader! in our custom rom under /system/bin must be a recovery.tar, chargmon and ric available, otherwise you will lose the CWM after flash!
Sent from my C5303 using xda premium
@roadrunner00
bootloader unlocked?
heross said:
@roadrunner00
bootloader unlocked?
Click to expand...
Click to collapse
Stock Rom locked bootloader
Sent from my C5303 using xda premium
no custum rom installed after CWM installation?
I think that the files are present there only after the install of CWM. The installer copies the files there. After you flash in CWM a custum rom on locked bootloader this files receives anymore, because they then write directly into system/bin directory.
followed the instructions, but no luck.
even unZIPed the file from the ZIP and copied it to /data/local/temp
Not working. Tried for 3-4 times
Sent from my C5302 using xda app-developers app
hello rucha
tried but not working...
No need for a "Fix" if using DooMLoRD's easy rooting on a locked bootloader.
After rooting and installing the CWM recovery for locked bootlaoders and checking for proper root acces, flash the correct kernel in flashmode but select ALL the wipes, EXCLUDE SYSTEM and check NO FINAL VERIFICATION. The phone will start like new, but with CWM, Root and no longer the offline charging bug.
cachanilla86 said:
No need for a "Fix" if using DooMLoRD's easy rooting on a locked bootloader.
After rooting and installing the CWM recovery for locked bootlaoders and checking for proper root acces, flash the correct kernel in flashmode but select ALL the wipes, EXCLUDE SYSTEM and check NO FINAL VERIFICATION. The phone will start like new, but with CWM, Root and no longer the offline charging bug.
Click to expand...
Click to collapse
Not quite correct I have followed doomlords tut to get root and installed cwm,I have offline charging issue,but this is no biggey for me as I always keep phone on and when possible connected to charger.
Sent from my C5303 using xda premium
followed all procedure but it didn't worked
Unlocked, rooted and CWM...followed precisely without any issues and it made no change.

[CWM]Aroma File Manager - A file manager in recovery mode

Have u ever flashed a mod without making a backup, coz u were too lazy, but then regreted ur decision the moment u realized it was a bootloop?
Have u ever downloaded something to flash and realized u didnt move it to root on going to cwm and now have to restart again?
Have u ever taken a backup of any apk like systemui and then got bootloop due to another and u wanted to restore backup but now u hv to flash stock again?
Ever Wanted A badass file manager that u could go into through recovery?
Then U are in luck
Meet The World's First ANDROID Recovery Based Filemanager:
AROMA Filemanager + TERMINAL by @amarullz
http://forum.xda-developers.com/showthread.php?t=1646108
This app is useful to normal users
and extremely useful and a must have for devs/themers/modders/testers.
It features touch, copy, cut, delete, Newfolder, Themes(What more could u ask!!!!)
Instructions:
Download Latest Aroma file manager thru
this thread : http://forum.xda-developers.com/showthread.php?t=1646108
or direct link : http://forum.xda-developers.com/attachment.php?attachmentid=2231581&d=1378202418
Copy the zip file in root of ext sd card
go into cwm (dont use the buggy cwm 5.x)
and flash the zip file...
BOOM! U Have a full fledged File manager that works during bootloops through CWM!!
For Any further help give thread a visit (also give the dev a thnx for his awesome work)
Also it has been 100% tested by me and have fixed some bootloops now...
T3snake said:
Have u ever flashed a mod without making a backup, coz u were too lazy, but then regreted ur decision the moment u realized it was a bootloop?
Have u ever downloaded something to flash and realized u didnt move it to root on going to cwm and now have to restart again?
Have u ever taken a backup of any apk like systemui and then got bootloop due to another and u wanted to restore backup but now u hv to flash stock again?
Ever Wanted A badass file manager that u could go into through recovery?
Then U are in luck
Meet The World's First ANDROID Recovery Based Filemanager:
AROMA Filemanager + TERMINAL by @amarullz
http://forum.xda-developers.com/showthread.php?t=1646108
This app is useful to normal users
and extremely useful and a must have for devs/themers/modders/testers.
It features touch, copy, cut, delete, Newfolder, Themes(What more could u ask!!!!)
Instructions:
Download Latest Aroma file manager thru
this thread : http://forum.xda-developers.com/showthread.php?t=1646108
or direct link : http://forum.xda-developers.com/attachment.php?attachmentid=2231581&d=1378202418
Copy the zip file in root of ext sd card
go into cwm (dont use the buggy cwm 5.x)
and flash the zip file...
BOOM! U Have a full fledged File manager that works during bootloops through CWM!!
For Any further help give thread a visit (also give the dev a thnx for his awesome work)
Also it has been 100% tested by me and have fixed some bootloops now...
Click to expand...
Click to collapse
nice work you did a good job
T3snake said:
Have u ever flashed a mod without making a backup, coz u were too lazy, but then regreted ur decision the moment u realized it was a bootloop?
Have u ever downloaded something to flash and realized u didnt move it to root on going to cwm and now have to restart again?
Have u ever taken a backup of any apk like systemui and then got bootloop due to another and u wanted to restore backup but now u hv to flash stock again?
Ever Wanted A badass file manager that u could go into through recovery?
Then U are in luck
Meet The World's First ANDROID Recovery Based Filemanager:
AROMA Filemanager + TERMINAL by @amarullz
http://forum.xda-developers.com/showthread.php?t=1646108
This app is useful to normal users
and extremely useful and a must have for devs/themers/modders/testers.
It features touch, copy, cut, delete, Newfolder, Themes(What more could u ask!!!!)
Instructions:
Download Latest Aroma file manager thru
this thread : http://forum.xda-developers.com/showthread.php?t=1646108
or direct link : http://forum.xda-developers.com/attachment.php?attachmentid=2231581&d=1378202418
Copy the zip file in root of ext sd card
go into cwm (dont use the buggy cwm 5.x)
and flash the zip file...
BOOM! U Have a full fledged File manager that works during bootloops through CWM!!
For Any further help give thread a visit (also give the dev a thnx for his awesome work)
Also it has been 100% tested by me and have fixed some bootloops now...
Click to expand...
Click to collapse
Very good :good:
which recovery
T3snake said:
Have u ever flashed a mod without making a backup, coz u were too lazy, but then regreted ur decision the moment u realized it was a bootloop?
Have u ever downloaded something to flash and realized u didnt move it to root on going to cwm and now have to restart again?
Have u ever taken a backup of any apk like systemui and then got bootloop due to another and u wanted to restore backup but now u hv to flash stock again?
Ever Wanted A badass file manager that u could go into through recovery?
Then U are in luck
Meet The World's First ANDROID Recovery Based Filemanager:
AROMA Filemanager + TERMINAL by @amarullz
http://forum.xda-developers.com/showthread.php?t=1646108
This app is useful to normal users
and extremely useful and a must have for devs/themers/modders/testers.
It features touch, copy, cut, delete, Newfolder, Themes(What more could u ask!!!!)
Instructions:
Download Latest Aroma file manager thru
this thread : http://forum.xda-developers.com/showthread.php?t=1646108
or direct link : http://forum.xda-developers.com/attachment.php?attachmentid=2231581&d=1378202418
Copy the zip file in root of ext sd card
go into cwm (dont use the buggy cwm 5.x)
and flash the zip file...
BOOM! U Have a full fledged File manager that works during bootloops through CWM!!
For Any further help give thread a visit (also give the dev a thnx for his awesome work)
Also it has been 100% tested by me and have fixed some bootloops now...
Click to expand...
Click to collapse
stock recovery or cwm recovery.i have tried with stock recovery it didn't work
roshangautam07 said:
stock recovery or cwm recovery.i have tried with stock recovery it didn't work
Click to expand...
Click to collapse
of course
stock is as good as useless
u need cwm as indicated in the title
good and es file explorer also great
PS : any one put stock system ui ?!
How to go to this file manager when one is in cwm recovery
I have flashed it already
Sent from my GT-S5282 using xda premium
cdean13 said:
How to go to this file manager when one is in cwm recovery
I have flashed it already
Sent from my GT-S5282 using xda premium
Click to expand...
Click to collapse
clarify what you do you mean please?
first note,Aroma File Manager is TEMPORARY.
so,everytime you need to use it,reflash via CWM.
That's the answer i was looking for
Sent from my GT-S5282 using XDA Premium 4 mobile app
LahKeda said:
good and es file explorer also great
PS : any one put stock system ui ?!
Click to expand...
Click to collapse
es is gud but how will u use es if u hv bootloop
this file manager can run without booting ur phone
ie. thru cwm
T3snake said:
es is gud but how will u use es if u hv bootloop
this file manager can run without booting ur phone
ie. thru cwm
Click to expand...
Click to collapse
i didn't know about this information before !!!
LahKeda said:
i didn't know about this information before !!!
Click to expand...
Click to collapse
i didn't either
So when I came to know I immediately posted it
Sent from my SM-T211 using Tapatalk
Cool
T3snake said:
es is gud but how will u use es if u hv bootloop
this file manager can run without booting ur phone
ie. thru cwm
Click to expand...
Click to collapse
Thanks for this file manager fixed some bootloops
error in installation of aroma
installing update...
E:Error in /tmp/sideload/package.zip
(status 0)
Installation aborted.
This is the error i m getting.....please help somebody....thanku

Categories

Resources