[ROM][PORT][4.1.2][BUILD #2] MIUI v4 JB (All Fixed) - HTC Desire C

Warning:This Rom Nor Me will not be responsible to any damage to your Device.... Make Sure To Backup First before you flash this Rom...This rom is running good on me...
Click to expand...
Click to collapse
I Ported this from HERE
MIUI v4 JB
{
"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"
}
What Works:
- WiFi ( turn on wifi then reboot)
- Bluetooth
- Camera
- GPS
- NFC ( Only for NFC version of Desire C )
- RIL
- Audio
- Hardware Acceleration
- Ambient Light Sensor
- SD Card
- USB Mass Storage
- Capacitive Buttons
- Video Recording
- Video Playback
- FM Radio
BUGS
Tell me...
NO Signal Fix: Go to Settings-Mobile Networks-Uncheck Automatic Search for network-OK it-Cancel it .... Viola it will got Signal
Click to expand...
Click to collapse
DOWNLOAD: LINK
INSTALLATION:
Flash Boot.img (MIUI v5 Kernel)
Go into Recovery and Wipe Data and Cache
Go into Advanced and wipe Dalvik Cache
Now go to install and choose the Zip File
Please note that the Phone will take somewhere between 3~5 minutes to boot the first time and reboot after first boot
CREDITS:
HTC
xda-developers
@zoldyck the dev
@Red Devil
@MameTozhio
@mattlowry
and ME

For home launcher did you copy libshell.so, libshellservice.so and libshell_jni.so?

MameTozhio said:
For home launcher did you copy libshell.so, libshellservice.so and libshell_jni.so?
Click to expand...
Click to collapse
I think in my absense .Desire C got some new Roms
@addictz10 try contacting @me4488 as @Nikhil16424 is busy these days
May i help in other problems that may apear ?

Aman_Arora said:
I think in my absense .Desire C got some new Roms
@addictz10 try contacting @me4488 as @Nikhil16424 is busy these days
May i help in other problems that may apear ?
Click to expand...
Click to collapse
yeah sure mate

MameTozhio said:
For home launcher did you copy libshell.so, libshellservice.so and libshell_jni.so?
Click to expand...
Click to collapse
i didnt copy that.. and how about the kernel???

addictz10 said:
i didnt copy that.. and how about the kernel???
Click to expand...
Click to collapse
Miui v5 one should work. I'll send you my porting guide via PM when I get home.
Sent from my Nexus 4 using xda app-developers app

MameTozhio said:
Miui v5 one should work. I'll send you my porting guide via PM when I get home.
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Thanks in Advance sir..

http://en.miui.com/thread-5643-1-1.html
this is probably the best miui porting guide. but you will need to unpack the boot.img and edit the init.rc file in the ramdisc. you don't need Linux you can use dsyxdas kitchen.

mattlowry said:
http://en.miui.com/thread-5643-1-1.html
this is probably the best miui porting guide. but you will need to unpack the boot.img and edit the init.rc file in the ramdisc. you don't need Linux you can use dsyxdas kitchen.
Click to expand...
Click to collapse
That guide is outdated.
Sent from my Nexus 4 using Tapatalk now Free

Its for miui v5 4.1.2 and 4.2.2 and last updated in july of this year. Not sure how it outdated
Sent from my SGH-T889 using Tapatalk 4
---------- Post added at 06:24 PM ---------- Previous post was at 06:16 PM ----------
MameTozhio said:
That guide is outdated.
Sent from my Nexus 4 using Tapatalk now Free
Click to expand...
Click to collapse
I have used this guide many times with success
Sent from my SGH-T889 using Tapatalk 4

mattlowry said:
Its for miui v5 4.1.2 and 4.2.2 and last updated in july of this year. Not sure how it outdated
Sent from my SGH-T889 using Tapatalk 4
---------- Post added at 06:24 PM ---------- Previous post was at 06:16 PM ----------
I have used this guide many times with success
Sent from my SGH-T889 using Tapatalk 4
Click to expand...
Click to collapse
Since the guide was made more libs and files have been added to MIUI
Sent from my Nexus 4 using Tapatalk now Free

MameTozhio said:
Since the guide was made more libs and files have been added to MIUI
Sent from my Nexus 4 using Tapatalk now Free
Click to expand...
Click to collapse
Such as?
Sent from my SGH-T889 using Tapatalk 4

mattlowry said:
Such as?
Sent from my SGH-T889 using Tapatalk 4
Click to expand...
Click to collapse
libMiuiGalleryJNI.so to name one
Sent from my Nexus 4 using Tapatalk now Free

MameTozhio said:
libMiuiGalleryJNI.so to name one
Sent from my Nexus 4 using Tapatalk now Free
Click to expand...
Click to collapse
hey sir, ive tried your tutorial but settings,file explorer FC's .. and it doesnt recognize my sd card

addictz10 said:
hey sir, ive tried your tutorial but settings,file explorer FC's .. and it doesnt recognize my sd card
Click to expand...
Click to collapse
Replace storage_list.XML in framework-res.apk
Sent from my Nexus 4 using Tapatalk now Free

MameTozhio said:
Replace storage_list.XML in framework-res.apk
Sent from my Nexus 4 using Tapatalk now Free
Click to expand...
Click to collapse
Ok sir...
Sent from my HTC Desire C using xda app-developers app

If you haven't fixed the Home FC yet.
1. Uncompile boot.img. Use dsixda kitchen for it.
2. Open init.rc and add following lines to end leave one blank line after that.
Code:
service shelld /system/xbin/shelld
class main
3. Recompile boot.img and replace (If you are using dsixda kitchen the it should automatically replace).
4. Copy /system/xbin/shelld to port
5. Copy following files from /system/lib to port.
Code:
[B]libshell.so
libshell_jni.so
libshellservice.so[/B]
PS : The original ROM from which zoldyck ported was from me.. Which I ported from the Nexus S which had got official MIUI..

Red Devil said:
If you haven't fixed the Home FC yet.
1. Uncompile boot.img. Use dsixda kitchen for it.
2. Open init.rc and add following lines to end leave one blank line after that.
Code:
service shelld /system/xbin/shelld
class main
3. Recompile boot.img and replace (If you are using dsixda kitchen the it should automatically replace).
4. Copy /system/xbin/shelld to port
5. Copy following files from /system/lib to port.
Code:
[B]libshell.so
libshell_jni.so
libshellservice.so[/B]
PS : The original ROM from which zoldyck ported was from me.. Which I ported from the Nexus S which had got official MIUI..
Click to expand...
Click to collapse
File explorer fc's,no signal,no sdcard,theme fc's that are the problems...

Decompile / open up your framework res.apk.. of both CM as well as of MiUi.. Take the CM's storage_list.xml and put it in the MiUi's storage_list.xml to fix the file manager...
If I were you.. I'd port from HTC Explorer.. Of course you have my permission.

Red Devil said:
Decompile / open up your framework res.apk.. of both CM as well as of MiUi.. Take the CM's storage_list.xml and put it in the MiUi's storage_list.xml to fix the file manager...
If I were you.. I'd port from HTC Explorer.. Of course you have my permission.
Click to expand...
Click to collapse
ah ok.. how about for the no signal??

Related

[ROM][UNOFFICIAL][JB 4.3] Chameleon OS [0.8_4.3.1][I9100G][12 Oct 2013]

{
"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"
}
Chameleon OS (or ChaOS for short) is a custom Android ROM that gives the user more control than they can experience on any other Android ROM. Starting with a CyanogenMOD base, we customize each piece to give ultimate control while maintaining the simplicity we all love about Android. The most notable feature of ChaOS is the theme engine, which can apply different pieces of themes in a true mix-and-match style. The launcher has been completely overhauled with tons of options that you'd normally need to download a third-party launcher for, such as home screen previews, folder sorting, and folder icon styles. The Messaging app has also had some UI retouches, including messaging bubbles and quick emoji button.
The entire framework of ChaOS has been modified around the theme engine, allowing for custom fonts, boot animations (with animated preview), and themes. No longer do you have to try to find the perfect theme, with Chameleon OS you can patch it together with your favorite pieces from different themes. Messaging, Phone, Status Bar, icons, everything can be set completely individually from each other which provides the capabilities to completely re-imagine your phone. Creating themes for the ChaOS Theme Engine is superbly simple and has extreme versatility.
Even with all of the features we've currently implemented, ChaOS will continue to mature with even more refined settings and features. We will be completely open source and will welcome developers to join us, whether it be by maintaining a device or utilizing our gerrit review. Even if you're not a developer, your voice will not go unheard. We will continually poll our users for the most wanted features and do our best to implement them.
Features:
http://www.chameleonos.org/features.php
Click to expand...
Click to collapse
Credits
CyanogenMod team
Chameleon team
Click to expand...
Click to collapse
​
Download 9 Sept 2013 Build ​​
Download 12 Oct 2013 Build
I WILL APPLY AS A DEVICE MAINTAINER FOR CHAMELEON OS. WAITING IS AN ART
If you cant donate , u can than me for ur gratitude ... :highfive:​
First time installing to your Galaxy S II, or coming from another ROM:
- Make sure you're running a proper working ClockworkMod-Recovery
- Boot into Recovery
- DO A DATA WIPE / FACTORY RESET (otherwise your device will be stuck at boot)
- Wipe cache and dalvik cache
- Flash Chamelon zip from internal SDCard
- Flash GApps zip from internal SDCard
- Reboot
- Don't restore system data using Titanium Backup!
- Restoring Apps + Data might cause problems and is not recommended, avoid it if possible!
Upgrading from earlier version of Chamelon Version
- Copy Chamelon ZIP to your internal SDCard
- Boot into Recovery
- Flash cDroid zip from internal SDCard
- Reboot
I tell you guys i like this ROM ...
Mind Blowing , never used it but i regret what i missed ...
Very good ROM indeed
https://github.com/VanirAOSP
could you build Vanir for I9100G?
Chameleon OS
Black_Prince said:
I tell you guys i like this ROM ...
Mind Blowing , never used it but i regret what i missed ...
Very good ROM indeed
Click to expand...
Click to collapse
Hi Bro, been bz lately....downloading and flashing shortly.....:good:
EDIT : SuperSU problem.....back to crDroid
I used chainfire workaround and solve the root issue http://www.androidpolice.com/2013/0...persu-update-to-v1-43-to-fix-the-100-cpu-bug/
Sent from my GT-I9100G using XDA Premium 4 mobile app
SU
qrul said:
I used chainfire workaround and solve the root issue http://www.androidpolice.com/2013/0...persu-update-to-v1-43-to-fix-the-100-cpu-bug/
Sent from my GT-I9100G using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Hi Bro, thanks for the tips.....but i will wait for BlackPrince to fix chameleon....:good:
ibrahim54 said:
Hi Bro, been bz lately....downloading and flashing shortly.....:good:
EDIT : SuperSU problem.....back to crDroid
Click to expand...
Click to collapse
Just go to developer option change root access to app n adb reboot and your su is good ...
If you may have know this issue there would not be any problem ...
Sent from my GT-I9100G using XDA Premium 4 mobile app
Chameleon OS
Black_Prince said:
Just go to developer option change root access to app n adb reboot and your su is good ...
If you may have know this issue there would not be any problem ...
Sent from my GT-I9100G using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Hi Bro, thank you, ya i remember this issue with cm10.2.....i will probably flash this later....:good:
Wwooooiiiaaaaahhhhh thx!!!!
Sent from my GT-I9100G using Tapatalk 2
Any news? *not pushing or asking ETA*
Sent from my GT-i9100G using Tapatalk 2
Actually no one asked for a update so I didn't updated
Sent from my GT-I9100G using XDA Premium 4 mobile app
Black_Prince said:
Actually no one asked for a update so I didn't updated
Sent from my GT-I9100G using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Is this stable enough? Cause I though there is bug and waiting for update. Please update thank you
And yeah SU problem. Ik just make change in developer but can fix default?
Sent from my GT-i9100G using Tapatalk 2
This rom support sim toolkit? Thanks
Sent from my GT-I9100G using Tapatalk 2
yhan16z said:
This rom support sim toolkit? Thanks
Sent from my GT-I9100G using Tapatalk 2
Click to expand...
Click to collapse
CrDroid does ...
Sent from my GT-I9100G using XDA Premium 4 mobile app
Black Prince, just asking for opinion. I like this room as its theme ability. Apart from root problem, any bug appear like theme not working completely or anything? I know I should test my self but once I flash a ROM I have to wait a pretty Long time until have time. Is it good for daily device? Thank you for replying.
Sent from my GT-i9100G using Tapatalk 2
bibiner said:
Black Prince, just asking for opinion. I like this room as its theme ability. Apart from root problem, any bug appear like theme not working completely or anything? I know I should test my self but once I flash a ROM I have to wait a pretty Long time until have time. Is it good for daily device? Thank you for replying.
Sent from my GT-i9100G using Tapatalk 2
Click to expand...
Click to collapse
You have to wait for Sunday as I will update my all threads...
Most of the bugs should be gone by then ... Its buggy than carbon and best is crdroid ... I don't know what update will bring, bugs or stability... We both have to wait for Sunday...
Regards
Sent from my GT-I9100G using XDA Premium 4 mobile app
Black_Prince said:
You have to wait for Sunday as I will update my all threads...
Most of the bugs should be gone by then ... Its buggy than carbon and best is crdroid ... I don't know what update will bring, bugs or stability... We both have to wait for Sunday...
Regards
Sent from my GT-I9100G using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Alright. I'll wait for Sunday. Thx!
Sent from my GT-i9100G using Tapatalk 2
Forgot to comment here , new build is BTW
any build for i9100 ????

[ROM][MK2 JB 4.3] NoWizAOSPmod (12/17/13)

THIS IS NOT AOSP or a Google Edition Port!!! THIS IS BASED OFF THE STOCK 4.3 MK2 ROM
Thanks to preludedrew, cyanogenmod team,crawj,sac23, unknownforce,Warboy and all the other Devs out there
Special Thanks to Nitroglycerine33 who is responsible for the AOSP dialer/Contacts and some of the theming Link to his thread His Donate Link
The purpose of this ROM is provide a clean AOSP experience with the options, features and stability from Samsung.
NoWizAOSPmod v1.6
UPDATED(12/17)
*Completly removed Knox
*Removed Sprint ID(no more bloatware)
*Updated the Phone and Camera app to icons from KitKat
*Added 4in1 Reboot Menu
*Updated the Google Home Launcher. Pulled from Nexus 5 4.4.2 Rom(Will not force close anymore)
UPDATED(12/12)
*Updated base to MK3 4.3 Stock Deoxdex
UPDATED(9/17)
*Fixed Google Calendar
*Fixed Settings icon
UPDATED(9/16)
*Initial Release
WHATS INCLUDED
*Based off Stock Deodexed MK9 JB 4.3 ROM
*Google Experience Launcher from KitKat
* Native WiFi Hotspot hack
*Remove Touchwiz and all TW related widgets
*KitKat themed Statusbar
*AOSP Contacts.apk-->Contacts and Dialer (This is NOT a themed Samsung dialer, its the actual AOSP APK inverted )(The in call screen is still Samsung)
*KitKAt Clock app
* Google Calendar
* KitKat Email
*Samsung and Chrome Browser
* AOSP Calculator
* CM cLock.apk
* Hangouts is now the Default SMS/MMS app
*AOSP Live Wallpapers
*KitKat Sounds, Notification, and Alarms
*Goggle Car home app
*Removed Kies
*Themed Status bar with blue clock and battery
*Stock Samsung Camera/Gallery
*Google Play Boot Animation
*Red Sunbeam Google Play Live Wallpaper
{
"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"
}
YES! I've been waiting for a ROM like this! Thanks for this
EDIT: Wifi won't turn on for me, anyone else?
EDIT 2: Flashed KT kernel, wiped cache/dalvik and now WiFi works just fine. Weird! Thanks again for the ROM!
Oh yeah! Your ROM like this for the E4GT was super cool! Can't wait to try this! Thank you
I remember you from I believe it was the og evo days.
Sent from my SPH-L720 using Tapatalk 2
Here is a logcat of me trying to turn on WiFi.
logcat
Should I be using a TW or AOSP kernel?
Sent from my Nexus 7 using XDA Premium 4 mobile app
it installed but when it boots up the screen is blank....
Cheater912 said:
Should I be using a TW or AOSP kernel?
Sent from my Nexus 7 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
You should be using a TW kernel because this is a TW based ROM
Sent from my SPH-L720 using XDA Premium 4 mobile app
evo-t said:
Oh yeah! Your ROM like this for the E4GT was super cool! Can't wait to try this! Thank you
Click to expand...
Click to collapse
dandan2980 said:
I remember you from I believe it was the og evo days.
Sent from my SPH-L720 using Tapatalk 2
Click to expand...
Click to collapse
Yeah. I've been doing this for a while. HTC Hero, EVO, EVO3D, E4GT, GS3, NOTE2, and now GS4
Sent from my SPH-L720 using XDA Premium 4 mobile app
Anyone else getting a "Detection information" problem?
imneveral0ne said:
Anyone else getting a "Detection information" problem?
Click to expand...
Click to collapse
Did you install a custom kernel?
Sent from my SPH-L720 using XDA Premium 4 mobile app
tjohnsonjr said:
Did you install a custom kernel?
Sent from my SPH-L720 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I hadn't when that error came up, but I flashed KT kernel after the error and WiFi is working for me now. I shall update if that error comes back since the kernel flash.
imneveral0ne said:
I hadn't when that error came up, but I flashed KT kernel after the error and WiFi is working for me now. I shall update if that error comes back since the kernel flash.
Click to expand...
Click to collapse
OK. Cool. Hope you enjoy the ROM
Sent from my SPH-L720 using XDA Premium 4 mobile app
after the install how long does it take to boot up? because i get past the S4 logo and its a blank screen???? HELP i really want to try this rom :crying:
chiefs72 said:
after the install how long does it take to boot up? because i get past the S4 logo and its a blank screen???? HELP i really want to try this rom :crying:
Click to expand...
Click to collapse
Try installing the stock kernel on top of the ROM
Sent from my SPH-L720 using XDA Premium 4 mobile app
Good to see you here TJ! Excellent work as usual!:good:
tjohnsonjr said:
Try installing the stock kernel on top of the ROM
Sent from my SPH-L720 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
not to be dumb where is the link for the kernel?
chiefs72 said:
after the install how long does it take to boot up? because i get past the S4 logo and its a blank screen???? HELP i really want to try this rom :crying:
Click to expand...
Click to collapse
After the S4 logo it should boot to the Nexus bootup screen. Make sure to check the md5 of the file you downloaded to make sure it matches the one he posted.
The md5 is - 0e35e216ffb56f4f2ae2929663b3b841
---------- Post added at 11:48 AM ---------- Previous post was at 11:43 AM ----------
imneveral0ne said:
Anyone else getting a "Detection information" problem?
Click to expand...
Click to collapse
It has to do with Samsung Knox in the ROM. I found THIS post that shows you how to fix it.
chicagoaan said:
Thanks I was wondering what to do here...:good:
---------- Post added at 08:45 PM ---------- Previous post was at 08:09 PM ----------
Actually found this... No credit goes to me I'm just passing the info along...
How to disable ANNOYING messages "DETECTION Information":
Using TITANIUM BACKUP and FREEZING app called SEAndroid.apk DOESN'T WORK PROPERLY!!
DO NOT USE IT, YOUR SYSTEM WILL GO BACK TO CUSTOM AFTER SOME TIME!!! NOT RECOMMENDED!!!!
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1. Use File Manager with root explorer instead and mount SYSTEM as WRITABLE.
2. Go to: /data/data/ look for com.sec.knox.seandroid and rename it to 000.knox.seandroid or whathever you wish.. Same thing applies to com.sec.knox.store
3. Go to: /system/app/ and DELETE: KNOXAgent.apk, KNOXAgent.odex, KNOXStore.apk, KNOXStore.odex
updated:
After few hours of testing (MDL), and all updates there was NO messages at all!!
!!!SOLVED!!!
Click to expand...
Click to collapse
---------- Post added at 12:21 PM ---------- Previous post was at 11:48 AM ----------
chiefs72 said:
not to be dumb where is the link for the kernel?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2357471
VeNuM said:
Good to see you here TJ! Excellent work as usual!:good:
Click to expand...
Click to collapse
Thank you. Good to hear from you
Sent from my Nexus 7 using XDA Premium 4 mobile app
I just installed this ROM and then installed the modified version of the stock MF9 kernel and all is good. No issues whatsoever, runs smooth. Thanks dev. I got the modified stock kernel from the Negalite thread, but also know it is available in the download section for the TriForce ROM.
Sent from my SPH-L720 using XDA Premium 4 mobile app

[CUSTOM] ⚡[BOOT-ANIMATION] [SOFTKEYS] ⚡Collection

I PRESENT TO YOU THE LATEST AND THE BEST COLLECTION OF CUSTOM BOOT ANIMATION AND CUSTOM SOFTWARE BUTTONS !!!!
PLEASE PRESS THE THANKS BUTTON IF THIS WAS HELPFUL OR IF YOU USED ONE OF THE CUSTOMIZATIONS !!
IMPORTANT ( READ BEFORE DOING ANYTHING WRITTEN BELOW ) :
1 ) To set these custom boot animations and software buttonns , you need to be rooted.
2) I am not responsible in any way if the following modifications brick your phone. These have been tested by me and many other developers.
3) IT IS RECOMMENDED YOU PERFORM A NANDROID BACKUP BEFORE ALL THE MODIFICATIONS TO YOUR DEVICE .
4) You may need Zipthemer to apply the custom software buttons and ES file explorer to customize boot animation.
CUSTOM SOFTWARE BUTTONS
IPHONE WHITE THEME
{
"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"
}
IPHONE BLACK THEME
WINDOWS 7 THEME
METAL SQUARE THEME
HTC SENSE 2.0 THEME
PLAYSTATION BUTTONS THEME
PLAYSTATION THEME
​
DOWNLOAD - https://www.dropbox.com/sh/wo4cl64gofwxe9h/aT5BuIPAaR​
INSTALLATION METHOD :-
ZipThemer
1) Download one of the Softkey themes that starts with MMZT_
2) Open ZipThemer. If this is the first time using ZipThemer then you have to select "Update Edify", "Browse", and select the .zip of the ROM you're currently using (this identifies the update script and needed files, if you're using a flashed theme on top of your ROM then please select the theme instead of the ROM) and press "Configure"
3) Go back to the main menu and press "+Theme", select the downloaded MMZT_ file and press "Build It!". Select "Always" on the popup prompt to make a backup in case it doesn't work or you want to undo
4) Boot into recovery, and flash the zip on the root of your /sdcard/ like any other flashable ROM/Theme
5) Wipe your Cache and Dalvik Cache just to be sure nothing weird happens on reboot
6) Reboot your phone after this and you're done!
If it somehow still fails just flash the "undo-zip" using steps 4-6
NOTE : SOME OF THE CUSTOM ROMS ALREADY HAVE A OPTION UNDER SETTINGS TO MODIFY YOUR NAVIGATION BAR (SOFTWARE BUTTONS PANEL)
CUSTOM BOOT ANIMATIONS
1) DECEPTION :- https://www.dropbox.com/s/ssve8corv5zyrrt/deception.zip
2) Yankees3D - https://www.dropbox.com/s/e4tscolgiiwgi4e/Yankees3D.zip
3) MARVEL - https://www.dropbox.com/s/yuhpdzqzplkh7iy/marvel.zip
4) PIRATES -https://www.dropbox.com/s/rkxb172082mac7n/JollyRoger.zip
5) Droid_Peeing_On_Apple - https://www.dropbox.com/s/cxa284v8kwt6uug/Droid_Peeing_On_Apple.zip
7) Password hacking - http://fv3.failiem.lv/u/solpuvo
8) DRIFT -http://www.androidfilehost.com/?fid=9390331926465741002
9) GAMELOFT - http://fv3.failiem.lv/down.php?i=djcqfwy&n=bootanimation.zip
10) Umbrella Corporation - http://www.androidfilehost.com/?fid=9390331926465741010
11) - Nexus 7 Jelly Bean - http://www.androidfilehost.com/?fid=9390288116658471978
12) WORLD WAR Z - http://www.androidfilehost.com/?fid=9390275921635705880
​
INSTALLATION METHOD :-
- Copy to your device
- Use a root explorer (I use ES File Manager) to navigate to /system/customize/resource/
- Rename the current boot animation file by changing the file extension from .zip to .bak or .old
** HATKA DNA: boot animation file is vzw_bootup.zip
** VIPER ROM: boot animation file is bootanimation.zip
- Copy/paste the downloaded boot animation file into the /system/customize/resource/ folder
- Open the File properties and make sure Group and Other have Read permissions (rw- r-- r--)
- Reboot and enjoy
mod nav bar (software buttons) seems nice. :thumbup:
does it work on stock Jelly bean 4.2.2 (P3100)?
thanks
Sent from my GT-P3100 using xda premium
cakdavid said:
mod nav bar (software buttons) seems nice. :thumbup:
does it work on stock Jelly bean 4.2.2 (P3100)?
thanks
Sent from my GT-P3100 using xda premium
Click to expand...
Click to collapse
Yes it works on all roms .. Stock as well as custom !!!
Only thing you need is a rooted device!!!
Sent from my GT-P3100 using XDA Premium HD app
Thanks a load for this. Been looking for a decent boot animation for the old slab. :good:
makkles said:
Thanks a load for this. Been looking for a decent boot animation for the old slab. :good:
Click to expand...
Click to collapse
Always a pleasure to work for you guys !!
Sent from my GT-P3100 using XDA Premium HD app
Sounds gr8.. Good one mate..
Sent from my GT-P3100 using XDA Premium 4 mobile app
coolsagar1604 said:
Sounds gr8.. Good one mate..
Sent from my GT-P3100 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thank you ..
Just remember to press the thanks button
Sent from my GT-P3100 using XDA Premium HD app
help
[
INSTALLATION METHOD :-
- Copy to your device
- Use a root explorer (I use ES File Manager) to navigate to /system/customize/resource/
- Rename the current boot animation file by changing the file extension from .zip to .bak or .old
** HATKA DNA: boot animation file is vzw_bootup.zip
** VIPER ROM: boot animation file is bootanimation.zip
- Copy/paste the downloaded boot animation file into the /system/customize/resource/ folder
- Open the File properties and make sure Group and Other have Read permissions (rw- r-- r--)
- Reboot and enjoy[/QUOTE]
hello, iam using custom rom (pure jelly bean HD) and iam unable to find >customise>resource folder. using ES file manager i located system folder but no customise folder . can i simply create one ?
will it work
very nice work :good:
azu89 said:
hello, iam using custom rom (pure jelly bean HD) and iam unable to find >customise>resource folder. using ES file manager i located system folder but no customise folder . can i simply create one ?
will it work
Click to expand...
Click to collapse
Yeah you can create a folder customize and a resource folder in it !! It will work ? !!
And never quote the op ... Its quite similar to thread spamming !!!
Sent from my GT-P3100 using Tapatalk
arkheibenoid said:
very nice work :good:
Click to expand...
Click to collapse
Thank you ?
Sent from my GT-P3100 using Tapatalk
Thank you I will try by creating new folder.
Sorry I am a newbie at this and don't know about quoting . Just wanted to post with reference to your thread.
Sent from my GT-P3100 using xda app-developers app
hi can you help please im tyring to install some softkey and im getting this in zip themer
View attachment 2652978
dj-suicide said:
hi can you help please im tyring to install some softkey and im getting this in zip themer
View attachment 2652978
Click to expand...
Click to collapse
Can specify which ROM you are using ??
There seems to be a problem with the system.ui of your rom ...
Sent from my GT-P3100 using Tapatalk
kunjcool said:
Can specify which ROM you are using ??
There seems to be a problem with the system.ui of your rom ...
Sent from my GT-P3100 using Tapatalk
Click to expand...
Click to collapse
hi thanks for the reply, i was using AOSPA 4.2 Beta 2 {Paranoid Android} and that dint worked.
so now im using it on beanstalk rom still dont work
dj-suicide said:
hi thanks for the reply, i was using AOSPA 4.2 Beta 2 {Paranoid Android} and that dint worked.
so now im using it on beanstalk rom still dont work
Click to expand...
Click to collapse
My guess is you are trying it for the first time , so i recommended you follow the whole procedure step-wise again . If it still doesn't help then just tell me , i will myself try this on beanstalk and aospa and will let you know of a fix .
Sent from my GT-P3100 using Tapatalk
kunjcool said:
My guess is you are trying it for the first time , so i recommended you follow the whole procedure step-wise again . If it still doesn't help then just tell me , i will myself try this on beanstalk and aospa and will let you know of a fix .
Sent from my GT-P3100 using Tapatalk
Click to expand...
Click to collapse
ok thanks very muc for your time, i have read directions carfully and followed them to the letter,
hope you get it working
dj-suicide said:
ok thanks very muc for your time, i have read directions carfully and followed them to the letter,
hope you get it working
Click to expand...
Click to collapse
Did it work then ??
Sent from my GT-P3100 using Tapatalk
Oh sorry no still not working
Sent from my GT-P3100 using xda app-developers app
dj-suicide said:
Oh sorry no still not working
Sent from my GT-P3100 using xda app-developers app
Click to expand...
Click to collapse
Ok give me some time to find out the actual problem in the stated roms and find a fix - if needed ..
Sent from my GT-P3100 using Tapatalk

discontinued [Rom][Port][4.1.2] Miui 5 (3.12.20) v5 [26/12/13]

{
"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"
}
Miui 5 port made by me from Htc explorer
Build 1 (was a personal build, I dont will upload it)
based on miui 5 (3.8.30)
fixed unlock screen
Build 2
based on miui 5 (3.10.11)
fixed theme manager
deleted xperia keyboard and added miui keyboard
deleted some weather apps
Build 3
fixed FC
fixed camera (video)
Build 4
updated to miui 3.11.1
deleted all bloatware and the black custom theme
added some tweaks
Build 4.2
based on 3.11.8
has it's own bugs fixed and is quite stable, the theme manager works, also it includes a few aesthetic changes such as the shutdown animation and wallpapers.
Google keyboard was replaced cause it crashed when swipe feature was used. (added 4.4 keyboard)
added new languages (launcher only, later I will transtale all system apps) after add languages theme manager dont work (i dont know why)
Build 4.2B (w/original theme)
original theme and new camera app.
Build 5
based on 3.12.20
multi lang suppport
and blablabla
Bugs:
-------------
screenshots
whatsapp and zplayer are not included
Downloads
Build 4.2 (stable)
Build 5 (21/12/2013)[latest version, cant apply new themes.]
if you will use the Build 5, please flash this fix (this zip will fix the usb storage mode and the missing notifications.)
to install:
do a full wipe
go to advanced and wipe dalvik cache
go to mount and storage and wipe system
install miui
restart to bootloader and install the kernel
restart your htc wait 5 minutes and enjoy
How to skip xiaomi account registration?
tap on the person in the xiaomi card or remove your sim card
to enable Root:
security center folder /Permissions app / Enable Root
to show recent app panel
Settings/Buttons/home and select none
Thanks to:
legendlee for the base
nikhil16242 for his kernel
atomomega for help me
Current status
-------------------------
things to do:
if someone can help me writing the thread I'll thank you (sorry for my bad english :B)
------------------------------------------------------------------------------------------------------------------
Updates for this rom will be released according to the newest weekly (or stable) version of MIUI for HTC Pico. The purpose of this is to have the rom in it's latest available version
I am not competing with nobody as far as who makes the port and uploads first, I'm just porting this and try to make it as bug-free as possible.
​
reserved
WE HAVE A BETTER MIUI V5 ROM BRO......
you can see
http://forum.xda-developers.com/showthread.php?t=2300329
---------- Post added at 08:42 AM ---------- Previous post was at 08:41 AM ----------
WE HAVE A BETTER MIUI V5 ROM BRO......
you can see
http://forum.xda-developers.com/showthread.php?t=2300329
amin-DESIRE-c said:
WE HAVE A BETTER MIUI V5 ROM BRO......
you can see
http://forum.xda-developers.com/showthread.php?t=2300329
Click to expand...
Click to collapse
Does that mean he cant post his own?
me4488 said:
Does that mean he cant post his own?
Click to expand...
Click to collapse
Nope man.....
amin-DESIRE-c said:
WE HAVE A BETTER MIUI V5 ROM BRO......
you can see
http://forum.xda-developers.com/showthread.php?t=2300329
---------- Post added at 08:42 AM ---------- Previous post was at 08:41 AM ----------
WE HAVE A BETTER MIUI V5 ROM BRO......
you can see
http://forum.xda-developers.com/showthread.php?t=2300329
Click to expand...
Click to collapse
3.6.7, And this one
has the last versión for pico (3.10.11)
Sent from my HTC Desire C using XDA Premium 4 mobile app
hey bro, you should post your update to the original thread of Nikhil ... for a clean forum...
i was telling that too .... to him
addictz10 said:
hey bro, you should post your update to the original thread of Nikhil ... for a clean forum...
Click to expand...
Click to collapse
It isnt nikhils rom. He isn't obligated to do that. He ported it himself. I give him props for that. If you guys aren't gonna contribute, and instead bash on him for trying, you might as well just get out.
addictz10 said:
hey bro, you should post your update to the original thread of Nikhil ... for a clean forum...
Click to expand...
Click to collapse
We have others miui 4 roms, and I dont cosiderate your rom as an uptdate.
Sent from my HTC Desire C using XDA Premium 4 mobile app
Please guys don't spam this thread. He tries his best and want to share it. What is the problem for you my mates ?!
me4488 said:
It isnt nikhils rom. He isn't obligated to do that. He ported it himself. I give him props for that. If you guys aren't gonna contribute, and instead bash on him for trying, you might as well just get out.
Click to expand...
Click to collapse
ow ok... sorry for that ...
The best MIUI for desire C, really!!! Many thanks:good::good::good:
I can't turn the WiFi on...
Anyone else with the same problem?
clepto1995 said:
I can't turn the WiFi on...
Anyone else with the same problem?
Click to expand...
Click to collapse
Turn on Wi-Fi then reboot then viola
Sent from my HTC Desire C using XDA Premium 4 mobile app
Shad0wPanda said:
Turn on Wi-Fi then reboot then viola
Sent from my HTC Desire C using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Perfect! Thanks!
What's wrong with GPS? It's working properly with other CM ROMs... Will you try to fix it?
h1gh1 said:
What's wrong with GPS? It's working properly with other CM ROMs... Will you try to fix it?
Click to expand...
Click to collapse
Yes, I'll try to fix it, the internal GPS is not detected but I don't know why.
Sent from my HTC Desire C using XDA Premium 4 mobile app
Reznov Steele said:
Yes, I'll try to fix it, the internal GPS is not detected but I don't know why.
Sent from my HTC Desire C using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Once you hopefully fix it, I will flash it. ROM looks very nice - but I depend on GPS sometimes, so...
h1gh1 said:
Once you hopefully fix it, I will flash it. ROM looks very nice - but I depend on GPS sometimes, so...
Click to expand...
Click to collapse
Open build.prop with root explorer then add "gps.enable=true" without " " save and reboot, it worked for me (someone can confirm it?)
Sent from my HTC Desire C using XDA Premium 4 mobile app

[ROM][4.1.2][BETA] ProjectKitkat (Smooth,Clean)

Warning:This Rom Nor Me will not be responsible to any damage to your Device.... Make Sure To Backup First before you flash this Rom...This rom is running good on me...
Click to expand...
Click to collapse
I Ported This Rom From a 3ghz Pentium 4 Processor and a 1 Gb ram with 140 kb/s net speed So please download and have fun.. and hit the thanks buttong for my port ..
HERE WE GO!!!
ProjectKitkat (Smooth,Clean) (Powered By Pure™ Graphics,Crossbreeder)
{
"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 improved version of CM10 - some visual changes!
clean & stable
With Android 4.2.2 Features
Based on JBMini v5
Gapps Included
LMT Launhcer.
Xposed Framework.
Android 4.2.2 Clock.
Android 4.2.2 QuickSettings.
Android 4.4 Fonts
Android 4.4 UI Sounds
Android 4.4 Status bar icons
Android 4.4 Wallpaper
Android 4.4 Icons
Android 4.4 Apps
Multi-User
Customizable
CrossBreder. (entropy only)
Nice GUI
SCREENIES
Tweaks
Build.prop tweaks
Pure™ Graphics
Crossbreeder
What Works:
- WiFi ( turn on wifi then reboot)
- Bluetooth
- Camera
- GPS
- NFC ( Only for NFC version of Desire C )
- RIL
- Audio
- Hardware Acceleration
- Ambient Light Sensor
- SD Card
- USB Mass Storage
- Capacitive Buttons
- Video Recording
- Video Playback
- FM Radio
BUGS
Video Recording FC's
Link
(Gapps Included On the ROM)
How To Flash/Install:
Do a FULL WIPE first. Full Wipe means format /system, /data, /cache.
Now flash ROM
After flashing, do NOT reboot phone. Instead POWER OFF the device and boot to bootloader.
Extract the boot.img from rom and flash it using fastboot flash boot boot.img command.
Reboot.
USE N.O.P.E v2.6 or Prometheus Kernels..
HTC
CM10 Devs here for the Base Rom
solk2 for the wifi fix
Nexus 5
Google
xda-developers
and ME the one ported for golfu
Changelogs
Changelogs:
Initial Release...
More mods to come
nice rom
verry nice rom, but it's a pitty that the video recording it is not working (yet i hope), i have a question, how can i open the superuser aplication to be able to turn off the notifications? if someone can help me pls
How do these settings
Sent from my HTC Desire C using xda app-developers app
But not these
Sent from my HTC Desire C using xda app-developers app
This is getting a bit silly. Tons of ports with tons of bugs and none of ports maintained to live to see v2.
s1m0n.lfs said:
This is getting a bit silly. Tons of ports with tons of bugs and none of ports maintained to live to see v2.
Click to expand...
Click to collapse
What about mine ligux and there aren't tons of bugs actually do poo to you
Sent from my HTC Desire C using XDA Premium 4 mobile app
Ansanen said:
How do these settings
Sent from my HTC Desire C using xda app-developers app
Click to expand...
Click to collapse
if you wanna achieve that always use the settings icon in the home screen...
addictz10 said:
if you wanna achieve that always use the settings icon in the home screen...
Click to expand...
Click to collapse
im bulding cm10.2 but dunno where to put kernel as getting this:
host C++: libhost <= build/libs/host/pseudolocalize.cpp
make: *** No rule to make target `/home/mupawoopa/cm10.2/out/target/product/golfu/kernel', needed by `/home/mupawoopa/cm10.2/out/target/product/golfu/boot.img'. Stop.
LaputaCake said:
im bulding cm10.2 but dunno where to put kernel as getting this:
host C++: libhost <= build/libs/host/pseudolocalize.cpp
make: *** No rule to make target `/home/mupawoopa/cm10.2/out/target/product/golfu/kernel', needed by `/home/mupawoopa/cm10.2/out/target/product/golfu/boot.img'. Stop.
Click to expand...
Click to collapse
i dont have knowledge on source building... how about try fixing wifi of cm10.1 ???
addictz10 said:
i dont have knowledge on source building... how about try fixing wifi of cm10.1 ???
Click to expand...
Click to collapse
I don't knOw we need to contact sol2k to see ofc he can help as I had to delete Wi-Fi for first build
Sent from my HTC Desire C using XDA Premium 4 mobile app
I am waiting for nexus 5 since last 2 months and now waiting for it to come in India
Sent from my HTC Desire C using Tapatalk 4
i'm waiting too bro .... about this kit kat rom...
i tested this but you can use 4.1.2 icons in settings....
but it is good
Aman_Arora said:
I am waiting for nexus 5 since last 2 months and now waiting for it to come in India
Sent from my HTC Desire C using Tapatalk 4
Click to expand...
Click to collapse
hey bro sorry for slow development of honamiZ .... i got boot loops :3
addictz10 said:
hey bro sorry for slow development of honamiZ .... i got boot loops :3
Click to expand...
Click to collapse
No problem dude ..The problem.is me First exams and then my dengue fever..I have still not recovered properly ..Taking medicines daily at time to recover as soon as possible
Also my desire c is not supporting any CM 10 Rom WiFi issues and gapps troubling and a part of my screen is dead
Sent from my HTC Desire C using Tapatalk 4
---------- Post added at 06:48 PM ---------- Previous post was at 06:47 PM ----------
So I need TESTERS
Sent from my HTC Desire C using Tapatalk 4
TESTER
Aman_Arora said:
No problem dude ..The problem.is me First exams and then my dengue fever..I have still not recovered properly ..Taking medicines daily at time to recover as soon as possible
Also my desire c is not supporting any CM 10 Rom WiFi issues and gapps troubling and a part of my screen is dead
Sent from my HTC Desire C using Tapatalk 4
---------- Post added at 06:48 PM ---------- Previous post was at 06:47 PM ----------
So I need TESTERS
Sent from my HTC Desire C using Tapatalk 4
Click to expand...
Click to collapse
IF you want a tester ... so i'm a tester just for you !
Happy to help if you need me.
If im able to get a new computer ill build kitkat if someone helps me and its title shall be "**** you HTC"
Hey Mark, what specs do we need on the PC? I've been reading a lot on XDA University so hopefully I can be of some help.
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
atomomega said:
Hey Mark, what specs do we need on the PC? I've been reading a lot on XDA University so hopefully I can be of some help.
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
Click to expand...
Click to collapse
Well if I'm allowed I'll be able to get a pc with an Intel core 2 quad 2.5ghz 6 GB ram and 1th hard drive
Sent from my HTC Desire C using XDA Premium 4 mobile app

Categories

Resources