SPB Shell 5.0 Beta for HD2 - HD2 Android Themes and Apps

New video I made of new shell beta 5.0 http://www.youtube.com/watch?v=EydKXankMW0

How did you get the beta to work? if you dont mind me asking.

encrypti0n said:
How did you get the beta to work? if you dont mind me asking.
Click to expand...
Click to collapse
Beta works on HD2 running GB CM7 too.

..
kevinniven said:
New video I made of new shell beta 5.0 http://www.youtube.com/watch?v=EydKXankMW0
Click to expand...
Click to collapse
Where is the download link?

LOocifur said:
Where is the download link?
Click to expand...
Click to collapse
link removed

This looks highly impressive indeed, any special instructions on how to run this,etc?

Right i have downloaded this and very nice it is too but my apps,etc are all over the place how can i (or is there a way) for me to export my screen as it is now (i use folder organizer so most of my apps are in folders)

Amazing. Its so smooth and responsive. Definitely my new default launcher from here on out.

Not working for me.
Starts and Activate, shows Startscreen but there comes Message "Compatibily Error" and i can do nothing, except of ending it.
*HyperdroidROM*

MuchachoPower said:
Not working for me.
Starts and Activate, shows Startscreen but there comes Message "Compatibily Error" and i can do nothing, except of ending it.
*HyperdroidROM*
Click to expand...
Click to collapse
same here
i'm on HyperDroid-CM7-v1.0.1

dddkkkwww said:
http://forum.xda-developers.com/attachment.php?attachmentid=541363&stc=1&d=1300021149
Click to expand...
Click to collapse
nice, thanks, will try this in some mins
EDIT: got the compatibility error too :/ device is not supported >.>
probably it could work when i rename the device name to desire hd or something...

On TyphooN CyanogenMod 7 same, compatibility error.
I wonder why it only works on some rom, maybe a some registry entry fix this problem. I'll try to change device id and feedback soon
I found a solution for those who has compatibility error. Tested on my typhoon CM7 and it works
Use your root explorer
/system/bulid.prop now tab, hold and open in text editor. Find and edit the device name on htc_desire(for example). Save and exit, reebot and done!. The error appears again, but the SPB will start and so far works great.

i'm Using MIUI Android system... After installed, using the homeswitch launcher to select SPB Shell 5.0 Beta!
It works perfectly!!! This is real cool.... Thanks bro for sharing this... great apps!

can someone with MS working tell me what "Model Number" your device has?
probably guys with the compatibility error can change that to get it working?^^

hey bro, actually i realized that you got an extra panel called "Social"? What is that for? And i didnt see it in my SPB Shell 5.0? Is it possible to teach me how to add in new panel or something?

Is there no way i can import my home screen from my current set up, i don't wanna have to spend time creating folders and organising my apps all over again.

mzebrowski13 said:
On TyphooN CyanogenMod 7 same, compatibility error.
I wonder why it only works on some rom, maybe a some registry entry fix this problem. I'll try to change device id and feedback soon
I found a solution for those who has compatibility error. Tested on my typhoon CM7 and it works
Use your root explorer
/system/bulid.prop now tab, hold and open in text editor. Find and edit the device name on htc_desire(for example). Save and exit, reebot and done!. The error appears again, but the SPB will start and so far works great.
Click to expand...
Click to collapse
can you be more specific what to edit there?
can't find the device name ..
there's product name, product device and so one..
which one should i change??
thanks

Voffchik said:
can you be more specific what to edit there?
can't find the device name ..
there's product name, product device and so one..
which one should i change??
thanks
Click to expand...
Click to collapse
its the line with ro.product.model=[DeviceName]
for me its on HTC HD2, i think thats why it doesnt work

D4rkSoRRoW said:
its the line with ro.product.model=[DeviceName]
for me its on HTC HD2, i think thats why it doesnt work
Click to expand...
Click to collapse
got it, changed it..
still i get the FC
i tried htc_desire instead of the HTC HD2
what did you write exactly?

SPB Mobile Shell 5 Beta (custom slider)
Hi Guys
I've got a version of SPB Mobile Shell 5.0 Beta which i'm currently using with the TyphooN CM7 rom with no compatability error!!! . I've also changed the ugly slider thing to a more simplistic slider with a transparent background and transparrent glass ball to indicate the screen you're on.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Am i allowed to post this here for you guys or will I get banned?
Also, my photoshop skills are poor at best so if anyone could make me a nicer slider than my attempt it would be much appreciated!!!

Related

Screenshot application

Finished writing up the Screenshot application this evening. You must have root to use this application:
If you want to know how I did it, just read from /dev/graphics/fb0
Screenshot application:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Choose how long to wait before taking a screenshot:
Once the screenshot is taken, you will get a toast on the bottom of your screen.
You can view the screenshot and save it to your SD card (from the menu):
Download it off the Market!
Koush said:
Before we had root, it was impossible to write a screenshot application because when trying to use the ACCESS_SURFACE_FLINGER permission, you would get denied. However, now that we have it, it obviously works.
The application needs to be compiled in the Android build environment to access some of the internal classes. I started with a modified version of monkey at first (similar to how I made the screen autorotate work). I'm working on stripping out the junk now.
Click to expand...
Click to collapse
You rock....Keep it up!
You know you can take screenshots with ddms (included in the sdk), right? I think it works even on a stock phone (although I'm not positive).
Granted, you have to have the phone plugged into your computer to take a screenshot with ddms, where your app would be able to take one anytime. So your approach would still be useful
JesusFreke said:
You know you can take screenshots with ddms (included in the sdk), right? I think it works even on a stock phone (although I'm not positive).
Granted, you have to have the phone plugged into your computer to take a screenshot with ddms, where your app would be able to take one anytime. So your approach would still be useful
Click to expand...
Click to collapse
Yeah, thats actually how I figured out how to take screenshots: I dug through the DDMS code till I ended up at the SurfaceFlinger IPC Server.
But as you said, it is not ideal.
Awww. I was expecting to see a preview inside a preview inside a preview.. etc.
JesusFreke said:
Awww. I was expecting to see a preview inside a preview inside a preview.. etc.
Click to expand...
Click to collapse
Hahha, that's actually what I had screenshotted at first, but then then I realized it looked really confusing.
Once Screenshot Application is ready it will be easy to make Application which can Record Screen activities in Video for Possibly making Video Tutorial of Softwares, OS etc.
Well done koush.
Finished the application tonight. Enjoy guys! Check the first post for instructions/download.
i keep gettn a message that says "broken pipe" ??????? any idea??
*NEVER MIND FIGURED IT OUT MYSELF..... HAD TO TAKE OFF MY PASSWORD*
GREAT APP !!!!! : )
usmc2k said:
i keep gettn a message that says "broken pipe" ??????? any idea??
*NEVER MIND FIGURED IT OUT MYSELF..... HAD TO TAKE OFF MY PASSWORD*
GREAT APP !!!!! : )
Click to expand...
Click to collapse
You should download Superuser off this forum. It will ask for permission whenever su is used, and also won't break applications that use su.
Koush said:
You should download Superuser off this forum. It will ask for permission whenever su is used, and also won't break applications that use su.
Click to expand...
Click to collapse
I have superuser..... but do i have to delete my supassword to use it or can i use both programs ? Couldnt figure out how to set tha password thats y i dont use it .....
Is it possible to make a version for users without root access?
stats555 said:
Is it possible to make a version for users without root access?
Click to expand...
Click to collapse
No, you need root access to read from /dev/graphics/fb0
When ever I try to take a screen shot it says:
Screenshot.raw file not found
Any ideas what's wrong?
koush thx for the great apps. i installed your superuser app and it works great and i installed your screenshot app which works great for people having a hard time with screenshot app to get it to work after you set in the time to take it you have to go to the screen you wont a pick of before the time is up or you will get a pick of the android with blue background koush can you if it is possible to make a app that can edit the apk files so images can be replaced in the phone i have had no luck resigning the apk. files using the signapk tool
koush, any chance you would release the source ?
Koush said:
No, you need root access to read from /dev/graphics/fb0
Click to expand...
Click to collapse
I figured it might not be but hey worth asking anyways
neerhaj said:
koush, any chance you would release the source ?
Click to expand...
Click to collapse
Sure. The C portion with the interesting bits is attached. It's pretty messy. I never bothered to clean it up after I got it working (lot of trial and error).
I've gotta optimize the pixel format conversion loop sometime. It's unnecessarily slow right now.
haitiankid4lyf said:
When ever I try to take a screen shot it says:
Screenshot.raw file not found
Any ideas what's wrong?
Click to expand...
Click to collapse
koush, i get the same error.
Lieu10ant said:
koush, i get the same error.
Click to expand...
Click to collapse
You have root, and no password protection on your su right? I would recommend installing Modified RC 30 v1.2 and Superuser.
Can you verify that the following file exists:
/system/bin/screenshot
Also, try running it. That is the native executable I wrote that scrapes the screen and writes screenshot.raw.

Dopod SIM Manager

Just thought i'd share this with you Dopod SIM Manager it intergrates into the SIM Manager but offers far more options as you can see from screen shot.
Been using for along time on Dash but only just installed on PPC and all works fine.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I tested it on my HTC TOUCH CRUISE WM6.1
Excellent
wow...thanks for the upload
SIM - more than one phone no.?
Hi,
does this software allow to have more than one phone number per contact on the SIM?
Thanks in advance.
usul73 said:
Hi,
does this software allow to have more than one phone number per contact on the SIM?
Thanks in advance.
Click to expand...
Click to collapse
I'm pretty sure what your asking is a restriction of sim not software as you can only save one no. per contact on SIM
Thanks Stylez! I loved using this in your 6.1 Black roms. Now I can add it to any 6.5 rom also.
i'm using "Dopod SIM Manager v1.0" and i want to know if it's support silent run and what are the parameters ( backup phone contacts in special)
What for? = i'm using "CT Scheduler Lite v1.5" and i want to schedule auto-backup
if anyone can help, it will be wonderful
thx in advance
EDIT: well... now i noticed that i have the same version like stylez
stylez said:
I'm pretty sure what your asking is a restriction of sim not software as you can only save one no. per contact on SIM
Click to expand...
Click to collapse
Yes u can, but default settings are to save only first number (Mobile Number);
go to Settings and check all records there to be sure that you'll not miss something when backup.
I just installed this on my diamond 2 T5353 as I can not work out how to access the sim manager in my new win 6.5 but it seems to have a minor problem in that the select all square is covered up by the instruction "press up or down or action key to select.
So I can not tick the select all box
F Murtz said:
I just installed this on my diamond 2 T5353 as I can not work out how to access the sim manager in my new win 6.5 but it seems to have a minor problem in that the select all square is covered up by the instruction "press up or down or action key to select.
So I can not tick the select all box
Click to expand...
Click to collapse
just press up several times to be sure that u're on top of the list (select all ... bla bla) and blind select that record (i guess that diamont have a non-touch key to select) ... then backup contacts
I can see a bit of the box but it is hidden by the instruction and I can not tick it.
If I could figure out how to access the phones sim manager instead of using dipod that would be better. The instruction to find sim manager in user manual for 6.1 does not work for 6.5.
I would like a user manual for htc diamond2 with 6.5 loaded.
can it be used on asus p320 wm 6.1 qvga device ?
i downloadede it but cant foind any setup file after uncompressing it..
khankll said:
can it be used on asus p320 wm 6.1 qvga device ?
i downloadede it but cant foind any setup file after uncompressing it..
Click to expand...
Click to collapse
you mean what applications..??
Hakim Rahman said:
you mean what applications..??
Click to expand...
Click to collapse
khankll said:
can it be used on asus p320 wm 6.1 qvga device ?
i downloadede it but cant foind any setup file after uncompressing it..
Click to expand...
Click to collapse
I know what you're looking for, try this
Cool app!!
sourabh1510 said:
Cool app!!
Click to expand...
Click to collapse
it would be cool if you've tried it myself
thanx 4 the apps
Hello friends, I've recently lost my HTC windows mobile phone, and along with it i've also lost all my phone contacts.
But i have a backup of my contact in my PC as a DSB file, I know that i could use the above said simbackup.cab file to restore my contacts, but the point is i don't have a windows phone to restore it.
Any help on restoring the contact in Windows - 7 Environment.
Thanks for the help in advance.
Warm Regards,

[2010/3/25] Evilash_Leo_Echo_WWE(WM6.1_21056/Sense2.5.2012) Fastest Leo for X1

******** I lived in opposite side of earth than you guys, so if you asked something I ma falling in sleep at that time. Please wait until I wake up for reply. *************
******** I can not write English fluently so I got help from other one to post English messages, so please understand which I can not reply time to time. *************
Hi, I'm evilash..
I can read English well, but can not write correctly.
***** You MUST need to softreset after flashing and configuration. ******
------------- Evilash_Leo_Echo_WWE(WM6.1_21056/Sense2.5.2012) -------------
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Korea Service provider use the specific rilphone.dll to handle the messaging system, so this DLL file make several problem outside of Korea. So I fixed this problem by replace the file.
I changed keyboard layout for WWE environment but I am not sure correct or not because I can not test with WWE Qwerty keyboard layout. Please someone test this and let me know about bug is fixed or not.
I am applyed theme like 'Arang's that one. I used several CAB files those are used by Arang however some part of theme are not found from web, so I try to make the similar one by myself.
For the top/bottom taskbar, it is fake. Just make the taskbar as transparency and make the background image contain the pretty taskbar image. However, it has the refresh problem when change to landscape mode, so I am excluded this feature.
Windows mobile 6.1 has fundamental problem with HTCScroll2.dll which is used by most of new packages(especially the LEO). So I used old version of Album package which is not depends on HTCScroll2.dll, therefore you can not use 'Social Networking' feature with this ROM.
THANKS :
Good-Ghost, PATATE, Kangun, Breez, Neo, Arang and ETC...
There are two types of ROM, one is Theme-applied and the other is normal one.
DOWNLOAD
Theme version
StartPDA.kr : Here
None theme version
StartPDA.kr : Here
-----------------------------OLD LOG ----------------------------------
It is simple description about my ROM.
* It use the HTC Sense 2.5 based on Windows Mobile 6.1(21056).
For remain the compatibility issue, I use the old version of packages.(Album, MediaToolkit, NotificationEnhancement...etc)
Twitter tab on HTC Sense work very well now - fixed by myself.
DocBrowser and FootPrint tabs are not included because these packages do not work normaly, and have some bugs.
For more detail... Just Do It...
This ROM use OEM from WWE stock, but I am not sure what is more work for you.
BTW, enjoy the game...
l love you!! ~~~~~~~~hehehehe
Thanks for good work..
It's extremely fast and stable in my case.
Above download link was not clear so I'm write down correct link again for others.
Working download link : Here
Thanks,
BG4All without speed lose.
BG4All without speed lose.
Sample Bubble backround by Arang (2xl.kr)
awesome! finally another wm6.1 with sense 2.5.. downloading right now..
Glad to see you here..^^
Some screen shot of your rom (not this rom but korean version)
a little modded by me
.........post
.........post
.........post2
.........post2
looks very nice!!
trying it out now!
looks promising.
trying out now.
looks so nice, lets give it a try, stability and speed first of all
just flashed it.. looks pretty good.
btw, is it possible to replace the Xpanel button with showcase http://forum.xda-developers.com/showthread.php?t=530564 instead of the usual task manager?
arang said:
Glad to see you here..^^
Some screen shot of your rom
a little modded by me
Click to expand...
Click to collapse
how can i have the rom like yours????
please tell me please.....yours really great....
woomg said:
Thanks for good work..
It's extremely fast and stable in my case.
Above download link was not clear so I'm write down correct link again for others.
Working download link : Here
Thanks,
Click to expand...
Click to collapse
I would like to try.
But, megaupload service is not available in my area.
Could anybody please upload it to other links?
Thanks in advance.
btw, what program launcher is this? can I rearrange the icons?
minglee said:
I would like to try.
But, megaupload service is not available in my area.
Could anybody please upload it to other links?
Thanks in advance.
Click to expand...
Click to collapse
here u go
http://hotfile.com/dl/34020061/11c1e64/evilash_leo_d.7z.html
when i receive text messages the screen lights up and says message from network , save or dismiss. how do i fix it such that the messages comes as the way it is supposed to come?
to2k said:
how can i have the rom like yours????
please tell me please.....yours really great....
Click to expand...
Click to collapse
same here ,really impressive
plz share your mods and english font used
btw,why not use manila 2012?
ok... in few days
i will write it arang's theme guide
zzilik said:
ok... in few days
i will write it arang's theme guide
Click to expand...
Click to collapse
any plan update 2012? I just heared 2012 faster than 2011(i am not sure)

[PRJ]XDANDROID Easy Installer v0.1

Overview
Code:
This is a project I am working on to simplify the installation of XDANDROID.
I have made a Windows Installer that does all of the work for you.
Builds can also be easily updated.
Changelog:
Code:
[B]04/04/2010[/B]
- First release
- DIAM500 only
- Latest XDANDROID Build
- Android Eclair
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
Downloads:
Code:
Latest Version: [URL="http://www.4shared.com/file/256956843/e8d1f7aa/AndroidInstallerDIAM500.html"]http://www.4shared.com/file/256956843/e8d1f7aa/AndroidInstallerDIAM500.html[/URL]
Tell me what you think
~moonscapex
wow this is a great idea!
Have you thought of putting the glossy themed build on it?
Didnt know there was one.
Could you post a link?
its on the hd thread. It actually works really nice and looks great. Just replace all the files except the zimage, rootfs , and modules.
http://forum.xda-developers.com/showthread.php?t=624808:)
can this be dl'ed directly to windows phone ? or does it have to go to pc ?
Right now it requires a pc. Im working on a CAB.. And thx for posing the themed version link.
woah woah woah... your telling me your gonna put all the latest updates of xdandroid into one simple place, make the installing easier (which was pretty easy to do already), and it's for the diam500?!
epic. absolutely epic.
cheers to you all!
I'm about to flash this rom + xdandroid on my diamond and noticed that you mention that android "builds can be easily updated" and was wondering what you ment by that. Will all my apps/settings remain or is it just easy to install the newer versions
I downloaded the program. In the Destination Folder dialog, I was unable to select the HTC Internal Storage folder--in fact I could not see the HTC device in the Browes button-only my logical drives. I'm using windows 7 and I could see the device in Windows Explorer.
mooring said:
I downloaded the program. In the Destination Folder dialog, I was unable to select the HTC Internal Storage folder--in fact I could not see the HTC device in the Browes button-only my logical drives. I'm using windows 7 and I could see the device in Windows Explorer.
Click to expand...
Click to collapse
Connect your phone in the 'Disk Drive' mode not 'ActiveSync' and then you'll be able to see the drive. This just places all the files then onto the root of the internal storage
Thx for helping him.
I'm actualky working on a different project, a Universal XDADEOID installer to work with all devices (DIAM500 is coming first). Ill post a link to the thread soon.
no problem sounds pretty cool... keep on truckin'
waterproof125 said:
Connect your phone in the 'Disk Drive' mode not 'ActiveSync' and then you'll be able to see the drive. This just places all the files then onto the root of the internal storage
Click to expand...
Click to collapse
Thanks for your help. I can now see the phone/drive, but not the Internal Storage folder/dirve... I see a set of folders including application data.
Where would I find how to get to the Internal Storage.
mooring said:
Thanks for your help. I can now see the phone/drive, but not the Internal Storage folder/dirve... I see a set of folders including application data.
Where would I find how to get to the Internal Storage.
Click to expand...
Click to collapse
Sorry for being such a newbie... I just selected the root of the "Removable Drive." the files copied there. Now just tyring to figure out what the next step is...
I got it installed last night; very cool!
I note that in the text messages, I can only see the last message received. I can't see any of the previous messages to a contact that I received or ones that I sent. However, in the View All Messages, there is a number in "()" that seems to indicate the total number of messages associated with the contact--just can't figure out how to get to them.
The keyboard has me baffeled. How do I get to the gray numbers/symbols above the regular key letter?
Finally, some of the message and mail screen fonts are quite small. Is there a way to zoom the screen, like rotating the around the "button?"
Thanks for your work on this and your patience with me.
mooring said:
Sorry for being such a newbie... I just selected the root of the "Removable Drive." the files copied there. Now just tyring to figure out what the next step is...
Click to expand...
Click to collapse
So yes that's the root folder so you have it all in the right place now all you have to do is run the 'haret.exe' this will start up android and the phone will take it from there (first boot will take a little bit). Also, personally, shutting off the wireless crashes my phone so if that happens to you just boot up android again skipping all of the initial setup steps.
I just installed this as well. It installed without a hitch. I'm migrating from the Touch and this seemed a little sluggish.
ByteWrencher
HTC DIAM500 ALLTEL
is this still being developed ? hope so
is this still being developed ? hope so
Click to expand...
Click to collapse
On the next release I might update this... Ive been focussing on my ROM.
Sent from my XDANDROID using the XDA mobile application powered by Tapatalk
Go ahaed,try it。my fan...........
I come from p.r.c. China

[BOOTSCREEN] [08/26/2010] Android peeing on Apple and smashing it with a baseball bat

Credits to bernard_photography who initially made the animations and a version for the CDMA Hero
This should work for any device on any ROM
I have not tested the WVGA version since I don't have a Desire or Nexus (or something like that) so please tell me if it fits with the screen
Help me spread this awsome bootscreen: Post it on the theme section for your device!
First screen
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Second screen
Instructions:
1. Boot your phone into recovery mode by holding the "home-" and "power" button
2. Go to your backup menu and select "NANDROID BACKUP"
3. Flash the .zip file that fits your resolution
4. (If anything goes wrong) Go to your backup menu and select "NANDROID RESTORE"
If you would ever like to restore the original boot screen flash your ROM .zip on top of this but remember if you've made other changes to your ROM they will disappear (themes etc.)
HVGA: for devices like HTC Hero with the screen resolution 320 x 480
WVGA: for devices like Nexus One with the screen resolution 480 x 800
wow!! man it's an honor to write the first reply
i'll try it on modaco 3.1 build 6 and feedback
h.boushi1987 said:
wow!! man it's an honor to write the first reply
i'll try it on modaco 3.1 build 6 and feedback
Click to expand...
Click to collapse
Sounds good
yep!!! it works on modaco 3.1 and look awsome thanks again
Bummer
Crapp I was making a android pee on apple...
Anyway GJ
Swiftwork said:
Crapp I was making a android pee on apple...
Anyway GJ
Click to expand...
Click to collapse
Well that's a shame but i didn't make the picture just made it work for GSM Hero And it's always nice with a little competition
This is Brilliant!!! Thanks very much!
Doesn't work on Villain 6.2 ( It doesn't change the bootscreen.
Morak75 said:
Doesn't work on Villain 6.2 ( It doesn't change the bootscreen.
Click to expand...
Click to collapse
Okay i'll add that in the description... It's because VillainROM has another bootscreen system with .png´s and this one is .gif... You can install it though but it's pretty complicated but if you have experience with the ADB stuff (which i don't) i can help you install it
It doesn't work on a htc Hero GSM with Legendroid
[ROM] [Android 2.1] Legendroid 1.0.1 Final, Legend 2.1 Port
http://forum.xda-developers.com/showthread.php?t=646684
ablivian said:
It doesn't work on a htc Hero GSM with Legendroid
[ROM] [Android 2.1] Legendroid 1.0.1 Final, Legend 2.1 Port
http://forum.xda-developers.com/showthread.php?t=646684
Click to expand...
Click to collapse
Okay thank you for feedback It really annoys me but i don't know how to make an update.zip for those ROMs:/
C0mpu13rFr34k said:
Okay thank you for feedback It really annoys me but i don't know how to make an update.zip for those ROMs:/
Click to expand...
Click to collapse
is metamorph an option?
i don't know anything about how to program.
a couple of days ago i tried to convert a theme but, i don't know anything about how it works, and i failed i hope that someone can help you to fix it because it's really cool
http://forum.xda-developers.com/showthread.php?t=648555
the boot from this worked fine, maybe there's a way to change the animations?
ablivian said:
is metamorph an option?
i don't know anything about how to program.
a couple of days ago i tried to convert a theme but, i don't know anything about how it works, and i failed i hope that someone can help you to fix it because it's really cool
http://forum.xda-developers.com/showthread.php?t=648555
the boot from this worked fine, maybe there's a way to change the animations?
Click to expand...
Click to collapse
I already found a way I just need to find something to cenvert .gif´s to multiple .png´s cause i don't wanna make all my images again. And MetaMorph i think uses the same and it would probably take a lot more work
Doesn't work on Chronos Rom (1.6). Hoping you can fix that
Hanness said:
Doesn't work on Chronos Rom (1.6). Hoping you can fix that
Click to expand...
Click to collapse
Im working on it
Should it be hard to do it with ADB ? I have not much experience, but maybe there is a guide for it ?
Hanness said:
Should it be hard to do it with ADB ? I have not much experience, but maybe there is a guide for it ?
Click to expand...
Click to collapse
I don't have much experience in ADB either but i'ts just deleting some files and adding mine though it's a bit harder with Cronos Droid 1.6 im still trying to figure it out... Im am so close yet so far away:/
Very poetic Good luck with the search for (ab)solution!
Hanness said:
Very poetic Good luck with the search for (ab)solution!
Click to expand...
Click to collapse
Thanks hopefully i'll find it today
does not work with official update.

Categories

Resources