[ROM][LATEST][5.1.1] Cynogenmod 12.1 (28-07-2016) for Micromax Canvas Nitro A311/A310

indyan

Senior Member
May 31, 2009
53
2
0
Aligarh
data works on sim1 only.....

Not stable ?...
Led and data connection,contact should be fixed or patch should be provided else not much worthy in comparison to stock.

kindly do needful.

Sent from my Micromax A311 using xda Forums PRO

---------- Post added at 08:23 PM ---------- Previous post was at 08:22 PM ----------

data works on sim1 only.....

?

Sent from my Micromax A311 using xda Forums PRO
 

bravonova

Senior Member
Mar 6, 2015
2,253
1,685
193
Pune
Not stable ...
Led and data connection,contact should be fixed or patch should be provided else not much worthy in comparison to stock.

kindly do needful.

Sent from my Micromax A311 using xda Forums PRO

---------- Post added at 08:23 PM ---------- Previous post was at 08:22 PM ----------






Sent from my Micromax A311 using xda Forums PRO
I am using it from last 4 days.... It's stable.... currently red LED working.... data works fine on sim1.... if contacts stored on phone storage or google account works fine...... there is no option to display contacts of sim card in cm itself
 

indyan

Senior Member
May 31, 2009
53
2
0
Aligarh
I am using it from last 4 days.... It's stable.... currently red LED working.... data works fine on sim1.... if contacts stored on phone storage or google account works fine...... there is no option to display contacts of sim card in cm itself
Ya its working but bugless rom should be the final release.
Its still in developer mode.


Sent from my Micromax A311 using Tapatalk
 

bravonova

Senior Member
Mar 6, 2015
2,253
1,685
193
Pune
Ya its working but bugless rom should be the final release.
Its still in developer mode.


Sent from my Micromax A311 using Tapatalk
This is final build in the sense that original developer of cm 12.1 for mt6592 SoC has flagged it as final and stopped further development to focus on cm 13 development

Very minor bugs are there but that are also faced when we deeply check everything

Other than that in the perspective of general user.... Everything working fine as stated in the first post

In my perspective I found this build perfect replacement for stock rom... So I uploaded for community
 

bravonova

Senior Member
Mar 6, 2015
2,253
1,685
193
Pune
i have already ported this rom from mtkroms and tried , there is no difference, the only thing is after flashing rom u dont need any patch for a311
the difference are given below

1. gps working in high accuracy as well as device only mode also
2. you don't need to apply enhancer patch
3. notification count works, notification heads up works, notification led works (mostly red but sometimes green also working)
4. more stability improvements and many solved little bugs that appears in v2.1
5. if you want to replace kinguser with supersu in v2.1 ..... you can't
6. in v2.1 sometimes games get paused automatically while playing
 
Last edited:

bravonova

Senior Member
Mar 6, 2015
2,253
1,685
193
Pune
Pasting obb games work without force stop?
OBB fix by DrPglixq

ALTERNATIVE FIX FOR CM12.1
(For installing apps with large obb that cannot fit on phone memory)

Things needed:
1. Rooted Phone (cm12.1 is already rooted)
2. Sdcard that is formatted with ext4 (we need this for the trick to work, we need permissions)
3. Terminal EMulator
4. Root Explorer

How to:
1. Open terminal emulator.

2. Type "su" then press enter (without quotes, starting from here, do not include quotes)

3. now type "ls dev/block" , the list of blocks will appear.

4. Notice this line "mmcblk1p1" , and "mmcblk1p5" , it is usually your sdcard.
all the rest from "mmcblk1p1" until before "platform" is your sdcard and its partitions.

5. type this command " mount -t ext4 dev/block/mmcblk1p1 /mnt/media_rw/sdcard1"
if it says invalid argument, replace "mmcblk1p1" to "mmcblk1p5",

6. after successfully runnning previous command. Run this one:
"mount -rw -o remount /mnt/media_rw/sdcard1"

7. Now open Root Explorer. And navigate to this location: /mnt/media_rw/sdcard1

8. Create a folder named "ext_obb" , we will put all the obb file in here in other words, we are gonna threat this as "sdcard1/Android/obb"

9. Now put all your obb data in there.

10. Go back to terminal emulator, with still running as root.

11. Type this commmand "mount -o bind /mnt/media_rw/sdcard1/ext_obb /media/data/obb"

12. if its success, it will just enter.

13. Now go back to root explorer. Navigate to your phone storage

14. Go to "Android/obb" , and see if your obb files are there.

15. Enjoy

thanks to --> @smokerman
 
  • Like
Reactions: Siddharth07

prshkr07

Senior Member
Jan 5, 2013
70
20
0
OBB fix by DrPglixq

ALTERNATIVE FIX FOR CM12.1
(For installing apps with large obb that cannot fit on phone memory)

Things needed:
1. Rooted Phone (cm12.1 is already rooted)
2. Sdcard that is formatted with ext4 (we need this for the trick to work, we need permissions)
3. Terminal EMulator
4. Root Explorer

How to:
1. Open terminal emulator.

2. Type "su" then press enter (without quotes, starting from here, do not include quotes)

3. now type "ls dev/block" , the list of blocks will appear.

4. Notice this line "mmcblk1p1" , and "mmcblk1p5" , it is usually your sdcard.
all the rest from "mmcblk1p1" until before "platform" is your sdcard and its partitions.

5. type this command " mount -t ext4 dev/block/mmcblk1p1 /mnt/media_rw/sdcard1"
if it says invalid argument, replace "mmcblk1p1" to "mmcblk1p5",

6. after successfully runnning previous command. Run this one:
"mount -rw -o remount /mnt/media_rw/sdcard1"

7. Now open Root Explorer. And navigate to this location: /mnt/media_rw/sdcard1

8. Create a folder named "ext_obb" , we will put all the obb file in here in other words, we are gonna threat this as "sdcard1/Android/obb"

9. Now put all your obb data in there.

10. Go back to terminal emulator, with still running as root.

11. Type this commmand "mount -o bind /mnt/media_rw/sdcard1/ext_obb /media/data/obb"

12. if its success, it will just enter.

13. Now go back to root explorer. Navigate to your phone storage

14. Go to "Android/obb" , and see if your obb files are there.

15. Enjoy

thanks to --> @smokerman
you forgot to mention step 16. Every boot, you need to do again step 1-6, 11-15 . THIS IS IMPORTANT.
 

girijad40

Senior Member
Jul 19, 2015
141
14
0
Thanks guys. But if in future you can make a patch for skipping this steps it would be great.

---------- Post added at 05:58 AM ---------- Previous post was at 05:56 AM ----------

But how to format your sd card by ext 4?