[FUTURE]CM 12.1 Discussion for GT-S7562 - Samsung Galaxy S Duos

I changed the CM12.1 S7562 to S7562 Discussion
So, lets discuss on CM 12.1 for S7562[FUTURE]...
SONY 2011 devices have got marshmallow and some have the same chipset..you can see the list of same chipset devices here...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Reserved

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

KlinkOnE said:
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
Click to expand...
Click to collapse
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)....:good::crying:

what if i get a bootloop or the phone bricks?

balindam bajpai said:
what if i get a bootloop or the phone bricks?
Click to expand...
Click to collapse
Flash at your own risk...this rom is not tested yet...I am not responsible for any damages...if u point the finger at me for messing your device,i will laugh at you....:good::laugh:

why dont u flash it
u are the developer of the rom @KlinkOnE have u given a thought about it....

balindam bajpai said:
why dont u flash it
u are the developer of the rom @KlinkOnE have u given a thought about it....
Click to expand...
Click to collapse
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

Niko Belic 605 said:
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
Click to expand...
Click to collapse
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...

balindam bajpai said:
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...
Click to expand...
Click to collapse
wait for @KlinkOnE ......:good:

Niko Belic 605 said:
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
Click to expand...
Click to collapse
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.

kengnatural said:
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.
Click to expand...
Click to collapse
If i got my DEVICE bricked...then I have no other phone
So if any one could test it....:good:

Niko Belic 605 said:
If i got my DEVICE bricked...then I have no other phone
So if any one could test it....:good:
Click to expand...
Click to collapse
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.

Niko Belic 605 said:
If i got my DEVICE bricked...then I have no other phone
So if any one could test it....:good:
Click to expand...
Click to collapse
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

It does not even flash as after fixing mounting points it fails at 80%.

alexanderq said:
It does not even flash as after fixing mounting points it fails at 80%.
Click to expand...
Click to collapse
Change the updater script and flash it again....:good::thumbup:

I used Mighty Boys script and s7582's cm12.1 .....
If it got BRICKED will it get Soft brick or Hard Brick....

Niko Belic 605 said:
I used Mighty Boys script and s7582's cm12.1 .....
If it got BRICKED will it get Soft brick or Hard Brick....
Click to expand...
Click to collapse
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.

billysam said:
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.
Click to expand...
Click to collapse
Check out this http://www.smartprix.com/mobiles/sa...g_galaxy_s_duos_2_s7582-c2179_1101od5yknw.php
Theres not much difference in the link

Niko Belic 605 said:
Check out this http://www.smartprix.com/mobiles/sa...g_galaxy_s_duos_2_s7582-c2179_1101od5yknw.php
Theres not much difference in the link
Click to expand...
Click to collapse
This is ridiculous that developer is afraid to test his ROM. If the screenshots are real may be after some script updation CM 12.1 really works on our device. Waiting for KilnkOne's expert opinion

Related

[CM7][V5][KERNEL-v3] Updated :)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thanks to ~pneuma (deviantart)
I managed to build CM7.
There going to be almost nothing to be work, with luck it boots
Read the disclaimer
Netchip is not responsible for damage caused by the kernel and / or device.
If you encounter problems using this kernel, in what a way, I am not responsible.
You flashed the kernel, it is your responsibility.
This kernel is very very unstable, and not tested
Click to expand...
Click to collapse
Read carefully the instructions on samfirmware for updating/downgrading bootloaders
Backup also your EFS partition
Install instructions:
[COLOR="Red"Install froyo, with repartition and bootloader update.
Then install Skins CWM original.
Then do a wipe.
The last thing is install CM7 [/COLOR]
[URL="http://www.multiupload.com/YKHA10OX5T"]Download[/URL]
Enjoy
SOURCE CODE
Developers
Netchip
bangalorerohan
crazbanditz
amit.bagaria
blala
Testlist
voit
albs
quan815
If you like it to be added, PM me.
For testers
Install ADB, check here: ADB
And then install this test kernel via Odin, the kernel is not tested because bla bla bla.
If this test kernel works on stock firmware, and you can use logcat by the boot, you can install my CM7.
If there are issues logcat them
For developers
If you like it to help me, build a standard samsung kernel, update1 source.
Get it booted, and get CWM working, if you have FULL working CWM, push it to github and send a pull request to my repo.
I can use it, also give instructions.
Cyanogenmod 7, you can build it, if you get it working, do a pull request to my repo on github!
Netchip
netchip said:
Hello,
I like it to TRY to port CM7.
But I need some info for lagfixes and CWM.
How it is setup, etc ...
I paste it into my source code and port a lot of thingies from i9000 to i9003.
And yes, Im able to do that also with the i9001.
But the problem is, I dont have this info
I dont do all work over again.
Netchip
Click to expand...
Click to collapse
1. we don't use lagfixes. We have CWM with ext4 filesystem support (the stock kernels don't support it).
1.1. with help of ex4-format.zip update we can format system partitions (applying it with CWM)
1.2. with help of nandroid backup we can restore previously backed up files to the ext4 filesystem and have work system with ext4 partitions
2. We have CWM. But it's not official. It's created by Skin1980. Because we can't sign update.zip with valid signature, he creates .tar files with normalboot.img to give users just flash this file by odin and have CWM at our device. But because of it we need 1 tar file per each ROM we have.
If you have questions ask them. For now I'm also trying to compile CM7 to our device, but I have some questions about installing test environment (because I'm afraid to flash untested ROM and make my phone hard bricked). I don't know how to set it up
Great dude...really thanx for ur help.
We dont use lagfix. We use cf-root which includes CWM and tweaks under it which is created by senior member skin. As per ur requirement here is link.
forum.xda-developers.com/showthread.php?t=1201062
vishal24387 said:
Great dude...really thanx for ur help.
We dont use lagfix. We use cf-root which includes CWM and tweaks under it which is created by senior member skin. As per ur requirement here is link.
forum.xda-developers.com/showthread.php?t=1201062
Click to expand...
Click to collapse
Hey,
I have read your comments, but the point is.
How do you convert to ext4?
And added it into the sourcecode of CWM?
Also, how have you made normalboot.img?
But I have found the recovery.fstab, if someone can tell me whats is the size of the bootpartition, I can build CM7
Sory dude but i dont have knowledge about normalboot.img. I will tell other members to give that info to u.
netchip said:
Hello,
I like it to TRY to port CM7.
But I need some info for lagfixes and CWM.
How it is setup, etc ...
I paste it into my source code and port a lot of thingies from i9000 to i9003.
And yes, Im able to do that also with the i9001.
But the problem is, I dont have this info
I dont do all work over again.
Netchip
Click to expand...
Click to collapse
I'm really happy someone took an initiative , I would worship you if I port cm7 to our phone
Sent from my GT-I9003 using XDA App
kernel config:
CONFIG_EXT4_FS=y
CONFIG_EXT4_FS_XATTR=y
CONFIG_LBDAF=y
to enable EXT4
dont know much found on another site
I think you can contact skin1980 or amit.bagaria.
Tehy are teh experienced devs! And sure thanks, for the initiative!
bangalorerohan said:
I think you can contact skin1980 or amit.bagaria.
Tehy are teh experienced devs! And sure thanks, for the initiative!
Click to expand...
Click to collapse
Im now updating my source with tha very last
You can expect my own kernel first, but thats in a few hours.
And then, if it works, I release CM7
But keep in mind, I dont have this device .
netchip said:
Im now updating my source with tha very last
You can expect my own kernel first, but thats in a few hours.
And then, if it works, I release CM7
But keep in mind, I dont have this device .
Click to expand...
Click to collapse
Dont worry,Bro..You do it ,we test it.Thanks for your effort to port it to I9003 even you don't have this device
netchip said:
Im now updating my source with tha very last
You can expect my own kernel first, but thats in a few hours.
And then, if it works, I release CM7
But keep in mind, I dont have this device .
Click to expand...
Click to collapse
Ready to test
Sent from my GT-I9003 using XDA App
People.nw pls dnt flood tis thread with +1s and ready to test posts.
I mean , Evry1 obv supports tis initiative and evry1 is excited and wants to help.and test. Bt pls dnt flood tis thread with such posts.
I have my build system up and running
netchip said:
I have my build system up and running
Click to expand...
Click to collapse
what you mean?
Oh wow...u are really superfast dude. Can u give us some screenshots? Have u made custom kernal for that?
netchip said:
I have my build system up and running
Click to expand...
Click to collapse
Can you give us the link so we can check and give feedback
netchip said:
I have my build system up and running
Click to expand...
Click to collapse
Lol guys, I meqn my PC with the environment for building CM and yes I will give you screenshot and link if ai come home
Sent from my GT-I9100 using XDA App
netchip said:
Lol guys, I meqn my PC with the environment for building CM and yes I will give you screenshot and link if ai come home
Sent from my GT-I9100 using XDA App
Click to expand...
Click to collapse
Thank you for taking the initiative to port CM for i9003.. We'll be sure to test and give feedback about it and will try to help anyway i can
Sent from my GT-I9003 using xda premium
Highly appreciate this move, If all goes well, then its great. But we will lend a helping hand as much as we can netchip.
Yes.. Netchip will be needing our support for this.. And give him a trust that he can make it although he not owning this phone.. For all devs and testers of this phone.. We will hoping your cooperation to make this cm7 a success..
Sent from my GT-I9003 using xda premium

[KERNEL][GB] Kyorakernel for Galaxy SL

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Seeing everyone has demanded it (well not demanded, but asked politely), it's time for me to bring my legendary kernel to the Galaxy SL.
Features
Busybox
ADB root
LZMA compressed
Credits
dhiru1602 for his work to date with the Latona
Source Code
https://github.com/hillbeast/Kyorakernel-SL
Changelog
Coming soon
Download Links
Coming soon
Guides
Coming soon
Full Feature List
Coming soon
This mean u are going to backport some 3.0 features or u are just going to compile a normal 2.6 kernel for i9003?
OT: Again and again: thanks hillbeast in the name of almost every xda-developers
simbita said:
Works it with CM9?
Click to expand...
Click to collapse
Not yet. I'm just getting it to work before I start supporting CM9 and all that.
Wucaiting said:
sorry
Sent from my GT-I9003 using xda app-developers app
Click to expand...
Click to collapse
I'm really a terrible teacher. If people want to learn kernel development, I'm not the best teacher. I lack the effort, can't explain stuff right, and I'm too busy in my personal life to dedicate myself to teaching people. Sorry.
luiseteyo said:
This mean u are going to backport some 3.0 features or u are just going to compile a normal 2.6 kernel for i9003?
OT: Again and again: thanks hillbeast in the name of almost every xda-developers
Click to expand...
Click to collapse
Both. It's going to be a normal 2.6 kernel, but it's going to get tuned up over time. It's usable for people right now, but I'd call this a stock kernel in it's current state.
If anyone wants to know what I'm working on, I'm working on MTD for this kernel.
This is the current status:
Code:
[ 4.945831] Muxed OneNAND 512MB 1.8V 16-bit (0x50)
[ 4.950927] OneNAND version = 0x0242
[ 4.955993] Scanning device for bad blocks
[ 4.960266] onenand_bbt_read_oob: from = 0x00000000, len = 2
[ 4.966247] onenand_bbt_wait: read timeout! ctrl=0x0400 intr=0x8000
[ 4.972808] onenand_scan_bbt: Can't scan flash and build the RAM-based BBT
[ 4.980255] OneNAND driver initializing
That's it trying to start the OneNAND, and I'm pretty sure that's right. It is a 512MB OneNAND and I haven't had to tell it that so it figured it out by itself. I just need to figure out why it's not able to read it. Apart from that, this is good progress considering I only just started.
If you can get it to work properly on the value packs that would be great. The older universal kernels have bugs such as wifi errors and random reboots, even though I still face wifi errors on the stock kernel(because of root? I have no idea)
Sent from my GT-I9003 using xda app-developers app
bscraze said:
If you can get it to work properly on the value packs that would be great. The older universal kernels have bugs such as wifi errors and random reboots, even though I still face wifi errors on the stock kernel(because of root? I have no idea)
Sent from my GT-I9003 using xda app-developers app
Click to expand...
Click to collapse
The WiFi issues are caused by modmagic. The WiFi drivers are supplied in /system/lib and are paired to a kernel. It would be a matter of taking a paired dhd.ko and putting it in the kernel itself rather than in the /system.
bscraze said:
If you can get it to work properly on the value packs that would be great. The older universal kernels have bugs such as wifi errors and random reboots, even though I still face wifi errors on the stock kernel(because of root? I have no idea)
Sent from my GT-I9003 using xda app-developers app
Click to expand...
Click to collapse
Ya all the kernel in present situation are based on xxkpq sources having universal feature. But on value packs like XXLF2, DDLF2 etc these universal kernel dont work properly & have errors like above said.
reserved. after this hoping for kyorarom if possible.
hillbeast said:
The WiFi issues are caused by modmagic. The WiFi drivers are supplied in /system/lib and are paired to a kernel. It would be a matter of taking a paired dhd.ko and putting it in the kernel itself rather than in the /system.
Click to expand...
Click to collapse
speaking of wifi issues, may/can you make it work on posidon rom? because other GB kernels seems to have alot of issues with wifi and other stuff.... (xxkpq)
Wahaha123 said:
speaking of wifi issues, may/can you make it work on posidon rom? because other GB kernels seems to have alot of issues with wifi and other stuff.... (xxkpq)
Click to expand...
Click to collapse
I can try. I want to get MTD working first. I think I just have an address wrong somewhere. I need to find where these are set for OMAP. I know where they are in Samsung Hummingbird/S5P/Exynos, but not OMAP.
ggclanlord said:
Subscribed.
Click to expand...
Click to collapse
u didnt hav to say that lol
@hillbeast- thanks for ur contribution here are a little of my experiences with this phone.. oc more than 1.2 ghz causes problems for camera n video recording and its not advisable .. even underclocking leads to sod at times although not always(based on uk kernels) ... and since u specialize in kernels.. c if u can get gpu oc to work.. most said it isnt possible n it wasnt working ... all the best sir m not demanding anything
cukierkas said:
Willing the best!
By what points your kernel will be better than current ones? Just asking
Sent from my GT-I9003 using xda app-developers app
Click to expand...
Click to collapse
For that you'll have to wait and watch.
There were requests from senior members in other thread for features that weren't available on current kernels. I guess that's what prompted Hillbeast to create this kernel for this device. Also, I guess in developing this kernel, he might find out what exactly is going wrong with 3.x and we might get both working.
o0Arthas0o said:
I just have a piece of advice.How about include exFAT support in your kernel.It can improve the speed of SDCARD
Click to expand...
Click to collapse
I can try, but the problem there is the same as adding NTFS support to the SD card. I did it in G3MOD and it worked, but Android itself couldn't read the SD card because vold didn't know how to handle it.
BassBlaster said:
I don't think mtd supports exfat
Click to expand...
Click to collapse
MTD is for the OneNAND. The memory card uses standard Linux MMC drivers.
Thread cleaned extensively, let's keep on topic please, and avoid the little, "thanks", "subscribed", and eta posts.
Thanks
hi
how to flash it? and where is the tar file? i need stock kernel please. my menu and back button sensor not working.. TIA
Before Hillbeast and others got mad at you please try cf-root heres the link http://forum.xda-developers.com/showthread.php?t=1351056 download bagaria.tar. Questions should not be posted in dev. area.
francisac3 said:
how to flash it? and where is the tar file? i need stock kernel please. my menu and back button sensor not working.. TIA
Click to expand...
Click to collapse
Download Ubuntu 64-bit and install it on your computer
Download the build tools and git-core
Clone my GIT repository linked on the first page
Compile the kernel
Flash the output TAR
There is no download link. I don't see the kernel as being ready to be released to public.

Stock Rom Mod for Tecno n3s.

Hi guys. am sorry for not posting the link to the rom in the old thread. but i will be posting it here.
i would like to thank badest Modz for most of the work is done by them. all i did was to make a few changes in their rom. to fit the single sim tecno n3s. i also added some of my stuff in the rom. i tried to make it look like ics. am on an active project to port Ics from tecno l3. a close neighbour of our phone. hope u will like it. ive also posted screenshots. :laugh::laugh::laugh: please dont read my messages. i made a screenshot of the messaging app. i dont give a damn though.. by the way this rom is in active development. not giving up although i have a tight schedule.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
here is the link. Download
Post your work here: Miscellaneous Android Development
Installation aborted. Please help as I would like to restock my N3s.
mosbos said:
Installation aborted. Please help as I would like to restock my N3s.
Click to expand...
Click to collapse
is it the rom i posted that fails?
Yes it is unfortunately
Griffins_Oringo said:
is it the rom i posted that fails?
Click to expand...
Click to collapse
mosbos said:
Yes it is unfortunately
Click to expand...
Click to collapse
lemme work on that. ill post an answer later.
Griffins_Oringo said:
lemme work on that. ill post an answer later.
Click to expand...
Click to collapse
Any new developments brother, can't wait to install on my tecno N3S
stevelexx said:
Any new developments brother, can't wait to install on my tecno N3S
Click to expand...
Click to collapse
cant wait to restore my tecno n3s
stevelexx said:
Any new developments brother, can't wait to install on my tecno N3S
Click to expand...
Click to collapse
hey bro..the rom is actually working..just extract it into a new folder,then put a boot image in that folder then zip it again,,.reboot into recovery mode and install zip from sd card,,.my tecno n3s is running like a baby now...kudos
jkamz said:
hey bro..the rom is actually working..just extract it into a new folder,then put a boot image in that folder then zip it again,,.reboot into recovery mode and install zip from sd card,,.my tecno n3s is running like a baby now...kudos
Click to expand...
Click to collapse
thaxx for the reply, can see it has been removed on dropbox, kindly upload for me then i can download it if you don't mind. thaxx in advance bro
stevelexx said:
thaxx for the reply, can see it has been removed on dropbox, kindly upload for me then i can download it if you don't mind. thaxx in advance bro
Click to expand...
Click to collapse
ok,,,i will send you a link
:cyclops:hit thnx
Guyz av updated the link everything is now working. the rom flashes properly and av made a few changes. still on active development am working on the dialler and contacts. those application suck. will upload the new versions when through.
Griffins_Oringo said:
Guyz av updated the link everything is now working. the rom flashes properly and av made a few changes. still on active development am working on the dialler and contacts. those application suck. will upload the new versions when through.
Click to expand...
Click to collapse
which changes did you make?,,i fear bricking my n3s again mahn
jkamz said:
which changes did you make?,,i fear bricking my n3s again mahn
Click to expand...
Click to collapse
on the framework bit. no bricking again. i double checked the file b4 uploading
jkamz said:
which changes did you make?,,i fear bricking my n3s again mahn
Click to expand...
Click to collapse
Jkams si thot it works okay ama, anyway Griffins_Oringo kindly work on dialpad to ics... we would also welcome a JB mod.. thanks guys
Help me!
Bro, how you changed the rom to adapt to 1 sim?
Please help!
sag27 said:
Bro, how you changed the rom to adapt to 1 sim?
Please help!
Click to expand...
Click to collapse
ported it. i extrated my nandroid back up. played around with the files. which phone do u want to port?
Blu dash 3.5
Griffins_Oringo said:
ported it. i extrated my nandroid back up. played around with the files. which phone do u want to port?
Click to expand...
Click to collapse
is the blu dash 3.5 D160 (1 sim)(nandroid backup), I have a copy of the dash 3.5 mokee os (CM) for d170 (2 sim), any idea that library/apk modify?
PLS wat OS is ur rom runing..is it d same 2.3.5 or 4.xx
please I need the stock rom for Tecno Phantom n9 pad. my pad got bricked after an installation went bad. now it doesnt come on again, no matter how long it stays charging! even sent it to carlcare in abuja and its been over a month now yet to meaningful response from them. I think its best I took matters into my own hands and see if I can do it myself cause the carlcare guys have shown how incompetent and unreliable they just are!

[Some Required Basebands] [GT-S7562] [CWM]

You Know,Members,you should flash required stock roms bofore flashing CWM and PMP
AnyWay,for those that want download them(sorry mohitash,some links of your required basebands are dead !)
Download S7562DDBMD1
Download S7562DDBMJ1
Download S7562DDBMG1
Click to expand...
Click to collapse
Another Downloads:
CWM:
Download
Click to expand...
Click to collapse
Don't Forget to pres The thx button
How to Flash CWM ON Your GT-S7562 ?
1.Reboot your phone into download mode(PowerOff,then Vol.Down+Home+Power)
2.Connect your USB into pc
3.Open ODIN :
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
4.make sure that only ResetTime and AutoReboot Are Checked !
5.Press PDA Then select the twrp file:
6.Press START then wait it until it finishes :
7.Reboot
8.EnJoY the power of CWM! in your S7562 !
Any Questions ?
u r using ba 2x kernel which js for ace 2 for galaxy s duos
.rootCoder. said:
Any Questions ?
Click to expand...
Click to collapse
Is TWRP compiled from you for GT-S7562?
KlinkOnE said:
Is TWRP compiled from you for GT-S7562?
Click to expand...
Click to collapse
Sorry Mate...
This thread's only for some required basebands for some roms and for CWM
25vikasp said:
u r using ba 2x kernel which js for ace 2 for galaxy s duos
Click to expand...
Click to collapse
YuP Mate,i do
and i'm getting about 5000pts~5100pts in Antutu
Where exactly are your sources for TWRP? Just curious... Also, how did you get my BA2X 2.0 kernel working on an S Duos (more importantly, with Wi-Fi working)
.rootCoder. said:
YuP Mate,i do
and i'm getting about 5000pts~5100pts in Antutu
Click to expand...
Click to collapse
Can u share the exact link for that kernel which u used.I think cosmic Rom uses same kernel may be. Between
http://forum.xda-developers.com/showthread.php?t=2458643
See this post enable ripple effect on ics have u tried mate.I am trying but I got errors while recomp apk.the modded apk is less in size than the original one.thanks
Sent from my GT-S7562 modded ics 1.2 ghz using Tapatalk 2
25vikasp said:
Can u share the exact link for that kernel which u used.I think cosmic Rom uses same kernel may be. Between
http://forum.xda-developers.com/showthread.php?t=2458643
See this post enable ripple effect on ics have u tried mate.I am trying but I got errors while recomp apk.the modded apk is less in size than the original one.thanks
Sent from my GT-S7562 modded ics 1.2 ghz using Tapatalk 2
Click to expand...
Click to collapse
Curruntly tested kernels:
-My Own Optimised BA2X 2.0 KERNEL
-KyleOpen Kernel V5
----- ------- -------- ---------
-BreakFast kernels may work (coz they are based on cheatman's kernel) Just give it a try !
-OC1 Kernel may work !
Codename13 said:
Where exactly are your sources for TWRP? Just curious... Also, how did you get my BA2X 2.0 kernel working on an S Duos (more importantly, with Wi-Fi working)
Click to expand...
Click to collapse
Thx Codename13 for your original work
Without you...my work is NoThing
I'll add you to the credits
.rootCoder. said:
Thx Codename13 for your original work
Without you...my work is NoThing
I'll add you to the credits
Click to expand...
Click to collapse
Are you telling me that you took my work and packaged it as your own, taking all the credit for yourself? Did you even compile from source or just take my already compiled TWRP? Either way, I demand that you take down this thread or I'll be forced to report you. You're violating rule number 12 on XDA - using the work of others. If you had contacted me prior to creating this thread I may have let you use my work. But not now, because you didn't credit anyone but yourself in the first place! I repeat, take down this thread you fraud. I am seriously offended because I worked for many hours to get TWRP working. It's a real shame. If you want to keep TWRP in your signature, at least have it link to my initial post about my release of TWRP. I hope you have learned a lesson.
Codename13 said:
Are you telling me that you took my work and packaged it as your own, taking all the credit for yourself? Did you even compile from source or just take my already compiled TWRP? Either way, I demand that you take down this thread or I'll be forced to report you. You're violating rule number 12 on XDA - using the work of others. If you had contacted me prior to creating this thread I may have let you use my work. But not now, because you didn't credit anyone but yourself in the first place! I repeat, take down this thread you fraud. I am seriously offended because I worked for many hours to get TWRP working. It's a real shame. If you want to keep TWRP in your signature, at least have it link to my initial post about my release of TWRP. I hope you have learned a lesson.
Click to expand...
Click to collapse
Plz see the credits section agin :angel:
Codename13 said:
Are you telling me that you took my work and packaged it as your own, taking all the credit for yourself? Did you even compile from source or just take my already compiled TWRP? Either way, I demand that you take down this thread or I'll be forced to report you. You're violating rule number 12 on XDA - using the work of others. If you had contacted me prior to creating this thread I may have let you use my work. But not now, because you didn't credit anyone but yourself in the first place! I repeat, take down this thread you fraud. I am seriously offended because I worked for many hours to get TWRP working. It's a real shame. If you want to keep TWRP in your signature, at least have it link to my initial post about my release of TWRP. I hope you have learned a lesson.
Click to expand...
Click to collapse
OK , Now ?
25vikasp said:
Can u share the exact link for that kernel which u used.I think cosmic Rom uses same kernel may be. Between
http://forum.xda-developers.com/showthread.php?t=2458643
See this post enable ripple effect on ics have u tried mate.I am trying but I got errors while recomp apk.the modded apk is less in size than the original one.thanks
Sent from my GT-S7562 modded ics 1.2 ghz using Tapatalk 2
Click to expand...
Click to collapse
see : This...
C'mon , Members !
40+ Downloads And No Thanks In The Original Post ?
.rootCoder. said:
40+ Downloads And No Thanks In The Original Post ?
Click to expand...
Click to collapse
You still don't deserve the thanks. You're a senior member so you should know not to use someone's work without their permission. I still want you to delete this thread. You stole my work originally. I don't care that I'm not bring credited. I do care, however, that you're using the work as if it's your own, that you stole it. If you want to share my TWRP with others, keep it as a link in your signature like mine, or make an All-In-One FAQ thread for the S Duos.
EDIT - Also do the same for your thread about my BA2X 2.0 kernel or else I'll reject you the permissions to use my work in your upcoming ROM, and I'll report you. Somebody oughta teach you respect. It's not just praise.
.rootCoder. said:
Don't woory..just try it
but it's BUGGY!...so be careful !
Click to expand...
Click to collapse
Oh I am not worried about flashing this because I would never flash something I dont know nothing about. Think about what you are doing and stop spreading this allover every S Duos Thread existing.
Sent from my GT-P3110 using xda app-developers app
Codename13 said:
You still don't deserve the thanks. You're a senior member so you should know not to use someone's work without their permission. I still want you to delete this thread. You stole my work originally. I don't care that I'm not bring credited. I do care, however, that you're using the work as if it's your own, that you stole it. If you want to share my TWRP with others, keep it as a link in your signature like mine, or make an All-In-One FAQ thread for the S Duos.
EDIT - Also do the same for your thread about my BA2X 2.0 kernel or else I'll reject you the permissions to use my work in your upcoming ROM, and I'll report you. Somebody oughta teach you respect. It's not just praise.
Click to expand...
Click to collapse
Now the thread is fully modified(TWRP/BA2X removed)
is that ok ?
KlinkOnE said:
Oh I am not worried about flashing this because I would never flash something I dont know nothing about. Think about what you are doing and stop spreading this allover every S Duos Thread existing.
Sent from my GT-P3110 using xda app-developers app
Click to expand...
Click to collapse
yup mate
i did it
now the thread is fully modified....

[HELP] PORT MIUI v7 to Samsung Galaxy Core 2 SM-G355M/H

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Guys, i have been try to port MIUI v7 4.4.4 KitKat to Core 2, but my device stuck in the manufacturer logo (Samsung), i don't know if it's a wrong port of the ROM, or a wrong Kernel port.
The first port i made was from Mito A75, and then from Moto E, In both cases i follow this guide: PORT MIUI
If anyone can help me, please PM me:
@Ih24n
@doesntexits
I attach my kernel for you to take a look
EDIT: Also if MIUI 7 can't be port but MIUI 6 can be port, you are welcome to help me
@FedericoPeranzi why you not try to use method 1 which use patchrom . but the big problem is will a lot of smalis rejected and you must fix one by one.
Ih24n said:
@FedericoPeranzi why you not try to use method 1 which use patchrom . but the big problem is will a lot of smalis rejected and you must fix one by one.
Click to expand...
Click to collapse
Couse i never PORT a rom using that method, and when i try the first method, i have a lot of errors on Ubuntu, so i think you are the man for the job, also i will help, but a don't have a lot of Knowledge
FedericoPeranzi said:
Couse i never PORT a rom using that method, and when i try the first method, i have a lot of errors on Ubuntu, so i think you are the man for the job, also i will help, but a don't have a lot of Knowledge
Click to expand...
Click to collapse
I already try but yes more than 250 smali rejected
Ih24n said:
I already try but yes more than 250 smali rejected
Click to expand...
Click to collapse
So for now no MIUI, i think maybe you can port the CM 12.1 form Samsung Galaxy Ace 4
FedericoPeranzi said:
So for now no MIUI, i think maybe you can port the CM 12.1 form Samsung Galaxy Ace 4
Click to expand...
Click to collapse
Yes I have planning to port CM12.1 from Galaxy V by @doesntexits
Ih24n said:
Yes I have planning to port CM12.1 from Galaxy V by @doesntexits
Click to expand...
Click to collapse
We got CM13 already, but bugs
doesntexits said:
We got CM13 already, but bugs
Click to expand...
Click to collapse
Pfff you an ngoquang awesome :v .
you and ngoquang is the best featuring .. I hope in Core 2 will appear someone like ngoquang . And can I port CM12 from V to my Core 2 (ask permission).?
Ih24n said:
Pfff you an ngoquang awesome :v .
you and ngoquang is the best featuring .. I hope in Core 2 will appear someone like ngoquang . And can I port CM12 from V to my Core 2 (ask permission).?
Click to expand...
Click to collapse
Oh, sure, you can, but blobs replacing needed
And I hope someone like him will do for Core Prime too, because that's one of the phones I like, but I still don't have it yet
doesntexits said:
Oh, sure, you can, but blobs replacing needed
And I hope someone like him will do for Core Prime too, because that's one of the phones I like, but I still don't have it yet
Click to expand...
Click to collapse
Wkwkwk ok will do experiment .
Wkwkek core prime have spreadtrum chipset ?? And are you move to core prime?
@FedericoPeranzi I will ask you.
Are you want MIUI 6 ??
What will you do if when patch CM11 to get MIUI then you get more than 250 smalis rejected??
@Ih24n I think it was more "easy" to port it, andi think if a edit the CM11 kernel it was work, i was wrong
FedericoPeranzi said:
@Ih24n I think it was more "easy" to port it, andi think if a edit the CM11 kernel it was work, i was wrong
Click to expand...
Click to collapse
Emmm are you cannot edit the kernel?
Ih24n said:
Emmm are you cannot edit the kernel?
Click to expand...
Click to collapse
I try like 6 times, and stuck in the manufacturer logo i follow 3 guides, and edit the ramdisk line by line, and nothing happend
Try use another port rom.
Ih24n said:
Try use another port rom.
Click to expand...
Click to collapse
I already use 3 from Moto E, I don't have more ideas
FedericoPeranzi said:
I already use 3 from Moto E, I don't have more ideas
Click to expand...
Click to collapse
wkwkwk yo must try and try again.
Yeeees
I like miui 7:3
Best rom for core 2.
P.s
Russian group (4pda) ported miui 5
And its rom go on SGC2 , but have not big bugs.
Removed. Will switch to XDA thread.
will clean up my post for apply something.
@k1nder1232
---------- Post added at 06:21 PM ---------- Previous post was at 06:20 PM ----------
[/COLOR @k1nder1232

Categories

Resources