Flash Rom: Install .zip from sd card not there - Vibrant Q&A, Help & Troubleshooting

I boot into recovery from clockwork and I do not see "install .zip from sd card"
I see all the options such as:
" Android System Recovery <2e>
-for BML-
-Reboot System Now
-Reinstall Packages
-Delete all User Data
-Delete Cache Data
--Movi_check Start..!!
*checksum confirmation need_checksum[0]
*Not need checksum confirmation
--Movi_check already executed!!...
--movi_checking done!...
# Manual Mode #
-- Appling Muti-CSC..
*Installing Muti-CSC "
what am i doing wrong?? ><
and yes.. i have put the file on the internal sd card with 14 GB.
thanks for any help in advance! =)

reinstall packages...which should reboot you into CWM. You are in the stock 2e recovery...

Related

Rooting brand new optimus one becomes easy

This thread is an all in one recovery thread.
Prereqs:
1. You must have a rooted device
2. Adb setup on computer (terminal on phone can be used in place of adb but adb is preferred)
3. Phone charged 30% or greater is required to use nandroid.
Supported devices:
LG Ally (aloha)
LG Optimus S
LG Optimus V
LG Optimus M
LG Vortex
LG Chic (alessi)
LG Optimus P500, Optimus T P509 (thunderg)
HTC Droid Incredible See link here Xda
LG Shine Plus
Gz'One Commando (in testing)
Want to submit a new device see thread here : How to submit a new device for recovery creation
Recovery Features:
ADB as root user
USB-MS Toggle :mounts sdcard as mass storage
(dinc only) mount /Emmc
Backup/Restore:
Nand Backup : Select Items to backup with the [X]
Nand Restore : browse to and select nandroid backup to restore
As of 2.2.1 sd-ext is backed up as whole so link2sd users should work fine
Flash Zip From Sdcard: Update.zip must be in root of sdcard or you can directory browse. (Fixed dir-browsing)
Flash Zip From Emmc (Dinc only)
Toggle Signature Verify : Turn of signature checking on flashing zips
Wipe Menu:
Wipe data/factory reset: wipes all
Wipe cache
Wipe Dalvik cache : Wipes Dalvik cache in all possible locations if moved by apps2sd
Wipe SD:ext : Wipes Apps2sd ext partition
Wipe Battery Stats
Wipe rotate settings
Wipe data only
Wipe .android secure : Wipes froyo native .android_secure on sdcard
Partition Sdcard:
Partition SD: Partition's sdcard for apps2sd (this formats card so all non backed-up data is lost)
Repair Sd:ext
SD:ext2 to ext3 : coverts apps2sd ext2 partition to ext3
SD:ext3 to ext4 : same as above but ext3 to ext4 (requires kernel support for ext4 which all but shine have)
Mounts:
Gui mounts to avoid typing in terminal to mount and cd into a dir to mount system, data, cache, sd-ext (if exists), sdcard
Other:
Fix apk uid mismatches
Move recovery log to SD
Key Test : Output keycodes for debugging recovery
Wipe Sdcard
(Dinc only)
Format /data as ext3 | ext4 : format(reformat) /data between ext3,ext4. (This wipes /data also) Requires modification of init.inc.rc & and compatible rom kernel see dinc thread link above
I have included flash_eraseall binary to recovery which can be used to fix/erase corrupted partitions that will not mount correctly to nandroid restore to.
Useage from adb shell is : flash_eraseall /dev/mtd/mtd4 (where mtd4 is the number of the partition from "adb shell cat /proc/mtd" you want to erase)
Trouble Shooting:
1. Use option under Other menu to move recovery log to sd. Mount your sdcard to pc and read that file called recovery.log. It should have detailed cause of error.
2. If you get an out of memory error reboot device and do it on a fresh reboot.
3. If you get a file not found on the "mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak" skip it and move to the next step as this file will not be in your rom unless it has recieved an ota-update and if so needs to be disabled.
4. Permission denied means you are not root user (#)
5. If rebooting into recovery you get a little android guy with a ! and does not look like picture above you still have stock recovery and did not remove the install-recovery.sh.
6. You did check the md5sum for a match before flashing correct?
Please check all the above issues before posting. This is the format I request to be used for troubleshooting.
Device :
Recovery Version :
Error :
Please upload the recovery.log AS AN ATTACHMENT that you moved to sdcard and read. Posts without this log will be ignored!!!
Please no PM's!!!!!
Device system paths:
Ally: /dev/block/mtdblock4
Optimus M: /dev/block/mtdblock5
Vortex: /dev/block/mtdblock4
Optimus V: /dev/block/mtdblock5
Optimus S: /dev/block/mtdblock5
Optimus P500/Optimus T: /dev/block/mtdblock1
Chic: /dev/block/mtdblock1
Shine Plus: /dev/block/mtdblock1
Directions to flash recovery:
Download your device specific recovery and check md5sum for a match before flashing. Download flash_image.zip and unzip it to root of your sdcard. (Not in any folder)
Copy your devices recovery.img to root of sdcard.
Below can be done via adb shell or terminal emulator on phone via root # shell not a $ shell
Note do not type the # or $ as they are for reference only!
Code:
$ su
# mount -o remount,rw -t yaffs2 (your device /system path) /system
# cat /sdcard/flash_image > /system/bin/flash_image
# chmod 755 /system/bin/flash_image
# mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
# flash_image recovery /sdcard/(your device recovery.img name)
# sync
Example for LG Ally above would be:
mount -o remount,rw -t yaffs2 dev/block/mtdblock4 /system
Device specific recovery keys:
Key mapping for Optimus Line & Vortex:
Move up & down = Vol-up & Vol-down
Select = Menu
Backup = Back
Boot recovery from device off: Vol-down + Home + Power and release at LG logo.
Chic(alessi): Vol-up + Vol-down + Power
LG Ally & LG Shine Plus:
Move up & down = Up & down on sliding keyboard
Select = Enter on keyboard
Backup = Vol-down
Boot recovery Ally: Send + Menu + Power
Boot recovery Shine Plus: Vol-down + Home + Power
Adb reboot recovery can also be used to boot custom recovery on most devices.
WARNINGS:
Do not flash a radio.img
Do not factory reset your device via Android OS. Use wipe in recovery.
Source for recovery & recovery kernels My Github

Having trouble installing 2.3.3

I am trying to install an 2.3.3 android pre-rooted rom following this tutorial :
http://forum.xda-developers.com/showthread.php?t=1193753
And when i try to Select "Install custom zip" and select the zipfile you copied to your SDCard
i get this message : " e:can't chown /mod / system /etc/ init.d / 11imoseyon (No such file or directory)
E: failure at line 102 : set_perm 0 0 0750 system : etc/init.d/11imoseyon
Instalation aborted
PLEASE HELP
Ps: sorry for my bad english
xRecovery or SD card issue.
Format SD card.
If that doesn't work, try the v0.3-release version of xRecovery.
Links in the video description.

How to (E: can't mount) fix

using adb shell :-
source : http://forum.xda-dev...ad.php?t=859571
Instructions :-
1-Download this Package : http://dl.google.com...r12-windows.zip
2-Extract in C: directory .
3-boot to Xrecovery >>>> connect USB >>>> write these commands in PC :-_
Start >>>>>cmd >>>>write in cmd >>>
cd C:\android-sdk-windows\platform-tools )>>>> then write ( adb shell) then:-
rm -r /sdcard
mkdir sdcard
chmod 777 sdcard
4- flash or restore without reboot from xrecovery ... (you can flash while you're already connected with PC)
if you know how to use it .. :S
....................................................................
it always works ..... otherwise the( easier to learn )solution is to flash 2.1 and update
* Tip : Between each line (Command) you write press Enter
the links to thread and download package are broken.van u update them please
u can search for the android adb drivers in google and u can get the setup !!! and rest procedure is same..!!!
hope m not mistaken !!
Troubled
Dear hemo1001,
I was trying to install the new Bluespark ROM. So I flashed the new baseband 2.1.71 and was about to flash the ROM when I mistakenly removed the SD Card from the phone. Now any attempt to install anything from the SD Card gives me "Error Mounting SD Card. System or Resource Busy".
I tried the method you posted.
when I type "rm -r /sdcard", it gives me
OPTIONS: -R,r
I choose -r/sdcard and nothing happens.
when I type "mkdir sdcard" , it says "cannot make directory, file exists".
Can you help? Is there any other method to mount my SD Card? Without mounting it seems I cannot do anything. Since I was in the middle of installation, I cannot do anything. Please help.
ZR

(explanation)what does your recovery has and what does it mean

Amon_Ra's Recovery
Reboot system now :: Self explanatory.
Reboots device
USB-MS toggle :: USB Mass Storage.
Mounts the SD card
Backup/Restore (See NANDroid backups
for more information)
Nand backup :: Creates a backup of /
system, /data, /boot, /cache, and /
sdcard/.android_secure (on SD card)
Nand + ext backup :: Creates a Nand
backup plus /sd-ext ( apps2SD) (on SD
card)
Nand restore :: Restores a backup (from
SD card)
Backup Google proprietary system files ::
Creates a backup of gapps
Restore Google proprietary system files ::
Restores a backup of gapps
Flash zip from sdcard :: Flash (install) a
properly formated .zip file
Wipe
Wipe ALL userdata :: wipes /data, /
cache, /sd-ext, and /
sdcard/ .android_secure
Wipe only /data :: wipes /data (user
data)
Wipe only /sd-ext :: wipes /sd-ext
(traditionally Apps2SD)
Wipe only /sdcard/ .android_secure ::
wipes /sdcard/ .android_secure (froyo
Apps2SD)
Wipe only /cache :: wipes /cache
(sometimes used as temp storage for
updates, etc)
Wipe only Dalvik-cache :: wipes /data/
dalvik-cache
Wipe only battery stats :: wipes battery
usages stats
Wipe only rotate settings :: wipes
rotation (accelerometer) data
Partition sdcard
Partition SD :: Starts a wizard to
partition the SD card
Repair SD:ext :: attempts to repair the /
sd-ext partition
SD: ext2 to ext3 :: converts /sd-ext from
ext2 to ext3
SD: ext3 to ext4 :: converts /sd-ext from
ext3 to ext4
Mounts
Mount/Unmount /system :: Mounts or
Unmounts the /system partition
Mount/Unmount /cache :: Mounts or
Unmounts the /cache partition
Mount/Unmount /data :: Mounts or
Unmounts the /data partition
Mount/Unmount /sd-ext :: Mounts or
Unmounts the /sd-ext partition
Mount/Unmount /sdcard :: Mounts or
Unmounts the SD card
Other
Fix apk uid mismatches :: Attempts to fix
the apks permissions
Move recovery.log to SD :: moves
recovery.log to the SD card
Toggle Signature Verify :: Turns
Signature Verification on/off, allowing
you to flash unsigned .zip files
Power off :: Self explanatory
CLOCKWORK MOD
reboot system now
apply update from sdcard :: Installs the
update.zip located in the root of your SD
card
wipe data/factory reset :: Obvious -
clears everything (except your SD card,
hopefully)
wipe cache partition :: erases and
formats /cache
install zip from sdcard
apply /sdcard/update.zip :: Installs the
update.zip located in the root of your SD
card
choose zip from sdcard :: Lets you
browse for and pick the update or
installation zip file
toggle signature verification :: Turns zip
package signature requirement on/off
toggle script asserts
backup and restore
backup :: Performs a full backup (boot,
system, data, cache)
'restore :: Restores the most recent full
backup
advanced restore :: Allows you to select a
backup, as well as select what part of the
backup to restore (boot, system, data,
cache, sd-ext)
mounts and storage
unmount /cache
mount /data
unmount /sdcard
mount /system
mount /sd-ext
format /cache
format /data
format /sdcard
format /system
format /sd-ext
mount USB storage
advanced
Reboot Recovery
Wipe Dalvik Cache
Wipe Battery Stats
Report Error :: Creates recovery.log in /
sdcard/clockworkmod/ so you can use it
to sumbit error reports using ROM
Manager
Key Test :: Allows you to test your
hardware keys on the device
Partition SD Card :: Allows you to create
an ext partition on your SD card from
128M to 4096M
Fix Permissions :: Resets system
permissions back to their default values
power off
Control files
when placed at /sdcard/clockworkmod/
These files alter clockworkmod default
behavior *use with caution*
options for response fields
.no_confirm
.one_confirm
options for taskbars
.hidenandroidprogress
source - cyanogenmod
for some terms in clockwork like mount refer to amonra they both are the same

Wiped Internal Storage via TWRP - Having problems with Internal Storage!

Now I'm in worse case, in attempts to try and fix and issue about not seeing some files in MTP and only via Recovery, I thought well I will go into recovery, backup the files I want from the Internal Storage to my PC, wipe the internal storage in TWRP and copy back my files and flash my rom again. Well, I backed-up my files then wiped the Internal Storage and know I can't do anything with my Internal Storage, it's completely empty and I can't copy anything back not create folders or anything, the phone does boot to my ROM but I can't copy back any of my files, any Idea on what I should do?
Update: Since I could boot to my ROM I went into settings and did a Factory Reset with Wiping SDCard option and after it did the whole factory reset and the phone booted again the Internal Storage got fixed... I'm never again formatting the Internal Storage from Recovery...
Update: Well it sort of fixed it... I can see the MTP (Interal Storage) when in recovery Mode but I can't see it at all in normal system. Also I flashed the ROM again and now I can't install any app from my storage, I will try later when I get home to see if I can install from the market. Strange enough as soon as it boots I get "Unfortunately, System UI has Stopped" and when I try to install an app from my storage the message "Unfortunately, Package Access Helper has stopped" comes up and then it won't install.
I'm Attaching a logcat and after a quick read I found this after trying to install my TB Pro APK:
E
D/PackageManager( 840): installPackage, path:/storage/emulated/0/App_Backup_Restore/Titanium Backup PRO-com.keramidas.TitaniumBackupPro-8-v1.3.0.apk, flags:0, installer:null, uid:10129, pid:8134, user:UserHandle{0}
E/sdcard ( 335): opendir /data/media failed: Permission denied
E/sdcard ( 335): opendir /data/media failed: Permission denied
E/sdcard ( 335): opendir /data/media failed: Permission denied
E/cutils ( 8165): Failed to mkdir(/storage/emulated/legacy): Permission denied
W/Zygote ( 8165): Failed to mount emulated storage: 13
E/Zygote ( 8165): Cannot continue without emulated storage
Click to expand...
Click to collapse
After I saw the above I when into adb shell and moved to /storage/emunalted and there I used SU then did mkdir kegacy and chmod 755 legacy, it created the legacy folder and it seems to have fixed the SystemUI crash, the Package Installer crash and the Internal Storage not showing up in Windows.
Well it seems that there was something wrong with my /storage/emulated/legacy folder, because now it seems that after having to re-create it and do chmod 755 on it everything is working as it should and it seems that I'm seeing all the folders I should be seeing via MTP in Windows.

Categories

Resources