im on unbuntu 11.10 and i run into this error when trying to set up the repo
"[email protected]:~/otter/cm9$ sudo curl -L -o .repo/local_manifest.xml -O -L https://raw.github.com/KFire-Android...l_manifest.xml
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 115 100 115 0 0 205 0 --:--:-- --:--:-- --:--:-- 278
Warning: Failed to create the file .repo/local_manifest.xml: No such file or
Warning: directory
76 20775 76 15882 0 0 12751 0 0:00:01 0:00:01 --:--:-- 12751
curl: (23) Failed writing body (0 != 15882)
[email protected]:~/otter/cm9$ "
I didn't think you needed the sudo command for that.
Sent from a thingymajig that sends things.
That's the only way it will run, if I just do the command it doesn't do anything
Sent from my Amazon Kindle Fire using xda app-developers app
i'm back in 20 mins.
veeman. you building yet mate
Sent from my Galaxy Nexus using xda premium
lovejoy777 said:
i'm back in 20 mins.
veeman. you building yet mate
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
I'm just setting up the extra tools. I had to reinstall Ubuntu because it was giving me a lot of trouble.
Sent from a thingymajig that sends things.
http://forum.xda-developers.com/showthread.php?t=1566224
a good guide here.
http://forum.xda-developers.com/showthread.php?t=1566224
follow the 1st section, i had a few errors after because i needed sox & something else, when the terminal said i was missing something i down loaded and then resumed setup.
Finally got the repo syncing 5-6 hours and I should be building. Thanks so much lovejoy and veeman for your help
Sent from my Amazon Kindle Fire using xda app-developers app
Crap I screwed up when making Ubuntu in the VM and only had 8 gb for storage so I had to delete that .vdi and start all over
This time I'll use my 250 gb external hard drive
Sent from my Amazon Kindle Fire using xda app-developers app
Related
Hey all i just finished my first boot animation and i went to go put it in what i thought was the right folder...rebooted and nothing...any help?
I did recently flash a theme and it changed the animation, do themes store them somewhere else?
Thanks as always
Sent from my PC36100 using XDA App
Should i go in and find the theme zip and replace the animation with mine?
Sent from my PC36100 using XDA App
what rom are you using, themes shouldnt effect the bootanimation.
where did you put it, what did you name it and did you check the permissions(rw-r-r is what they should be) did you use root explorer or es file explorer or did you try and flash it. did you make sure when you zipped it up that it had 0 compression(store on 7zip)
I used boot animation creator
Sent from my PC36100 using XDA App
Mik 2.59. Es file explorer, didnt do anything with permissions dpnt know how to,
Thanks
Sent from my PC36100 using XDA App
ok that thing sometimes doesnt zip it right,try 7zip and zip on store
well if you use any root or es file explorer you long press on the your bootanimation.zip
go to props and press permissions and it needs to have read and write checked in user
read on group and other(rw-r-r)
look in data/local and the bootanimation is named hTC_bootanimation i think
Did you get it, if not send me the zip and I'll take a look at it for you
now the voices are in 3D
I got it but now i think id like someone to tweak it make it faster and smooth it out
Sent from my PC36100 using XDA App
Send it along and i'll tweak it up if you want
Tapa away from a galaxy far away
Its um... Very nsfw...and how do i send it to you
Sent from my PC36100 using XDA App
Email(xdased14x at gmail dot com)upload to mediafire or 4share or megaupload and send me the link
And i dont care i have made one or two of those for people
Tapa away from a galaxy far away
K
Sent from my PC36100 using XDA App
http://www.4shared.com/file/TmrcvlqN/hTC_bootanimation.html
Sent from my PC36100 using XDA App
ok i have it wheres image 00000 to 000149.
folder part1 was empty, that thing was hugh(64mb and it only had 1 folder in it) if you are going to use png's you need to
a)cut the size in half(240x400)
b) use pngopitimzer
2)you cant have 2 folders in the desc as loops
your desc looked like this
480 800 400 < no need for it that high i have it at 35 runs nice
p 0 0 part0 < should be p 1 0 part0
p 0 0 part1
I have 000_140, you need them?
Sent from my PC36100 using XDA App
tammyjustin said:
I have 000_140, you need them?
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Only if you want me to clean it up and smooth out your anime
Tapa away from a galaxy far away
Yes i eill and again thsnks
Sent from my PC36100 using XDA App
http://www.4shared.com/folder/pjGQ7rpD/_online.html
thanks man
I think thats the right one
http://www.4shared.com/file/uKEzr8t2/a_online.html
Lets try again
Sent from my PC36100 using XDA App
again thanks as i am new to this, i thought one folder only has an image that doesnt loop and the second folder has the images you want to loop. thats wjy i didnt put anything in one of the folders i do appreciate this, i thought i did it right but thanks you i dont quite understand what you told me about desc. etc... but thanks for cleaning up my messy animation
when and if i post ii i will give you credit as well, obviously
How many nand writes does the epic have roughly.. and what would happen if you stumbled across the last write and then tried to flash it again
Sent from my SPH-D700 using XDA
Probably in the thousands (or 10s of thousands). It should also have wear leveling which means that you would actually have to write the entire 1GB NAND 10s of thousands of times to 'wear it out'. 10,000 writes would mean writing 10TB to the NAND memory, accounting for wear leveling. There is not a specific limit, it will just start to have corrupted data. There is also some unused (spare, if you will) memory that can be used to replace bad spots as they come up.
Remember, everytime you download an app, or anything that writes to the /data directory, you are writing to the NAND memory.
Long story short, I highly doubt you will ever start to wear out the NAND memory of the phone. If the average ROM is 130MB, 10TB / 130 MB = 77,000 ROM flashes.
Sent from my SPH-D700 using XDA
Wow thanks for the info
Sent from my SPH-D700 using xda premium
tinslwc said:
Probably in the thousands (or 10s of thousands). It should also have wear leveling which means that you would actually have to write the entire 1GB NAND 10s of thousands of times to 'wear it out'. 10,000 writes would mean writing 10TB to the NAND memory, accounting for wear leveling. There is not a specific limit, it will just start to have corrupted data. There is also some unused (spare, if you will) memory that can be used to replace bad spots as they come up.
Remember, everytime you download an app, or anything that writes to the /data directory, you are writing to the NAND memory.
Long story short, I highly doubt you will ever start to wear out the NAND memory of the phone. If the average ROM is 130MB, 10TB / 130 MB = 77,000 ROM flashes.
Sent from my SPH-D700 using XDA
Click to expand...
Click to collapse
Damn, I only 2 rom flashes left
Sent from my SPH-D700 using XDA Premium App
Take it account that their 130 mb compressed..
Sent from my SPH-D700 using XDA
stevie13.xo said:
Take it account that their 130 mb compressed..
Sent from my SPH-D700 using XDA
Click to expand...
Click to collapse
True. So might take a few off my initial estimate.
Sent from my SPH-D700 using XDA
Hi everyone.
My main question is should set swap space to 0 or other number. If I'm not mistaking new Android phones come with swap space not set to 0. I always heard when I use Linux as my main OS that u should set swap space the same or twice of ur ram memory value. I'm asking this coz everyone says to set swap space 0 but ics uses swap space by default and in Linux OS u should never set swap as 0 unless u have enough memory ram(6 or 8gb of ram) and still is not recommend. Anyone who has a better idea of how this works, please explain. I'm very confuse here.. ;(
Sent from my PC36100 using xda premium
pr0xyw0rm said:
Hi everyone.
My main question is should set swap space to 0 or other number. If I'm not mistaking new Android phones come with swap space not set to 0. I always heard when I use Linux as my main OS that u should set swap space the same or twice of ur ram memory value. I'm asking this coz everyone says to set swap space 0 but ics uses swap space by default and in Linux OS u should never set swap as 0 unless u have enough memory ram(6 or 8gb of ram) and still is not recommend. Anyone who has a better idea of how this works, please explain. I'm very confuse here.. ;(
Sent from my PC36100 using xda premium
Click to expand...
Click to collapse
Yes its 0
Sent from my PC36100 using xda premium
sasquatchotragavaca said:
Yes its 0
Click to expand...
Click to collapse
Then what is the point in set a swap space if the value is 0. The OS is not gonna use it, right???
Sent from my PC36100 using xda premium
If the kernel you are using supports swap, then set it
Need some help just bought a new laptop n in cmd I carnt get into my c drive my environmental settings are fcked up anybody help me with changing them plz
Sent from my HTC One X using xda premium
Its quite common for manufacturers to split partition
You will probably be defaulting onto your d:/ drive
Just type c:
That should change drive
Then CD to directory
Sent from my HTC One X using xda app-developers app
Cd c: is the command you have to use to change the drive.
And just use cd desktop or anything to navigate further .
Sent from my HTC One X using Tapatalk 2
I can't for the life of me find this directory. When I last installed a nandroid it showed /media but it's not there. I have looked in almost every folder. Before flashing to 4.3 my nandroid was in sdcard/twrp but not anymore.
Also is there a difference between sdcard0 and emulated?? I swear I should have a lot more space then I do. Was wondering with these two directories are the files doubled or are they in fact just mirrored.
Sent from my LG-LS970 using Tapatalk 4
likwidkool said:
I can't for the life of me find this directory. When I last installed a nandroid it showed /media but it's not there. I have looked in almost every folder. Before flashing to 4.3 my nandroid was in sdcard/twrp but not anymore.
Also is there a difference between sdcard0 and emulated?? I swear I should have a lot more space then I do. Was wondering with these two directories are the files doubled or are they in fact just mirrored.
Sent from my LG-LS970 using Tapatalk 4
Click to expand...
Click to collapse
The 0 folder gets created when any CM based Rom is installed. Just copy the contents of your SD to the 0 folder and keep both.
There is a logcat file that grows each time you install a CM ROM. It's in /root on stock, and in /mnt/shell/emulated in CM Rom's.
TWRP looks in the 0 folder or /data/media/0
Edit: Ooops forgot to say you can delete that logcat
engine95 said:
The 0 folder gets created when any CM based Rom is installed. Just copy the contents of your SD to the 0 folder and keep both.
There is a logcat file that grows each time you install a CM ROM. It's in /root on stock, and in /mnt/shell/emulated in CM Rom's.
TWRP looks in the 0 folder or /data/media/0
Edit: Ooops forgot to say you can delete that logcat
Click to expand...
Click to collapse
Thanks for the quick reply! The log cat is only 10mb so no biggie. I still can't find my backups though looking where you said. I tried to delete my old nandroids with rom toolbox but they didn't delete.
Sent from my LG-LS970 using Tapatalk 4
likwidkool said:
Thanks for the quick reply! The log cat is only 10mb so no biggie. I still can't find my backups though looking where you said. I tried to delete my old nandroids with rom toolbox but they didn't delete.
Sent from my LG-LS970 using Tapatalk 4
Click to expand...
Click to collapse
You sure you didn't delete them too?
Try /mnt/sdcard, or /mnt/shell/emulated.
If you still can't find them, reboot to TWRP, see if they show, then boot up ROM
Use a rooted explorer on your phone to find them. Your computer my not show them yet....but eventually. Sometimes its a bugger to get the files to show up.
Wow. Finally found it. Swear I looked here a million times but it was in /data/media/twrp/backups
Root browser in rom toolbox wouldn't delete them but es file Explorer did. Got 1.7gb back. I only need one nandroid!
Still would love to know where the rest of my space is though. May have to do a full wipe at some point.
Thanks for the help engine!!
Sent from my LG-LS970 using Tapatalk 4
likwidkool said:
Wow. Finally found it. Swear I looked here a million times but it was in /data/media/twrp/backups
Root browser in rom toolbox wouldn't delete them but es file Explorer did. Got 1.7gb back. I only need one nandroid!
Still would love to know where the rest of my space is though. May have to do a full wipe at some point.
Thanks for the help engine!!
Sent from my LG-LS970 using Tapatalk 4
Click to expand...
Click to collapse
Lol I had the same problem. Ended up just backing up my efs backups to the computer then installing chameleon OS and wiped everything because it ended up mirroring everything 4 times and filled up my storage haha...
Sent from my LG-LS970 using Tapatalk 4
AFschizoid said:
Lol I had the same problem. Ended up just backing up my efs backups to the computer then installing chameleon OS and wiped everything because it ended up mirroring everything 4 times and filled up my storage haha...
Sent from my LG-LS970 using Tapatalk 4
Click to expand...
Click to collapse
Yeah i was wondering if all those mirrors are taking up extra space. I have the same folders in like 4 different places all with different dates on them. I have only 8gbs free. Pics are like 1.5gbs and music is 8gbs. My backups and old rom downloads are about 4gbs. No way my apps take up the rest of the space. I don't even have any games installed right now.
Sent from my LG-LS970 using Tapatalk 4
likwidkool said:
Yeah i was wondering if all those mirrors are taking up extra space. I have the same folders in like 4 different places all with different dates on them. I have only 8gbs free. Pics are like 1.5gbs and music is 8gbs. My backups and old rom downloads are about 4gbs. No way my apps take up the rest of the space. I don't even have any games installed right now.
Sent from my LG-LS970 using Tapatalk 4
Click to expand...
Click to collapse
Lol well I kept trying out stock and aosp and every time I did that it would add another 0 folder inside.
Sent from my LG-LS970 using Tapatalk 4
AFschizoid said:
Lol well I kept trying out stock and aosp and every time I did that it would add another 0 folder inside.
Sent from my LG-LS970 using Tapatalk 4
Click to expand...
Click to collapse
I think that's what happened to me. I bounced between stock, nexogen, cm 10.1 and all the 4.3 roms.
Downloaded a disk usage app and honestly with their breakdown it actually adds up. I also didn't take into account system data. I takes up 2gbs on its own. I thought that would have been included in the 7gb unusable we have.
Plus i guess there are some residual cache issues. Those 0 folders have cache files from old programs. I found 500mb cache file from spotify and I haven't had that installed for a few weeks. Plus i found a 500mb logcat file.
I guess i'll do more digging and clean it up. I don't feel like wiping internal right now.
Sent from my LG-LS970 using Tapatalk 4
likwidkool said:
I think that's what happened to me. I bounced between stock, nexogen, cm 10.1 and all the 4.3 roms.
Downloaded a disk usage app and honestly with their breakdown it actually adds up. I also didn't take into account system data. I takes up 2gbs on its own. I thought that would have been included in the 7gb unusable we have.
Plus i guess there are some residual cache issues. Those 0 folders have cache files from old programs. I found 500mb cache file from spotify and I haven't had that installed for a few weeks. Plus i found a 500mb logcat file.
I guess i'll do more digging and clean it up. I don't feel like wiping internal right now.
Sent from my LG-LS970 using Tapatalk 4
Click to expand...
Click to collapse
Could just hook it up to a computer, open the storage then right click and arrange icons by size so you can see the big folders first. Faster than just going folder to folder
Sent from my LG-LS970 using Tapatalk 4
AFschizoid said:
Could just hook it up to a computer, open the storage then right click and arrange icons by size so you can see the big folders first. Faster than just going folder to folder
Sent from my LG-LS970 using Tapatalk 4
Click to expand...
Click to collapse
Fair point! I have a mac so I rarely hook my phone up to it. Might have to do it though for.the interest of my sanity!
Sent from my LG-LS970 using Tapatalk 4