Lenovo Ideatab A2107A-H BareBones rom - Android General

Ok, I was asked to make a -H version of my rom. I don't mind doing so, but I'll need some testers as I don't have the -H model. Post here if you want a stable rom for your -H version tablet and I'll get started cooking up a rom.

ShilohDaniel said:
Ok, I was asked to make a -H version of my rom. I don't mind doing so, but I'll need some testers as I don't have the -H model. Post here if you want a stable rom for your -H version tablet and I'll get started cooking up a rom.
Click to expand...
Click to collapse
Yes, I am interested and will assist in whatever ways I can!
Stuart

Alrighty. Got one tester, need some more.
Sent from my Jailbroken iPhone 4 running iOS 6.1 using Tapatalk

ShilohDaniel said:
Alrighty. Got one tester, need some more.
Sent from my Jailbroken iPhone 4 running iOS 6.1 using Tapatalk
Click to expand...
Click to collapse
Got 2 H's and they NEED a real rom!

the_ape said:
Got 2 H's and they NEED a real rom!
Click to expand...
Click to collapse
Good. Now that their are 2 testers, I guess I need to get to work.
Sent from my Jailbroken iPhone 4 running iOS 6.1 using Tapatalk

ShilohDaniel said:
Ok, I was asked to make a -H version of my rom. I don't mind doing so, but I'll need some testers as I don't have the -H model. Post here if you want a stable rom for your -H version tablet and I'll get started cooking up a rom.
Click to expand...
Click to collapse
That's great, thanks. Anything I can help with just shout, I'm not averse to a bit of tinkering myself.
Got it rooted etc, don't suppose there is a CWM lurking anywhere for them is there? also the LAG on them is incredible, but I notice that tasks that aren't in foreground are still running full bore, and still have access to the audio etc (accidentally launched a game, just pressed home and noticed that it's music was still playing even when not foreground).
I'm going to pull the build.prop and have a look, but surely there's some quick win tweaks that could be applied?

the_ape said:
That's great, thanks. Anything I can help with just shout, I'm not averse to a bit of tinkering myself.
Got it rooted etc, don't suppose there is a CWM lurking anywhere for them is there? also the LAG on them is incredible, but I notice that tasks that aren't in foreground are still running full bore, and still have access to the audio etc (accidentally launched a game, just pressed home and noticed that it's music was still playing even when not foreground).
I'm going to pull the build.prop and have a look, but surely there's some quick win tweaks that could be applied?
Click to expand...
Click to collapse
I do know of several tweaks to help out the lag. I'm going to get started on cooking up v1 of the rom in just a bit. I'll be adding init.d tweaks to help. I'll post a list of changes so it can be tweaked more if needed. THere is a CWM, give me a few and I'll get it posted.

Got it cwm'd up, work out the way to boot to it too. I did try another rom that I found, but it still lagged badly on video playback, the audio and vid are massively out of sync, Linda looks like the audio engine hasn't got enough process priority.

the_ape said:
Got it cwm'd up, work out the way to boot to it too. I did try another rom that I found, but it still lagged badly on video playback, the audio and vid are massively out of sync, Linda looks like the audio engine hasn't got enough process priority.
Click to expand...
Click to collapse
Good. Glad you have CWM now. I'll be doing a release for the A2107A-F tomorrow sometime, so V1 will be out for the A2107A-H Wednesday.
Sent from my Lenovo IdeaTab A2107A-F running SD_ALPHA_3 rom using Tapatalk HD

ShilohDaniel said:
Good. Glad you have CWM now. I'll be doing a release for the A2107A-F tomorrow sometime, so V1 will be out for the A2107A-H Wednesday.
Sent from my Lenovo IdeaTab A2107A-F running SD_ALPHA_3 rom using Tapatalk HD
Click to expand...
Click to collapse
Thanks, I'm having a dig about, don't spose you know where Lenovo hide the Kernel source do you?

It's not available to my knowledge. Be nice to have though.
Sent from my Lenovo IdeaTab A2107A-F running SD_ALPHA_3 rom using Tapatalk HD

the_ape said:
Thanks, I'm having a dig about, don't spose you know where Lenovo hide the Kernel source do you?
Click to expand...
Click to collapse
The kernels can be accessed by unpacking "boot.ini", followed by "zImage" file...
I have the extracted kernels of Stock, Chinese, Foxtrot_v100 and LeWa ROMs for A2107A-H version...Moreover I have already uploaded the extracted kernels of Chinese and Foxtrot_v100 custom ROMs here :-
https://dl.dropbox.com/s/wxtznlh09q...127zOlOjBVvlqapcwUOCZ38i7819hWvS7zsU_DUw&dl=1

That's great, thanks. I actually meant the source though, get rid of some of the 'reference' stuff from mediatek and perhaps get some decent schedulers etc into it. There's only so much that can be done hacking it.
If anyone finds it then let me know.
makbro said:
The kernels can be accessed by unpacking "boot.ini", followed by "zImage" file...
I have the extracted kernels of Stock, Chinese, Foxtrot_v100 and LeWa ROMs for A2107A-H version...Moreover I have already uploaded the extracted kernels of Chinese and Foxtrot_v100 custom ROMs here :-
https://dl.dropbox.com/s/wxtznlh09q...127zOlOjBVvlqapcwUOCZ38i7819hWvS7zsU_DUw&dl=1
Click to expand...
Click to collapse

In the process of building V1 right now. Going to be interesting since I don't have an H model to try it out before uploading it.

the_ape said:
That's great, thanks. I actually meant the source though, get rid of some of the 'reference' stuff from mediatek and perhaps get some decent schedulers etc into it. There's only so much that can be done hacking it.
If anyone finds it then let me know.
Click to expand...
Click to collapse
It's there inside "zImage unpacked" folder as "kernel.img"

makbro said:
It's there inside "zImage unpacked" folder as "kernel.img"
Click to expand...
Click to collapse
That's not the source code, I mean the C++ source code, I.e. uncompiled. The image file is the binary.

the_ape said:
That's not the source code, I mean the C++ source code, I.e. uncompiled. The image file is the binary.
Click to expand...
Click to collapse
You are right in saying that it's not the C++ source code, it's the raw kernel image...However, I believe the files inside the "zImage unpacked" sub-folder (piggy files) do have the source code in them...
I think tools like "cramfs" and "initramfs" can be used to unpack the piggy files and extract the source code...Am I correct ???
Thanx in advance !!!

makbro said:
You are right in saying that it's not the C++ source code, it's the raw kernel image...However, I believe the files inside the "zImage unpacked" sub-folder (piggy files) do have the source code in them...
I think tools like "cramfs" and "initramfs" can be used to unpack the piggy files and extract the source code...Am I correct ???
Thanx in advance !!!
Click to expand...
Click to collapse
Not quiet

ShilohDaniel said:
In the process of building V1 right now. Going to be interesting since I don't have an H model to try it out before uploading it.
Click to expand...
Click to collapse
Hi, Shiloh, I wonder if you can give us a progress update good or bad on how things are going with the ROM build?
I haven't asked until now as I noticed you and your wife have both been ill.
Thanks,
Stuart

Lenovo A2107A-H JB ROM?
Hi Shiloh,
Any plans for a Jelly Bean ROM for Lenovo A2107A-H?
-Rgds
Vipin
A2107A-H

Related

[Q] How to root Asus memo pad 10 ME102A 4.2.2

What's up guys? First post on this website. I've been trying to search for a previous post on how to root this tablet but they all either don't work anymore or aren't for my Android version. I have an Asus memo pad 10 ME102A with Android version 4.2.2.
Has anyone been successful in rooting this device? From what I've researched so far rooting the device is possible. If anyone has any insight into the process I would greatly appreciate it.
domheu117 said:
What's up guys? First post on this website. I've been trying to search for a previous post on how to root this tablet but they all either don't work anymore or aren't for my Android version. I have an Asus memo pad 10 ME102A with Android version 4.2.2.
Has anyone been successful in rooting this device? From what I've researched so far rooting the device is possible. If anyone has any insight into the process I would greatly appreciate it.
Click to expand...
Click to collapse
Use Kingo.
It basically does it all for you.
See my post in this thread:
http://forum.xda-developers.com/showpost.php?p=48196485&postcount=23
skeppley said:
Use Kingo.
It basically does it all for you.
See my post in this thread:
http://forum.xda-developers.com/showpost.php?p=48196485&postcount=23
Click to expand...
Click to collapse
It's funny because after some more digging I found that kingo thing. The problem now is the only working computer I have in my apartment is a mac and when I tried downloading it but it didn't work. I tried opening it through winebottler but that didn't work either lol. So I'm kinda stuck again.
You would happen to know how to use kingo on a Mac would you?
My impressions of the root me102a with vroot
del
Wandering in the forum I read that Vroot and Kingo could be malicious ( to the article: *ttp:// a n d roidfannetwork.com/2013/11/08/psa-kingo-root-and-vroot-malicious/). Do you have any news about it? Can someone confirm that they are safe?
paolo19.91 said:
Wandering in the forum I read that Vroot and Kingo could be malicious ( to the article: *ttp:// a n d roidfannetwork.com/2013/11/08/psa-kingo-root-and-vroot-malicious/). Do you have any news about it? Can someone confirm that they are safe?
Click to expand...
Click to collapse
Kingo is super easy and now safe.
They removed the IMEI reading that was going on, and the moderator unlocked the thread and the download link for it:
http://forum.xda-developers.com/showthread.php?t=2492888
Here is the most recent Kingo download:
https://dl.dropboxusercontent.com/u/27125957/android_root(1).exe
delete
rooting
here is another rooting method: youtube.com/watch?v=yFYobO6YSsg
Vroot
donjohnson2 said:
here is another rooting method: youtube.com/watch?v=yFYobO6YSsg
Click to expand...
Click to collapse
That is the Vroot method.
manocooper said:
That is the Vroot method.
Click to expand...
Click to collapse
ohh sorry, at first it looked different for me.
there is a custom rom for this model?
Anybody knows a custom rom? It would make the tablet a lot faster I suppose...
bravho said:
Anybody knows a custom rom? It would make the tablet a lot faster I suppose...
Click to expand...
Click to collapse
I gues i could build a rom for this device sometime. It wont be soon. I still have some fixes to do on my other tablet.
[email protected] said:
I gues i could build a rom for this device sometime. It wont be soon. I still have some fixes to do on my other tablet.
Click to expand...
Click to collapse
Sounds great!
Sent from my LG-D405n using XDA Free mobile app
[email protected] said:
I gues i could build a rom for this device sometime. It wont be soon. I still have some fixes to do on my other tablet.
Click to expand...
Click to collapse
Yes,
Please find some time and do that!
Regards
I´m building a rom right now. But it will still miss some framwork files and permission files. Im testing if it will pick up all the proprietary-files i have putt in the list.
TRe CooL5 said:
Yes,
Please find some time and do that!
Regards
Click to expand...
Click to collapse
[email protected] said:
I´m building a rom right now. But it will still miss some framwork files and permission files. Im testing if it will pick up all the proprietary-files i have putt in the list.
Click to expand...
Click to collapse
Hmm, I dont quite know , what are you talkingtalking about
Are you saying that we will have to test it, or that its not gonna be so perfect?
I will test it my self first. If i´m able to build a working rom than i will upload the file. I will try and build a bug free rom. Than i will try and ad tweaks and nicer stuff.
I did manage to get a rom build.
TRe CooL5 said:
Hmm, I dont quite know , what are you talkingtalking about
Are you saying that we will have to test it, or that its not gonna be so perfect?
Click to expand...
Click to collapse
[email protected] said:
I will test it my self first. If i´m able to build a working rom than i will upload the file. I will try and build a bug free rom. Than i will try and ad tweaks and nicer stuff.
I did manage to get a rom build.
Click to expand...
Click to collapse
May I ask in wich version of Android are you doing rom?
TRe CooL5 said:
May I ask in wich version of Android are you doing rom?
Click to expand...
Click to collapse
Im doing a cm9 rom for now. cm9 is old i know but when its ready the newer cm version will be there soon to.
I first started making roms for my telechip ICS tablet. Sow cm9 is te source i have on my laptop.
This Asus tablet hase JB on it sow i gues i will make CM10 when i finisch building a working cm9. I will alsow make cm11.
And than cm12. But cm12 will need a differant java version installed i think. I will use a program like vmware to build cm 10,11 and 12 i think.
This i will do on my pc upstairs.

ROMS for T230NU

Development? Anyone?
There is one guy I saw posted on a rooting thread that he has developed a ROM for this device but, does not know how to write the updater-script so he is looking for help with that. Perhaps you can help.
You can find that post HERE
BookCase said:
There is one guy I saw posted on a rooting thread that he has developed a ROM for this device but, does not know how to write the updater-script so he is looking for help with that. Perhaps you can help.
You can find that post HERE
Click to expand...
Click to collapse
i wish! i know nothing about development. :crying: i would love to learn. but that doesnt help anyone here. i started a step by step to port CM but got stuck because i couldnt find kernel source. PLEASE someone, we got root, now get us off touchwiz!
logikism said:
i wish! i know nothing about development. :crying: i would love to learn. but that doesnt help anyone here. i started a step by step to port CM but got stuck because i couldnt find kernel source. PLEASE someone, who got root, now get us off touchwiz!
Click to expand...
Click to collapse
I have ported roms in the past to Kindle Fire HD from the Nexus tabs. It's way easier to port than to build a rom from scratch. The tricky part is finding the easiest roms to work with.
Well I can't do either.
Wouldn't we want to get something on here other than stock?
I'll take a port! Lol
logikism said:
Well I can't do either.
Wouldn't we want to get something on here other than stock?
I'll take a port! Lol
Click to expand...
Click to collapse
I'll look around, see what might work.
logikism said:
i wish! i know nothing about development. :crying: i would love to learn. but that doesnt help anyone here. i started a step by step to port CM but got stuck because i couldnt find kernel source. PLEASE someone, who got root, now get us off touchwiz!
Click to expand...
Click to collapse
here you can find the kernel source http://opensource.samsung.com/reception.do
Well I would think that you would need a working custom recovery with external SD card support first. Though the big feature I am looking forward to is a kernel that supports Roehsoft Ram Expander (swap) which while it works fine on my S3 does not work at all on the Tab 4 7.0.
nl3142 said:
Well I would think that you would need a working custom recovery with external SD card support first. Though the big feature I am looking forward to is a kernel that supports Roehsoft Ram Expander (swap) which while it works fine on my S3 does not work at all on the Tab 4 7.0.
Click to expand...
Click to collapse
There is a fully working recovery with SDcard read/write support as mentioned in THIS post.
What I did was downloaded the TWRP 2.8.0.1 .img for t230 then flashed it over the older non-working TWRP using #Rashr. It works for me on SM-T230NU and wipe works. Dalvik/Cache, everything.
CREDITS: agriff
BookCase said:
I'll look around, see what might work.
Click to expand...
Click to collapse
That would be great! Thank you!
Maybe we can get the ball rolling on development!
sub77 said:
here you can find the kernel source http://opensource.samsung.com/reception.do
Click to expand...
Click to collapse
Thank you, I sent request
Sadly I have no porting knowledge atm, but if I could help with testing or something, then just pm me. I'd love to see some cm or PA on my tab 4 7.0
adammo666 said:
Sadly I have no porting knowledge atm, but if I could help with testing or something, then just pm me. I'd love to see some cm or PA on my tab 4 7.0
Click to expand...
Click to collapse
my request to get source was approved but when i click the download link nothing happens.
I personally want to see MAHDI ROM!
logikism said:
my request to get source was approved but when i click the download link nothing happens.
I personally want to see MAHDI ROM!
Click to expand...
Click to collapse
Yep I know nothing happens. But just open it in internet explorer (assuming you used chrome, just like I did).
if you open it in IE new window pops up and gets you to download
logikism said:
Thank you, I sent request
Click to expand...
Click to collapse
adammo666 said:
Sadly I have no porting knowledge atm, but if I could help with testing or something, then just pm me. I'd love to see some cm or PA on my tab 4 7.0
Click to expand...
Click to collapse
neither do i, but ill try and hope for help.
BookCase said:
There is a fully working recovery with SDcard read/write support as mentioned in THIS post.
What I did was downloaded the TWRP 2.8.0.1 .img for t230 then flashed it over the older non-working TWRP using #Rashr. It works for me on SM-T230NU and wipe works. Dalvik/Cache, everything.
CREDITS: agriff
Click to expand...
Click to collapse
i did this and phone stuck on boot screen. now it wont power on or charge. wonderful!
Any help?
BookCase said:
There is a fully working recovery with SDcard read/write support as mentioned in THIS post.
What I did was downloaded the TWRP 2.8.0.1 .img for t230 then flashed it over the older non-working TWRP using #Rashr. It works for me on SM-T230NU and wipe works. Dalvik/Cache, everything.
CREDITS: agriff
Click to expand...
Click to collapse
I already have root (by using vroot and then replacing the chinese app with supersu). Can I just flash TWRP with Rashr or do I need to redo the whole thing from scratch?
logikism said:
i did this and phone stuck on boot screen. now it wont power on or charge. wonderful!
Any help?
Click to expand...
Click to collapse
Hmm, I have no idea. Worked for me in one go. Maybe start over?
nl3142 said:
I already have root (by using vroot and then replacing the chinese app with supersu). Can I just flash TWRP with Rashr or do I need to redo the whole thing from scratch?
Click to expand...
Click to collapse
I resstored the device in odin to the latest factory firmware then flashed the twrp in odin, rebooted directly to recovery and flashed supersu. Rebooted to system, set up all my stuff and flashed the new twrp over the old twrp using rashr. I had to reboot once to set up rashr before i could flash but, it all worked perfectly for me
BookCase said:
Hmm, I have no idea. Worked for me in one go. Maybe start over?
Click to expand...
Click to collapse
cant start over if it wont turn on at all and i believe the battery is dead and it wont charge.
ive read about this issue with other galaxy tabs (2,3) and i need to open up and disconnect battery, i will try this when i get home. i hope it does something after. i just got this thing.
i cant just flash the good twrp instead of one over the other?
logikism said:
cant start over if it wont turn on at all and i believe the battery is dead and it wont charge.
ive read about this issue with other galaxy tabs (2,3) and i need to open up and disconnect battery, i will try this when i get home. i hope it does something after. i just got this thing.
i cant just flash the good twrp instead of one over the other?
Click to expand...
Click to collapse
I don't know. I'm just telling you what I did. I didn't try that way.

[ROM][VILLE][S4] Samsung Galaxy Experience ROM

Hey everybody, I know I'll get a lot of heat for releasing this but I present,
Samsung Galaxy Experience ROM for the HTC One S (Ville S4)
This is ported from @Shawn.Killer's ROM for the Galaxy S4 Mini http://forum.xda-developers.com/galaxy-s4-mini/development/rom-s5-rom-s4-mini-i9192-4-4-2-t2900360
BUGS:
You tell me, I need to know too! xD
XDA:DevDB Information
TouchWiz ROM for the HTC One S, ROM for the HTC One S
Contributors
javelinanddart, Shawn.Killer
Source Code: http://forum.xda-developers.com/galaxy-s4-mini/development/rom-s5-rom-s4-mini-i9192-4-4-2-t2900360
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
Based On: TouchWiz and CyanogenMod for the Ville Specific Files
Version Information
Status: Abandoned
Created 2015-01-17
Last Updated 2015-02-17
Features:
CyanogenMod's Kernel (will put my void kernel in later)
CyanogenMod Base Files for CM kernel compatibility
All of Samsung's Gimmicks, which I'll list later
General Info
This is Powered by SuperSU by @Chainfire
Kudos to him for a great product
This uses my Custom Kernel but you can use any CM 11 Kernel @Shawn.Killer did all the work of qHD resizing and stuff like that
This will have bugs, I'll try to get them all fixed as soon as possible
Contributor List
@javelinanddart for porting it to the Ville and the Custom Kernel
@Shawn.Killer for the Base ROM
@intervigil for the CM kernel and the CyanogenMod VIlle Files
Download
On Linux
Install Git
git clone https://github.com/javelinanddart/galaxy_experience_rom_ville.git
cd galaxy_experience_rom_ville
zip -r name.zip data/ META-INF/ system/ boot.img
You have your zip
On Windows
go to https://github.com/javelinanddart/galaxy_experience_rom_ville
hit download zip
extract the zip
go into the folders until you find the rom
use 7zip to zip the files up
Changelog
Jan 17
Modify framework-res.apk, hopefully fix storage
Jan 16
Initial Upload
Use Ville Files from CM
javelinanddart said:
Hey everybody, I know I'll get a lot of heat for releasing this but I present,
Samsung Galaxy Experience ROM for the HTC One S (Ville S4)
This is ported from @Shawn.Killer's ROM for the Galaxy S4 Mini http://forum.xda-developers.com/galaxy-s4-mini/development/rom-s5-rom-s4-mini-i9192-4-4-2-t2900360
Click to expand...
Click to collapse
sounds interesting. will give it a try.
homeboy1956 said:
sounds interesting. will give it a try.
Click to expand...
Click to collapse
Thanks! Still working on getting everything set up
I ran out of thanks for today so I'll thank your post when I get more
This will include my custom void kernel so even more features than an S5
javelinanddart said:
Thanks! Still working on getting everything set up
I ran out of thanks for today so I'll thank your post when I get more
This will include my custom void kernel so even more features than an S5
Click to expand...
Click to collapse
unfortunately im not able to develope and im too old to learn. im almost 60 yo and my brain isnt as good as when i was 20 yo.
but i appreciate the hard work all the great devs are doing.
keep up all the good work!!
homeboy1956 said:
unfortunately im not able to develope and im too old to learn. im almost 60 yo and my brain isnt as good as when i was 20 yo.
but i appreciate the hard work all the great devs are doing.
keep up all the good work!!
Click to expand...
Click to collapse
I'm 14
All I do is learn
I'll try to keep it up for as long as I can!
Well, when you turn 59 this year, happy birthday!
javelinanddart said:
I'm 14
All I do is learn
I'll try to keep it up for as long as I can!
Well, when you turn 59 this year, happy birthday!
Click to expand...
Click to collapse
Lol I'm 13.
Shawn.Killer said:
Lol I'm 13.
Click to expand...
Click to collapse
The irony that we both never knew xD
Thats the great thing, even if your age is in your profile, xda members still treat you with respect
javelinanddart said:
I'm 14
All I do is learn
I'll try to keep it up for as long as I can!
Well, when you turn 59 this year, happy birthday!
Click to expand...
Click to collapse
I have the deepest R E S P E C T for you
homeboy1956 said:
I have the deepest R E S P E C T for you
Click to expand...
Click to collapse
Thank you!
Now for the moderator's sake, lets keep it a little bit more on topic
javelinanddart said:
Thank you!
Now for the moderator's sake, lets keep it a little bit more on topic
Click to expand...
Click to collapse
So, did you start porting my ROM as yet?
Shawn.Killer said:
So, did you start porting my ROM as yet?
Click to expand...
Click to collapse
Yeah. Uploading it to github right now, @homeboy1956, keep a nandroid ready, this probably won't have accessible storage
I have to modify the framwork-res.apk for that, so I'll do that later
Shawn.Killer said:
So, did you start porting my ROM as yet?
Click to expand...
Click to collapse
I copied over CM's boot.img, and their bin, xbin, etc, lib, and usr folders
javelinanddart said:
Yeah. Uploading it to github right now, @homeboy1956, keep a nandroid ready, this probably won't have accessible storage
I have to modify the framwork-res.apk for that, so I'll do that later
Click to expand...
Click to collapse
I always have a nandroid, cause I try a lot mods or roms. I like experimenting around, one of my toys is now a 200 $ paperweight.
homeboy1956 said:
I always have a nandroid, cause I try a lot mods or roms. I like experimenting around, one of my toys is now a 200 $ paperweight.
Click to expand...
Click to collapse
Ouch... That sucks....
But good practice
it's good procedure to keep a nandroid but I never do...
@Shawn.Killer
https://github.com/javelinanddart/galaxy_experience_rom_ville
We have an upload!
I'm going to release a version tomorrow but if you want to clone it and zip those files up, and release it, go ahead
I have a lot of stuff to do, I put too much pressure on myself
I'm also releasing another ROM, it's source-based, but I have yet to build it. Off to that we go!

Request: may someone port NitrogenOS?

I'm having this on my Nexus4 and it's a great Nougat experience.
Unfortunately, i have zero knowledge on how to port this to OPO or any other device.
http://forum.xda-developers.com/nex...nitrogen-os-n-substratum-10-09-2016-t3459341/
Would help testing such ROM if a dev picks it up.
zagzag99 said:
I'm having this on my Nexus4 and it's a great Nougat experience.
Unfortunately, i have zero knowledge on how to port this to OPO or any other device.
http://forum.xda-developers.com/nex...nitrogen-os-n-substratum-10-09-2016-t3459341/
Would help testing such ROM if a dev picks it up.
Click to expand...
Click to collapse
it cannot be ported just aosp rom there are 7.0.0 rom for opo too
Dhairya said:
it cannot be ported just aosp rom there are 7.0.0 rom for opo too
Click to expand...
Click to collapse
Too bad, because it has a stable amount of customizations added to it.
zagzag99 said:
Too bad, because it has a stable amount of customizations added to it.
Click to expand...
Click to collapse
Well you tell me snapdragon s4 processor to 801 ? How that to 7.0
Dhairya said:
Well you tell me snapdragon s4 processor to 801 ? How that to 7.0
Click to expand...
Click to collapse
Obviously I'm not expecting one to one port of code.
But I'm guessing the NitrogenOS rom branches can be mixed with the OPO device branches so to make that rom ported.
Just like other ROMs, right?
Simply I never done that and none of the 'build yourself' guides i tried worked out for me.
zagzag99 said:
I'm having this on my Nexus4 and it's a great Nougat experience.
Unfortunately, i have zero knowledge on how to port this to OPO or any other device.
http://forum.xda-developers.com/nex...nitrogen-os-n-substratum-10-09-2016-t3459341/
Would help testing such ROM if a dev picks it up.
Click to expand...
Click to collapse
I'll try building it from source, should be easy enough lol
noahvt said:
I'll try building it from source, should be easy enough lol
Click to expand...
Click to collapse
With multirom supported script, please.
Bump.
Look they're already at 7.1
http://forum.xda-developers.com/nex...n-substratum-10-09-2016-t3459341/post69287502
No one with some experience can to try the build from source??
@noahvt, any progress?
zagzag99 said:
Bump.
Look they're already at 7.1
http://forum.xda-developers.com/nex...n-substratum-10-09-2016-t3459341/post69287502
No one with some experience can to try the build from source??
@noahvt, any progress?
Click to expand...
Click to collapse
I was able to build the rom for the one but it didn't boot (logcat said: "Slim services.jar not found") I contacted the dev but have not received a response yet. I will try syncing the 7.1 source to see if it works
noahvt said:
I was able to build the rom for the one but it didn't boot (logcat said: "Slim services.jar not found") I contacted the dev but have not received a response yet. I will try syncing the 7.1 source to see if it works
Click to expand...
Click to collapse
Thanks.
Would like very much to see the manifest and changes you've done to make it happen.
I tried some stuff myself but failed to get it to build for bacon.

Custom Rom for Galaxy J700T ??

Are there any custom roms or stock stripped roms out>??? PLOX post links!!!!!!!!!!
I've been wondering the same thing since June. Seems like all the ROMs are geared towards the F/H/M. I've have tried installing ROMs for other variants with messi2050's kernel. The only one I got to boot was the Note 7 ROM by Allosh. But WiFi did not work.
Hmmm... Any other issues? What about that ROM allowed for you to boot and function I wonder?
If we can get a bounty going for WiFi fix on that ROM we could possibly be on to something....!!!!!!!!!!!!!!!!!!!!!!!
carpenterethan said:
Hmmm... Any other issues? What about that ROM allowed for you to boot and function I wonder?
If we can get a bounty going for WiFi fix on that ROM we could possibly be on to something....!!!!!!!!!!!!!!!!!!!!!!!
Click to expand...
Click to collapse
Just copy the wifi files in /system/etc from a stock firmware with a root file manager to the same folder and give it the correct permissions in the N7 rom. The real problem is getting the Camara to work.
I just want a rom with an AOSP based system UI.
phoen1x74 said:
I just want a rom with an AOSP based system UI.
Click to expand...
Click to collapse
My best advice for you is to deodex your factory ROM and decompile your system framework apk(s). All of the ports you see are derived the same way. This device will never see CM/RR/Lineage ported over.
Is there any custom ROM for j700t?
Metabolic12 said:
My best advice for you is to deodex your factory ROM and decompile your system framework apk(s). All of the ports you see are derived the same way. This device will never see CM/RR/Lineage ported over.
Click to expand...
Click to collapse
Why do you think this phone will never see CM/RR/Lineage? I think its possible, but we would need is a good dedicated dev that can figure out how to port or build them.
vekenti said:
Why do you think this phone will never see CM/RR/Lineage? I think its possible, but we would need is a good dedicated dev that can figure out how to port or build them.
Click to expand...
Click to collapse
Actually it will be easy to port lineage for j700t, it only has different drivers and ram size than j700h
messi2050 said:
Actually it will be easy to port lineage for j700t, it only has different drivers and ram size than j700h
Click to expand...
Click to collapse
If you make one, I'd love to try it out. Despite the conflict that this community has had between you, you are our only dev and you are a good one.
I agree. I would LOVE to try out a good lineage port. This phone really needs a good ROM, because Touchwiz really sucks.
messi2050 said:
Actually it will be easy to port lineage for j700t, it only has different drivers and ram size than j700h
Click to expand...
Click to collapse
Heck Messi is easily the best dev we have. If you could spare some time I'd be willing to give it a shot.
phoen1x74 said:
If you make one, I'd love to try it out. Despite the conflict that this community has had between you, you are our only dev and you are a good one.
Click to expand...
Click to collapse
vekenti said:
I agree. I would LOVE to try out a good lineage port. This phone really needs a good ROM, because Touchwiz really sucks.
Click to expand...
Click to collapse
Metabolic12 said:
Heck Messi is easily the best dev we have. If you could spare some time I'd be willing to give it a shot.
Click to expand...
Click to collapse
thank u but unfortunately that won't be possible as i don't have the phone...
messi2050 said:
thank u but unfortunately that won't be possible as i don't have the phone...
Click to expand...
Click to collapse
I can go to git and setup the build environment, I've been following your work and aapav rather closely. I would just need your brain to help me change the ram and cache values and whatever else needs adjusted. Then once finished I could send you the files for upload.
Metabolic12 said:
I can go to git and setup the build environment, I've been following your work and aapav rather closely. I would just need your brain to help me change the ram and cache values and whatever else needs adjusted. Then once finished I could send you the files for upload.
Click to expand...
Click to collapse
Sweet i would like to help, Do you know how to cherry pick commits ?
messi2050 said:
Sweet i would like to help, Do you know how to cherry pick commits ?
Click to expand...
Click to collapse
Request new pull from another repo then another pull into said repo if I'm not mistaken?
Metabolic12 said:
Request new pull from another repo then another pull into said repo if I'm not mistaken?
Click to expand...
Click to collapse
No i meant to cherry pick other developers commits and apply it to your repo ( cherry pick ) if you don't know how to do that i can't help since the most difficult part will be to patch the kernel...
messi2050 said:
No i meant to cherry pick other developers commits and apply it to your repo ( cherry pick ) if you don't know how to do that i can't help since the most difficult part will be to patch the kernel...
Click to expand...
Click to collapse
I think I know what you're explaining. Can you give me a night to refresh my memory on kernel sourcing and setting up the environment? If it's too much for me I won't waste time, I'll just tell you it's out of my league.
Metabolic12 said:
I think I know what you're explaining. Can you give me a night to refresh my memory on kernel sourcing and setting up the environment? If it's too much for me I won't waste time, I'll just tell you it's out of my league.
Click to expand...
Click to collapse
You should check this thread first
https://forum.xda-developers.com/showthread.php?t=1877040
you can start a bounty thread too, i'm sure this way many developers not only me will be interested on doing it

Categories

Resources