[DISCONTINUED][GPL][ROM][CM7][STABLE][SLIM] Mini CM 7.2 - Samsung Galaxy Mini

{
"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"
}
MiniCM7 is custom-built rom based on CyanogenMod 7, running Android Gingerbread.
Project Source code, bug trackers and official changelog can be found HERE
All thanks to Mini CM Team​
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
* If you dont like this rom, Stay away from this thread!
* If you have any problem, Contact Forum Moderator. I will only reply to him!
* Keep this thread clean!
*/
SCREENSHOTS
FEATURES
Built for LDPI (Optimized Source)
MiniCM Update notifications via c2dm (CM Settings -> System -> Update notifications)
App2sd / Dalvik2sd compatible with 2.1 app2sd (storing to ext2/3/4 pre-existing partition is detected and mounted as such)
Gingerbread's native App2sd (storing to fat)
Modular Overclocking handled CM Settings menu (by default none is active)
Extra CM Performance Settings menu for SD Read Cache Speed
Extra CM Settings display menu for Ultra brightness
Smooth 2D scrolling in menus
Native Wifi Hotspot
Native USB tethering
Flashlight toggle from lockscreen
Most of the core components are built from sources
--------------------------------------------
Device Config can be found - HERE
Project Source code, kernel source code can be found - HERE
ROM Download, Flashing Instructions and extra add-ons can be found in 2nd Post.
--------------------------------------------
PERSONAL CHANGELOG :
Initial build
Latest sources
Based on mebiteks config
Everything working
Deleted some useless stuff
Rom is super slim 70mb
Some init.d and systen.prop tweaks
CREDITS
mebitek
mini cm team
DaRk_DoG
NobodyAtAll & Team
Cyanogenmod team
you for supporting me always

Procedure To Install:
Download and push the latest MiniCM7 ROM to SD Card
Reboot to Recovery Mode
Select Wipe data and cache
Select install zip from sd card
Select choose zip from sd card
Select the new MiniCM7 ROM
Select Yes - Install update
Wait until the Installation is finish
Select Wipe data and cache
Select Wipe cache partition
Select reboot system now
DOWNLOADS :
MiniCM7-02062013-Tass-UNOFFICIAL.zip
GApps Can be found - HERE
Thanks to chemicalrage :good:
Softkey / Tablet tweak enabler - HERE
ADD-ON'S :
In given below link, you will find the crystal theme created by DarkDog. Its provided by default in the minicm sources, but due to its large size [15Mb], I removed it and providing it as an add-on. Interested users may simply download the theme, copy to sd-card and install.
The MiniCM7, crystal and OrangeHaze themes are made exclusively for the MiniCM7 ROMs.
They are not to be used with other ROMs, so DON'T rip them off. period.
You are warned. period.
Crystal Theme Download Link - HERE

Wow you rock man. CM 7.2 IMO is the most stable one. Thanks a lot !
One more thing, can you add link to Mini Gapps too ?
Sent from my GT-P3100 using Tapatalk HD

Download link is up. Its the best initial release from me coz i solved all wifi and camera related issues. Others i dint test but everything should be perfect.
edit - gapps link updated

Testing.....

softkey / tablet tweaks for mini cm7
anybody want softkeys download it from attachments and flash the package. :good:

boss AU any screenshots for Crystal Theme?

palaboy said:
boss AU any screenshots for Crystal Theme?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1174762

Thanks
A_U said:
http://forum.xda-developers.com/showthread.php?t=1174762
Click to expand...
Click to collapse
thank you boss AU i will try this one
---------- Post added at 09:41 PM ---------- Previous post was at 09:03 PM ----------
boss AU how to enable softkey i already flash but i can't find in tablet tweaks settings?

boss AU after i enable softkey the status bar is gone black now, how to fix this?

palaboy said:
boss AU after i enable softkey the status bar is gone black now, how to fix this?
Click to expand...
Click to collapse
do something to get a notification? or try to reboot

palaboy said:
boss AU after i enable softkey the status bar is gone black now, how to fix this?
Click to expand...
Click to collapse
Reboot fixed it.

For me the rom which you posted here is better than this...

CM Performance Settings menu for SD Read Cache Speed don't work on my phone... when I change the speed cache to 3072 then check in sys/devices/virtual/dbi/179.0/read_ahead_kb it's still reads the default value of 128

I'm not quite sure, but the problem might be in the ramdisk in the init.gt-s5570.rc.
Line 25 - 28
on boot
# Tweak SD card cache
write /sys/block/mmcblk0/bdi/read_ahead_kb 128
Click to expand...
Click to collapse
Try to edit init.gt-s5570.rc in the boot.img
If you have a look at init.rc in the ramdisk you see the following values:
Line 296 - 302
# Define TCP buffer sizes for various networks
# ReadMin, ReadInitial, ReadMax, WriteMin, WriteInitial, WriteMax,
setprop net.tcp.buffersize.default 4096,87380,110208,4096,16384,110208
setprop net.tcp.buffersize.wifi 4095,87380,110208,4096,16384,110208
setprop net.tcp.buffersize.umts 4094,87380,110208,4096,16384,110208
setprop net.tcp.buffersize.edge 4093,26280,35040,4096,16384,35040
setprop net.tcp.buffersize.gprs 4092,8760,11680,4096,8760,11680
Click to expand...
Click to collapse
This stands against the following in the build.prop
net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,163 84,256960
Click to expand...
Click to collapse
(Which is badly misspelled by the way...)
If someone could please clarify for me which values will be applied.
Regards
Wooaarr

Discontinued?
Sent from my GT-S5570 using Tapatalk 2

hsay said:
Discontinued?
Sent from my GT-S5570 using Tapatalk 2
Click to expand...
Click to collapse
no but its kinda final..coz there's no changes in cm7 or mini cm since past august..even they left gingerbread.
so i just compiled it coz its very stable.

A_U said:
no but its kinda final..coz there's no changes in cm7 or mini cm since past august..even they left gingerbread.
so i just compiled it coz its very stable.
Click to expand...
Click to collapse
K no problems ...
Sent from my GT-S5570 using Tapatalk 2

In terms of performance and batery life what's better, this room or cm10.1?

I've just installed this - looks nice thanks.
Couple of things:
The "check for updates" section force closes on me.
Trying to change the Speech to Text (which I want to use) Force closes.
Are these known issues, and are there any suggested fixes?
Many Thanks,
Tim

Related

[ROM][CM7]Decadence 1.0.1[NEW MARKET]

CyanogenMod is a free, community built distribution of Android 2.3 (Gingerbread) which greatly extends the capabilities of your phone.
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Decadence ROM
This release is based on CM7 Nightly roms.
This is a personal rom and i want share it with xda users. I'm working for a functionally and very smooth rom.
I will try to go up the already fast CM7. The changes will be exclusively dedicated to the lightness and performance of the ROM.
I will use only the best CM7nightly, to minimize bugs and always have a rom with the latest updates.
I'm working to a personal kernel. When it will be ready i post it here and include it on my rom!
Thanks at all!
ikxdf
{
"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"
}
All features:
-CM7 nightly 78
-gapps selection at startup
-New market interface
-Hardware files optimization
-I/O Tweak
-Mobile Data speed increased (not working ?)
-SD speed increase tool (removable)
-GPS server selection tool (removable)
-Task killer tool + widget (removable)
-Es root explorer
-Removed some cyanogenmod apps
-Transparent lockscreen rotary,slide and lense
Changelog
Code:
[B]Decadence 1.0.1[/B] based on CMn78:
-SD speed increase tool (removable)
-GPS server selection tool (removable)
-Task killer tool + widget (removable)
-Es root explorer
-Removed some cyanogenmod apps
-Transparent lockscreen rotary,slide and lense
[SIZE="1"][B]Decadence 1.0.0[/B] based on CMn76:
-New market interface
-gapps selection at startup
-Hardware files optimization
-I/O Tweak
-Mobile Data speed increased
[/SIZE]
Download
Megaupload fast:Decadence 1.0.1
Megaupload fast:Decadence 1.0.0
Multiupload:Decadence 1.0.0
# first
As it's based on CM7 will it need a full wipe?
What connection are you uploading it on, 56k?
On a serious note, i'm looking forward to the new market, it looks pretty cool.
Also, what have you modified to increase mobile data speeds?
sorry, i have found a bug in my package...i'm resolving it...
ikxdf said:
sorry, i have found a bug in my package...i'm resolving it...
Click to expand...
Click to collapse
Is the ROM having the normal bugs of Gingerbread like FM, A2DP etc not working or those have been resolved.
welcome to the club
Problem solved and rom uploaded
Works very good for me. I'm using the rom for 2 ours now and it is very fast. No bugs found so far..
Sent from my Optimus 2X using Tapatalk
Can you mirror on Multiupload?
Sent from my LG-P990 using XDA App
Meltus said:
What connection are you uploading it on, 56k?
On a serious note, i'm looking forward to the new market, it looks pretty cool.
Also, what have you modified to increase mobile data speeds?
Click to expand...
Click to collapse
would like to know this too...
adding some parameters at build.prop file:
ro.ril.gprsclass=12
ro.ril.hsdpa.category=14
ro.ril.hsupa.category=7
ro.ril.hsxpa=3
with this mod you can have a big increment of download/upload speed of your data mobile connection
Upload to multiupload started.
will add link when done.
15 minutes left.
feel free to add to your post.
http://www.multiupload.com/A3S992VOI6
freudenbauer said:
Upload to multiupload started.
will add link when done.
15 minutes left.
feel free to add to your post.
http://www.multiupload.com/A3S992VOI6
Click to expand...
Click to collapse
thanks! added to first post.
downloading for test.
what we can expect from your new kernel?
ikxdf said:
adding some parameters at build.prop file:
ro.ril.gprsclass=12
ro.ril.hsdpa.category=14
ro.ril.hsupa.category=7
ro.ril.hsxpa=3
with this mod you can have a big increment of download/upload speed of your data mobile connection
Click to expand...
Click to collapse
Can you use that codes on froyo ROMs?
Do you point me what the main different between your rom and the standard CM7 nightly I see the size of both very close togeter.
mhasan90 said:
Can you use that codes on froyo ROMs?
Click to expand...
Click to collapse
yes
k101d said:
Do you point me what the main different between your rom and the standard CM7 nightly I see the size of both very close togeter.
Click to expand...
Click to collapse
you can read the changelog
i have add some performance tweak and hardware optimization.
i next release i will increment the sd speed and add some exential tool (for example gps server selection,backups ecc).
After that a will start to work at the kernel
boto said:
downloading for test.
what we can expect from your new kernel?
Click to expand...
Click to collapse
i will release a small and exential kernel with ext4 support(after that mi rom release will format your data and system partition to ext 4. i will not add the OC features: is absolutely useless and harmful
if u want you can use vorkKernel or any other.
I'm not downloading this one yet but will be keeping a close eye on your kernel dev progress. Hope it will be stable, fast and not so battery draining
ikxdf said:
adding some parameters at build.prop file:
ro.ril.gprsclass=12
ro.ril.hsdpa.category=14
ro.ril.hsupa.category=7
ro.ril.hsxpa=3
with this mod you can have a big increment of download/upload speed of your data mobile connection
Click to expand...
Click to collapse
if i understand our dr. arcee right this is completly useless...
aremcee said:
It's especially impressive when you consider the fact that it doesn't do anything on the 2X. Those parameters are for HTC RILs, they don't exist on LGE's:
Code:
[[email protected] product]$ strings bravo/system/lib/libhtc_ril.so | grep ro.ril
ro.ril.a53.%s
ro.ril.ecc.%s
ro.ril.def.agps.mode.%s
ro.ril.def.agps.feature.%s
ro.ril.def.agps.mode
ro.ril.def.agps.feature
ro.ril.oem.ecclist
ro.ril.oem.nosim.ecclist
ro.ril.enable.dtm
ro.ril.gprsclass
ro.ril.hsdpa.category
ro.ril.hsupa.category
ro.ril.hsxpa
ro.ril.enable.nitz
ro.ril.enable.network_identify
ro.ril.qos.maxpdps
ro.ril.qos.traffic.class
ro.ril.qos.max.ul
ro.ril.qos.max.dl
ro.ril.qos.guarantee.ul
ro.ril.qos.guarantee.dl
ro.ril.qos.delivery.order
ro.ril.qos.max.sdu
ro.ril.qos.delivery.err.sdu
ro.ril.qos.transfer.delay
ro.ril.qos.traffic.priority
ro.ril.always.laccid
ro.ril.fast.dormancy.rule
ro.ril.fd.scron.timeout
ro.ril.fd.scroff.timeout
ro.ril.fast.dormancy.plmn
ro.ril.enable.3g.prefix
ro.ril.3g.long.name
ro.ril.htcmaskw1.bitmask
ro.ril.htcmaskw1
ro.ril.enable.homezone
ro.ril.enable.vt
ro.ril.enable.regucid
ro.ril.enable.hsdpaind
ro.ril.enable.a52
ro.ril.enable.a53
ro.ril.enable.dcm.feature
ro.ril.enhance.htcdis
ro.ril.enable.tim.feature
ro.ril.enable.korea.stk
ro.ril.enable.hsupaind
ro.ril.enable.gea3
ro.ril.enable.managed.roaming
ro.ril.enable.enhance.search
ro.ril.disable.mcc.filter
ro.ril.search.first.pnn
ro.ril.enable.ncell.ind
ro.ril.enable.enhance.nws
ro.ril.radio.svn
ro.ril.wp.feature
ro.ril.emc.mode
ro.ril.ucsq.mode
[[email protected] product]$ strings p990/system/lib/lge-ril.so | grep ro.ril
[[email protected] product]$
Click to expand...
Click to collapse
i have see a speed improvement...is only suggestion?
how can u grep a compiled files??? this is very impressive!
if u edit the file you cannot read anything...
i want take a look at the cm7 source and verify that!
thanks for your advice!

[ROM][Kernel] MORe version 2.0 RC1 (Sep 08, 2012)

This ROM was made only for people who like to stock.
A little changes to the interface, the overclock features
and some tweaks to improve performance.
HOME & Download >> http://www.facebook.com/groups/Samsung.Galaxy.Mini/doc/336535879743427/
Changelog V2.0RC1: soon
Click to expand...
Click to collapse
====== OLD VERSION ======
Or you can find here #356
DOWNLOAD
Next changelog:
MOReV1Update3 Overview
* Based on XWKTN 2.3.6 Rom
* Overclock up to 864 (Squadzone source kernel)
* More governors
* Adb as root
* Deodexed
* Busybox
* Superuser + binary
* Ext4 Filesystem as Primary
* Support for Ext2/3
* Enabled Ramswap (init.d)
* Zipaligned (init.d)
* No-frills app added for sliding Frequencies
* ICS Bootanimation
* S2E App2sd
* Hosts by adfree
* resolv.conf
* dbus.conf
* slaidy boost
* 14 Status Bar Toggles (lidroid)
* Swipe to Remove Notification
* Extended Power Menu (Reboot,Recovery & Download)
* CMScreenshot in Power Menu (Removed silent mode)
* Removed stock screenshot
* Added Tweaks For Faster Performance (from emanoN)
* Mms app with skin chooser and various limitations removed
* Dsp Manager
* Updated GApps
* More locale language (include Bahasa Indonesia)
* Multyread font (DroidSans)
* New Call Receiver (from stock)
* ICS Animation
* New Battery Percentage with increment rate of 1%
* Crt Screen Off and On Animation
* Arabic Patch with RTL Fix
* Tweaks revert to MOReV1
* Compatible with KIES
* Fixed market force close
* MORe Parts mod from emanoN Parts
Click to expand...
Click to collapse
For screenshot see this
Click to expand...
Click to collapse
{
"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"
}
Click to expand...
Click to collapse
For installation:
1. You must Flash your phone with Android 2.3.x firmware from the official page (sammobile.com).
2. You must have ClockworkMod Recovery
3. Download ROM and Extract and save it on the root your SD card
4. Reboot your phone into the ClockworkMod Recovery
5. Wipe your Data and Cache
6. Format system
7. Select "install zip from sd" and chose the ROM you have downloaded
8. Enjoy.
Credit & thanks to:
1. ALLAH
2. tj_style for Inspiring me.
3. parasmi for Tweaks (i took from his ROM) and inspiring me.
4. SlaidyBoost-V2.3 from slaid480
5. Hansip87 for swipe to remove notifications
6. lidroid for quick panel
7. Member of Partychat Lil'G squadzone, bintel and Others for Supporting me (sorry i can't mention)
8. Google
Hit 'Thanks' to them also if you like this ROM!
godell said:
This ROM was made only for people who like to stock.
Without any changes to the inteface, only the overclock features
and some tweaks to improve performance.
DOWNLOAD Part1 and Part2
Password : godell
For screenshot see this
For installation:
1. You must Flash your phone with Android 2.3.x firmware from the official page (sammobile.com).
2. You must have ClockworkMod Recovery
3. Download ROM and Extract and save it on the root your SD card
4. Reboot your phone into the ClockworkMod Recovery
5. Wipe your Data and Cache
6. Select "install zip from sd" and chose the ROM you have downloaded
7. Enjoy the stock ROM with Overclock feature.
Credit & thanks to:
1. tj_style for Inspiring me.
2. parasmi for Tweaks (i took from his ROM) and inspiring me.
3. Member of Partychat Lil'G squadzone, bintel and Others for Supporting me (sorry i can't mention)
Hit 'Thanks' to them also if you like this ROM!
Click to expand...
Click to collapse
Awesome work bro.... have u fix the RTL?
gmp009 said:
Awesome work bro.... have u fix the RTL?
Click to expand...
Click to collapse
Sorry i dont include more language and support RTL. Maybe next ..
godell said:
Sorry i dont include more language and support RTL. Maybe next ..
Click to expand...
Click to collapse
waiting for ur RTL fix. coz without it i cant use this...
gmp009 said:
waiting for ur RTL fix. coz without it i cant use this...
Click to expand...
Click to collapse
deodex your rom then make a patch by "arabic script_0.812(windows)" and flash output file from CWR.
Thanks for this rom... It's good that many people are steping into the field of development to expand our galaxy mini (to make it big). Go guyz.... All the best
weeeeeeee another ROM to flash.. Finally!!!!!!!!!!!!!!!!!
Thanks guys.. (salute)
edit: sir if you're kind enough to put some changelog?
gboy2011 said:
weeeeeeee another ROM to flash.. Finally!!!!!!!!!!!!!!!!!
Thanks guys.. (salute)
edit: sir if you're kind enough to put some changelog?
Click to expand...
Click to collapse
LOL, its a stock with an OC Kernel. Thats the Change Log.
gummie said:
LOL, its a stock with an OC Kernel. Thats the Change Log.
Click to expand...
Click to collapse
LOL also.. hahaha.. i need details.. just like he added nexus boot animation, pre installed apps like s2e, openvpn, quickoffice...etc..
no need tun.ko for this ROM right? ty
I think it need Russian Language...
Because its my language
I was waiting for this!! I will try it soon.
---------- Post added at 04:50 PM ---------- Previous post was at 04:48 PM ----------
Someone has tried a benchmark on this rom? Which mark has obtinued?
Greetings Goddell
I ama interested in the rom but I Need some info :
The market is open? I was a emanonv3 user and I buy some photo apps like papercamera and magichour. But with emanonv4 I can't download these apps because the market says these are not for our mini ...
I'm using now cyanogen 7.2.0rc5.1 and I use these apps but them don't use their full resolution like they did in emanonv3 ...
Can someone help me?
Inviato dal mio GT-S5570 usando Tapatalk
aduh, godelll godelll :kabooorrrr
yagya said:
Thanks for this rom... It's good that many people are steping into the field of development to expand our galaxy mini (to make it big). Go guyz.... All the best
Click to expand...
Click to collapse
yagya, you should review this rom in your blog
---------- Post added at 09:22 PM ---------- Previous post was at 09:14 PM ----------
squadzone said:
aduh, godelll godelll :kabooorrrr
Click to expand...
Click to collapse
more dev from indonesia with excellent rom..
mr godell, sir, can you teach me how to overclock a rom? I'm starting to study to develop roms for our device, I wish I have mentors haha. Thank you.
paolone1 said:
Greetings Goddell
I ama interested in tour rom but I Need some info :
The market lists open? I was a emanonv3 user and I buy some photo apps like papercamera and magichour. But with emanonv4 I can't download these apps because the market says these are not for our mini ...
I'm using now cyanogen 7.2.0rc5.1 and I fan use these apps but theme don't use theme full resolution like they did in emanonv3 ...
Can someone help me?
Inviato dal mio GT-S5570 usando Tapatalk
Click to expand...
Click to collapse
Just use google, search for the app. For example paper camera.apk
Download the file and put it on sd card of your phone.
Use a filemanager, browse to the file and click it. Now you can install the app.
Use it and have fun.
If i search i get for example
hxxp://www.apktops.com/tag/paper-camera-apk
Realy nice work, could you please add more languages! Like this rom but need german!!
Sent from my GT-S5570 using xda premium
marKyAn said:
yagya, you should review this rom in your blog
Click to expand...
Click to collapse
I could do that... thanks for the suggestion. Allow, me some time to do so... since I am having pretty roguh time with my time management.
One more question... is this rom rooted? And, anyone who have tried it can you please tell me more about it's speed and performance.
nice build!
@yagya
yes it is rooted, it has a good speed and performance! had no
screenshot made but hits around 1600points on benchmark advanced!!
but benchmark points are not everything ;-) its smoth and fast!
just give a try it is a realy nice build
Just looked at the picture.
Really interesting rom. Overclocked kernel and S2Ext also on borad.
Only one question!
What about the sms sound issue? Anybody tested it?
German language also would be great.
Greetz
+1 for your rom and work.

[ROM][JAN-24][STABLE+SMOOTH+FAST+FLY] NightlyFourE ICS 5.0 CODENAME: FINAL

NightlyFourE ICS​
INTRODUCTION
Fast and lightweight custom ROM based on CM9 by hephappy. Now that we have stable ICS, I thought CM9 would be the best to make a custom ROM. With additional features such as Jelly Bean Statusbar, this is THE ROM you're looking for. Any questions, just PM me.​
PRESSING THANKS BUTTON IS APPRECIATED FOR THE HARDWORK ​
DISCLAIMER
Everything contained in this thread belongs to their respective owners. I have just compiled things from various sources and provided them in easy to flash package. I am not responsible for bricked, broken devices, lost souls, zombie attacks, sudden death, missing alarms and/or shorter lifespan of your device. Should you choose to overclock, it does break manufacturer warranty. By downloading and using this software you agree that You, the end user, is 100% responsible for any and everything that may happen after use. I am not responsible for ANY permanent damage you do. If you do not understand the risks involved in flashing a custom ROM, then it might be time to move on sucker! Read This Entire Post Completely, Then Read it Again! That being said.. Have fun​
CHANGELOG
### 5.0
* Jelly Bean StatusBar
* LED Button Backlight disabled by default
* Probably fixed D2Ext+ (Default enabled)
* Updated ad-blocker to block newer ads
* Fixed updater-script
* Press the Thanks button or you will get bootloops (really)
* Flash v4, then wipe cache and dalvik-cache and flash v5.
### 4.0
* New wallpaper
* New TouchWiz theme
* Fixed Data2Ext
* Deodexed
* Zipaligned
* Very small and lightweight
* Updated pre-installed applications (Android Terminal Emulator etc. )
* Optional swap (See Do's and Dont's Section)
* Removed LunarUI II theme
* Updated ROM preview: see first post
* Upgrading from previous versions, Just wipe cache, dalvik cache and format system.
### 3.0
* Fixed system not responding
* Optional data2ext
* New LunarUI II theme
* CM FIle Manager
* Default sounds
* Fixed scrolling
* Google Talk added
* Removed Cyanogenmod Bootanimation
* SRS WOW
* SRS TrueBass
* Android Equalizer
* Android Normalizer
* EQ Pressets
* SRS Panel (Patched MusicFX)
* Fixed Data2Ext+
* Updated ad-blocker: Blocks annoying ads on web, apps and games
* Updated ROM preview: see first post
* Just wipe cache, dalvik cache and format system if upgrading from previous versions.
### v2
* Ultra high performance
* Ultra high battery life
* Includes Data2Ext Apps2SD
* Nexus 4 Sounds
* Lightweight - removed unneeded files
* Upgrading from previous version just wipe cache, dalvik cache and format system
### v1
* Lightweight and fast based on GENETICS CM9 by hephappy
* New Theme Chooser - Apply HDPI themes without changing LCD Density
* Remove CM File Manager
* Add ES File Explorer File Manager
* TouchWiz 5.0 theme
* NightlyFourE Ringtone
* Find extra stuff on your sdcard
* This is just a start, wait for more from me​
WHAT WORKS
Everything​
CREDITS
hephappy
vikasb32
thomasaffca
neko95
dzolcp
BPaul
Google
LG
SCREENSHOTS
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
KERNEL
CyanogenMod kernel by hephappy​
INSTRUCTIONS
Copy zip to sdcard
Boot into recovery by holding POWER+HOME+VOL DOWN
Wipe data/factory reset, system, dalvik cache
Install zip from sdcard
Reboot
Enjoy
DO'S AND DONT'S
PM me if you want any help.
Set brightness to 0% indoors and 50% outdoors
Install this keyboard
For Data2Ext: Open terminal, type "su", hit enter, then type "d2ext" and hit enter and reboot (Not required for 5.0)
Open music app, play some music, press menu button, select "sound effects", and configure SRS Panel
For SWAP: Open Terminal, type "su", hit enter, type "swapon", hit enter and reboot. TO TURN SWAP OFF: type "swapoff" and reboot
TO ENABLE LED BUTTON BACKLIGHT: Delete 14led from /system/etc/init.d
DOWNLOAD
◢NightlyFourE ICS 5.0 Update - DOWNLOAD
◢NightlyFourE ICS 4.0 - DOWNLOAD
◢NightlyFourE ICS 3.0 - DOWNLOAD
ADD-ONS (OPTIONAL)
CyanogenMod Wallpapers
Galaxy Live wallpaper
Magic Smoke Live wallpaper
Phase Beam Live wallpaper
SIM Toolkit
Video Editor
Additional TTS Language files
◢NightlyFourE Add-ons - DOWNLOAD
Don't forget to press the Thanks button
Rate the thread 5 stars if you like this ROM
ummm..
ain't touchwiz 5.0 a paid theme??
unless its from another themer
Updated screenshots
75 downloads. Guys, I am open to requests. Tell here what you want in this ROM
TheAndroidGeek said:
75 downloads. Guys, I am open to requests. Tell here what you want in this ROM
Click to expand...
Click to collapse
decent speed with best possible battery backup .
ManBearrrPig said:
decent speed with best possible battery backup .
Click to expand...
Click to collapse
Battery backup is great because of the fixes in kernel by hephappy. Speed is same of cm9
Amazing rom, thanks
nice
Looks promising, Downloading it now!!!
Good Work!
I hope this rom have the PhoneNumber home show!
Cant download, gives me an error 509. Could you upload it somwhere else. Maybe Mediafire
Re: [ROM][JAN-19][STABLE][v1] NightlyFourE ICS
Looking great rom. Downloading, well thnx for this but i want to know what more can be brought to this cm9 ?
Sent from my LG-P500 using xda premium
Which keyboard did you include?
I prefer MiFileExplorer, but I think I'm the only one...
I can add this for you, if you want..
See this:
how did you do this dude? "Apply HDPI themes without changing LCD Density"
Re: [ROM][JAN-19][STABLE][v1] NightlyFourE ICS
This rom is absolutely awesome. The theme is really gud. So bugs so far. Will have to use it for couple of days to comment on the battery life of this rom. Hope it's decent too.
Sent from my LG-P500 using Tapatalk 2
Re: [ROM][JAN-19][STABLE][v1] NightlyFourE ICS
fathyle said:
how did you do this dude? "Apply HDPI themes without changing LCD Density"
Click to expand...
Click to collapse
There is a mod that allows user to apply HDPI nd XHDPI thems on MDPI devices running ICS nd JB..
eace:
Sent from my LG-P500 using XDA Premium App
fathyle said:
how did you do this dude? "Apply HDPI themes without changing LCD Density"
Click to expand...
Click to collapse
perhaps u don't visit the p500 forum regularly.
forum.xda-developers.com/showthread.php?t=2050173
Re: [ROM][JAN-19][STABLE][v1] NightlyFourE ICS
Can we have mirrors ?
Existing A/C is temporary blocked due to high traffic..
Sent from my LG-P500 using xda premium

[ROM] GingerDX | v031b | Compiled From Source #1 | 11-04-2013

​GingerDX
Now under new management Hello Tass users, I do not own this device. I got this for an hour so i compiled GingerDX.
Intro
Let's continue the fun!
This project is a continuation of doixanh's personal ROM, known as GingerDX.
("Ginger" as in "Gingerbread", and "DX" as in short for "doixanh")
Brought to you by TeamFun:
eagleeyetom, djnilse and AChep.
As set in stone by doixanh, the main goal is to have a fast, smooth and lightweight CM7 based ROM with some special features.
Before we begin:
Code:
package gingerdx;
import disclaimer;
public class GingerDXDisclaimer extends Disclaimer {
/**
* Your warranty is now likely void.
*
* We are not responsible for bricked devices, dead SD cards,
* spontaneous combustion, or any other host of cosmic penalties
* which may befall you, your family, or your phone.
* If you dont like this rom, Stay away from this thread!
* Don't use it and especially don't complain. You have been warned!
* If you have any problem, Contact Forum Moderator. Keep this thread clean!
*/
public GingerDXDisclaimer(){
warranty.set(0);
}
}
GingerDX now even has its own IRC channel!
If you feel like chatting with each other or hanging out with us:
#GingerDX
NOTE: Before you click the link to get to FreeNode's webchat or fire up your IRC clients:
The developers are NOT your personal support helpdesk nor root of endless knowledge.
If you are a developer or have a really urgent or tricky problem come tell us about it.
Features
Clean and latest CM7 nightlies. Latest Gingerbread 2.3.7 By Me
Minimal number of apps are installed.
Lightweight.
The usual things as with other ROMs: WiFi, BlueTooth, USB, Sensors, 3D, Video, FM Radio, Camera, Rooted, JIT,
ZIP-aligned, App2SD, ...
WEP AdHoc support
CallMeLouder: Louder ringer when the phone is inside a bag or pocket.
Improved Flipping down mutes ringer
Flipping down/shaking snoozes alarm
Disable LED notification in night
Back button ends call
Menu button answers call
Built-in Transparent Status Bar support
Hide avatar in SMS
Quick Copy / Quick Paste
Custom carrier text
Built-in loop ringtone support without OGG editing
Optimized ("smoothened") scrolling/flinging
Random Lockscreen
Sense Lockscreen
Ring Lockscreen
Sleep button on Power Control widget
Center clock on status bar
Configuration section (with localization for many languages)
WiFi tethering
EduRoam WiFi compatible!
Jellybean-style status bar and notifications
ICSified by integrating AChep's ICS Layouts natively into the ROM (a/k/a "AChepified")
This is here to stay, we won't revert to the standard Gingerbread style
AChep's JellyBean Theme included and set as default
PIE navigation controls
ICS Wallpapers added into CMWallpapers
ICSified Settings by djnilse
GPS Country Optimizer by djnilse
Pick-up-to-call by djnilse
Pick-Up-To-Call in phone dialer and MMS
• Enable it in Settings -> CyanogenMod settings -> GingerDX settings
• Type the number in the dialer
• Move it to your ear (or put your finger on the proximity sensor and hold the phone vertically) and the number will be called
• Same in Mms, there it just calls the number of the chat/sms you're reading
Known Bugs
GingerDX Bugs & Solutions thread by lucastan96
GingerDX Issue Tracker on Google Code
Requirements
Rooted
ClockworkMod Recovery
Gingerbread 2.3.6
Project sources and licenses
Our source code repository at GitHub (for GingerDX v023 onwards)
Sources forked from Cyanogenmod are published under the terms of the Apache License 2.0
Code contributions and binary distributions are published under the terms of the GNU General Public License v2
doixanh's source repository at GitHub (for GingerDX up to v022)
Sources and binary distribution of GingerDX up to v022 are published under license terms set forth by doixanh.
Themes
NOTE: We are not responsible for system instabilities caused by themes
The formerly included theme was A-Theme Lite by AChep.
GingerDX natively supports T-Mobile themes. You can find other themes in the list of available T-Mobile themes in XDA Android's theme sticky.
Download the theme of your choice onto your phone and use Theme Chooser (included in GingerDX) to select theme.
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Downloads & Changelog
Release #1:
-Initial Release
-LDPI Resized (WIP)
Update-GingerDX v0.31b-11042013-UNOFFICIAL-Tass
MD5: c441039c6635a148a6b19320f7632baa
Links not working?
-You can find all my work at (http://goo.im/devs/RishabhAD/Tass)
Thanks & Credits
Thanks
Thanks go to the CyanogenMod Team
[*] nobodyAtall
[*] squadzone
[*] ParanoidAndroid Team
[*] Wilfredcool007
[*] Eagleeyetom
[*] Team Fun
[*] and lots of others...
Procedure to Install
Procedure To Install:
Download and push the latest GingerDX ROM to SD Card
Reboot to Recovery Mode
Select Wipe data and cache
Select install zip from sd card
Select choose zip from sd card
Select the new GingerDX ROM
Select Yes - Install update
Wait until the Installation is finish
Select Wipe data and cache
Select Wipe cache partition
Select reboot system now
Great work !
looks great, wait till it's fully resized.
btw, are we able to use latest aosp keyboard, like on cm10.1?
wooww... excelent...!!
Sent from my GT-S5570 using Tapatalk 2
wow....!
its just 54Mb and already looks gud....thnx
edit: wrong size
zip is corrupted..please reupload the rom :/
ShadowFax said:
wow....!
its just 54Mb and already looks gud....thnx
Click to expand...
Click to collapse
MD5 error! Downloaded 3 tiems from phone and computer...
ast00 said:
MD5 error! Downloaded 3 tiems from phone and computer...
Click to expand...
Click to collapse
No I downloaded in successfully....may be try another browser.
edit: sorry my bad...i didn't flash it yesterday
Sent from my GT-S5570 using xda app-developers app
install error :-/ changed browser and still the same
Sorry for that guys. I will upload new update in some time. With Superuser bug fixed!
edit: link added
all working fine..nice rom..thank you
Great rom..! Using it since yesterday..
But, experiencing a bug or something like..
Under lockscreen settings, Widget Option force closing..
(it did open at very first time.. but, not after that..)
Rom is amazing ! Only small bugs like widgets fc to fix
And btw. How had u made those windows animations ?
Sent from my BL-S5570 using xda app-developers app
BlackLie said:
Rom is amazing ! Only small bugs like widgets fc to fix
And btw. How had u made those windows animations ?
Sent from my BL-S5570 using xda app-developers app
Click to expand...
Click to collapse
Just read op...
He has compiled but the rom is by team fun...they made it...But hats off sir
Sent from my GT-S5670 using xda premium
lookin' nice... want to try this one.... thanks for sharing....
songolas77 said:
lookin' nice... want to try this one.... thanks for sharing....
Click to expand...
Click to collapse
mee 2 want to try this one..
i ready to Mengintili teko mburi..

[ROM][4.2.2][UNOFFICIAL] PACMAN v22.2.0 [ 20/05/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"
}
PAC-man ROM is a combination of the three Super ROMs Available
Paranoid + Aokp + Cyanogen = PACman
This ROM packs all the tweaks from the three super ROMs into one.
Why Choose Among ROMs , When You have All-In-One !!
SCREENSHOTS
What's working:
* Full GPU acceleration
* RIL (calls/sms/mobile data)
* Wi-Fi
* Touchscreen
* Touch keys
* Multitouch
* Audio
* Mounting of internal/external storage
* Keypad lights
* Brightness control
* Vibrator
* Deep sleep
* GPS
* Sensors (all)
* Data usage, limiter
* HW v-sync, triple framebuffer (Project Butter)
* USB & USB tethering
* ADB
* UMS
What's not working:
* Bluetooth & Bluetooth tethering
* Wi-Fi AP (use 3rd party app from Play Store)
* Camera
FEATURE
* Aokp rom control
* Pie navbar
* Shortcut app on notification
* Hybrid preferences
* Init.d Active
v22.2.0 BUILD 3
OLD BUILD
DOWNLOAD BUILD 1
DOWNLOAD BUILD 2
Installation Guide
GO PRISTINE WAY(RECOMMENDED)
Wipe data and dache
Format system
Install zip from sdcard
Choose pacmanrom.zip
Reboot system
SPECIAL THANKS TO
THE WHISP ( AWESOME DEVELOPERS )
if you want to donate just DONATE TO HIM
MANY THANKS TO
Paranoidandroid team
Aokp team
CyanogenMod
Ridzaldy Kamsiadi
Chepay Yusrindi
Rizkiabdillah
Dede Fawzi
a'ay gigabyte
TheApant
arco68
Olddroid
Krisslibaeer
Percy_g2
evanlocked
adhi aisiteru
CHANGELOG
v22.2.0
- Updated all CM commits[singhdd93]
- Setting layout redone, New header for PAC In Black[blindndumb]
- Dark Calculator[TRDS/kufikugel]
- Statusbar auto collapse is back[g2usr]
- Calendar now work on 960p[PA/beerbong]
- Phone layouts for Tablet/Phablet UI[PA/beerbong]
build 2
* initial released
* no swap memory
* Battery Tweak Inside
* Change UI sound
* Change Bootanimation
* Change Launcher
* More Free Ram
* Fix Calculator Layout
* etc​
you can change your UI sound with this
http://forum.xda-developers.com/showthread.php?p=37541594
I tested it, everything working fine.
But camera and bluetooth dont work, like CM10.1...
Enviado desde mi GT-S6500D usando Tapatalk 2
So it's just CM 10.1 modified? Better than nothing I guess...
Great
On what wersion paranoid and aokp its based the newest?
luki2411 said:
On what wersion paranoid and aokp its based the newest?
Click to expand...
Click to collapse
Im using paranoid 3.15
Good Work:laugh:
Good Job friend....keep up your work friend...:good::good::good:
Great job sir. I'm now using it on my phone and even camera doesn't work it's great
Sent from my GT-S6500D using Tapatalk 2
thanks all,,,
if you find any bugs,,,
report to me here,,,
currently at CM 10.1, do i need CWM for install or TWRP will work?
btw you did get permission from TheWhisp for this?
if you got the permission i would love to see your MIUI release (with fixed graphical problem as you already tease us)
dels07 said:
currently at CM 10.1, do i need CWM for install or TWRP will work?
btw you did get permission from TheWhisp for this?
if you got the permission i would love to see your MIUI release (with fixed graphical problem as you already tease us)
Click to expand...
Click to collapse
im using CWM 5 to flash this rom and dont know its work or not with TWRP and CWM 6
yes i did it sir,,,TheWhisp grant me for shared this,,,
MIUI ?? its have a personal thread sir
midzan21 said:
camera doesn't work it's great
Click to expand...
Click to collapse
Yaay, everyone loves a non-working camera! It's great!
Tomo123 said:
Yaay, everyone loves a non-working camera! It's great!
Click to expand...
Click to collapse
if you can fixed it,,,im very thanksful for you
hoho
It would be nice if you set the internal memory as default, also I couldn't set dpi above 120, as far as I know the dpi default value for jena is 160. Great job by the way.
Akan lebih baik jika internal memory di set menjadi default dan setahu saya nilai default dpi jena bisa sampai 160. Semangat!
Sent from my GT-S6500D using xda app-developers app
also I couldn't set dpi above 120, as far as I know the dpi default value for jena is 160
Click to expand...
Click to collapse
then you didn't know actually what is paranoid rom actually do...
you use paranoid app control to control dpi and layout (both for systemui and app), and yes the phone ui use 160dpi
dels07 said:
then you didn't know actually what is paranoid rom actually do...
you use paranoid app control to control dpi and layout (both for systemui and app), and yes the phone ui use 160dpi
Click to expand...
Click to collapse
yes i know about it but if i use 160 dpi by default,,,the clock on lockscreen is very bigger,,,so i use 120 dpi like ldpi
windbayou said:
It would be nice if you set the internal memory as default, also I couldn't set dpi above 120, as far as I know the dpi default value for jena is 160. Great job by the way.
Akan lebih baik jika internal memory di set menjadi default dan setahu saya nilai default dpi jena bisa sampai 160. Semangat!
Sent from my GT-S6500D using xda app-developers app
Click to expand...
Click to collapse
okay,,,in the next build i'll use internal memory as default,,,thanks

Categories

Resources