hi i have a sony tablet s 16gb model SGPT111US/S AND I NEED TO FLASH THIS SCRIPT [SlaidyBoost-B1_SGS_By_Slaid480.zip]
but this script has to be flashed from reboot/recovery and mounted /system directory.the problem is when i go into reboot/recovery i
only get 3 options - 1.cacel abd contiue boot. 2.mnt/sdcard,can only mnt sdcard and script wont flash from there. 3. wipe and erase all
data.is there any way to alter script to flash from sdcard and if not is there a way it can be flashed manualy.i need serious help with this one.
TIA!!!!!!
Related
Hello everyone, tried to modify ramscript fix to change tegrapart number editing the script; now when booting in recovery mode, cannot mount /cache/ partition.
Is there any way around without flashing to stock sbf?
i yesterday install a new rom to my rooted s3(intl) today i try to reboot another rom i was stuck in cwm recovery...i wanted to install another rom from my sd card. but it says cant find any file in sdcard.... i cant back restore cz i dnt have back up file in phone as i moved my back up to laptop...when i search abt thz i found out this hapn because my sd card having some issue.
You most probably have an unpartitioned sdcard, clockworkmod however assumes that is partitioned and wants to mount the first partition (/dev/block/mmcblk0p1).
You can fix this by repartitioning your sdcard so that it has a mountable fat-formatted first volume and then retry.
If you don't mind using the commandline, boot to recovery and connect via adb shell to it, then mount your sdcard manually: mount /dev/block/mmcblk0 /sdcard and retry.
Technical explanation:
cat /proc/partitions lists:
/dev/block/mmcblk0 is your FAT formatted volume (no more partitions at all)
should be:
/dev/block/mmcblk0 (whole device)
/dev/block/mmcblk0p1 (1st partition, FAT formatted)
/dev/block/mmcblk0p2 (sd-ext partition, only for those that use SD2ext and such)
im new to rooting and these stuffs plz explain what is adb shell and how i can mount my sd card....
btw i also tried factory reset it didnt wrk too....i dnt want any files i just want my phone back cz i badly need it....plz help me on this guys :crying: plzzz :crying:
In cwm under mounts and storage there should be the option to format sd card...
Adb is android debugging, it's used to connect to, pull/push files, get logs and more from your phone using a terminal or command prompt window.
http://developer.android.com/tools/help/adb.html this site shows the adb commands available including shell which is connecting to your phone via the terminal to allow you to enter commands.
Also maybe try mount USB storage through cwm and see if you can connect you phone to your pc and transfer the files needed.
If I helped you in some way, take a second to hit the Thanks button.
I think I did something stupid.
I wanted to install a new ROM (OmniROM) and wanted a fresh device.
So I went into ClockworkMod Recovery v6.0.2.2 and went to the "Mounts and Storage" menu.
Here I did a format of all the storage available (except /external_sd)
To sum it up:
- format /cache
- format /system
- format /data
- format /preload
- format /sdcard
- format /data and /data/media
After this I went on and tried to install OmniRom. But I receive an "Installation aborted" error.
When I try to reboot the device it tells me:
Root access possibly lost. Fix? THIS CAN NOT BE ONDONE.
- No
- Yes - Fix root (/system/xbin/su)
- +++++Go Back+++++
I tried installing an other ROM (ArchiDroid 2.3) This installation process starts and I get through the wizard.
But the device keeps booting to ClockworkMod Recovery..
I'm having the feeling I ****ed up and deleted some necessary system files.
Is there a way to fix this brick?
I appreciate any help!
Managed to fix it.
I still had a full CWM backup from when I first rooted the phone. (1,5 year ago)
It was like a trip back in time
Hello guyz, i'm trying to install int2ext script on my phone, but without success. I've got a Samsung S4 Clone with J.B 3.1, stock rom and stock recovery. I managed to create an ext2 partition through windows and enable init.d scripts with an googlestore app. Using a script named 05mountsd, the system manages to mount the ext2 partition and i'm able to browse it with root explorer. But when i copy any of the int2ext/int2ext+ scripts in the init.d folder (remember, i dont have cwm recovery to install from zip) the phone boots normaly and 5secs after i see my background, the phone goes back in loading android screen.
I have to delete the 40int2ext script from init.d through adb shell, for the phone to boot up normally again. Then inside the ext2 partition i am able to see that the script has managed to create some files and folders! But i cant install apps in there. Also link2sd app gives a message that the partition cannot be mounted and that i should try fat.
Any ideas how to get int2ext or any other storage script to work?
Bump!!!
I managed to install a cwm recovery that supports my phone's UBIFS format.
Still can't get any script that links apps to sd to work.
When i try to install CronMod_int2ext.zip through recovery i get an error. Also i cant mount or format the sd-ext partition in the recovery, though i tried partitioning the sd inside the recovery as well as from windows. Both attempts fail to mount in recovery.
With Mounts2sd app, i get bootloop problem.
Anyone!?
bump
931 6923243
bump!
So, I don't really know what I'm doing but I'm in a bind. I was trying to root my 7840 running 5.1 lollipop and I've managed to screw everything up. I can get into fastboot, and I can get the Tethered Recovery Launcher to work. I guess what I need help with is how to rebuild this tablet from scratch. I've downloaded every image or download I can find and I've tried things like:
fastboot flash boot boot.img - This works.
fastboot flash system system.img - This starts to work and then fails like this -
1331200 KB / 2097152 KB
Failed to write to usb; ret=0 errno=121FAILED (status read failed (Too many link
s))
Like I said, I could really use some help with the basis process for building the system back up, and maybe some links for a known working system so I could at least get the tablet booting again and then worry about any updates I need. Any help would be appreciated.
Hey,
system.img cannot be written directly - it's too large. But no worries, your tablet can be unbricked:
1. Download the file from this post: https://forum.xda-developers.com/showpost.php?p=61985130&postcount=15
and put it onto an external sd card. Insert the sd card into your tablet.
2. Get into tethered recovery (preferably CWM)
3. In CWM choose
install zip --> choose zip from external sd card --> update.zip
you may also want to format /data and /cache
4. reboot, done.