Automated NAND Recovery :) - HTC Pico (Explorer)

Hi guys just made a Noob friendly or Lazy friendly Nand Recovery script!
which makes the nand recovery process easy
this script is made to run on linux especially Ubuntu! and windows
make sure you are in recovery and mounted /system
just extract the zip files into a folder
and if you get error like 'not enough space' just format /system
For Ubuntu: In Terminal
Code:
chmod 777 runme
./runme
For Windows:
Code:
just run runme_windows.bat
thats it!!
Change Log:
Code:
v1- Initial Release!
v2- Fixed bugs with Windows version! :P

Great work...
Sent from my HTC Explorer A310e using Tapatalk 2

thekoolanie said:
Great work...
Sent from my HTC Explorer A310e using Tapatalk 2
Click to expand...
Click to collapse

will it works on philz recovery?

memontalha said:
will it works on philz recovery?
Click to expand...
Click to collapse
may be yes .. just mount /system and give it a try!

Super Work...
Sent from my HTC Explorer A310e using Tapatalk 2

ateeq72 said:
Hi guys just made a Noob friendly or Lazy friendly Nand Recovery script!
which makes the nand recovery process easy
this script is made to run on linux especially Ubuntu! and windows
make sure you are in recovery and mounted /system
just extract the zip files into a folder
and if you get error like 'not enough space' just format /system
For Ubuntu: In Terminal
Code:
chmod 777 runme
./runme
For Windows:
Code:
just run runme_windows.bat
thats it!!
Click to expand...
Click to collapse
On recovery or fast boot????
Code:
Thanking Someone is good thing

xactor said:
On recovery or fast boot????
Code:
Thanking Someone is good thing
Click to expand...
Click to collapse
Recovery bro please read the OP properly...
Sent from my HTC Explorer A310e using XDA Premium 4 mobile app

ateeq72 said:
Hi guys just made a Noob friendly or Lazy friendly Nand Recovery script!
which makes the nand recovery process easy
this script is made to run on linux especially Ubuntu! and windows
make sure you are in recovery and mounted /system
just extract the zip files into a folder
and if you get error like 'not enough space' just format /system
For Ubuntu: In Terminal
Code:
chmod 777 runme
./runme
For Windows:
Code:
just run runme_windows.bat
thats it!!
Click to expand...
Click to collapse
Thanks man you saved my day

Thank you so much bro,Very useful :good:

thank you for your bat,

ateeq72 said:
Hi guys just made a Noob friendly or Lazy friendly Nand Recovery script!
which makes the nand recovery process easy
this script is made to run on linux especially Ubuntu! and windows
make sure you are in recovery and mounted /system
just extract the zip files into a folder
and if you get error like 'not enough space' just format /system
For Ubuntu: In Terminal
Code:
chmod 777 runme
./runme
For Windows:
Code:
just run runme_windows.bat
thats it!!
Change Log:
Code:
v1- Initial Release!
v2- Fixed bugs with Windows version! :P
Click to expand...
Click to collapse
great work

THANKS A MILLION OR A TRILLION TIMEs i was not able to boot on any sense rom but now after using ur method it worked and booted in 5mins

recovery not done....i tried many times..
still more than 70 mb used...

Try older method
hit thanks if it helped
send from my HTC explorer from earth
---------- Post added at 11:04 PM ---------- Previous post was at 11:03 PM ----------
Try older method
hit thanks if it helped
sent from my HTC explorer

Thanks man......best and easiest method I found

Thanks helped

What recovery do you have?
In twrp recovery it says device not found...

great work buddy in btw which recovery u used??

bro how to flash i can flash through recovery ? isnt if so is it just flashing the zip?? is it
---------- Post added at 05:39 PM ---------- Previous post was at 05:26 PM ----------
maksuperlink said:
Thanks man......best and easiest method I found
Click to expand...
Click to collapse
u did from recovery? will u xplain how?

Related

how do you uninstall clockwork mod

can someone tell me how to uninstall clockworkmod
trapharder4844 said:
can someone tell me how to uninstall clockworkmod
Click to expand...
Click to collapse
The Clockwork Recovery?
yes the recovery i dnt like i want the regular recovery back
trapharder4844 said:
yes the recovery i dnt like i want the regular recovery back
Click to expand...
Click to collapse
Just reflash the regular recovery back
trapharder4844 said:
yes the recovery i dnt like i want the regular recovery back
Click to expand...
Click to collapse
Ok you can follow these instructions
http://forum.xda-developers.com/showthread.php?t=705026
OR the method I perfer:
put the new recovery you want on the sdcard and name it recovery.img
also put flash_image on the sd card..
here is a link to flash_image
http://cybermetricsystems.net/android/flash_image.zip
Here is the cool EVO recovery by Amon_RA <--for easyness be sure to rename it to recovery.img
recovery-RA-evo-v1.7.0.1.img
Code:
adb shell
cat /sdcard/flash_image > /data/flash_image
chmod 755 /data/flash_image
/data/flash_image recovery /sdcard/recovery.img
reboot recovery
rjmjr69 said:
Just reflash the regular recovery back
Click to expand...
Click to collapse
where is the regular recovery
trapharder4844 said:
where is the regular recovery
Click to expand...
Click to collapse
Use the one I posted. It was made for the EVO.
apristel said:
Ok you can follow these instructions
http://forum.xda-developers.com/showthread.php?t=705026
OR the method I perfer:
put the new recovery you want on the sdcard and name it recovery.img
also put flash_image on the sd card..
here is a link to flash_image
http://cybermetricsystems.net/android/flash_image.zip
Here is the cool EVO recovery by Amon_RA <--for easyness be sure to rename it to recovery.img
recovery-RA-evo-v1.7.0.1.img
Code:
adb shell
cat /sdcard/flash_image > /data/flash_image
chmod 755 /data/flash_image
/data/flash_image recovery /sdcard/recovery.img
reboot recovery
Click to expand...
Click to collapse
so i really need to do step two of toast root process over again
trapharder4844 said:
so i really need to do step two of toast root process over again
Click to expand...
Click to collapse
No just do the code in the box i provided. I never said to do that root part 2 over!
apristel said:
No just do the code in the box i provided. I never said to do that root part 2 over!
Click to expand...
Click to collapse
thanks i did it work like a charm
trapharder4844 said:
thanks i did it work like a charm
Click to expand...
Click to collapse
Thats what we are here for!
Glad to help.
How do you use the code in the box?
daddysal said:
How do you use the code in the box?
Click to expand...
Click to collapse
through your command prompt
daddysal said:
How do you use the code in the box?
Click to expand...
Click to collapse
You need the android SDK..
then you goto the tools folder within the download and use adb shell.
apristel said:
You need the android SDK..
then you goto the tools folder within the download and use adb shell.
Click to expand...
Click to collapse
Is android sdk in the market?
daddysal said:
Is android sdk in the market?
Click to expand...
Click to collapse
Android SDK is - if explained by simple means - a tool on the computer that gives it's user the ability to "customise" , "code" , "1337ise" his Android ( 1337 in videogaming usually refers to elite players ) and it is used in the making of All ROMs ( Operating system would give a close meaning ) that you see on the internet like the Cyanogen one , etc... If you are looking for Android SDK you will find it on
http://developer.android.com/sdk/index.html
Anyone happen to have an updated flash_image link?
ExcaliburXVII said:
Anyone happen to have an updated flash_image link?
Click to expand...
Click to collapse
Check amonRAs thread. Its there.
Sent from my PC36100 using XDA Premium App
Here
http://db.tt/tAQqfgQ
Not sure if you jave to rename it pc36img or if you need to use terminal. Its been a long time, I forget. Bit this is what you need. Try the pc36.img method thru hboot first cuz I thing this zip is for that.
Sent from my PC36100 using XDA Premium App
Does anyone have a new flash image?

[22/9] newSense DesireHD ROM(1.15) file for Desire phone, rooted|A2SD+|OJWake|OVPN

23/9/2010 12:00 I've been to the Chinese Mid-Autumn Festival. Who want flashable ROM zip file will be try:http://forum.xda-developers.com/showthread.php?t=742371 or http://forum.xda-developers.com/showthread.php?t=789830, thanks to NeoPhyTe.x360 and robocik!
fastboot video:http://www.youtube.com/watch?v=fipvwzuNyEE
download url:http://www.multiupload.com/AVHZ2WJ4M4
mirror url:http://vipme.com/ROM/desireHD/, thanks to zexbig.
This is NOT a flashable zip file.
It is a file collections for ROM Dev.
09-22 15:48 update patch:fix gps FC & vold issue & Youtube HD no video issue:http://www.megaupload.com/?d=7YJ6B7UR
flash it with ROM Manager or recovery menu.
Known issue:
1.camera can not work
2.Location,CarPanel FC sometimes.
Thanks all Dev from XDA! This file pack is based on DesireHD leaked RUU/Dump.
Requirement:
1.Desire Phone
2.custom recovery(AmonRA,ClockWork)
3.parted SDCARD with ext2/ext3, ext partition size not less than 512M.
4.radio version great than 32.42.00.32U_5.09.00.08
use it with follow step:
1.unzip the ownhere.DesireHD.zip
2.reboot your desire phone to recovery mode,for example:"adb-windows.exe reboot recovery"
3.wipe data,system,sd-ext
4.adb connect to phone, for example:"adb-windows.exe shell"
Code:
mkdir /sd-ext
mount /sd-ext
mount /system
mount /sdcard
5.push ownhere.desirehd.system.tgz,ownhere.desirehd.sd-ext.tgz,ownheredesire_v2.0_acekernel.zip to /sdcard
for example:
Code:
adb-windows.exe push ownhere.desirehd.system.tgz /sdcard/
6.adb connect to phone
Code:
cd /system
rm -r *
tar zxvf /sdcard/ownhere.desirehd.system.tgz
cd /sd-ext
rm -r *
tar zxvf /sdcard/ownhere.desirehd.sd-ext.tgz
sync
lost+found may be error, ignore it.
7.flash ownheredesire_v2.0_acekernel.zip with recovery menu.
8.reboot,the first boot time is long, about 5 mins.
you got it.
removed file:
Code:
Facebook
Twitter
teeter
Metal(skin)
Black(Skin)
Wood(Skin)
Flash
Maps
Quickoffice
all of these files can be found in Market or leaked RUU.
modified file:
Code:
Vending(Market)
/system/lib/hw/
/system/lib/egl/
build.prop
and some files i forgot...
all of these files can be restore from leaked RUU(But may be crash the system)
HOWTO extract file from DesireHD leak RUU 2.15:
run RUU_Ace_HTC_WWE_1.15.405.1_Radio_12.21.60.12_26.02.00.09_M_test_148662.exe in Windows box.Then some dialog appear(which include a 'next' button), look for your windows' temp dir, search the newest dir created by RUU, then copy rom.zip(about 277M) to another dir(or RUU will delete it automaticly).
send this rom.zip to Linux box,
in Linux box, unzip rom.zip, then
Code:
mkdir system
mount -o loop,ro system.img system
all files in system dir. you can simply copy files from it.
Ouch
I was hopeing for a flashable ROM ....
Well thx a lot man, now devs will be able to develop some great HD ROM
Would love to, Except I'm not Brave Enough
Excellent Work, Well Done!
KYI
first!
WELL DONE
edit: wasn't fast enough damn
sweet dude
Wow ! Thanks !!! :d
Thanks for sharing
ash1684 said:
Ouch
I was hopeing for a flashable ROM ....
Well thx a lot man, now devs will be able to develop some great HD ROM
Click to expand...
Click to collapse
It's because he is using the Sdcard as an extended System ftom what i know at least
can someone report if it works before i try
and ownhere take your place amoungst the xda legends
LOL rapidshare is already going 150 secs for a dl... they are getting overtaxed i advise everyone to use Megaupload... only 30 sec wait
Trying this now!
any one installed this ?
apologies for having doubted about you!!!GREATE job!
How is it working?
great now I need to learn adb but thanks now I can laugh at my cousin with cs hd
2
can anyone report on whats working and whats not?
NickChaplin said:
can anyone report on whats working and whats not?
Click to expand...
Click to collapse
according to the op everything works apart from camera app, neo said he will look into fixing it tho
AndroHero said:
according to the op everything works apart from camera app, neo said he will look into fixing it tho
Click to expand...
Click to collapse
am i correct in assuming that this rom doesnt have root access?
please make flashable zip
NickChaplin said:
am i correct in assuming that this rom doesnt have root access?
Click to expand...
Click to collapse
op said it rooted with apps2sd

HTC VilleC2 VF UK 1.11.161.133 Download Link

http://www.4shared.com/zip/-YN5L8CV/RUU_VILLEC2_U_ICS_40_Vodafone_.html
Register, download, unzip, connect phone, install .exe, enjoy :
Do what it says herehttp://forum.xda-developers.com/sho...OW-TO] Fix soft brick & error mounting sdcard
Sent from my HTC One S using xda app-developers app
If you cant flash the original recovery because you are having some trouble with fastboot and accessing the bootloader, try the instructions I posted here:
http://forum.xda-developers.com/showthread.php?t=2086156
tominozh said:
Do what it says herehttp://forum.xda-developers.com/sho...OW-TO] Fix soft brick & error mounting sdcard
Sent from my HTC One S using xda app-developers app
Click to expand...
Click to collapse
I tried this, but allways get reply unable to mount /sdcard
AKToronto said:
If you cant flash the original recovery because you are having some trouble with fastboot and accessing the bootloader, try the instructions I posted here:
http://forum.xda-developers.com/showthread.php?t=2086156
Click to expand...
Click to collapse
When I reach adb shell su, it stops
AKToronto said:
If you cant flash the original recovery because you are having some trouble with fastboot and accessing the bootloader, try the instructions I posted here:
http://forum.xda-developers.com/showthread.php?t=2086156
Click to expand...
Click to collapse
adb shell su
message
/sbin/sh: su: not found
mita399 said:
adb shell su
message
/sbin/sh: su: not found
Click to expand...
Click to collapse
Try adb shell
Then seperately on the next line, type "su"
If its not found after that, it may be that you dont have root?
If so, just try the "Other Method #1" posted on that thread too. Just note that it requires a full wipe of your device
AKToronto said:
Try adb shell
Then seperately on the next line, type "su"
If its not found after that, it may be that you dont have root?
If so, just try the "Other Method #1" posted on that thread too. Just note that it requires a full wipe of your device
Click to expand...
Click to collapse
Thanks for reply,
I cannot do antthing with fastboot, so I can't get root, I can,t load anything, locks like ther is no OS, I need to flash a kernel, but I don't know which one for the Htc one s s3 chip
mita399 said:
Thanks for reply,
I cannot do antthing with fastboot, so I can't get root, I can,t load anything, locks like ther is no OS, I need to flash a kernel, but I don't know which one for the Htc one s s3 chip
Click to expand...
Click to collapse
In twrp can you select mount then mount usb storage? If so your computer should now see sd. If so format your sd card from your pc
Sent from my HTC One S using xda premium
---------- Post added at 06:41 PM ---------- Previous post was at 06:40 PM ----------
bochocinco23 said:
In twrp can you select mount then mount usb storage? If so your computer should now see sd. If so format your sd card from your pc
Sent from my HTC One S using xda premium
Click to expand...
Click to collapse
And for the kernel its just the boot.img file from any Rom download...download an s3 Rom and flash the boot.img in fastboot
Sent from my HTC One S using xda premium

[GUIDE] Fix MD5 Mismatch

HEy There,
Without wasting any time let's start
Prerequisites
Rooted Phone
ADB Working
Or Terminal Emulator Installed
Click to expand...
Click to collapse
Let's Start
How To-
Boot into recovery
open terminal/CMD or you can use terminal emulator on your device
Type the following
Code:
adb shell
Code:
# cd /sdcard/clockworkmod/backup/2322-22-22-2223213 - Note - your's will be different change it properly
Code:
rm nandroid.md5
Code:
md5sum *img > nandroid.md5
Click to expand...
Click to collapse
Your Done This removes the MD5 sum & make's another one which work's
Please Hit Thank's for the hard work
Reserved
This won't make md5sum of .tar (namely /SD ext ).
Have you tried this?
CM10 HTC A310E ?>? & ??
▶LâTêS†↭ⓛⓘⓝⓚⓢ™◀
it does not work for tar i guess but works for zip's
Change final code to
Code:
md5sum *.* > nandroid.md5
This alteration is needed to suit Pico backupscwm5 and may not work on cwm6.
LâTêS†↭ⓛⓘⓝⓚⓢ™CM10 HTC A310E.
If I haven't given you link, it's above. Just click it
I have found another method to solve this method and that one is More easy than This one Check out this thread .... !! http://forum.xda-developers.com/showthread.php?t=1609387
Huge thanks bro. Saved my day.
apex_predator619 said:
Huge thanks bro. Saved my day.
Click to expand...
Click to collapse
Welcome

Ubuntu Touch DEV release only

ok this release is for devs only so that we can get all the bugs ironed out eg. no hard buttons are working except power button = lock screen and 3d button for camera..
the phone just loaded as i started vid as you can see the response get better
must be on lg su760 ics partitioning im also using wparks 1.25a bootloader
first you will need to boot into recovery and flash this file it contains booimg and system filesmake sure you wipe data system and cache
t
HTML:
http://www.2shared.com/file/PBjetts0/p920.html
for those not on su760 partition table
make a second partition on external sd card with at least 2gig and then add this boot image to zip and flash
HTML:
http://www.2shared.com/file/DtVLSOQk/boot.html
you will also need this which contains all the programs and the shell
HTML:
http://cdimage.ubuntu.com/ubuntu-touch-preview/daily-preinstalled/current/quantal-preinstalled-phablet-armhf.zip
you can get access by
Code:
adb root
adb shell
ubuntu_chroot shell
there is a basic editor, Vi editor
SCREEN FIX
Code:
vi /usr/bin/ubuntu-session
change the line
"$device" == "SMDK4210"
to
"$device" == "LGE"
any fixes that are made to any file please share them here so we can update them accordingly
Big thanks to bernie for helping me get this far, now let the fun begin
support in irc server freenode #o3dxda
mut3d said:
ok this release is for devs only so that we can get all the bugs ironed out eg. no hard buttons are working except for camera..
must be on lg su760 ics partitioning
first you will need to boot into recovery and flash this file it contains booimg and system filesmake sure you wipe data system and cache
t
HTML:
http://www.2shared.com/file/PBjetts0/p920.html
you will also need this which contains all the programs and the shell
HTML:
http://cdimage.ubuntu.com/ubuntu-touch-preview/daily-preinstalled/current/quantal-preinstalled-phablet-armhf.zip
you can get access by
Code:
adb root
adb shell
ubuntu_chroot shell
there is a basic editor, Vi editor
SCREEN FIX
Code:
vi /usr/bin/ubuntu-session
change the line
"$device" == "SMDK4210"
to
"$device" == "LGE"
any fixes that are made to any file please share them here so we can update them accordingly
Big thanks to bernie for helping me get this far, now let the fun begin
support in irc server freenode #o3dxda
Click to expand...
Click to collapse
Thanks! This will really help my build. Sources?
berni's git for sources
linking wireless
how does android interact with the wireless chip
i think this is the way we should be going
taken from the galaxy tab 2 forum
Code:
Enable WIFI:
- adb root
- adb shell
- touch /data/local/userinit.sh
- vi /data/local/userinit.sh and put the following lines
Quote:
#!/system/bin/sh
insmod /system/lib/modules/dhd.ko firmware_path=/system/vendor/firmware/fw_bcmdhd_apsta.bin nvram_path=/system/etc/wifi/nvram_net.txt
- chmod 755 /data/local/userinit.sh
- reboot
Sv: Ubuntu Touch DEV release only
Shouldn't this thread be in development section?
Sent from my 3D phone.
lzzar said:
Shouldn't this thread be in development section?
Sent from my 3D phone.
Click to expand...
Click to collapse
yeah it should of been really but my post count at the time restricted me from posting there
Dead excited for this - many thanks
Hi
I'm Trying to install it and it can't boot.
These are the steps that I have done:
* from ICS V28D (for p920) clean installation, enter into recovery TWRP and perform Factory Reset. Wiped cache and dalvik-cache too.
* flashed the frist file.
* flashed the preinstalled programs and the shell (third link)
* Reboot.
Appears a grey LG Logo and then, "rainbow" like CM10. Then turns black, and phone turns off.
I have booted into fastboot mode and installed TWRP recovery (it disapears) and flashed the first zip one more time. The problem persists.
I think that the main problem could be the initial ICS version. You says than the initial version is ICS for SU760 and the mine is for P920. someone knows if that ICS versions have a diferent partition schema? could it be the problem?
Thanks in advance and great job! I was trying to do but I wasn't be able to compile it successfully.
Nest.
That's exactly the problem the quantal flash requires more than 1.2GB of userdata storage to flash. V28B has 1GB of userdata storage allocated whereas SU760 has 2GB.
AW: Ubuntu Touch DEV release only
internest said:
Hi
I'm Trying to install it and it can't boot.
These are the steps that I have done:
* from ICS V28D (for p920) clean installation, enter into recovery TWRP and perform Factory Reset. Wiped cache and dalvik-cache too.
* flashed the frist file.
* flashed the preinstalled programs and the shell (third link)
* Reboot.
Appears a grey LG Logo and then, "rainbow" like CM10. Then turns black, and phone turns off.
I have booted into fastboot mode and installed TWRP recovery (it disapears) and flashed the first zip one more time. The problem persists.
I think that the main problem could be the initial ICS version. You says than the initial version is ICS for SU760 and the mine is for P920. someone knows if that ICS versions have a diferent partition schema? could it be the problem?
Thanks in advance and great job! I was trying to do but I wasn't be able to compile it successfully.
Nest.
Click to expand...
Click to collapse
In thread is mentioned that you must be on su760 ics or you have to make a second partition on external ad card with atleast 2gig then flash the p920 with the modified boot.img
The problem is that the ubuntu quantal image needs extracted about 1.5 gig and the gb and p920 ics partition table has only 1 gig(su760 partition table got 2gig)
Sorry didn't saw the post above me lol
Sent from my LG-P920 using xda app-developers app
thank you berni. I don't understood well, now it's clear
I will try it installing SU760 port for optimus 3D because I don't have SD Card. I'll post my comments and workarrounds for problems.
Nest.
Sv: Ubuntu Touch DEV release only
Okay so now I made an 2GB ext2 partition on external sd. What to do next?
Sent from my 3D phone.
lzzar said:
Okay so now I made an 2GB ext2 partition on external sd. What to do next?
Sent from my 3D phone.
Click to expand...
Click to collapse
Just flash the zip of the second link, and then, the zip of the third.
then restart
It works for me installing over the SU760 port for optimus 3D on internal SDCARD. Now, when I try to edit the ubuntu-sessions file to fix screen, vi shows strange characters.
berni987654321 said:
In thread is mentioned that you must be on su760 ics or you have to make a second partition on external ad card with atleast 2gig then flash the p920 with the modified boot.img
The problem is that the ubuntu quantal image needs extracted about 1.5 gig and the gb and p920 ics partition table has only 1 gig(su760 partition table got 2gig)
Sorry didn't saw the post above me lol
Sent from my LG-P920 using xda app-developers app
Click to expand...
Click to collapse
The best way is to reduce that zip file before installing. Open the quantal zip with winrar or 7z and delete files from /binary/casper/filesystem.dir/home/phablet/Videos/
and
/binary/casper/filesystem.dir/home/phablet/Pictures/
Sent from my MB526 using xda app-developers app
internest said:
Just flash the zip of the second link, and then, the zip of the third.
then restart
It works for me installing over the SU760 port for optimus 3D on internal SDCARD. Now, when I try to edit the ubuntu-sessions file to fix screen, vi shows strange characters.
Click to expand...
Click to collapse
see below
brajesh.sharma87 said:
The best way is to reduce that zip file before installing. Open the quantal zip with winrar or 7z and delete files from /binary/casper/filesystem.dir/home/phablet/Videos/
and
/binary/casper/filesystem.dir/home/phablet/Pictures/
Sent from my MB526 using xda app-developers app
Click to expand...
Click to collapse
thats a good i dea should reduce space but its still advised to tdo the steps specified and you can also edit the ubuntu-session file there
Sv: Ubuntu Touch DEV release only
internest said:
Just flash the zip of the second link, and then, the zip of the third.
then restart
It works for me installing over the SU760 port for optimus 3D on internal SDCARD. Now, when I try to edit the ubuntu-sessions file to fix screen, vi shows strange characters.
Click to expand...
Click to collapse
Well that doesn't work. Screen shuts off after the rainbow screen. Don't I have to edit the updater-script to install on external sdcard?
Sent from my 3D phone.
AW: Ubuntu Touch DEV release only
lzzar said:
Well that doesn't work. Screen shuts off after the rainbow screen. Don't I have to edit the updater-script to install on external sdcard?
Sent from my 3D phone.
Click to expand...
Click to collapse
Connect phone in recovery mode to pc and type In adb shell 'umount /data' then 'mount /dev/block/mmcblk1p2 /data' and remove the mount line in the quantal updater script then flash it
Sent from my LG-P920 using xda app-developers app
berni987654321 said:
Connect phone in recovery mode to pc and type In adb shell 'umount /data' then 'mount /dev/block/mmcblk1p2 /data' and remove the mount line in the quantal updater script then flash it
Sent from my LG-P920 using xda app-developers app
Click to expand...
Click to collapse
okay did that but the "Extracting the ubuntu rootfs tarball..." has been going on for ages! like 5 minutes! What's wrong?
---------- Post added at 09:31 PM ---------- Previous post was at 09:29 PM ----------
lzzar said:
okay did that but the "Extracting the ubuntu rootfs tarball..." has been going on for ages! like 5 minutes! What's wrong?
Click to expand...
Click to collapse
Haha nope it just finished! Think it's just because the ext sdcard has lower r/w speeds
---------- Post added at 09:52 PM ---------- Previous post was at 09:31 PM ----------
I cant edit the ubuntu-session cause when I write ubuntu_chroot shell I get : chroot: can't change root directory to '/data/ubuntu': Operation not permitted
AW: Ubuntu Touch DEV release only
lzzar said:
okay did that but the "Extracting the ubuntu rootfs tarball..." has been going on for ages! like 5 minutes! What's wrong?
---------- Post added at 09:31 PM ---------- Previous post was at 09:29 PM ----------
Haha nope it just finished! Think it's just because the ext sdcard has lower r/w speeds
---------- Post added at 09:52 PM ---------- Previous post was at 09:31 PM ----------
I cant edit the ubuntu-session cause when I write ubuntu_chroot shell I get : chroot: can't change root directory to '/data/ubuntu': Operation not permitted
Click to expand...
Click to collapse
Type adb root and then adb shell
Sent from my LG-P920 using xda app-developers app
Yep my bad. Forgot that. But now is my problem that when I did my changes to the ubuntu-session and type "esc" and then "zz" the changes doesn't seem to save

Categories

Resources