-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will not boot, eternal black screen #10
Comments
mid troubloeshooting having issues with get-prebuilts, because |
Try pulling a boot image from the Beta 1 and putting it in your rom and flash. |
still in the process of trying that idea (and before i forget THANK YOU SO MUCH for helping me debug this, you've done a lot as it is) meanwhile something interesting i noticed, jellybean came up when running the apply.sh: HEAD is now at 3edcf52 u8500: add ST Ericsson audio configs
|
unfortunatly, that suggestion does not work, i pulled boot.img off of one, deleted the boot.img off mine, and pasted in the one from beta-1. it refused to try and install it. of of the frameworks are a very slightly different amount of bytes.... and my.zip is considerably smaller than the beta1.zip... would it help if i posted the compile log? I've been looking through it myself. One more note: because oab-java.sh require lib32-something-multiarch |
Yeah, post the compile log on pastebin. It might give me some insight. |
Here's the compiler log: recovery log: (note i dont usually do "fix permissions" i just wanted to see if that would work this time) d710 tools output--- why is there jellyben involved here? double checked your repo it's definitely in the ics repo I did more research on flahing the bot.img and have a better idea of what you meant. However, while i have fastboot on my computer, repooting into bootloader nor recovery allow me to connect using fastboot. adb has no problem in recovery mode, but will not work in the bootloader. and since the phone won't turn on... idk how i could possibly flash the boot.img. (i've been looking) |
Try repacking the boot.img into a boot.tar and flashing it into ODIN. The D710 doesn't use fastboot. |
Also try this in your working directory: . build/envsetup.sh |
EDIT: fixed paste, corrected the script the phone wont boot into recovery after odin attempted to flash the boot.tar as bootloader (said it failed) |
After you run lunch, do a make -j2 Edit: How did you repack the boot image? |
i used tar command on boot.img (cvf) and saved as boot.tar here's the results of make -j2, errored out, i think i fixed thi problem in the past with a repo sync executing this now: |
EDIT: think i might have actually read the wrong logfile, retrying Further edit: vendor/samsung/galaxys2-common/proprietary/graphics/lib/libUMP.so exists, but it's not being copied to |
i did boot.img wrong, it occured to me since you asked how i did it i probably did it incorrectly... However, when trying to extract files from boot.img every progran i find claims it is a broken file, used unyaffs and winimage EDIT: found a guide specifically for boot.img repacking, i should have realized the boot would be a special img file! however, even after this i still error in odin, and the phone doesnt boot perhaps there is a better way to repack boot.img? I'm googling my heart out !! |
i re-executed what you told me to do outside of a .sh, and i got a differnet result, here's the last bit of the make -j2 it should be noted i can only recreate that error after a fresh build, cannot run the script without first doing regular build, brunch, then doing this again edit: yeah, i think i was building the emulator (full-eng?) when i got this error... so we should just ignore this post, i'll leave it here for now in case you already read it... |
I'm lost as I removed my entire build directory, re-synced and everything and still got a full build. |
well this is justfrustrating and embarassing for me then.... i even tried syncing and doing CM10.... wubi is the death of me |
can you send me the .zip you get when you build? see if i can flash that on my phone and if i get the infinite black screen also could we compare local_manifest? i'll try redoing all this on a virtual machine instead of my linux partition (made with wubi) to see if that magically makes a difference regardless, thank you for all the help! |
Try this, I updated the wiki: |
i followed the instructions exactly on a fresh ubuntu 10.04 vm Despite doing the local java repo step (i had to change the link to java6-oab.sh from 0.2.4 to 0.2.6 ) what should i install, normally i just installed the oracle-java6-jdk, should i still do that? here's the error message on "lunch" |
also, doing the setup in the read me compiles, however after installing the zip on my phone i get the infinite black screen after rebooting :-/ i'm beginning to think i'm doing the java install incorrectly? |
Either there or Android Central. I'm at AC more than XDA. |
it's all here: of course i couldnt post outside links so i had to post the whole thing on pastebin.... and try to bypass the filter... also, here's the full text hello android-central I am having problems building from source, I've been trying to get his to work for about a week or so with the help from the lovely people here: WHAT'S HAPPENING: LOGS: (log)Installing required packages (Ubuntu 10.04) (log)Iidk what this is but guide said to do it for ubuntu 10.04: (log)IMKDIRS, DOWNLOAD REPO, INIT REPO: (log)IThen i LOCAL MANFIFEST saved as local_manifest.xml inside ~/android/system/.repo/local_manifest.xml, here's what my localmanifest looks like: (log)IREPO SYNC THE FILES: (log)IPREBUILTS, APPLY.SH: (log)Build instructions 1: (log)Build instructions 2 (after i do make clobber and make install clean, repo sync, and the vendor and d710 tools again): WHAT I KNOW: WHAT I DONT KNOW: help? i've lost some hair over this, i hope you all can help buy me time to grow it back |
it's all up there now! |
When my phone boot i get "samsung galaxy SII" and all that, however after that it turns into a black screen and i have to pull out the battery
(no worries, i can use ODIN to flash rooted gingerbread)
My phone (of course) is sph-d710 and kernel EL29
I've been using this guide to place install the .zip, each time starting from a clean gingerbread root (from odin, no data, no nothing)
http://www.androidauthority.com/galaxy-s2-epic-4g-touch-sph-d710-cyanogenmod-9-cm9-65405/
i clear user data, then cache, then dalvik cache
I am able to put CM9 Beta1 on my phone using the above guide without issue.
To build, i used the instructions in the readme.
If I could just get help on to how to debug this, i would appreciate it.
here is my local_manifest.xml:
http://pastebin.com/6TwStttU
(you will notice "project name="CyanogenMod/android_hardware_samsung" path="hardware/samsung" remote="github" revision="ics" /" in the xml is missing, this is because i get a duplicate error, and a very very similar line is already in my manifest.xml)
project path="hardware/samsung" name="CyanogenMod/android_hardware_samsung" / this is the similar line
** another note, i am also trying to put gapps on there the same time i am putting the zip, as the guide above suggests i do
*** CWM 6.0 works, hell i can even put BETA1 on from it! however, my compiled source does not boot even when trying CWM 6.0
The text was updated successfully, but these errors were encountered: