Related
After having apps working fine on my phone for a while now... a lot of the apps on my g1, once started, make me force close them.. apps include: anything that uses the accelerometer [except iliter?], lock 2.0, ringers extended.. and a bunch of other ones. I dont think the apps are corrupt considering that they have worked previousally and just started not working. Could the ext2 partition on my sd be full? I set the partition to 700mb and i only have about 20 apps or less.
Maybe somebody could advise on what this might be.. thanks!
Also, every time i turn my phone on i get process com.htc.calender stopped unexpectedly and asks a force close. it asks me to f.close it like 3 times when i first turn on the phone. YES I DID WIPE BEFORE FLASHING THIS ROM. Is there a way to just get rid of this process entirely? becuase after i force close if i go to calander in the menu it works.
what rom are you currently using? what was the rom you used before flashing to your current rom? did you try deleting your dalvik-cache? what about running fix_permissions?
I know when I went from a hero rom to cupcake, I had those same issues so if that is the same problem than you are gonna have to format your ext partion and reload your files, I know if you search the forums though there is a command that you enter in the terminal to just delete the files doing it to you
if you went from a hero rom to a cupcake rom then you need to go into the recovery console and type
Code:
mount /system
rm /system/sd/app_s/*
rm /system/sd/dalvik-cache/*
if that still does not fix it then you will need to just use
Code:
mount /system
rm /system/sd/*
david1171 said:
what rom are you currently using? what was the rom you used before flashing to your current rom? did you try deleting your dalvik-cache? what about running fix_permissions?
Click to expand...
Click to collapse
Running Cyan 4.02 + 1.4 [before this was running JACHero] and no i didnt delete my dalvik-cache??? <--whats that?
It's where your system wipes anything, just type in the codes that were posted and you will be alright, hero leaves files on your ext partion that need to be removed because they do not work with the non hero framework, the code that was post will remove those files, you must type them in the recovery console and not terminal emu
gridlock32404 said:
It's where your system wipes anything, just type in the codes that were posted and you will be alright, hero leaves files on your ext partion that need to be removed because they do not work with the non hero framework, the code that was post will remove those files, you must type them in the recovery console and not terminal emu
Click to expand...
Click to collapse
Will give that a try! thx.
Is that going to delete any of my apps?
Also-- is there a way to confirm that my apps are being automatically installed on my SD?
It will not delete any of your apps just the left over hero junk. To conform just go into manage apps under settings and check the space that is free internal and see how much is used of your ext
gridlock32404 said:
It will not delete any of your apps just the left over hero junk. To conform just go into manage apps under settings and check the space that is free internal and see how much is used of your ext
Click to expand...
Click to collapse
went into manage apps in settings... how do i check the space used by the ext? Menu option only include sort & filter
ALSO i know i sound exteremly noobie.. but..
mount /system
rm /system/sd/app_s/*
rm /system/sd/dalvik-cache/*
Do i replace the *'s with something else, or am i to actually type "*"
Whoops I meant sdcard and storage, sorry bout that I have been up since 5 yesterday and is now 3 in the afternoon so on that note, nighty night. Good luck
ONe more ?
Everytime i type rm /system/sd/app_s/* it tells me cannot remove - no such file or directory.
says the same thing with the rm davvik-cahce thing.
and yes i am in console in recovery.
Try without the *.
Than it's quite possible that you might have to format your sd card, backup your files using I think using app manager and backup for root users, transfer your files onto your computer and format, be a real good time to set yourself up with a nice 96mb swap file. Don't feel bad I plan to reformat mine tomorrow just to get all the old crap off just to have a clean slate
Thank you david I must be tired I didn't notice when he asked about the * and I also said the dalvik cache wipes to your system instead of writes, just noticed that after I just reread my post
wow i got app2sd working on my telus milestone make sure that busybox is not installed on the system i mean when u use adb to install not busybox itself (from titanium etc) if the method does not work unroot then root the try it will work.
i did not create this i have just copied and pasted it i know alot of people need this so here
. App2SD Version 2 (http://www.mediafire.com/?emhyw4tmkmh)
This revised version of App2SD is more refine. It moves cache as well as apps to MicroSD.
Steps to prepare for installation:
1. Unzip the downloaded file and you should see a folder "APP2SD Package".
2. Rename "APP2SD Package" folder to "app2sd" and move this folder to MicroSD. (place it in the root: MicroSD card/)
Next, simply connect the Milestone to your computer.
Ensure it is "Charge Only" for USB connection and USB Debugging mode for USB is turned on under Settings > Applications > Development.
Once you have the above checked, go ahead to launch a command prompt and perform the following:
Type: cd/ (to get to the root of your C: drive)
Type: cd /android/tools (to get to the folder of the Android SDK which i mentioned earlier)
Type: adb devices (you should see your Milestone serial number showing up. If you do not see serial number, it means there is no connection to your Milestone)
Type: adb shell
Type: su (make sure you do not see a prompt window on your Milestone. If you do, grant permission for it to access)
Type: cd /sdcard/app2sd
Type: sh install_use_busybox.sh (trigger installation of App2SD)
Type: y (to confirm that you want to install)
wait for the prompt to show you that App2SD is complete and a reboot is needed for it to take effect.
Type: y (to confirm reboot. You might notice that Milestone do not reboot by self which is normal)
Type: reboot (if you find Milestone do not reboot after you enter y as above mentioned)
Enjoy after the reboot... this works yes
u can type ls -l /data to see if it works
hey I'm just about to do the apps2sd for my milestone and was wondering which partitions if any did you make for the SD card? thanks
I'm assuming it needs at least ext2 and I'm about to set mine up with ext3, just want to make sure so I don't screw anything up
also just wanted to say if you haven't overclocked your milestone, definitely do it, just did mine yesterday, running at 1ghz and it is so amazing, downloads are insane, browser is quick and menus and everything are perfect, eat that X10
kittcoldfire said:
hey I'm just about to do the apps2sd for my milestone and was wondering which partitions if any did you make for the SD card? thanks
I'm assuming it needs at least ext2 and I'm about to set mine up with ext3, just want to make sure so I don't screw anything up
also just wanted to say if you haven't overclocked your milestone, definitely do it, just did mine yesterday, running at 1ghz and it is so amazing, downloads are insane, browser is quick and menus and everything are perfect, eat that X10
Click to expand...
Click to collapse
haha ya i overclocked it but I do not go over 800mhz to risky plus gets pretty hot.
I made a ext 2 partion using unbuntu,.......partionmanager said it was partioned but would not work,app2sd did not see it. u can try it though but i recommend unbuntu let me know what happens
gemini002 said:
haha ya i overclocked it but I do not go over 800mhz to risky plus gets pretty hot.
I made a ext 2 partion using unbuntu,.......partionmanager said it was partioned but would not work,app2sd did not see it. u can try it though but i recommend unbuntu let me know what happens
Click to expand...
Click to collapse
so I got it all running, partitioned with ext3, it seems to be working but it didn't push any of my existing apps over to the SD card, do you know if there's a script to do this? Or do I have to uninstall each and reinstall them? (tested that way and they seem to go to the SD card then)
kittcoldfire said:
so I got it all running, partitioned with ext3, it seems to be working but it didn't push any of my existing apps over to the SD card, do you know if there's a script to do this? Or do I have to uninstall each and reinstall them? (tested that way and they seem to go to the SD card then)
Click to expand...
Click to collapse
ya uninstall reinstall had to do that too but hey it works
gemini002 said:
ya uninstall reinstall had to do that too but hey it works
Click to expand...
Click to collapse
I had to reinstall everything and i rooted and did everything exactly the same way as i did before, but now for some reason it won't let me install the apps to sd... here's the errors I get
warnning/system/bin/busybox'exists,use -f to overwrite
warnning'/system/lib/modules/ext2.ko'exists,use -f to overwrite insmod: can't insert '/system/lib/modulesext2/ko':File exists
mkdir failed for /system/sd, File exists
mount: mounting /dev/block/mmcblk0p2 on /system/sd failed: device or resource busy
sorry, mount sd ext2 fail!!!!!
what the heck does this mean? how can i fix this?
I partitioned the sd card as... (16gb) 14.something gb fat32, 1gb ext3, 32mb linux swap
kittcoldfire said:
I had to reinstall everything and i rooted and did everything exactly the same way as i did before, but now for some reason it won't let me install the apps to sd... here's the errors I get
warnning/system/bin/busybox'exists,use -f to overwrite
warnning'/system/lib/modules/ext2.ko'exists,use -f to overwrite insmod: can't insert '/system/lib/modulesext2/ko':File exists
mkdir failed for /system/sd, File exists
mount: mounting /dev/block/mmcblk0p2 on /system/sd failed: device or resource busy
sorry, mount sd ext2 fail!!!!!
what the heck does this mean? how can i fix this?
I partitioned the sd card as... (16gb) 14.something gb fat32, 1gb ext3, 32mb linux swap
Click to expand...
Click to collapse
busy box cannot be installed i had this error at first too .well u dont need linux swap so get rid of it what did u use to partion sd card i use unbuntu all other partioned card but it would not work only worked when i used unbuntu .unroot download open recovery 1.05(google it)root with open recovery and try again
gemini002 said:
busy box cannot be installed i had this error at first too .well u dont need linux swap so get rid of it what did u use to partion sd card i use unbuntu all other partioned card but it would not work only worked when i used unbuntu .unroot download open recovery 1.05(google it)root with open recovery and try again
Click to expand...
Click to collapse
yeah it's okay, this morning I sat down with it and put on my programming hat and went through the script and modified it enough to make it fix all the errors I was getting, so I've got it all done, nice 144mb of free space on the phone, and back to overclocked, and everything is running nice and smooth!!
glad u got it working ...im I right about busybox causing the errors?
did u hear the bootloader has been cracked
nevermind - got it working, just had to ensure the partition is made the correct way in Ubuntu!
Hi apps2sd v1 is kinda old news and was much more complicated then that , are you sure your guide is complete for someone who hasnt done all that was needed to be done in previous version ?
Also I never applied this mod because I was wondering why there was a need for it .. with the 'davlik mem cache hack' I have tons of applications & widget installed , much more then I need in fact so yea you guys notice if the phone is faster or anything else after usin apps2sd ?
gemini002 said:
did u hear the bootloader has been cracked
Click to expand...
Click to collapse
it s not , or I guess it all depends on what you call cracked , whatever has been done to it is useless for us practically speaking , truth is we are in fact very close ( talking of a few weeks maximum a the speed its currently going )to running 'roms' on our stone !!!
DAGr8 said:
Hi apps2sd v1 is kinda old news and was much more complicated then that , are you sure your guide is complete for someone who hasnt done all that was needed to be done in previous version ?
Also I never applied this mod because I was wondering why there was a need for it .. with the 'davlik mem cache hack' I have tons of applications & widget installed , much more then I need in fact so yea you guys notice if the phone is faster or anything else after usin apps2sd ?
it s not , or I guess it all depends on what you call cracked , whatever has been done to it is useless for us practically speaking , truth is we are in fact very close ( talking of a few weeks maximum a the speed its currently going )to running 'roms' on our stone !!!
Click to expand...
Click to collapse
it's faster with overclock module 4 sure plus i have tons of apps
the guide is straight forward just make sure u use unbuntu to partition
true but now no siginature is needed so custom roms on the way froyo was ported on sat to droid so we should get it in a few week heck maybe this week it is something worth doing now that we don't need no bootloader
DAGr8 said:
Hi apps2sd v1 is kinda old news and was much more complicated then that , are you sure your guide is complete for someone who hasn't done all that was needed to be done in previous version ?
Click to expand...
Click to collapse
it is complete and works well, from what I can gather its just a script of the previous apps2sd so makes life a lot easier (with some obvious tweaks)
One part about it I do not like and am looking into how to change it is it goes and installs a heap of Telus libs/files in the OS as well as the UMTS/GSM files - nice to be able to do both Milestones at once, but a bit sloppy....time to tweak....
Just make sure the card is partitioned in a card reader and not via the phone in Ubuntu (its NOT unbuntu!!..lol) and there is no need for a swap partition.
And if you are not using gparted but the included 'disk utility' in Lucid, make sure you untick the 'Take Ownership' check box otherwise it will partition it for super user access only!
Took me 3 goes to get it done right but that was the only method of partitioning that would work for me with no errors
The only speed increase has been thanks to the Overclock module, just nice to see 140mb still free on the phone after installing many many apps - better than the 10mb I used to have free
gemini002 said:
true but now no siginature is needed so custom roms on the way froyo was ported on sat to droid so we should get it in a few week heck maybe this week it is something worth doing now that we don't need no bootloader
Click to expand...
Click to collapse
Sorry dont get your hopes up but you are Wrong ... plain wrong
its not cracked
signature still needed
and Kexec aint workin yet either ..
Our best hope for custom roms is Kexec and it will most likely be up and runnin within a month ( fingers crossed )
This Forum is a great (1 of the best ) forum so unless you are able to boot something without signature by yourself please dont spread false information as others might think because it has been posted here its true .
ya i know the bad news
So App2SD will not be listed under Settings->Applications?
When i do ls -l /data, what should i expect to see if it works? If it didnt work?
mischief4l said:
So App2SD will not be listed under Settings->Applications?
When i do ls -l /data, what should i expect to see if it works? If it didnt work?
Click to expand...
Click to collapse
I'm going to guess you will get a list of apps that would be in the /data part of your sd card. Assuming that you have correctly installed for the lack of a better word App2SD...
~PsyCl0ne
uhm....help? lol
kittcoldfire said:
yeah it's okay, this morning I sat down with it and put on my programming hat and went through the script and modified it enough to make it fix all the errors I was getting, so I've got it all done, nice 144mb of free space on the phone, and back to overclocked, and everything is running nice and smooth!!
Click to expand...
Click to collapse
I had the same error as you did earlier about the 'sorry, mount sd ext2 fail!!!!!' issue. I'm not a programmer, but can you please detail how'd you get around this problem? I use Windows 7, and have the milestone plugged in on 'charge only'. Am I missing a step here?
Please advise what the heck I'm doing wrong here and thanks. :]
Az
I never used a smartphone before and now here i am with a small basic phone trying to figure out how things can be done...but...
I hardly can install 6-7apps in this phone..even though i install the file in SD card it still takes 2-4mb space from internal..
and mine is not rooted but i tried rooting before and it did nothing may be because i really dont know what to be done.
Anyways i just want to know is there anyway i can add few more apps like atleast 10apps in this phone?? i do have few preinstalled apps..and it cant be moved i know but things like GO apps i cant move it to SD..but my friends ACE can n i have no clue why i cant????? it neva show move to SD in mine but in his phone it does..can anybody help me in installing few more apps ..in this thing...i will be so greatful if u can and Thanks in advance.
for your info apps i have downloaded as if now:
twitter, Instagram, some empire game2, pool game, whatsapp, real player, FB messenger, dictionary thats all..
eantonykurien said:
I never used a smartphone before and now here i am with a small basic phone trying to figure out how things can be done...but...
I hardly can install 6-7apps in this phone..even though i install the file in SD card it still takes 2-4mb space from internal..
and mine is not rooted but i tried rooting before and it did nothing may be because i really dont know what to be done.
Anyways i just want to know is there anyway i can add few more apps like atleast 10apps in this phone?? i do have few preinstalled apps..and it cant be moved i know but things like GO apps i cant move it to SD..but my friends ACE can n i have no clue why i cant????? it neva show move to SD in mine but in his phone it does..can anybody help me in installing few more apps ..in this thing...i will be so greatful if u can and Thanks in advance.
for your info apps i have downloaded as if now:
twitter, Instagram, some empire game2, pool game, whatsapp, real player, FB messenger, dictionary thats all..
Click to expand...
Click to collapse
you need a ext4 partition on your sd card and an app which enables you moving apps to sd like "link2sd", "s2e" or similar. And you need to root your phone.
Look a bit around in the ace section here on xda and youll find everything you need
Mardon said:
you need a ext4 partition on your sd card and an app which enables you moving apps to sd like "link2sd", "s2e" or similar. And you need to root your phone.
Look a bit around in the ace section here on xda and youll find everything you need
Click to expand...
Click to collapse
addition : if you a user-type that like to remove your sdcard, better to use link2sd instead of any type extended-internal memory
123r4ka456 said:
addition : if you a user-type that like to remove your sdcard, better to use link2sd instead of any type extended-internal memory
Click to expand...
Click to collapse
Just switch off your phone before removing sd card.
I won't give up. I'll wait for you.
Mardon said:
you need a ext4 partition on your sd card and an app which enables you moving apps to sd like "link2sd", "s2e" or similar. And you need to root your phone.
Look a bit around in the ace section here on xda and youll find everything you need
Click to expand...
Click to collapse
You almost can do a partition with cmw ovbiously with your device rooted and then use s2e is easy i hope that i can help you
Sent from my GT-S5830 using xda app-developers app
eantonykurien said:
I never used a smartphone before and now here i am with a small basic phone trying to figure out how things can be done...but...
I hardly can install 6-7apps in this phone..even though i install the file in SD card it still takes 2-4mb space from internal..
and mine is not rooted but i tried rooting before and it did nothing may be because i really dont know what to be done.
Anyways i just want to know is there anyway i can add few more apps like atleast 10apps in this phone?? i do have few preinstalled apps..and it cant be moved i know but things like GO apps i cant move it to SD..but my friends ACE can n i have no clue why i cant????? it neva show move to SD in mine but in his phone it does..can anybody help me in installing few more apps ..in this thing...i will be so greatful if u can and Thanks in advance.
for your info apps i have downloaded as if now:
twitter, Instagram, some empire game2, pool game, whatsapp, real player, FB messenger, dictionary thats all..
Click to expand...
Click to collapse
you must create ext3 or ext4 primary partition on your sdcard. to create partition, install mini tool partition wizard to your pc. then you can use link2sd to link dalvik caches to your sdcard. or, if you use cm7 as your rom, you can install s2e. to remove system apps, use link2sd
Sent from my GT-S5570
Thanks alot guys
enzotheresa said:
you must create ext3 or ext4 primary partition on your sdcard. to create partition, install mini tool partition wizard to your pc. then you can use link2sd to link dalvik caches to your sdcard. or, if you use cm7 as your rom, you can install s2e. to remove system apps, use link2sd
Sent from my GT-S5570
Click to expand...
Click to collapse
I read most of the threads and found quite interesting and later yesterday night i rooted my phone and when that went on smoothly i thought why dont i try installing a custom rom? So i installed a normal one which had very basic thing to be done to install it..and finally i installed stocklite ..but still im kinda facing the same old internal problem but i will definitely try your reply's and will get back to guys later..Never thought i will get a lot of responses like this..cheers to you all.:good:
Thanks alot everyone
One more question?
eantonykurien said:
I read most of the threads and found quite interesting and later yesterday night i rooted my phone and when that went on smoothly i thought why dont i try installing a custom rom? So i installed a normal one which had very basic thing to be done to install it..and finally i installed stocklite ..but still im kinda facing the same old internal problem but i will definitely try your reply's and will get back to guys later..Never thought i will get a lot of responses like this..cheers to you all.:good:
Thanks alot everyone
Click to expand...
Click to collapse
How do i make partitions like you guys said..i do have CWM5 but i dont know how to use these apps And after partition what should i do just install link2sd to move to sdcard? I know im kinda talking like a kid but guess im way too old in techy things sorry for troubling all..
CallMeLewis said:
Just switch off your phone before removing sd card.
I won't give up. I'll wait for you.
Click to expand...
Click to collapse
accidentially drop you phone.....memory card accidentially unmounted.....no nandroid backup&&last titanium backup 2 week old.......==:good:
eantonykurien said:
How do i make partitions like you guys said..i do have CWM5 but i dont know how to use these apps And after partition what should i do just install link2sd to move to sdcard? I know im kinda talking like a kid but guess im way too old in techy things sorry for troubling all..
Click to expand...
Click to collapse
here's the guide for you (only cm7)
http://forum.xda-developers.com/showthread.php?t=1477996#
Will try
limxyz said:
here's the guide for you (only cm7)
http://forum.xda-developers.com/showthread.php?t=1477996#
Click to expand...
Click to collapse
I dont have a CyanogenMod ROM im using Stocklite and i tried using link2sd but its no use..even though all the apps are stored in SD few apps has cache on internal storage so it eats all that..and now im in the same situvation but i will try what you said..
But i already did partitioning my SD using link2sd..how can i make my SD back to normal and once i install CyanogenMod ROM should i format my SD??? to take those partition away or should i do something else?
Need help!!!!!
eantonykurien said:
I dont have a CyanogenMod ROM im using Stocklite and i tried using link2sd but its no use..even though all the apps are stored in SD few apps has cache on internal storage so it eats all that..and now im in the same situvation but i will try what you said..
But i already did partitioning my SD using link2sd..how can i make my SD back to normal and once i install CyanogenMod ROM should i format my SD??? to take those partition away or should i do something else?
Click to expand...
Click to collapse
"system/etc/gps.conf"
This is to edit gps setting in a Custom ROM
How to goto this place to edit it in CyanogenMod 7.2 RC3 by vo-1, APOCALYPSE? I installed it but cannot find a way to reach this place. And i cant ask question to the developer because im a new guy here so cant post a question ova there..
eantonykurien said:
I dont have a CyanogenMod ROM im using Stocklite and i tried using link2sd but its no use..even though all the apps are stored in SD few apps has cache on internal storage so it eats all that..and now im in the same situvation but i will try what you said..
But i already did partitioning my SD using link2sd..how can i make my SD back to normal and once i install CyanogenMod ROM should i format my SD??? to take those partition away or should i do something else?
Click to expand...
Click to collapse
Are you linking the apk, dex and lib files or just installing (moving) apps to sd? You should create link to free up your internal space.
Take it from my experience. I used stocklite for almost 5 months with link2sd. Linked all apps except for those with widgets or that i needed at boot left on internal. 80 apps, 50 mb free on internal.
If you change to cyanogenmod you won't have more internal space, same space, different rom. When you do the required wipes with cwm (which you should to install cyano roms) it will format and erase the partition. You'll still have your partitioned sd card, but all info in that partition will be gone.
last question
dxppxd said:
Are you linking the apk, dex and lib files or just installing (moving) apps to sd? You should create link to free up your internal space.
Take it from my experience. I used stocklite for almost 5 months with link2sd. Linked all apps except for those with widgets or that i needed at boot left on internal. 80 apps, 50 mb free on internal.
If you change to cyanogenmod you won't have more internal space, same space, different rom. When you do the required wipes with cwm (which you should to install cyano roms) it will format and erase the partition. You'll still have your partitioned sd card, but all info in that partition will be gone.
Click to expand...
Click to collapse
I installed Cyno Mod 7 ROM and it works just fine and i have partitioned again and everything is fine now..but i backuped my stocklite and i dont have the original ROM which i used even before rooting how to get that 'the real one which i had when i bought the phone?' if i have that one ..i can change it to anytime when i want..
Carrier specific roms are harder to find than free roms. Go to sammobile and check if they have the rom that came with your phone.
The stock roms are all installed through your computer with odin and your phone in download mode.
dxppxd said:
Carrier specific roms are harder to find than free roms. Go to sammobile and check if they have the rom that came with your phone.
The stock roms are all installed through your computer with odin and your phone in download mode.
Click to expand...
Click to collapse
MMh ok i will check that and i have never used odin to flash a new ROM!!!! i have seen people talking about this s/w i really have no clue what is this all about.
eantonykurien said:
MMh ok i will check that and i have never used odin to flash a new ROM!!!! i have seen people talking about this s/w i really have no clue what is this all about.
Click to expand...
Click to collapse
Did the ROM apocalypse had any updates because i still do have some bugs..
Hey guys,
I recently rooted my s3 mini to JB 4.1.2 by faria and i was wondering why i cant install any more apps as my ram is used up by all my apps. is there a way to clear/wipe all this data and start from scratch installations or any way i can move this huge game files in android/obb to another location in my sdcard to save space for app installations on my phone memory.
also, i have tried directory bind,app2sd, lind2sd and gl to sd(root) none of them seems to be installing or working for me as i still face the prob with installation of the same app.
kindly help.
SinisterGrey said:
Hey guys,
I recently rooted my s3 mini to JB 4.1.2 by faria and i was wondering why i cant install any more apps as my ram is used up by all my apps. is there a way to clear/wipe all this data and start from scratch installations or any way i can move this huge game files in android/obb to another location in my sdcard to save space for app installations on my phone memory.
also, i have tried directory bind,app2sd, lind2sd and gl to sd(root) none of them seems to be installing or working for me as i still face the prob with installation of the same app.
kindly help.
Click to expand...
Click to collapse
Had this issue before. Try to reflash and reboot the phone.
Sent from my GT-I8190 using xda app-developers app
bOkz said:
Had this issue before. Try to reflash and reboot the phone.
Sent from my GT-I8190 using xda app-developers app
Click to expand...
Click to collapse
Tried that, didnt work thanks for your quick reply tho. its been happening even before the 4.1.2 update. even when i had the 4.1.1 XXJL by avicohh rooted. any other suggestions?
Go into recovery maybe, and wipe cache from there, either that or factory reset your phone
Sent from my GT-I8190 using Xparent Blue Tapatalk 2
Drop this script into /data, chmod it to 777, and run it through SManager (thank everybody in this thread, not me).
Sent from Spaceball One.
blackknightavalon said:
Drop this script into /data, chmod it to 777, and run it through SManager (thank everybody in this thread, not me).
Sent from Spaceball One.
Click to expand...
Click to collapse
Everything from ur last post was tried except for the downloading of the busy box. it wont even allow me to download it. it says insufficient storage. i cant proceed from there. i got the rest of it. i ran a chmod to 777 and instlled smanager . any help ?
Had the same error.
Simply wipe dalvik-cache and everything will work fine.
Cheers.
I used titanium backup and wiped dalvik cache. Still no use. Same error. Is there any way I can install busy box in linux.
Sent from my GT-I8190 using xda app-developers app
Remove a LOT of your apps. That should fix the storage problem until you get the script into /data.
you could
SinisterGrey said:
I used titanium backup and wiped dalvik cache. Still no use. Same error. Is there any way I can install busy box in linux.
Sent from my GT-I8190 using xda app-developers app
Click to expand...
Click to collapse
try changing default install location. possible with normal device options, dont remember where. or else use app2sd to change it.
although i have the same error, when trying to install anything on extsdcard (with enough room on it), with faria rom v5.1.
with leatherface v2 i didnt have the problem if i remember correct.
update:
i still have the problem too.
wiped dalvik, factory reset multiple times, cleaned odin files, although faria rom is also using odex?
phone works fine, but i only have 4,5gb max internal (fused internal and sdcard).
and i cant install anything to external. i selected the options *install to: autoselect by android, internal, or external.
i tried it with more then one app, like rom toolbox pro.
i also noticed that chaning it it one app, correctly alters it in another.
i asked this in q&a, and i read what i can searching the whole forum. still i wuold really like to know:
-is 4,5 gb max combined/fused is normal for s3 mini +faria rom)?
-is it normal to have .obb partition completely empty, even having installed multipple apps?
its 402mb, totally free.
And i have other partitions also 402 mb, totally free.
-/cache partitions remains at 14mb, whatever happends, even after changing usage of cache heavier and lighter.
-cant install anything on extsdcard.
-/mnt/sdcard shows in that directory, with root explorer, as linked to sdcard0.
same in root:/sdcard (not sdcard0!) linked to -> sdcard0
but it has no apps in it. and only some folders.
?i dont know if i am correct in assuming that "->" symbol in root explorer means: linked to.
pushquares said:
try changing default install location. possible with normal device options, dont remember where. or else use app2sd to change it.
although i have the same error, when trying to install anything on extsdcard (with enough room on it), with faria rom v5.1.
with leatherface v2 i didnt have the problem if i remember correct.
update:
i still have the problem too.
wiped dalvik, factory reset multiple times, cleaned odin files, although faria rom is also using odex?
phone works fine, but i only have 4,5gb max internal (fused internal and sdcard).
and i cant install anything to external. i selected the options *install to: autoselect by android, internal, or external.
i tried it with more then one app, like rom toolbox pro.
i also noticed that chaning it it one app, correctly alters it in another.
i asked this in q&a, and i read what i can searching the whole forum. still i wuold really like to know:
-is 4,5 gb max combined/fused is normal for s3 mini +faria rom)?
-is it normal to have .obb partition completely empty, even having installed multipple apps?
its 402mb, totally free.
And i have other partitions also 402 mb, totally free.
-/cache partitions remains at 14mb, whatever happends, even after changing usage of cache heavier and lighter.
-cant install anything on extsdcard.
-/mnt/sdcard shows in that directory, with root explorer, as linked to sdcard0.
same in root:/sdcard (not sdcard0!) linked to -> sdcard0
but it has no apps in it. and only some folders.
?i dont know if i am correct in assuming that "->" symbol in root explorer means: linked to.
Click to expand...
Click to collapse
did u used linked to sd?if yes you have to select default instal location to automatic...that solved my problem...the setting in link 2 sd....before this i select install to ext sd card and every time theres error insufficient memory...
thx for yuor reply
nazri5363 said:
did u used linked to sd?if yes you have to select default instal location to automatic...that solved my problem...the setting in link 2 sd....before this i select install to ext sd card and every time theres error insufficient memory...
Click to expand...
Click to collapse
thx for yuor reply.
no that is not what i mean exactly.
i do use link2sd now, to use my extsd 2nd partition. but it gives an error: installl_failed_insufficent storage.
even when i put it on auto.
when pressing create link, i get: i/o error.
what do you have selected to auto move to 2nd partition?
my primary question, has to do with the fused internal+sdcard phone memory (so not extsdcard), of faria firmware.
Phone sees the fused internal as,... internal memory.
and the phone sees my extsdcard as external sdcard.
i presumed the reason for this is to be able to install apps on ext sd too, by default. (so without link2sd or others).
because the problem as i see it is:
now i have less phone storage.
i still cannot install to external sd card.
i would really like to know
- what should be the benefits of this fused memory? why did faria do this?
- beacause now i have less or same memory, and no benefits.
-what i have to change in system mount, or fuse, to get back original non-fused.
- And/Or, how i can enable extsdcard to install to it too.
thanks
Have you tried with an ext4 partition on your external sd, for link2sd? I've read somewhere that it worked.
Otherwise Directorybind do work. I've binded the whole Android folder without any problems at all :good:
hey
SinisterGrey said:
Hey guys,
I recently rooted my s3 mini to JB 4.1.2 by faria and i was wondering why i cant install any more apps as my ram is used up by all my apps. is there a way to clear/wipe all this data and start from scratch installations or any way i can move this huge game files in android/obb to another location in my sdcard to save space for app installations on my phone memory.
also, i have tried directory bind,app2sd, lind2sd and gl to sd(root) none of them seems to be installing or working for me as i still face the prob with installation of the same app.
kindly help.
Click to expand...
Click to collapse
hi,
actually i do also had a the same problem with my cell phone as of yours... so i just wanna know if we had comeout with those problem.... please suggest me a solution too if you had solved those problem.
please do help...
found a solution (maybe?)
I personally had the same problem right after flashing a new rom on my i9100. I read through the script amd it was quite literally just unmounting and mounting the sd card again. I wasn't sure how it could possibly be a simple matter of mounting the sd card but it worked so I'm okay with that.
If you're on 4.1.2 then you can probably manually unmount and mount the sd card by going into system settings, storage and scroll down to sd card for unmount. It'll take a short while to unmount and another to mount again and check for errors. Not sure if you have to do this will ever boot but it beats not ever installing anything, right?
SinisterGrey said:
Hey guys,
I recently rooted my s3 mini to JB 4.1.2 by faria and i was wondering why i cant install any more apps as my ram is used up by all my apps. is there a way to clear/wipe all this data and start from scratch installations or any way i can move this huge game files in android/obb to another location in my sdcard to save space for app installations on my phone memory.
also, i have tried directory bind,app2sd, lind2sd and gl to sd(root) none of them seems to be installing or working for me as i still face the prob with installation of the same app.
kindly help.
Click to expand...
Click to collapse
if u used lucky patcher remove previous patches and stuff like that
Has anyone Done this yet for the z1?
Ive read all the other posts about APPS2SD but none have come up with a solution and im not sure how old they are.
Is it possible yet without Emulating Folders and stuff. None of the apps that i got told to download worked like APPS2SD, GLSD didnt interest me as its not actully moving the files, Titanium doesnt have this feature although people say it has... i have the pro version and it doesnt.
So any help as i have 0 free space now haha.
l-_-M4r5h411-_-l said:
Has anyone Done this yet for the z1?
Ive read all the other posts about APPS2SD but none have come up with a solution and im not sure how old they are.
Is it possible yet without Emulating Folders and stuff. None of the apps that i got told to download worked like APPS2SD, GLSD didnt interest me as its not actully moving the files, Titanium doesnt have this feature although people say it has... i have the pro version and it doesnt.
So any help as i have 0 free space now haha.
Click to expand...
Click to collapse
As far as I am aware this requires a Rooted Rom, and an App like Folder Mount and yes it does Move the Files.
I have about 7 GB worth of Games on my 32 GB SD card and over 9GB free on the Internal storage.
regards
So what rooted rom would you suggest? Im just using a stock rom with a recovery kernel atm.
That folder mount apo wont even install for me... It says not enough storage to install when i have delete apps to space up 3gb worth. Any idea what the prob is? Im guessing its because i dont have a rooted rom....
My fone is rooted and unlocked btw.
Have u got a guide or something to get my apps onto sdcard?
l-_-M4r5h411-_-l said:
So what rooted rom would you suggest? Im just using a stock rom with a recovery kernel atm.
Click to expand...
Click to collapse
Stock rom rooted at the moment is the best way.
l-_-M4r5h411-_-l said:
That folder mount apo wont even install for me... It says not enough storage to install when i have delete apps to space up 3gb worth. Any idea what the prob is? Im guessing its because i dont have a rooted rom....
My fone is rooted and unlocked btw.
Click to expand...
Click to collapse
So are you rooted or not? How Folder Mount can give you a message "not enough storage" because of root.. You messing up things.
If you deleted apps to make more space, reboot your phone and Folder Mount should install.
l-_-M4r5h411-_-l said:
Have u got a guide or something to get my apps onto sdcard?
Click to expand...
Click to collapse
There is not guide or anything for Apps to SD because it's not necessary, use Apps2SD, Folder Mount or Link2SD to move the data. For all of them root is needed. At the moment there is not Rom with script implemented to move data on sd so you have to use 3td parts app.
Hi have rooted my phone... Well ive got superUser asking me permission all the time, and ive got Recovery on my phone and ive flash roms, used root only apps, so im guessing ive rooted my phone lol.
Apps2sd doesnt work on Z1 i know that by reading other posts. and i still cant get that folder mount to install, still says insignificant storage.
anyone no how to unroot and un-unlock bootloader haha, at least i had more space then! lol.
l-_-M4r5h411-_-l said:
Hi have rooted my phone... Well ive got superUser asking me permission all the time, and ive got Recovery on my phone and ive flash roms, used root only apps, so im guessing ive rooted my phone lol.
Apps2sd doesnt work on Z1 i know that by reading other posts. and i still cant get that folder mount to install, still says insignificant storage.
anyone no how to unroot and un-unlock bootloader haha, at least i had more space then! lol.
Click to expand...
Click to collapse
Remove some of your apps and install folder mount.
It definitely works I'm using it on an locked bootloader rom
l-_-M4r5h411-_-l said:
Hi have rooted my phone... Well ive got superUser asking me permission all the time, and ive got Recovery on my phone and ive flash roms, used root only apps, so im guessing ive rooted my phone lol.
Apps2sd doesnt work on Z1 i know that by reading other posts. and i still cant get that folder mount to install, still says insignificant storage.
anyone no how to unroot and un-unlock bootloader haha, at least i had more space then! lol.
Click to expand...
Click to collapse
I think thats .odex file that is creating problem.... as ur fon is rooted just go to root explorer and search for .odex file related to folder mount and delete it...then try installing folder mount again....hope this helps....