Hi guys, I tried to use the Epic 4G Touch launcher on my GS2, since I heard that it was better than the TouchWiz that comes with the international version, but something got messed up and it reverted back to the old launcher, and now it just shows the "Applications" icon in the middle of the dock, and whenever I try to add something else, it just FC's. I have deleted the Epic 4G Touch's launcher, but it still continues to do this.
SO, would anyone running completely stock XXKI3 firmware please go into their "/system/app" directory and upload: "TouchWiz30Launcher.apk" and "TouchWiz30Launcher.odex"? I really appreciate it!
By the way, what is the function of the odex file?
THANK YOU!
Go to manage applications and select TWLauncher and force close it and clear data. Home key.
Intratech said:
Go to manage applications and select TWLauncher and force close it and clear data. Home key.
Click to expand...
Click to collapse
You sir, are a genius.
On another note though, why doesn't the E4GT launcher work on my phone? It runs much smoother than the original, but then I run into the problems I was having as described in the first post... :S
Did you delete the default TWlauncher .odex file before installing the epic one?
KayvinM said:
Did you delete the default TWlauncher .odex file before installing the epic one?
Click to expand...
Click to collapse
I renamed it.
And it still didn't work? That's odd, it worked for me after i rebooted the phone and I'm on KI3. I attached the new AT&T version of the launcher. It has a working search button and endless scrolling in the home screens. If you want to give it a try just unzip and drop the .lib file into system/lib (backup the one you have first) and the apk into system/app. This is the originating thread
KayvinM said:
And it still didn't work? That's odd, it worked for me after i rebooted the phone and I'm on KI3. I attached the new AT&T version of the launcher. It has a working search button and endless scrolling in the home screens. If you want to give it a try just unzip and drop the .lib file into system/lib (backup the one you have first) and the apk into system/app. This is the originating thread
Click to expand...
Click to collapse
Thank you for the information, but I honestly hate the new messaging icon on the AT&T launcher.
What reason could there be for the Epic launcher not working though? I really love how it's so smooth and more "polished" than the original.
Thank you so much, really appreciated!
amandureja said:
Thank you for the information, but I honestly hate the new messaging icon on the AT&T launcher.
What reason could there be for the Epic launcher not working though? I really love how it's so smooth and more "polished" than the original.
Thank you so much, really appreciated!
Click to expand...
Click to collapse
The one I attached does not have the messaging apk, I took it out for that reason. Give it a try. I would download and use a different launcher while you install the new one just to be safe.
KayvinM said:
The one I attached does not have the messaging apk, I took it out for that reason. Give it a try. I would download and use a different launcher while you install the new one just to be safe.
Click to expand...
Click to collapse
Thank you for the help, but once again, I just get an FC. I don't know what I'm doing wrong! :S
Could it be that when I rename the file, I still keep the extension? The stock tw launcher is laggy, and I honestly don't like it when I see the lag on such an amazing phone.
Anyone got any ideas?
Related
For those using the espresso sense that hate the stupid faves app and are tired of having a dead button on the home screen, this is for you. I remapped it, and have attached a couple different versions. One maps it to open the stock contacts app, and the other to the stock browser app.
I'm working on getting rid of faves all together, and would like to have the old htc favorites tab in the contacts app and the htc favorites widgets too. But I dont know if I can do it, we'll see. For now though here is the new Rosie.
Instructions:
This was taken from a stock rooted build of espresso 2.1 and is only known to work on such.
Back up your old files first!
adb shell cp /system/app/Rosie.apk /sdcard
adb shell cp /system/app/Rosie.odex /sdcard
For those with system apps odexed, you'll want to get the appropriate Rosie.apk and Rosie.odex.zip. Rename them to Rosie.apk and Rosie.odex. Reboot into recovery, then use this adb code:
adb shell mount /system
adb shell rm /system/app/Rosie.apk
adb shell rm /system/app/Rosie.odex
adb push (your saved file location)\Rosie.apk /system/app
adb push (your saved file location)\Rosie.odex /system/app
For those of you without separate .odex files in your /system/app folder, I used a de-odexer on the two files to join them, but have not tested it yet, as the build I am running is odexed. Grab the appropriate Rosie_noodex.apk rename it to Rosie.apk reboot into recovery and use the same code, but ignore lines 3 and 5 (the ones with .odex in them!) and then post here to let me know it works.
Sweet!!! Works great on CR_Mod_1.35.531_OTA Full ROM, thanks!!!
Awesome work I saw something like this on hero forums and wondered if someone would do the same here
Sent from my T-Mobile myTouch 3G Slide using XDA App
THANK YOU!
Nice job, works great.
Puts my phone in a bootloop. Glad to see others with success though.
I used the odex ones. It could be something wrong with my phone.
SilverL said:
Puts my phone in a bootloop. Glad to see others with success though.
I used the odex ones. It could be something wrong with my phone.
Click to expand...
Click to collapse
are you using an odexed rom?
acejoker25000 said:
are you using an odexed rom?
Click to expand...
Click to collapse
Yes I am. But I'll look further into it.
Not to be negative, but this could be remapped to something more useful. Contacts are very easily already accessible through the left shortcut. You could better help yourself and others by making the the faves shortcut a text or web shortcut.
Sent from my T-Mobile myTouch 3G Slide using XDA App
guitarist5122 said:
Not to be negative, but this could be remapped to something more useful. Contacts are very easily already accessible through the left shortcut. You could better help yourself and others by making the the faves shortcut a text or web shortcut.
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
patience... this could develop into a whole bunch of different shortcuts and we can just use the one we want
but i think a browser button would be awesome lol
exactly what file are you editing to allow the contacts instead of faves?
As requested I've mapped another version to the browser. See first post. Enjoy.
SilverL said:
Puts my phone in a bootloop. Glad to see others with success though.
I used the odex ones. It could be something wrong with my phone.
Click to expand...
Click to collapse
What build are you using? I'll see if I can help.
acejoker25000 said:
exactly what file are you editing to allow the contacts instead of faves?
Click to expand...
Click to collapse
The changes are in the launcher.smali after decompiling the classes.dex
@OP: have you looked into adding livewallpapers in our sense ? I know incredibles sense has it hacked in.
the1wingedangel said:
As requested I've mapped another version to the browser. See first post. Enjoy.
What build are you using? I'll see if I can help.
The changes are in the launcher.smali after decompiling the classes.dex
Click to expand...
Click to collapse
I see the browser icon in the tray, but still launches contacts for me.
h.nocturna said:
I see the browser icon in the tray, but still launches contacts for me.
Click to expand...
Click to collapse
Hmmm, are you sure you got the right .odex? The rosie has the pics and the odex tells it what to open. It worked on mine. But I may have uploaded the wrong one I'll look when I get home.
the1wingedangel said:
Hmmm, are you sure you got the right .odex? The rosie has the pics and the odex tells it what to open. It worked on mine. But I may have uploaded the wrong one I'll look when I get home.
Click to expand...
Click to collapse
I'm pretty sure, but I'll go ahead and transfer it over again and see if it helps. Maybe I downloaded the wrong odex.
EDIT: Yeah, that did it. I guess I pushed the wrong odex file. Thanks.
thought about modding the rosie on the 3rd sense rom? i think a lot of people are using that now
how did you reodex?
acejoker25000 said:
how did you reodex?
Click to expand...
Click to collapse
I used an odex script available on the forums here (got it forever ago, dont remember where, do a search for odex) that will odex apks from inside the rom, as the odex file is dependent on that specific rom. Though I edited the script to suit my needs, the functions are still the same as it uses the dexopt-wrapper to do it.
I got rid of the slide and never tried the 3rd sense roms, but if I still had it, I wouldn't use the rom anyway, as they're still buggy..
I'm a dev interested in making an SMS version of this shortcut.... could you give me a jumping off point? I don't believe the source for Rosie Espresso is available so how were you able to replace this shortcut? You can't just change the icon and all the layouts are compiled.
Thanks for the help!
_tek_ said:
I'm a dev interested in making an SMS version of this shortcut.... could you give me a jumping off point? I don't believe the source for Rosie Espresso is available so how were you able to replace this shortcut? You can't just change the icon and all the layouts are compiled.
Thanks for the help!
Click to expand...
Click to collapse
Use smali and baksmali (search Google for them) to decompile the odex or the apk if its been deodexed then once decompiled check the folder called out>HTC>launcher> or some order like that then look for the launcher.smali not launcher1 or 2 etc etc. Now use a text editor and open launcher.smali then do a search in it for faves or the faves app real name and change the fields to the messaging app name and action the save exit and recompile add to the apk or reodex depending on the rom
Sent from my T-Mobile myTouch 3G Slide using XDA App
I have been waiting on this for quite a while. VTL Launcher! A scrolling dock bar across the bottom in landscape and portrait orientation. Gojimi of the GTablet devs has done it again. Still beta but works great and is built using ADW Launcher source.
I installed it earlier today on my GTab and loved it, so decided to give it a shot on the Nook and it works great on it too. As I said, it is still beta so there are a lot more features to be implemented over the coming releases.
http://forum.xda-developers.com/showthread.php?t=1017451
Be sure to give gojimi a big old thanks for all his great work when ya go to grab it!
Have fun..... HTR
Sent from my GTablet running CM7
Just installed this and i got to say ... I freaking love this launcher!!!!!
Great find. Loving it!
Sent from my HTC Glacier using XDA App
Quick question. How do you install this because when I download it, its a zip file not apk? Do you need adb?
surferfl7 said:
Quick question. How do you install this because when I download it, its a zip file not apk? Do you need adb?
Click to expand...
Click to collapse
I just don't get that at all, can you not click on the 2nd link in the 1st post that I provided? If you read the link url you can see that it is supposed to be an apk. What browser are you using?
Sent from my GTablet running CM7
hitekredneck said:
I just don't get that at all, can you not click on the 2nd link in the 1st post that I provided? If you read the link url you can see that it is supposed to be an apk. What browser are you using?
Sent from my GTablet running CM7
Click to expand...
Click to collapse
Hmm I'm using opera on the nook and when I go to download it it gives me the file as launcher.zip. I've also tried to download on the computer using IE and I get a zip file as well. Tried dolphin and it downloads as an apk so thats weird but thanks for your help.
surferfl7 said:
Hmm I'm using opera on the nook and when I go to download it it gives me the file as launcher.zip. I've also tried to download on the computer using IE and I get a zip file as well. Tried dolphin and it downloads as an apk so thats weird but thanks for your help.
Click to expand...
Click to collapse
That's very strange. Must be an Opera thing, you could have most likely downloaded it as a zip file then renamed it to .apk afterwards. When all else fails you should try the stock Android browser which is what I always use for downloading.
Glad to hear ya finally got it downloaded as an apk.
HTR
hitekredneck said:
That's very strange. Must be an Opera thing, you could have most likely downloaded it as a zip file then renamed it to .apk afterwards. When all else fails you should try the stock Android browser which is what I always use for downloading.
Glad to hear ya finally got it downloaded as an apk.
HTR
Click to expand...
Click to collapse
Yeah I'll keep that in mind from now on. Thanks for the link and by the way this launcher is exactly what our nooks need.
surferfl7 said:
Yeah I'll keep that in mind from now on. Thanks for the link and by the way this launcher is exactly what our nooks need.
Click to expand...
Click to collapse
Yeah, that's what I thought too. I sorta thought this thread would have seen a bit more action than it has. Not even one thanks for the effort, guess I'll just start keeping the good stuff to myself. LOL
Sent from my NookColor running CM7
I can confirm that you do have to rename it to APK if you downloaded as a zip from Opera Mobile
This launcher is nice. Thanks for the link.
I'm getting a bug where it defaults to a dock that looks like the original ADW one. Anyone else getting that? Restarting the launcher fixes it.
Liking this currently. Thanks
ficklecycler said:
This launcher is nice. Thanks for the link.
I'm getting a bug where it defaults to a dock that looks like the original ADW one. Anyone else getting that? Restarting the launcher fixes it.
Click to expand...
Click to collapse
I've had the same thing happen to me several times - the dock reverts back to the default, and restarting the app fixes it.
Other than that the launcher is perfect for me, thanks for posting it!
ficklecycler said:
This launcher is nice. Thanks for the link.
I'm getting a bug where it defaults to a dock that looks like the original ADW one. Anyone else getting that? Restarting the launcher fixes it.
Click to expand...
Click to collapse
I have had that happen a time or two and all I did to fix it was rotate my nook to portrait mode then back to landscape.
Just a heads up, v1.4 beta is now available from same thread. Has a few fixes and a few new features. Most notably, right and left side docks.
Don't know if the aforementioned bug was fixed in this release or not. Let me know if that bug pops back up, will do the same for y'all if it happens to me.
Sent from my GTablet running CM7
The addition of side docks and a centered bottom dock finally made me switch. So far its good
It's interesting and pretty slick already... I tried it for about an hour and then went back to Zeam.
I wish someone would create a launcher that let me specify which edge of the screen I want the dock on and then have it stay there even when rotated from portrait to landscape and vice-versa. The icons themselves should rotate, of course, so they are always facing up, but I want them to rotate in place, not move to another "wall" when I rotate the device.
bump: A lot of the bugs have been fixed in v1.5
britoso said:
bump: A lot of the bugs have been fixed in v1.5
Click to expand...
Click to collapse
Ya beat me to the bump. LOL
Sent from my GTablet running CM7
So far so good... I was using Launcher Pro, but I've been dissatisfied with it for awhile, was about to move to ADW when I saw this, which is so much better for the Nook... thank you much!
I went ahead and compiled CM9's Trebuchet Launcher to work with within the Prime. You will need to put this in the /system/app folder and give it proper rights.. Otherwise it will error out while trying to add widgets
BTW I have removed all the wallpapers and non-working preferences from this release.
Enjoy
Trebuchet4Prime
Nice, i'll give this a go when i get my new prime.
Will you be updating this as they release new versions ?
Might be an Idea to stick the version number in the title ..
Cheers
Danny-B- said:
Nice, i'll give this a go when i get my new prime.
Will you be updating this as they release new versions ?
Might be an Idea to stick the version number in the title ..
Cheers
Click to expand...
Click to collapse
I don't think they really have a version number yet as CM9 is yet to be release... I will offer a version number when I update (just my own though)
I tried it, but it crashes every time I try to put a widget on the home screen. Sticking with stock for now.
hollywould said:
I tried it, but it crashes every time I try to put a widget on the home screen. Sticking with stock for now.
Click to expand...
Click to collapse
Yea I figured that out and updated the OP.. you need to put the apk in the system folder and give it the proper permissions
So uninstall it and put it in your system/app folder then using root browser or explorer change the permissions to match the rest of the files in the system/app folder
Anyway to save desktop settings from an older trebuchet install? Will they carry over?
-RioT- said:
Anyway to save desktop settings from an older trebuchet install? Will they carry over?
Click to expand...
Click to collapse
not that I know of... maybe where did you get an older Trebuchet?
kejar31 said:
not that I know of... maybe where did you get an older Trebuchet?
Click to expand...
Click to collapse
Here.
http://forum.xda-developers.com/showthread.php?t=1410674
Now I know its a very early build so I'm not to worried. That and I am very happy with trebuchet as is so far.
I just cant stand the tap middle to scroll desktops on the other ICS launchers.
-RioT- said:
Here.
http://forum.xda-developers.com/showthread.php?t=1410674
Now I know its a very early build so I'm not to worried. That and I am very happy with trebuchet as is so far.
I just cant stand the tap middle to scroll desktops on the other ICS launchers.
Click to expand...
Click to collapse
ahh I see...
Trebuchet is so much smoother than stock home for me.. Only issue is that the screen indicator isn't showing up... Thanks again
Sent from my Transformer Prime TF201 using xda premium
kejar31 said:
I went ahead and compiled CM9's Trebuchet Launcher to work with within the Prime. You will need to put this in the /system/app folder and give it proper rights.. Otherwise it will error out while trying to add widgets
BTW I have removed all the wallpapers and non-working preferences from this release.
Enjoy
Trebuchet4Prime
Click to expand...
Click to collapse
im havin a bit of trouble installin as a system app.. :S
ive tried a couple ways (adb and systemapp remover) to no avail.
any help?
i copied and pasted it across using root explorer. made sure system was writable
Hello all,
I am running Check Rom V6 right now. I have 5 icons, dialer, contacts, messaging, home, and apps. I was wondering if someone could guide me on how to use these icons. They are all in a .png format. Any help is very much appreciated.
Thanks
sm625614 said:
Hello all,
I am running Check Rom V6 right now. I have 5 icons, dialer, contacts, messaging, home, and apps. I was wondering if someone could guide me on how to use these icons. They are all in a .png format. Any help is very much appreciated.
Thanks
Click to expand...
Click to collapse
Icon thread read here:http://forum.xda-developers.com/showthread.php?t=1311832
Sorry i ment actully replacing the icons on the homescreen
sm625614 said:
Sorry i ment actully replacing the icons on the homescreen
Click to expand...
Click to collapse
OK you need to look in Galaxy S II Themes and Apps
sm625614 said:
Sorry i ment actully replacing the icons on the homescreen
Click to expand...
Click to collapse
What launcher are you using? Most allow you to replace icons with ones of your choosing, you'll just have to put them on your sdcard.
If you're wanting to theme icons at the system level, or your launcher doesn't allow you to select a custom icon, then you'll have to modify apks.
sm625614 said:
Hello all,
I am running Check Rom V6 right now. I have 5 icons, dialer, contacts, messaging, home, and apps. I was wondering if someone could guide me on how to use these icons. They are all in a .png format. Any help is very much appreciated.
Thanks
Click to expand...
Click to collapse
Send me the icons and I'll make a flashable .zip for you that will change them, hassle free ( plus a recovery one so you can revert them if you don't like them ).
It's 2 minutes of work
Edit : I figure you want to change them while using Touchwiz, because replacement launchers do it easily anyway
Thank You Sir!!!!
I have uploaded the contacts messaing apps and all icons i dont need the dialer as it is stock look in the newest 2.3.6 builds
sm625614 said:
Thank You Sir!!!!
I have uploaded the contacts messaing apps and all icons i dont need the dialer as it is stock look in the newest 2.3.6 builds
Click to expand...
Click to collapse
Ok , I'm onto it now
Edit : K, it's done
http://www.mediafire.com/?tg582yvin5z4jz3
CWM -> Install update from sdcard ( don't worry about "enter the Vertumus world" text, I just edited Vert's zip a bit )
tested on my phone and works like a charm
Now I just need to wait till my CheckROM v6 finishes downloading so I can make a restore zip for you.
I'm not sure what the default icons are in new version and I need it anyway
Check this post later on. Post a screenshot when you flash it
Sir dont worry about the the restore packages i have a backup. I will post a screen shot thank you soo much though
sm625614 said:
Sir dont worry about the the restore packages i have a backup. I will post a screen shot thank you soo much though
Click to expand...
Click to collapse
It was nothing, really
Edit : Saw your screenshot, I'm now considering even keeping them XD
mudferret said:
If you're wanting to theme icons at the system level, or your launcher doesn't allow you to select a custom icon, then you'll have to modify apks.
Click to expand...
Click to collapse
Not strictly true - although it is an app drawer replacement.
Can change icons and names with this, my favourite ever app ever of all time ever.
As I've posted before, if there's an easier way to edit icons/text and retain functionality, I have yet to find it.
Especially because I couldn't modify an apk if my life was at stake...
B3311 said:
Not strictly true - although it is an app drawer replacement.
Can change icons and names with this, my favourite ever app ever of all time ever.
As I've posted before, if there's an easier way to edit icons/text and retain functionality, I have yet to find it.
Especially because I couldn't modify an apk if my life was at stake...
Click to expand...
Click to collapse
Actually, the easiest way is using vrtheme, no need to modify apks or use anything else than the Touchwiz launcher itself
Check the last post on the previous page
Sounds Good
gr4ndm4st3r_bl4ck said:
Actually, the easiest way is using vrtheme, no need to modify apks or use anything else than the Touchwiz launcher itself
Check the last post on the previous page
Click to expand...
Click to collapse
Thanks, I'll take your word for it. But I don't use TW launcher, and the app I refer to gives me a list view - a dealbreaker for me, was looking for a listview forever and a day, and I'll never go back
B3311 said:
Thanks, I'll take your word for it. But I don't use TW launcher, and the app I refer to gives me a list view - a dealbreaker for me, was looking for a listview forever and a day, and I'll never go back
Click to expand...
Click to collapse
Mate are you serious ?
You have the list view in touchwiz too
Open appdrawer -> options button ( the one to the left of the home button ) -> List View...
I just hope you were joking
gr4ndm4st3r_bl4ck said:
Mate are you serious ?
You have the list view in touchwiz too
Open appdrawer -> options button ( the one to the left of the home button ) -> List View...
I just hope you were joking
Click to expand...
Click to collapse
Not joking, sorry. Haven't used nor installed TW launcher for about 7 months.
Live and learn - glad to be corrected, and not worried about my ignorance being on public display. Can hardly backtrack now can I?
Can you edit icons and app names there too?
B3311 said:
Not joking, sorry. Haven't used nor installed TW launcher for about 7 months.
Live and learn - glad to be corrected, and not worried about my ignorance being on public display. Can hardly backtrack now can I?
Can you edit icons and app names there too?
Click to expand...
Click to collapse
Nah, Touchwiz basically sucks for everything I checked out that alternate app drawer app, it looks cool, pretty customizable I'm sure MIUI users adore it XD
If I pull the rosie.apk out of a rom that has the landscape homescreen mode working and put it in my system/app folder and change permissions will that allow my phone to go into landscape or are there other changes that need to be made?
I am running the Fresh rom atm and it's the only thing bugging me.
Thanks.
Evo_Shift said:
If I pull the rosie.apk out of a rom that has the landscape homescreen mode working and put it in my system/app folder and change permissions will that allow my phone to go into landscape or are there other changes that need to be made?
Thanks.
Click to expand...
Click to collapse
It depends on if you are running a deodexed version of the ROM currently. If yes, then, it should work as you described. If it is still ODEXED, then, no it won't.
alternative:
http://forum.xda-developers.com/showthread.php?t=1711339
Kujila said:
alternative:
http://forum.xda-developers.com/showthread.php?t=1711339
Click to expand...
Click to collapse
Thanks, I did see that but I didn't like the idea of another app running in the background when I could just change one out. If I wasn't unlocked and rooted I would use that.
In case anyone wants it I pulled the .apk out of flex360's rom. Thanks flex360.
This, I believe, also has the ultrasmooth mod.
If posting this is against the rules or whatever let me know and I'll remove it. Just thought it would save people having to download a 500+mb rom if they are running a deodex rom and want the landscape rosie.
I kind of thought this would make the lockscreen rotate too but it doesn't... I have my phone sitting on the kickstand at work and I turn it on to look at the weather on the lockscreen which is why I originally wanted it rotated.
Evo_Shift said:
In case anyone wants it I pulled the .apk out of flex360's rom. Thanks flex360.
This, I believe, also has the ultrasmooth mod.
If posting this is against the rules or whatever let me know and I'll remove it. Just thought it would save people having to download a 500+mb rom if they are running a deodex rom and want the landscape rosie.
I kind of thought this would make the lockscreen rotate too but it doesn't... I have my phone sitting on the kickstand at work and I turn it on to look at the weather on the lockscreen which is why I originally wanted it rotated.
Click to expand...
Click to collapse
either this apk doesn't play well with viper, or I installed it wrong. I dropped it in /system/app and set permissions, but just got a black screen on reboot. Luckily, I was able to install apex from the play store from my computer, and once that installed, I was able to launch root explorer and change back to the backup rosie.apk I made before I pushed the new one. How are you supposed to install this?
Weird. Maybe some roms have changes not compatible or something. I did exactly what you did and it worked fine for me on the fresh 5.1.1 rom. I just renamed my original and put this one in system>app and changed permissions. After a reboot it worked.
I assume you meant system>app.
Evo_Shift said:
Weird. Maybe some roms have changes not compatible or something. I did exactly what you did and it worked fine for me on the fresh 5.1.1 rom. I just renamed my original and put this one in system>app and changed permissions. After a reboot it worked.
Click to expand...
Click to collapse
eh - if it really bothered me, I'd ask about it in the viper thread. Definitely weird though.
Evo_Shift said:
I assume you meant system>app.
Click to expand...
Click to collapse
oops, yeah, fixed my post.
should work ^_^
maybe you did it wrong.
still wont be as smooth as my rom tho jk
flex360 said:
should work ^_^
maybe you did it wrong.
Click to expand...
Click to collapse
Possible, but I don't know what else to try. Root explorer's pretty basic when it comes to cutting and pasting files.
flex360 said:
still wont be as smooth as my rom tho jk
Click to expand...
Click to collapse
you might be right, but it's smooth enough for me
If its still odexed first delete the Rosie.odex file in root explorer then place your new Rosie in there. If you have modified the Rosie make sure it is signed. Signature verification has not been disabled in any of the roms that are out I don't believe.
Sent from my EVO using xda premium
I agree with Flex360. I'm an Android nub learning slowly here. Tried a few of the new roms and his is just...ultra smooth.
Crazy good battery life too, do the one click root. Then install and you are g2g.
Thanks Flex! I can't post on developer yet, 8 more posts! woot.
Johnny
sbjohnny said:
I agree with Flex360. I'm an Android nub learning slowly here. Tried a few of the new roms and his is just...ultra smooth.
Crazy good battery life too, do the one click root. Then install and you are g2g.
Thanks Flex! I can't post on developer yet, 8 more posts! woot.
Johnny
Click to expand...
Click to collapse
I really do like his rom but i want the menu mod. If i flash the menu mod i lose the power menu mod and maybe something else...not sure. It's hard to choose, lol. I'm glad we have so many cool ROM options.