[ROM] MIUIv4 Ice Cream Sandwich 2.7.20 - EVO Shift 4G Android Development

{
"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"
}
Pwnyourace Is Proud To Present
MIUI v4 2.7.20 For Speedy
​ Installation Instructions:​
Place ROM zip file in your SD card
Boot into recovery
Create a backup
Superwipe if coming from a different ROM
Install zip from SD card
Reboot and enjoy!
Not Working:​
Video recording (dumb of me but did this even work in decks build?) WORKAROUND: download Videocam illusion from the market
Most likely MMS
Shift and FN lights
Auto brightness is very dim (working on it)
Wimax
Native torch doesn't work, CM9s torch is included
Anything else not working in decks CM9 build from 6-30
You tell me...
Downloads:​2.7.20
Previous Builds
ROM Changelog:​6/10/12 A.M.:
Initial release
6/10/12 P.M.:
v2
Fix hot reboot issues
Fix memory issues (apps crashing due to lack of memory)
Fix THEMES!!
Fix Bluetooth (I was able to pair with and send a picture to my Evo3D, that's the most testing I can do as I don't have any bluetooth devices)
Updated apps
6/13/12:
Sparksco's new kernel
Cleaned up media_profiles.xml (sparksco)
Memory leak fixes (sparksco)
Testing new bluetooth stuff
Switched bases to the desire HD
Mik tweaks
Beats (lemme know what you think)
v2:
Fixed yet another fail by MIUI.us this week fixed root and chinese app force closing on app installs
2.7.20:
Removed beats as it just sounded terrible on the shifts speaker at louder volumes
Added new superwipe zip to the install instructions
MIUI Changelog​
Screenshots​
Notes:
My evo shift isn't activated, so I cant test things requiring service.
I don't have any bluetooth devices so the most I can test is seeing if it turns on and connects to my evo3D.
This is my first time porting MIUI so bear with me as I do the best I can.
The reason its pwnyourace presents and the filename isnt MIUI.us is simply because I am not part of the MIUI.us "team" and this isn't hosted on MIUI.us
It's like 2:30am so if something is messed up in the OP that's why lol
Credits:
Kushdeck-without you're CM9 this would not be possible
Cyanogenmod-for the source that deck built
MIUI-for the amazingly cool ROM
ajhavery-the thread that helped me with fixing the hardware keyboard smali
blind-for the desireHD ROM this is ported from

Fixes/Stuff
Notes:
VideoCam isnt going to happen
Autobrightness is broken on decks end
Todo:
........
Addons
2.7.20: Hide IME switcher notification

Nice, my friend was working on this but he never did get it to boot. Lol =)

megaghostgamer said:
Nice, my friend was working on this but he never did get it to boot. Lol =)
Click to expand...
Click to collapse
An endless day of troubleshooting lol I've literally been working on this for about 12 hours straight today. Wanted to get it going and a method down since might not be keeping my shift so I'd be able to help the next guy at least if I choose to give it back.
Sent from my PG86100 using Tapatalk 2

Yeah this is a great rom!! Thanks for making it!

megaghostgamer said:
Yeah this is a great rom!! Thanks for making it!
Click to expand...
Click to collapse
Thanks and oh god I'm not done D: I like the stock look of MIUI so of course I didn't check themes and it FC's.. Great something else I need to fix lol
Sent from my PG86100 using Tapatalk 2

Lol have fun with that I thanked your thread

pwnyourace said:
Thanks and oh god I'm not done D: I like the stock look of MIUI so of course I didn't check themes and it FC's.. Great something else I need to fix lol
Sent from my PG86100 using Tapatalk 2
Click to expand...
Click to collapse
lmfao thanks for noticing that, now ill wait until thats fixed lol

The shift for some reason doesn't like to boot with any other phones libandroid_runtime.so than its own and the theme app force closing is showing androidruntime errors in logcat which points in the smali replacing/diffing direction lol. If I can't get it I've seen a few "themes fixed" in Changelogs on ports so I should be able to find someone to ask, like I said this is my first attempt at porting actually I'm general not just MIUI.
Sent from my PG86100 using Tapatalk 2

Lol my current project is motoblur & sense.. Trying to port them but fail almost everytime. Frostincredible told me how to port his motoblur but i can't because my laptop isn't capable of almost everything at this point.. back to your rom lol nice rom love it!!

So is this running as stable as decks 6-30 build? About to flash as soon as the download finishes
I swear to god, as soon as I make any progress on mcat studying someone pops up a rom I just have to try...
Sent from my HTC Evo Shift using xda premium

fayrarri said:
So is this running as stable as decks 6-30 build? About to flash as soon as the download finishes
I swear to god, as soon as I make any progress on mcat studying someone pops up a rom I just have to try...
Sent from my HTC Evo Shift using xda premium
Click to expand...
Click to collapse
well im still working on getting themes going but everything else seems to be running great. mind you this isnt my daily driver phone so there might be issues i havent ran into yet

pwnyourace said:
well im still working on getting themes going but everything else seems to be running great. mind you this isnt my daily driver phone so there might be issues i havent ran into yet
Click to expand...
Click to collapse
only issue ive run across since i flashed it that on occassion locking then unlocking the screen causes a hot reboot. oh and removing those 4x4 widgets causes the home launcher to crash. Its amazingly smooth tho

fayrarri said:
only issue ive run across since i flashed it that on occassion locking then unlocking the screen causes a hot reboot. oh and removing those 4x4 widgets causes the home launcher to crash. Its amazingly smooth tho
Click to expand...
Click to collapse
the home launcher thing is something i never wouldve noticed lol im making logs of it right now. the hot reboot thing i think i actually fixed because i was getting it to but then i did some more framework.jar edits and havent gotten one yet. thanks for the feedback let me know if you find anymore issues
edit: looking at the logcat i might have it. the ICS dalvik cache lines in build.prop are supposed to look like this
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=128m
and deck still had it at 32m which caused an out of memory error and causes the home launcher to be killed to due memory overload. just theory here lol giving it a shot now
edit2: yup that was it, works just fine now yay for squashing bugs
edit3: flashable zip for hot reboot and out of memory error fix coming when I finish eating. Look for it in the 2nd post

OH YEA
Just sent this screenshot to my evo3D via bluetooth.

cant get it to install keeps saying installation aborted never mind finally got it to install

dandan2980 said:
cant get it to install keeps saying installation aborted never mind finally got it to install
Click to expand...
Click to collapse
well prepare to reflash lol im uploading the new version

Should I wipe all over or just cache and dalvik cache?
Sent from my HTC Evo Shift using xda premium

pwnyourace said:
well prepare to reflash lol im uploading the new version
Click to expand...
Click to collapse
Full wipe needed or dalvik/ cache wipe good?
Sent from my HTC Evo Shift using xda premium

Is 2.6.7v2 supposed to open to the latest rom? If so....the link needs to be fixed.

Related

[ROM]IAP's EI22 Rebirth.gen2.0.1+Samurai_gen2.0.1 Kernel [Ready 4 Download]

.:EI22 Rebirth Rough Cut:.
{
"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"
}
Hey guys, all the working on the kernel has slowed development on the rom here it is working and very stable, we prefer you use the modified stock TWlauncher, but just to let you know there is a landscape bug in it still, landscape = a little jacked up, havn't had time to fix it...
.:WARNING: will take a minute to boot on first boot, you will be stuck at the Samsung screen for a while, give it some time:.
.:WARNING: please read into the risks of overclocking before you do so, as I am not responsible for any damages this may cause to your phone:.​
.:Rebirth.gen2.0.1:.
Link:
STABLE Rebirth.2.0.1 STABLE
CWM flashable zip
DEFAULT_WALLPAPER forgot to include this in the rom... just place on your sd and set as wallpaper...
Fr4gg0r's 4.5 TWLauncher Mod
Maddogin's 10 Lockscreen Mod
Hotspot Hack
1% Batt Mod
Marcusant Reboot, Recovery, Download (not sure where he got it but hijacked it from him.)
IAP Samurai 2.0.1 Kernel
CRT
Dropdown Animation, applied by me can't remember who came up with it...
We can also be found on Facebook, Independent Android Project
.:Thanks Section:.
Rodderik (All The Kernel Help)
Nubecoder (Awesome Kernel Base...)
Maddogins (a couple of mods/doing what I didn't have time for and for the life of me couldn't rap my brain around to get fully functional...)
Chris41G (his work has helped me out tremendously though I'm not sure he knows it)
Fr4gg0r (tw launcher 4.5)
HexKil (being a super tester and puttin the software to the test)
All of the loyal IAP/Superheroes fans out there.
Also everyone in the XDA community.
And anyone else I may have forgotten...
Please msg me and credit will be given where it is due...
Nice work maybe in the future, you could make the 4g icon the flash=speed.
Especially love the dialer colors those are boss.
do we need to wipe if we are coming from the last batman rom. or can we just flash right over it.
dsummey30 said:
do we need to wipe if we are coming from the last batman rom. or can we just flash right over it.
Click to expand...
Click to collapse
Um... well just to see if you needed to wipe or not b4 you install this updated rom, I installed it over batman 2.2.7 and when I booted I kept gettin g-talk errors. I suggest wipeing but the good thing is that the setup wizard is back and will pull your applications from the market for you.
anybody else lose their dialer. No phone icon on the dock or in applications folder...
Never mind!! I downloaded from my XDA app the first time and I guess I did not get a piece...worked fine with a computer download.
LOVIN' THIS ROM/THEME!!!
Hey how about instead of making new threads over and over and over for the same rom, you just edit the first post?
The next thread you make for the updated rom, I will close and redirect back to this thread as it will be considered SPAM.
Whosdaman said:
Hey how about instead of making new threads over and over and over for the same rom, you just edit the first post?
The next thread you make for the updated rom, I will close and redirect back to this thread as it will be considered SPAM.
Click to expand...
Click to collapse
No need to get all pissed about it... Go ahead and delete all the other posts and I will use this one from now on...
1deviant said:
anybody else lose their dialer. No phone icon on the dock or in applications folder...
Never mind!! I downloaded from my XDA app the first time and I guess I did not get a piece...worked fine with a computer download.
LOVIN' THIS ROM/THEME!!!
Click to expand...
Click to collapse
Yeah downloading from the xda app is a bad idea, your better off dl'n on the comp then xfer'n to yuor sd...
So there is an update to the 1.0.3 rom(to be used without wipe) can we use that with this rom?
Sent from my SPH-D700 using XDA App
1deviant said:
So there is an update to the 1.0.3 rom(to be used without wipe) can we use that with this rom?
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
thnks for bringing this to my attention, I'm pulling apart the update.zip right now and checking it out. I'll let you know a.s.a.p.
Thnks again...
Ok, if you use this it will change the version info in the about phone to mammon's 1.0.3.1, but yes is safe to use, if you give me about and hour I will have the same update with the Batman version info in it. Sorry got a few things to do b4 working on this.
Also I would like to say I'm bringing back in version 2.2.9 the 1% increment blinking charging battery icon, I liked knowing what % it was at when it was chaging.
Update: please install 2.2.8 b4 using this update.
Also no wipe needed for this update just clock work it...
Download: Superheroes 2.2.8.1 update
Sent from my SPH-D700 using XDA App
Thank you!!
Sent from my SPH-D700 using XDA App
First off, love your work, of all the roms here, bonsai was the most stable, while yours LOOKED fantastic...so glad the two of you pooled resources...The last Superman has been the best so far, was looking forward to Batman, keep up the good work!
With that said, when I flashed Batman, my GPS went awol so I went back to Supes...
Don't know what went wrong, wiped 3X, wipe cache and wiped the other cache too...
Holding my breath for the next one...take care!
Sent from my SPH-D700 using XDA App
GPS working a ok on my phone. It took awhile to find but once I went outside it hooked up great. You need to add the *working* Gingerbread keyboard stock. I love mine added some nexus live wallpaper,GB keyboard and removed the clock in the upper corner.. Sweetness
usagi111 said:
First off, love your work, of all the roms here, bonsai was the most stable, while yours LOOKED fantastic...so glad the two of you pooled resources...The last Superman has been the best so far, was looking forward to Batman, keep up the good work!
With that said, when I flashed Batman, my GPS went awol so I went back to Supes...
Don't know what went wrong, wiped 3X, wipe cache and wiped the other cache too...
Holding my breath for the next one...take care!
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Try redownloading I'm in the process of switching servers because mediafire isn't the greatest, also do not download from the xda app there is a problem with the downloads on here it misses bits and pieces...
Also I gotta say I love Mammons work his rom's are always so stable and I do not have the time to produce anything to the even compare to his caliber of work right now, this is why I have borrowed his rom as a basis for this project.
Sent from my SPH-D700 using XDA App
would it be better to just make these into themes if they just basically on top of mammons rom?
earthbound[iap] said:
Try redownloading I'm in the process of switching servers because mediafire isn't the greatest, also do not download from the xda app there is a problem with the downloads on here it misses bits and pieces...
Also I gotta say I love Mammons work his rom's are always so stable and I do not have the time to produce anything to the even compare to his caliber of work right now, this is why I have borrowed his rom as a basis for this project.
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
robl45 said:
would it be better to just make these into themes if they just basically on top of mammons rom?
Click to expand...
Click to collapse
They are not just mammon's rom's I do change certain things to my likeing... And I did just post a framework theme... If you want to make it a theme go right ahead and pull all of the apk's you need and make it an update it is super super easy...
pull from /system/app in the original rom zip
Contacts.apk
DialerTabActivity.apk
TouchWiz30Launcher.apk
pull from /system/framework in the original rom zip
framework-res.apk
twframework-res.apk
pull from /system/media/video/shutdown
all 60 of the pngs in this folder.
pull from /system/etc
PowerOn.wav
pull from /system/media/audio/ui
Power_off.ogg
shutdown.ogg
these are all of the themed apk's and files so far, I believe...
then download the 2.2.8.2 update zip I made place these in the same folders inside the zip as the original rom and viola a theme/update zip that you can test out on any rom you would like.
Also you might have to make a new folder or two for the shutdown animation, PowerOn.wav, shutdown, and Power_off.ogg inside the update.zip...
I know this theme works with this rom that is why I do it this way and I in no way recommend doing what I have suggested above, as I have no way of knowing if it will work with any other rom... I will say that it will most likely work with Mammon's...
O'yeah and it will change the build # in the about phone section to Superheroes 2.2.8.2 Batman (that is if anyone attempts this)
Also if you attempt this please let us know what roms it works with and please make sure there are no bugs b4 you post that it works with another rom...
I'm sorry I figure if you are going to risk even soft brickin your phone that I do not want to be respossible for it and you yourself can attempt this...
yea, I'm just gonna stick with this rom, thats a lot of work LOL.
is there anyway to fix the rotation speed? thats the only thing that sucks now, waiting 3 secs for the phone to switch from portrait to landscape. my wifes stock epic switches instantly.
True quadrant score of 1095 with this rom (no silly i/o hack)...
I just installed the latest version. I didn't wipe, everything seems fine but behind the keypad, there is some image, is that normal

[ACS] [MTD] [YAFFS2] MIUI 1.12.23 RC 0.5 (Updated 1/4/2012)

MIUI EPIC GINGERBREAD.
{
"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"
}
VIDEO (SPECIAL THANKS TO QBKING77)
What is mtd?
Video by qbking77
Read this before you flash:
http://forum.xda-developers.com/showthread.php?p=20210479
Welcome to MIUI for the Epic 4G
Changelog:
911 Should work Now
New CM7 Kernel Included
Videos Should Work
Seems Smoother
New WiFi stack, so the reboots associated with WiFi should be gone and WiFi should be more Stable
Working
Data
WiFi
Videos
911 (Most Likely)
GPS
MMS Send
Almost Everything Else
MMS Receive
Not Working
4G
Mms fix (thanks omair2005 for the guide)
1. Freeze Stock SMS program 2. Download GoSMS 3. Go to settings and check the following: a. Send Settings -- Split Large Messages b. Important Tips -- Enable Go SMS run persistently and Stock SMS Uninstalled 4. Reboot for safe measure 5. Ensure Data is connecting and working --> MMS send/receive should work!
Theme FIX (If themes don't work, do this. If they do work already, dont)
Install Terminal Emulator from Market
Type this
Su
exec /system/etc/init.d/06defaulttheme
Downloads:
http://forums.acsyndicate.net/showthread.php?2412-ACS-MTD-YAFFS2-MIUI-1-12-2-mtd-beta-6
Screenshots:
Whoa my thanks post got deleted
Miui epic team: past and present: bxfxf, mike_77, asdfghjkl, ahmgsk, death259, marcusant, ksmullins88, and me.
Miui.us, chinese miui team, miui android- making the rom for me to port
Epic cm7 team- you guys are awesome, made the files that I just copy and paste in, made an incredible rom
Rodderik, mkasick, decad3nce, noobnl, drockstar, every epic dev
Dfgas, jt1134, jamezelle, atoore
You testers
Samsung
Sprint
Mine 10char
I might have a build up tonight but I'm going to decompile every jar fle in the framewor folder and soo what I can change in there so that may take while...
xboxfanj said:
MIUI Gingerbread.
Downloads: http://dl.dropbox.com/u/38805599/MIUI Can't Catch me I'm the GB Man.zip
Click to expand...
Click to collapse
Doesnt get past sammy screen for me.
Sent from my SPH-D700 using xda premium
http://dl.dropbox.com/u/38805599/MIUI Wanna Hold Your Hand (Beatles).zip
Mind showing some screenshots for those who get it to boot?
xboxfanj said:
http://dl.dropbox.com/u/38805599/MIUI Wanna Hold Your Hand (Beatles).zip
Click to expand...
Click to collapse
Ok this one booted. Kinda similar to the 1.8 that booted. Screen flickers and is laggy, especially on home screen but i found if you switch wallpapers it helped both. Still no cell, wifi or gps but also in about phone its not showing a modem. So..... maybe the issue. No camera. Same issue with sd card, sees it but cant see pics or etc. Hardware keys are mapped right for the most part, camera button does nothing. Soft keys work buthome is menu, menu is nothing and search is screen lock.
@ ||acer||, not able to take screenies with phone, will try tomorrow or this weekend when i will be on my laptop.
Also would be great to get someone else to try this and the other booting one just to verify what i am seeing. Great job guys! Getting closer
Sent from my SPH-D700 using xda premium
Will test on my epic later today.
Sent from my Nexus S 4G using Tapatalk
http://dl.dropbox.com/u/16657102/miui.zip can someone test this... it shoulnd really fix anything... just tell me if it even boots at all lol, and if it does if theres screen flicker
New build you guys. http://dl.dropbox.com/u/38805599/MIUI CUBS SUCK.zip
I'll add mobile
Sent from my SPH-D700 using xda premium
marcusant said:
I'll add mobile
Sent from my SPH-D700 using xda premium
Click to expand...
Click to collapse
Did you ever figure out screen flicker when you were wrking on an miui port?
New build, same link. If you downloaded before this post, dl again and test. Changed a lot of visual files, so if it boots, it may fix flicker. May not boot though.
xboxfanj said:
New build you guys. http://dl.dropbox.com/u/38805599/MIUI CUBS SUCK.zip
Click to expand...
Click to collapse
Testing, this and deano build. Anymore that I can throw on my sd card real quick?
Sent from my SPH-D700 using Tapatalk
sryans2004 said:
Testing, this and deano build. Anymore that I can throw on my sd card real quick?
Sent from my SPH-D700 using Tapatalk
Click to expand...
Click to collapse
not yet from me for miui, but I do have a Sense 3.5 build in that thread if you're interested. Thanks for all the testing you do by the way. That's to all of you.
I can't test too often now, my younger sister just started school so I need a stable means of communication, my apologies nonetheless.
Sent from my Epic 4G
xboxfanj said:
not yet from me for miui, but I do have a Sense 3.5 build in that thread if you're interested. Thanks for all the testing you do by the way. That's to all of you.
Click to expand...
Click to collapse
No Problem, Will test the sense one also. Great Job at keeping the builds coming
xboxfanj said:
not yet from me for miui, but I do have a Sense 3.5 build in that thread if you're interested. Thanks for all the testing you do by the way. That's to all of you.
Click to expand...
Click to collapse
Your build I got the black screen after Samsung logo.
Deano's build I got stuck on Samsung logo.
Did anybody happen to try to do what atoore said in the old MIUI thread?
atoore said:
Like I said in my previous posts, the gralloc libs might be causing the flicker issue. Afaik it doesn't matter how many garroloc.*.so you got inside the lib/hw folder as long it points to YOUR device's correct platform name inside the build.prop. For examples
gralloc.s5pc110.so is for the galaxy s 4g
gralloc.leo.so is for the HTC hd2
gralloc.goldfish.so is not for your device afaik.
You will need to find your device platform name and edit the build.prop with the correct name.
You guys mentioned that cm7 doesn't have the flickers right? Well I suggest that you use the gralloc.****.so from the working cm7 build and see what happeneds.
Sent from my SGH-T959V using XDA App
Click to expand...
Click to collapse
I had the same issue with the black screen
Sent from my SPH-D700 using XDA App
Rounsy222 said:
Doesnt get past sammy screen for me.
Sent from my SPH-D700 using xda premium
Click to expand...
Click to collapse
Rounsy, thanks for all of the testing.
Sent from my SPH-D700 using xda premium
NVM, uploaded new build, same link.

[ROM][4.0.3] MIUI v4 [Beta1.1][13 Mar 2012]

Ported from gannon5197's Optimus V build
Thank you jaybob413 for everything... literally everything.
I don't know who to give credit for this thing. Whoever wins the argument, thank you.
gannon5197
lithium76
stelios97
This isn't a theme.... this is MIUI v4 ICS holy crap batman yummy goodness!
What doesn't work:
camera
let me know
Changelog:
Code:
Beta 1.1 - fixed su issue, usb mass storage works, outgoing calls work, logcat fixed
Beta 1 - phone force close fixed
Alpha - initial release
Notes:
The installation AND the first boot take a while!! Boot took over 6 minutes on a clean install... it helps if you watch the logcat.
It takes a little while for everything to settle after boot, but it runs much better after it's done with all of the processing.
Make sure you turn on root permissions in the MIUI permissions app.
Beta 1.1 (13 Mar 2012) - Download link: http://goo-inside.me/devs/ajrty33/roms/heroc/miui4/heroc_miui4.beta1.1.zip
(goo-inside.me app will notify you of updates)
(gapps is included)
{
"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"
}
Nice job
Wow if this can ever be smooth prob the best Rom for the hero!
Sent from my HERO200 using xda premium
Literally just daydreaming about this earlier. Cant sacrafice usability my hero as its my only phone, but I hope someone can take one for the team and get some testing done.
Great news
FussyQBert said:
Literally just daydreaming about this earlier. Cant sacrafice usability my hero as its my only phone, but I hope someone can take one for the team and get some testing done.
Great news
Click to expand...
Click to collapse
I've got a list of things to do and two heros, so the first set of changes should be the biggest.... like adding the miui libs I left out
Sent from my HERO200 using XDA
Hey man if you really want a stable port use my one. It will work because I've been porting your other ROMs for some time now
Going to give this a go this afternoon, thanks for your time and effort on all of these Roms!
Sent from my PC36100 using Tapatalk
ajrty33 said:
Ported from the Legend
http://forum.xda-developers.com/showthread.php?t=1529762
All credit goes out to cofface for the armv6 and mdpi MIUI.
Even more credit to jaybob413 for everything.
This isn't a theme.... this is MIUI v4 ICS holy crap batman yummy goodness!
This is very alpha alpha alpha.... just ported it and wanted to share so I haven't tried fixing anything yet.
Just assume nothing works
Download link
Click to expand...
Click to collapse
The rom for legend is based on mine so you should give me some credits!
stelios97 said:
The rom for legend is based on mine so you should give me some credits!
Click to expand...
Click to collapse
You should follow your own advice. Your ROM for the Galaxy Mini is based off of one of my MIUI.us ports. I'm getting FC emails with a model name "tass" and I inspected your ROM and found my email address in it. Give ****ing credit or stop *****ing about others doing what you did.
It irks me to see a developer crying foul but doing the exact same thing they are complaining about.
This looks promising if you'll base it off gingerbread instead of ics. Might want to get a hold of cofface or whoever it was that ported miui to v6 devices and ask how it was done. You have a better chance of getting a decent miui build by porting this against a fully working gingerbread rom.
Might have to start from scratch but knowing how it was done in the first place should help a lot.
flashinglights said:
This looks promising if you'll base it off gingerbread instead of ics. Might want to get a hold of cofface or whoever it was that ported miui to v6 devices and ask how it was done. You have a better chance of getting a decent miui build by porting this against a fully working gingerbread rom.
Might have to start from scratch but knowing how it was done in the first place should help a lot.
Click to expand...
Click to collapse
+1
10 char
flashinglights said:
This looks promising if you'll base it off gingerbread instead of ics. Might want to get a hold of cofface or whoever it was that ported miui to v6 devices and ask how it was done. You have a better chance of getting a decent miui build by porting this against a fully working gingerbread rom.
Might have to start from scratch but knowing how it was done in the first place should help a lot.
Click to expand...
Click to collapse
Looks like MIUI v4 is an ICS based rom, are you saying use an older version of MIUI?
Shakes27 said:
Looks like MIUI v4 is an ICS based rom, are you saying use an older version of MIUI?
Click to expand...
Click to collapse
Yes, why work on porting something over that even the higher end devices have problem running. Instead port over the gingerbread miui using jaybobs gb build as a base and that should fix a lot of problems.
Exactly why DX is gingerbread.
Sent from my PG86100 using xda premium
flashinglights said:
Yes, why work on porting something over that even the higher end devices have problem running. Instead port over the gingerbread miui using jaybobs gb build as a base and that should fix a lot of problems.
Click to expand...
Click to collapse
I think I've just fixed the only bug keeping it from being a stable ROM in my port. As soon as he ports his over, it will work just fine. No problems, hopefully
lithium76 said:
You should follow your own advice. Your ROM for the Galaxy Mini is based off of one of my MIUI.us ports. I'm getting FC emails with a model name "tass" and I inspected your ROM and found my email address in it. Give ****ing credit or stop *****ing about others doing what you did.
It irks me to see a developer crying foul but doing the exact same thing they are complaining about.
Click to expand...
Click to collapse
if you mean this port is not mine: http://forum.xda-developers.com/showthread.php?t=1521241
Updated.
Thanks to BeansTown106 for the phone force close fix.
The rom is usable now. We're looking at an issue with the dialer force closing.
Can receive calls, send/receive sms.
Post any issues you have
flashinglights said:
Yes, why work on porting something over that even the higher end devices have problem running. Instead port over the gingerbread miui using jaybobs gb build as a base and that should fix a lot of problems.
Click to expand...
Click to collapse
Makes sense, would love to see a speedy MIUI. However this looks awesome, still going to flash and try it out.
Sent from my HERO200 using XDA
Updated - beta1.1
Made several calls now without issue
Fixed su issue
USB mass storage works now (requires su permission)
Make sure you enable root permissions in the MIUI permissions app
Running this now, I really like a lot of things about MIUI, but, alas, the Hero.. would a GB-based one ported over run much more smoothly (probably?)?

[ROM][BETA] Mega ICS [11/03/12]

This is a ICS Rom that is super close to being stable. It's only missing the Bluetooth and Camera Recorder. I might be able to fix both of these with some simple fixes. It's my best ICS Rom cause I've worked on it. Creds to Kushdeck for his ICS base.
{
"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"
}
Features:
Custom Launchers Right At Hand No Downloading Needed
LG ICS Launcher
Very Fast And Smooth For ICS
LG Themes ( Might Not Work - Working On It ASAP )
Android 4.0.4
Almost No Bugs
Known Bugs ( ALMOST NONE! ):
Video Recording
4G
Download Links:
Please Check On OTA Updater App For Now! I Will Post On Here But You'll Get The Update Faster Through There!
Mega ICS Update 5.1 Rom - Here
LG Themes - Here
Google Apps Tweaked - Here
Galaxy Nexus Preview Rom - Here
INSTRUCTIONS ON HOW TO MAKE MEGA ICS WORK!:
Factory Reset
Flash Rom
Flash Gapps ( If Wanted )
Flash Themes ( I Don't Believe They Work )
Fix Permissions Through Clockworkmod Options ( Should Be In Advanced )
Credits:
Kushdeck - His ICS Which I Used And I Used One Of My AOSP To Make This Rom
Change Log:
[9/5/12]
* Added LG ICS Calculator
* Added LG Calendar
* Updated Updater Script
* Updated Build Prop
[9/24/12] - Thank Strapped365 For This Update!
* Many New Widgets From The Leak
* The Gallery May FC Just Use A Temporary From The Play Store For Now
* Moto Launcher Has Been Removed
I WILL NOT BE HELP RESPONSIBLE IF YOUR PHONE BREAKS FROM FLASHING THIS! FLASH ON YOUR OWN RISK PLEASE! ​
Woohoo! I can't wait to get home and try this out!
Sent from my PG06100 using xda premium
Chad The Pathfinder said:
Woohoo! I can't wait to get home and try this out!
Sent from my PG06100 using xda premium
Click to expand...
Click to collapse
Lol thanks! Rom uploaded enjoy!!
Also I'll be trying my best to push ALL bugs out and get a stable ICS.
Thanx Mega, ur the Man!
Sent from my HTC Evo Shift using XDA Premium App
gmoe65 said:
Thanx Mega, ur the Man!
Sent from my HTC Evo Shift using XDA Premium App
Click to expand...
Click to collapse
Lol one second was helping someone with their nook tablet gotta find download link lol
Link Fixed
I tried to thank you but I think I'm out for the day, "thanks action denied" that's what it said lol
bilgerryan said:
I tried to thank you but I think I'm out for the day, "thanks action denied" that's what it said lol
Click to expand...
Click to collapse
Thanks for trying to thanks me so thank you. Lol
I'll make sure i get you one tomorrow
Nice work man, I wana throw this on my friends phone. He just got a replacement from the sprint store >
So 4g works on this as well?
blakeatl said:
So 4g works on this as well?
Click to expand...
Click to collapse
Man.. I forgot all about 4G Thanks for reminding me . I was so used to not having 4G on my phone I just gave up the title Evo Shift 4G to Evo Shift lol but yeah that broken Ill look into it with bigsplit and shelnutt2
megaghostgamer said:
Man.. I forgot all about 4G Thanks for reminding me . I was so used to not having 4G on my phone I just gave up the title Evo Shift 4G to Evo Shift lol but yeah that broken Ill look into it with bigsplit and shelnutt2
Click to expand...
Click to collapse
Even though I have it, it's only available in maybe 3% of the area. Fortunately there's a tower very close to where I live.
blakeatl said:
Even though I have it, it's only available in maybe 3% of the area. Fortunately there's a tower very close to where I live.
Click to expand...
Click to collapse
I'm so sorry :\ I'll look into it. I swapped to verizon cause there were 2 sprint towers near me and one minute it would be max bars the next it would be none. It kept bouncing. So I got spectrum with verizon and 4G LTE all day. Nice for a change. Its almost fast as my comcast. Either way I'll talk to friends about the 4G. I'll try my best to get this stable cause I have a lot of hopes. I love what my LG Spectrum is getting and thought hey why don't I try the launcher on my evo shift before I get it. I should be getting ICS for it this week. Hopefully. Thanks for telling me!
Weird
So i wiped data, cache and everything that is supposed to be wiped then i installed the rom.... but nothing changed i have everything from the previous rom........ so did i do something wrong??.....
Yay!
I just checked yesterday for a stable ICS rom and didn't find any. Then today I checked for S's and G's and would you look at that! There's a stable ICS Rom!
I wanted to show my Mother the Power of ICS...
tello2323 said:
So i wiped data, cache and everything that is supposed to be wiped then i installed the rom.... but nothing changed i have everything from the previous rom........ so did i do something wrong??.....
Click to expand...
Click to collapse
If you flashed the one from my other site then its the same one as this one. I just released it here later.
kiewee3 said:
Yay!
I just checked yesterday for a stable ICS rom and didn't find any. Then today I checked for S's and G's and would you look at that! There's a stable ICS Rom!
I wanted to show my Mother the Power of ICS...
Click to expand...
Click to collapse
Lol Its very close to stable Not yet though. I leave it in beta till I get camera recorder and bluetooth working. Then 4G is another thing
megaghostgamer said:
If you flashed the one from my other site then its the same one as this one. I just released it here later.
Lol Its very close to stable Not yet though. I leave it in beta till I get camera recorder and bluetooth working. Then 4G is another thing
Click to expand...
Click to collapse
Oh no i do not know about the other site, and i have heard it but do not have it.... i had the CM9 AOSP then installed this... but still has everything from the CM9 even i wiped
megaghostgamer said:
Lol Its very close to stable Not yet though. I leave it in beta till I get camera recorder and bluetooth working. Then 4G is another thing
Click to expand...
Click to collapse
What is this 4g you speak of? I don't think Sprint even has this so called '4g' Hahaha. but seriously There's no 4g where i live :/
I'm running Stock ICS on my 3d and I love it, so this ROM is gonna be just as good!
kiewee3 said:
What is this 4g you speak of? I don't think Sprint even has this so called '4g' Hahaha. but seriously There's no 4g where i live :/
I'm running Stock ICS on my 3d and I love it, so this ROM is gonna be just as good!
Click to expand...
Click to collapse
Yeah lol I swapped to Verizon cause I had no service.
Sent from my VS920 4G using xda premium

[ROM][PORT] SmurfMod9-v2.0 (Updated 11-6-12)

{
"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"
}
This is a CM9 port from the OG EVO. It is Smurfed Out CM9, built for speed.
All credit goes to PapaSmurf151 because he did all the work, his thread is located here: http://forum.xda-developers.com/showthread.php?t=1808358
Please visit his thread just because he's awesome.
Kernel Source: https://github.com/pbeeler/htc-kernel-msm7x30
v2.0:
-4.2 JB camera baked in
-JB GApps
-More build.prop tweaks
-and more
Update 1:
-Added Galaxy Sense clock
-Added Smurfed Out build.prop tweaks
-Fixed Facebook Contact Sync (app)
-added boot.img with ramdisk tweaks (thanks PapaSmurf)
Initial release:
-Removed Trebuchet Launcher (not a fan)
-Removed ICS Keyboard (force closing)
-Added LatinIME Keyboard (so you can type)
-4G (reboots)
-Keyboard Lights (fix at the bottom of OP)- play with the brightness settings if having problems
-SmurfMod settings FC (they aren't ready yet)
-Open SuperSU so it can update it's binary if you are having root access issues
Let me know what you find and I will try to fix them as they pop up.
Disclaimer: You are responsible for your own actions.
This is my thread and my work, be respectful... We do this for free, in our free time so you can have more fun during your free time. I will answer questions on my time, I'm not on here 24/7, I have a job and a wife and kids. HAVE FUN!
Download ROM
Place ROM on SD card
Reboot into Recovery (maybe make a nandroid backup)
Wipe EVERYTHING (except sd) or Superwipe at least three times
Install ROM from SD card
Reboot before flashing anything else
Setup your Google account and enjoy
-PapaSmurf151 for letting me use his ROM and helping me fix it
-megaghostgamer for showing me how to port and the base for this ROM.
-BigSplit for all the fixes to this ROM
-And all the former Shift devs for helping me learn Android and answering my questions, XDA is nothing without the Devs
Download link:
http://d-h.st/SFA
MD5 Sum:*47616875d7fed0b95b937e9674f29863
Here's the link to the keyboard lights fix (flash in CWM)- Thanks again BigSplit
http://www.mediafire.com/?52ss75e3vn7l3zw
Addons courtesy of PapaSmurf151:
http://d-h.st/orr
-Flash the zips inside the addons.zip in CWM... Except the bootanimation.zip of course.
-Addons include: Sony ICS Pack, Emoji Font Enabler, Awesome Beats, and the bootanimation for this ROM which is included in v2.0 but not older versions.
Smurf Packs (Courtesy of PapaSmurf151)
Flash each in CWM individually with a reboot in between each:
Dark SmurfMod (Inverted GApps):
http://tinyurl.com/a88dswa
Sprint VVM:
http://tinyurl.com/8v4n5es
CM9 Theme Chooser Themes:
http://tinyurl.com/9kepwqj
Nav Bar:
http://tinyurl.com/a4j9ff5
No Nav Bar:
http://tinyurl.com/cmzwokd
-to take Nav Bar off (no nav bar is default)
Wallpaper Apps:
http://tinyurl.com/a7vyy4n
If you appreciate my work or I helped you please hit the thanks button.
Woohoo! I can't wait to try this!
First!!!
I'm a padowan with no master.
Will try it out when I get home. Thanks
TEAM MiK
MikROMs Since 3/13/11
Congrats man. If you ever need any help feel free to hit me up. Im always around
may I suggest that you look at this thread on some tips to making your op more acceptable
http://forum.xda-developers.com/showthread.php?t=1940772
That should be a sticky at the top of every development forum. My laptop is kinda f***ed right now (thanks to my wife) and I was having trouble posting anything. I will go back and fix it soon. I'm on mobile right now.
bilgerryan said:
That should be a sticky at the top of every development forum. My laptop is kinda f***ed right now (thanks to my wife) and I was having trouble posting anything. I will go back and fix it soon. I'm on mobile right now.
Click to expand...
Click to collapse
Yeah its sticky in the dev section of the evo 4g section. If a mod in here wants to copy and stick it they are more than welcome to over here
Wooot!!!! I'm so happy for ya man! I'm glad I could help you
Sent from my VS920 4G using xda premium
Pretty smooth ROM man, and good job. I had an su issue at first and it wouldn't install anything from the market so I downloaded a supersu.zip and flashed that and when it booted up it was installing from the market. My shifts isn't activated so that could be some of my market issues because this isn't the first time I've had them. I also noticed that before I resolved the su issue that performance settings was having issues scaling the processor and it was causing some battery drain that now seems like it's gone.
So since I ran into these issues that were easily fixed I figured I would post since the thread is still fresh, and anyone else can fix it if they have the same issues
Sent from my miTouch-4G-Slide using Tapatalk 2
Awesome! I've been running this since you posted it. very impressed, super smooth. I do wish bluetooth worked, but other than that it runs great. Good work my man. Also, great ROM to port, running this on my brother's OG right now too haha
Hey wanted to say again, nice port . Good work. Runs Smooth, and Quick. Posted below what I found. Other than items I posted everything seems to be running well.
4G Reboots like ( as posted in OP )
KB lights not working ( at least on mine )
Camcorder not working
BT not working ( as posted in OP )
Is there anyway to make a flashable zip of the tweaks? I'd like to try this on twisteds rom.
Sent from my cm_tenderloin using xda app-developers app
Forgot to note: I did have to flash supersu.zip to get root permissions in this rom
Sent from my HTC Evo Shift 4G using xda premium
prboy1969 said:
Hey wanted to say again, nice port . Good work. Runs Smooth, and Quick. Posted below what I found. Other than items I posted everything seems to be running well.
4G Reboots like ( as posted in OP )
KB lights not working ( at least on mine )
Camcorder not working
BT not working ( as posted in OP )
Click to expand...
Click to collapse
For the camcorder workaround use Videocam Illusion on the Play Store (not confirmed yet but usually works)
fayrarri said:
Forgot to note: I did have to flash supersu.zip to get root permissions in this rom
Sent from my HTC Evo Shift 4G using xda premium
Click to expand...
Click to collapse
Wanna post the link?
strapped365 said:
Pretty smooth ROM man, and good job. I had an su issue at first and it wouldn't install anything from the market so I downloaded a supersu.zip and flashed that and when it booted up it was installing from the market. My shifts isn't activated so that could be some of my market issues because this isn't the first time I've had them. I also noticed that before I resolved the su issue that performance settings was having issues scaling the processor and it was causing some battery drain that now seems like it's gone.
So since I ran into these issues that were easily fixed I figured I would post since the thread is still fresh, and anyone else can fix it if they have the same issues
Sent from my miTouch-4G-Slide using Tapatalk 2
Click to expand...
Click to collapse
I was having the battery drain too glad you found the fix.
blmvxer said:
Is there anyway to make a flashable zip of the tweaks? I'd like to try this on twisteds rom.
Sent from my cm_tenderloin using xda app-developers app
Click to expand...
Click to collapse
I'm working on using that as a base so we'll have Bluetooth but it's not playing nice right now (with any ROM that I'm playing with) BigSplit said how to fix it on Mega's thread.... But it may be above my scope of ability right now.
bilgerryan said:
Wanna post the link?
Click to expand...
Click to collapse
Supersu: http://forum.xda-developers.com/showthread.php?t=1538053
flash in recovery. By default, the ROM was not giving me root permissions until i flashed this. The superuser binary kept refusing to install, and if I tried to use an app requiring root, it would fail to get permission.
About the camcorder, would switching out the APK from twisted not get it working? or is there some other stuff that needs to be done?
bilgerryan said:
I'm working on using that as a base so we'll have Bluetooth but it's not playing nice right now (with any ROM that I'm playing with) BigSplit said how to fix it on Mega's thread.... But it may be above my scope of ability right now.
Click to expand...
Click to collapse
I hope you do. I used smurfed out tweaks ages ago on my shift but after version 6(I might be wrong) it wouldn't work. But I was to lazy to investigate my build.prop.
Sent from my cm_tenderloin using xda app-developers app
bilgerryan said:
I'm working on using that as a base so we'll have Bluetooth but it's not playing nice right now (with any ROM that I'm playing with) BigSplit said how to fix it on Mega's thread.... But it may be above my scope of ability right now.
Click to expand...
Click to collapse
Hit me up on gtalk and I will help u get it working on any rom as a base or teach u to build from source.
XDA Moderator
fayrarri said:
Supersu: http://forum.xda-developers.com/showthread.php?t=1538053
flash in recovery. By default, the ROM was not giving me root permissions until i flashed this. The superuser binary kept refusing to install, and if I tried to use an app requiring root, it would fail to get permission.
About the camcorder, would switching out the APK from twisted not get it working? or is there some other stuff that needs to be done?
Click to expand...
Click to collapse
If I wasn't on vacation and had access to my net book I would try this(for camcorder), try replacing the camera lib files from twisted and the camera app and see if it works.
Sent from my cm_tenderloin using xda app-developers app

Categories

Resources