[Q]Ubuntu on the Nitro - LG Nitro HD

Anybody seen/tried this yet? Looks pretty cool. I've been trying to get it working but I'm failing miserably.
https://wiki.ubuntu.com/Touch/Install

Ubuntu is all right look wise, but has no apps currently. Althouh I do like Ubuntu for my computer.
Sent from my LG-P930 using xda app-developers app

mattman86 said:
Anybody seen/tried this yet? Looks pretty cool. I've been trying to get it working but I'm failing miserably.
https://wiki.ubuntu.com/Touch/Install
Click to expand...
Click to collapse
Seen yes, tried no. I'm defiantly interested in porting this, just need to find the time. Please see here https://wiki.ubuntu.com/Touch/Porting.
We could work on it together.

I'm getting my Dev environment setup now

mattman86 said:
Anybody seen/tried this yet? Looks pretty cool. I've been trying to get it working but I'm failing miserably.
https://wiki.ubuntu.com/Touch/Install
Click to expand...
Click to collapse
Our phone is not listed as supported device on that list, you gonna have to make a compatible source tree for the p930, not easy to do, gonna try to take a look at it after i finish compiling aokp42 for my tf101 this ***** is killing me! But getting there!
EDIT: So i read you can use CM's device tree to build ubuntu touch for any CM officially supported device, such as the P930! syncing repo right now, will try to compile and report later!
Sent from my LG-P930 using xda app-developers app

Can we install Linux apps like aircrack in this os ?

mattman86 said:
I'm getting my Dev environment setup now
Click to expand...
Click to collapse
Any luck?
I keep getting this error:
Code:
Error: .size expression for pow does not evaluate to a constant
After some googleing I found that it seams to be related to linaro. Haven't gotten a chance to really look into it though.

nexwave-mat said:
Any luck?
I keep getting this error:
Code:
Error: .size expression for pow does not evaluate to a constant
After some googleing I found that it seams to be related to linaro. Haven't gotten a chance to really look into it though.
Click to expand...
Click to collapse
Yeah, I'm getting the same issue.

mattman86 said:
Yeah, I'm getting the same issue.
Click to expand...
Click to collapse
Edit the last line of file
Code:
bionic/libm/arm/e_pow.S
from
Code:
END(pow)
to
Code:
END(pow_neon)
---------- Post added 24th February 2013 at 12:51 AM ---------- Previous post was 23rd February 2013 at 11:56 PM ----------
If your running into an error with
Code:
dst->copybit_image_t::w
the make the following changes to the
Code:
hardware/qcom/display-caf/libcopybit/copybit_c2d.cpp
file.
Code:
// struct copybit_rect_t dr = { 0, 0, dst->w, dst->h };
// struct copybit_rect_t sr = { 0, 0, src->w, src->h };
struct copybit_rect_t dr = { 0, 0, (int)(dst->w), (int)(dst->h) };
struct copybit_rect_t sr = { 0, 0, (int)(src->w), (int)(src->h) };

Now,it is preview ,I will wait for it

I installed it on my Galaxy Nexus. There's not much working on it, so it's definitely a preview. I think you can watch review videos on YouTube and get the same experience as installing it on the phone.
I can't wait until it matures, it should be pretty slick
Sent from my LG-P930 using Tapatalk 2

Re: [Q]Ubuntu on the Nitrost
I was able to compile it for the p930, flashed it, i get past the two LG logos and then, just stays there, no bootanimation (dont know if there should be one) just a black/grey screen, didnt get a logcat yet to see whats happening, didnt have the time yet, will do later ...
EDIT: Noticed that i edited the wrong kernel file, edited the right one, re-compiled successfully, but now it boot loops and i cant get a logcat because adb cant see my device, the only thing i see when plugging usb, is a battery icon on my screen and then, boot loop! Gonna need some help with this thing ...
Sent from my Transformer using xda app-developers app

just1nsama said:
I was able to compile it for the p930, flashed it, i get past the two LG logos and then, just stays there, no bootanimation (dont know if there should be one) just a black/grey screen, didnt get a logcat yet to see whats happening, didnt have the time yet, will do later ...
EDIT: Noticed that i edited the wrong kernel file, edited the right one, re-compiled successfully, but now it boot loops and i cant get a logcat because adb cant see my device, the only thing i see when plugging usb, is a battery icon on my screen and then, boot loop! Gonna need some help with this thing ...
Sent from my Transformer using xda app-developers app
Click to expand...
Click to collapse
You tried killing adb and using sudo for starting it:
adb kill-server
Then
sudo adb start-server
Also, what are your build pc specs? I'm contemplating trying or helping on the port... When my phone ships tomorrow...
Sent from my iPod touch using Tapatalk

Booted Ubuntu Touch
Hey Guys,
I managed to boot Ubuntu touch on our phones yesterday. I've been really squeezed for time but will make a thread for is ASAP along with needed files.
BTW: Not much is working for our phones. Not even calling.
Later,

Related

2.3.4 Gingerbread for the Sprint Tab [CDMA][DEV-FILES]

For those of you that want to get in on early GB development but don't have the skill to compile it from source, I compiled the new source code that dropped for the gingerbread build for the Sprint Tab. This is NOT an installable rom. This is a zip containing the compiled AOSP kernel and system, purely for research/development purposes. Download, unzip and play. I doubt this will boot on a CDMA device without the proper bootloaders, but you're welcome to try. You can even develop AOSP roms from it that will probably run on your tab after the update on the 5th. Enjoy.
Download​
Hope someone comes up with a great rom be it asop or other. Im truly looking for great things to come out of this.
Sent from my GT-P1000 using XDA Premium App
im expecting alot from these files!!!
a working 2.3 rom means the following for cdma tabs:
1.working skype video calls!
2.Working hulu!
3. Last but not least, Working Netflix!
it would make the tablet experience so much better for us CDMA owners.
i want to be the first to make a bug list on the first dev to release a rom
it would be a honor
and glad to see you finally posting something space. you have been in hiding so long, you rival osama lol
Argh, I wish I knew how to build roms >:|
kabuk1 said:
Argh, I wish I knew how to build roms >:|
Click to expand...
Click to collapse
im going to start reading this ebook i got.
its called:
learn android application development in 24 hours.
hopefully that would at least wet my feet.
man if I had broadband id have atempted to merge these into my cyanogen repo and make a build
Sent from my SCH-I800 using XDA App
wolfie083188 said:
im going to start reading this ebook i got.
its called:
learn android application development in 24 hours.
hopefully that would at least wet my feet.
Click to expand...
Click to collapse
For real? If so where can I get it.!?!?
EDIT : found it
Sent From My Evo using nanotechnology and incense!
has anyone tried just installing the kernel? anyone tried overwriting the last cdma cm7 build's system with this? anyone tried both? I'm going to see if I can get my hands on some internet soon but I might have me a date
Sent from my SCH-I800 using XDA App
Obama's>god said:
has anyone tried just installing the kernel? anyone tried overwriting the last cdma cm7 build's system with this? anyone tried both? I'm going to see if I can get my hands on some internet soon but I might have me a date
Sent from my SCH-I800 using XDA App
Click to expand...
Click to collapse
I guess I should add: you'll need the driver libs to get this running... you'll have to gank what you can from the gsm GB build. Stuff in /system/lib/hw and /system/lib/egl and so on. Just compare and you will get the idea.
spacemoose1 said:
For those of you that want to get in on early GB development but don't have the skill to compile it from source, I compiled the new source code that dropped for the gingerbread build for the Sprint Tab. This is NOT an installable rom. This is a zip containing the compiled AOSP kernel and system, purely for research/development purposes. Download, unzip and play. I doubt this will boot on a CDMA device without the proper bootloaders, but you're welcome to try. You can even develop AOSP roms from it that will probably run on your tab after the update on the 5th. Enjoy.
Download​
Click to expand...
Click to collapse
Thanks! This is useful. I am merging the CDMA kernel sources with GSM right now and the PowerVR module is updated so it looks like I will have to switch to newer OpenGL driver from this archive.
Technomancer said:
Thanks! This is useful. I am merging the CDMA kernel sources with GSM right now and the PowerVR module is updated so it looks like I will have to switch to newer OpenGL driver from this archive.
Click to expand...
Click to collapse
I hope it's useful. Sadly, the proprietary files weren't included in the source, so of course you'll have to patchwork from other builds or wait until the official release for some of those.
You're welcome though, glad to be of service.
spacemoose1 said:
I hope it's useful. Sadly, the proprietary files weren't included in the source, so of course you'll have to patchwork from other builds or wait until the official release for some of those.
You're welcome though, glad to be of service.
Click to expand...
Click to collapse
Yeah, I just noticed that, no EGL, etc. Maybe they put this stuff in /vendor now?
I just redid my Tab. I'm ready for Gingerbread on this *****.
It seems OTA may be pushed to some users now. Anyone care to rip all the files in /system and post them?
-d
technomancer
as soon as I get my update i'll help you out, just let me know how to rip my system, hell if i could dump my whole g-tab into an installable rom i would... still waiting on the push update, 7:02 PM EST, still no update! might be tomorrow!
x4gvnferdy said:
as soon as I get my update i'll help you out, just let me know how to rip my system, hell if i could dump my whole g-tab into an installable rom i would... still waiting on the push update, 7:02 PM EST, still no update! might be tomorrow!
Click to expand...
Click to collapse
Open adb shell and run this:
tar -czvf /mnt/sdcard/system_dump.tar.gz /system/
it will create file system_dump.tar.gz in on your sdcard with the contents of your factoryfs (system) partition.
alright! So when my update comes i will do just that and put it on my dropbox, providing you a download link!
Technomancer said:
Open adb shell and run this:
tar -czvf /mnt/sdcard/system_dump.tar.gz /system/
it will create file system_dump.tar.gz in on your sdcard with the contents of your factoryfs (system) partition.
Click to expand...
Click to collapse
Would the .zip update file help? I've got that posted on mediafire (as i just a little bit ago got the notice for an update. If it'll help, here's the link.
http://www.mediafire.com/?cngx5e67dgbq04y
Otherwise i'll get the update installed and see about running the sys dump as well.
pvtjoker42 said:
Would the .zip update file help? I've got that posted on mediafire (as i just a little bit ago got the notice for an update. If it'll help, here's the link.
http://www.mediafire.com/?cngx5e67dgbq04y
Otherwise i'll get the update installed and see about running the sys dump as well.
Click to expand...
Click to collapse
has anyone tested this? i don't wanna brick my tab!
I've got it up and running on my tab and there's at least 1 other person from this thread http://forum.xda-developers.com/showthread.php?t=1148447 that has it up and running as well.. Odin'd back to stock EA24, did the OTA EB28, and then ran the update.zip from stock recovery. All is happy on my tab. Now I just have to wait till i'm at work tomorrow to get ADB to work, and I'll dump /system.

Hint: AOSP 4.1.1 source and Toro not showing as a target under 'lunch'

In case anyone is having trouble finding toro as a device target when trying to build from the list of targets from the 'lunch' command... Toro didn't show up in the list but I was able to manually specify it rather than selecting a numeric option.
Devs probably know that works, but amateurs like myself might benefit from that tidbit. Jellybean seems to be building OK for me now.
EDIT: I was asked what I did, more specifically, so I'll put that here in op:
Rather than enter a numeric choice, I entered 'full_toro-userdebug'. Apparently this was a valid response and the build proceeded.
Mind explaining how you manually selected it?
keith.mcintyre26 said:
Mind explaining how you manually selected it?
Click to expand...
Click to collapse
Not at all. Rather than selecting say, 11 or another choice, I entered: full_toro-userdebug. Apparently this was a valid response and the build proceeded.
question... not much into actual developing here but i know my way around the inside of a rom or two... once you compile. will it be a fully capable rom? as in (what the OTA will be like without VZ apps)?
spunks3 said:
question... not much into actual developing here but i know my way around the inside of a rom or two... once you compile. will it be a fully capable rom? as in (what the OTA will be like without VZ apps)?
Click to expand...
Click to collapse
It's not as 'polished'. There are no gapps, the dictionary is not complete (need a version from a factory image/rom), there are extra keyboards (Japanese?), maybe a couple other oddities as compared to a stock ROM. It will certainly be more capable that porting a gsm rom to toro, that's for sure .
mmuzzy said:
Not at all. Rather than selecting say, 11 or another choice, I entered: full_toro-userdebug. Apparently this was a valid response and the build proceeded.
Click to expand...
Click to collapse
I did that right after I asked haha. Building now. Thank you.
Sent from my Galaxy Nexus using xda premium
keith.mcintyre26 said:
I did that right after I asked haha. Building now. Thank you.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
You're very welcome. Happy flashing.
I thought you meant the whole system. I was wondering where you got the jellybean source
Sent from my Galaxy Nexus using Tapatalk 2
phydo said:
I thought you meant the whole system. I was wondering where you got the jellybean source
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Google released it into the wild today:
https://groups.google.com/forum/?fromgroups#!topic/android-building/XBYeD-bhk1o
mmuzzy said:
Google released it into the wild today:
https://groups.google.com/forum/?fromgroups#!topic/android-building/XBYeD-bhk1o
Click to expand...
Click to collapse
Haha uhh.. I did realize that about two minutes ago. Thanks.
Sent from my Galaxy Nexus using Tapatalk 2
phydo said:
Haha uhh.. I did realize that about two minutes ago. Thanks.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
I was actually trying to pull it before Google was finished so it hasn't been that long.
Hey can you help me out? Is your android version showing as 4.0.9.99.999.9999.99999? Wth?
anton2009 said:
Hey can you help me out? Is your android version showing as 4.0.9.99.999.9999.99999? Wth?
Click to expand...
Click to collapse
Lol!
Sent from my Galaxy Nexus using Tapatalk 2
phydo said:
Lol!
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Well... I figured out why it was showing like that; because I was syncing the master branch and not the 4.1.1 branch. But I'm still confused on this
Not to thread jack, but i have my rom building, but to actually personalize the rom, is there any app like eclipse or is it just editing files in the zip?
cdrshm said:
Not to thread jack, but i have my rom building, but to actually personalize the rom, is there any app like eclipse or is it just editing files in the zip?
Click to expand...
Click to collapse
You edit the source files. The goodies you want are in the res folder of most applications. /packages/apps in the source code. Here's my question, when I boot it gets to the Google screen and then a black screen. I suspect this here. When I start the build I see this:
Code:
find: 'src': No such file or directory.
PRODUCT_COPY_FILES device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml ignored.
... Many more of these Product copy ignored things...
And then it finishes compiling. What's up here, I'm pretty sure it's missing drivers and stuff!
CPCookieMan said:
You edit the source files. The goodies you want are in the res folder of most applications. /packages/apps in the source code. Here's my question, when I boot it gets to the Google screen and then a black screen. I suspect this here. When I start the build I see this:
Code:
find: 'src': No such file or directory.
PRODUCT_COPY_FILES device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml ignored.
... Many more of these Product copy ignored things...
And then it finishes compiling. What's up here, I'm pretty sure it's missing drivers and stuff!
Click to expand...
Click to collapse
Did you install the binaries for toro? There is also a script that will pull them from your phone (so a stock rom is best), which may be better because Google can't give you everything you need for a functional rom (GPS for example). I ended up copying those files from a stock image to my compiled rom.
i got my binaries from here https://developers.google.com/android/nexus/drivers#torojro03c
mwalt2 said:
Did you install the binaries for toro? There is also a script that will pull them from your phone (so a stock rom is best), which may be better because Google can't give you everything you need for a functional rom (GPS for example). I ended up copying those files from a stock image to my compiled rom.
Click to expand...
Click to collapse
cdrshm said:
i got my binaries from here https://developers.google.com/android/nexus/drivers#torojro03c
Click to expand...
Click to collapse
For future reference, what he's referring to is the extract-files.sh script included in the CM source. If you cannot find the proprietary binaries for a certain device you wanna build for, plug in the phone via usb, cd to the directory with the script and execute the command.
anton2009 said:
Well... I figured out why it was showing like that; because I was syncing the master branch and not the 4.1.1 branch. But I'm still confused on this
Click to expand...
Click to collapse
I also got version 4.0.9.99.999.9999.99999 when I synced to the master branch. Thanks for mentioning the workaround to sync with 4.1.1_r1 .
Did you figure out if it's a problem to sync 4.1.1 into a directory that's already synced with master (4.0.9.99...)?
--------------------------------
Update: I think I can answer this question based on JBQ's response:
https://groups.google.com/d/msg/android-building/rtH5ZbJC7qU/-N1lr9MqexYJ
"You can also switch in place: just run "repo init -b <new_manifest_branch>; repo sync" in your existing client."
Sounds like syncing to a new branch in the same working directory should work just fine.

Problem compiling Maguro Ubuntu 12.04

]I attached the file that shows what errors I get when trying to compile, hopefully someone can help me out. Also one thing I didn't capture but I think is important is that the first line it prints when trying to compile is something along the lines of not finding the 'src' folder, it's not in my jelly bean source folder, and I did a repo sync and the source is about 14.8gb so I'm not sure if I'm missing anything, any help would be appreciated, thanks.
I'm using -> http://forum.xda-developers.com/showthread.php?p=31018542#post31018542 as my guide
and to be more specific I'm using openjdk not the jdk it says to use in the thread, not sure if that has any significance, also I commented out some lines in the main.mk file so that it can compile with the openjdk and stops asking for jdk 1.6 which people said is okay to use openjdk, if you guys need anymore info to help me, lmk. I'll try to be as specific as possible.
Also I used the make -j4 idk if I should be using -j1 or anything else. Yes I picked the write build from the lunch menu.
Here you have the same error and a patch to solve it:
http://forum.xda-developers.com/showthread.php?t=1762641&page=4
Regards!
McGiverGim said:
Here you have the same error and a patch to solve it:
http://forum.xda-developers.com/showthread.php?t=1762641&page=4
Regards!
Click to expand...
Click to collapse
I applied the patch, and i still got errors
also find: 'src' no such file or directory
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
I really find it hard to believe that they is NOT one thread that show a fully working CM10 from start to finish. Each and every one has something that is not right or a file missing.
Sent from my Galaxy Nexus using xda premium
cenwesi said:
I really find it hard to believe that they is NOT one thread that show a fully working CM10 from start to finish. Each and every one has something that is not right or a file missing.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Lmao yeah I've follows like 20 different guides, non of them have everything 100% because everyone uses a different distribution of Linux and some things work for some people and not for others it seems.
Sent from my Galaxy Nexus using Tapatalk 2
I don't see why you're having the issues compiling, as the make errors are pretty non-descriptive.
Are you using 64bit Ubuntu or 32bit Ubuntu?
I think sometime today, I'll post my method for how I got my compiled working and see if that helps anyone.
Sent from my Galaxy Nexus using Tapatalk 2
The guide you are using is a guide for Ubuntu 10.04 and there are more packages that need installed on 11.04+. Make sure you are using 64-bit Ubuntu and follow this http://forum.xda-developers.com/showthread.php?t=1566224
This is a guide for CM10, but if you are wanting to build aosp, then just use this guide to setup your build environment and use the other guide to download the source and build. There is also a nice kitchen built by swordrune10 that can build stock rooted aosp, cm10, aokp and several other popular Roms. The thread is in the GSM dev section for downloading and installing his kitchen. http://forum.xda-developers.com/showthread.php?t=1667055
geoffcorey said:
I don't see why you're having the issues compiling, as the make errors are pretty non-descriptive.
Are you using 64bit Ubuntu or 32bit Ubuntu?
I think sometime today, I'll post my method for how I got my compiled working and see if that helps anyone.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
64bit :/ Idk this is my 4th time trying to compile....each and every time before this I gave up because of multiple errors but this time I want it to work...so I'll get to the bottom of it. If you do end up posting your method, mind pming me and letting me know?
Sent from my Galaxy Nexus using Tapatalk 2
Serious_Beans said:
I applied the patch, and i still got errors
also find: 'src' no such file or directory
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Click to expand...
Click to collapse
These are not errors that would cause a build to fail. I haven't looked at your txt file so I don't know what's there. Use pastebin or something people don't have to download and you may get better response.
Sent from my Galaxy Nexus using xda app-developers app
akellar said:
These are not errors that would cause a build to fail. I haven't looked at your txt file so I don't know what's there. Use pastebin or something people don't have to download and you may get better response.
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
I did upload it via pastebin...how do I insert it properly into these forums?
Sent from my Galaxy Nexus using Tapatalk 2
Serious_Beans said:
64bit :/ Idk this is my 4th time trying to compile....each and every time before this I gave up because of multiple errors but this time I want it to work...so I'll get to the bottom of it. If you do end up posting your method, mind pming me and letting me know?
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Sent you a pm.
Sent from my Galaxy Nexus using Tapatalk 2
geoffcorey said:
Sent you a pm.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Thanks a lot for your help earlier, I'm syncing the repo right now, I'll let you know how building goes tomorrow morning.
import_includes /bin/bash: line 1: out/host/linux-x86/obj/STATIC_LIBRARIES/libbccExecutionEngine_intermediates/import_includes: Permission denied make: ***
this is what causing his build to fail. what version of make are you using, 3.41 or 3.42? also do you have gcc-multilib installed?
Sent from my i9250
bk201doesntexist said:
import_includes /bin/bash: line 1: out/host/linux-x86/obj/STATIC_LIBRARIES/libbccExecutionEngine_intermediates/import_includes: Permission denied make: ***
this is what causing his build to fail. what version of make are you using, 3.41 or 3.42? also do you have gcc-multilib installed?
Sent from my i9250
Click to expand...
Click to collapse
3.81 according to "version -make"
I don't know if I have gcc-miltilib. I'll try to find out and if not I'll get it.
Sent from my Galaxy Nexus using Tapatalk 2
Serious_Beans said:
3.81 according to "version -make"
I don't know if I have gcc-miltilib. I'll try to find out and if not I'll get it.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
yeah, 3.81 (forget 3.4x, was thinking of something else)
you're building as a normal user, i would assume. was the folder created as root or something?
weird.
Sent from my i9250
bk201doesntexist said:
yeah, 3.81 (forget 3.4x, was thinking of something else)
you're building as a normal user, i would assume. was the folder created as root or something?
weird.
Sent from my i9250
Click to expand...
Click to collapse
Yeah originally it was lol, I re did everything from scratch. I built the ROM successfully, just having trouble finding the camera driver.
http://pastie.org/4714900
Bump. I built successfully the first time and now I'm getting this error.
Serious_Beans said:
http://pastie.org/4714900
Bump. I built successfully the first time and now I'm getting this error.
Click to expand...
Click to collapse
http://pastie.org/4716749
More errors, hope someone can help.
Bump
Sent from my Galaxy Nexus using Tapatalk 2
Serious_Beans said:
http://pastie.org/4714900
Bump. I built successfully the first time and now I'm getting this error.
Click to expand...
Click to collapse
http://ubuntuforums.org/showthread.php?t=345201
http://www.ducea.com/2007/10/25/gcc-error-trying-to-exec-cc1plus-execvp-no-such-file-or-directory/
seems you need g++
Serious_Beans said:
http://pastie.org/4716749
More errors, hope someone can help.
Click to expand...
Click to collapse
seems to me that you're out of ram; try passing a lower number of threads, like -j4 or even -j2.

[ROM] [4.3] CM-10.2 Unofficial Builds by CPCookieMan WITH Focal Camera!

Wow, it has been a LONG time since I've posted to XDA. I just wanted to let anybody who is interested know that I am building CM-10.2 for the toro, so this should be a pretty informal post. It isn't built nightly, but may be in the future. Currently, it's built on my want to update my own phone, which is really something like every week, or when a cool new feature is pushed. I've been building 10.1 for a few months now, but I figure enough people are building it that you guys wouldn't need my builds. At the moment though, CM-10.2 builds are scarce, so I offer up mine to anyone who wants them. They're automatically uploaded to my server anyway by way of script, which also happens to reside in the same folder if you'd like to take a look.
Focal is present in build 2 for today! It's up on the server, get it now! And, because I'm generous, the apk can also be found here. Focal.apk - 10.76 MB
I have made a couple of tweaks to the vanilla source code, namely to the Messaging and Phone apps. They just have a few string tweaks that I enjoy.
BUT you try this at your own risk! Somehow I managed to mess up the userdata partition by using CM-10.2 and had to wipe my SD card. I haven't had any problems since, but just know that I've warned you this may happen before trying.
A copy of the 4.3 GAPPS, the latest build, and the MD5 hash for said build can all be found here.
If you see an empty file called ToroBuildInProgress, it's building. I wouldn't download while it's building, as it automatically removes the previous build when it's done. Give it a bit. If after about an hour it's still like that, shoot me an email and I can see what's up.
I am not very active on here. If you'd like to contact me for any reason, bring issues to my attention, whatever, you can email me.
Common Fixes
To get root for apps like Titanium Backup:
Enable developer settings by tapping rapidly on the build number in About Phone
In developer settings, enable root for apps and adb, and then turn usb debugging on.
Code:
#include
/*
* I am not responsible for bricked devices, dead SD cards, thermonuclear
* war, or the current economic crisis caused by you following these
* directions. YOU are choosing to make these modifications, and
* if you point your finger at me for messing up your device, I will
* laugh at you.
*/
Hey thanks, man. It's nice to see all of these different builds popping up. I've started getting a build environment set up so I can build CM myself.
Sent from my Galaxy Nexus using Tapatalk 2
DL now will let you know
By the way do I need to flash supersu for root
sent from the DOG pound
---------- Post added at 01:36 PM ---------- Previous post was at 01:33 PM ----------
P.S. how's tibu acting on this build
sent from the DOG pound
cujo6801 said:
DL now will let you know
By the way do I need to flash supersu for root
sent from the DOG pound
---------- Post added at 01:36 PM ---------- Previous post was at 01:33 PM ----------
P.S. how's tibu acting on this build
sent from the DOG pound
Click to expand...
Click to collapse
I don't use Titanium, but I did check with terminal emulator, and CyanogenMod has included superuser. You just have to go into developer options and allow apps to use superuser. I did not need to flash supersu (and actually, I'm not even sure that supersu works on 4.3). Also, where was it sent from?
SuperSU isn't needed in any of the other unofficials, the same method you outlined works for root. The problem people are having is TiBu will hang up restoring users' apps/data and just won't go. Some have reported success by using SuperSU afterward, and some by changing the file folder it gets the apps from. I've used both Euroskank and the other build and none of those things have worked on my device. After futzing with it all day I decided to just restore my cm10.1 nandroid for the time being. I'll definitely be watching this thread though, already have it downloaded. Thanks!!
idefiler6 said:
SuperSU isn't needed in any of the other unofficials, the same method you outlined works for root. The problem people are having is TiBu will hang up restoring users' apps/data and just won't go. Some have reported success by using SuperSU afterward, and some by changing the file folder it gets the apps from. I've used both Euroskank and the other build and none of those things have worked on my device. After futzing with it all day I decided to just restore my cm10.1 nandroid for the time being. I'll definitely be watching this thread though, already have it downloaded. Thanks!!
Click to expand...
Click to collapse
That may have something to do with the fact that they changed the way partitions mount on 4.3 if Titanium works on a low level. I never liked it much, so I don't use it. No problems here.
At any rate, you might as well delete the local copy unless you're going to try it today, as this will most likely be updated quite frequently.
CPCookieMan said:
At any rate, you might as well delete the local copy unless you're going to try it today, as this will most likely be updated quite frequently.
Click to expand...
Click to collapse
We'll see how my night goes
Is SMS send/receive working in this build? Any known bugs?
Sent from my Galaxy Nexus using Tapatalk 4 Beta
There is a video on YouTube on how to get titanium backup to work. I saw it in one of the threads. I'm sorry I don't have the link. It does work though. I used when I first switched to 4.3.
For TiBu fix
Go: menu > preferences > backup folder location
Click: Detect > Whole Device
Change location to "/storage/emulated/legacy/TitaniumBackup"
(if you have no backups saved to SD, hit Back nav key until you can select this directory manually)
IF asked if you'd like to move files to new directory, select NO
[edit] on TiBu's Twitter they released a beta which supposedly fixes inability to uninstall apps via TiBu, but I haven't tested this
Sent from my Galaxy Nexus using Tapatalk 4 Beta
parkson said:
For TiBu fix
Go: menu > preferences > backup folder location
Click: Detect > Whole Device
Change location to "/storage/emulated/legacy/TitaniumBackup"
(if you have no backups saved to SD, hit Back nav key until you can select this directory manually)
IF asked if you'd like to move files to new directory, select NO
Sent from my Galaxy Nexus using Tapatalk 4 Beta
Click to expand...
Click to collapse
Thank you bro...
Well written.....
sent from the DOG pound
parkson said:
Is SMS send/receive working in this build? Any known bugs?
Sent from my Galaxy Nexus using Tapatalk 4 Beta
Click to expand...
Click to collapse
SMS and MMS have been working just fine for me in the couple hours that I've been using this.
Woah, already a new version is being built and pushed to the servers! Yes, I just had to build again because in the past hour or so, the new camera app, Focal, was pushed. So, this will be the first ROM for the Galaxy Nexus to include Focal, and if my computer is fast enough, possibly the first for any device.
Woot woot!
cpcookieman said:
woah, already a new version is being built and pushed to the servers! Yes, i just had to build again because in the past hour or so, the new camera app, focal, was pushed. So, this will be the first rom for the galaxy nexus to include focal, and if my computer is fast enough, possibly the first for any device.
Woot woot!
Click to expand...
Click to collapse
jeeeah cookie.
New build is online, download away!
Your servers must be getting slammed right now
way slower than the first time
sent from the DOG pound
What's the benefit of CP vs something like EuroSkank? I love all this dev for 4.3, but I am curious...
gorillabiscuit said:
What's the benefit of CP vs something like EuroSkank? I love all this dev for 4.3, but I am curious...
Click to expand...
Click to collapse
Possibly nothing. I have my own mods, my own codebase. And because my build script automatically publishes to my server, I figured I'd share the link. Although, I'm now uploading Focal.apk to DevHost because my server is getting raped with traffic.
Also, first with Focal.
cujo6801 said:
Your servers must be getting slammed right now
way slower than the first time
sent from the DOG pound
Click to expand...
Click to collapse
It's a P4 desktop from 2004 that I'm running out of my basement. And yeah, the internet is really getting slammed right now. Cool, I've never done that before.
Just reporting that Focal.apk seems to work just fine on 4.2.2 (it's awesome). Just playing around with it while I wait for your build to download.....7 hours to go
Sent from my Galaxy Nexus using Tapatalk 4 Beta

[Q] Device name question.

Hi everyone. I am attempting to buld my first ROM and am following a guide to build beanstalk. I am at a point that confuses me. The comand is "breakfast (Device name)". Is this just looking for "n7100" or is there a speacial name I have to put there? Thanks!!
PS: Before anyone say this is not the place for this, Id like to say sorry first. IF i can get this to work and I get permision from scott this will turn into a new Beanstalk build thread.
It depends on the Beanstalk build environment setup. Your best bet is to PM someone that has already built for a device and ask them.
Just something to try, you could try the breakfast command without typing anything after it and see if your device name shows up then.
When I started building from source, I have never used the breakfast command, only lunch and make.
Thanks for the reply. I am running into another problem thats a step before that. I am trying to get the curl command to work. It creates a file called repo but when I try to do the next command repo init "blahblah" I get an error code saying syntay error Doctype HTML. The only thing I can think of is that the repo file should be a python script but is getting saved as html. I dont know how to fix this. Can someone post there repo file. This is the code to I am using to create the repo file.
curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
Bert.C said:
It depends on the Beanstalk build environment setup. Your best bet is to PM someone that has already built for a device and ask them.
Just something to try, you could try the breakfast command without typing anything after it and see if your device name shows up then.
When I started building from source, I have never used the breakfast command, only lunch and make.
Click to expand...
Click to collapse
Goneeuro said:
Thanks for the reply. I am running into another problem thats a step before that. I am trying to get the curl command to work. It creates a file called repo but when I try to do the next command repo init "blahblah" I get an error code saying syntay error Doctype HTML. The only thing I can think of is that the repo file should be a python script but is getting saved as html. I dont know how to fix this. Can someone post there repo file. This is the code to I am using to create the repo file.
curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
Click to expand...
Click to collapse
Have you got that big list of dependencies installed? If you dont know what I mean, search for aosp amd setting up build environment and theres a list of packages that need imstalling, python beimg one of them.
Actually looking at that link I dont think thats where my repo come from. If you can wait until tomorrow when Im back at my pc Ill sort out a step by step guide if you want? As in noob starting from scratch guide that I followed to get set up.
Sent from my GT-N7100 using Tapatalk
Bert.C said:
Have you got that big list of dependencies installed? If you dont know what I mean, search for aosp amd setting up build environment and theres a list of packages that need imstalling, python beimg one of them.
Actually looking at that link I dont think thats where my repo come from. If you can wait until tomorrow when Im back at my pc Ill sort out a step by step guide if you want? As in noob starting from scratch guide that I followed to get set up.
Sent from my GT-N7100 using Tapatalk
Click to expand...
Click to collapse
Yeah. I had a wrong link in the curl command. It was an old link. I googled it and replaced it, now everything seems to be working. Lets see though. Any help you can give though I would apreciate it.
Goneeuro said:
Yeah. I had a wrong link in the curl command. It was an old link. I googled it and replaced it, now everything seems to be working. Lets see though. Any help you can give though I would apreciate it.
Click to expand...
Click to collapse
What steps have you already taken mate? Start from the very beginning if you can and we shall get you up and running in no time at all (unless you already are?)
Hi. I got it syncing now. Thanks. The next command I'm not to sure of is the breakfast command.
Sent from my GT-N7100 using xda app-developers app
Goneeuro said:
Hi. I got it syncing now. Thanks. The next command I'm not to sure of is the breakfast command.
Sent from my GT-N7100 using xda app-developers app
Click to expand...
Click to collapse
Did you add your N7100 repo's to the local manifest?
Bert.C said:
Did you add your N7100 repo's to the local manifest?
Click to expand...
Click to collapse
Can I message you on hangouts?
Bert.C said:
Did you add your N7100 repo's to the local manifest?
Click to expand...
Click to collapse
Sent PM. :good:
Ok. Next question. Where or how do I get the device specific files for the note 2 so I can try to build the newest beanstalk. I thought they would automatically come from CM but the device isnt supported. Not sure if I mentioned this or not before but I have never done this before so it is a learning experience for me.

Categories

Resources