[FUTURE]CM 12.1 Discussion for GT-S7562

KlinkOnE

Senior Member
Oct 13, 2013
743
639
123
GDR
Hi,

is it real? I mean built from source?
Then where are the sources?

What do you mean with untested? Then where are the screenshots coming from?

I cant remember having contributed to this project nor i dont think there is a 3.4 kernel for s7562.


Please clarify things a bit before dozens of people flash without thinking.

Thanks
 

_AE_

Senior Member
Dec 19, 2015
766
717
0
Hi,

is it real? I mean built from source?
Then where are the sources?

What do you mean with untested? Then where are the screenshots coming from?

I cant remember having contributed to this project nor i dont think there is a 3.4 kernel for s7562.


Please clarify things a bit before dozens of people flash without thinking.

Thanks
Thanks for replying....can u test this rom...i made it from the tutorial http://forum.xda-developers.com/showthread.php?t=2545618......u said u have s7562 as toy, i think u can test it..pllz reply ...the screenshots are of the port rom....as it is still (based on port rom)....:eek::(:confused::good::crying::cool:
 
Last edited:

balindam bajpai

Senior Member
Sep 2, 2015
181
52
0
lucknow
I am the developer...cant flash it because i dont have another phone at this time thats why....i am just asking @KlinkOnE to test this rom becaz he said he has s7562 as a toy
so i guess we would have to wait for @KlinkOnE to test
btw i dont think u have made any kernel for lollipop then how come u have made this ROM.
leave aside the guide on which u read how to port...
 

kengnatural

Senior Member
May 5, 2011
340
474
0
Istanbul
I am the developer...cant flash it because i dont have another phone at this time thats why....i am just asking @KlinkOnE to test this rom becaz he said he has s7562 as a toy
It is very nice that you are trying to develop a new ROM for our device.
But... You are the developer and you developed your ROM, put for download without even testing it??? Take a full backup of your phone, test and see if it is working. If it boots up and works, try to use it for some time, create a bug list of non-working things share them here too. Otherwise it seems a little bit unserious.
 
Last edited:

_AE_

Senior Member
Dec 19, 2015
766
717
0
It is very nice that you are trying to develop a new ROM for our device.
But... You are the developer and you developed your ROM, put for download without event testing it??? Take a full backup of your phone, test and see if it is working. If it boots up and works, try to use it for some time, create a bug list of non-working things share them here too. Otherwise it seems a little bit unserious.
If i got my DEVICE bricked...then I have no other phone :(
So if any one could test it....:good:
 

billysam

Senior Member
Oct 3, 2014
551
298
0
If i got my DEVICE bricked...then I have no other phone :(
So if any one could test it....:good:
What kernel have you used? did you changed mount points in updater script? from which device have you ported it?

people might treat this device as toy but it doesn't mean they go on flashing anything without any knowledge. it's stupidity.
the most important part of the device is kernel, if it's another device, it will surely brick.

it also need the port device has the same cpu, resolution, ram, camera. shed some light


Mount points in your updater script
mount("ext4", "EMMC", "/dev/block/mmcblk0p16", "/system");

Mount Point of our device system
mount("ext4", "EMMC", "/dev/block/mmcblk0p16", "/system");

fine


mount point of /data in your updater script
mount("ext4", "EMMC", "/dev/block/mmcblk0p7", "/data"); its wrong and will fail upon flash

our device /data mounts on
mount("ext4", "EMMC", "/dev/block/mmcblk0p25", "/data"); this is correct


boot.img point is ok
package_extract_file("boot.img", "/dev/block/mmcblk0p8");

ro.build.version.sdk=04 ? seriously? lollipop 5.1.1 is sdk=22

it's good to be smart, and gain respect. but there are no shortcuts, you didn't even asked any question on the guide thread, you failed to even look closely the important parts, why? because it wasn't on that guide.

No, nobody should flash this on their device. your kernel seems good to go, i checked the mount scripts. maybe its @KlinkOnE cm11 kernel. idk. but it won't brick. you try this yourself, if you want people to thank you and give you credit for it. be brave or learn nicely.
 
Last edited:

Droidriven

Senior Member
Jan 27, 2014
14,717
5,097
253
NC
If i got my DEVICE bricked...then I have no other phone :(
So if any one could test it....:good:
If you bricked your phone then fix it and flash your ROM. If you bricked your device in the process of making this ROM then what makes you think anyone will trust your work? For all they know they'll just brick their phone too just like you did.

ALWAYS thoroughly test a ROM BEFORE posting a ROM thread for it.

Posting it untested in a thread is not how it is done at XDA.

Sent from my SCH-I535 using Tapatalk
 

_AE_

Senior Member
Dec 19, 2015
766
717
0
I used Mighty Boys script and s7582's cm12.1 .....
If it got BRICKED will it get Soft brick or Hard Brick....
 
Last edited:

billysam

Senior Member
Oct 3, 2014
551
298
0
I used Mighty Boys script and s7582's cm12.1 .....
If it got BRICKED will it get Soft brick or Hard Brick....
you didn't even read that guide nicely. geez, s7582 is chipset BCM 28145/28155 and a dual core cortex A-9 ours is single core cortex A-5 on chipset Qualcomm MSM7227A Snapdragon S1. totally different architecture. it's never going to work. please remove this.
 

_AE_

Senior Member
Dec 19, 2015
766
717
0
Last edited: