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

Search This thread

AntiBillOS

Senior Member
Jun 21, 2011
796
1,447
Запорожье
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 :D
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]
 
Last edited:

rohan007

Senior Member
Dec 27, 2011
714
2,470
Delhi
Screenshots:

device-2012-12-22-222641.png device-2012-12-22-233452.png device-2012-12-22-222838.png
device-2012-12-22-222808.png device-2012-12-22-222854.png device-2012-12-22-222908.png
device-2012-12-22-222937.png



GAPPS for 4.2.1:

Gapps_4.2.1

Kernel Thread: Kernel
 
Last edited:

AntiBillOS

Senior Member
Jun 21, 2011
796
1,447
Запорожье
Last edited:

A_U

Senior Member
Jun 6, 2012
3,330
4,590
Wichita
www.facebook.com
Support Post

FAQ.jpg


attachment.php




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 :p] 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. :mad:

Dev's are really trying hard to run an elephant on a tight rope with a unicycle, here :p so as to talk in a figure of speech :p.
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 :p

==================================================
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 :D
 
Last edited:

OldDroid

Recognized Developer
Nov 18, 2012
1,766
6,960
Berlin
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]
 
Last edited:

rohan007

Senior Member
Dec 27, 2011
714
2,470
Delhi
*last reserved xD

ehm hey can you help me with 4.2.1 kernel for gio?

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 :)
 

androidiano72

Senior Member
Aug 6, 2012
151
16
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
 
  • Like
Reactions: Chaky21

A_U

Senior Member
Jun 6, 2012
3,330
4,590
Wichita
www.facebook.com
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
try searching here...link
dont know about lite gapps but u can make it urself, if u know wat u use frequently :good:
 

tCiofa

Senior Member
Sep 3, 2012
77
9
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
 

rohan007

Senior Member
Dec 27, 2011
714
2,470
Delhi
How free space do you guys get in /system?

Sent from my GT-S5570 using xda app-developers app

~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
 

gabrielking9

Senior Member
Feb 12, 2012
2,331
410
Recife
~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

47MB with removed apps and others things?

Sent from my GT-S5570 using xda app-developers app
 

rohan007

Senior Member
Dec 27, 2011
714
2,470
Delhi
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
 
  • Like
Reactions: gabrielking9

gabrielking9

Senior Member
Feb 12, 2012
2,331
410
Recife
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

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
 

rohan007

Senior Member
Dec 27, 2011
714
2,470
Delhi
one thing... all features of 4.2 are working? (except photosphere, obviously) lockscreen widgets, new keyboard...

Lockscreen widgets work.. New keyboard swipes but swipe word doesn't come :p
Can anyone resize lockscreen widgets? The clock seems to hide on unlocking..

Sent from my HTC Desire V using xda app-developers app
 

Top Liked Posts

  • There are no posts matching your filters.
  • 146
    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 :D
    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]
    65
    Screenshots:

    device-2012-12-22-222641.png device-2012-12-22-233452.png device-2012-12-22-222838.png
    device-2012-12-22-222808.png device-2012-12-22-222854.png device-2012-12-22-222908.png
    device-2012-12-22-222937.png



    GAPPS for 4.2.1:

    Gapps_4.2.1

    Kernel Thread: Kernel
    40
    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/
    38
    Support Post

    FAQ.jpg


    attachment.php




    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 :p] 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. :mad:

    Dev's are really trying hard to run an elephant on a tight rope with a unicycle, here :p so as to talk in a figure of speech :p.
    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 :p

    ==================================================
    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 :D
    18
    Good news!
    -CAMERA FOR MINI NOW WORK (AND YES - ITS NEW 4.2 CAMERA APP !)
    *Language swich bug fixed!
    *Bluetooth works now!
    *Musik app size fixed (fixed small problem with buttions).
    *Theme choiser work too (but i dont think it needed :D)
    and more other...

    Thanks to Wayland_Ace and all from #AndroidARMv6!