[ROM] ICS 4.0.3 With working camera [UPDATE 01.05.2012] - Hero, G2 Touch Android Development

A new version is now out, and it contains some major improvements in terms of performances and speed. It has Las_Venturas 1.0RC3+ kernel packed (thanks @jordfaz), the new camera fix (thanks @stritfajt), the scripts are now up and running (thanks @riemer for the tip), fixed app2sd and cache2cache script, Habarug's modded Phone.apk (disabled the red hang up button), a new Evervolv Toolbox + a superb boot animation (probably the best boot animation I've saw from 2009 till now). It also includes a nice script called 13cpuspeed from where you can set your own values and governor. You can see the values changed in evervolv toolbox under performance tab.
Right now when you flash the zip, the cpu speed is OC'd at: 264-652 smartass V2. I suggest you increase the min value to 352mhz. I've done this to avoid flashing a 'safe' kernel on top of the rom for those heroes that cannot support higher cpu speeds and also it's a safe way to change your values from within the script, no need for 3rd party app.
Why it is improved? Because in v2 and lower, the scripts were lying in init.d but they did not activate on boot thus making them basically useless.
But there is one more script left in init.d that it's not working. This is the *****! '02ramconfig'. This basically sets the internal task killer to higher values giving our hero a little boost in speed. I have tried many ways to force it to start. IT seems that when the boot animation is on, the values are set according to the script, after that, the values turn to normal.
We will investigate this further as we move our focus towards 4.0.5 when the sources are out. But at the time being I will show you other ways to activate the script, so don't delete it:
Keep in mind that you need to do it on every boot. Just choose a way that suits you best and do it every time you reboot your phone.
1. install AMM - auto memory management - from the market, and set it at mild or agressive.
2. If you have android sdk installed on your computer, just make this:
enter cmd and navigate to your android-sdk\platform-tools
Connect your device (make sure you have usb debugging enabled from settings).
Type adb shell and now you should type this command:
Code:
echo 1536,3072,4096,21000,23000,25000 > /sys/module/lowmemorykiller/parameters/minfree
after this, to see if the values are set, you can try this:
Code:
cat /sys/module/lowmemorykiller/parameters/minfree
and if it looks like this; 1536,3072,4096,21000,23000,25000 you are ready to go.
3. If you have 'Root Explorer.apk' you can press on any of the script from init.d (minfree, cpuspeed) and select run as Linux Script Handler -> Execute.
And the values should fire up. Note: for cpu speeds, do this after you've changed your cpu settings using a text viewer (explorer works also).
I suggest you all guys flash this latest version because includes almost all major fixes and the call drop should be fixed in this. Also, you can install apex launcher for a better performance, you will never regret it. You can enable some cool features that LV Kernel comes packed with (zRam or Kernel samepage merging briefly known as ksm). I suggest play with ksm and see how it goes.
Another nice tweak you can make to increase performance is to limit the processes to only "4" from settings-developer options-background process limit. You can play with this value as well but I suggest leaving it at 4 if you want to be enabled.
Disclaimer: I am not responsible for what YOU do to your phone...
You assume all responsibility and risk associated with flashing any ROM. Make a backup!!!
What's Working:
camera
touchscreen
physical & capacitive buttons
wifi
gps
data
calls
sms
mms
audio, ringtones, notifications, alarms
microphone
root
adb
sdcard
usb mass storage
sensors
vibration
trackball navigation, selection, light
notification / charging LED
Partially Working:]
Stock ICS gallery app - displays black boxes. must press and drag finger to shows pics
live wallpapers
Not Working:
camcorder
bluetooth
wifi signal strength icon display
built-in screenshot feature
google music app
Hwa
you tell me....
Known Bugs:
- SetupWizard reloads and turns a black screen for a couple of seconds at start up.
- screen turns black for a couple of seconds when using the gyroscope.
Keep in mind that this is in the early stage of development so not everything will be completely stable or working perfectly.
You flash this ROM at your own risk! Be sure to make a nand backup and do a full wipe before flashing.
Downloads:
ROM - ICS 4.0.3 v2.1.1
HeroICS_4.0.3_V.2.1.1_lvkernel1.0RC3_signed
ROM - ICS 4.0.3 v2
http://www.2shared.com/file/y9H80-YS/hero_ICS_403_v2.html
Lights format all (use it to format boot, cache, data and system)!!
https://hotfile.com/dl/153710444/c085539/Lights_Format_All.zip.html
If you have trouble with bootloops and freezing of youre phone than try to flash this kernel!!
Flykernel 13 max 614Mhz
https://hotfile.com/dl/153728037/28f7ceb/FlyKernel-13-M614-m176.zip.html
No need to flash Gapps, they are included in this build!
Video preview of the ROM: (Thanks to gkillerx)
http://www.youtube.com/watch?v=B8zvkA8SQzs
* Recommended Flashing Instructions * *YOU CAN USE CWM OR AMON_RA***
1 - full wipe: data + cache + dalvik cache
2 - flash lights format all
3 - flash the ROM zip
4 - flash the kernel from above if youre phone does not support cpu settings of 652Mhz
5 - reboot: the first boot will take awhile
6 - ensure everything is loaded and settled by letting the screen timeout and waiting a minute or so before waking it up and proceeding
7 - go through the google setup wizard and then wait another couple mintes to allow the rest of the ROM to load up and any google data to sync
8 - reboot and allow things to load up again
9 - everything should now be ready to go
* Tips *
Enable "Force GPU Rendering" in "Settings - Developer Options" (it helps flinger to be more smooth).
Disable "Report usage and errors" in "Apex Settings - Advanced settings".
Use setcpu.apk or similar overclock app
Use autokiller.apk or similar taskkiller app
In settings->developer options: make sure window & transition animations are off
In settings->language & input->android keyboard: turn off popup/vibrate on keypress
Can open a running apps list by long-pressing the home button & swipe(or long-press) to clear (useful if an app won't open or system slows down to clear out some memory)
Disabling an app is very easy in ICS: either through the manage app screen or by dragging a particular app from the drawer to the "app info" section displayed at the top of the screen, you'll find a button to disable that app
Performance-wise it could be worthwhile to play around with the "background process limit" and "don't keep activities" options in settings->developer options
The ICS launcher makes it simple to create & use folders: just drag one icon on top of another, let go, and they will now be in a folder together which you can name whatever you like.
Apex settings - drawer settings - Disable Show Widgets tab (it helps on app drawer faster open/close).
*Change log*
ICS 4.0.3 V2.1.1:
- changed kernel to Las_Venturas 1.0RC3+ (thanks @jordfaz)
- the new camera fix (thanks @stritfajt)
- scripts up and running (thanks @riemer for the tip)
- fixed app2sd and cache2cache script
- Habarug's modded Phone.apk
- A new evervolv toolbox
- changed the boot animation with a beautiful one.
- added script 13cpuspeed
- limited the cpu at boot to max 652 mhz/smartassV2.
- fixed scarry OFFSET error when flashing the new rom!!
ICS 4.0.3 v2
- Added camera libs (great thanks to stritfajt)
- Replaced Quickpic with working quickpic
I would like to thank the following people for their dedication and hard work on this ROM:
1ceb0x
stritfajt
lost101
nickholtus
vanaf
I hope that a dev could help solve the problem with bluetooth
and the error while searching for other mobile networks. If you like to help send me a PM !!
If you like donate me a beer for my work hit "donate to me"
dont forget to hit the thanks button

looking forward to flashing this. cant flash as of now because need a stable phone but hopefully i'll be able to test sometime next week
i really hope its possible to get a stable ics rom on the hero *fingers crossed*

Nandroiding now Will test for a few hours before I go out
Edit: Slow download or is it just my comp?

@samm000: thank you for your work, can't wait to flash this rom, gotta see the camera working
@Habarug : yeah sloow download speed, it will take 1 hour to download the rom but I am patient
Edit: I flashed it after a full wipe, but not even after waiting 30 minutes it never passed beyond the splash screen (HERO screen), so it was in a bootloop.. gonna try to download the rom again when i get home from work.

Okay, I finally got it working here. Keyboard and pulldown and such is really smooth! but lots of apps, like search, browser, email, voice search etc is FCing all the time :/ Even Launcher is, so I can't use it ....
Edit: trying to reflash
Edit2: ....this is so awesome
Edit3: I'll try this today There are some resize issues, like the statusbar widgets being really high, I can try to fix it when I have time

Ciprilik said:
@samm000: thank you for your work, can't wait to flash this rom, gotta see the camera working
@Habarug : yeah sloow download speed, it will take 1 hour to download the rom but I am patient
Edit: I flashed it after a full wipe, but not even after waiting 30 minutes it never passed beyond the splash screen (HERO screen), so it was in a bootloop.. gonna try to download the rom again when i get home from work.
Click to expand...
Click to collapse
Try to reflash the kernel with flykernel13, that could solve the problem
keep me in touch

samm000 said:
Try to reflash the kernel with flykernel13, that could solve the problem
keep me in touch
Click to expand...
Click to collapse
ok gonna try now
Edit: Nope it still bootloops : full wipe, flash rom, flash flykernel 13, reboot ... stuck on Hero screen for 20 minutes straight. I think the zip I downloaded is faulty ... gonna try to download and flash it again when I get home.

Ciprilik said:
ok gonna try now
Edit: Nope it still bootloops : full wipe, flash rom, flash flykernel 13, reboot ... stuck on Hero screen for 20 minutes straight. I think the zip I downloaded is faulty ... gonna try to download and flash it again when I get home.
Click to expand...
Click to collapse
I will upload the next update on hotfile server perhaps that it will solve youre problem.

has anyone actually gotten this to boot? anyway, try the CM9 launcher, it looks exactly like native ICS launcher but with more options and on glassmacka rom it was reported to be faster than the native launcher

Notn4 said:
has anyone actually gotten this to boot? anyway, try the CM9 launcher, it looks exactly like native ICS launcher but with more options and on glassmacka rom it was reported to be faster than the native launcher
Click to expand...
Click to collapse
The rom boots!!
be sure to wipe all data and system (format boot, data, system and cache in recovery)
I use my ROM for A several days now and I can say that the rom is very fast
there is no need to install other launchers.
if you like you can allways install other launchers.

Thank you so much for this ROM!
After having it installed and used it only briefly I must say it works pretty smooth. It's not slow at all! Feels great that our old HTC is still in the game!

I can confirm that its fast and stable
Sent from my Hero using XDA

Thank you,
I do my best for our hero
However, I will need help to solve the problem with the error when searching for other mobile networks.

finger crossed...

Is this rom ported from http://forum.xda-developers.com/showthread.php?t=1352170 this?

In aplha 1.0 yes, I had a lot of problems making it work right because the port didnt work well.
The other builds are made by me.
I have use the camera base as the base for our camera
Sent from my Hero using XDA

flashing "OpenGL_2.0_by_harut56.zip" will turn the rom's "ro.opengles.version=131072" into "ro.opengles.version=65537" ... isn't that going to revert OpenGL from 2.0 to 1.1 or am I wrong and confused?

Ciprilik said:
flashing "OpenGL_2.0_by_harut56.zip" will turn the rom's "ro.opengles.version=131072" into "ro.opengles.version=65537" ... isn't that going to revert OpenGL from 2.0 to 1.1 or am I wrong and confused?
Click to expand...
Click to collapse
you are right,
I have turn on the hw acceleration in alpha 1.0.2 but didnt test it yet,
it looks like that it can work on opengl 2.0 without flashing it.
please test it again
Thank you for that

no problem gonna leave my phone to charge for a while .. it's at 3% , I'm gonna flash the rom in a few hours.

Ciprilik said:
flashing "OpenGL_2.0_by_harut56.zip" will turn the rom's "ro.opengles.version=131072" into "ro.opengles.version=65537" ... isn't that going to revert OpenGL from 2.0 to 1.1 or am I wrong and confused?
Click to expand...
Click to collapse
OpenGL mod is based on modified OpenGl 1.1 libs,thats why version is 65537,you can try with version 131072,I haven't tested it yet.

Related

[ROM][276 MB free on DATA!] MMod 1.2.3 [Hero 2.1 WWE + Legend] [GPL Compliant]

Discontinued, ****ed up my MTD partitions and I won't use this ROM anymore because I don't want to re-setup everything.
Sorry guys.
My "return"
It's summer break here in Germany now, and I've got some free time, which I wanted to spend on Android ;-)
Features:
- Based on Smoki 0.7.6 for the HTC Sapphire/Magic
- 2.1 Sense
- Multilanguage - Credit for Chinese goes to: capychimp
- Much faster and more stable than Froyo ROMs
- Sexy Droid X-HTC mix boot animation <3
- Live Wallpaper support in ADW, LauncherPro, etc (Quite fluid)
- Friendstream
- FULLY working Gallery3D
- HTC Newswidget & Google GenieWidget
- Chinese supported
- Zipalign-on-boot for better performance
- No compcache
- Protected apps working, use Market Access app if you can't access them in your country
- Powertop for battery monitoring
- HTC Desire lockscreen, looking much better
- Newest YouTube app with HQ button
- WiFi-Tethering via aNetShare working
- Kernel based on Ninpo's, see Changelog!
- Jonasl's HTC_IME mod
- Adblocking-hosts file
- Fully odex'ed so you get more free space on /data & Fast first boot
- SwiFTP server included, no need to mount your phone via USB anymore
- Battery percentage indicator
- Quickoffice, PDF-Viewer & Teeter can be uninstalled
- EVO-like settings widgets
- 276 MB FREE SPACE ON DATA!
Removed:
- Stocks + Widget
- Footprints + Widget
- Java ME
- Ringtones
- "Get more Widgets"-Widgets
- Google Maps, get it from the Market
Known bugs:
- Some users are experiencing SetupWizard FCs and can't boot due to that issue, fix available down this post.
- Wifi may fail to scan for networks automatically. Go into settings, Wifi, then press menu & scan
What's to come? What do I plan to change in future releases? If something is done, it's marked in blue. List is sorted by priority.
- Better armv6 optimization
- Interactive governor as default again
- Update Superuser app
- Reinclude HTC_CIME
- Add HTC Legend browser with improved copy&paste
- Vanilla lockscreen as an option
Changelogs:
1.2.2 - 1.2.3
- Fixed the CPU frequency issues
1.2.1 - 1.2.2
- Changed Kernel to one based on Ninpo's (due to GPL violation of Feeyo's kernel) - Added several governors, including interactive governor (conservative is now default), removal of most debug functions and more. This also fixes the 'adb remount' command But also adding one bug for me, check 'Known bugs'
- Added en_MY (Malaysian locale)
- Removed unstable Overclock Widget, better get SetCPU from the Market or here: http://j.mp/b3I0wI
1.2 - 1.2.1
- Fixed 5 MP photos
- Added package to fix the FC on boot, if you get it, flash it!
- Phone should now identify itself correctly as HTC Hero
1.1 - 1.2
- 276 MB free on /data !!
1.0 - 1.1
- Fixed some HTC widgets
- Canadian Locale, confirmed working
- Updated Market Access application
- Updated APN list
- New JIT package, disabler now available too
- Updated openGL driver
Installing / First Install of 1.2+ Guide:
1) Flash RecoveryMod.zip (credit to Klothius), you won't be able to install other custom ROMs than mine (unless they use the same MTD config as I do) until you revert the RecoveryMod!
2) Reboot into recovery again, format system, data & cache in the partitions menu
3) Flash the ROM
( 4) If you get a force-close after booting, flash the fix below.)
Updating the ROM guide:
1) Just flash the ROM
( 2) If you get a force-close after booting, flash the fix below.)
Why is the RecoveryMod necessary?
The ROM is using a modified Kernel commandline to change the partitioning, to be exact, it changes the sizes so you get more space on /data.
A custom recovery is needed, because a normal recovery would flash to wrong sectors in the NAND, so the flashed boot.img, which contains initialization scripts, wouldn't be able to recognize and read the system files.
Revert Recovery Guide:
1) Download ROM Manager from the Android Market
2) Flash the recovery via the first option in the app
3) Put another ROM on your SDcard
4) Reboot into recovery MANUALLY
5) Format all partitions except the SDCARD in the partitions menu
6) Flash the other ROM
Downloads:
RecoveryMod:
http://www.megaupload.com/?d=FY6CBAEE
ROM:
1.2.3 -> http://www.megaupload.com/?d=0JG7AWMH
1.2.2 -> http://www.megaupload.com/?d=5OOKBLTY
These releases will be removed on Sunday, August 22 due to GPL violations. If you need them, download and keep a backup. Please do not re-upload!
1.2.1 -> http://www.megaupload.com/?d=UXHUVYU5
1.2 -> http://www.megaupload.com/?d=7V09XRTC
1.1 -> http://www.megaupload.com/?d=PB0FHNN1
1.0 -> http://www.megaupload.com/?d=50M3Q14B
Get a 'Force Close' after booting? Flash this and retry!
http://www.megaupload.com/?d=18XPD13W
Screenshots
http://j.mp/bWkqpD
Kernel source as of version 1.2.2 can be found here:
http://github.com/maxisma/MMod_Hero_Kernel Config is included. (Based on Ninpo's Kernel source, thank you! His source is here: http://github.com/Ninpo/kernel-hero)
1st yayayyaaya
sounds good, im lookin forward to trying it
Looking forward to the release
No apps 2sd ???
[email protected] said:
No apps 2sd ???
Click to expand...
Click to collapse
looks fantastic, with a2sd it would be even better, when will the release be out, looking very attractive
good choice on kernel, when other devs switch to that kernel (such as robomix) their performance jumps to the top of the list LoL.
I like what I'm reading
Can confirm apps2sd is working.
gaz31 said:
Can confirm apps2sd is working.
Click to expand...
Click to collapse
great! will flash it now, just for the hell of it, had one rom on here for 16 hours... FAR too long LoL
and I need something to flash while I f5 for froyo cameras...
dkelley said:
great! will flash it now, just for the hell of it, had one rom on here for 16 hours... FAR too long LoL
and I need something to flash while I f5 for froyo cameras...
Click to expand...
Click to collapse
Ahh we cross meet over the threads again xD
Anyways this ROM seems to be pretty nice. Good performance and I really like FrindStream and the legend stuff
maxisma, thank you for including United States English. I'm tired of sense roms giving me a british accent in google nav and british news sources in google news+weather widget.
However, adding a canadian locale would be even better sir!
dkelley said:
maxisma, thank you for including United States English. I'm tired of sense roms giving me a british accent in google nav and british news sources in google news+weather widget.
However, adding a canadian locale would be even better sir!
Click to expand...
Click to collapse
Yes, I can do that, if you tell me the code for it, US English would equal
en_US, so Canadian would be en_CA, right?
maxisma said:
Yes, I can do that, if you tell me the code for it, US English would equal
en_US, so Canadian would be en_CA, right?
Click to expand...
Click to collapse
yes, at least it is in Linux.
dkelley said:
yes, at least it is in Linux.
Click to expand...
Click to collapse
Alright, will be included in the next release!
JIT
JIT patch not available in the link?
nice rom, running terrific!
only (super low priority) suggestion I have is that maybe you could consider making the lockscreen semi-transparent rather than 100% transparent? it's really confusing to anyone other than me. coworked picked it up and tried tapping things and thought it was broken, I told them to drag it down. voila, but it's a little misleading.
it's really not important though - and definitely a matter of taste.
dkelley said:
nice rom, running terrific!
only (super low priority) suggestion I have is that maybe you could consider making the lockscreen semi-transparent rather than 100% transparent? it's really confusing to anyone other than me. coworked picked it up and tried tapping things and thought it was broken, I told them to drag it down. voila, but it's a little misleading.
it's really not important though - and definitely a matter of taste.
Click to expand...
Click to collapse
+1
this seems to be incredibly quick though!!
if this adds Canadian locale this will be my new permanent rom.
us Canadians never get any love
Hi Maxisma,
Just wanted to say that this rom is really great.
Super smooth and friggin' fast ( even without OC )...
Only thing not working for me is the JIT patch but since JIT doesn't work on any 2.1 rom for me that's not an issue
*yeay flippin' flipclock is back
A question about the ROM, when you specify "- Battery percentage indicator" does that mean CyanogenMOD-like indicator or a widget or so?

[GT-S5660][ROM] Jonas Hendrickx's ROM v3.1 [2.3.5][XXKS2]

About this ROM
This ROM is all about battery, performance and stability. GioPro, SimpliGio, and Sgg dt have many tweaks which are not working due to syntax errors. While some others may work but are not optimized for our Gio. Don't get me wrong. They are great roms! But I hope I can correct what I feel they did wrong.
Screenshots
Features
- ROM Base: XXKS2 (Android 2.3.5)
- Stock rooted
- Deodexed
- Zipaligned
- Custom themes
- Fixed Gingerbread lag
- Clean ROM
- Improved performance
- Improved battery life
- Improved stability
- Integrated APP2SD by darktremor
- Tweaks from GioPro, SimplyGio, Sgg dt and even tweaked them for better results
Downloads
v3.1 - GT-S5660XXKS2(2.3.5)
v2.3 - GT-S5660XXKQG(2.3.4)
Download List
Froyo KC6 build of my ROM is coming soon for those who do not like Gingerbread
Click to expand...
Click to collapse
Donate me if you like my work
Installation procedure
Download mode: Volume down + Home + Power button (do this when talking about flashing with odin)
Recovery mode: Homebutton + power button (do this when talking about wiping data,cache and dalvik cache)
1. Download v3.1 - GT-S5660XXKS2(2.3.5) first.
2. Flash with Odin and OPS file
3. Boot into CWM Recovery: Home + Powerbutton (hold both)
4. Wipe data, wipe cache, and wipe dalvik cache
app2sd 1. Format partitions like this: 1-fat32 & 2-ext2 (Use EASUS Partition Manager for example to do the job)
app2sd 2. Run APPSDGUI and change whatever you want.
app2sd 3. Reboot
Themes
If you are experienced in theming, feel free to do so for my ROM. I will happily add them to this page.
Issues
- KS2 has Wifi detection problems. Try setting the Wifi scan interval lower in the build.prop (15-60)
Changelog
-v3.1 06/10/2011
- Forgot to deodex and zipalign in previous version. This ROM is now deodexed and zipaligned
Click to expand...
Click to collapse
-v3.0 06/10/2011
- Updated base to XXKS2(2.3.5)
Click to expand...
Click to collapse
-v2.3 02/10/2011
- Dalvik heapsize increased to 80m for testing.
- init.d auto detect scripts
- APP2SDGUI integrated
- And some more tweaks.
Click to expand...
Click to collapse
-v2.2 22/09/2011
-v2.1 19/09/2011
ROM released
Version 1.1 uploaded at http://code.google.com/p/gt-s5660-jonashendrickx-rom
Added app2sd support
Let me know what you think of it
Hi,
Can you give me the link for app2sd? There was link before. Please beacause i cant, do it in my gio.
woda85 said:
Hi,
Can you give me the link for app2sd? There was link before. Please beacause i cant, do it in my gio.
Click to expand...
Click to collapse
I had integrated app2sd. But it was not working on reboot. So I had to reapply it again.
I am currently asking people for help on how I can keep a2sd on start.
However a2sd can be found here
http://forum.xda-developers.com/showthread.php?t=1209425
If you happen to know a solution on how to auto start scripts let me know
i dont know. for link2sd i use script manager to run "install-recovery.sh"
I will look for script manager.I will work as fast as possible
good work !! screenshot plz
djjonastybe said:
I will be making custom ROMS for Android in the near future.
Features
- The latest ROM base available
- CWM Recovery
- Stock rooted
- Deodexing: means that this ROM is themeable
- Zipaligned: all *.apk and *.jar files are optimized for faster access and smaller file size
- This ROM is themeable
- Tweaks for RAM, ...
- Replaced default messaging app with Go SMS Pro
- Replaced touchwiz launcher with GO Launcher Ex
To do:
- LCD Density
- integrated CWM recovery
- 5 lockscreen mod
- extended power menu
- app2sd (need help on how to auto start the scripts???)
Downloads
Installation procedure
For best results, flash this ROM first:
http://hotfile.com/dl/128609834/5d1ee8e/S5660XXKQB_S5660XXKQ5_S5660PRTKQ4.rar.html
Pass: samfirmware.com
1. Open up odin
2. Connect phone to computer (make sure it is in debugging mode)
2. Select 'One package'
3. Now select the package where you have downloaded or extracted my ROM
4. Press 'Start' - WARNING DO NOT DISCONNECT!
5. Reboot to recovery and do a data wipe/reset. Else in the phone dialer type *2767*3855# for a reset.
Donation
Donation is always welcome. Donation can be done to [email protected] @ Paypal
I also have a international bank account...
Donation money will only be spent for buying a second Gio or will only be spent for use in my project.
Helping
Help is greatly appreciated. If you are interested to share information let me know...
Credits
dharamg3
Click to expand...
Click to collapse
Please, no default ROM manager. There are users who brick their phones using ROM manager, apparently without doing stupid things. Please see here: http://s5660.pl/temat-martwy-gio
forum is in polish, but google translate will do a good job
And if I'm allowed, please let me tell what I would like to see on a "generic" custom rom:
- rooted;
- root explorer integrated;
- deodexed;
- phone should not be unlock by menu (power) button + left touch button (as with gio versions);
- safe tweaks to memory;
- a2sd installed but not activated (I don't like logs full of errors from a2sd);
- GUI: icons from GIOpro_v3, CRT animation, unlock buttons from simplygio (the round blue-red ones, with a sharp corner) - or a separate theme (maybe editable by userd) that can be applied;
- default: launcher (can be changed by user, no big deal), music player, no app that can be installed simply from market or internet.
Thank you for sharing your knowledge and (the most important!) your work with us!
Screenshot Please.
I also would like to not to have unlock by menu option.
Screenshots coming!
Do you guys mind I replaced the default messaging mms.apk with Go SMS Pro? Since there happens to be a bug in mms.apk on every Gio that makes the keyboard appear relatively slower.
v1.4 will feature Touchwiz launcher again, removed CWM
djjonastybe said:
Screenshots coming!
Do you guys mind I replaced the default messaging mms.apk with Go SMS Pro? Since there happens to be a bug in mms.apk on every Gio that makes the keyboard appear relatively slower.
v1.4 will feature Touchwiz launcher again, removed CWM
Click to expand...
Click to collapse
Go SMS Pro is free on the market, and removing mms.apk is easy with root explorer, isn't? I don't think you should bother replacing the default one.
In place, I propose to do something like Slax:simple updates that can be applied over the ROM, to add (or change) functionality.
so, for example, there should be one update to replace the default messaging application with Go SMS Pro.
is-it reasonable? it should help you to release a clean bug-free ROM, and users will not flash the whole system over and over again. IMHO this will be great.
esilviu said:
- root explorer integrated;QUOTE]
That would voilate xda warez policy.
As for gui easy use uot kitchen
Sent from my ST15i using xda premium
Click to expand...
Click to collapse
r33p said:
esilviu said:
- root explorer integrated;QUOTE]
That would voilate xda warez policy.
As for gui easy use uot kitchen
Sent from my ST15i using xda premium
Click to expand...
Click to collapse
-then don't include root explorer (but prepare all the background for it to work properly)
-uot kitchen is online for the moment... who will know how it will be a week from now... but yes, it's a good idea to have a few themes as zip file to be updated on the phone.
Click to expand...
Click to collapse
Root Explorer suckes in my opinion...
Try looking for Advanced Tools (free)
It has a built in task manager which is able to see everything. Not just running programs, even the acore etc...
The file explorer is far superior to those I have seen. You also have like 4 tabs.
A build.prop editor is also in it.
If you guys want I will release a quick fix with just the Mms.apk and touchwiz30launcher.apk back in action. But I am actually working on ext2 conversion and support for /cache /data and /system for our phone... So far it works, I have Quadrant score of 1600
djjonastybe said:
Try looking for Advanced Tools (free)
If you guys want I will release a quick fix with just the Mms.apk and touchwiz30launcher.apk back in action. But I am actually working on ext2 conversion and support for /cache /data and /system for our phone... So far it works, I have Quadrant score of 1600
Click to expand...
Click to collapse
Advanced Tools is looking good, but I did not test-it enough (yet).
1600 on Quadrant is quite a good score, it just tell us that you are on the right way!
I understand that at this moment moving/extending some folders on the sdcard is the hardest part. What happens with the system when card is connected as storage on the PC? Only fat32 partition is unmounted? More...I'm almost sure that the speed of sdcard is inferior to the speed of internal storage, so moving everything on the card will slow-down the phone. Installing conventional linux on sdcard/usbstick is not recommended: usual read-write cycles of the OS wear the sdcard/usbstick very fast.
So, imho, only the storage folder of android OS should be moved.
I still vote for a minimum modified ROM, that will allow any other modification with only "updates" and simple file replace/edit on the OS.
and another thought: "free RAM is useless RAM",
in other words: internal memory of the phone should not be as empty as possibly... (it's like you have a fast car in the garage but you use a slow and hungry cart to drive)
GT-S5660M ?
Will this work on the Samsung GT-S5660M
This is apparently slightly different version that is sold in Canada by Bell and Virgin Mobile. This thread explains more about the differences
If I5660XXKQB works for your phone then this one will work as well.
My personal opinion is every model has its own firmware. For the best experience of your phone and the least bugs, you should use your own phone's firmware for your safety.
But I remember I5800 and I5801 being fully compatible with eachother. But this wasnt the case for I5000 and I5000L for example. Honestly I don't know it is you having that phone !

[ROM]MIUI v4[ICS][Version-1.5]

Here is MIUI v4 (ICS) ROM i cooked a while back
Ported from:
---Ported from Hero CDMA MIUI v4
---Based on jordfaz's CM9
---Some stuff from Henry_01's MIUI port
---Using Las Venturas 1.2 kernel by riemer
Problems:
---APNs
---Wi-Fi signal notification always on low
---Root
---Headset
---Camera
---Keyboard force closes
---Gallery, use QuickPic
---Something denies root to UMS
---ROM is slow
---Some clocks need resizing
---Sometimes ROM does a hot reboot
---Cant save screenshot
---Sometimes image blurs when scrolling through homescreens (After 1 or 2 reboots it becomes ok)
How to install:
---Download the rom and put it on your SD card
---Reboot to clockworkmod
---Wipe data, wipe cache
---Go to advanced tab/Wipe dalvik cache
---Flash the ROM
---Reboot and say hello to your new ROM
Tips:
---When you first boot the ROM give it a few minutes then reboot it
---Remember to allow root in MIUI permissions app
---In launcher settings disable icon shadows, that should make it faster
Credits:
---Henry_01
---whoshotjr2006
---ajrty33
---deba1994 (Helped me a lot)
---jordfaz (Made an awsome CM9 ROM, and helped a lot)
---Me i guess
Extra stuff:
---App2SD
Download links:
---Release 1.5
http://www.mediafire.com/?x9845tofo2ojuxj
---Release 1.4
http://www.mediafire.com/?vk3f3juutl7j403
---Release 1.3
http://www.mediafire.com/?f4zbowi9u5otd12
---Release 1.1
http://www.mediafire.com/?h38bevh4kc79qx9
---Release 1:
http://www.mediafire.com/?02jsvn2jtjt5c0m
Screenshots:
Changelog:
Version 1.5(24/07/12)
-> Fixed APN's (Swapped apns-conf.xml with the one from CM9)
-> Fixed root (Swapped LBESEC_MIUI.apk and su from Henry's ROM)
-> Swapped google play with the one from AOKP (One that was there hot rebooted the phone)
-> Removed Superuser.apk (Not needed since LBESEC_MIUI.apk is MIUI's superuser app)
-> Added App2SD
Version 1.4
->Speed tweaks, upgraded OpenGL to 2.0 (Thank jordfaz)
->Fixed GSM network, it now connects automatically. Let me know is data working
->Replaced default galleries with Quickpic, you need to update it from the market to use it
->Swapped framework with one from MIUIv4 Wildfire s
Version 1.3
->Fixed keyboard
->Minor speed tweaks (Thank jordfaz)
Version 1.1
-> Fixed Camera
-> Changed bootanimation to XDA Developers (Thank HJ200)
-> Changed default CPU governor to ondemand
-> Fixed chinese text in some clocks and clock positions
Version 1<
->Initial Release
"GC_EXPLICIT freed 40K, 54% free 1190K/2560K, paused 1ms+1ms" this is not an issue. that's the internal task killer.
I know, but it looks like it's a bit over killing
EDIT. My bad it isnt doing it anymore
I think i can fix native USB mounting like i have in my paranoid android port (will upload soon), and have you tried my init.d scripts from my cm9 rom (apart from loopy smoothness tweak) for speed tweaks if they arent in there already
Glad you finally got it working
Thanks for your hard work, looks great...
jordfaz said:
I think i can fix native USB mounting like i have in my paranoid android port (will upload soon), and have you tried my init.d scripts from my cm9 rom (apart from loopy smoothness tweak) for speed tweaks if they arent in there already
Glad you finally got it working
Click to expand...
Click to collapse
I copied the whole folder init.d from your CM9. I'll try to copy sysctl.conf. I pushed it to my phone last night and it got into bootloop. I'll try to cook an alpha ROM with your sysctl.conf in it.
kemoba said:
I copied the whole folder init.d from your CM9. I'll try to copy sysctl.conf. I pushed it to my phone last night and it got into bootloop. I'll try to cook an alpha ROM with your sysctl.conf in it.
Click to expand...
Click to collapse
Did you delete loopy smoothness tweak? because that locks trebuchet launcher in memory.
jordfaz said:
Did you delete loopy smoothness tweak? because that locks trebuchet launcher in memory.
Click to expand...
Click to collapse
I didnt thanks for the tip. I'll remove it and test. Hopefully I'll make version 1.2 tonight
EDIT. Removed it and it's faster.
kemoba said:
I didnt thanks for the tip. I'll remove it and test. Hopefully I'll make version 1.2 tonight
EDIT. Removed it and it's faster.
Click to expand...
Click to collapse
No problem
disregard this post. things are worked out.
congrats on your miui rom!
sent from my heroc running cm7.2
installed rom..it's quite fast) good job man but i have one problem..i don't have signal(( he(phone) writes in left corner MTS RUS but i can't make calls or go to the internet...any ideas??
axel199513 said:
installed rom..it's quite fast) good job man but i have one problem..i don't have signal(( he(phone) writes in left corner MTS RUS but i can't make calls or go to the internet...any ideas??
Click to expand...
Click to collapse
I'll try to fix
axel199513 said:
installed rom..it's quite fast) good job man but i have one problem..i don't have signal(( he(phone) writes in left corner MTS RUS but i can't make calls or go to the internet...any ideas??
Click to expand...
Click to collapse
Try to go to settings/more/mobile networks and try to search networks operators. If it doesnt find anything dont panic it doesnt find anything to me either and try search networks not search automatically. It should work.
kemoba said:
Try to go to settings/more/mobile networks and try to search networks operators. If it doesnt find anything dont panic it doesnt find anything to me either and try search networks not search automatically. It should work.
Click to expand...
Click to collapse
kemoba - try to look at this post: HERE
it is another issue than what you have BUT it might work in this case also. Just take that file called "eri.xml" from another ROM - shpongle or whatever and replace it see if it works then
L.E: took a look into your build.prop.
you have this line: rild.libpath = /system/lib/libhtc_ril.so
try making it like this rild.libpath=/system/lib/libhtc_ril.so
i just got my hero today, im going to give this rom a chance
tried to fix gsm..like wrote 1ceb0x in jb thread..flashing it now...will say soon if it works or not))
EDIT: nope, it doesn't want to work properly(((it can search networks operators but can't connect automatically to them(( in your rom this (Try to go to settings/more/mobile networks and try to search networks operators. If it doesnt find anything dont panic it doesnt find anything to me either and try search networks not search automatically. It should work.) also doesn't work for me...i should search automatically and it works)) i have signal but don't have data(( any ideas how to fix this?? and have you tried to put in your rom tweaks from jordfaz's aokp rom for more speed??
miui roms are a pain in the butt lol what should work never does like it should.
I tried all the speed tweaks i could find and none is working, i have some ideas on how to fix network, ill try them today. MIUI was and will remain tough to port and make it work
Any progress?
Sent from my Hero using xda app-developers app

[ROM] Mi-Roid {PORT} MiuiAndroid v2.11.30 w/ Control Panel

I proudly present to you...... Mi-Roid
Mi-Roid is my port of the crespo MIUIAndroid weekly build with many additions, tweaks and mods added together for a great user experience. If there’s something you'd like added in feel free to post or pm me
For those of you wondering what Miui is.... that is a hard thing to describe but in a genreality it is a complete rebuild of android based on AOSP from the ground up. It has a build in theme manager that makes Cyanogen's look like childs play, you can change almost any little thing instead of applying an entire theme or you can apply an entire theme. It has build in virus scanning, autostart app control, flashlight app and all the goodies of cyanogen or other AOSP roms but in a whole new fashion. It is sort of IPhoneish but still feels like android not some apple product. If you dislike the launcher feel free to download any of your standard favourite launchers and use them, it'll free up some memory too.
Check out this video showing what Miui is
A few of my favorite features are listed below:
**While on the lockscreen if you press and hold home the flashlight will turn on for 30sec
**While on the homescren if you long press home the memory manager comes up to clear/free up memory
I plan on updating by Sunday night or Monday morning following the friday release of each weeks build. This will give me a few days to make sure the basics are working and to try and add features as i work a lot during the week and weekend gotta survive this cruel world somehow
If you have issues or questions please post them up here as someone may be able to help you on the forum before i check my PM's or get online to read/post.
Please Read the rest of this post and the ones below it for all info regarding issues and install before asking a question, i know it's pointless to ask this but maybe it'll save me one headache and at least one noob a thrasing from the senior members.
Screenshots ** Click on it, its a slideshow of a few shots - more to come
Current Version Miui Android 2.11.30
Change Log: http://miuiandroid.com/community/threads/miui-rom-2-11-30.18891/
What's Not Working
**Google Voice**
**Sprint Visual Voicemail**
My Additions & Tweaks
-4way Reboot Mod
-updated to latest Google Play Store v3.10.9
-added latest Miui DSP Manager - credit fusionjack
-added init.rc ability - credit CM team
-added init.rc script for sd read/write speed increase - credit CM team
-added init.d script ability - list of scripts below
*Automatic Zip Align - credit brainmaster
*System Tweaks - credit brainmaster
*CPU - my script to set Matrix kernel
-added latest 4.2 Camera, Libs, and Gallery
-added 4.2 ringtones and notifications
-added Microbes Live Wallpaper back in
-build.prop tweaks
-adb enabled by default
-adb icon hidden
-added latest busybox and modules
-Smooth Scrolling Mod
-Supercharged services.jar - I advise you supercharge your MI-Roid rom, far superior memory management and multitasking
-modified DownloadProviderUI for larger download warnings, added 20MB & 50MB - credit Miui.US Toolbox
-auto convert 2+ long sms into MMS to avoid garbled messages when using stock Mms.apk
-Modified/Themed keyboard with swype for Miui - credit fusionjack
-added latest Google Ears for free Music Identifying
-MMS landscape rotation enabled - credit cat_baxter
-added Marmite v 7.1.3
**there are so many features and things about Marmites kernel, please go to his thread to check it all out
Miui Control Panel - thanks to fusionjack & lenny_kano
-removed Updater.apk, MusixFX (DSP Manager in its place), BugReport.apk, WeatherProvider.apk, LegacyCamera.apk, MiuiGallery.apk
--Special Thanks to bedalus for his kernel and how to build guide
--Special Thanks to Miui Android
--Special Thanks to fusionjack
--Special Thanks to lenny_kano
--Special Thanks to Miui Australia
--Special Thanks to CM Team
--Special Thanks to zeppelinrox
--Special Thanks to dsixda for his kitchen
--Mad props to Fergie for his original how to porting guide based on ICS Miui, it helped me a lot
There are many others who have taught me lots on others phones and if you feel i owe you some credit or i added some of your work and forgot to credit you PM me
***Download Link***
http://www.mediafire.com/?skkwqlwans8e6r2
Previous Builds - will be posted soon
Install and Setup Directions Below in 2nd Post
Common Issues, Solutions and FAQ in 3rd Post
I advise doing a complete wipe for each build and not "dirty" flashing each weeks new build as this could cause issues.
If you are already running Miui you can also use the included backup tool to backup your apps and data, beware that this app does not backup paid for apps, so for example it will backup Titanium Backup but not the Pro Key so you'll have to download some apps via the market again
**Install Instructions***
1) Use Titanium Backup to backup your apps and data
2) Download the latest Mi-Roid version and place at the "Root" of your SD Card
3) Boot into Clockwork or whatever recovery you use and make a backup
4) Do a complete wipe, this would be your dalvik cache, cache, data, system, & boot.
5) Select the Install zip from SD option
6) Select the latest Mi-Roid version you just downloaded
6a) ***Optional*** Install Kernel Of Choice
7) Once install is completed reboot the system and let it boot up
8) After the system has booted up you can reboot into Clockwork and restore your data
***** BEWARE THERE IS A 30 SECOND TO 1 MINUTE LONG BLACK SCREEN BEFORE THE MIUI.US BOOT IMAGE COMES ON. THIS IS NORMAL, JUST WAIT A MINUTE AND YOU'RE BOOT UP WILL START****
***Things to do Upon 1st boot***
-Open MiuiStats from the pulldown and save the preferance to enable reporting, this lets Miui know we're using their ROM and to keep making it for us
-Open the Download Manager and go into the Settings and set the warning limit to 50mb and then turn off the Data download prompt to stop the market not letting you download huge apps. it will only give you a warning to use wifi on files over 50MB, but if uncheck the download on wifi only button and click proceed it'll download even those.
-Open the Play Store and sign into your Google Account
-While everything is Syncing open up Settings and select your google account. Select the option "Location &Settings" and turn it on. This will allow Google Maps and all other Google Services to use GPS for location locks, if you don't do this then GPS will work for all other apps but Google ones
-Open the Permission Manager, this is Superuser for Miui, and click on Manager root apps and turn it on or else your apps won't get superuser permissions. there is a series of 4 or 5 questions it asks before you click accept to root access on apps, so beware.
-Download the following apps
- Voodoo Sound
- Script Manager - this is for supercharging
-Open the Camera as the 1st start up takes a few seconds to a minute to initialize and sometimes it will fc and you'll need to open it again and wait
-Reboot into Clockwork, fix permissions, and Enjoy MI-Roid
****Optional**** Open Script Manager and supercharge your phone - see the FAQ for some important info on supercharging do's and don'ts
-Reboot and Enjoy MI-Roid
I'll post more as i think about it and get to the FAQS section below later tonight and i have screen shots too, just very tired from porting the toolbox and work this weekend
*****FAQS******
Q) What Kernel Is Included with this Rom?
A) Matrix CFS v24
Q) Do I need to flash gapps over this?
A) Nope, the google account framework is included as well as the latest PlayStore.apk, just download whatever apps you want from the Play Store. However here is a link the latest GAPPS working on Miui
Q) When I Send A Text Over 160 characters the reciepient gets a garbled message
A) This won't happen anymore because i modified the app to convert a sms to an MMS as soon as you hit the 160 character limit
Q) How Do I Supercharge My Phone
A) Go here to and download the latest version from zeppelinrox's thread, be sure to thank him too. Once you have downloaded the latest v6 script place it at the "Root" of your SD card. Open up script manager, be sure to give it root access. Select the v6 supercharger scipt and mark the little su icon to run it as su. Click on run, and follow the on screen instructions.
*****This is very important, when setting up your drivers options, do not, i repeat DO NOT select to apply the "Miscellaneous Tweaks & 3G Enhancements", a better version of these are in my init.d scripts!!!!! You also don't need to apply the wheel alignment either as that is another script already provided****
Q) I see lots of apps running when i first start my phone and don't want some of them running
A) Go into the Security Center folder and open the App Manager app, you can use it to select what apps and their services start and run in the background at boot
Q) The stock lockscreen is laggy
A) Yes it is, this is widely known in the Miui community, but it has a plethora of options built into it. If you want a faster one download any v4 theme and go into the theme manager under the mix section and apply it. The same goes for just about any thing or apperance you don't like about stock Miui, you can apply whole themes or just select parts
Nice work. gonna have to try this
Sent from my Nexus S 4G using Tapatalk 2
Do you need Miui gapps from the site or any gapps will do?
Sent from my Nexus S 4G using xda premium
you don't need gapps, the google framework for google accounts and playstore are included, any other gapps can be downloaded from the market. do not flash gapps from CM or other AOSP roms as you'll get a few apps that shouldn't be there
if for some reason someone needs a certain gapp let me know, but this is the NS4G a CDMA phone only available in the US so we shouldn't have any restrictions on apps
Great work. Thanks for the port.. I've been waiting to try out a JB build of MIUI. You just made my weekend.
Great work. Thanks for the port.. I've been waiting to try out a JB build of MIUI. You just made my weekend.
Click to expand...
Click to collapse
No problem, the JB version of Miui is quite nice. if you are going to flash a custom kernel i had the least amount of issues with Mathkids Matrix v23, it has voodoo sound and blinking BLN built in. I just updated my FAQ post but i have had severe issues with several of the other kernels in terms of bluetooth and battery drain so beware
Wow.. finally someone port jb miui for nexus s 4G, thank you
Sent from my Nexus S using xda premium
Awesome... I love MIUI...
Can anyone post some screenshots?
Not bad! Going to give a run through.. Seems fine so far.
Screenshots attached as requested. This is right after first boot.
This looks AWESOME! I went back to stock jellybean, but I'm going to root and install this later! How does battery life seem so far? Yeah, yeah, I know, give it a couple of days for the kernel to settle, but still... xD
Can anyone trying this confirm if 4g works?
lurtis said:
Can anyone trying this confirm if 4g works?
Click to expand...
Click to collapse
Yep (theme installed now)
And battery.. Way too early to tell. I'm only an hour into using it.
Will you be releasing an add on pack. For DPI etc ....
Sent from my Nexus S 4G using xda premium
haven't used miui in awhile does it still show high usage when u kill apps going to try when i get home wat kernel is everybody using thanks
sick. thanks for the confirmation.. on rasbean now but may have to give this a go....i miss miui and the ics version was crap, but the gb version didnt have 4g.
It's a little "heavy" feeling but MIUI isn't exactly a lightweight ROM so I expected that.. I had tried the ICS version and it was unbearable slow.. So far this is pretty damn good all things considering (feature filled custom JB ROM on 2 year old phone)
Nice ROM at lease jellybean miui is fast & smooth when compared to miui ICS which was way to laggy but miui is not my cup of tea I'm rocking Rasbean
Sent from my Nexus S 4G using xda premium

[Discontinued][ROM][U19] MIUI 6 Rom for Huawei Honor Holly/3C Lite

Hello Guys, I'm anshubham and this is my first post for our Huawei Honor Holly.
I'm not an expert developer and dont know everything about Android Development. This is just an attempt to help out people who are looking for MIUI ROM for HOLLY.
This is the MIUI 6 (5.4.3) Rom For our Huawei Honor Holly U19/3c Lite.
See the screenshots in the attachment. :good:
I have added 50+ build.prop tweaks for better RAM Management and Battery Efficiency.
The ROM is divided into 5 parts so merge them all using 7zip or winrar or whatever you use, after merging you'll get a zip file of 465 MB which you can flash either via CWM or TWRP, its tested on both ( I recommend CWM though)
How to merge the ROM is also given below.
The ROM works on the STOCK Kernel, no need of any custom kernel
Battery Backup is same as the STOCK Rom
You must do a CLEAN INSTALL, follow exact instructions.
How to Flash the ROM :
1. Download the Rom and merge it to get one fashable zip file.
Mod edit: Links removed
2. Boot into recovery and make a full wipe i.e :
format system
format data
format cache
format dalvik cache
format battery stats (cwm only)
3. Flash the ROM and the Fix via CWM or TWRP (do not install Gapps yet). Reboot the phone, first boot may take upto 2-3 minutes.
4. After the first boot, once you set up the device and get to its homescreen, reboot to recovery again and flash this for gaining perfect root access.
Root - Mod edit: Link removed
You can change the Superuser app to your favorite app later using TB or any similar app.
5. Now flash any 4.4 Gapps (lite or full, your choice). I use YourzGappsXS which are now discontinued, they work nice for me. Although any 4.4 Gapps will work.
Lite Gapps Link - Mod edit: Link removed (which i use)
6. Reboot to system and you are ready to rock!
HOW TO MERGE THE ROM: (Install 7Zip)
1. Download all the Parts of the ROM and put them into one folder.
2. Now Right Click on Part 1 only i.e, "Miuiv6_anshubham.7z.001" and select 7Zip then Click on "Extract Here".
3. Do not extract other parts, we only need to extract Part 1 and it will automatically extract the other parts. This is why we need to put all the parts in the same folder.
4. After extraction is finished, you'll get one single ROM file (flashable zip file), now you can delete those 5 parts that you downloaded because they are useless now.
5. Now Flash the ROM which has been extracted. Simple!
Click to expand...
Click to collapse
NOTES :
Note - Do not Flash all the three files at once (ROM, Perfect Root and Gapps). First flash the ROM then reboot to system and then flash the other two Zip files (perfect root and gapps).
Note - You may get "com.android.systemui has stopped working" message whenever you boot up the ROM, just click OK and it will go away and ignore it, it will not cause any problems anywhere.
Note - It is advisable that you let the ROM settle for around 10 -15 minutes after flashing.
Note - Install busybox after flashing the ROM.
Note - MIUI by default uses the internal storage to save app/media data for many/most apps i.e Camera pictures, screenhots, photos you download from whatsapp, etc, and i cannot change it. If you know how to change it, please do tell me.
Please leave your precious feedback.
Credits :
Tyura1980 from 4pda forum for the base ROM. :good:
XDA for teaching me what i know about android. :laugh:
MIUI 5.4.3 Full Changelog
Code:
[Phone]
New - Added Internet calling (Settings - Call settings - Internet calling) (Mi 3 TD/W/ Mi 4 W) (04-02)
[System]
Fixed glitchy video playback quality.
Fixed some non smooth animations for our device.
Better RAM management.
[Lockscreen, Status Bar, Notification Bar]
New - Lockscreen notifications wake screen automatically (Added proximity sensor detecting mechanism) (04-01)
Optimization - If using pattern lockscreen, tailing effect will only display when the pattern is made visible (04-01)
Optimization - Optimized prompt text for clicking to open lockscreen notifications (04-01)
Optimization - Lockscreen password page will not be displayed directly when using smart covers (for devices with Hall sensor) (04-01)
Optimization - Adjusted errors prompt text when changing SIM card PIN code (04-01)
Optimization - Animation details of waking screen (04-01)
Optimization – Added icons superscripts, notifications ringtone/vibration, notification light options in notifications management page (04-02)
Fix - Sometimes, pressing volume + button caused phone to reboot (04-01)
[Weather]
Fix - Some inconsistency in weather information (03-31)
Fix - Delay in date update after adding cities (03-31)
[Blocklist]
New - Support customizing blocklist notifications (03-30)
[Mi Cloud]
New - Sync home screen layouts (04-01)
Build.prop tweaks used :
Code:
dalvik.vm tweaks
data tweaks
scrolling and animation tweaks
battery tweaks
HSXPA, GPRS tweaks
wifi scan interval tweak
various memory management tweaks
and more! ( i dont remember all of them ) :p
ENJOY ! :good:
EDIT : F.I.X
Flash the FIX file in the attachment right after you flash the ROM and let me know that the issue has been solved or not.
Thanks Man
But Please Provide us with the Change log of miui 5.4.3?
there isn't much improvement over 5.3.13? right?
and also provide few examples of your extra build.prop Tweaks ?
BlueFireX22 said:
But Please Provide us with the Change log of miui 5.4.3?
there isn't much improvement over 5.3.13? right?
and also provide few examples of your extra build.prop Tweaks ?
Click to expand...
Click to collapse
Updated the op with that info
noob assistance
@anshubham
i m a newbie and of cource all the instructions (in spite of your respected efforts) are not clear to me... i want my HHH to run MIUI.... first of all files do not download... my browser warns me of phishing.... please use mediafire to upload the ROM... please make a video of HHH running on this ROM...
brshdmtl said:
@anshubham
i m a newbie and of cource all the instructions (in spite of your respected efforts) are not clear to me... i want my HHH to run MIUI.... first of all files do not download... my browser warns me of phishing.... please use mediafire to upload the ROM... please make a video of HHH running on this ROM...
Click to expand...
Click to collapse
First of all i cannot upload it on any other site. I've had enough problems with that.
Use chrome and internet download manager to download the rom.
There is no phishing attempt.
That is the best site for developers to upload their stuffs where i uploaded the rom.
Just try and download and you're good to go.
CLICK ON THE BLUE DOWNLOAD BUTTON not the orange one.
As you are a newbie, go to this thread for how root, and flash recoveries (cwm or twrp).
http://forum.xda-developers.com/showthread.php?t=2996617
After this, you'll easily understand how to flash and use the rom.
Just google about what is rooting and what is meant by flashing recoveries.
PS : A merging Tutorial has been added in the first post.
Maybe someone with fast internet repacks the rom and reuploads it..
What's the problem in downloading the parts, i think for people with slow internet it's more convenient.
Merging Tutorial Added.
For those who dont know how to merge the rom, a Tutorial has been added in the first post.
"com.android.systemui has stopped working" always pop-up still when i pressed it 100 times away
wahidx said:
"com.android.systemui has stopped working" always pop-up still when i pressed it 100 times away
Click to expand...
Click to collapse
you need to flash the rom again do not install gapps along with the rom. Install them after first boot.
Please follow the instructions and the notes properly.
I have flashed this ROM 10 Times it only appears when you restart the phone, not after that untill you restart again.
Gapps Added
Lite Gapps Links added in the first post
how is ram management
is it around 450 free usage
Nice
Bharadwaz said:
how is ram management
is it around 450 free usage
Click to expand...
Click to collapse
Yes it is , more the amt of apps, less will be the ram available.
But still stock RAM management is always best.
Thanks!
MIUI 6 is amazing! It has a lot of beautiful global themes, and easy to get used to.
The tinted status bar feature is great.
Hey,
I am getting these error contunesly "com.android.systemui has stopped working" & MIUI framwork stopped working" i Have flashed rom 3-4 times by proper steps.
Please Help.
dilippathak said:
Hey,
I am getting these error contunesly "com.android.systemui has stopped working" & MIUI framwork stopped working" i Have flashed rom 3-4 times by proper steps.
Please Help.
Click to expand...
Click to collapse
These things never happened to me, i myself have flashed the rom many times. Try to install the stock firmware first and then again flash the rom.
dilippathak said:
Hey,
I am getting these error contunesly "com.android.systemui has stopped working" & MIUI framwork stopped working" i Have flashed rom 3-4 times by proper steps.
Please Help.
Click to expand...
Click to collapse
anshubham said:
These things never happened to me, i myself have flashed the rom many times. Try to install the stock firmware first and then again flash the rom.
Click to expand...
Click to collapse
I also having the same issue after installing the ROM.
BTW I used twrp to flash the ROM.
nedunilavan said:
I also having the same issue after installing the ROM.
BTW I used twrp to flash the ROM.
Click to expand...
Click to collapse
This error is showing bcoz of sim 2. Sim 2 is not working.whenever I put my sim in slot 2 dis error is showing continuously. Also the camera is not working in video recording mode. How these 2 problems can be solved out?
Ok guys..... I'm gonna provide a solution for this in a flashable zip soon. Please wait.

Categories

Resources