[Q] RyanZA's OCLF 2.0 on JPK for Bell i9000m - Galaxy S I9000 Q&A, Help & Troubleshooting

Hello xda!
I just went though hell trying to get my 850 bands on JPK. And here's another problem that i've run into. I'm trying to use RyanZA's One Click Lag Fix, and it tells me
Install EXT2 Tools failed with error: Could not copy library libext2_blkid.so dd: can't open '/system/lib/libext2_blkid.so': Read-only file system.
What's going on, how would i get the OCLF working or other lag fix?
Thanks in advance.

never mind, problem has been solved,
run cmd and browse to your adb tools.
adb shell
su
busybox mount -o remount,rw /system
thanks to RyanZA.

SplitSnake said:
never mind, problem has been solved,
run cmd and browse to your adb tools.
adb shell
su
busybox mount -o remount,rw /system
thanks to RyanZA.
Click to expand...
Click to collapse
Thanks for posting the 'fix'. I had been strugling with this. It works like never before.

I would not put any lagfixes on your Bell i9000m with froyo on it! Many have lost the internal SD card.

rmanaudio said:
I would not put any lagfixes on your Bell i9000m with froyo on it! Many have lost the internal SD card.
Click to expand...
Click to collapse
i am one of those unfortunate People

rmanaudio said:
I would not put any lagfixes on your Bell i9000m with froyo on it! Many have lost the internal SD card.
Click to expand...
Click to collapse
Froyo and lagfix aren't killing the phones. The internal SDs are just defective in the first place. Better kill it now than kill it later (if you have warranty).

the problem is the phone is out of stock in a lot of places
even if you kill it now, you wont be able to get a replacement anytime soon

Related

apps2SD APP help

What is a terminal command to UN-do the data to sd card only? =[
G1-evolve said:
What is a terminal command to UN-do the data to sd card only? =[
Click to expand...
Click to collapse
su
rm /data/data; mkdir /data/data
reboot
won't work.
the command seems alright, but it will not copy the data back from you sd card.
what do you mean by "won't work"? you got an error?
what version are you using?
IM using JF cupcake version..
and yes I gets an error. I want my data back to my phone period not my SD card.
G1-evolve said:
IM using JF cupcake version..
and yes I gets an error. I want my data back to my phone period not my SD card.
Click to expand...
Click to collapse
so .. instead of having us bang our collective heads against a brick wall can you elaborate?!?
"gets an error" - what error? what command?
if you "rm /data/data" you should delete the link .. without any further knowledge that's the extent of the information we have to offer .. if you "mkdir /data/data" now the phone can store there .. otherwise you can copy back from the SD by "busybox cp -a /system/sd/data /data" but we truly need to know at what the heck you're looking
i failed my telepathy class in high school and my ESP is a little rusty

Help required (apps2sd) - can't see /system/sd

I had to reset my phone today, since for some odd reason, I switched it off and back on, and it wouldnt get back the flashing android screen (havent even made any changes to it recently, God knows why it decided to do this).
Anyway, I figured, format the phone, reflash JF 1.5, and then move apply apps2sd (I already have my apps on my SD card, just have to link them back to the phone so it can see them), and the small customisations I can do later, I would get my phone back to functioning level.
I am using these instruction from SDK on my computer:
1. Check if your phone is recognised.
adb devices
2. Mount the phone into ADB.
adb remount
3. Bring up the shell.
adb shell
4. Check if /system/sd is visible.
df
5. Skip this step if you already have your apps on SD.
cp -a /data/app /system/sd
6. Skip this step if you already have your app-private on SD.
cp -a /data/app-private /system/sd
7. Remove the current apps folder on device.
rm -r /data/app
8. Remove the current app-private folder on device.
rm -r /data/app-private
9. Link the app folder on sd to the one on device.
ln -s /system/sd/app /data/app
10. Link the app-private folder on sd to the one on device.
ln -s /system/sd/app-private /data/app-private
11. Finally Reboot.
reboot
Well, I can flash the phone fine, but when I am trying to follow the instructions for relinking the apps from SD to the phone (stage 4), it doesnt show /system/sd, instead it shows /sdcard.
Does this mean I should change the following steps to say 'sdcard' instead of '/system/sd'? I have tried this with no luck, shows me the android screen indefinitely.
I have an ext2 partition on the phone on which I have my apps, I have done this whole process before many times, but not for a while so I am missing something important.
And I am skipping steps 5 and 6, since I have already got all my apps on my SD card.
Any help would be must appreciated, this is wasting quite a bit of my time.
PS: the only thing I have changed since I last did this, was I flashed the phone with a google ion build, while it had JF 1.5 on it. What I did notice after that was the phone ran a lot slower. That is the only change I can think of which separates this process working perfectly previously, and not at all now.
Um reformat your entire card to fat32. And then use cyanogen's recovery 1.31. to split your sd into 2 partitions. Msg me on gtalk or by email and I'll help you out
Many thanks for the reply.
Hmm I would have thought a reformat of the SD card would be last resort, is there no way to sort this out without going down that route?
Don't think there's another way, You could try switching ROMS see if that fixes it...
Might not need to reformat it all just yet.. Been awhile since I used JF, but I don't think it automatically mounts /system/sd
I think you might need the init.rc from this post -- http://forum.xda-developers.com/showthread.php?t=512743
Personally - and I try not to be preach about it, but I think CM users can't help that -- I'd suggest trying CyanogenMod since you're reflashing anyway. It isn't quite as stock as JF, but it is rock solid and fast, and it should pickup your existing A2SD partition automatically.
Agreed with Saiboogu. Try out Cyanogen's ROM you will NOT regret it
Ok, I am up for that.
BTW, when I format my phone (Alt+W I believe), and start it up again, its firmware is still upgraded.
If I reflash with a ROM, will that cause any problems or slowing, will it be overwriting anything? I guess I dont quite understand what the formatting of the phone is doing, and what it is leaving behind, and then what reflashing with a ROM is doing on top of that.
Also,m when you say Cyanogen's rom will do apps2sd automatically..how? Will it recognise the apps currently on the ext2 partition of my SD card? It wont delete them will it?
It will not delete them. It uses bind mounts to automatically do the apps to sd . Just wipe and flash
Ok, giving it a try now.
Hmm something I should have asked beforehand, my partition is ext2, do I need to change that to ext3 before I flash the cyanogen ROM?
Like alritewhadeva said - it just recognizes your existing apps.
A wipe clears out all the custom data.. Your settings, application data in the /data partition, your google account data that is synced to the phone. It doesn't touch the actual OS, which is why your ROM is still installed after a wipe.
With that said.. Cyanogen builds can be "broken" if you wipe after a flash. So always either just flash, or wipe *then* flash.
PERFECT! its worked like a charm! no hassle at all!
Great! You won't regret it.
one problem I have noticed, my camera keeps force closing (wont even start up without force closing straight away).
Any solution to this? Have tried going into the camera app in applications manager and clearing defaults, but no defaults were set.
That one sounds familiar, but I can't find an actual reference to it right now. Probably want to search the Cyanogen thread for mentions: http://forum.xda-developers.com/showthread.php?t=518851
Also keep an eye out for updates - Cyanogen is prolific, and will probably get one released sometime this evening. It may fix the issue.
That one sounds familiar, but I can't find an actual reference to it right now. Probably want to search the Cyanogen thread for mentions: http://forum.xda-developers.com/showthread.php?t=518851
Also keep an eye out for updates - Cyanogen is prolific, and will probably get one released sometime this evening. It may fix the issue.
Edit: Ah, here it is - http://forum.xda-developers.com/showthread.php?t=536687
He says he had to wipe his SD card, repartition and everything. Not sure if that is your issue or not.
Ah I posted a fix for that just take the camera.apk from an older cyanogen build (3.6.5) and push it over.
so put the camera.apk on sdcard
su
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
cd sdcard
cp Camera.apk /system/app
reboot
I am afraid due to my pathetic ignorance of how android works, I cant decipher what you said.
How do I get the camera apk? And once I acquire it, and put it on my SD card (I am assuming not in any folder, just on the main directory of the card), I use the terminal emulator to type in those commands?
well thats rather funny, just switched my phone on and off and the camera is working now.
raukodur said:
well thats rather funny, just switched my phone on and off and the camera is working now.
Click to expand...
Click to collapse
well then awesome
Great that you got it working. For future reference (because these things do happen occasionally), alritewhadeva was suggesting that you download an older version of CM (link on his build thread), unzip it and find the camera.apk file. Then place that file on your sd card, and follow his directions in Terminal Emulator on the phone.

Blank SD card/ Unsupported Filesystem

Using Cyan's tutorials on his wiki, I rooted successfully and am now running Cyan's latest, with his 1.4 recovery.
I finished running the apps2SD tutorial and now the print command reads 2 partitions
Number Start End Size File system Name flags
1 17.4kb 7587MB 7587MB fat32 msftres
2 7587MB 8099MB 512MB ext4
But I'm getting a notification as soon as it boots into android that says.
Blank SD card
SD card blank or has unsupported filesystem
All the amounts under SD card & phone storage settings menu reads: Unavailable. And my internal phone storage reads 46.82MB
Download the recovery image in my sig and use that parition manager.
Thanks alot evilkorn. Worked perfectly.
Cyan should implement something like that into his recovery
CaliLove310 said:
Thanks alot evilkorn. Worked perfectly.
Cyan should implement something like that into his recovery
Click to expand...
Click to collapse
Well its based of 1.4 and cyan said hes spending more time on his roms because Amon_RA made such a good recovery lol
CaliLove310 said:
Thanks alot evilkorn. Worked perfectly.
Cyan should implement something like that into his recovery
Click to expand...
Click to collapse
I think I spoke to soon though. Everything works on the phone, but it wont mount on WinXP.
It mounts on my mac, but when i try to transfer anything to it it gives me an erorr.
The Finder can’t complete the operation because some data in “data” can’t be read or written.
(Error code -36)
"data" (in parantheses) Is the name of the folder im trying to copy to the SD
Mount the file system as -rw, you should be able to find the commands on here some place. I use root explorer so I don't need to remember it =p.
Is it easier with root explorer? Mind telling me how to use root explorer to mount it as -rw like you said
It says remount as R/W.
to mount as r/w in terminal or adb shell:
Code:
mount -o rw,remount /dev/block/mtdblock3 /system
to mount as r/o in terminal or adb shell:
Code:
mount -o ro,remount /dev/block/mtdblock3 /system
CaliLove310 said:
Is it easier with root explorer? Mind telling me how to use root explorer to mount it as -rw like you said
Click to expand...
Click to collapse
You can do this in ES FileExplorer too and its free.
having same issue
I didn't do anything fancy really.
I'm running a moto droid with the 2.01 update that I received over the air.
Today I launched twidroid and it completely ftoze the whole phone, non responsive even on the hardware buttons. I did a battery pull and upon restart the notification window says sd car blank or file system unsupported.
Tried browsing sd card with astro and it shows blank.
Any suggestions? I have a ton of photos and application settings I don't want to lose.
Thanks in advanced!
itsluy said:
I didn't do anything fancy really.
I'm running a moto droid with the 2.01 update that I received over the air.
Today I launched twidroid and it completely ftoze the whole phone, non responsive even on the hardware buttons. I did a battery pull and upon restart the notification window says sd car blank or file system unsupported.
Tried browsing sd card with astro and it shows blank.
Any suggestions? I have a ton of photos and application settings I don't want to lose.
Thanks in advanced!
Click to expand...
Click to collapse
I fail to properly understand the relevance with the Dream/G1 here..Your asking for help on a Droid in a Dream forum?..Maybe one of the other brotherns can fill in de blanks for me.. Thats like going into art class trying to get help for your driving test or putting cofee in ice cream ..Anywho try reformatting the sd something seems to be corrupted
having same issue
Except I didn't do anything fancy. My phone froze while using twidroid and upon reboot my sd card is blank or unsupported filesystem. How can I get my data back?
itsluy said:
Except I didn't do anything fancy. My phone froze while using twidroid and upon reboot my sd card is blank or unsupported filesystem. How can I get my data back?
Click to expand...
Click to collapse
I had this happen to me when using snes/twindroid/barcode/couple more and the weather widget to...Just format the sd in recovery and check for errors with your pc using a sd card reader.
this is the only
Ace42 said:
I fail to properly understand the relevance with the Dream/G1 here..Your asking for help on a Droid in a Dream forum?..Maybe one of the other brotherns can fill in de blanks for me.. Thats like going into art class trying to get help for your driving test or putting cofee in ice cream ..Anywho try reformatting the sd something seems to be corrupted
Click to expand...
Click to collapse
This thread came up on a google search for my issue. Although its a different phone the issue is the same so I figured it was worth a shot. I could start a new thread I guess but didn't want to overpost.
this is the only
Ace42 said:
I fail to properly understand the relevance with the Dream/G1 here..Your asking for help on a Droid in a Dream forum?..Maybe one of the other brotherns can fill in de blanks for me.. Thats like going into art class trying to get help for your driving test or putting cofee in ice cream ..Anywho try reformatting the sd something seems to be corrupted
Click to expand...
Click to collapse
This thread came up on a google search for my issue. Although its a different phone the issue is the same so I figured it was worth a shot. I could start a new thread I guess but didn't want to overpost.
Reformatting will pretty much guarantee that I lose my data. Any other suggestions?
this happened on my g1
I know the poster was getting flack for having 2.01 on his droid but I have cyanogen 4.9...... whatever he's at as of 12/25/2009.
This happened to me I was sending an sms it froze I popped the batt like I've had to do in the past except this time I'm getting a blank sd card error on boot. B4 I repartition and format is there a recovery option? Preferably something I can do from console since I'm in transit from the holiday?
I imagine since we used similar procedures to fix our "smart" phones maybe our recover procedures will be similar.
evilkorn said:
Download the recovery image in my sig and use that parition manager.
Click to expand...
Click to collapse
Please can you tell me where can I get Download the recovery image app ?
I am new just came from iPhone recently got HTC EVO and I am facing this Issue "SD Card blank or has unsupported file system" I tried everything please help.
thanks
Faisal
I have the same message on my G1
My phone is not rooted, and i don't know what to do!
I tried to format my sd card, i have tried with another card, and nothing; the same message!
I don't know what to do in this case....maybe if you have any solution to my problem.
Here is some info about my phone :
Model number : T-mobile G1
Firmware version: 1.6
Baseband version : 62.50s.17U_2.22.19.26I
Kernel version : 2.6.29-00479-g3c7df37 [email protected]#19
Build no : DRC92
anyone ? !!!!!!!!
i really need some help!!!!!
any solution to root without sd card ?

app2sd workin on telus milestone

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

[Q] Apps2sd after factory reset

I have searched for this issue but I cannot find an answer
I have just done a factory reset to my XT720, which was rooted and installed with apps2sd. I noticed that after resetting, the apps that are on the SD card cannot be found in the menu.
Also, when I try to install apps2sd again through adb, it shows a few errors:
warning'/system/bin/busybox' exists, use -f to overwrite
warning'/system/lib/modules/ext2.ko' exists, use -f to overwrite insmod:can't insert 'system/lib/modyles/ext.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!!!
So what should I do to get apps2sd back working?
I am still a newbie to Android and please forgive me if this is a stupid question. If there is a solution out there, I'll appreciate if somebody can post the link for me. I have been searching for 2 hours....
Reflashing my phone worked for me... maybe try that and then reinstall... should work fine
Thanks for your help
But is there another way to fix it?
And will the apps come back after I install the apps2sd again?
delete files, that couldn't be removed throuth adb, using Root Explorer and try to reinstall App2SD again. I like more Move2SD Enabler than App2SD.
thanks forbrand
i've solved the problem by flashing the rom.
Apps2sd installed smoothly after flashing
I didn't know there is sth called Move2SD.
How is it better than Apps2sd, say easier installation?
hello1686hk said:
thanks forbrand
i've solved the problem by flashing the rom.
Apps2sd installed smoothly after flashing
I didn't know there is sth called Move2SD.
How is it better than Apps2sd, say easier installation?
Click to expand...
Click to collapse
move2sd efforts to move applications to sd which app2sd doesn't affort and after moving everything works fine.
forbrand said:
delete files, that couldn't be removed throuth adb, using Root Explorer and try to reinstall App2SD again. I like more Move2SD Enabler than App2SD.
Click to expand...
Click to collapse
are you sure it's Move 2 SD ? i though that was only for Froyo
the only App APK that works in 2.1 is App2Card... as far as i know.
and App2SD is a script
AllGamer said:
are you sure it's Move 2 SD ? i though that was only for Froyo
the only App APK that works in 2.1 is App2Card... as far as i know.
and App2SD is a script
Click to expand...
Click to collapse
i have froyo on my motoroi but app2card worked perfect on 2.1 version. app2card worked ****ty on froyo so i changed it to move2sd.

Categories

Resources