Hi all
I am looking for a way to customize the boot logo (splash logo) for Google Nexus 7 tablet.
I tried searching in this forum and others over Google but could not find exact steps.
waiting for suggestion.
Thanks
Ankit
The boot animation? Or what comes up before that?
Cause boot animation is easy...but the animation before it is tougher.
Changing Google Splash On Nexus S, Nexus 7
I also tried a lot of thing but not able to change the splash screen (google) from any nexus devices.
please anyone help to change the splash on nexus 7 or nexus S...
Thanks in advance..
EXPERIMENT said:
The boot animation? Or what comes up before that?
Cause boot animation is easy...but the animation before it is tougher.
Click to expand...
Click to collapse
Not the boot animation, I want to change the Google image with lock. I would like give it a shot if anyone knows the steps that would be a great help.
Thanks
Ankit
found anything out.
Hi ive been making a theme for my nexus 7 and was wondering if you found anything out??
I'm interested as well. So far it seems like some other devices, such as Samsung phones, store it in the kernal, as some custom kernals for those devices feature a custom splash screen. I've heard scattered reports of some Nexus 7 users being able to use fastboot adb to flash one using this command:
Code:
fastboot flash splash splash1.img
But I don't have adb set up on my computer, so I'm unable to test this.
Just go and download ROM Toolbox pro you have as many as you want to choose from all animated. Hope this helps
Sent from my Nexus 7 using xda app-developers app
Yeah, I really want this. The boot animation is a totally different thing.
My galaxy s2 had it's own boot logo with my face and I'm interested now in changing the "Google" text to my name.
Sent from my Nexus 7 using xda app-developers app
On the Nexus S and other Samsung devices it is stored in the PARAM partition. You can hex edit the param.lfs partition image with a new JPG image and flash it using Heimdall or Odin to permanently change the boot logo. There is currently no way to write an file to the partition normally since the file system is proprietary. (There are also other methods which are dirty hacks using scripts etc.)
On some Tegra devices the raw BMP image is directly stored in partition 6. You can use nvflash to write a BMP to this partition directly.
KurianOfBorg said:
On the Nexus S and other Samsung devices it is stored in the PARAM partition. You can hex edit the param.lfs partition image with a new JPG image and flash it using Heimdall or Odin to permanently change the boot logo. There is currently no way to write an file to the partition normally since the file system is proprietary. (There are also other methods which are dirty hacks using scripts etc.)
On some Tegra devices the raw BMP image is directly stored in partition 6. You can use nvflash to write a BMP to this partition directly.
Click to expand...
Click to collapse
Can someone confirm this works and write a procedure for this?
Sent from my HTC One X using xda premium
theres an app on the play store that does what the op wants
https://play.google.com/store/apps/details?id=aperture.ezekeel.logome&hl=en
YoshiFan501 said:
theres an app on the play store that does what the op wants
https://play.google.com/store/apps/details?id=aperture.ezekeel.logome&hl=en
Click to expand...
Click to collapse
Clearly states in the description that it's for galaxy nexus only...
Sent from my Nexus 7 using xda premium
silverramsrt said:
Clearly states in the description that it's for galaxy nexus only...
Sent from my Nexus 7 using xda premium
Click to expand...
Click to collapse
It also costs money. Which is a complete ripoff.
I thought we had root our device, then only we could change the bootscreen which is in the /system/media folder... I'm a noob for nexus 7, cuz I use the htc desire and mod for that....
https://play.google.com/store/apps/details?id=com.jrummy.liberty.toolbox
This one can do it.
Sent from my Commodore 64
namaste74 said:
https://play.google.com/store/apps/details?id=com.jrummy.liberty.toolbox
This one can do it.
Sent from my Commodore 64
Click to expand...
Click to collapse
That only does boot Ani's not splash screens
Right you are, sorry.
Sent from my Commodore 64
Related
Hi,
I have made this custom boot image for myself and I wanted to share it.
I have disabled the bootanimation and I have enabled the kernel messages instead.
just flash the boot image and remove/rename /system/bin/bootanimation
if anyone is willing to help I would create an update zip which flashes the boot partition and renames /system/bin/bootanimation
Cheers,
Matteo
teknoraver said:
Hi,
I have made this custom boot image for myself and I wanted to share it.
I have disabled the bootanimation and I have enabled the kernel messages instead.
just flash the boot image and remove/rename /system/bin/bootanimation
if anyone is willing to help I would create an update zip which flashes the boot partition and renames /system/bin/bootanimation
Cheers,
Matteo
Click to expand...
Click to collapse
Nice work bro
Sent from my Galaxy Nexus using xda premium
Hey man can u make please zip for recovery
Sent from my Galaxy Nexus using xda premium
leos0000 said:
Hey man can u make please zip for recovery
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
I've never did that, but if someone is kind enough to do it or point me to a good tutorial I will do
CM9 Skankwich doesn't like it, causes non-stop FC's upon bootup.
Do you know if this will work on a HTC One X?
Thanks
tidal25w said:
Do you know if this will work on a HTC One X?
Thanks
Click to expand...
Click to collapse
I really don't think so! This is as far as I know a modified Galaxy nexus boot image.
The thread was moved to "Galaxy Nexus Themes and Apps" but I don't really think that it's correct.
Tecnically it isn't a boot animation, is a kernel hack to disable it and show the "raw" boot.
Everything that is printed is printed by the TTY subsystem, it's not rendered by a bootanimation
this is awesome. I disabled my boot animation and it only shows the kernel messages for a few seconds then a plain android boot animation appears. Is there any way to make it longer or is that all that is supposed to come up?
i am on aokp b37 also.
good work!
@teknoraver
I would like to add this as a completely new section in my boot animation thread if that's cool??
Couple of clarifications though:
This looks more like a kernel edit to me and therefore this is somewhat ROM specific in that if folks flash this boot.img it will disable certain ROM specific features controlled by the kernel?
Assuming the above is true, a per ROM boot.img would need to be created to make this work whilst preserving all functionality?
To give an example, if you flash a custom kernel over cm9 you will find some of the settings options are blanked out and you are no longer able to use them unless you have a specific kernel control app or you start fiddling around with init.d scripts.
This sounds kind of like "live logcat", is it similar?
leets4uc3 said:
this is awesome. I disabled my boot animation and it only shows the kernel messages for a few seconds then a plain android boot animation appears. Is there any way to make it longer or is that all that is supposed to come up?
i am on aokp b37 also.
good work!
Click to expand...
Click to collapse
You need to rename /system/bin/bootanimation to something else
WiredPirate said:
This sounds kind of like "live logcat", is it similar?
Click to expand...
Click to collapse
exactly what I came here to say. I tried it a while back and it worked flawlessly: https://play.google.com/store/apps/details?id=eu.chainfire.livelogcat.lite&hl=en
ArmanUV said:
exactly what I came here to say. I tried it a while back and it worked flawlessly: https://play.google.com/store/apps/details?id=eu.chainfire.livelogcat.lite&hl=en
Click to expand...
Click to collapse
No it's different.
Livelogcat is a bootanimation which draws logcat messages in a complex manner.
My patch disables the animation and let the kernel print messages like it does on PC and servers:
http://www.youtube.com/watch?v=bo7f1UHb-Fs
http://youtu.be/NQ8rzbW1Wdk?t=41s
can you give us the source code?
teknoraver said:
...
if anyone is willing to help I would create an update zip which flashes the boot partition and renames /system/bin/bootanimation
Cheers,
Matteo
Click to expand...
Click to collapse
Here, flashable zip in recovery
Using any kernel format installer (koush) does not touch the existing ramdisk (no problem on CM etc)
and Kernel.Messages.bootanimation_Restore.zip reverting /system/bin/bootanimation
(Edit : If you deleted that file already, flash Installing_system.bin.bootanimation.zip to restore)
I used image flasher GUI on my ns4g but apparently it is not supported for gnex. What are some other methods of flashing an image.
Sent from my Galaxy Nexus
The third party boot animation apps don't work on the og for some reason, anyone have the nexus 4 boot animation? I'm not digging the sprint boot up
Same, I'd like to have the nexus 4 boot animation.
Sent from my LG-LS970 using xda premium
sheek360 said:
The third party boot animation apps don't work on the og for some reason, anyone have the nexus 4 boot animation? I'm not digging the sprint boot up
Click to expand...
Click to collapse
That's probably because our actual boot animation is bootanimation_sprint.zip and we have a bootanimation.zip for the lg logo. You'll have to change a name in whatever zip you are applying. Then it should work.... or if not we'll have to change something in whatever tells the system which ones to flash. (build.prop?)
http://forum.xda-developers.com/showthread.php?t=1985103
here it is
Edit: this one doesn't work. Epic found a working one, see page 2
replaced both files b-a.zip and b-a_sprint.zip and set permissions to 644.. blank boot screen. any suggestions?
sn0w said:
replaced both files b-a.zip and b-a_sprint.zip and set permissions to 644.. blank boot screen. any suggestions?
Click to expand...
Click to collapse
Same with me.
Sent from my LG-LS970 using xda premium
sn0w said:
replaced both files b-a.zip and b-a_sprint.zip and set permissions to 644.. blank boot screen. any suggestions?
Click to expand...
Click to collapse
Should have specified... did you renamethe zip file IN the zip file and then zip them both back up properly?
Edit: Dangit... didn't work. I've tried a lot of stuff now... I'm going to try editing the sprint bootanimation itself next.
Edit 2: Holy crap its after 5 am
Ok i finally got it.. I think I had a couple bad boot animations. Just renamed the animation to bootanimation_sprint.zip, didn't bother with the normal bootanimation.zip yet. Set it to 644 (rw/r/r) permissions. I successfully got this one to work, for reference: http://forum.xda-developers.com/showthread.php?t=1402764 Here is the actual boot animation file that should be fine to put in system media without renaming. Just check the permissions: https://dl.dropbox.com/u/31205865/bootanimation_sprint.zip It wouldn't be too hard to make a flashable one but I couldn't find any that used the right script and its almost 6 am. goodnight.
That boot animation is the original nexus boot up screen.
Sent from my LG-LS970 using xda premium
I got it partially working, it pops up for about 20% of the animation now.
_Epic said:
That boot animation is the original nexus boot up screen.
Sent from my LG-LS970 using xda premium
Click to expand...
Click to collapse
I know, I think the nexus 4 one was jacked up
sn0w said:
I got it partially working, it pops up for about 20% of the animation now.
Click to expand...
Click to collapse
That's how mine was. Maybe we can ask around on the nexus 4 forum or OG for at&t?
Sent from my LG-LS970 using xda premium
Did you guys read the thread? I didn't actually try it myself but you have to like change the permissions on the files, etc, it's kind of an ordeal.
stevek216 said:
Did you guys read the thread? I didn't actually try it myself but you have to like change the permissions on the files, etc, it's kind of an ordeal.
Click to expand...
Click to collapse
Yes, I was messing with the permissions and none of them work except for the one they mention in that thread. It has to be something with the images..
I HAVE A WORKING ONE!
Nexus 4 Bootanimation
Steps :
1. Download the ZIP
2. rename it to "bootanimation_sprint.zip"
3. push it into your /system/media
4. set permission -rw-r-r- a.k.a 644
5. reboot
6. PRESS THE THANKS BUTTON
7. ????
8. PROFIT!!!!!
Make sure you delete the old ones, "bootanimation.zip", "bootanimation_sprint.zip" and bootanimation_boost.zip"
_Epic said:
I HAVE FOUND A WORKING ONE!
Nexus 4 Bootanimation
Steps :
1. Download the ZIP
2. rename it to "bootanimation_sprint.zip"
3. push it into your /system/media
4. set permission -rw-r-r- a.k.a 644
5. reboot
6. PRESS THE THANKS BUTTON
7. ????
8. PROFIT!!!!!
Make sure you delete the old ones, "bootanimation.zip", "bootanimation_sprint.zip" and bootanimation_boost.zip"
Click to expand...
Click to collapse
This ^^
Confirmed. Thanks
Sent from my LG-LS970
iibishop said:
This ^^
Confirmed. Thanks
Sent from my LG-LS970
Click to expand...
Click to collapse
me as well, but it's pretty boring...heh
Matty77 said:
me as well, but it's pretty boring...heh
Click to expand...
Click to collapse
We need more, yes, but as of now this or the stock Sprint one?
Do you need root for this?
ZeroCool84 said:
Do you need root for this?
Click to expand...
Click to collapse
Yes.
Sent from my LG-LS970 using xda premium
This looks just like the one on my Nexus 7. I take it the Nexus 4 is the same, or is this boot animation not from the N4?
Hi
Does anybody have a CWM flashable Zip for the Nexus4 Boot Logo.
Just flashed a ROM & I have the boring old "Android" on startup.
I'd like to have the glowing Nexus "X" logo back again
Thanks.:good:
I'd just download a ROM with it and extract it. However, you might like this. Don't remember where i found it but it matches the nexus perfectly.
Here's a better idea of what you're looking at.
you mean boot animation
I use the bootanimation provided above and like it. Works on my Galaxy Nexus also.
Here's the link for the original X from the Nexus One. http://forum.xda-developers.com/showthread.php?t=1402764 I actually prefer this over the new X.
Tried flashing this in CWM and nothing changed...
jackdonogy said:
Tried flashing this in CWM and nothing changed...
Click to expand...
Click to collapse
Don't flash boot animations . use a root explorer to paste in /system/media
Sent from my Nexus 4 using xda app-developers app
Jordanooo said:
Don't flash boot animations . use a root explorer to paste in /system/media
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
What he said. Unless the person who posted it says its a flashable bootanimation.
To verify, open up the zip file. If it's a bunch of folders named /part0/ /part1/ etc then its not flashable.
Flashable: has a folder to /data/... or /system/media
chances are they're not flashable. but open to check.
Same here,
after I tried to get a custom boot animation it only shows the default "android" logo on boot.
I messed with the premissions in /styem/media/ can I revert that ?
+1 for the idea of a flashable version - specifically one compatible with Cyanogenmod
I have been running nightlies via CyanDelta and would LOVE to have a bootanimation zip that I could plop in the auto-install script to bring back the stock Nexus 'x' boot. Sadly every flashable bootanimation for the original nexus logo I have tried seems to install the files in the wrong location for CM.
jhawkins002 said:
+1 for the idea of a flashable version - specifically one compatible with Cyanogenmod
I have been running nightlies via CyanDelta and would LOVE to have a bootanimation zip that I could plop in the auto-install script to bring back the stock Nexus 'x' boot. Sadly every flashable bootanimation for the original nexus logo I have tried seems to install the files in the wrong location for CM.
Click to expand...
Click to collapse
store the bootanimation in /data/local/
after flashing a new nightly or whatever, it will keep your bootanimation. only way for it to reset is if you do a factory reset. enjoy.
(worked on my galaxy nexus, not sure if it works on N4 but it should, try it, shouldnt harm you.. pretty positive that its the same on N4)
edit: the bootanimation i linked earlier is a cwm flashable one. to manually do it just extract bootanimation.zip from the zip file downloaded.
zephiK said:
store the bootanimation in /data/local/
after flashing a new nightly or whatever, it will keep your bootanimation. only way for it to reset is if you do a factory reset. enjoy.
(worked on my galaxy nexus, not sure if it works on N4 but it should, try it, shouldnt harm you.. pretty positive that its the same on N4)
edit: the bootanimation i linked earlier is a cwm flashable one. to manually do it just extract bootanimation.zip from the zip file downloaded.
Click to expand...
Click to collapse
Thanks for the tip! Just tried the manual push to /data/local but no joy. Upon boot it was blank, and the nightly flash restored the CM default in any event. Might be a permissions issue - should 644 and be owned by system, correct?
Does anyone have a method to change the boot logo i.e. the Google logo?
I'm looking to personalise it.
blackadder1000 said:
Does anyone have a method to change the boot logo i.e. the Google logo?
I'm looking to personalise it.
Click to expand...
Click to collapse
That's what I'm looking for... Changing the logo before the animation.
Sent from my Nexus 4 using xda premium
http://forum.xda-developers.com/showthread.php?t=1888848
You're welcome.
Its a flashable zip too. Worked on my AOKP ROM back in the day, along with cyanogen.
Just read that threads OP. He himself extracted it from his G Nex, so it *TECHNICALLY SPEAKING* is safe to flash on our phones. But still, remember to have a nandroid for any *just in case* moment.
Sent from my Nexus 7 using xda app-developers app
bigwilly90210 said:
That's what I'm looking for... Changing the logo before the animation.
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
+1
Sent from my Nexus 4 using xda premium
jaestreetss said:
+1
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
used to be able to do this on my Droid 1 and loved messing with it. It's not part of the kernel so it must be boot loader... do we have any way of tearing that down? I'm assuming we'd have to be unlocked... ha. Would love it if someone more knowledgeable would chime in.... thanks.
I believe that ubuntu team will be posting there galaxy nexus image rom here at this link
http://cdimage.ubuntu.com/
please dont yell at me if im wrong..
nullbesign said:
I believe that ubuntu team will be posting there galaxy nexus image rom here at this link
http://cdimage.ubuntu.com/
please dont yell at me if im wrong..
Click to expand...
Click to collapse
Also check: https://wiki.ubuntu.com/TouchInstallProcess
I haven't seen anyone link to this yet, what's this about?
http://cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/
SkuzFoz said:
I haven't seen anyone link to this yet, what's this about?
http://cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/
Click to expand...
Click to collapse
I wondered there too and was wondering myself. it has the codenames for all the nexus devices, Galaxy Nexus (GSM), Nexus 4, Nexus 7 ect
i wlii try to flash the maguro file size 48mb....report at once....hope not to brick my gnex...lol
adambala said:
i wlii try to flash the maguro file size 48mb....report at once....hope not to brick my gnex...lol
Click to expand...
Click to collapse
I would have gone ahead but I'm not sure why there are different versions. Totally confused on boot and recovery images, but I've been out of the ROM loop for a long time.
nothing.....no boot.....just restoring my xenon rom...
The zip is flashable, contains a boot.img and has scripts to install stuff. the others are .IMG files, and the main phablet one is the biggest file at over 400megs.
edit: the one that is almost 500megs is a flashable zip too, has updater script. since that is the only one of that size, i bet that is the main ubuntu, and the others are the drivers, boot images, ect, specific to different devices.
yeap...i am downloading the img file now but i am not sure if i want to enter fastboot to flash it...
adambala said:
yeap...i am downloading the img file now but i am not sure if i want to enter fastboot to flash it...
Click to expand...
Click to collapse
We can flash it via fastboot like google images???????
Sent from my GT-I9001 using xda app-developers app
kagouro said:
We can flash it via fastboot like google images???????
Sent from my GT-I9001 using xda app-developers app
Click to expand...
Click to collapse
No one knows yet. but you can try, but you risk bricking your phone. My galaxy nexus is dead now, charging the battery. Not going to experiment with my nexus 4, since it's my daily phone. by the time my gnex charges someone will figure it out or they'll be instructions posted on the ubuntu site.
I think we should fastboot flash all the img boot recovery system and then flash the zip. So start from the bottom of the page
---------- Post added at 09:34 AM ---------- Previous post was at 09:32 AM ----------
Page offline ! They took it down.
j3r3myp said:
I think we should fastboot flash all the img boot recovery system and then flash the zip. So start from the bottom of the page
Click to expand...
Click to collapse
I'm going to guess you might need their recovery to flash it. Otherwise why bother making one.
So nice I hope to use it soon~~
The files are still there, they just put up a blank index.html file so you can't see the directory I have all the files for nexus 4 and Gnex
Here's the links to Gnex
http://cdimage.ubuntu.com/ubuntu-to...wc-demo/quantal-preinstalled-armel+maguro.zip
http://cdimage.ubuntu.com/ubuntu-to...mo/quantal-preinstalled-boot-armel+maguro.img
http://cdimage.ubuntu.com/ubuntu-to...uantal-preinstalled-recovery-armel+maguro.img
http://cdimage.ubuntu.com/ubuntu-to.../quantal-preinstalled-system-armel+maguro.img
http://cdimage.ubuntu.com/ubuntu-to...c-demo/quantal-preinstalled-phablet-armhf.zip
the last one is the ~500 meg file.
Luxferro said:
No one knows yet. but you can try, but you risk bricking your phone. My galaxy nexus is dead now, charging the battery. Not going to experiment with my nexus 4, since it's my daily phone. by the time my gnex charges someone will figure it out or they'll be instructions posted on the ubuntu site.
Click to expand...
Click to collapse
Brick it? Really?
As long as you dont flash a new bootloader, there's really no risk of bricking your phone, because, via your old bootloader you can always boot back into fastboot mode.
I'm not sure you know what the word "brick" means: Dead as a brick. Unrecoverable. Useless.
If it's recoverable, it's not a brick. Being in a state where you have to reflash some things in fastboot hardly constitutes a brick.
Sorry about the nitpick, but as a owner of much less open devices, where the risk of bricking $1k worth of equipment was a real risk when rooting/flashing, I find myself offended every time I see people whine about Nexus'es being "bricked".
Is the 500MB img for GNex, to your opinion?
Luxferro said:
The files are still there, they just put up a blank index.html file so you can't see the directory I have all the files for nexus 4 and Gnex
Here's the links to Gnex
http://cdimage.ubuntu.com/ubuntu-to...wc-demo/quantal-preinstalled-armel+maguro.zip
http://cdimage.ubuntu.com/ubuntu-to...mo/quantal-preinstalled-boot-armel+maguro.img
http://cdimage.ubuntu.com/ubuntu-to...uantal-preinstalled-recovery-armel+maguro.img
http://cdimage.ubuntu.com/ubuntu-to.../quantal-preinstalled-system-armel+maguro.img
http://cdimage.ubuntu.com/ubuntu-to...c-demo/quantal-preinstalled-phablet-armhf.zip
the last one is the ~500 meg file.
Click to expand...
Click to collapse
From a shell, just type the following:
Code:
# wget http://cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/quantal-preinstalled-armel+maguro.zip http://cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/quantal-preinstalled-armel+maguro.zip.md5sum http://cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/quantal-preinstalled-boot-armel+maguro.img http://cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/quantal-preinstalled-boot-armel+maguro.img.md5sum http://cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/quantal-preinstalled-phablet-armhf.zip http://cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/quantal-preinstalled-phablet-armhf.zip.md5sum http://cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/quantal-preinstalled-recovery-armel+maguro.img http://cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/quantal-preinstalled-recovery-armel+maguro.img.md5sum http://cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/quantal-preinstalled-system-armel+maguro.img http://cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/quantal-preinstalled-system-armel+maguro.img.md5sum http://cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/quantal-ubuntu_stamp
Guys why new thread when v have already one Ubuntu discussion.. This makes people search more... close this thread
Sent from my Galaxy Nexus using Tapatalk 2
josteink said:
From a shell, just type the following:
Code:
# wget http://cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/quantal-preinstalled-armel+maguro.zip http://cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/quantal-preinstalled-armel+maguro.zip.md5sum http://cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/quantal-preinstalled-boot-armel+maguro.img http://cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/quantal-preinstalled-boot-armel+maguro.img.md5sum http://cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/quantal-preinstalled-phablet-armhf.zip http://cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/quantal-preinstalled-phablet-armhf.zip.md5sum http://cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/quantal-preinstalled-recovery-armel+maguro.img http://cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/quantal-preinstalled-recovery-armel+maguro.img.md5sum http://cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/quantal-preinstalled-system-armel+maguro.img http://cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/quantal-preinstalled-system-armel+maguro.img.md5sum http://cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/quantal-ubuntu_stamp
Click to expand...
Click to collapse
I also mirrored the original page with all download links:
http://invalid.ed.ntnu.no/~jostein/ubuntu_images.html
Hi! I just upgraded Motorola Boot Services and found the new animation for fall (I'm from Argentina), but as I have unlocked bootloader, I don't have the new bootlogo. Could someone extract it? Thank you very much in advance.
Based on reversegear's post on http://forum.xda-developers.com/showthread.php?t=2701723&page=7 I made the boot.bin and another one based on the first frame of the animation, where the motorola logo is black. If anyone wants I can make the spring one too.
Just unzip it and flash with fastboot.
Koujaku said:
Hi! I just upgraded Motorola Boot Services and found the new animation for fall (I'm from Argentina), but as I have unlocked bootloader, I don't have the new bootlogo. Could someone extract it? Thank you very much in advance.
Click to expand...
Click to collapse
thiagobbt said:
Based on reversegear's post on http://forum.xda-developers.com/showthread.php?t=2701723&page=7 I made the boot.bin and another one based on the first frame of the animation, where the motorola logo is black. If anyone wants I can make the spring one too.
Just unzip it and flash with fastboot.
Click to expand...
Click to collapse
It works perfectly, thank you so much!
thiagobbt said:
Based on reversegear's post on http://forum.xda-developers.com/showthread.php?t=2701723&page=7 I made the boot.bin and another one based on the first frame of the animation, where the motorola logo is black. If anyone wants I can make the spring one too.
Just unzip it and flash with fastboot.
Click to expand...
Click to collapse
Can you do spring please
Sent from my XT1031 using XDA Premium 4 mobile app
Omar1c said:
Can you do spring please
Sent from my XT1031 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
There you go.
Did someone check if the original fall one has the right color? I converted the image with a silly program and I'm not sure (I'm using the black one).
thiagobbt said:
There you go.
Did someone check if the original fall one has the right color? I converted the image with a silly program and I'm not sure (I'm using the black one).
Click to expand...
Click to collapse
how to use it, cant flash using cwm
kurosaki23 said:
how to use it, cant flash using cwm
Click to expand...
Click to collapse
You unzip it, reboot to bootloader(you can use "adb reboot bootloader") and run "fastboot flash logo logo.bin". Change logo.bin to the correct filename
Sent from my XT1033 using Tapatalk