HTC VilleC2 VF UK 1.11.161.133 Download Link - HTC One S

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

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?

ClockworkMod Recovery 4.0.0.9 for the T-Mobile myTouch 4G Slide (MoDaCo edition)

Cool! I got a myTouch 4G Slide!
Not cool! No ClockworkMod recovery!
Solution! Make my own.
You must have a 'S-OFF' device to install this recovery image!
Here is my unofficial MoDaCo build of ClockworkMod for the T-Mobile myTouch 4G Slide / aka HTC Doubleshot. In order to flash this recovery, you need to have temproot or permanent root via Fr3evo (grab from here, push to /data/local, run via ADB then reconnect after it drops your connection for root access). If you need ADB, you can grab it here.
You use this image at your own risk! Proceed with caution!
To install, simply...
Download the ClockworkMod image file from here
Copy the file to /data/local ('adb push doubleshot.clockworkmod.4.0.0.9.modaco.img /data/local')
Write the image to the recovery partition ('dd if=/data/local/doubleshot.clockworkmod.4.0.0.9.modaco.img of=/dev/block/mmcblk0p21')
Do a recovery reboot to test ('adb reboot recovery').
That's it!
P
paulobrien said:
Cool! I got a myTouch 4G Slide!
Not cool! No ClockworkMod recovery!
Solution! Make my own.
You must have a 'S-OFF' device to install this recovery image!
Here is my unofficial MoDaCo build of ClockworkMod for the T-Mobile myTouch 4G Slide / aka HTC Doubleshot. In order to flash this recovery, you need to have temproot or permanent root via Fr3evo (grab from here, push to /data/local, run via ADB then reconnect after it drops your connection for root access). If you need ADB, you can grab it here.
You use this image at your own risk! Proceed with caution!
To install, simply...
Download the ClockworkMod image file from here
Copy the file to /data/local ('adb push doubleshot.clockworkmod.4.0.0.9.modaco.img /data/local')
Write the image to the recovery partition ('dd if=/data/local/doubleshot.clockworkmod.4.0.0.9.modaco.img of=/dev/block/mmcblk0p21')
Do a recovery reboot to test ('adb reboot recovery').
That's it!
P
Click to expand...
Click to collapse
Thanks for this! Man I wish I had mine in my hands already! I'm gonna give this a shot as soon as it arrives
Sent from my demonSPEED Glacier
Mine is S-ON :O
raycaster3 said:
Thanks for this! Man I wish I had mine in my hands already! I'm gonna give this a shot as soon as it arrives
Sent from my demonSPEED Glacier
Click to expand...
Click to collapse
Revolution said:
Mine is S-ON :O
Click to expand...
Click to collapse
Boo! Damn
Sent from my HTC Glacier
So what does hboot do to /dev/block/mmcblk0p21 after the phone is turned back on if you temp root and dd it?
thank you!
paulobrien said:
Cool! I got a myTouch 4G Slide!
Not cool! No ClockworkMod recovery!
Solution! Make my own.
You must have a 'S-OFF' device to install this recovery image!
Here is my unofficial MoDaCo build of ClockworkMod for the T-Mobile myTouch 4G Slide / aka HTC Doubleshot. In order to flash this recovery, you need to have temproot or permanent root via Fr3evo (grab from here, push to /data/local, run via ADB then reconnect after it drops your connection for root access). If you need ADB, you can grab it here.
You use this image at your own risk! Proceed with caution!
To install, simply...
Download the ClockworkMod image file from here
Copy the file to /data/local ('adb push doubleshot.clockworkmod.4.0.0.9.modaco.img /data/local')
Write the image to the recovery partition ('dd if=/data/local/doubleshot.clockworkmod.4.0.0.9.modaco.img of=/dev/block/mmcblk0p21')
Do a recovery reboot to test ('adb reboot recovery').
That's it!
P
Click to expand...
Click to collapse
what does this means 'dd if=/data/local/doubleshot.clockworkmod.4.0.0.9.modaco.img of=/dev/block/mmcblk0p21'
That line of code just copies the recovery image from a directory on the phone to the special place where a recovey image is supposed to be.
Sent from my myTouch_4G_Slide using XDA App
michaelmab88 said:
That line of code just copies the recovery image from a directory on the phone to the special place where a recovey image is supposed to be.
Sent from my myTouch_4G_Slide using XDA App
Click to expand...
Click to collapse
My device is ship s-off can't use this methods.so i used sdcard flash succeeded. Thanks!
Crossing my fingers that someone finds a way to get S-off on these. I'm too spoiled with CM7, I forgot what it's like to have a "stock" phone that you can't delete unwanted apps, overclock, tweak, etc.
I think I might just box up the MTS4G and continue to use my G2 until true root is available.
Can we get an hboot dump from someone with S-off? Just curious if it's possible to flash that to hboot with temp root?
masker2011 said:
what does this means 'dd if=/data/local/doubleshot.clockworkmod.4.0.0.9.modaco.img of=/dev/block/mmcblk0p21'
Click to expand...
Click to collapse
Specifically this command is a raw linux command that would work on almost any machine. It's telling the dd utility to copy the img file to the /dev/ mount in the specific block mmcblk0p21.
Every partition is grouped into blocks. Usually 512kbytes but it could be something else.
Akujin said:
Can we get an hboot dump from someone with S-off? Just curious if it's possible to flash that to hboot with temp root?
Click to expand...
Click to collapse
Nope. See the 'Bounties!' thread.
cberbes said:
Crossing my fingers that someone finds a way to get S-off on these. I'm too spoiled with CM7, I forgot what it's like to have a "stock" phone that you can't delete unwanted apps, overclock, tweak, etc.
I think I might just box up the MTS4G and continue to use my G2 until true root is available.
Click to expand...
Click to collapse
Are you forgetting the fact that the MT4GS is also a Sense phone? While I like Sense, the option to use regular old Android should always be there (I'm looking at YOU, Motorola).
In the bounty thread it had been noted that that there is no on board charging circuit on the phone and that if certain factors do not exist in recovery then the phone can not charge.
I was wondering if this has affected you, out you have already compensated for this. If you have that issue resolved it may be of help to nbetcher and others looking to give us s-off.
Sent from my myTouch_4G_Slide using XDA Premium App
I can't use the command dd if=/data/local/doubleshot.clockworkmod.4.0.0.9.modaco.img of=/dev/block/mmcblk0p21
Whats the fix for that?
electro_chef said:
I can't use the command dd if=/data/local/doubleshot.clockworkmod.4.0.0.9.modaco.img of=/dev/block/mmcblk0p21
Whats the fix for that?
Click to expand...
Click to collapse
Did you elevate yourself to root first?
If you're not sure. At the android prompt type su [enter]
Now you're root and can run anything.
masker2011 said:
what does this means 'dd if=/data/local/doubleshot.clockworkmod.4.0.0.9.modaco.img of=/dev/block/mmcblk0p21'
Click to expand...
Click to collapse
This line isn't working.
Is there a missing "ADB" or "ADB SHELL" that's supposed to go in front of the dd?
Or is this command supposed to be executed on the device itself?
jdmarko said:
This line isn't working.
Is there a missing "ADB" or "ADB SHELL" that's supposed to go in front of the dd?
Or is this command supposed to be executed on the device itself?
Click to expand...
Click to collapse
I believe its suppose to be executed on the device, however if the device doesn't have root, than its useless.
You can use fastboot to flash it.
I'm getting the same charging issue as everyone else.
If the phone is off, and you plug the charger in, the LED will light up. But the phone will not charge, it will freeze, and you must do a battery pull to get it to boot from that point.
Any idea for the fix?

[RECOVERY]Clockwork Touch Recovery 5.8.2.1 by JvS CoRp V5 TF101\G

ClockworkMod Touch Recovery 5.8.2.1 by JvS CoRp V5
ChangeLog
V1
Installation Error Fixed
V2
Reboot Loop Fixed
Internal memory install only
V3
Minor Fixes for improve performance
Still Internal Memory
V4
New Version 5.8.1.9
Improve performance
V5
New Version 5.8.2.1
LINK Removed
Work on it
Installation:
Just flash the attached zip from internal memory with 5.5.0.4 .
Tested on TF101G B80 con CM9
For change CWM download and install Recovery Installer APK and run.
Thanks Button is not cost nothing Use it
Usual disclaimer applies: if you brick your tablet, it's not my problem!
Thanks all Android Community.
jvscorp said:
ClockworkMod Recovery touch 5.8.1.8 for TF101 \G by JvS CoRp Original
Installation:
Just flash the attached zip from CWM.
Usual disclaimer applies: if you brick your tablet, it's not my problem!
Click to expand...
Click to collapse
I see you have been lurking around here for 4 years lol.. does this cwm allow flashing from both internal and external sd? great work and thanks. haven't tried it though.
I'm looking forward to trying this.
Kept getting parse error and wouldn't install (STATUS 6). Redownloading and will report back.
Edit: Booted back to CWM with a few fresh d/ls. Same error. Line 1 of 56 is BAD.
Sent from my Transformer TF101 using xda premium
gunz.jones said:
Kept getting parse error and wouldn't install (STATUS 6). Redownloading and will report back.
Sent from my Transformer TF101 using xda premium
Click to expand...
Click to collapse
Me too...
10x
gunz.jones said:
Kept getting parse error and wouldn't install (STATUS 6). Redownloading and will report back.
Edit: Booted back to CWM with a few fresh d/ls. Same error. Line 1 of 56 is BAD.
Sent from my Transformer TF101 using xda premium
Click to expand...
Click to collapse
Same here...
kay_kiat88 said:
I see you have been lurking around here for 4 years lol..
Click to expand...
Click to collapse
4yrs, 7 posts
But,... this looks interesting
kay_kiat88 said:
I see you have been lurking around here for 4 years lol.. does this cwm allow flashing from both internal and external sd? great work and thanks. haven't tried it though.
Click to expand...
Click to collapse
if it does both, and the install issues get resolved, then I'll flash it. Very interested...
same issue as the last official cloclwork release. will not reboot. always bqck to recovery. roach please work ur magic. thnx in advance
jefbal99 said:
if it does both, and the install issues get resolved, then I'll flash it. Very interested...
Click to expand...
Click to collapse
It only read from internal.
Right now I'm getting problems of rebooting back into recovery
baseballfanz said:
It only read from internal.
Right now I'm getting problems of rebooting back into recovery
Click to expand...
Click to collapse
Same here. I have everything stored and backed up to my external SD. Thanks to the OP for our first touch recovery. It does need some fine tuning though. Going back to Rogue for now.
Well you know what's wrong just want to say good work
Running fine now. It would be great if it had the micro SD support...
---------- Post added at 06:25 PM ---------- Previous post was at 06:08 PM ----------
Spoke too soon... It's rebooting into recovery...
I have Rogue CWM in the system memory and i tried to install over this one and didn't work... it goes back again into recovery. Anybody as any idea on how i can get in the OS? or copy Roach CWM in to the system memory?
Any help would be appreciated...
Since people are so interested in touch recovery and especially any recovery with MicroSD support and /sdcard support, then I wonder if anyone has based their take on this on the working MicroSD/Internal version (as linked to by this):
https://github.com/rburrow87/android_device_asus_tf101_recoveryonly
I am guessing that if you know how to add the touch logic to recovery then you might be able to add very similar logic (nothing is ever the same) to this working version I linked to.
It seems odd that people are developing without using both internal and external storage but all work is appreciated.
Managed to get in the OS but i tried to install Roach and Rogue CWM over this one and it doesn't install... always comes up the same...
Any ideas?
SWEagle said:
Managed to get in the OS but i tried to install Roach and Rogue CWM over this one and it doesn't install... always comes up the same...
Any ideas?
Click to expand...
Click to collapse
After you have flash a different recovery DO NOT use the Boot into system.
Instead cold boot into the OS and use Terminal Emulator to type in the following command.
Type : su (give permission if ask, choose YES). You should get a #
Type : echo boot | dd of=/dev/block/mmcblk0p3 bs=1 seek=0
Type : exit
Type : reboot
Note: Hit "Enter" after each line
baseballfanz said:
After you have flash a different recovery DO NOT use the Boot into system.
Instead cold boot into the OS and use Terminal Emulator to type in the following command.
Type : su (give permission if ask, choose YES). You should get a #
Type : echo boot | dd of=/dev/block/mmcblk0p3 bs=1 seek=0
Type : exit
Type : reboot
Note: Hit "Enter" after each line
Click to expand...
Click to collapse
Thanks you very much for you response...
Me and a friend of mine use this adb command to stop the bootloot and with this it reach the point of the CWM instalation... now it's working fine...
Type: adb shell dd if=/dev/zero of=/dev/block/mmcblk0p3
isnt touch recovery available through rom manager now? Is that any better?
Tazzaras said:
isnt touch recovery available through rom manager now? Is that any better?
Click to expand...
Click to collapse
Not for the Transformer. The CWM available through ROM Manager doesn't work either.
how do you get out of recorvery. need help

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

Help in choosing correct steps

Hi!
I just bought xt1032 8gb, german market. Rom 4.4.2.
Can you suggest what steps should i petform in order to have cm11 installed? Links are also fine for some tutorials.
Thx.
jazzh said:
Hi!
I just bought xt1032 8gb, german market. Rom 4.4.2.
Can you suggest what steps should i petform in order to have cm11 installed? Links are also fine for some tutorials.
Thx.
Click to expand...
Click to collapse
Here you go.. But read the thread before flashing it..
http://forum.xda-developers.com/showthread.php?t=2608377
Press thanks if I helped you
Sent from my XT1032 using XDA Premium 4 mobile app
OK, so I unlocked boot loader. Then rooted. Then installed cwm. Then performed backup. But now under folder clockworkmod I can't find my backup. Where is it? One more thing, I think root did not go well, no supersu app and total commander doesn't let me browse system files!?!
To root your phone download Superuser . zip from the below link and flash it via cwm..
http://goo.gl/DPrVzS
You need to copy the nandroid backup to pc using adb... You can't copy in usual way...
Sent from my XT1032 using XDA Premium 4 mobile app
Thx for supersu advice, i did it.
Now how to copy backup with adb, what is the location? I know its rhere somewhere cause i did backup rwice and the wnd time i saw free space was dramatically lower...
jazzh said:
Thx for supersu advice, i did it.
Now how to copy backup with adb, what is the location? I know its rhere somewhere cause i did backup rwice and the wnd time i saw free space was dramatically lower...
Click to expand...
Click to collapse
I have done one time, but forgot the location now.. Are you able to see the nandroid backup files using the file Explorer.. It's somewhere inside the media directory.. Can you check with any root Explorer and tell me the location..?
Sent from my XT1032 using XDA Premium 4 mobile app
I found 2 backups under /data/media/clockworkmod/backups/... both are about 1gb in size. I couldnt enter data folder before while unrooted.
Now i usually copy files from phone to my nas over lan, so i dont have to adb every time, thats why 8gb is not low for me ... but i cant copy these backups, nor i can delete one of them, as if supersu is not allowing it. I'll try with some other file manager.
jazzh said:
I found 2 backups under /data/media/clockworkmod/backups/... both are about 1gb in size. I couldnt enter data folder before while unrooted.
Now i usually copy files from phone to my nas over lan, so i dont have to adb every time, thats why 8gb is not low for me ... but i cant copy these backups, nor i can delete one of them, as if supersu is not allowing it. I'll try with some other file manager.
Click to expand...
Click to collapse
Try this and let me know if it works..
Enable USB debugging.. Connect your phone to USB..
Go to the adb location.. Open cmd there..
Try the below command and give enter..
adb pull /mnt/sdcard/clockworkmod/backup C:\clockbkp
If it doesn't work, try below
adb pull /mnt/shell/emulated/0/clockworkmod/backup C:\clockbkp
Let me know which one works.
Sent from my XT1032 using XDA Premium 4 mobile app
---------- Post added at 12:34 PM ---------- Previous post was at 12:33 PM ----------
jazzh said:
Thx for supersu advice, i did it.
Now how to copy backup with adb, what is the location? I know its rhere somewhere cause i did backup rwice and the wnd time i saw free space was dramatically lower...
Click to expand...
Click to collapse
Instead of saying thanks, press thanks button
Sent from my XT1032 using XDA Premium 4 mobile app
padhu1989 said:
adb pull /mnt/sdcard/clockworkmod/backup C:\clockbkp
Click to expand...
Click to collapse
It didn't work, I don't know whats wrong.
Although I'm using Linux Mint, not windows.
I installed adb and fastboot:
Code:
sudo apt-get install android-tools-fastboot
sudo apt-get install android-tools-adb
sudo apt-get install android-tools-fsutils
but list of adb devices is empty:
Code:
adb devices
List of devices attached
Then I created /.android/adb_usb.ini with lines
Code:
1
0x22b8
because I saw the vendor id with:
Code:
lsusb
Bus 001 Device 011: ID 22b8:2e80 Motorola PCS
but no devices found error again, tried also as root...
I must boot win in virtualbox and try from there then...
jazzh said:
It didn't work, I don't know whats wrong.
Although I'm using Linux Mint, not windows.
I installed adb and fastboot:
Code:
sudo apt-get install android-tools-fastboot
sudo apt-get install android-tools-adb
sudo apt-get install android-tools-fsutils
but list of adb devices is empty:
Code:
adb devices
List of devices attached
Then I created /.android/adb_usb.ini with lines
Code:
1
0x22b8
because I saw the vendor id with:
Code:
lsusb
Bus 001 Device 011: ID 22b8:2e80 Motorola PCS
but no devices found error again, tried also as root...
I must boot win in virtualbox and try from there then...
Click to expand...
Click to collapse
Sorry.. I'm not much familiar with Windows brother..
Sent from my XT1032 using XDA Premium 4 mobile app

Categories

Resources