Im wondering i dont want the same old t-mobile splash image. Is there a way to put like a pic of a naked chick or something to that effect as my splash screen while its booting up. Same with the windows mobile splash screen. Is there a way to change that also
Heylo
In search of the ever-snappier X1 setup, I've noticed that there are two files taking up far too much space in the \Windows folder, one being the startup splash screen (which weighs in at a touch over 2MB) and the Xperia theme, which is a decidedly plump 1.5MB. The Xperia theme, I'd like to replace that with a solid black. Is there any way to do this with code rather than with a black image? I vaguely recall something like this being possible in ye olde XML skins of my 2002 SPV Smartphone. Can the same be done on the X1? If so, how?
Also, the splash screen. That SE logo only adds about a second to the bootup time, but it's a second I'd rather not have to wait. Does anyone know how it can be disabled?
I am having gallery widget contains 1-10 images to slide. I know that when I stripe the screen , the images scroll from left to right. I want automatic circular gallery after 10 automatically start by first image, is there any automatic circular adapter or way ???
Code:
final Gallery g = (Gallery) findViewById(R.id.gallery);
g.setAdapter(new ImageAdapter(this));
Animation animation = AnimationUtils.loadAnimation(this,
R.anim.rotate_indefinitely);
animation.getInterpolator();
animation.setDuration(1000);
animation.setStartOffset(200);
animation.setRepeatMode(2);
animation.setFillAfter(false);
animation.setFillEnabled(true);
g.setAnimation(animation);
g.startAnimation(animation);
but I only see the first image is animated ..
or any other Image Rotator Source Code ?
Cheers.
Hello everyone,
First a great big thanks to all of the people who built and maintain Encore 10.1.0. Encore has given life to my NC.
At some point in the development the Bootanimation was rotated from the vertical to the horizontal. How can I rotate it back to the vertical?
Since it was vertical on 10.0 I tried to replace the animation with one I extracted from the last daily (of 10.0) produced. It ran horizontally so it's not the actual animation file. I'm not advanced enough to figure out how to set it back to the vertical.
Any ideas?
Thanks,
V
I'd like to see this fixed, as well.
* My device powers on, the kernel splash is portrait.
* During boot, the the animation is sideways / landscape.
* My desktop loads, it is portrait.
* I go to change my wallpaper, it is sideways / landscape.
It seems things were randomly hard-coded to work sideways / landscape, for some reason.
http://forum.xda-developers.com/showpost.php?p=40312982&postcount=219
Don't know if rotating the boot animation is possible without editing the images in the file itself. This post explains the reasoning behind the "rotated" animation if you are interested
webyrd said:
http://forum.xda-developers.com/showpost.php?p=40312982&postcount=219
Don't know if rotating the boot animation is possible without editing the images in the file itself. This post explains the reasoning behind the "rotated" animation if you are interested
Click to expand...
Click to collapse
I tried that but my zip file was ignored and I had no boot animation.
I want to change the splash screen, but I don't know how