• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[ROM][WIP][AOSP][01/12/2015][6.0]Android Open Source Project for Yureka

Santhosh M

Inactive Recognized Developer / Inactive Recognize

This is a initial Work in Progress AOSP release for Yu yureka. It is bound to contain small bugs and you are warned about it at the start. So read what works and what doesn't below.

Release notes :
  • Initial AOSP release based on latest google release tag r26
  • This is pure AOSP and as u know it won't contain any sort of feature stuff ! ( this includes basic apps like messaging,file manager,etc.. You will have to download them from playstore )

What works ?
  • Wifi
  • Bluetooth
  • All functionality of RIL
  • Camera
  • All other basic functionalities ( Basic apps seem to be working )
  • Titanium backup works fine
  • You say more !

Broken stuff :
  • None as far as i know ( unsure about data connection mode switch )

Flashing procedure :

  • General steps ( Wipe cache/data and wipe dalvik )
  • Flash ROM zip followed by gapps
  • Reboot and have fun !

Downloads :

AOSP for Yu yureka

XDA:DevDB Information
AOSP, ROM for the YU Yureka

Contributors
Santhosh M
Source Code: https://github.com/sandymanu/sandy_lettuce_8916

ROM OS Version: 6.0.x Marshmallow
Based On: AOSP

Version Information
Status: Beta
Current Stable Version: 1.0
Stable Release Date: 2015-12-03

Created 2015-12-03
Last Updated 2016-05-01
 

chiragjn

Member
Mar 2, 2013
33
56
0
24
Mumbai
Bug report:
com.android.phone has stopped working

Sim is detected for a second and then the phone process crashes

Logcat

Code:
12-06 22:33:20.787: E/Telecom(1025): : getUserSelectedOutgoingPhoneAccount
12-06 22:33:20.787: E/Telecom(1025): java.lang.NumberFormatException: Invalid long: "89910397390154602114"
12-06 22:33:20.787: E/Telecom(1025): 	at java.lang.Long.invalidLong(Long.java:124)
12-06 22:33:20.787: E/Telecom(1025): 	at java.lang.Long.parse(Long.java:366)
12-06 22:33:20.787: E/Telecom(1025): 	at java.lang.Long.parseLong(Long.java:353)
12-06 22:33:20.787: E/Telecom(1025): 	at java.lang.Long.parseLong(Long.java:321)
12-06 22:33:20.787: E/Telecom(1025): 	at com.android.server.telecom.PhoneAccountRegistrar.getUserSelectedVoicePhoneAccount(PhoneAccountRegistrar.java:245)
12-06 22:33:20.787: E/Telecom(1025): 	at com.android.server.telecom.PhoneAccountRegistrar.getUserSelectedOutgoingPhoneAccount(PhoneAccountRegistrar.java:226)
12-06 22:33:20.787: E/Telecom(1025): 	at com.android.server.telecom.TelecomServiceImpl$1.getUserSelectedOutgoingPhoneAccount(TelecomServiceImpl.java:102)
12-06 22:33:20.787: E/Telecom(1025): 	at com.android.internal.telecom.ITelecomService$Stub.onTransact(ITelecomService.java:82)
12-06 22:33:20.787: E/Telecom(1025): 	at android.os.Binder.execTransact(Binder.java:453)
12-06 22:33:20.789: E/AndroidRuntime(5935): FATAL EXCEPTION: main
12-06 22:33:20.789: E/AndroidRuntime(5935): Process: com.android.phone, PID: 5935
12-06 22:33:20.789: E/AndroidRuntime(5935): java.lang.IllegalArgumentException: Invalid long: "89910397390154602114"
12-06 22:33:20.789: E/AndroidRuntime(5935): 	at android.os.Parcel.readException(Parcel.java:1603)
12-06 22:33:20.789: E/AndroidRuntime(5935): 	at android.os.Parcel.readException(Parcel.java:1552)
12-06 22:33:20.789: E/AndroidRuntime(5935): 	at com.android.internal.telecom.ITelecomService$Stub$Proxy.getUserSelectedOutgoingPhoneAccount(ITelecomService.java:640)
12-06 22:33:20.789: E/AndroidRuntime(5935): 	at android.telecom.TelecomManager.getUserSelectedOutgoingPhoneAccount(TelecomManager.java:462)
12-06 22:33:20.789: E/AndroidRuntime(5935): 	at com.android.services.telephony.TelecomAccountRegistry.setupAccounts(TelecomAccountRegistry.java:466)
12-06 22:33:20.789: E/AndroidRuntime(5935): 	at com.android.services.telephony.TelecomAccountRegistry.-wrap0(TelecomAccountRegistry.java)
12-06 22:33:20.789: E/AndroidRuntime(5935): 	at com.android.services.telephony.TelecomAccountRegistry$1.onSubscriptionsChanged(TelecomAccountRegistry.java:283)
12-06 22:33:20.789: E/AndroidRuntime(5935): 	at android.telephony.SubscriptionManager$OnSubscriptionsChangedListener$1.handleMessage(SubscriptionManager.java:386)
12-06 22:33:20.789: E/AndroidRuntime(5935): 	at android.os.Handler.dispatchMessage(Handler.java:102)
12-06 22:33:20.789: E/AndroidRuntime(5935): 	at android.os.Looper.loop(Looper.java:148)
12-06 22:33:20.789: E/AndroidRuntime(5935): 	at android.app.ActivityThread.main(ActivityThread.java:5417)
12-06 22:33:20.789: E/AndroidRuntime(5935): 	at java.lang.reflect.Method.invoke(Native Method)
12-06 22:33:20.789: E/AndroidRuntime(5935): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
12-06 22:33:20.789: E/AndroidRuntime(5935): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
 

Santhosh M

Inactive Recognized Developer / Inactive Recognize
Bug report:
com.android.phone has stopped working

Sim is detected for a second and then the phone process crashes

Logcat

Code:
12-06 22:33:20.787: E/Telecom(1025): : getUserSelectedOutgoingPhoneAccount
12-06 22:33:20.787: E/Telecom(1025): java.lang.NumberFormatException: Invalid long: "89910397390154602114"
12-06 22:33:20.787: E/Telecom(1025): 	at java.lang.Long.invalidLong(Long.java:124)
12-06 22:33:20.787: E/Telecom(1025): 	at java.lang.Long.parse(Long.java:366)
12-06 22:33:20.787: E/Telecom(1025): 	at java.lang.Long.parseLong(Long.java:353)
12-06 22:33:20.787: E/Telecom(1025): 	at java.lang.Long.parseLong(Long.java:321)
12-06 22:33:20.787: E/Telecom(1025): 	at com.android.server.telecom.PhoneAccountRegistrar.getUserSelectedVoicePhoneAccount(PhoneAccountRegistrar.java:245)
12-06 22:33:20.787: E/Telecom(1025): 	at com.android.server.telecom.PhoneAccountRegistrar.getUserSelectedOutgoingPhoneAccount(PhoneAccountRegistrar.java:226)
12-06 22:33:20.787: E/Telecom(1025): 	at com.android.server.telecom.TelecomServiceImpl$1.getUserSelectedOutgoingPhoneAccount(TelecomServiceImpl.java:102)
12-06 22:33:20.787: E/Telecom(1025): 	at com.android.internal.telecom.ITelecomService$Stub.onTransact(ITelecomService.java:82)
12-06 22:33:20.787: E/Telecom(1025): 	at android.os.Binder.execTransact(Binder.java:453)
12-06 22:33:20.789: E/AndroidRuntime(5935): FATAL EXCEPTION: main
12-06 22:33:20.789: E/AndroidRuntime(5935): Process: com.android.phone, PID: 5935
12-06 22:33:20.789: E/AndroidRuntime(5935): java.lang.IllegalArgumentException: Invalid long: "89910397390154602114"
12-06 22:33:20.789: E/AndroidRuntime(5935): 	at android.os.Parcel.readException(Parcel.java:1603)
12-06 22:33:20.789: E/AndroidRuntime(5935): 	at android.os.Parcel.readException(Parcel.java:1552)
12-06 22:33:20.789: E/AndroidRuntime(5935): 	at com.android.internal.telecom.ITelecomService$Stub$Proxy.getUserSelectedOutgoingPhoneAccount(ITelecomService.java:640)
12-06 22:33:20.789: E/AndroidRuntime(5935): 	at android.telecom.TelecomManager.getUserSelectedOutgoingPhoneAccount(TelecomManager.java:462)
12-06 22:33:20.789: E/AndroidRuntime(5935): 	at com.android.services.telephony.TelecomAccountRegistry.setupAccounts(TelecomAccountRegistry.java:466)
12-06 22:33:20.789: E/AndroidRuntime(5935): 	at com.android.services.telephony.TelecomAccountRegistry.-wrap0(TelecomAccountRegistry.java)
12-06 22:33:20.789: E/AndroidRuntime(5935): 	at com.android.services.telephony.TelecomAccountRegistry$1.onSubscriptionsChanged(TelecomAccountRegistry.java:283)
12-06 22:33:20.789: E/AndroidRuntime(5935): 	at android.telephony.SubscriptionManager$OnSubscriptionsChangedListener$1.handleMessage(SubscriptionManager.java:386)
12-06 22:33:20.789: E/AndroidRuntime(5935): 	at android.os.Handler.dispatchMessage(Handler.java:102)
12-06 22:33:20.789: E/AndroidRuntime(5935): 	at android.os.Looper.loop(Looper.java:148)
12-06 22:33:20.789: E/AndroidRuntime(5935): 	at android.app.ActivityThread.main(ActivityThread.java:5417)
12-06 22:33:20.789: E/AndroidRuntime(5935): 	at java.lang.reflect.Method.invoke(Native Method)
12-06 22:33:20.789: E/AndroidRuntime(5935): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
12-06 22:33:20.789: E/AndroidRuntime(5935): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
Did u clean flash with full system wipe ?
 

Santhosh M

Inactive Recognized Developer / Inactive Recognize
Yes ,Twice ,Same result :(

Wipe System
Wipe Data + Cache
Flash Rom
Reboot
Definitely not possible :/ There are more than a hundred people using the ROM and have seen no one reporting the issue. ( the activity of the ROM is more in yu forums. You could come there and post ur query and u would surely get help ). BTW, i have released a new build today which you can try and see if u again end up here ?
 

grep_i

Elite Member
Sep 19, 2015
1,551
621
0
How to get root access in this rom ? Any specific version of supersu which works?
If possible I should install custom recovery with adb & fastboot (my favorite is TWRP).
Booting into custom recovery and install supersu 2.61
 
Last edited:

rApt0r7

Member
Dec 9, 2013
16
1
0
I was able to get AICP 6.0 rom working on my yureka. CM 13 never booted for me. Problem with aosp is it does not have on screen navigation keys ( I am too used to that :) ).

Does anyone have problem of facebook app crashing everytime? I have this problem on aosp as well as aicp roms for marshmallow.
 

arjun gangwar

Member
Feb 10, 2016
5
0
0
first of all thanks a lot man!! really smooth experience.
i wanted to ask about the sd card fix. what is its purpose and where i can find the file.
the link provided no longer has the file.
thank you in advance.
 

pranay184

Member
Aug 24, 2017
7
0
0
YUreka AospExtended-v6.0-tomato-20180913-0401-ALPHA.zip

i try to install the AospExtended-v6.0-tomato-20180913-0401-ALPHA.zip rom but ended with error with error : 7

pls help :rolleyes::(