[XT1033][Trying]One Sim Working On All Roms [Implementing EPRJ RIL] - Moto G Android Development

Was looking around how to make atleast one sim working on all roms and then i saw this thread
http://forum.xda-developers.com/showthread.php?t=2496075
Turns out the problem he mentioned was the same as every rom(except 2 made for xt1033) on xt1033
1.Rom taking time to set up network
2.Not able to receive call even when the ring is going.
Happened with me on every rom except with Paranoid android and Cm11 for xt1033
So what to do?
In the thread mentioned above are the simple steps for doing it
(Now please read the full thread before reading down)
C. How to change RIL?
Steps:
1. First step is to open the .zip of your custom ROM you want to edit, and search for system/framework/telephony-common.jar
2. Extract it to AndroidMultitool/Files, and after extract is done, delete it from .zip
3. Open Android Multitool, under Decompiling select .jar, then select telephony-common.jar in AndroidMultitool/Files, click "decompile"
4. After you're done, check if there were any errors in the Log, in AndroidMultitool main window
5. Head over to AndroidMultitool/Decompiled_jar/telephony-common/com/android/internal/telephony and look for X3RIL.smali. This is CM's RIL implemented in custom roms, which we dont need anymore, so delete it
6. Now, you need to decide wether to use X3RIL_old.smali, which is RIL from EPRJ CM10.2 built on 20130813, or X3RIL_new.smali which is RIL from EPRJ CM10.2 built on 20131007. I'm using 20131007 atm, and it's working without issues
7. When you've decided, move it back into AndroidMultitool/Decompiled_jar/telephony-common/com/android/internal/telephony and rename it to X3RIL.smali
8. Back in AndroidMultitool, under Compilin, select jar, and for folder select AndroidMultitool/Decompiled_jar/telephony-common, press "compile", and check for errors in Log
9. Output should be classes.dex file under AndroidMultitool/Compiled_jar
10. Open telephony-common.jar in AndroidMultitool/Files with WinRar - you should see META-INF folder, with classes.dex file
11. Delete classes.dex file in WinRAR
12. Move classes.dex file from AndroidMultitool/Compiled_jar to telephony-common.jar opened in WinRAR
13. Paste telephony-common.jar into system/framework inside the custom rom .zip file
14. You now have modified ROM ready to flash on our device!
I wanted pacrom to work and there was no
X3RIL.smali so i used RIL.smali from the cm11 made doubleprank's telephony-common.jar
On decompiling there was also an org folder so i pasted that as well
Done all the steps and i got a phone fc
Now what should i do ahead
Anyway i have attached all the telephony.jars of all roms i have for testing

atb !!

@dhacker @Doublepranks
Sent from my MotoG using Tapatalk

What exactly do you want? I mean if PACROM is all you want i will be more than glad to build it for you with the minimal hassle of installing over the en.GB firmware.

not that
Doublepranks said:
What exactly do you want? I mean if PACROM is all you want i will be more than glad to build it for you with the minimal hassle of installing over the en.GB firmware.
Click to expand...
Click to collapse
pacrom was just an example
I was just looking what else could be done instead of building?(because there are so may roms) but i sort of gave up and will build now if i figure it out

rr46000 said:
pacrom was just an example
I was just looking what else could be done instead of building?(because there are so may roms) but i sort of gave up and will build now if i figure it out
Click to expand...
Click to collapse
Take a look at sources on my thread, you'll get exactly what you need.
Commit MessagePermalink
p880: Solve IMEI and mobile data problems. Implement baseband recovery.
I don't like the old RILJ, at all. It is unstable and contains just the
necessary code to make RIL to work.
In the old one, there wasn't any baseband recovery management and no quirks
at all.
EternityProject's version instead, contains baseband recovery, that solves
the ugly and bad problem that happens when the radio goes to UNAVAILABLE
state by restarting it completely, avoiding to lose calls and SMS'es.
Also, it contains rawip insmod/rmmod that, on some modern kernels, like
3.4.37 by EternityProject, isn't working like expected.
It also has a better and proper implementation of
RIL_UNSOL_LGE_SELECTED_SPEECH_CODEC management. The reply has to be
an integer value, so that lge-ril.so will handle that correctly.
Moreover, RIL_UNSOL_LGE_PBREADY was not implemented at all and it was
needed to tell the radio to go into AT READY state.
The reason why we need this is because this will actually allow us to
use modern kernels and to (in future) probably get rid of some proprietary
libraries to switch, instead, to opensource code.
Click to expand...
Click to collapse
That's probably a very good reason to marge this into CM, i wonder why it never happened.

Doublepranks said:
Take a look at sources on my thread, you'll get exactly what you need.
Click to expand...
Click to collapse
check ur pm

Awesome!
rr46000 said:
Was looking around how to make atleast one sim working on all roms and then i saw this thread
http://forum.xda-developers.com/showthread.php?t=2496075
Turns out the problem he mentioned was the same as every rom(except 2 made for xt1033) on xt1033
1.Rom taking time to set up network
2.Not able to receive call even when the ring is going.
Happened with me on every rom except with Paranoid android and Cm11 for xt1033
Click to expand...
Click to collapse
Awesome! LOVE U BRO! YOU RESPONDED VERY QUICKLY!!! I'M REAL HAPPY!:fingers-crossed::fingers-crossed::fingers-crossed::fingers-crossed::highfive::highfive::highfive::laugh::laugh::laugh::laugh:
---------- Post added at 10:35 AM ---------- Previous post was at 10:29 AM ----------
rr46000 said:
Now what should i do ahead
Anyway i have attached all the telephony.jars of all roms i have for testing
Click to expand...
Click to collapse
Bro, I ques, the telephony.jar of pac rom that you attached, is fully gone through all the processes that u mentioned here????
Answer me cause I don't have patience and I know you're online now!

Whoa!
[email protected] said:
Awesome! LOVE U BRO! YOU RESPONDED VERY QUICKLY!!! I'M REAL HAPPY!:fingers-crossed::fingers-crossed::fingers-crossed::fingers-crossed::highfive::highfive::highfive::laugh::laugh::laugh::laugh:
---------- Post added at 10:35 AM ---------- Previous post was at 10:29 AM ----------
Bro, I ques, the telephony.jar of pac rom that you attached, is fully gone through all the processes that u mentioned here????
Answer me cause I don't have patience and I know you're online now!
Click to expand...
Click to collapse
Bro chill out!
See the heading it is saying trying
The attached jars are the original ones(not edited)
Currently the procedure is not working
I thought of sharing it so the people with knowledge in thus could discuss then we could finally make sim available
But that didn't work out as no one know what to do ahead in this procedure
The only solution now is to build the rom with xt1033 which i am trying ans as i earlier told you if i figure it out ,i will share it

Doesn't work
rr46000 said:
Was looking around how to make atleast one sim working on all roms and then i saw this thread
http://forum.xda-developers.com/showthread.php?t=2496075
Turns out the problem he mentioned was the same as every rom(except 2 made for xt1033) on xt1033
1.Rom taking time to set up network
2.Not able to receive call even when the ring is going.
Click to expand...
Click to collapse
Doesn't work on PACman ROM. Neither on others. CM AND PA Both already have it working.
I'm really disappointed today as my excitement is totally shattered.
---------- Post added at 11:00 AM ---------- Previous post was at 10:57 AM ----------
rr46000 said:
Bro chill out!
See the heading it is saying trying
The attached jars are the original ones(not edited)
Currently the procedure is not working
I thought of sharing it so the people with knowledge in thus could discuss then we could finally make sim available
But that didn't work out as no one know what to do ahead in this procedure
The only solution now is to build the rom with xt1033 which i am trying ans as i earlier told you if i figure it out ,i will share it
Click to expand...
Click to collapse
Alright brother!
ALL THE BEST! EVEN I'M WORKING OVER PACman rom. I'm new to develop aosp based roms. Iused todevelop samsung galaxy y stock roms as it only had cm7.2 which was damn old. I'll have to learn a lot.

Oic
[email protected] said:
Doesn't work on PACman ROM. Neither on others. CM AND PA Both already have it working.
I'm really disappointed today as my excitement is totally shattered.
---------- Post added at 11:00 AM ---------- Previous post was at 10:57 AM ----------
Alright brother!
ALL THE BEST! EVEN I'M WORKING OVER PACman rom. I'm new to develop aosp based roms. Iused todevelop samsung galaxy y stock roms as it only had cm7.2 which was damn old. I'll have to learn a lot.
Click to expand...
Click to collapse
lets divide our work
I'll work on mokee open source and u on pac
fine?

Lets see.
rr46000 said:
lets divide our work
I'll work on mokee open source and u on pac
fine?
Click to expand...
Click to collapse
I've recently started ****STUDYING**** on how to develop a PAC ROM. I wrote before that I had only worked on Samsung official ROM modding and stuff. But sounds a good idea. We'll double team this PAC ROM. If doublepranks could help us in this then it would be better. Give me 2 days time or you yourself can help me out on how to start up with this stuff.
It would be better if you could help me in somewhat teaching me this stuff. I've already read some stuff on PAC's official website.
E-Mail me at my username - (Check my profile name)....
Rgds
Yash
By the way, what's mokee? I'm a fast learner especially in dev stuff. I'll surely catch-up with you.It would be good if you could help me out.
Lets open a DEV-DB page on this.:highfive:

bro cybojenix had made a patch for cm11 in moto e development , using it he enabled single sim working in dual sim mobile
have a look at this thread http://forum.xda-developers.com/showpost.php?p=53747040&postcount=3

Related

[WiP][Rebooted] G3RM, ROM Manager + Recovery [Google Form for uploading added]

Introduction
Hello everyone,
We all know there's no official support for our G3 in the ROM Manager, which is a sad thing.
But since Team G3MOD is a team with lots of developers we decided to make one by ourself!
Using the G3RM (G3 ROM Manager) app you will be able to flash Custom ROMs and Kernels on your phone directly.
What do we need?
So the site we used to use is been taken offline by the owner and we never heard anything about him.
However, Dympy now has his own server and has offered to put the minor amount of files needed by the app on there.
All ROMs and Kernels will be downloaded and then uploaded to our 40GB Min.us account, so we don't have to worry about bandwidth, storage and because Min.us has direct link options.
Now all we need is you. Or at least the content you developers make.
We made a simple Google Docs Form so you can upload the ROMs and Kernels.
At the end of a period of time, Dympy will download and upload EVERY item onto the Min.Us account and edit the xml file being hosted on the RA-mod server.
The app shall consist of a way to quickly flash CWM on your phone, so you can even use it while still on stock.
This part is made possible thanks to Cdesai.
But why do we need it?
1) No more need of ODIN or a PC to flash ROMs and Kernels
2) ROM's and their Updates can be provided from the Server directly.
3) You can try any new ROM, without loosing data from your previous ROM.
Note to ROM Developers:
1) You will need to provide your ROM's as System.img files or update.zip files with the needed prerequisites in your description.
2) Those interested in providing your ROM's using this ROM Manager, please let us know.
App Info
The app shall have a simple UI so every user should be able to use the G3 ROM Manager.
It shall consist of 3 major parts:
1) ROMs
2) Kernels
3) CWM
ROMs
First of all you shall be asked what kind of ROM you would like based on Android version (so CM7.1, CM6.2, 2.2, 2.3, etc).
When you've picked one of those options you shall be redirected to a list containing all available ROMs for the chosen version of android.
When you pick a ROM you like, a pop-up shall come up, giving you extra information (description) and the download button which shall return a list with all available versions.
The app shall then download the ROM and place it in the location the user gives (E.G. user downloads Kyrillos ROM, the user has to save the ROM in the Kyrillos folder by picking that folder in another pop-up).
Kernels
Basically the same as ROM's
Once again you have to pick an Android version (so CM7.1, CM6.2, Hybrid, etc).
And then if you've picked, a list shall be shown with all Kernels matching the chosen android version
When you pick a Kernel you like, a pop-up shall come up, giving you extra information (description) and the download button which shall return a list with all available versions.
The app shall then download the Kernel as update.zip to the root of the SD-Card, or as a zImage file (ooh, secret stuff..)
Cdesai said he has found a way of flashing zImage files, which should be tremendous. We're still testing out various methods so this could take a while.
CWM
This option shall just have the basics for now.
It shall consist of an option to install CWM so you can flash other Kernels without the use of a PC.
It shall also containt various reboot options, such as "reboot into recovery", "reboot in download mode" and just plain simple "reboot".
This way, even if you have stock ROM, you still have some sort of extended powermenu.
I shall look into other options we could implement.
Downloads?
None yet, the app is being rebooted and hopefully the first download will soon be available.
Changelog
- None yet.
Reserved for downloads of previous versions and/or links to source code.
Media
None yet, but this is where I shall post sneakpeeks of the new UI or the app.
Credits
Cdesai - for finding a way to add CWM to our phones without the need of a PC.
Koush - for the original ROM Manager
abhijeet.pathak - for making the needed database files
Hmm nice!
is it coming this weekend?
Certainly!
Just thought of a good way of versioning so the app can make a notification when a newer version is available, so going to implement that one and then release (;
Dympy.
EDIT:
Implemented and working, going to convert the code to work with the ROMs, do one final test round and upload (;
Dympy
Good Luck with this project.....so excited for the app
Is there also a Option for nandroid Backup, nandroid restore? IT would be epic if i could say, that i want to do a nandroid Backup and a automatically Reboot After that.
G3Mod team FTW!!!!
Waiting eagerly for this ^_^
Well guess what I'm uploading right now..
Dympy.
dympy said:
Well guess what I'm uploading right now..
Dympy.
Click to expand...
Click to collapse
Hmm can i take the telephone joker? Pls give us the link after uploading, it will be very useful.
Well, I encountered some problems after putting it online, fixed them now.. I hope..
Doing one last check round and then I'll share the link (;
Dympy.
---------- Post added at 08:28 PM ---------- Previous post was at 08:16 PM ----------
It's always fun to find certain things not working after uploading >.>
I'm going to try and fix this before sharing URL.
Dympy.
EDIT:
Nvm, got it back working
Doing final test round...
lol i have read several posts and i know the url. Nice job dympy, thank you for your hard work!
And the site is online!
http://g3mod.com/g3rm/index.php
Developers, please make an account and start adding content so this site shall grow (;
congrats! when will you upload the app?
in the site under kernel section you have uploaded CM kernel in froyo section.
Oops, I shall fix it (;
Dympy.
why cant register without website?
sorry i just get that register is for devs only
Guys, later this day I shall probably switch to another server and implement the update method so you won't have to use external sites.
I'll also make some minor fixes.
Dympy.
---------- Post added at 11:59 AM ---------- Previous post was at 11:57 AM ----------
fuxmen said:
why cant register without website?
sorry i just get that register is for devs only
Click to expand...
Click to collapse
Yes, another bug.
I'm going to make this one optional.
Dympy

Pantech Burst CM10 Discussion Thread

To Some clean space to Our beloved devs I made this thread for all the questions , reviews , problems , etc . Before Posting anything Please look into these resources or Quick Google your doubt , if not found than ask here .
OFFCIAL CM10 DEVELOPMENT THREAD
GENERAL PANTECH BURST DISCUSSION THREAD
[INDEX]EVERYTHING FOR PANTECH BURST
Working -
Everything For Daily Driver
Whats not working :-
CLICK ME :fingers-crossed:
Download Links :-
CM10 [PulicRelease] - HERE
Gapps for JB 4.1.x - HERE
Click to expand...
Click to collapse
::: INSTALLATION PROCEDURE :::
-First of all , If In case Any loss happened Neither the Dev team or me is responsible for that . Though Nothing should happen 99.9% .
-Boot into CWM Recovery . Either 5.x or 6.x ( by Attn1 one [Preferred]) . Everything will be safe . Don't believe in any myths of cwm 6.x is dangerous and all . For reference -> These recoveries are one my self tested .
-Clear Wipe Data / Factory reset and clear dalvik cache from advance menu .
-Install from SD/EXT-Sd ( Where you put simply select that one)
-Choose zip and confirm action .
- Flash Gapps
-Reboot .
Optional :
-Give thanks and help the DEV team by donations
----
Before any questions make sure you googled your question thoroughly and scanned this URL and made sure your problem's solution don't lie there
UPDATE :
CM11 and new recoveries .
dpwguenther said:
is it safe to flash without downgrading to GB , just as cm?
Click to expand...
Click to collapse
Yup it is safe to flash over ICS . I did on cm5.x But I think that doesn't matter .
ujjwalchhabra said:
Yup it is safe to flash over ICS . I did on cm5.x But I think that doesn't matter .
Click to expand...
Click to collapse
ive noticed that the latest build of cm10 has popup error that the other one didnt have , it was something about android.core has stopped
Ive updated the wiki to include this discussion
If I find a cm10 mod for another phone, like a 5 button shortcut lockscreen or changing the lockscreen font, can I use it with this cm10 ?
Sent from my PantechP9070 using xda app-developers app
dpwguenther said:
If I find a cm10 mod for another phone, like a 5 button shortcut lockscreen or changing the lockscreen font, can I use it with this cm10 ?
Sent from my PantechP9070 using xda app-developers app
Click to expand...
Click to collapse
You need to use go locker and theres a theme on the play store that almost copys our lockscreen on the ics update. https://play.google.com/store/apps/...W5vdGVjaC5nb3NjcmVlbmxvY2sudGhlbWUuYnVyc3QiXQ..
Paranoid Android ROM
I just finished compiling Paranoid Android for the Burst. I'm going to test it out when I get home and I'll let you know how it works.
Check out my guide, Compile Unofficial Paranoid Android for Pantech Burst
marcusmarcus said:
I just finished compiling Paranoid Android for the Burst. I'm going to test it out when I get home and I'll let you know how it works.
Check out my guide, Compile Unofficial Paranoid Android for Pantech Burst
Click to expand...
Click to collapse
Once CM gets fixed everything will be up ! There will be like rain of rims What I think But Cm project seems somewhat slow :/ . I downloaded 5.4gb somehow . 3.6gb left still for CM10 .
ujjwalchhabra said:
Once CM gets fixed everything will be up ! There will be like rain of rims What I think But Cm project seems somewhat slow :/ . I downloaded 5.4gb somehow . 3.6gb left still for CM10 .
Click to expand...
Click to collapse
Yeah. The nice thing about Paranoid is it is based on CM10, so once CM has everything fixed, PA will most likely have everything fixed. It takes a long time to download the repo. Glad I have 15Mbps Internet, though this makes me wish it was even faster.
If anyone wants to test out Paranoid Android on their Burst, I posted a link to the one I built at the bottom of the first post on Compile Unofficial Paranoid Android for Pantech Burst
marcusmarcus said:
Yeah. The nice thing about Paranoid is it is based on CM10, so once CM has everything fixed, PA will most likely have everything fixed. It takes a long time to download the repo. Glad I have 15Mbps Internet, though this makes me wish it was even faster.
If anyone wants to test out Paranoid Android on their Burst, I posted a link to the one I built at the bottom of the first post on Compile Unofficial Paranoid Android for Pantech Burst
Click to expand...
Click to collapse
saw your guide I'll have to try it out when I get home that way i'll have all 3 ready to go once cm is ready. marked your post as an announcement to keep it at the top
kagedws6 said:
saw your guide I'll have to try it out when I get home that way i'll have all 3 ready to go once cm is ready. marked your post as an announcement to keep it at the top
Click to expand...
Click to collapse
I have all 3 ready, too.
Isn't External SD support and USB mount fixed? - by Milf
Not sure about usb mount but I know ext sd does not. I couldnt even get it to mount through terminal. Anybody get external to mount at all?
Sent from my PantechP9070 using xda premium
See this :- Link
Here is the public release with the call audio/usb and sd mounting/att data fixes.
Please report back any issues and if possible have a logcat of you while the issue came up so we can better work towards trouble shooting the problems.
GPS doesn't work.
The CRT off animation works randomly with stock theme and doesn't work with other themes.
SystemUI FCs when theme is changed.
This is on the 7th march build.
adizz4 said:
This is on the 7th march build.
Click to expand...
Click to collapse
The first: thank you for posting here. You have been one of the few users, that understands the purpose of this thread.
In the repositories there are many pending changes. For this reason, there is no valid rom with date "March 7th", is smarter wait a few days to install the rom.
We do not wish to delay the changes, but these must be properly tested. When these changes can be considered validated, will be communicated to all users.
Thank you.
mifl said:
The first: thank you for posting here. You have been one of the few users, that understands the purpose of this thread.
In the repositories there are many pending changes. For this reason, there is no valid rom with dated March 7, is smarter, wait a few days to install the rom.
We do not wish to delay the changes, but these must be properly tested. When these changes are approved, will be communicated to all users.
Thank you.
Click to expand...
Click to collapse
:good::good::laugh: I'm really happy . And feel grateful that we have hardworking people like you, ninjah ,stevodo and all . I just started this work and now I felt how difficult it it indeed . Make changes compile than flash and all that stuff is pain in ...... . I'll give my best to again make custom rom of CM10 -AOKP - PA . Least I'm capable of now :silly:
Maybe we should start a thread for specifically for reporting bugs in co10 builds. That way it keeps the porting thread cleaner. Maybe in the orignial post for it, put an outline of how to report bugs, like build name/date, issue(s) reporting, logcat attachment /pastbin, etc.
marcusmarcus said:
Maybe we should start a thread for specifically for reporting bugs in co10 builds. That way it keeps the porting thread cleaner. Maybe in the orignial post for it, put an outline of how to report bugs, like build name/date, issue(s) reporting, logcat attachment /pastbin, etc.
Click to expand...
Click to collapse
There is no point. People do not want to understand the reasons that is requested write messages in one or another thread.
Every day that passes I am more convinced that writing in our threads is like preaching in the dessert.
For my part suggest that users who really want to contribute to this project visit http://www.devsnest.com.
P.D. Sorry to be so negative, but today people with their lack of education has put me grumpy.
Greetings.

[ROM-Nook HD-EMMC] [CM10.1] OaT_LnT[16July2013]

Background
This is a very light and tweaked version of CM10.1 along with a lightened and tweaked version of GApps. If you are familiar with my original HP TouchPad Light-n-Tasty (LnT) releases, you know what to expect, although as of late I am going even further. For example, I am not including the CM Browser or Calendar apps in the ROM as IMO there are much better 3rd party ones available in Google Play, generally for free. (I do encourage you to support the developer via a paid app if that is available.) The standard GApps should be able to be used with the ROM, if so desired. Updates to the ROM and GApps will be made as significant changes occur, or if I get bored :silly: and want to flash something new .
Flashing
Personally, coming from LnT_CM10.1-EMMC, I just dirty flash over it with no problems. If you are coming from another ROM, it is highly recommended that you do a full set of wipes before flashing the ROM. It is also recommended that GApps be concurrently flashed with the ROM.
Issues
The issues with LnT are the same as with other CM10.1-EMMC releases.
Acknowledgements
I would personally like to thank verygreen, whose device tree this build is based on. Of course, I am also indebted to the many others who make generic contributions to CM, and of course to Google and AOSP for providing open source, which without none of this could be accomplished.
Links
LnT_CM10.1-EMMC: http://www.mediafire.com/download/aauia5uhm943h14/LnTNk_CM10.1-EMMC_0716.zip
LnT_GApps: http://www.mediafire.com/download/441rgh1c8zrakj9/LnTGApps_0301-s.zip
MD5: 7f13aa68380bfb29fa1f5979b02cf1c8
Screenshots
As you can see, I personally go for that 'picture window' look on my home screen.
Nook System Add Ons
Find your system add ons to LnT here. They need to be placed in the system/apps directory, followed by setting the permissions appropriately using a file explorer allowing root access (e.g. Total Commander), and then rebooting your Nook. Since I don't use these I really can't verify if they work. Finally, if you are aware of a newer version, notify me and I will update here asap.
Hello O.a.T,
Always loved your HP TP roms. Hopefully you will also build one for the HD+.
excellent.
do you havethe stock browser apk so i can give this a a shot? i like the stock browser lol
Welcome O.a.T., good to see you here.
I have the HD+ but always good to see more development in general for this device. I know you'll do some good stuff here and it's a huge plus to have someone like verygreen for the device tree.
Mike T
---------- Post added at 11:55 PM ---------- Previous post was at 11:53 PM ----------
bckrupps said:
do you havethe stock browser apk so i can give this a a shot? i like the stock browser lol
Click to expand...
Click to collapse
Just extract it from verygreen's CM10.1 rom and push it to system with a root explorer. Quick and easy.
Mike T
works great. i meant stock browser which is already there. touch screen works great. seems like a placebo effect when flashing new roms but hopefully not here.
bckrupps said:
works great. i meant stock browser which is already there. touch screen works great. seems like a placebo effect when flashing new roms but hopefully not here.
Click to expand...
Click to collapse
What do you mean by the stock browser that's already there?
Mike T
webdroidmt said:
What do you mean by the stock browser that's already there?
Mike T
Click to expand...
Click to collapse
there is already a browser installed. i got confused cause i didnt know there was a cm 10 browser as he described. this runs great also. lots of options out there for people
This looks great thanks man.
Sent from my Galaxy Nexus using xda app-developers app
I just flashed tonight and I'm liking everything so far. However, I find that every time I click on themes under settings, I get the error message "unfortunately, settings has stopped." And then I'm back to home. I have also received the same error message a couple of times while changing about in settings.
brendac87 said:
I just flashed tonight and I'm liking everything so far. However, I find that every time I click on themes under settings, I get the error message "unfortunately, settings has stopped." And then I'm back to home. I have also received the same error message a couple of times while changing about in settings.
Click to expand...
Click to collapse
Themes have been removed. I'll post those up on the post after the OP along with directions for how to 'install'.
The gapps link is no longer available.
TAINA333 said:
The gapps link is no longer available.
Click to expand...
Click to collapse
Sorry 'bout that. I was doing some reorganizing and forgot to update the link here. Will be updated shortly.
As an aside, I'll try to update the ROM by the weekend so everybody can have the latest and greatest, although most of the action seems to be going on with CM10.2

[Q&A] [ROM][UNOFFICIAL][ALPHA] CyanogenMod 12.0

Q&A for [ROM][UNOFFICIAL][ALPHA] CyanogenMod 12.0
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [ROM][UNOFFICIAL][ALPHA] CyanogenMod 12.0. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
Will be that freezes to like LuK1337 toms or is this more stable for the day
Who wants some screenshot of 5.0 Lollipop
endrit.tolaj said:
Who wants some screenshot of 5.0 Lollipop
Click to expand...
Click to collapse
Can't Wait But Alot Of Bugs
Really great work on the rom. Wifi, cellular data, hotspot, bluetooth and most features are working and ext sd reads normally. Few issues as mentioned above include video recording, no file manager(but I tried es file manger and it works perfectly) and radio. I have a suggestion for the devs. After all the bugs are fixed, if more settings are added to the rom such as pie control and floating window, I believe this rom will be the best. Amazing work fellas, I appreciate ur efforts.
hi
wen will ther be a stable version ??? please approx time ??
HIJAZ123 said:
wen will ther be a stable version ??? please approx time ??
Click to expand...
Click to collapse
When it's done. Maybe never.
The developers are getting nothing for this, so they are doing it in their spare time and purely for the fun of it.
HIJAZ123 said:
wen will ther be a stable version ??? please approx time ??
Click to expand...
Click to collapse
don't ask for eta man , devs works on it on their free time , it's not their own job
Can you update from luk's rom to this?
Calls
Guys calls work?
CM12/Lollipop 5.0
Hi, i'm very interested in this rom. I'm actually on Miui v5 but...i prefer Android taste. I read that many things doean't work propely or partially, but i want to say: don't give up. Many user will appreciate your work just like me. Take your time to work on it. I hope you can fix as many problems as you can. I wish to help but unfortunately i cannot do very much, i'm still learning how to work on roms
sakus19961 said:
Guys calls work?
Click to expand...
Click to collapse
Yes both data and calls!!
I've made a full wipe and clan install with pagapps.
---------- Post added at 12:41 PM ---------- Previous post was at 12:36 PM ----------
Apps that freeze like WhatsApp and total commander works normally for me.
I've made a backup of these apps with titanium backup in kitkat and restored in lollypop.
bonerserk said:
Yes both data and calls!!
I've made a full wipe and clan install with pagapps.
---------- Post added at 12:41 PM ---------- Previous post was at 12:36 PM ----------
Apps that freeze like WhatsApp and total commander works normally for me.
I've made a backup of these apps with titanium backup in kitkat and restored in lollypop.
Click to expand...
Click to collapse
what do u mean by full wipe and clean install
evol_201014 said:
what do u mean by full wipe and clean install
Click to expand...
Click to collapse
with cwm recovery wipe all system,data,media,cache,internal sd before install cm12
Puk
IF you don't disable your sim pin before flashing you get stuck on entering your puk, so better do it!
PUK
CM12 works well except power off
Hi i'm using CM12 (GT-I9105P) without any modification. Just like you've uploaded it. I found something wrong (the only thing for now). The phone cannot be charged after power off. When I put the cable into my phone appears the battery icon for a while, then it reboots. I don't know how to logcat that. I waantet to be sure that you'll know that. Everything else semms to work fine
P.s No gapp installed
No task killer installed
No custom kernels
No ART runtime
No modification at all
Giuskiller95 said:
Hi i'm using CM12 (GT-I9105P) without any modification. Just like you've uploaded it. I found something wrong (the only thing for now). The phone cannot be charged after power off. When I put the cable into my phone appears the battery icon for a while, then it reboots. I don't know how to logcat that. I waantet to be sure that you'll know that. Everything else semms to work fine
P.s No gapp installed
No task killer installed
No custom kernels
No ART runtime
No modification at all
Click to expand...
Click to collapse
It's ART by default...you can't change it...Android 5.0 lollipo=ART(no more dalvik i think)
Okay
DenisRonaldo798 said:
It's ART by default...you can't change it...Android 5.0 lollipo=ART(no more dalvik i think)
Click to expand...
Click to collapse
Okay but the problem still remains xD. Hope it will be fixed. However smooth rom
Giuskiller95 said:
Hi i'm using CM12 (GT-I9105P) without any modification. Just like you've uploaded it. I found something wrong (the only thing for now). The phone cannot be charged after power off. When I put the cable into my phone appears the battery icon for a while, then it reboots. I don't know how to logcat that. I waantet to be sure that you'll know that. Everything else semms to work fine
P.s No gapp installed
No task killer installed
No custom kernels
No ART runtime
No modification at all
Click to expand...
Click to collapse
reboot when is in charge like me...

[PIE - Testing] Pixel Experience for Polaris - By SusanaXDA

I have built Pixel Experience as a testing rom , I think its stable enough for daily use. I don't have much time to test it so please if you find any bug just tell me and I´ll fix it. Thanks to LineageOS device tree and kernel.
IMPORTANT- Once installed mount system go to /system/app/ims (remove whole folder ) , go to /system/priv-app/CNEservice (remove whole folder ). This is mandatory in order to get data working.
Code:
https://mega.nz/#!x6Zi2CYT!XyRa9Oii_1fc4L4dwJGm3g8Eyl6vR7WjrEvmgx7Rm_E
I installed this ROM right after installing a MIUI ROM, then followed the required steps, and it doesn't boot (it gets stuck at the Google logo). I'm sorry I couldn't be of more help.
SusanaXDA said:
I have built Pixel Experience as a testing rom , I think its stable enough for daily use. I don't have much time to test it so please if you find any bug just tell me and I´ll fix it. Thanks to LineageOS device tree and kernel.
IMPORTANT- Once installed mount system go to /system/app/ims (remove whole folder ) , go to /system/priv-app/CNEservice (remove whole folder ). This is mandatory in order to get data working.
Click to expand...
Click to collapse
Install latest dev global , twrp v11 , before install format data, reboot to twrp, wipe cache data system, install ROM.
SusanaXDA said:
Install latest dev global , twrp v11 , before install format data, reboot to twrp, wipe cache data system, install ROM.
Click to expand...
Click to collapse
I will. Just one thing... do you have a link to the latest dev global rom? I want to make sure I'm installing the right one.
---------- Post added at 01:20 AM ---------- Previous post was at 01:18 AM ----------
Is it the developer rom here? https://en.miui.com/download-343.html
frandavid100 said:
I will. Just one thing... do you have a link to the latest dev global rom? I want to make sure I'm installing the right one.
Click to expand...
Click to collapse
bigota.d.miui.com/8.10.11/miui_MIMIX2SGlobal_8.10.11_1fa84413a2_9.0.zip
frandavid100 said:
I will. Just one thing... do you have a link to the latest dev global rom? I want to make sure I'm installing the right one.
---------- Post added at 01:20 AM ---------- Previous post was at 01:18 AM ----------
Is it the developer rom here? https://en.miui.com/download-343.html
Click to expand...
Click to collapse
Yeah thats It
Nice, I'll get back to you ASAP
Screenshots
http://imgur.com/gallery/D5uBr2p
OK, I just followed all the steps and it seems to be running extremely well. I had been installing GSIs for the latest four days and none of them worked properly, so... I can't begin to thank you enough.
---------- Post added at 02:36 AM ---------- Previous post was at 02:20 AM ----------
There seems to be one hiccup, though. I tried to install Magisk and, although TWRP tells me everything went fine, when I boot there seems to be no trace of SU or Magisk Manager.
---------- Post added at 02:59 AM ---------- Previous post was at 02:36 AM ----------
Also, the notification light doesn't seem to work!
---------- Post added at 03:03 AM ---------- Previous post was at 02:59 AM ----------
Double tap to wake and double press on the power button to open the camera don't seem to work either. Still loving the ROM tho
hello, rom support vietnamese? Thank you
Proximity sensor working?
morpheus620 said:
Proximity sensor working?
Click to expand...
Click to collapse
No, i don't see it work.
People were asking about a PE Pie port so I built it. Device tree related bugs will be fixed by LineageOs devs so I cannot do nothing about that.
This is an early P rom , as same as our Pie device tree so bugs and not working things are common.
I just beg you to be patient , I´ll build the rom each relevant change , so it'll be updated , don't worry about that.
I am working right now for a CAF rom , I am mainly building it for myself but if you like I´ll share it here and support it too.
I am a bit noob dev so I cannot fix really hard things (I am still learning) , I just wanted to show this forum that Mi Mix 2S has a community of devs (few but there we are) and satisfy pie needs of Polaris users.
Thanks a lot for your support and feedback.
SusanaXDA said:
People were asking about a PE Pie port so I built it. Device tree related bugs will be fixed by LineageOs devs so I cannot do nothing about that.
This is an early P rom , as same as our Pie device tree so bugs and not working things are common.
I just beg you to be patient , I´ll build the rom each relevant change , so it'll be updated , don't worry about that.
I am working right now for a CAF rom , I am mainly building it for myself but if you like I´ll share it here and support it too.
I am a bit noob dev so I cannot fix really hard things (I am still learning) , I just wanted to show this forum that Mi Mix 2S has a community of devs (few but there we are) and satisfy pie needs of Polaris users.
Thanks a lot for your support and feedback.
Click to expand...
Click to collapse
Firstly, thank you for your contribution and development on this rom. I have used many roms and this is the rom I like best. Thank you very much and look forward to your future updates! (sorry for mybad English ^^)
Please share your work and ROMs with us ?
What's the difference with gsi?
Everything works so brilliantly except the distance sensor (or Proximately sensor, I am not sure.) which I consider a server issue...do you have any fix patch? I really like your work, I've tried a lot of GSI ROM before, but this could be most smoothly one. Thanks for your effort.
I have transmitted the ROM to CoolApk which is a Chinese android forum. Many people will like it~if you don't allow that I can delete the post.
jayxiao171735 said:
Everything works so brilliantly except the distance sensor (or Proximately sensor, I am not sure.) which I consider a server issue...do you have any fix patch? I really like your work, I've tried a lot of GSI ROM before, but this could be most smoothly one. Thanks for your effort.
I have transmitted the ROM to CoolApk which is a Chinese android forum. Many people will like it~if you don't allow that I can delete the post.
Click to expand...
Click to collapse
so you are cool friends??
Thanks for this rom, started testing immediately.
I'm going to edit this post with the issues I run into, so let's start the list.
Whats working fine:
. Installation ran fine with the given instructions
. Setup went well
. Bluetooth hands free is finally working with android pie *happy*
. Double tap to wake (dt2w) is working flawlessly
Here are the bugs and things I'm missing:
. Switching to dark theme immediately switches to pitch black so you can't see anything on the display anymore. Had to factory reset and set everything up again. This also happens when you set the theme to automatic mode and set a black wallpaper so dark mode is a no-no at the moment
. No accent colour available.
. NFC quick settings tile is missing. NFC works for me, android beam works fast and stable
. Proximity sensor not working
. When connected the phone via BT it shows no signal but everything is working
More to come but I hope this list won't get much longer but only shorter!
Thanks for your efforts and the nice pie rom. I'm glad there are devs around to give this device the love it needs!
I really wanna test this ROM but I need some help...
How and where should I remove the folders in order to get data working?
Also, does this ROM have some kind of gestures navigation(not that from home and back "gesture" from pie)? Once I've used on MIUI, I can't go back to normal buttons navigation anymore.

Categories

Resources