The EASISET way to flash splash screens - HTC Sensation

I have personally confirmed this to be working on the original and updated firmware!! So no matter what you've done to your Sensation, this should work.
All this hooking up the phone to a computer to flash a new splash screen through fastboot or packing PM85IMG.zip files with a new splash is all WAY more complicated than this needs to be. I detailed this out in another splash screen thread but it's buried in the thread and I want people to be able to have easy access to this information.
You can keep various splash screens on the phone ready to be switched as the mood strikes you when you're out and about since almost 1 click access.
Here's what you do.
Creating a new Splash Screen...
First you have to make or get new splash screens. You can get them pre made all over this forum. If you make your own, convert them to img files using these instructions.
Now that you've got fancy splash screens to play with....
Create a directory on your SD Card called "splashscreens" (Or whatever you'd like to call it). This is just a place to store your splashes.
Put all of your *.IMG splash screen files there. Just be sure to name them descriptively since you won't be able to view them in img format. So if you have a splash screen of the Joker, call the file Joker.img and the splash screen of Batman as batman.img so you know which files are which. You get the idea.
Got that part? Great. You're halfway home. And you're all set up already for the next time too!
Flashing a new Splash Screen to your phone...
Now download an app call GScript from the market. It's free. All it is is basically a terminal emulator that saves scripts so you can run them off a menu instead of typing them out each time. (Brilliant, huh?!)
Save the following line as a script. Make sure it's EXACT.
dd if=/mnt/sdcard/splashscreens/custom.img of=/dev/block/mmcblk0p14
Be sure to check that this GScript script needs SU access. (There's a box to check)
Now run it, and it'll find that Joker.img that you renamed to custom.img in your splashscreen directory and flash it to the right place in the phone.
Want to use another image tomorrow? Just rename custom.img back to joker.img so you'll know what it is next time, rename the new image file to custom.img. Go back to GScript and click your saved splash screen flashing script and boom! New splash screen. Go you, you're more awesome than your friends!
If you type the script in right the first time, it's 100% idiot proof the next 1000 times.
Warnings...
Do NOT use this script on other devices. Another device will keep the splash screen in a different spot and you might flash your splash screen over top of something far more important. The method should work on at least most HTC devices, but the exact location will be different for most. For example it's blk16 on the MyTouch 4G.
The images for flashing still have to be properly formatted as 960x540 IMG files. You can use the other tools linked earlier in this post for that. This won't magically make any old 200x200 JPEG into an awesome splash screen.
If you botch it, it's not my fault. I literally just did this seconds ago and it works like a charm if you do it right.
And if this is still too much for you, look up BootFlash on the market. For 99 cents it apparently does everything for you. (But it's not nearly as nerdy!)

Here's a few I made to get you started.
I didn't create any of the elements in these images. I just mixed and matched existing elements I found online. (Though I did type "Who ya gonna call?" without even needing spell check!)
The embedded images are JPEG's because that's how Photobucket rolls. The attached ZIP file contains the BMP and IMG version of all 3 pictures so you can either convert them yourself or just flash them right away.
Batman
{
"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"
}
Superman
Ghostbusters

You are a little late, there is already a similar thread and bootflash pro from the market is really the best way to go to flash a new splash screen. Good work on the splash screens though!!

Skipjacks said:
Here's a few I made to get you started.
I didn't create any of the elements in these images. I just mixed and matched existing elements I found online. (Though I did type "Who ya gonna call?" without even needing spell check!)
The embedded images are JPEG's because that's how Photobucket rolls. The attached ZIP file contains the BMP and IMG version of all 3 pictures so you can either convert them yourself or just flash them right away.
Click to expand...
Click to collapse
Thanks Skipjack, i might look at this and see if you can copy from the pc to the phone with the same method,
then add that to my batch script if it works of course
akapaul26 said:
You are a little late, there is already a similar thread and bootflash pro from the market is really the best way to go to flash a new splash screen. Good work on the splash screens though!!
Click to expand...
Click to collapse
that's a little unfair, Skipjack had posted this method before but it hadn't been verified as working on this new FW, so credit to him for testing it. I am happy that there is this option and the one i have created, I am 100% for the free method though and will never use or recommend an app solution!

Technane said:
Thanks Skipjack, i might look at this and see if you can copy from the pc to the phone with the same method,
then add that to my batch script if it works of course
Click to expand...
Click to collapse
I've never tried that, so I'm just guessing....but I don't know why you wouldn't be able to. I think ADB gives you access to the mmc blocks. (I said I think, not I know)
If it does, this should work fine.
that's a little unfair, Skipjack had posted this method before but it hadn't been verified as working on this new FW, so credit to him for testing it. I am happy that there is this option and the one i have created, I am 100% for the free method though and will never use or recommend an app solution!
Click to expand...
Click to collapse
I figured I had just flashed the new firmware...had a fresh nandroid backup....and the FW PM58IMG file was still on the SD Card. If it screwed anything up I could just reflash the firmware again in 5 minutes and be no worse off for wear.
And yeah about the BootFlash app...it probably works great. But I don't like having apps write to the dark corners of my phone without knowing exactly how the app works. It just takes 1 thing to go wrong for the app to think it's running on a different phone and write the splash file to block 17 instead of 14 and suddenly you've got a splash screen where something more important used to be.
Plus, that app takes any image off your phone....sends it to a server somewhere and converts it to a properly sized IMG file and send it back and then flashes it. That's a lot going on....and a lot of steps where something could get botched. It probably works 99.999999999% of the time. You could probably use it for years and never have a problem. But for some people, like me who are control freaks, that's not good enough. I like knowing each step of the process and being able to see if each step works right. But that's me. If you want to try BootFlash, go for it! I'm sure it'll work fine. If you don't like giving up that kind of control, use my method. (I say 'my' loosely. I didn't invent this. I just ported it from the MyTouch 4G where other smart people created it and tested it on the Sensation.)

this really is the easiest way, i have always flashed my splash screens like this. tried a few of the tools and they are just too much work rather than just typing in the command.

Technane said:
Thanks Skipjack, i might look at this and see if you can copy from the pc to the phone with the same method,
then add that to my batch script if it works of course
that's a little unfair, Skipjack had posted this method before but it hadn't been verified as working on this new FW, so credit to him for testing it. I am happy that there is this option and the one i have created, I am 100% for the free method though and will never use or recommend an app solution!
Click to expand...
Click to collapse
I am also sure the app developer has worked pretty hard on his app too...
Skipjacks said:
I've never tried that, so I'm just guessing....but I don't know why you wouldn't be able to. I think ADB gives you access to the mmc blocks. (I said I think, not I know)
If it does, this should work fine.
I figured I had just flashed the new firmware...had a fresh nandroid backup....and the FW PM58IMG file was still on the SD Card. If it screwed anything up I could just reflash the firmware again in 5 minutes and be no worse off for wear.
And yeah about the BootFlash app...it probably works great. But I don't like having apps write to the dark corners of my phone without knowing exactly how the app works. It just takes 1 thing to go wrong for the app to think it's running on a different phone and write the splash file to block 17 instead of 14 and suddenly you've got a splash screen where something more important used to be.
Plus, that app takes any image off your phone....sends it to a server somewhere and converts it to a properly sized IMG file and send it back and then flashes it. That's a lot going on....and a lot of steps where something could get botched. It probably works 99.999999999% of the time. You could probably use it for years and never have a problem. But for some people, like me who are control freaks, that's not good enough. I like knowing each step of the process and being able to see if each step works right. But that's me. If you want to try BootFlash, go for it! I'm sure it'll work fine. If you don't like giving up that kind of control, use my method. (I say 'my' loosely. I didn't invent this. I just ported it from the MyTouch 4G where other smart people created it and tested it on the Sensation.)
Click to expand...
Click to collapse
Im not discounting your work, actually THANK YOU! Just throwing out other options.

akapaul26 said:
I am also sure the app developer has worked pretty hard on his app too...
Click to expand...
Click to collapse
I'm sure he has. And the developer might be a great programmer. It doesn't mean I'm willing to trust an app made by someone I know nothing about to write to my mmc blocks.
Even then, it's that the app is made for use with multiple devices that freaks me out. When the app gets updated, if the developer swaps the Sensation script to the MyTouch by accident and boom...you've flash to the wrong file.
For me, I wouldn't take that risk. But that's me. I'm a wuss like that.
I'm sure BootFlash works fine. This method is for people who prefer to do it themselves.

BootFlash Pro is the EASIEST way. Open app, choose picture, done.

TJD319 said:
BootFlash Pro is the EASIEST way. Open app, choose picture, done.
Click to expand...
Click to collapse
What if the server that runs that file conversion program is down?
Servers do go down. It happens.
You'll be stuck with the splash screen you have for minutes...maybe hours! Your friends will think you're a loser because you can't change your splash screen!!!! They will abandon you. You'll still have hope to meet a beautiful girl who will love and marry you....if only you introduce yourself by buying her a drink. But alas....you're $1 short of what you'd need to buy a drink so you'll never meet her and you will grow old and die alone! If only you hadn't spent that $1 on BootFlash because you didn't want to set up a simple local script.
Seriously though BootFlash is great. This is an alternative to that if you prefer to do things manually.

TJD319 said:
BootFlash Pro is the EASIEST way. Open app, choose picture, done.
Click to expand...
Click to collapse
...or AndroidFlasher.

S-Line said:
...or AndroidFlasher.
Click to expand...
Click to collapse
Android flasher screwed me up one time. Something didnt go smoothly and my rom got all funky. I had to revert to a backup.
That sort of thing can happen easily with these "flash anything" apps.
Sent from my Sensation using XDA App

Always good to have easy options, thanks.
Alao, can your command be entered via Terminal Emulator after su?

galaxys said:
Always good to have easy options, thanks.
Alao, can your command be entered via Terminal Emulator after su?
Click to expand...
Click to collapse
Yes. All GScript is is a terminal emulator clone that saves scripts.
Everything works exactly the same if you typr it into terminal emulator
But you deffinately needto su first
Sent from my Sensation using XDA App

Great! Works like a charm! I was lazy and bought BootFlash Pro, and it didn't work. Considering the time wasted playin' in Photoshop for a while to get that awesome image, the additional nbimg step to make it work is not that much of a trouble. I used Android Tuner Free instead of Gscript, so any program that can save scripts is fine. BUMP4thegreatergood! Thank you!

Boot flash free or pro doesn't work on gs4 i595 Verizon
Sent from my SCH-I545 using Tapatalk 2

pchpoochie said:
Boot flash free or pro doesn't work on gs4 i595 Verizon
Sent from my SCH-I545 using Tapatalk 2
Click to expand...
Click to collapse
i think it is only for sensation devices

NICE!!!
I just loaded the splash.img, in the attachment (i found it somwhere on the forum and converted it), by your instructions in teh guide... it works gr8.
I actualy couldn't do it with standard Terminal emulator. I did it with GScript. I had some doubts as the GScript force closes after some test sctipt runs... and when i inserted the command from the duide it also FC-ed but it loaded the Splash.img succesfully. :victory:
Thank you.

Anyone tested wih S-ON? Does the hboot accept the new img?
Sent From http://technolies.blogspot.com

Mark376 said:
Anyone tested wih S-ON? Does the hboot accept the new img?
Sent From http://technolies.blogspot.com
Click to expand...
Click to collapse
As far as I know only with S-OFF you can change splash screens
Sent from my HTC Sensation Z710e using xda premium

Related

[Boot Animation] @SnakeBiteZZ bootanimations

OK here they are people I've been playing around with some boot animations and have found some pretty neat ones trying to see if you like them sorry for this kind of lame set-up first post on any forum and will learn how to add pictures and whatnot later
AS USUAL I NOR ANY OTHER MOD'S OR DEV'S IN THESE FORUMS ARE NOT RESPONSIBLE FOR YOUR PHONE BEING DAMAGED IN ANY WAY "WE DID NOT FORCE YOU IN ANY SHAPE OR FORM TO MODIFY YOUR PHONE"
Ok fisrt I will direct you to a post by another person/s who have made it possible for random boot animations follow their instructions very closely particularly the 3rd post or so http://forum.xda-developers.com/showthread.php?t=641189
1)first we have my "attempting to give a damn" loading windows pop-up*
{
"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"
}
http://www.4shared.com/file/235445883/20a83e3c/attemptv2bootanimation.html
2)#craned|K as an inside joke from @wootroot and a few others on the tiny chat that night*
http://www.4shared.com/file/235449767/f8cc2f2e/cranedickbootanimation.html
3)A cute asian female winking *
http://www.4shared.com/file/235451760/9e7cbbd2/cutegirlbootanimation.html
4)for the lovely miss @kaylamarie88 is "i'm a banana"*
http://www.4shared.com/file/235449607/af54e29f/bananabootanimation.html
5)haha a funny one since I still own my nokia "viagra connection"*
http://www.4shared.com/file/235452831/8de597d2/viagrabootanimation.html
6)"wizard dual"*
http://www.4shared.com/file/235452001/a8db95a9/fantasywizardbootanimation.html
7)a demon w/flames*
http://www.4shared.com/file/235451895/62d214af/demonbootanimation.html
8)poor sadam lol this one was pretty funny when i first saw it sadam hussein riding away from the US tanks*
http://www.4shared.com/file/235452200/dc587151/husseinbootanimation.html
9)a very simple but smooth "dragon globe"*
http://www.4shared.com/file/235451967/a86037b/Dragonglobebootanimation.html
10)AND LAST BUT NOT LEAST for Mr. @cyanogen himself i found this and about fell outta my seat "purple bacon"*
http://www.4shared.com/file/235452210/c5434010/purplebaconbootanimation.html
ok these are merely test and once informed how to post pictures on here will add pictures til then I apologize also feel free to use my work just please at least credit back here if you have a special request for a boot animation
feel free to hit me up on twitter @snakebitezz and also my blog is at http://snakebitezz.blogspot.com so drop a line i will add a post to allow for custom boot requests
for safety reasons I would only suggest pushing this to /data/local and renaming it to just "bootanimation.zip as with cyanogen mod it looks here first if you havent used the above script
Thank you for your time and always safe moding people
@SnakeBiteZZ
_________________________________________________________________
* = with recent "credit due issues in the community lately I am hereby notifing everyone that I merely made these images into a working boot animation and did not create the original images
reserved
reserved idk just wanna be cool
fixed the picture viewing issue and do note that the speed of these images do not reflect on actual booting animation
useless thread without pics. Nobody will bother installing all your boots if you dont supply pics. Think about who will even bother testing them all and finding they are all ugly as hell?
theres a pic button you press and just insert URL.
DELETE this
Pictures don't work for me either... woulda tried them but I don't feel like booting my phone that many times just to see what each looks like
snakebitezz said:
actually got them posted sir unless they are working for you cuz they work for me
Click to expand...
Click to collapse
They show as broken images. If I right click and click Open Image in New Tab it says
"Invalid Attachment specified. If you followed a valid link, please notify the administrator"
m00moo said:
useless thread without pics. Nobody will bother installing all your boots if you dont supply pics. Think about who will even bother testing them all and finding they are all ugly as hell?
theres a pic button you press and just insert URL.
Click to expand...
Click to collapse
you know, if you wernt such a **** and learned how a bootanimation worked youd realize that its a series of pngs stored in folders within a zip, played in sequence as described by a text file
simply open the zip, look at the pngs and voila, you now know if you would like it or not, dont be so lazy
with that said, snake i havn't look at these bootanimations, nor can i see the images, but if you email me the images ill upload them to my server and give you the proper tags to use to place the images in here
as for anyone else who would rather come in here and wine that there are no pictures in this post, you are not forced to use these boot animations, you are not forced to give a damn, therfor you are not forced to come in here
</rant>
wootroot said:
you know, if you wernt such a **** and learned how a bootanimation worked youd realize that its a series of pngs stored in folders within a zip, played in sequence as described by a text file
simply open the zip, look at the pngs and voila, you now know if you would like it or not, dont be so lazy
with that said, snake i havn't look at these bootanimations, nor can i see the images, but if you email me the images ill upload them to my server and give you the proper tags to use to place the images in here
as for anyone else who would rather come in here and wine that there are no pictures in this post, you are not forced to use these boot animations, you are not forced to give a damn, therfor you are not forced to come in here
</rant>
Click to expand...
Click to collapse
Haha!!! Got them all set to random. I even downloaded with no pics...living on the edge here. Saddam came on first...LMAO! Thanks for these.
@ Snake: You're cool even without the reserved space.
overground said:
Haha!!! Got them all set to random. I even downloaded with no pics...living on the edge here. Saddam came on first...LMAO! Thanks for these.
Click to expand...
Click to collapse
take a vid of some if youve got access to a camera, if they are that funny im sure others would be interested in seeing them as well
wootroot said:
take a vid of some if youve got access to a camera, if they are that funny im sure others would be interested in seeing them as well
Click to expand...
Click to collapse
@ work right now, but as you said...people can just open 'em up and see what's in them. BTW...still using your boobies animations too. Never gets old.
Nevermind...gotta resize .bmp's
overground said:
Nevermind...gotta resize .bmp's
Click to expand...
Click to collapse
actually all you have to really do is learn the picture w/h and keep that ratio only because if you go too crazy it will strech the pictures out and look bad
example in the desc.txt
is something like [124 130p 0 0part0] all you would need to do is edit the "124 130" portion as long as you kept the ratio within their respectable resolution they wont get blurred.. and dont ask me ratio's lol i dont do math lol 1+3=13 lol
snakebitezz said:
actually all you have to really do is learn the picture w/h and keep that ratio only because if you go too crazy it will strech the pictures out and look bad
example in the desc.txt
is something like [124 130p 0 0part0] all you would need to do is edit the "124 130" portion as long as you kept the ratio within their respectable resolution they wont get blurred.. and dont ask me ratio's lol i dont do math lol 1+3=13 lol
Click to expand...
Click to collapse
Lol...thanks for that, but not what I was trying to do. Just trying to post a .bmp from each zip so people could see, but they're too big for xda. Then I figured people can just d/l the things themselves. Fk 'em
EDIT: I see you've done a good job with the first post....nice!
I wonder if some of them would work on cdma hero ?
wootroot said:
you know, if you wernt such a **** and learned how a bootanimation worked youd realize that its a series of pngs stored in folders within a zip, played in sequence as described by a text file
simply open the zip, look at the pngs and voila, you now know if you would like it or not, dont be so lazy
with that said, snake i havn't look at these bootanimations, nor can i see the images, but if you email me the images ill upload them to my server and give you the proper tags to use to place the images in here
as for anyone else who would rather come in here and wine that there are no pictures in this post, you are not forced to use these boot animations, you are not forced to give a damn, therfor you are not forced to come in here
</rant>
Click to expand...
Click to collapse
lmfao seriously dude. What are you now teaching me a lesson? its common ****ing sense to upload pictures with a thread like this and allow the forum members to see what they are downloading and installing. To expect 100's or 1000's of members to download the 7 or 8 zips and look through them to decide is a complete waste of bandwidth, I guess your the selfish type who doesnt think about stuff like that? your to busy being a whiney lil *****, but I do completely understand if your on a period or some **** but to rant about something that is common ****ing sense then you are a complete dumbass.
Learn to look at things in the larger picture before you comment next time.
wootroot said:
you know, if you wernt such a **** and learned how a bootanimation worked youd realize that its a series of pngs stored in folders within a zip, played in sequence as described by a text file
simply open the zip, look at the pngs and voila, you now know if you would like it or not, dont be so lazy
with that said, snake i havn't look at these bootanimations, nor can i see the images, but if you email me the images ill upload them to my server and give you the proper tags to use to place the images in here
as for anyone else who would rather come in here and wine that there are no pictures in this post, you are not forced to use these boot animations, you are not forced to give a damn, therfor you are not forced to come in here
</rant>
Click to expand...
Click to collapse
m00moo said:
lmfao seriously dude. What are you now teaching me a lesson? its common ****ing sense to upload pictures with a thread like this and allow the forum members to see what they are downloading and installing. To expect 100's or 1000's of members to download the 7 or 8 zips and look through them to decide is a complete waste of bandwidth, I guess your the selfish type who doesnt think about stuff like that? your to busy being a whiney lil *****, but I do completely understand if your on a period or some **** but to rant about something that is common ****ing sense then you are a complete dumbass.
Learn to look at things in the larger picture before you comment next time.
Click to expand...
Click to collapse
No offense to either of you but you are both a bunch of ratards! Haven't you ever heard, arguing online is like running in the special olympics?? Even if you win, you are still retarded. Lol But seriously, you 2 are taking more away from the OP than his lack of pictures to begin with. If you still wanna argue with eachother, there's always private messages.
On to the OP's images... not my cup of tea but that sadam one is kinda hilarious! Haha
m00moo said:
lmfao seriously dude. What are you now teaching me a lesson? its common ****ing sense to upload pictures with a thread like this and allow the forum members to see what they are downloading and installing. To expect 100's or 1000's of members to download the 7 or 8 zips and look through them to decide is a complete waste of bandwidth, I guess your the selfish type who doesnt think about stuff like that? your to busy being a whiney lil *****, but I do completely understand if your on a period or some **** but to rant about something that is common ****ing sense then you are a complete dumbass.
Learn to look at things in the larger picture before you comment next time.
Click to expand...
Click to collapse
I dont expect you, 100's or even 1000's to download anything. It is a choice you can make on your own. If you dont want to download something because there isnt a picture, then thats your choice. There is no need to be a complete **** to someone who took the time to make several bootanimations. He made these for himself mainly, and decided to post them here to share with everyone else. Once again, if not having a picture stops you from downloading, by all means dont download it. But please do not go and flame a OP for sharing some of his own work with the community.
Your over use of curse words as well as half wit insults hardly earn you any respect in a thread, hows that for a lesson?
Lol arguing? no ones arguing. i made a comment to the OP and woot thought he was a smartypants because he knows how to work a boot .zip
im simply defending my OP, stating its common sense and all the better for bandwidth etc.
@woot
when did i flame him? lol did i call him a **** like you decided to call me? i simply commented in regards to his post, and regards to him asking how to post pictures.
and about me using curse words dont earn me respect, what are u even talking about since u decided to call me a lazy ****? maybe learn to read as i didnt flame no one and u over stepped the line.
THank you @overground
LuisPotato said:
I wonder if some of them would work on cdma hero ?
Click to expand...
Click to collapse
hey buddy as far as i know this is only compatible with stock/cyanogen roms the hero/htc roms use a different format which I plan to play and address here in a few days or so, so check back
AAANNNNDDD seriously the first person to bad mouth me needs to learn to read as I had posted earlier key words *if you read* you would have seen I was unfamiliar with posting pictures but since it is now fixed please either try them or leave I dont want trash talk ruining my thread like many other threads
Thank you have a nice day
funny boot animations...haha..thanks for the upload!
That Asian gal is unbelievable cute btw...

Problems loading ADW template in to Eclipse

I really need some help. I'm reading how to create one of these themes and I'm hitting a wall. The directions I have say to open Eclipse and click new android project. Well, it's not there. So I went to file, then new, and I find Android. So I click that. The next step I have says to load the template in to Eclipse I'm supposed to select "Project from existing source" and select the theme template dir. I do that and then it says click finish. Well the finish button is greyed out. I can't push it. What am I doing wrong?
abadasstanker69 said:
I really need some help. I'm reading how to create one of these themes and I'm hitting a wall. The directions I have say to open Eclipse and click new android project. Well, it's not there. So I went to file, then new, and I find Android. So I click that. The next step I have says to load the template in to Eclipse I'm supposed to select "Project from existing source" and select the theme template dir. I do that and then it says click finish. Well the finish button is greyed out. I can't push it. What am I doing wrong?
Click to expand...
Click to collapse
I haven't seen the existing code for this adw theme, but do you have the android eclipse plugin installed? It seems that if you don't have the android project option you don't have the android development plugin.
How to install ADT for eclipse
ASimmons said:
I haven't seen the existing code for this adw theme, but do you have the android eclipse plugin installed? It seems that if you don't have the android project option you don't have the android development plugin.
How to install ADT for eclipse
Click to expand...
Click to collapse
Here are the directions I'm following. http://code.google.com/p/adw-launcher-android/wiki/CompleteGuideToADW
I don't get the android option. Here's the picture
{
"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"
}
If I click file new and then click other I get this...
Now I'm assuming I'm on the right track right?
Well then I go to open the theme template and it won't let me open it. The finish button is greyed out and not selectable.
Am I missing something here?? I may have screwed a step up but, for the life of me, I can't figure out where.
Ok so your doing it correctly you just don't have any installed packages to work from. Notice that when you go to make a new android project that you have no available targets in the build target list. You'll need to open the AVD manager in eclipse and then click on the Installed packages and download everything in there, this will give you the android api's in version from 1.6 to 2.2 (its been a while). This will give you target packages to work with for the theme, since its from existing source its should choose 1.6 as the target (that what it did for me).
Heres the screen for where the avd manager is in eclipse. and next is the avd manager packages screen.
ASimmons said:
Ok so your doing it correctly you just don't have any installed packages to work from. Notice that when you go to make a new android project that you have no available targets in the build target list. You'll need to open the AVD manager in eclipse and then click on the Installed packages and download everything in there, this will give you the android api's in version from 1.6 to 2.2 (its been a while). This will give you target packages to work with for the theme, since its from existing source its should choose 1.6 as the target (that what it did for me).
Heres the screen for where the avd manager is in eclipse. and next is the avd manager packages screen.
Click to expand...
Click to collapse
Dang it! I was hoping I wouldn't have to install them ALL! D: I only had the 2.2 since I'm using aosp. I guess I'm understanding the numbers wrong. So I need them ALL?? Thanks for the help man
Sent from my HERO200 using XDA App
abadasstanker69 said:
Dang it! I was hoping I wouldn't have to install them ALL! D: I only had the 2.2 since I'm using aosp. I guess I'm understanding the numbers wrong. So I need them ALL?? Thanks for the help man
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
technically you don't but its good practice. If you develop an app you should be concerned with more than just 2.2. To me it looks like you don't have any packages go ahead and install all of them and the optional packages also, they don't take up alot of run and you get more development options.
I love eclipse, amazing what it can do or be leveraged todo. Been using it for almost 7 years.
What was the point in installing the emulator for android? It's cool that I can have a virtual android phone on my pc but is there a point? Do I load the theme in the virtual phone to test functionality before trying it on my phone? Also, how to go about theming the framework? I got the directions for adw but I haven't been able to locate directions for the system.. thanks again bro
Sent from my HERO200 using XDA App
abadasstanker69 said:
What was the point in installing the emulator for android? It's cool that I can have a virtual android phone on my pc but is there a point? Do I load the theme in the virtual phone to test functionality before trying it on my phone? Also, how to go about theming the framework? I got the directions for adw but I haven't been able to locate directions for the system.. thanks again bro
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
Well the emulator can be used to load a program that your developing, and since you can make a bunch you can theoretically make one fore every type of phone out so your app can be tested on different resolutions and across different frameworks.
You can load the framework-res into eclipse but I can tell you its not for a beginner, since you basically have to do it from decompiled source and it's a little tricky. I would suggest just d/l and working from the source (cm6) and compiling that, google doesn't support compile on a windows box but it can be done with some tinkering (cygwin, github). But again that is probably not the easiest way to go about learning android. I would look at the sample apps they have a bunch for each android version (clocks, snake games...) and this will give you a good starting point to then go on to bigger stuff.
Thanks man. I can't tell you how much I appreciate the help. Am I pursuing a good project as a beginner by trying to theme adw? I design video games and I'm just kinda interested in learning android slowly on my own. Looking at the speed that android has grown, I think that in order to stay on top I should learn it soon. I can see within the next 5 years there will be games like cod on an all in one device running an android os of some sort and I'd like to get a jump on that now while there's not a market for it.
Sent from my HERO200 using XDA App
abadasstanker69 said:
Thanks man. I can't tell you how much I appreciate the help. Am I pursuing a good project as a beginner by trying to theme adw? I design video games and I'm just kinda interested in learning android slowly on my own. Looking at the speed that android has grown, I think that in order to stay on top I should learn it soon. I can see within the next 5 years there will be games like cod on an all in one device running an android os of some sort and I'd like to get a jump on that now while there's not a market for it.
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
Lol sorry for the beginner comment just meant that this is a good place to start. I agree but I imagine it to be more like 2 years before we see stuff like that.
ASimmons said:
Lol sorry for the beginner comment just meant that this is a good place to start. I agree but I imagine it to be more like 2 years before we see stuff like that.
Click to expand...
Click to collapse
No need to apologize! That's exactly what I am. XD the problem with the system at the moment for really intense games like moh or god of war coming to android is the hardware. I think if we can get something like an ipad with a detachable bluetooth headset built in to the phone then people would be more willing to use it. The problem for now is convenience versus functionality. To have a system we can play games on you need a screen the size of an ipad but that's not easy to stick in your pocket or use as a phone. That's why I said 5 years. I hope it's 5 years! I got some serious work to do if it's 2!!
Sent from my HERO200 using XDA App
i dont know how far off it is, i mean sony's next PSP is likely android based if that happens the sky is the limit, it will def show that games for phones dont need to be about shooting pigs with birds
thoughtlesskyle said:
i dont know how far off it is, i mean sony's next PSP is likely android based if that happens the sky is the limit, it will def show that games for phones dont need to be about shooting pigs with birds
Click to expand...
Click to collapse
Where did you see that?? And don't hate on angry birds
Sent from my HERO200 using XDA App
abadasstanker69 said:
Where did you see that?? And don't hate on angry birds
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
its not that i hate on angry birds, rovio just made me angry when they said that its android fragmentation that is causing the problems as to why it doesn't play right on some phones, when even our phone has the specs of an ipod touch from a year or 2 ago that can run it just fine.
and engadget has been talking about it a bunch and there have been some leaked pictures, let me link you to some stuff
http://www.engadget.com/2010/12/01/playstation-phone-espied-in-greece-said-to-have-gingerbread-and/
http://www.engadget.com/2010/11/21/sony-ericsson-ceo-suggests-february-reveal-perhaps-the-playstat/
http://www.engadget.com/2010/09/20/sonys-playstation-division-looking-for-engineers-with-android-d/
http://www.engadget.com/2010/10/27/the-playstation-phone-is-still-real/
there is a bunch more info out there on it but this is the stuff i could grab fast
I thought that was fake. Lol well that's awesome. If it's gonna be developed by sony we won't have to port it. Sony will. Awesome. I still think I should learn android's ins and outs just to be on the safe side
Sent from my HERO200 using XDA App

[Port][ROM][Aug. 25] iHero v0.2 (2.3.2)

Are you a fan of the iOS look, but the functionality of Android? Then this is the ROM for you! As far as I currently know, everything on this ROM works except the top LED.
This is a port of tazzpatriot's iTazz ROM from the HTC Droid Eris found here: http://forum.xda-developers.com/showthread.php?t=1230185
Original credit goes to JieeHD for the original ROM from the GSM Hero/G2 Touch found here: http://forum.xda-developers.com/showthread.php?t=1229457
Installation instructions:
1) Download ROM below.
2) Nandroid (optional)
3) Wipe data, cache, boot and system. (Recommended)
4) Flash and reboot.
5) Select Market, sign in with your account, and select accept.
5) If your Market doesn't work, go to Settings, Applications, Manage Applications and wipe cache and data for Market.
6) Select Market and hit accept again and your Market should be working.
Download: http://www.multiupload.com/YWGY4MX2GG or http://dev-host.org/qeghtlmsyiaz/iHero-v0.2.zip
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"
}
Download (v0.1): http://www.multiupload.com/PISZV7GJMH or http://db.tt/k70NqIb
Working:
-Camera
-WiFi
-Sound
-Data
-Text
-Calls
-Account (Google)
-Market (Hit & Miss)
-Superuser
-USB storage mouting
Not Working:
-Top LED
Changelog:
Aug. 25, 2011:
-Updated English translations
Aug. 24, 2011:
-Initial release
loading up now, glad my 4 day insomnia streak hadnt ended, i woulda missed this
edit : boots up fine, wifi is working for me
edit 2: i know its 1st release so i didnt expect all translations to be done, but it is running on my hero, just very slow at this point, dunno if its just my phone or what, been up and running for about 15 minutes, still going slow. using default kernel. gonna try a clean install of recovery, massive wiping, see if that helps
whoa? new rom..? man just flashed cm7 nightly =P
xfrobex said:
loading up now, glad my 4 day insomnia streak hadnt ended, i woulda missed this
edit : boots up fine, wifi is working for me
Click to expand...
Click to collapse
Alright. Thanks for the confirmation. And now you can catch up on your sleep without a worry of missing a ROM.
Majin101 said:
whoa? new rom..? man just flashed cm7 nightly =P
Click to expand...
Click to collapse
Haha yeah. I'll do some more testing and whatnot in the morning because I need a confirmed fully functioning ROM for now.
dastin1015 said:
Haha yeah. I'll do some more testing and whatnot in the morning because I need a confirmed fully functioning ROM for now.
Click to expand...
Click to collapse
texting works, im just not too smooth understanding the language, im a stoopid american. got a force close on the phone call test, will wipe all like 5 times each and re-install. i cant sleep anyways, so thanks again for giving me something productive to do. =)
edit : after wiping all 3 times each, phone seems to run a lot faster, this rom loads very quick, even on the 2.6.29 kernel. phone call test works as well, incoming & outgoing tested. no leds, as u stated, ill look around and see what i can do about that
Just make sure to wipe all 3 times before installing the rom.
xfrobex said:
texting works, im just not too smooth understanding the language, im a stoopid american. got a force close on the phone call test, will wipe all like 5 times each and re-install. i cant sleep anyways, so thanks again for giving me something productive to do. =)
Click to expand...
Click to collapse
No problem haha. I may get the help of my Chinese friend for translations if I can figure out how to translate. My call was fine, but I called my voicemail so idk for sure. This is a little slow I noticed, I'll play around with things and see how I can figure stuff out.
dastin1015 said:
No problem haha. I may get the help of my Chinese friend for translations if I can figure out how to translate. My call was fine, but I called my voicemail so idk for sure. This is a little slow I noticed, I'll play around with things and see how I can figure stuff out.
Click to expand...
Click to collapse
i called a home line, then called in from the same home line.
oh yeah, the led works when screen is off, not on
edit 2 : market seems messed up, tried on wifi and 3g, cant find apps, tried to load from android market website, says an app i always use isnt compatible with my phone? idk
Gonna load this bad boy up first thing in the morning before class to give it a good testing lol will let ya know how she works for me bro..much love on the port!!!
xfrobex said:
i called a home line, then called in from the same home line.
oh yeah, the led works when screen is off, not on
edit 2 : market seems messed up, tried on wifi and 3g, cant find apps, tried to load from android market website, says an app i always use isnt compatible with my phone? idk
Click to expand...
Click to collapse
My Market was working and I installed Titanium Backup just fine
dastin1015 said:
My Market was working and I installed Titanium Backup just fine
Click to expand...
Click to collapse
mine will only allow me to search for books, anytime i search the market thats the only results i get. when i check top free or top paid apps, it only is showing me 2 of them, and they are actually games? lolidkwtfimdoing
I think I will give it a shot I assume that nav is working
Sent from my HERO200 using XDA App
xfrobex said:
mine will only allow me to search for books, anytime i search the market thats the only results i get. when i check top free or top paid apps, it only is showing me 2 of them, and they are actually games? lolidkwtfimdoing
Click to expand...
Click to collapse
Hmm. Interesting. Can you tell me your flashing procedure?
Sent from my HTC Hero making C.R.E.A.M.
I apologize to be the hater here, but iAnything = laaaaameness.... sense all the way. props for puttin' something new out tho bro! hope the iHaveAndroidButLikeSuperSimplicity-Heads like it. Keep it up peeps!
MassStash said:
I apologize to be the hater here, but iAnything = laaaaameness.... sense all the way. props for puttin' something new out tho bro! hope the iHaveAndroidButLikeSuperSimplicity-Heads like it. Keep it up peeps!
Click to expand...
Click to collapse
Haha I prefer Sense and AOSP as well, but there were some requests and I was glad to help and keep our device alive
Sent from my HTC Hero making C.R.E.A.M.
well i am trying to load it all over again, i wiped it raw this time, painful burning wipes now, lol. hopefully this will get it working, my market was all types of f'd up
nope, still aint working 4 me. even after all the wipes and all, the market will only show me book section. the apps and games sections show absolutely nothing now. idk, i think maybe being that i havent slept in like 4 or 5 days im messing up somewhere. ok, now im not on crack or nothing, but i did a battery pull, and pressed the power button, it loaded immediately. i completely pulled the battery, too. now i got a triangle icon next to the battery???
dastin1015 said:
Hmm. Interesting. Can you tell me your flashing procedure?
Sent from my HTC Hero making C.R.E.A.M.
Click to expand...
Click to collapse
1st time, went into cwm 2.5.0.7 and went into mounts and formatted system, data, cache, boot 3 times each and then went and wiped dalvik 2 times, rebooted recovery, flashed rom. market would show 2 results under apps, both were games
2nd time, used calkulins format all zip 5 times, wiped dalvik 3 times, rebooted recovery, flashed rom. market will only show book results, apps and games is completely blank.
should i flash gapps or no? i didnt think it was necessary since market was already on the phone
also, not using FR or any scripts
Are you signing in with your Google account? You have to select the Talk app and then add your account. I'll add that to instructions tomorrow.
Sent from my HTC Hero making C.R.E.A.M.

voice during boot

I would like my phone to say my name and tell me the current temp outside. I have two weather apps which rhe program or acript can look at to get weather...
asomething along the line like how the rom devs has the lady talk while downloading rom to phone useing cwm. Just instead of saying downloading, say the current temp in my area.
ive searched and found no app or no way to do this. if theres not a way can someone point me to a
good xml guide so i cam write my own script...im decent in html so think ill be able to pick up xml. thanks.
xxprincecjxx said:
I would like my phone to say my name and tell me the current temp outside. I have two weather apps which rhe program or acript can look at to get weather...
asomething along the line like how the rom devs has the lady talk while downloading rom to phone useing cwm. Just instead of saying downloading, say the current temp in my area.
ive searched and found no app or no way to do this. if theres not a way can someone point me to a
good xml guide so i cam write my own script...im decent in html so think ill be able to pick up xml. thanks.
Click to expand...
Click to collapse
I may be wrong but I believe that all occurs in the boot loaders which means the OS is not loaded. If it's still in the boot loader process then the kernel modules necessary to access certain functions of the hardware (GPS, modem, etc.) are not loaded yet. That would prevent access to the network. A qualified dev might have to speak to it, though, as I might be off-base.
There is a thread in the themes and apps section to flash linda on your phone. Like Raver previously had on VB. You may start there and try replacing the sound files.
lumin30 said:
There is a thread in the themes and apps section to flash linda on your phone. Like Raver previously had on VB. You may start there and try replacing the sound files.
Click to expand...
Click to collapse
Reread his request. He is asking for something not possible.
During boot your phone is loading the necessary radios and files. The project Linda stuff is preloaded with commands that trigger preloaded sounds. That is not realitime just tirggered by certain scripts running.
If you want it to announce each time you unlock that is another animal. IIRC there are several apps that do similar might search the market via a pc so they arent filtered on your phone.
Dear god eollie. I dread opening a thread and finding your commentary after something I post. I hate the thought of hurting your feelings and owing the community an apology.
during boot wont happen... As the phone doesnt have acccess to the network tell after the firmware is loaded...
boot process = Init
Linda the lady you hear during the conversion process is just prebuilt audio files into the voodoo inframats... Haveing the phone beable to tell you your name time and temp outside of the actuall operation of the device isnt going to happen.. Especally sence during boot its intalizing the stuff needed.
that would be like having your laptop check your bank info before you even boot into the os....
lumin30 said:
Dear god eollie. I dread opening a thread and finding your commentary after something I post. I hate the thought of hurting your feelings and owing the community an apology.
Click to expand...
Click to collapse
...
What the hell are you talking about?
All I said was reread his request. I think you misunderstood him...good god man. To think I just sent you a apology via pm for my initial reactions to you. Seriously stop thinking Im picking on you. You offered something that as confirmed by raver ISNT POSSBILE.
lumin30 said:
You may start there and try replacing the sound files.
Click to expand...
Click to collapse
eollie - you can't possibly get as upset as you sound in so many of your posts can you?
lumin30 said:
eollie - you can't possibly get as upset as you sound in so many of your posts can you?
Click to expand...
Click to collapse
Ok heres the dealio, that is giving hope to something not possible. Just simply not possible. Its like pretrolling him into posting thats not what he wants..then smacking him with a android nerf bat saying dummy.
No written expression is/does get taken out of context. Kinda like your initial post to me. Im still trying to figure out how I implied you owed anybody a apology or anything tho. /shrug
back on topic....
xxprincecjxx as raver stated its not possible on boot up. But I do know I seen apps that would do similar on unlock. Im lazy and not going to search. But use a pc browser and search android market it will show unfiltered results. Then you might be able to contact the dev if its not available for the SGS4G.
thanks
thanks for all the replys...
so what i gather is that its impossible to get linda to voice the weather because the nwtqoek hasn't loaded yet. However it seems possible to change the preloaded audio files which linda loooks at. hmmm it may be possible to say a symbolic constant (something static) like a name or a phrase during boot. i believe it comes down to the commands which r read during boot.
sorry but now i have another ?
How would i change pre loaded audio files to my own custom one. is it possible to do or is it burnt into rom? im off to read about linda and pre loaded audio files and what cmds are read at boot.
agian...
thx for all the info...very helpful
eollie said:
..then smacking him with a android nerf bat saying dummy.
Click to expand...
Click to collapse
Hmmmm..... Can I virtually smack you with an android nerf bat
xxprincecjxx said:
thanks for all the replys...
so what i gather is that its impossible to get linda to voice the weather because the nwtqoek hasn't loaded yet. However it seems possible to change the preloaded audio files which linda loooks at. hmmm it may be possible to say a symbolic constant (something static) like a name or a phrase during boot. i believe it comes down to the commands which r read during boot.
sorry but now i have another ?
How would i change pre loaded audio files to my own custom one. is it possible to do or is it burnt into rom? im off to read about linda and pre loaded audio files and what cmds are read at boot.
agian...
thx for all the info...very helpful
Click to expand...
Click to collapse
If you wanted to change the boot sound you can do that to have it say your name.
The link lumin posted has a zip file that you can extract and push the files to the respective folders. In theroy you could replace the files with whatever you wanted as long as you rename then to whats there currently and rezip it.
lumin30 said:
Hmmmm..... Can I virtually smack you with an android nerf bat
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1494423 that question would be better asked there
eollie said:
The link lumin posted
Click to expand...
Click to collapse
I never posted the link... you will have to look for it as I bet it is buried in the theme and apps section.
eollie said:
http://forum.xda-developers.com/showthread.php?t=1494423 that question would be better asked there
Click to expand...
Click to collapse
Now we're talkin eollie! Glad I don't have to track you down with my android nerf bat!
eollie said:
If you wanted to change the boot sound you can do that to have it say your name.
The link lumin posted has a zip file that you can extract and push the files to the respective folders. In theroy you could replace the files with whatever you wanted as long as you rename then to whats there currently and rezip it.
http://forum.xda-developers.com/showthread.php?t=1494423 that question would be better asked there
Click to expand...
Click to collapse
thanks i've found project linda's link...downloaded...i just dont know where the "respective folders are located" . where is the boot sound located in filesystem? i'll start at root of phone and search for each app individually and apply my own custom sound as you mentioned. i'll zip and move to folders once i find say the messages notification folder resides...
for boot i was actually thinking a modified bootloader script which acts like a virus sort of but thatthat is too much codeing for what im trying to accomplish so i will conclude as u and ravwr said its impossible for now.
Read up on Linux and the initramfs. That's where this stuff is stored per Raver (thanks for the lesson, Raver).
Sent from my SGH-T959V using xda premium
xxprincecjxx said:
thanks i've found project linda's link...downloaded...i just dont know where the "respective folders are located" . where is the boot sound located in filesystem? i'll start at root of phone and search for each app individually and apply my own custom sound as you mentioned. i'll zip and move to folders once i find say the messages notification folder resides...
for boot i was actually thinking a modified bootloader script which acts like a virus sort of but thatthat is too much codeing for what im trying to accomplish so i will conclude as u and ravwr said its impossible for now.
Click to expand...
Click to collapse
Download the file to your pc. Put your created sound files in place of the ones in the zip that you want to replace. Rezip it and then flash it via CWM. It should put the files in the proper location.
Now regarding your name on boot. If you create a bootsound and name it properly it should play on boot but it would be during your boot animation. Maybe you could get a custom bootanimation with your name and such and it would be close to what your looking for.
Regarding the phone saying your name - check your system folder using Root Explorer app.
If you have system\etc\PowerOn.wav - it's the boot intro.
You can change it to "Hello...."
eollie said:
Download the file to your pc. Put your created sound files in place of the ones in the zip that you want to replace. Rezip it and then flash it via CWM. It should put the files in the proper location.
Now regarding your name on boot. If you create a bootsound and name it properly it should play on boot but it would be during your boot animation. Maybe you could get a custom bootanimation with your name and such and it would be close to what your looking for.
Click to expand...
Click to collapse
thx it worked. replaced linda with my own custom sounds. i got it actually telling me weather once an hour and how many msgs calls i missed and couple other things.
as far as boot i found the file bootanimation in /system/media/bootanimation.zip i'm running val final black edition. there are no sound files in this folder. just the boot images. would i put
sound file in this folder or would i brick phone at next boot with sound file in images folder? also what extension should i make sound file? i see .ogg refrenced a lot bit soneone above said .wav so im unsure what ext i should make it.
eollie said:
Ok heres the dealio, that is giving hope to something not possible. Just simply not possible. Its like pretrolling him into posting thats not what he wants..then smacking him with a android nerf bat saying dummy.
No written expression is/does get taken out of context. Kinda like your initial post to me. Im still trying to figure out how I implied you owed anybody a apology or anything tho. /shrug
back on topic....
xxprincecjxx as raver stated its not possible on boot up. But I do know I seen apps that would do similar on unlock. Im lazy and not going to search. But use a pc browser and search android market it will show unfiltered results. Then you might be able to contact the dev if its not available for the SGS4G.
Click to expand...
Click to collapse
i agree with you on the fact that this is possibly impossible...
but my friend 10 15 yrs ago someone would have told you it was impossible for a phone to have a 1.5 ghz dual core processor. or the beggining of cell phones someone would have told you it would be impossible to watch a live streaming football game on your cell phone.
xxprincecjxx said:
thx it worked. replaced linda with my own custom sounds. i got it actually telling me weather once an hour and how many msgs calls i missed and couple other things
Click to expand...
Click to collapse
You ain't gotta lie to kick it.

[MOD][Launcher] Galaxy S3 Launcher for Kyocera Rise/Event and any mdpi 4.0+ rom

Link to the page with instructions.
Here
Anybody tried this yet?
Sent from my Event using xda app-developers app
yup
JHell said:
Anybody tried this yet?
Sent from my Event using xda app-developers app
Click to expand...
Click to collapse
yes I installed. was easy except I had to save the .so file as no known program that I could find would open or install it including Snappea which I normally use for my apk files, 7zip, and Free File Viewer. so I mounted my phone, opened it as a viewable drive and copy/pasted it to my app folder on my sd. installed the other file via Snap, change permissions....followed the instructions, basically.
this launcher is sweet. it gives you lots of options, is easy to use, can uninstall apps and I don't know what all else without ever having to open your settings. the only complaint I might have would be that the icons on the folders are very small, a bit hard to see, but not a big deal as I think we all tend to memorize locations and content in our smart or regular type folders.
as far using it to install other roms, I have tried a bit using ROM Toolbox Pro and ROM Manager and no success as they want confirmation for CRM, and as I am sure you already know, there is no recovery currently available that I know of for the Event.
Also, as I viewed the files included in the download for the launcher, it came with and internet shortcut to SuperCharger, and I am gonna try that next, as it is supposed to work with all mods, stock or otherwise. description of this installer/launcher describes ability to use for the install of other mods but I need more information. this is the first android I have rooted and I am not ashamed to admit I am a green noob. I wish somebody would talk down to me and explain a bit better. as I peruse the forums i find a wealth of information but it is hard to put into action with some of the abbreviated instructions so prevalent from topic to topic. if you install and figure a way to mount jellycream, please advise, as i could use all the guidance available. much thanks and have fun. i will kudo this guy and see if he will point me in the right direction.
problem
A problem has emerged when I connect Event and turn on usb debug and mass storage. when the sd card becomes unavailable it turns all user/non-stock icons to little green android men on home page and changes app names to developer names. disconnect and reboot does not return icons or normal app names. tried to use Titanium Pro to restore but that didn't work either. any ideas?
bummer
I have tried everything, disabling stock launcher, and re-installing TouchWiz Home .apk 3 times, but every time I mount my phone as an external drive to load music all my non-stock apps turn to little green android men with mostly unidentifiable names. too bad as this was sweet. I am bummed out. nobody seems to be interested in this thread. would be nice to hear from developer... is there something I am doing wrong? ive checked the install on the .so, permissions... don't understand. please help. thanks. gonna have to uninstall in the mean time ;(
mheee
BossKey13 said:
I have tried everything, disabling stock launcher, and re-installing TouchWiz Home .apk 3 times, but every time I mount my phone as an external drive to load music all my non-stock apps turn to little green android men with mostly unidentifiable names. too bad as this was sweet. I am bummed out. nobody seems to be interested in this thread. would be nice to hear from developer... is there something I am doing wrong? ive checked the install on the .so, permissions... don't understand. please help. thanks. gonna have to uninstall in the mean time ;(
Click to expand...
Click to collapse
reinstalled halo, what a relief. a valiant try but this launcher is crap. if you would quite ridin' your girlfriends leg long enough to reply I would'a tried to make this work. SupperChang is shiz. Keep trying LegRider, lol. xD
Thanks so beautyful

Categories

Resources