[DEV][WIP][ROM][UNOFFICIAL] Android 4.2.2 CM10.1 - Nightly 20130509 - Samsung Galaxy Mini

CyanogenMod is a free, community built distribution of Android 4.2 (Jelly Bean) which greatly extends the capabilities of your phone.
! Remember: ROM in alpha stage. Not ask for ETA or for date of new build. Try to minimize spam on DEV thead
General Thead here
I and Rohan develop 4.2.1 CM10.1 for you... Now it boots... Other detales post soon.
http://www.youtube.com/watch?v=rZ-QJmTBnU4
What working:
-Boot
-Display and touch screen (with multi touch)
-Wi-Fi
-Camera
-HW
-Bluetooth
-RIL
-GPS & Network Location
-ADB
-USB Mass Storage
-SD Card
-Sound
-Wi-fi tethering
-USB tethering
-Video playback. OMX now fixed.
What not working (for now, maybe fix soon):
-Small bugs only.
DOWNLOAD (WARRING, ITS FOR DEVELOPER PREWIEV ONLY!) :
Download last build
Gapps inside on ROM!
Code:
People who made this possible:
- AntiBillOS
* WaylandAce
* TheWhisp
* rohan007
* michie
* hrk
* erikcas
* bieltv3
* tilal6991
* KonstaT
* CyanogenMod team
Code:
Source:
[URL="http://github.com/TheWhisp/android_kernel_samsung_msm7x27/"]Samsung MSM7x27 kernel source[/URL]
[URL="https://github.com/AntiBillOS/android_device_samsung_tass"]Samsung GT-S5570 Galaxy Mini device tree[/URL]

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"
}
GAPPS for 4.2.1:
Gapps_4.2.1
Kernel Thread: Kernel

CHANGELOG
- Nightly 20130105
Updates AndroidArmv6 and CyanogenMod
-Fixed bookmark sync
-Native Wi-fi tether
-More fixes (cant write all of it)
- Nightly 20130105
-Camera: crash fixes
-OMX Fix (Thanks to Gangster41)
Source updates
-Minor bug fixes
http://www.techgeekal.com/2012/12/28/cyanogenmod-10-1-jellybean-4-2-1-for-galaxy-minipop-gt-s5570/

Support Post
THE GENERAL TALK / HELP THREAD / DISCUSSION / CM 10.1
READ THIS FIRST, THEN PROCEED FURTHER
If any of the users post any question that is mentioned in this FAQ post, u r post will be reported to mod's. So this is strictly for developers, people who can contribute for projects, curious-freaks [like me ] only.
This ROM is not for u =
1. if u keep bi*tching about in the thread and post fix this and fix that.
2. if u feel, this ROM will make u look cool among ur buddie's.
Dev's are really trying hard to run an elephant on a tight rope with a unicycle, here so as to talk in a figure of speech .
So let them do their stuff, and wat our stuff to do is ? Just test and report bugs only.
Another small but important thing is, I know we all are very happy, excited to use CM 10.1 on our device, but understand, we have very less/cheap hardware to hardly run ICS 4.0+ on our device, but these good people are making run not just Android 4.2.1 but the CyanogenMod version of it, which is quite heavy to run on devices, which is difficult to run on big/good phones like Galaxy S.
So =
1. Be patient
2. Dont post useless stuff. Dev's already know more than u do.
3. Dont spam thread by posting "thanks and etc"
If u really wanna help them, press the thanks buttons and leave
So lets begin on a good note and Wish the Dev's a very gud luck
Hello All
This Post contains =
1. Flashing Instructions
2. Tutorials
3. All the future mod's for this ROM by me and other users :good:
4. Any Performance packages
5. Any Theme's
6. And other miscellaneous stuff
7. Link to Lite-GAPPS [SEE POST #5]
==================================================
FLASHING INSTRUCTIONS
1. Download the ROM from above post #1
2. Put it on ur SD-Card
3. Boot into recovery
4. Wipe data
5. Wipe cache
6. Install zip from sd-card
7. Wait till the ROM flashes
8. Wipe data again
9. Wipe cache again
10. Wipe dalvik cache
11. Wipe battery stat's [optional, quick battery callibration]
==================================================
TUTORIALS
1. How to LOGCAT and help Dev's fix bugs =
A simple/basic/noob friendly tutorial for grabbing a logcat...i know there are many tut's on xda, but its simple to see here.
So here goes =
1. install android SDK [www.android.com]
note = if u want to use apktool and other smali-backsmali tools, u need to install the API packages too
[Different Package
GB = API 10
ICS till 4.0.4 = API 14, 15
JB 4.1.2 = API 16
JB 4.2 and above = API 17 and above].
2. install java JRE [java official website]
3. java SDK [java official website]
note = java 6 or 7...anything is ok
4. then open command prompt
5. u should know the path of ur sdk, where u installed it.
example my path is =
C:\android\platform-tools
so in the platform-tools directory, the adb, fastboot and logcat and other applications are located...so finally u need to browse to that path through cmd on ur pc
6. then while in the path type this =
adb devices
7. the above command gives u the list of devices attached.
8. its basic and very important to enable android debugging in ur phone before doin all this.
9. then type this
adb logcat
or
adb locat > logcat.txt
10. adb logcat generates a live session of logcat in cmd prompt itself.
and second command generates a remote logcat to a text file called logcat. U can name it watever u want, like for example, if the problem is phone app is force close, then instead of logcat, type phoneFC.txt.
This text file will be located in ur platform-tools folder.
11. so if u want to report about a force close, just simulate the problem of force close when the logcat command is running and ur phone is connected to pc
12. then simply attach it here for debugging and fixing purposes
Gud luck
2. Some basic ADB Commands
Code:
[b]adb devices = shows the list of devices attached
adb root = adb gains the root access to ur device
adb remount = remounts the system partition for development/modding purposes
adb pull <remote> <local> = for pulling apk's from android system to our pc
adb push <local> <remote> = for pushing apk's into android system from pc
adb install apkname.apk = installs an app via adb to /data/app partition
adb reboot = command to reboot device using adb
adb reboot recovery = command to reboot device into recovery mode using adb
adb logcat > logcat.txt = command to produce a logcat
Source : here
Credits : Me and Google
==================================================
ADD-ON'S
1. Performance package/V6 SuperCharged Tweak = HERE
2. App2sd/S2E memory increasing scripts = currently N/A
3. Adrenaline Engine = HERE
4. SoftKeys/Tablet Tweaks
HERE FOR LOCKSCREEN ROTATION + NAVBAR
HERE FOR ONLY LOCKSCREEN ROTATION[/B]
FOR REVERTING TO ORIGINAL ROM STATUS, JUST FLASH THE CM10.1 ROM ZIP FILE =
Code:
WIPE CACHE
WIPE DALVIK CACHE
REBOOT
=================================================
THEME'S
For CM 10.1 Theme's = Visit Theme Corner
=========================================
MORE TO COME

Tiny Google Apps
Code:
This is a tiny flashbale ZIP for CWM, which provides full GApps with one important feature: Google Play
No manually /system mount is needed :D (sry, but i rewritten the updater Script/Binary
AND no, this wont brick your device!
Code:
[B]Android:[/B] 4.2.1
[B]Version:[/B] CyanogenMod 10.1.x
[B]MD5-Sum:[/B] b8e99330c764b9e4ead2cb1e98f09175
[B]Size:[/B] ~14,5 mb
[URL="http://www.mediafire.com/?88dhuj4q5rfdf1z"][B]DOWNLOAD[/B][/URL]

OldDroid said:
*last reserved xD
ehm hey can you help me with 4.2.1 kernel for gio?
Click to expand...
Click to collapse
what help do u need??
BTW i had talked to erik and he said he would release a cm10.1 for gio in a week or so,he is a bit busy at the moment
---------- Post added at 10:34 PM ---------- Previous post was at 10:23 PM ----------
Screenshots uploaded in second post, video in first post

one thing... all features of 4.2 are working? (except photosphere, obviously) lockscreen widgets, new keyboard...

sorry,screen dont work but...good work your is a great dev.....link for the gapps?
i'm create thred in androidiani forum it may be of help and of course I put you in the credits

androidiano72 said:
sorry,screen dont work but...good work your is a great dev.....link for the gapps?
i'm create thred in androidiani forum it may be of help and of course I put you in the credits
Click to expand...
Click to collapse
try searching here...link
dont know about lite gapps but u can make it urself, if u know wat u use frequently :good:

A_U said:
try searching here...link
dont know about lite gapps but u can make it urself, if u know wat u use frequently :good:
Click to expand...
Click to collapse
thanks!!! but is 90 mb

androidiano72 said:
thanks!!! but is 90 mb
Click to expand...
Click to collapse
thats wat..delete unnecessary stuff by using wirar or 7zip
i or chemicalrage will put a link to lite one soon...

Is butter working? Anyway, excellent job, man. Have bene waitin' it for such a long time!
Inviato dal mio Transformer usando XDA Premium HD app

A_U said:
thats wat..delete unnecessary stuff by using wirar or 7zip
i or chemicalrage will put a link to lite one soon...
Click to expand...
Click to collapse
i'm try in succes case I post the lite gapps

How free space do you guys get in /system?
Sent from my GT-S5570 using xda app-developers app

gabrielking9 said:
How free space do you guys get in /system?
Sent from my GT-S5570 using xda app-developers app
Click to expand...
Click to collapse
~47mb
Sent from my HTC Desire V using xda app-developers app
---------- Post added at 04:11 AM ---------- Previous post was at 03:51 AM ----------
I have made gapps to about ~27mb
If u want it, I will post it later..
Sent from my HTC Desire V using xda app-developers app

rohan007 said:
~47mb
Sent from my HTC Desire V using xda app-developers app
---------- Post added at 04:11 AM ---------- Previous post was at 03:51 AM ----------
I have made gapps to about ~27mb
If u want it, I will post it later..
Sent from my HTC Desire V using xda app-developers app
Click to expand...
Click to collapse
47MB with removed apps and others things?
Sent from my GT-S5570 using xda app-developers app

47 mb is the amount of free space on currently released build, it just doesnt include gapps.. rest all is included
Sent from my HTC Desire V using xda app-developers app

rohan007 said:
47 mb is the amount of free space on currently released build, it just doesnt include gapps.. rest all is included
Sent from my HTC Desire V using xda app-developers app
Click to expand...
Click to collapse
In some weeks Cm team will put a lot of things that will need to delete a lot apps and fonts to free up space.
Sent from my GT-S5570 using xda app-developers app

yackovsky said:
one thing... all features of 4.2 are working? (except photosphere, obviously) lockscreen widgets, new keyboard...
Click to expand...
Click to collapse
Lockscreen widgets work.. New keyboard swipes but swipe word doesn't come
Can anyone resize lockscreen widgets? The clock seems to hide on unlocking..
Sent from my HTC Desire V using xda app-developers app

provided my tiny gapps in 4nd post i think xD

Related

Jelly King 4.1.2

{
"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"
}
#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. Hard. A lot.
Click to expand...
Click to collapse
My task is to give you a full costumizable, fast and stable rom. Little bugs are expected e.g. TV-OUT (we must wait for samsung sources release for a fix)
Click to expand...
Click to collapse
14 oct 2012 -> This rom is now included into a new big project started! AOKP + PARANOID + a lot more! 5 Device supported
-> Git Members
Rom Source
AOKP Latest changes
AOKP Latest changelog
AOKP Manteiner for I9300 Github (PhantomGamers)
CM10 Changelog
CM10 Source
Click to expand...
Click to collapse
Please, don't ask for ETA and try to understand that it's not possible to being helped for a personal issue without providing logcat and/or dmesg (Display bootup MESsaGes). It's also very important to give the more information you can
Click to expand...
Click to collapse
AOKP Rom
Automatic zipalign at boot (for both system and data apps and only if necessary)
OTA updates (Acquariusoft)
SD watcher binay (explained into second post!)(Greg White, Francisco Franco)
AKA Sony Sound system
Navigation bar automatically and always hidden in landscape
Gapps included
Data/apps
- Flash Player (latest available version)
- Acrobat reader
- Gmail contact widget
- Online Nandroid Backup
- Light notification Manager
- Utorrent (use it to update via OTA!)
- One More clock (widget)
- Samsung Task Manager
- Galaxy Note 2 Gallery
- AdBlocker
Aroma Touch Installer 2.56
- Milti Kernel selection (NEAK/CM10/Siyah)
- Multi launcher (Apex/Nova/both)
- Handcent / default Mms.apk /default themed Mms.apk
- Stock/Themed Framework (Themed by Otogy2002)
- Stock/Themed SystemUI (Themed by Otogy2002)
- Stock/Themed Settings (Themed by Otogy2002)
- Maximum overdrive / Default services.jar (explained into second post!) (credits & mod Zeppelinrox-Dorimanx)
- GPS choice for continent[/U] (Asia, Europe, Africa, North America, South America, Oceania)
- Modem choice[/U] (you can choose to stay with your actual modem)
- App list selection:
- - Alarm Clock Xtreme
- - Realcalc
- - Solid file Explorer
- - Phono
- - S3 Polaris Office 4
- - Google Maps
- - Flipboard
- - Mixer theme
- - Google+
- - VLC (beta)
- - Sony Walkman (untick to use default Google Music)
- - Fast Dormancy Toggle (Gokhanmoral)
First time AOKP to your Galaxy S III, or coming from another ROM:
- Copy your Jelly King ZIP to your SDCard (internal/external)
- Reboot into recovery
- Wipe data/factory reset
- Flash Jelly King zip from SDCard
- Reboot
- Enjoy
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 AOKP/CyanogenMod 10:
- Wipe Data is always recommended but you can also flash over the top without wiping (if you complain for something report always if you have installed wiping data or not!)
You will find here a vedeoreview asap...
No more mirror please.
Push the above download/themes button for latest versions
(Tapatalk or xda apps can't open hyperlinks over images) .
Official Italian Rom's Thread
Unofficial German Rom's Thread
Donate to Roman(AOKP)
Donate to Cyanogenmod Team
Donate to Me
Credits: Google, CyanogenMod Team, Teamhacksung, Codeworks, RomanBB Simone201, Gokhanmoral, Dorimanx, Team Skyfie, PieR & Bajee, Dsixda, Amarullz, Chainfire, Adam Outler, Myfluxi, Pinpong, kalgecin, Awesome, jthatch12, Svyat, $wissdroid, Kroz46 MrDSL, Dustinb, Bigoliver, r-ikfoot
and...
Xda-developers.com & XDA-TV, Hdblog.it, Adminhdblog, Carotix, Gio-Lokj, Andy.g, Linus98, Lucadp, Xmarex, Mirko ddd, Eternauta1949, Clownchico, Davide81napoli
Thanks for support to(donators, helpers, most active members):
Xanthrax (Support, donation, friendship)
$wissdroid (S2 user, thread support and banners!!)
Zolom (S2 user, donation)
Goro66 (S2 user, donation)
Georgeartaki (S2 user, donation)
Pirikitto (S2 user, donation)
Maxzerotre (S2 user, donation)
Malleolo66 (S3 user, donation)
XDA:DevDB Information
Jelly King HDblog Aokp JB 4.1.2, ROM for the Samsung Galaxy S III I9300
Contributors
Bologna
ROM OS Version: 4.1.x Jelly Bean
Based On: AOKP
Version Information
Status: No Longer Updated
Current Stable Version: 1.0.5
Stable Release Date: 2012-10-15
Created 2013-08-07
Last Updated 2014-08-19
how to easily provide a logcat:
the best way is through adb shell...it's very easy, nothing difficult.
Assuming you are using windows...
you need to install jdk and sdk first.
install sdk in your desktop
rename the folder "android-sdk" to only "sdk"
move the new sdk folder to c:\
through your sdk folder choose sdk manager in order to install the platform-tools (choose only platform-tools, nothing else needed for now)
you are ready to logcat!
now open a command promt (in the start menu search box area type cmd and press enter)
connect via usb your phone
cd .. To move to c:\
now cd to your c:\sdk\platform-tools folder and type
Code:
adb logcat
better use is through options:
Code:
adb logcat *:e -v long
*:e shows only errors in output
-v long its for a more easy to read output
you can send you log to a text file using
Code:
adb logcat *:e -v long > "drag your .txt file in your promt windows"
ctrl+c to block logcat output
it's important to start the "log to text" immediately before reproducing your issue and to stop with ctrl+c a few seconds after
i mean...cd to your platform tool and type
Code:
adb logcat *:e -v long > "drag your .txt file here"
assuming you have a force close using callrecorder.apk
hit enter and immediately start callrecorder apk (or push the button inside the application that broke things), 2/3 second after ctrl+c
to dig more into options, or if something is not clear enough for you...->http://forum.xda-developers.com/showthread.php?t=1378491
for a more complete guide on how to use adb use this link and thanks voku1987!!
Click to expand...
Click to collapse
special sdwatcher binary
quoting franciscofranco :
this binary is special *buzzwords incoming* and will get rid of the fuse mounting and get rid of the /data/media symlink which causes excessive media scanning load - basically just mounts the internal sdcard as ext4. Battery life gets a nice boost using this binary
Click to expand...
Click to collapse
all credits go to greg white
Click to expand...
Click to collapse
maximum overdrive
apps in ram limit increased to 70 (default 15)
autokiller every 24 h (default 30 min)
quoting dorimanx,
"now i can multitask 50 apps in ram!
No more home launcher restart and no more favorites apps closed and have to be open again! No lag on call in/out!"
Click to expand...
Click to collapse
quoting zeppelinrox, the mod works "without breaking the lowmemorykiller and therefore there wouldn't be a need for an external task killer"
Click to expand...
Click to collapse
Click to expand...
Click to collapse
some cool banner provided by $wissdroid!
Click to expand...
Click to collapse
thanks for your rom .
I'll try it .
you're welcome mate.
Can't wait to try downloading ill report back:thumbup::thumbup:
Sent from my GT-I9300 using xda premium
Sounds stupid but where do i download it from?
iFrankie said:
Sounds stupid but where do i download it from?[
there is a banner with download written on it
Click to expand...
Click to collapse
grabbin this!
Bologna is there support for transparent statuary????
Sent from my GT-I9300 using xda premium
Downloading. Thank you..
Welcome to a different world guys !!!
Grande Bologna !!!
Sent from my GT-I9300 using Tapatalk 2
Problem with Spirit Fm.. No working..
Bologna welcome here. Just a suggestions on Xda the first post are usuful for a success of rom. You have made a great work an hdblog but here you have need of a team. Just my 1 cents.
Obviously i've already installed your rom. Great mod on ram i'm thinking a port on miui :good::good:
Hello guys,
Just one thing, i didn't find the rom and themes to download
Already look at OP 100x.
disconnect4141 said:
Problem with Spirit Fm.. No working..
Click to expand...
Click to collapse
First solved problem mate !
Check in settings /Audio / method /galaxy s3 ALSA
Sent from my GT-I9300 using Tapatalk 2
What's the problem with these 2 buttons?? Are u on tapatalk?
Yusei said:
Hello guys,
Just one thing, i didn't find the rom and themes to download
Already look at OP 100x.
Click to expand...
Click to collapse
Try to download from your PC . When click on Download you'll see everything you want
Sent from my GT-I9300 using Tapatalk 2
---------- Post added at 09:46 PM ---------- Previous post was at 09:41 PM ----------
Bologna said:
What's the problem with these 2 buttons?? Are u on tapatalk?
Click to expand...
Click to collapse
Yes he is . ROM link below
http://www.xdafileserver.nl/Files/S...0/Jelly_King_v1.0.4_aokp_i9300_jb_build-4.zip
Themes link as well below
http://forum.xda-developers.com/showthread.php?t=1801752
Sent from my GT-I9300 using Tapatalk 2
Great!
Downloading...
Thanks a lot and Big Hug!!!
xanthrax said:
Welcome to a different world guys !!!
Grande Bologna !!!
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
Glad to meet you again bro! :highfive:
acer73 said:
Bologna welcome here. Just a suggestions on Xda the first post are usuful for a success of rom. You have made a great work an hdblog but here you have need of a team. Just my 1 cents.
Obviously i've already installed your rom. Great mod on ram i'm thinking a port on miui :good::good:
Click to expand...
Click to collapse
I have the great Xanthrax support! Some betatester and Pier's (aokp official manteiner for s2) friendship.
I've already had a real team in the past, but it's too difficult to coordinate each others...
anyway thanks for your good wishes
Sorry guys, on my PC already saw them.
Testing right now
Cheers

[DISCONTINUED][ROM][08 FEB 13][JB4.2.1] JellyTime CM10.1 R6.1 - VIVO

{
"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"
}
JellyTime CM10.1 is an unofficial CyanogenMod 10.1 ROM, made by randomblame for DHD. This is a minimalistic port to Incredible S (VIVO) with changing 5-7 Proprietary Files.
Packed with Andromadus Kernel 3, This has very few bugs and can be used as daily driver.
If you come across any bugs , make sure you attach a logcat (Below is a guide on how to take logcat).
INSTRUCTIONS TO FLASH
Code:
- Make Sure You're On The Latest 4EXT Recovery
- Make A Backup
- Wipe Data/Factory Reset In Recovery
- Flash ROM And Follow AROMA Instructions
- Reboot
BUGS
Code:
- Check yourself and report
THIS IS HOW YOU TAKE LOGCAT AND REPORT BUGS
Source : Here
Code:
[B]How To File a Bug Report with Logcat:[/B]
Install android sdk
Install drivers for adb on PC
Connect phone to PC
Open cmd.exe or terminal
Type 'adb logcat' without the quotes
Start the app that causes the issues
Wait for the app to close or get to the error
Copy logcat contents and put in pastebin
Copy pastebin links here
[B]How To Find Wakelocks:[/B]
Install android sdk
Install drivers for adb on PC
Connect phone to PC
Open cmd.exe or terminal
Type 'adb shell cat /proc/wakelocks > wakelocks.txt' without the quotes
Copy contents and put in pastebin
Copy pastebin links on your post
[B]How To Get dmesg logs:[/B]
Install android sdk
Install drivers for adb on PC
Connect phone to PC
Open cmd.exe or terminal
Type 'adb shell dmesg > dmesg.txt' without the quotes
Copy contents and put in pastebin
Copy pastebin links on your post
[B]Before filing a bug report, please consider the answer to these:[/B]
Is the bug reproducible?
How do you reproduce it?
What is the expected behavior?
What actually happens?
Are you on the default Kernel?
Did you restore data of System Apps using Titanium Backup?
CREDITS
Code:
[B]Randomblame [/B]- For Making This Beautiful ROM
[B]dla5244 [/B]- For CM10.1 Kernel
DONATE
Code:
Please Consider Donating
- [B]To Me :[/B] [URL="http://forum.xda-developers.com/donatetome.php?u=4244152"]Donate[/URL]
DONATORS
Code:
- [URL="A-Guest-On-XDA"]Mario Baumann[/URL]
- [URL="http://forum.xda-developers.com/member.php?u=4871428"]TnIan[/URL]
- [URL="http://forum.xda-developers.com/member.php?u=4846465"]AJIEKCander[/URL]
- [URL="A-Guest-On-XDA"]CL[/URL]
- [URL="http://forum.xda-developers.com/member.php?u=3018727"]polda78[/URL]
- [URL="http://forum.xda-developers.com/member.php?u=982728"]OnDemand[/URL]
CLICK ME FOR DOWNLOADS​
CHANGELOG
Code:
[B]JellyTime CM10.1 - R 6.1[/B]
Camera was inverted in R6 this fixes it.
Fixed Bluetooth
[B]JellyTime CM10.1 - R 6.0[/B]
Update kernel
Fixed EGL Fence issue
Fixed Camera
Pulled in a few new commits
[B]JellyTime CM10.1 - R 5.0[/B]
synced with cm
new features all over the place
stability improvements
[B]JellyTime CM10.1 - R 4.0[/B]
Fixed FFC (Front Facing Camera)
Added custom background on lockscreen feature
updated frameworks av quite a bit
synced with cyanogenmod
camera updated
should fix issue some had playing certain file types like mp3s
added SuperSU
[B]JellyTime CM10.1 - R 3.0[/B]
Updated Kernel to 3.0.58
synced with cyanogenmod
changed default io scheduler to sio
changed default cpu governor to interactive
Fixes issue with center clock and am/pm enabled
Fixes google voice search/tts
added call statistics to contacts
[B]JellyTime CM10.1 - R 2.0[/B]
Added Center Clock Option
Changed default wallpaper to match bootanimation and graphic art
Updated prebuilt apks
bootanimation tweaked
[B]JellyTime CM10.1 - R 1.0[/B]
Kernel 3.0.59
based on cm10.1 modified & compiled from source
cid mostly removed
jellytime branding added
jellytime bootanimation added
removed cm updater and cm statistics as usual
added nexus 4 wallpapers
added microbes live wallpaper
added nova launcher
added esfile
lots more
FAQ's - Frequently Asked Questions
Code:
[B]Where can I download this awesome ROM?[/B]
From www.blindndumb.com
[B]What's so awesome about this ROM?[/B]
See Changelog or Refer [URL="http://forum.xda-developers.com/showthread.php?t=1778202"]Here[/URL]
[B]Is a full wipe needed?[/B]
YES , If its first time you are flashing the ROM
NO, it is not required, but it is strongly recommended. If you choose to do a "dirty" flash, please do NOT post bug reports or issues you are having, as something from an earlier release might be causing the issue.
[B]I flashed this awesome ROM but I don't have (insert Google app here) why?[/B]
Gapps were removed from the ROM back on Alpha 7. You simply have to download the gapps from download page and flash via recovery.
[B]Is Project Butter working on this ROM?[/B]
vsync was implemented in Beta 9 and triple buffering in Beta 10. So, yes, Project Butter in included.
[B]I'm having an issue and want to report it but I don't know how.[/B]
First, check the Issue Tracker to see if someone else has reported the same issue. If no one has reported the issue then start a new issue and follow the provided template to describe your issue. Don't forget to attach your logcat.
[B]I keep reading about this "logcat" what is it and how do I make on?[/B]
"The Android logging system provides a mechanism for collecting and viewing system debug output. Logs from various applications and portions of the system are collected in a series of circular buffers, which then can be viewed and filtered."1 To learn more about logcats and how to create them please refer first post
[B]Is Jellytime better/faster then (insert your favorite ROM here)?[/B]
Its all a matter of opinion. You'll get 10 different answers from 10 different people. The reason for this is different people use their phones for different things, so what may be an awesome experience for one might be terrible and full of bugs for another. The best way to choose is to just flash Jellytime and find out for yourself.
[B]How's battery life?[/B]
This is also a matter of opinion. Like the previous question you'll get 10 different answers from 10 different users. People use their phones for different things. The only true answer is to find out for yourself. If you are having battery issues however, there are a few things you can do. First, find out which apps are causing the most drain. Kill them and see if that helps. Second you can re-calibrate your battery.
​
Re: [ROM][08 FEB 13][JB4.2.1] JellyTime CM10.1 R6.1 - Saga Edition | AROMA
Wow, another!? Thanks a lot. This device is lookin good.
Everything installed nice and cleanly. Kernel is "3.0.61-lc-6.2+ [email protected]#1 Sat Feb 2", for those wondering. Full Image
Noticed that the flashlight option was grayed out of the Notification Widget buttons. Not a big deal, but this is the only ROM I've seen that has this issue.
Very well done.
Sent using Science!
Re: [ROM][08 FEB 13][JB4.2.1] JellyTime CM10.1 R6.1 - Saga Edition | AROMA
1st One to read :thumbup:
Sent from my HTC Incredible S using xda app-developers app
Re: [ROM][08 FEB 13][JB4.2.1] JellyTime CM10.1 R6.1 - Saga Edition | AROMA
one word.... Awesome Awesome awesome
Edit: mentioned kernel will support Inc s? I dont think so
Sent from my Incredible S
Re: [ROM][08 FEB 13][JB4.2.1] JellyTime CM10.1 R6.1 - VIVO Edition | AROMA
Great job OP!
Downloading.... Same question as the one b4 me:
Is this kernel compatible with vivo, or do we need to use dla's latest kernel (lc-6.1+, I think) with this?
Dead cookies leave no trails...
It says,
bad zip, not able to flash it.
somebody please share the md5 check sum, if they have been successful.
@di said:
It says,
bad zip, not able to flash it.
somebody please share the md5 check sum, if they have been successful.
Click to expand...
Click to collapse
here you go
MD5sum: 0e249c15d85b423336b09c18d60ae5ae
---------- Post added at 07:03 PM ---------- Previous post was at 07:01 PM ----------
If someone with less bandwidth
This rom includes GAPPS
So NO need to Download Addtionaly
___________________________
rom booting
camera works tried more than 4 pics
video works
panaroma works
Extremely smooth
Hats off to Blinddumb :thumbup::thumbup:
still testing
Downloading, great job, nice to see that our IncS is reliving again.
why is the download 270mb???
Re: [ROM][08 FEB 13][JB4.2.1] JellyTime CM10.1 R6.1 - VIVO Edition | AROMA
djbenny1 said:
why is the download 270mb???
Click to expand...
Click to collapse
I think it includes gapps so it larger than other AOSP roms
Re: [ROM][08 FEB 13][JB4.2.1] JellyTime CM10.1 R6.1 - VIVO Edition | AROMA
djbenny1 said:
why is the download 270mb???
Click to expand...
Click to collapse
90mb gapps included
Sent from my Incredible S using xda app-developers app
Re: [ROM][08 FEB 13][JB4.2.1] JellyTime CM10.1 R6.1 - VIVO Edition | AROMA
I think u must correct the title of threat. Today is 07 feb but u write 08
7 or 8 depends on the timezone... Anyway, does anybody tried to flash the ROM yet? Is there flashing issue?
giudicealdo said:
7 or 8 depends on the timezone... Anyway, does anybody tried to flash the ROM yet? Is there flashing issue?
Click to expand...
Click to collapse
i flashed it no problem, but it has the same touchscreen in call bug as the other 4.2.1 roms, which is a deal breaker for me
I found 4 errors!
1. missing there (developer options)
2. widget button not working (Toggle LED flashlight) and Flash mode
3. Rotation soft keys not working
4. camcorder does not focus
Rockn_Rolla said:
I found 4 errors!
1. missing there (developer options)
2. widget button not working (Toggle LED flashlight) and Flash mode
3. Rotation soft keys not working
4. camcorder does not focus
Click to expand...
Click to collapse
Loool well the 1st one isnt an issue at all. Its not missing just hidden. TO enable just go to about phone and click build number 7 times.
And these problems all resided in dla5244 CM10.1 so im not surprised that these problems are here (if i remember correctly). Unless dla fixes it, i doubt that these things will be fixed.
I just wwant to know whats the difference between this and CM 10.1 and Lacoste?
072665995 said:
Loool well the 1st one isnt an issue at all. Its not missing just hidden. TO enable just go to about phone and click build number 7 times.
And these problems all resided in dla5244 CM10.1 so im not surprised that these problems are here (if i remember correctly). Unless dla fixes it, i doubt that these things will be fixed.
I just wwant to know whats the difference between this and CM 10.1 and Lacoste?
Click to expand...
Click to collapse
Oh so that I really did not know
and error 2. and 3. operates at Lacoste 10.1 CM!
This is so awesome Blind and the boys are killing it! We went from a near dead device for months to so many ROMS's it's hard to choose, I'm flashing daily like when I first rooted
Thanks so much your amazing brother!
May I ask why I always have MMS problem in every non-sense rom SINCE ICS...
The MMS can only send or receive when WIFI connection is good, & even that does not work everytime...
I check the APN setting like a thousand times...

[ROM][AOSPA 4.2.2][12/3] PARANOIDANDROID | PA Hybrid engine | Per app colour | PIE

THIS IS A JOINT DEVELOPMENT FROM ME, STEVEMP, TREVD AND QUALLENAUGE!
CREDITS:
stevemp: building it from source and getting it booting
Quallenauge & trevd: Getting alll the glorious stuff working in CM10.1, what this is based on
D4rKn3sSyS and all the PA team: providing the ROM in the first place
D4rKn3sSyS said:
Click to expand...
Click to collapse
Welcome to ParanoidAndroid, the only Android ROM with per-app colour, PIE controls and per-app DPI, and much, much more!
Quote from D4rKn3sSyS on the Galaxy Nexus thread:
D4rKn3sSyS said:
FEATURES for 2.99,
Hybrid engine +++ Per app Layout, this will let you choose the UI of any app,--
that means you can switch apps into their tablet layouts +++ Per app Size, scal
e apps individually, this is especially important if you use tablet apps, go as
small or big as you like +++ Per app Color, this lets you select statusbar and-
navbar colors for apps individually, colors will shift when you jump from one a
pp to another +++ Hybrid engine makes it possible to use any tablet ready app--
available on your phone, start with your regular Google apps and see what treas
ures lie hidden in them and just how well they work on your device. +++ You can
use hybrid engine to use all available general interface UI's aswell: Phone, Ph
ablet, Tablet. This is safe as milk, we don't change DPI, we don't trash your m
arket, we don't shrink all your apps or force them into layouts, you don't need
to edit system files for that. +++ Transparent bars and color pickers, new Syst
emUI drawables thanks to giannisgx89 +++ Theming Engine +++ Statusbar Settings,
Lockscreen Settings +++ Multiuser support +++ Quicksettings -> Quicktoggles +++
4.2 Walls and sounds, Google stock apps As we merge back our old CMPA feature--
catalogue this list will grow considerably over the coming weeks +++ New holo-s
tyled theme chooser +++ T9 dialer +++ New papreferences app-----------------EOF
GALLERY,
{
"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"
}
TUTORIAL,
DONATIONS,
to molesarecoming
to D4rKn3sSyS
to jaybob413
to aaronpoweruser
CREDITS,
AOSP/Google, Cyanogenmod, Goo, XDA, Krebsmilk, giannisgx89, Liquid,
AOKP, our users, supporters and donators, everyone who's helped us in the past,
heartfelt thanks to all of you!
LINKS,
Website: www.paranoid-rom.com
Github: www.github.com/paranoidandroid
Gerrit: review.paranoid-rom.com
BANNERS,
​
Click to expand...
Click to collapse
​
Download, Working list and more
What's working?
​ - All PA features
- WiFI
- Sound
- Microphone
- USB OTG via MicroUSB (+converter) [& maybe back too?]
- Internal Storage, SD Card
- Paid apps + weird location apps
- Video (HQ & LQ)
​ What's not working?​ - Bluetooth
- Camera
​ Download
​ Download from goo.im
Installation (Wipes data!)​ 1.) Extract the downloaded zip
2.) Put archos.ext4.update in /data/media
3.) Put zImage and intramfs.cpio.lzo in /data
4.) Open a terminal on the device or ADB
5.) Gain root (su)
6.) Run the command:
Code:
kd_flasher -k/data/zImage -i/data/initramfs.cpio.lzo
7.) Power off the device as normal
8.) Go into Archos recovery (Power + Vol down)
9.) Go to [Recovery System] -> Format System -> Reset Android
10.) If you came from a multiboot setup with the stock aos installed, go to Recovery System -> Developer Edition Menu -> Remove Android Kernel
11.) Reboot, it should now boot PA (Might take a while at splash screen and/or boot animation)
Future Updates
This ROM includes compatibility with the goo.im updater for my OTA updates with Goo Manager. You will get notifications automatically, and can update solely on the device, or on a PC if you wish. This thread will tell you if you need to wipe per-update (unlikely you will though)
Screenshots
​​​​
Reserved 1
Reserved 2
Great job! What about stability? I will install it tomorow and write about working. Can I install it how CM10?
And again, not even a word about hdmi working or not. Could someone test it?
Anyway, thanks for the new rom!
Re: [ROM][AOSPA 4.2.2][RC1] PARANOIDANDROID | PA Hybrid engine | Per app colour | PIE
theadenter said:
And again, not even a word about hdmi working or not. Could someone test it?
Anyway, thanks for the new rom!
Click to expand...
Click to collapse
The reason I never mention HDMI is because I don't have a cable to use
Sent from my ARCHOS 80G9 using Tapatalk HD
Added download & screenshots to post 2, enjoy
Re: [ROM][AOSPA 4.2.2][RC1] PARANOIDANDROID | PA Hybrid engine | Per app colour | PIE
What kind of tweaks do you have in kernel? Having overclock possibility and maybe few io schedulers, like row, might be handy . I need to flash this too later...
Sent from my GT-I9100 using xda app-developers app
Re: [ROM][AOSPA 4.2.2][RC1] PARANOIDANDROID | PA Hybrid engine | Per app colour | PIE
julle131 said:
What kind of tweaks do you have in kernel? Having overclock possibility and maybe few io schedulers, like row, might be handy . I need to flash this too later...
Sent from my GT-I9100 using xda app-developers app
Click to expand...
Click to collapse
I think it's just the same as the cm10.1 one, was built by stevemp
Sent from my Galaxy Nexus using Tapatalk HD
kernel
The kernel and modules are from Quallenauge's 0.0.5. The kernels I build won't boot maybe due to using gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1). HDMI needs libedid.so and hwcomposer.omap4.so from 4.0.26 to work, not in rom.
I know this might be a stupid question, but when you say camera doesn't work, does that also mean you can't use it for webcamming also?
Also does it wipe everything out? So do we need to do a backup? Thanks again everyone
Re: [ROM][AOSPA 4.2.2][RC1] PARANOIDANDROID | PA Hybrid engine | Per app colour | PIE
****aki said:
I know this might be a stupid question, but when you say camera doesn't work, does that also mean you can't use it for webcamming also?
Also does it wipe everything out? So do we need to do a backup? Thanks again everyone
Click to expand...
Click to collapse
Camera is no camera, anywhere
And yes, you need to backup before the first time you flash it
Sent from my ARCHOS 80G9 using Tapatalk HD
Re: [ROM][AOSPA 4.2.2][RC1] PARANOIDANDROID | PA Hybrid engine | Per app colour | PIE
It seems goo's download servers are offline. Let's hope they fix it soon.
So I can find the kernel source from the thread you did all the development?
Edit: Download is up again.
Sent from my ARCHOS 101G9 using xda app-developers app
github
julle131 said:
It seems goo's download servers are offline. Let's hope they fix it soon.
So I can find the kernel source from the thread you did all the development?
Edit: Download is up again.
Sent from my ARCHOS 101G9 using xda app-developers app
Click to expand...
Click to collapse
The source is on my github --> https://github.com/stevemp?tab=repositories Just made a fresh build yesterday so files work.
Any ideas to make AOSPA better let me know.
Quallenauge & trevd: Getting alll the glorious stuff working in CM10.1, what this is based on
This is based on Android Open Source Project aka AOSP. Paranoid Android switched from CM for this build, reason it took so long for me to compile. I had to remove all CM references from make files plus had to remove TI specific addons, seems some have been merged into 4.2.2 source. I thought this would be an easy build but was that wrong.
Credit goes to Quinny899, Quallenauge, trevd, hashcode, JackpotClavin and the Paranoid Android crew
Plus I borrowed some Ideas from the Nexus 7 and Samsung i9100g.
Device tree if you want to look and if you can make it better let me know --> https://github.com/stevemp/PA-device_archos_archos_g9
I installed it and I present my mini bug list:
1. Unworked Google Play
2. Unworked storage section (in settings)
3. Unworked paranoid settings
4. Unworked switch brightness
Now I'm testing it hard)
---------- Post added at 07:48 PM ---------- Previous post was at 07:15 PM ----------
But tomorow I will try build lite rom.
freezenook said:
I installed it and I present my mini bug list:
1. Unworked Google Play
2. Unworked storage section (in settings)
3. Unworked paranoid settings
4. Unworked switch brightness
Now I'm testing it hard)
---------- Post added at 07:48 PM ---------- Previous post was at 07:15 PM ----------
But tomorow I will try build lite rom.
Click to expand...
Click to collapse
Something is wrong with your installation, PA settings and Google Play work perfectly here
Also, make sure on PA settings to swipe from left to right to open the panel, it's an app made for a phone
Hmmm at least you have it working, mine stays on the PA animation for ever. cant get a logcat as its not enabled
Reflashing for the 6th time.. might get lucky, was excited to see this... fingers crossed
TrOjAn
Quinny899 said:
Something is wrong with your installation, PA settings and Google Play work perfectly here
Also, make sure on PA settings to swipe from left to right to open the panel, it's an app made for a phone
Click to expand...
Click to collapse
But when I change phablet mode, tablet reboot and after navigation bar skip. I can't recovery it, but when I change tablet mode, after reboot it use phablet mode without navibar((((
When I install app into google play, it falldown with error (Unfortunately, Google Play Store has stopped)
Quinny if you make a new build can you enable debugging by default so I can get a logcat as to why this is looping please.
Thanks, TrOjAn

[ROM][Dev][24 APR][4.2.2][UNOFFICIAL] PACman v23.0.0 | All-In-One | update out

{
"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 !!
And now built from source for Grand !
Screenshots
Index of the thread
post 1 - Description and screenshots
post 2 - credits and features
post 3 - changelog , working and non working
post 4 - source code
post 5 - flashing instructions ,download links
Credits
HTML:
* complete androidarmv6 team
* Pawitp(ALL credits to him)
* erikcas and wayland_ace always helpful
* Chotu222 and akiratoriyama for testing the rom
* CyanogenMod Team
* ParanoidAndroid Team
* AOKP Team
* PAC Team (me included :3)
* PulseDroid (Pac Team Designer)
* sakinda123 and adi_pat (alwasys helpful )
* wilfredcool007
* Xda
* Sarath pathari
Features
HTML:
FATURES:
* All in One Rom [CM, AOKP and PA]
* PhoneUI
* Latest Version 23.0.0
* Some Features from AOKP
* All Feautures from PA
* All Features from CM
* Ofcourse JellyBean 4.2.2
* Latest source of PAC
* All features of PAC
Changelog
HTML:
13/5/2013
initial release
THIS IS HOW YOU TAKE LOGCAT AND REPORT BUGS
HTML:
How To File a Bug Report with Logcat:
Install android sdk
Install drivers for adb on PC
Connect phone to PC
Open cmd.exe or terminal
Type 'adb logcat' without the quotes
Start the app that causes the issues
Wait for the app to close or get to the error
Copy logcat contents and put in pastebin
Copy pastebin links here
How To Find Wakelocks:
Install android sdk
Install drivers for adb on PC
Connect phone to PC
Open cmd.exe or terminal
Type 'adb shell cat /proc/wakelocks > wakelocks.txt' without the quotes
Copy contents and put in pastebin
Copy pastebin links on your post
How To Get dmesg logs:
Install android sdk
Install drivers for adb on PC
Connect phone to PC
Open cmd.exe or terminal
Type 'adb shell dmesg > dmesg.txt' without the quotes
Copy contents and put in pastebin
Copy pastebin links on your post
Before filing a bug report, please consider the answer to these:
Is the bug reproducible?
How do you reproduce it?
What is the expected behavior?
What actually happens?
Are you on the default Kernel?
Did you restore data of System Apps using Titanium Backup?
Working
HTML:
WORKING
Everything that is not in the non-working column
Non - Working
HTML:
* ril
*camcorder is buggy
*dual sim functionality
* layout bugs
* superuser doesnt work (will be fixed in next build) flash the patch for now
* no output of sound on headphones
Source code
Generic source code = https://github.com/pac-man
Device config = https://github.com/speedbot/android_device_samsung_i9082
Kernel source code - = https://github.com/speedbot/android_kernel_samsung_i9082
Vendor blobs = https://github.com/speedbot/android_vendor_samsung_i9082
Installation intructions
HTML:
1) Copy zip to sd card
2) wipe everything
3) format system
4) select install zip from sd
5) report
6) dint work ? repeat steps 1-6
Downloads
HTML:
1) http://goo.im/devs/speed_bot/i9082/i9082_PAC_JB_4.2.2-v23.0.0_20130613-043237.zip
md5 sum - f29cc13417eeb50fde3e630180f1363a
ps no mirrors please..
Like my work ???
please hit the thanks button and rate the thread ..
Not working - original superuser i.e the one in the settings
Solution - flash SuperSu.zip
Sent from my GT-I9082 using xda premium
1st
1st time
akiratoriyama said:
Not working - original superuser i.e the one in the settings
Solution - flash SuperSu.zip
Sent from my GT-I9082 using xda premium
Click to expand...
Click to collapse
Bro can you list out all the bugs. And check if halo is present.
@speed_bot
Bugs
1) Superuser doesn't work
2) RIL doesn't work as reported by @chotu222 and confirmed by me
3) Layout is a *bit* messed up
halo works :thumbup::thumbup:
Sent from my GT-I9082 using xda premium
akiratoriyama said:
@speed_bot
Bugs
1) Superuser doesn't work
2) RIL doesn't work as reported by @chotu222 and confirmed by me
3) Layout is a *bit* messed up
halo works :thumbup::thumbup:
Sent from my GT-I9082 using xda premium
Click to expand...
Click to collapse
i think he's referring to Halo Notifications.
speedbot, thanks for bringing PACMan Rom for SGG.
Halo works
Sent from my GT-I9082 using xda premium
akiratoriyama said:
Halo works
Sent from my GT-I9082 using xda premium
Click to expand...
Click to collapse
rest all work like camcorder? camera ? etc?
Can take photos but video recorder gives FC of gallery
Sent from my GT-I9082 using xda premium
hello dev,
I can provide you logcat if you want while using all the apps that has bugs
bugs are:
layout potrait
RIL
hang up screen doesn't go while calling and after calling too
camcorder fc(whole gallary)
superuser fixed by flashing supersu but the su binary is missing !!!
Nice to see you here, Ajay
Sent from my GT-S5360 using Tapatalk 2
Calls dont work? or the Cell radio itself doesnt work?
Re: [ROM][Dev][24 APR][4.2.2][UNOFFICIAL] PAC3.0.0 | All-In-One Built From Source
jittusm said:
Calls dont work? or the Cell radio itself doesnt work?
Click to expand...
Click to collapse
Cell radio for me
Sent from my GT-I9082 using xda premium
---------- Post added at 07:51 PM ---------- Previous post was at 07:02 PM ----------
Bug
Earphones don't output proper sound
Sent from my GT-I9082 using xda premium
chotu222 said:
hello dev,
I can provide you logcat if you want while using all the apps that has bugs
bugs are:
layout potrait
RIL
hang up screen doesn't go while calling and after calling too
camcorder fc(whole gallary)
superuser fixed by flashing supersu but the su binary is missing !!!
Click to expand...
Click to collapse
yo add me on gmail ..we can take the talk there..
speed_bot said:
yo add me on gmail ..we can take the talk there..
Click to expand...
Click to collapse
i will be testing ur rom soon... will report u with all bugs...!! thanks
I will test it too... Tonight ))
# Just a noobish question #
Does the dual sim works? Or you've forked the sources of cm10.1 for Grand(earlier posts)

[Rom][Port][STABLE]GINGER_KATv2[SG_MODDED]+[Fly-On mod]

[By Startracker/SG_MODS
SG_mod will be included in v2
NEW MOD DONE CHECH NEXT POST
PLZ HIT THNX AND SUPPORT THE DEVS!!!!!!!!!!!!!!!!!!
J
startracker said:
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 for flashing.
FEATURES/modifications
- Modified the font color to add a widget
- New wallpaper
- Launcher preconfigured to boot
- WALKMAN music ©
- New dialer
- Other minor changes in appearance.
- Based on CM7.2 builds
- Launcher KitKat
- Icons KitKat
- App Style and KitKat transparent message
- Holo Dark Style
- Watch focused on the status bar
- Pull down Transparent SystemUI
- Google Now
- Lockscreen KitKat
- Menu 's recent KitKat style app
- Dialer Holo Light
- Pattern Unlock light
- Adjustments KitKat
- Bravia Engine - xLoud + Beats
- 25 % Project Butter
- Cache optimized
- System Improvements
- Sqlite optimized
- Ram Script
- Dalvik VM optimized
- Audio and video set to the best quality
- Improvements 2G/3G
- Improvements WIfi
- Acceleration Software
- Hardware Acceleration
- Improvements to battery
- Tweaks to kernel
- Fonts KitKat
- Sounds KitKat
- Preconfigured
- And many more details ...
Changelog.
Cm7 official for kernel
Walkman as music app
HTC wallpaper as default
Quickpic as default
Droidwall
Bravia engine
This is a fully stable port and it is ported from galaxy mini..
thnx to the creater of the rom: @shelowe.
WORKING LIST
EVERYTHING.
BUGS
NOTHING TILL NOW.
if u encounter plz report.
THANK TO
@SasaKovacic.
@Wasimk32.
CREDITS:
-CYANOGEN MOD TEAM FOR CM 7,2,0
[email protected] for porting the rom.
[email protected] for init.d tweaks.
-Saliad for fly on mod .
-xda for this forum
[email protected] for smoothness
To all who I have forgotten
SPECIAL THNX TO:
my brother Abhijeet Chandankar for advice.
NOTE
GINGER KAT for this device is added with features which are of v2 for other devices for development purpose.
MAIN INFO OF THIS THREAD.
CONTRIBUTORSstartracker
HELPED BY @SasaKovacic.
@Wasimk32.
DOWNLOADS
GINGER_KAT v1.:link removed
HIT THNX IF U LIKE THE ROM.
SUPPORT THE DEVELOPERS.
Click to expand...
Click to collapse
If u want u can try these awesome wallpapers too
http://forum.xda-developers.com/showthread.php?t=2686811
:thumbup::thumbup:
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"
}
VERSION 2
NEW FEATURES ADDED PLZ EXPLORE IT !!!!!!!!!
NEW BOOT ANIM
ULTRA ULTRA SMOOTH
DAILY USE ROM
FOR FLY ON MOD SEE BELOW
How to install :
1. Download the Fly-On Mod main pack and sqlite pack according to your phone's Android version.
2. Rebooting into recovery mod.
3. Install Signed_Fly-On_Mod_V4.0-Alphax.zip and sqlite_xversion.
4. Reboot and feel the smoothness!
+To turn entropy on type in terminal:
Code:
Code:
su
entropy_on
+To turn entropy off type in terminal:
Code:
Code:
su
entropy_off
To check if the files are correctly installed type in terminal:
Code:
Code:
su
Fly-On
+To uninstall the Mod,type in terminal:
Code:
Code:
su
uninstaller
LINK Fly-On:http://forum.xda-developers.com/attachment.php?attachmentid=2187820&d=1376469962
GINGER_KATv2:link removed
Dam..really wishing I still had my buzz.. like to running this Rom. Anybody wanna trade for a huawei phone, it's rooted but I can't find a recovery or Rom for it lol
THANKS A LOT FOR THIS ROM. I have been looking for latest kitkat rom since long on my Wildfire Buzz. I am downloading and surely gonna post my reviews.
One request: Could you please upload this on mega or google drive? Zippyshare is really slow, tried downloading couple of times and never succeeded. Trying to download again.
Thanks!
NP.
link: I will try soon as I get time.
startracker
Good Job and thanks for adding me in Credits
SasaKovacic said:
Good Job and thanks for adding me in Credits
Click to expand...
Click to collapse
U deserve it . U know why
startracker
Finally, I was able to download it and installed it with lots of curiosity but I am sorry to say Rom didn't work as expected. Lot's of force close errors ever since first time boot. FC on holo launcher, FC on system settings, FC on specific setting sections, FC is about com.android.input method something. I see it frequently on this. I know I followed correct process as I have been using different custom roms on my 4 different devices. Just to mention again; I went to CWM, wiped the cache, user data etc, wipled the dalvik cache and then installed this zip.
Could you please let me know what I am doing wrong? or there is some fix for the same? Did you encounter these issues while you tested the rom?
PS: I did fix permissions in CWM as well but it didn't help.
Please provide the fix or let me know if I am doing anything wrong? Thanks!
See it worked well for me maybe ill post my backup but I didn't encounter this at all.
Do all wipes after flashing too lets see if it works.
This is totally unexpected. Sorry for in convenience.
Anyone tried!!
startracker
Hi,i flashed too and it work much well.Ican`t see market(almost flashed Gapps ).In settings i can`t see voice input,when i choose wallparers force close the settings.Any way you are make a good job,well done(bravo).:good:
Setup ur account market will appear soon.
startracker
Epic ROM
Hello there,
I installed the rom and then GApps, but the android market won't present..
I love that rom man. It's sooo smooth. In addition we finally got someone, who is still working on our little Buzz
Let me know for the update of the rom, or a fix for the market
:good: :good: :good: :good: :good:
PS: No bugs found yet (I got it as my daily rom)
I got the android market pre -installed as I didn't install gapps, as its causing it to disappear,light gapps included
startracker
sachinkraj said:
Finally, I was able to download it and installed it with lots of curiosity but I am sorry to say Rom didn't work as expected. Lot's of force close errors ever since first time boot. FC on holo launcher, FC on system settings, FC on specific setting sections, FC is about com.android.input method something. I see it frequently on this. I know I followed correct process as I have been using different custom roms on my 4 different devices. Just to mention again; I went to CWM, wiped the cache, user data etc, wipled the dalvik cache and then installed this zip.
Could you please let me know what I am doing wrong? or there is some fix for the same? Did you encounter these issues while you tested the rom?
PS: I did fix permissions in CWM as well but it didn't help.
Please provide the fix or let me know if I am doing anything wrong? Thanks!
Click to expand...
Click to collapse
Did u get it work properly!
Sent from my HTC Wildfire using xda app-developers app
Thanks, I did it before and once again I did it, but unfortunately it didn't work any other resolution?
Which rom did u had before this?
Sent from my HTC Wildfire using xda app-developers app
camera video recording does not work
many force close in setting , google app , launcher
holo louncher is paid version
holo louncher can not be replace or update
even if u delete it u can not replace with new one
and if u delete it u can not access phone setting
speed is normal
Post the screenshots of ur problems!!
Sent from my HTC Wildfire using xda app-developers app
omidzht said:
camera video recording does not work
many force close in setting , google app , launcher
holo louncher is paid version
holo louncher can not be replace or update
even if u delete it u can not replace with new one
and if u delete it u can not access phone setting
speed is normal
Click to expand...
Click to collapse
The rom dosent fc if u flash the correct way.
It is as follows
1.data wipe
2.cache wipe
3.dalvik wipe
4.rom flashing
5. Repeat 1 ,2,3.
6.fix permissions .
7. flash gapps if provided on thread.
8.data wipe.
9. Reboot
Plz don't post fc problems cause if its real bug I would have fixed before releasing the rom
.
Sent from my HTC Wildfire using xda app-developers app
startracker said:
Which rom did u had before this?
Sent from my HTC Wildfire using xda app-developers app
Click to expand...
Click to collapse
RemPuzzle 4.1 (I restored to RemPuzzle again because with Ginger_Kat rom phone was struck restarting loop :-o )

Categories

Resources