problem with Wiko Sunset after flashing kernel - Android Q&A, Help & Troubleshooting

Hi,
I am a new user and I have a problem flashing kernel to my phone;I have a Wiko Sunset Phone:
Hardware : MT6572
Model : SUNSET
Build number : ALPS.KK1.MP6.V1
Build date UTC : 20150316-123627
Android v : 4.4.2
Baseband v: MOLY.WR8.W1315.MD.WG.MP.V36, 2014/03/29 17:48
Kernel v : 3.4.67 ([email protected]) (gcc version 4.7 (GCC) ) #1 SMP Mon Mar 16 20:33:28 CST 2015
I have recompiled kernel present in package SUNSET_OpenSource56465.zip with the command: ./mk wiko n k;the kernel is compiled without error but when I flash it, the phone display a white screen and then reboot continuously;I'm using as ramdisk that present in stock firmware
Any idea?
Thank you

Hello Biasi,
Your kernel work with little modification :
{
"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"
}
Let me 10 min to go home, i will explain you what i do.
Bye
PS : it's not very good to build as root but it's not the problem

Biasi,
I found a bug in MTKIMG, i try to repack your kernel and the Sunset reboot continously, so i try to repack my own compiler kernel "kernel_wiko.bin" and Arg...:crying: Sunset reboot continously too.... But i run my own kernel for a while so i'm very confused !
So I remove the MTK header of my kernel and YipHa, Sunset boot is OK , i do the same with your kernel, and hurray, Suset boot OK too !
Here is the detailled procedure :
I dump my ROM with SPFlashTools
I unpack my original boot.img with MTKIMG
Code:
./mtkimg.exe unpack myboot.img
I copy/paste your kernel "kernel_wiko.bin" in to the directory
I remove the first 512 bytes (MTK header)
I repack the boot.img with MTKIMG
Code:
./mtkimg.exe repack boot.img -k kernel_wiko.bin
I reflash only the boot partition with the new boot.img
The Sunset boot well, enjoy !
This mean MTKIMG not handle well a kernel that already got MTK header but handle well a "Linux ARM zImage".
Thanks to point me this problem, i will investigate and correct the MTKIMG immediately.
Could you try to repack your kernel with the zImage directly not the kernel_wiko.bin (zImage is in you OBJ directory of your kernel build tree i dont remember the exact directory name) and let me know if this work.
Hop this help

I have repacked my kernel following your instructions and then flashed it with SP Flash Tool but the phone continue to reboot;can you attach your boot.img with my kernel? so I try it on my phone

Ok i will do now

Here you can find :
Your kernel without MTK header
View attachment biasi_kernel_without_header.zip
Working boot.img packed with your kernel
View attachment biasi_kernel_boot_img.zip
Hop this help
PS1 : Don't forget to click on Thanks button on my post(s)
PS: What mean "mao1" ?

I flashed it but phone continue to reboot with a white screen,very strange.
I'm using SPFlashTool 5.1516 to flash the boot.img
mao1 is a short name of invention that I have assigned to my development server

I use SPFlashTool v5.1516 too.
Did you flash only the BOOTIMG partition or the wall ROM ?
What is the version of your actual ROM ? (Wiko parameters version sucks, enter to phone : *#563412*# to get right version).
My Sunset come with V11 (4.4.2) after i download the offical ROM on Wikomobile site and flash it, i'm now on V17 (4.4.2).
I see uboot difference, preloader, etc... Be sure the rest of your ROM is in V17 accordly to your kernel build

I forgot to update firmware to new version, I did not know that it was necessary for kernel flash thanks a lot and sorry if I wasted your time
now I'm downloading the update and I'll tell you something as soon as I finished

No problem for time, you help me to find a bug in MTKIMG
And dont forget to dump your original ROM (SPFlashTool do it well)
Exemple of the "version suck" on Wiko, this is the same Sunset without modification :
From parameters :
From *#563412*# call
PS: In my country MAO mean "Music assisted by computer" so i think you are a music composer

Ok,
I correct the bug on MTKIMG, now you can repack a kernel and ramdisk with or without MTK header.
Could your try the MTKIMG V0.42 and tell me in the official thread (http://forum.xda-developers.com/android/development/tools-unpack-repack-boot-img-utility-t3154621) if all work correctly now ?
Thanks in advance

I had the version 15 before the update
now I have update to 17 and I have flashed kernel but continue to reboot with white image :crying:

Did you try the "biasi_kernel_boot_img.zip" from previous post ?
Did you do a wipe cache and wipe data ?
Could you post the scatter file you use ?

I tried to flash "biasi_kernel_boot_img.zip" and to do wipe cache and wipe data but with no success

Your scatter file is strictly identical of my scatter file.
I repack your kernel_wiko.bin with MTKIMG 0.42 and it work well !
Try this :
1 - Reflash the whole official ROM partition V17
2 - Be sure Sunset boot OK
3 - Load the scatter into SpFlashTool
4 - Uncheck ALL except BOOTIMG partition
5 - UNZIP biasi_kernel_boot_img.zip
6 - Click on the file at right of BOOTIMG, offset, etc... and be sure biasi_kernel_boot.img is selected
7 - Click on download
8 - Plug our cable
9 - Wait for transfet
10 - unplug the cable
11 - Check if it's boot
I will do exactly the same procedure now and i tell you the result
---------- Post added at 03:14 ---------- Previous post was at 03:04 ----------
Whole official ROM flashed : Kernel version 3.4.67 [email protected] #1 Wed Apr 22 14:44:08 CST 2015
I will flash the biasi_kernel_boot.img only and let you known...

All is OK !
Sunset boot OK !
I'm going to sleep, it's 3n28 in my country, i'm tired and have no more idea for instance.
Try to unpack your working boot.img and repack it with MTKIMG 0.42, if the boot is ok, replace with your kernel_wiko.bin and repack. This ensure you there is no ID verification/collision or something like that... (Be sure you use V0.42)

I have done the same procedure with no success;now I go to sleep and tomorrow I will continue to debug the problem
thanks for your help

Ok, i will take a look here tomorrow, and i sleep on it

I have formatted the whole flash and then I have flashed the preload.bin,lk.bin and boot.img but the phone continue to reboot
Can you attach your preload.bin (PRELOADER) and lk.bin (UBOOT)?

Hello Biasi,
Here is the uboot and preloader.
View attachment lk.zip
View attachment preloader_wiko.zip
Are you electronic hackers ? Did you have a RS232 to USB converter (3V3) ?
On Sunset, if you unmount you can find TX/RX and TX2/RX2 pin easily available.
You can plug adaptor on TX and see uboot logs in real time and what append during boot.
Courrage

Related

[ROM]Ultimate-FXP_by_R-ik[Do you like speed?]

HERE is my first ROM developpement​
it's a MOD of FXP042 cyanogen 7.1 and [email protected] UI from jasonstein​
SCREENSHOTS:
{
"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"
}
ROM:
V001: released
Changelog:
V001:
New UI from [email protected]
FXP Cyanogen7 as base
fixed sensor
reworked some lib files
added stock se camera now work!!!
more SE apps and widget (timescape; photowidget;...)
nice and fast (without bug)
Working:- all except CM7camera (to be reported) but stock se camera work
Not working:- to be reported
DOWNLOAD HERE:http://www.mediafire.com/?qeac7va1etfzbh1[/B]
CREDITS:
- FXP team (for the BIG work they did)
- jasonstein (for nice UI)
- joe from "phonandroid" for his Really good tutorial
If you like my work just hit thanks button!
Instruction:
read carefully theses information; i'm not responsive if you brick your phone or anything else
UNLOCK BOOTLOADER go here it is really easy:http://www.phonandroid.com/forum/deverrouiller-le-bootloader-t4303.html
Flash the latest 2.3.4 in flashtool
download >>>this kernel<<<then place it in root of your hard drive EX. C:\
enter in fastboot mode and type this adb command fastboot flash boot C:\boot.img
Go into clockworkmod by pressing volume key down when you start the phone
wipe dalvik cache wipe cache and wipe data
then go "into custom zip" then "choose custom zip from sdcard" and flash the above file
Flash Doomkernel for better X-perience
enjoy ultimate ROM by me
[reserved again]
i like that there are more roms coming for neo,
but why it this better than stock rom? only because the black theme?
Marcell96 said:
i like that there are more roms coming for neo,
but why it this better than stock rom? only because the black theme?
Click to expand...
Click to collapse
I can't say it is better because you have to try it and and give report but my rom is NOT a stock ROM it is totally based on CM7 ROM by FXP team: they've build their own sources (lib files; camera; network; optimisation;...) so it is tottaly different to a stock ROM because it is not the same base!!!
Here is just a little part of their work: http://forum.xda-developers.com/showpost.php?p=16379792&postcount=2
secondly I'll optimise this ROM again and again I think it is already SUPERFAST
so I suggest you to try it I'm sure you'll enjoy it
20min left!!!
i have tried there cm7.1 rom too but its very buggy and many things don't work,
fm radio, hdmi, camera, no flash, but when that's fixed it will be very good rom i think...
dobble post soory
Marcell96 said:
i have tried there cm7.1 rom too but its very buggy and many things don't work,
fm radio, hdmi, camera, no flash, but when that's fixed it will be very good rom i think...
Click to expand...
Click to collapse
this is modded ROM with some files from stock (for example lib files for camera is stock atm) so camera work flash too hdmi(didn't try) and fm radio (didn't try) too
and I have NO bug and boot time is really really fast try it with doomkernel!
Great work, It's a very good new for Neo! new ROM!
Can i use it if i have 2.3.4. base at Se.Tweaked v.05 ?
Sent from my MT15i using xda premium
SsneakersS said:
Can i use it if i have 2.3.4. base at Se.Tweaked v.05 ?
Sent from my MT15i using xda premium
Click to expand...
Click to collapse
if you have bootloader unlocked yes you just have to follow my instructions
I follow installation guide from you but after installation only get black screen and bootloop. My NEO phone is rooted with unlocked bootloader previously running SE Tweak rom v.04. Which kernel to use to get it work DoomKernel or freeXperia
Data Wipe> Install ROM> Flash kernel
i will download and test this rom ,thx~
Still cant make it to work I tried everything but still have only black screen. Can someone post the correct kernel to make it work on my Neo.
Sipi1302 said:
Still cant make it to work I tried everything but still have only black screen. Can someone post the correct kernel to make it work on my Neo.
Click to expand...
Click to collapse
The installation of this kernel won't make you lose any data
> You can also use the kernel in the firmware .145 (and only in this firmware) using the boot.img. However, it is less stable than having the latest firmware. I suggest you first set up.
1] Preparing Files
- Unzip the previously downloaded fastboot-USBdrivers.zip
- You will now have a folder fastboot-USBdrivers.
- Now move the file boot.img (see prerequisites) to the root of your hard drive
2] Connect the equipment
- Connect your Xperia neo fastboot mode:
Turn-on
While holding down the Menu button, connect the camera to your computer. The LED turns blue
- Now install the driver (if you do not SDKs) by following this tutorial using the file-fastboot USBdrivers I propose above.
3] Flashing the kernel
- Open the fastboot-USBdrivers then hold the SHIFT key (shift) key, right click on the folder and select fastboot "open a command prompt here".
Users of Windows XP or Vista, for which the "open a command prompt here" may not s'affichier, please follow this tutorial to display the option or install the SDK normally then enter the command
- If prompted, enter this command and hit enter:
Code:
fastboot flash boot C: \ boot.img
then reboot and voila
I have 2.3.4. firmware Neo tweaked v0.4, I flashed doomkernel v 0.9, and in recovery set to instal your rom but after successful installation and boot screen "Dommkernel" is bootloop. So Im not doing it in wright way or what.
which Kernels can it useful?
flash success,but has been restarted.
DM kernels fail
CM7 kernels fail
FXP042-cm7 kernels fail
r-ikfoot ...any recommended kernels?
sammao said:
which Kernels can it useful?
flash success,but has been restarted.
DM kernels fail
CM7 kernels fail
FXP042-cm7 kernels fail
Click to expand...
Click to collapse
Just like me.
DM kernel-black screen after boot
FX042 or 43 & CM7 kernel- bootloop
Maybe r-ifkoot you can put your kernel [email protected]#3 to download, so we who have this problem, to tray if it solve the problem.

[KERNEL] OXYDO-ICS-05 | FPS-uncap | CWM TOUCH RECOVERY 5.0.2.8 | TWRP!!!

Yes guys, you read the title right.
Now you have a kernel with touch recovery for ICS. Yeah, ICS!!! It is compiled from nAa's ICS kernel sources and the touch recovery is from alfsamsung's GB kernel. Performance is almost like that of nAa's ICS kernel.
This is what Mistev had to say regarding the kernel:
3 words: Simple. Awesome. Great.
Click to expand...
Click to collapse
UPDATE: The FPS-uncap version is now available. Flash away!
UPDATE: TWRP version with FPS-uncap available!
FEATURES
- Everything from nAa's ICS kernel
- Built with Linaro toolchain
- TWRP *_*
- CWM TOUCH RECOVERY 5.0.2.8 from Alfs' kernel
That's about it.
REQUIREMENTS:
- Rooted XPERIA X8 with unlocked bootloader
- A lot of courage
- The ability to follow instructions (which I'm pretty sure everyone around here possesses =))
INSTRUCTIONS
- Make sure you have a copy of the stock kernel and ROM in case anything goes wrong (I'm pretty sure it won't)
- Backup using CWM
- Download the kernel and put in the firmwares folder of Flashtool
- Follow the instructions provided by Flashtool
- Reboot and press back button several times and if you see the TOUCH RECOVERY you have succeeded in your quest
SCREENSHOTS
{
"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"
}
Github Link
Kernel: http://www.sendspace.com/file/yol2cf. There's always the Github link for other versions of the kernel. I just couldn't upload this one.
Ramdisk: https://github.com/souljaboy11792/ramdisk-twrp-ics
Source: https://github.com/souljaboy11792/oxydo-kernel-ics
CREDITS:
- nobodyAtall for kernel source
- alfsamsung for touch recovery
- djnilse for helping alfsamsung
- pilu1978 for helping me
- feherneoh for helping with TWRP
- fotak-x for the screenie
- Daveee10 for helping pilu1978 with TWRP
- CnC-ROCK for suggestions and the new logo
- viper001 for instructions
- DooMLorD for the unpacking tool
- androidnerd2 for providing the commands that determine what touch screen you have
- Cyanogenmod team for......you know what....if you don't, then GTFO. just kidding
- Sony Ericsson for the phone
- My family for supporting me =)
- Allah Almighty (yes I'm a proud Muslim)
NEITHER ME NOR ANYONE RELATED TO THIS KERNEL CAN BE HELD RESPONSIBLE IF YOU BRICK YOUR PHONE BY FLASHING THIS. Don't worry, you won't. =)
NOTE for V03 and below : To check whether you have cypress or synaptics, type this in terminal or in adb shell
Code:
su
dmesg | grep "cyttsp-i2c"
And if you get something like this,
Code:
<6>[ 4.185259] cyttsp_i2c_probe: Successful registration cyttsp-i2c
you have cypress. If not you have synaptics.
TO ENTER TWRP YOU HAVE TO TAP THE SCREEN. Please report any bugs that you find.
Will test it right now!
Touch recovery *-*
Ok compiling instructions now.
1. Grab the kernel source and ramdisk from github. Also grab the linaro toolchain from here.(the one that says gcc-linaro-arm-linux-gnueabihf-2012.05-20120523_linux.tar.bz2)
2. Unpack the archives in Ubuntu or other Linux OS like LinuxMint....
3. Follow the instructions from this thread's second post. (You have to change the name of the compiler in the export command and don't use the FXP ramdisk)
4. Now you need a ramdisk for your kernel. Unpack the kernel.ftf file and then unpack kernel.sin using this tool.
5. Then modify it however you want and then repack it using the command provided in the 3rd or 4th page of the above thread. (It will take you ages to learn what file does what in the ramdisk)
6. Grab the ramdisk and Image and follow Blagus' instructions on how to create a kernel.sin.
7. After you have renamed result.elf.sin to kernel.sin put it in a folder with a loader.sin from a working custom kernel.
8. Then use Flashtool to create a bundle from Advanced>Bundle Creation. Give it a name and branding and all and you're done.
NOTE: In menuconfig you can change the name (you'll find it under general) of the kernel, but not the [email protected]#1 thingy. To change that you have to edit line 65 of mkcompile_h in the scripts directory.
NOTE 2: You have to compile your own WiFi modules if you change the name of the kernel. Do this by issuing ./build_wifi.sh in terminal. You'll get some.ko files which you have to copy to your ramdisk's modules directory and then repack it.
Any issues? PM me and I'll try to help.
CHANGELOG
- 09-08-2012
* Initial release
* Added CWM Touch Recovery
-10-11-12
* Enabled FPS-uncap
* Integrated both recoveries into one ramdisk, and so, there is only one kernel now.
-14-11-12
*TWRP included. CWM touch recoveries for cypress and synaptics are also present.
Good job
great work will test it on MiniCM9 thanks.Hope you can do it better:good:
@przemek4113
suggestions are always welcome.
I 'm green in these things.Good job anyway.:good:
kernel working with MiniCm9
Although I can't test the touch recovery cuz I have Synaptics(-_-)
synaptics version will be up in 3 hours.
EDIT: synaptics is up for testing. flash and provide feedback.
i can't dowload link die
How could I now if my phone is Cypress or Synaptics ?
I need you to fix link dowload
For me both link working.
Anyway, thanks added for your work.
but I can not find the link to dowload
ducthe134 said:
but I can not find the link to dowload
Click to expand...
Click to collapse
Cypress- http://www.mediafire.com/?9zbl02ajzfo32h3
Synaptics- http://www.mediafire.com/?29nvh8hhywonhsu
hey thanks shin. are you done with your exams?
souljaboy11792 said:
hey thanks shin. are you done with your exams?
Click to expand...
Click to collapse
no problems at all . Just finished another exam today. Final one will reach in 1month+. After that i would be free. And i will keep port rom non-stop until i buy new mobile
cool.
Neur0Nerd said:
How could I now if my phone is Cypress or Synaptics ?
Click to expand...
Click to collapse
Enter the following code in terminal emulator
su
dmesg | grep "cyttsp-i2c"
Click to expand...
Click to collapse
If you have something like this
<6>[ 4.185259] cyttsp_i2c_probe: Successful registration cyttsp-i2c
Click to expand...
Click to collapse
Then you have Cypress otherwise Synaptics

[ROM] CleanICE v1.5 [Updated: 2012/12/19]

- CleanICE v1.5 -​
- Based on -
Huawei S7-301u / ICS 4.03
- Modified -
Cleaned up / Removed non stock apps
Changed bootanimation
Updated Adreno Drivers
Updated Google Apps
Tweaked build.prop
"Project Butter" for ICS (build.prop and adreno config tweaks)
Rooted
[*]Included Touchfix and Overclock Kernel
- Installation -
Download ROM
Unzip dload.zip
Copy dload Folder to your sdcard
Reboot tablet (will reboot 2 times, first into firmware installer - remove sdcard as advised, second into android - upgrading firmware)
Install Superuser or SuperSU (whatever you may prefer)
Performance will further increase after indexing your media files has finished
- Known problems -
None
- Downloads -
dload.zip
- Changelog -
v1.5: Included Touchfix and Overclock Kernel
v1.4: Enhanced init.d Scripts, integrated Gmail and Superuser, renamed ROM to CleanICE
v1.3: Fixed Poweramp, replaced Launcher with Apex, completely cleaned cust
v1.2.1: Fixed init.d Scripts
v1.2: Additional "Butter" Tweaks, Android 4.2 Keyboard
v1.1: Included "Project Butter Approach" (modifications to build.prop and adreno configuration)
>>> If you like this ROM, please give me a thanks <<<​
Man, could you make a quadrante benchmark and post it here? I wonder how your ROM affect on MediaPad
Lolu said:
Man, could you make a quadrante benchmark and post it here? I wonder how your ROM affect on MediaPad
Click to expand...
Click to collapse
With HWMod Kernel, overclocked to 1.78 GHz (running stable for me): 3834 (CPU: 7680, Mem: 3315, I/O: 5380, 2D: 1006, 3D: 1790)
The thing is, that in my experience these benchmarks don't show how smooth the system feels. Therefore I don't give much into this numbers.
{
"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"
}
this is really cool, looking forward for clean JB release
Hi!
When I use the HWMod Kernel, should I also copy the Kernel modules to /system/lib/modules/ ?
Regards from Kiel, Germany
Lore1 (Thomas)
Lore1 said:
Hi!
When I use the HWMod Kernel, should I also copy the Kernel modules to /system/lib/modules/ ?
Regards from Kiel, Germany
Lore1 (Thomas)
Click to expand...
Click to collapse
Yes, but do it with adb push from your pc.
Thank you a lot. I know that quadrant results arent 100% optimal to show performance, but i don know other way to see diffrence between your ROM and stock. I see reviews about s7-301u and on stock there was about 2700 points, so your 3800 looks rly well.
i have cm10 + pa rom installed. how do i install this rom?
drgupta1981 said:
i have cm10 + pa rom installed. how do i install this rom?
Click to expand...
Click to collapse
Reflash the original recovery image first (recovery.img - found in update.zip) in fastboot mode with
fastboot flash recovery recovery.img
fastboot flash recovery2 recovery.img
Copy the dload folder to your sd card and reboot into recovery mode, installation should start
is that correct?
h25p said:
Reflash the original recovery image first (recovery.img - found in update.zip) in fastboot mode with
fastboot flash recovery recovery.img
fastboot flash recovery2 recovery.img
Copy the dload folder to your sd card and reboot into recovery mode, installation should start
Click to expand...
Click to collapse
So if I boot into twrp recovery and flash recovery.IMG from there then follow next step..is that OK?
drgupta1981 said:
So if I boot into twrp recovery and flash recovery.IMG from there then follow next step..is that OK?
Click to expand...
Click to collapse
No, put your device in fastboot mode while connected to your pc (volume key to the left while booting). Use fastboot on your pc as stated above. You don't need twrp for this.
ROM Updated to v1.2: Additional "Butter" Tweaks, Android 4.2 Keyboard
Thanks man a lot!
you can flash recovery only via fastboot and it will overwrite twrp
Sorry, small bugfix release...init.d scripts weren't executable
So does this have the touch screen filtering fix?
nightanole said:
So does this have the touch screen filtering fix?
Click to expand...
Click to collapse
Touchscreen is working fine for me with stock kernel but you can always install hwmod kernel. It's running great at 1,78 GHz.
can you please give detailed instructions how to push module files in to system/lib/modules using adb?
---------- Post added at 02:30 AM ---------- Previous post was at 02:29 AM ----------
h25p said:
Yes, but do it with adb push from your pc.
Click to expand...
Click to collapse
can you give detailed instructions please?
has any one installed poweramp successfully? whenever I try to download poweramp, it gets stuck in installing and when I restart tablet it says android is upgrading and optimising application.,..and stucks there. then I have to re-install the ROM
drgupta1981 said:
can you please give detailed instructions how to push module files in to system/lib/modules using adb?
---------- Post added at 02:30 AM ---------- Previous post was at 02:29 AM ----------
can you give detailed instructions please?
Click to expand...
Click to collapse
First install the kernel with fastboot, then:
Enable USB Debugging
Connect your Mediapad to the pc
Remount system rw with "adb remount"
Push Modules with "adb push modules/ /system/lib/modules/" (assuming that you extracted the modules directory in the folder you are standing)

GidGat with ART

GidGat with working ART
Screenshots
{
"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"
}
DOWNLOAD LINKS: http://d-h.st/Rxaw
NOTE:
Kernel with GPU OC 476 Mhz (working not to all). If you have not overclocked the GPU, you can flash the kernel phoenix5.
At the kernel added function to force a reboot by holding the power buttonfor 8 seconds. No need to remove the battery.
In kernel included intelli_plug, sweep2wake/Sweep2Sleep, doubletap2wake
To enable/disable functions used script kernel_settings in systems/etc/init.d (open in RootExplorer kernel_settings in a text editor)
1. in line echo 0 > /sys/android_touch/sweep2wake
change 0 to 1 to enable Sweep2Wake only
change 0 to 2 to enable Sweep2Wake + Sweep2Slep
change 0 to 3 to enable Sweep2Slep only
0 - disable
2. In line echo 0 > /sys/android_touch/doubletap2wake
change the 0 to 1 to enable doubletap2wake
0 - disable
This script will save the settings after a reboot, no need to use third-party programs
To activate ART:
Go to settings - about phone - and quickly press a few times on the "Build number". And change from libdvm.so to libart.so
Original ROM http://forum.turkdevs.com/konu-rom-art-gidgat™-ultimate.html
Base ROM http://forum.xda-developers.com/mic...pment/kitkat-4-4-2-rom-micromax-a116-t2925056
Kernel sources:
https://github.com/hyperion70/tinno89_wet_kk
Credits:
hyperion70 -For his Kernel for MT6589 and Base ROM
Bugra333 and other devs from turkdevs.com for original ROM
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
Some Basic Questions
i think that u have included ur kernel with it and is working fine with ART.....If i flash Phoenix Kernel then will i loose ART???
and u added a feature to hold power button for 8 seconds and phone will reboot.........so the delay in showing power options is fixed???
MrMoon said:
i think that u have included ur kernel with it and is working fine with ART.....If i flash Phoenix Kernel then will i loose ART???
Click to expand...
Click to collapse
NO, NO, NO
KERNEL its KERNEL
ART its ART
ART in ANDROID, does NOT depend of KERNEL
"feature to hold power button for 8 seconds and phone will reboot" its new function, other KK kernel 3.4.67 dont have this, and by holder power button not reboot. I.e. if you have bootloop, need remove battery. In my kernel need hold powerbutton and phone rebooted without remove battery
nikbbnik said:
NO, NO, NO
KERNEL its KERNEL
ART its ART
ART in ANDROID, does NOT depend of KERNEL
"feature to hold power button for 8 seconds and phone will reboot" its new function, other KK kernel 3.4.67 dont have this, and by holder power button not reboot. I.e. if you have bootloop, need remove battery. In my kernel need hold powerbutton and phone rebooted without remove battery
Click to expand...
Click to collapse
Oh, thanks for ur reply.........well ur Bold Letters do make me realize where i've wrong but i got it now....
Thanks again
Oh and btw did ur rom zip will make my internal storage 2.7 or i have to flash patch??
Sorry, ROM reuploaded. Bag with not install apps.
I'm upload yet
Oh and btw did ur rom zip will make my internal storage 2.7 or i have to flash patch??
Click to expand...
Click to collapse
Need patch. http://d-h.st/EvI5. But its delete your data on internal (phone) memory. After flash, need format /data and format internal memory
Please add source rom link => http://forum.turkdevs.com/konu-rom-art-gidgat™-ultimate.html
@ nikbbnik
nice work Bro :good:
Pakistan signals not work
I applied the Pakistan baseband patch which im using with every other rom but didnt work for me
I can't able to flash it neither with philz touch recovery nor with TWRP 2.8 by Hyperion . I'm getting symlink error......so which recovery to flash it???
MrMoon said:
I can't able to flash it neither with philz touch recovery nor with TWRP 2.8 by Hyperion . I'm getting symlink error......so which recovery to flash it???
Click to expand...
Click to collapse
I use philz recovery
If you get symlink error and using philz touch recovery, give me log error.
In recovery go in advanced menu and tap on error log. After upload me philz_recovery.log from sdcard/cklokworkmod/
suhaibahmad said:
I applied the Pakistan baseband patch which im using with every other rom but didnt work for me
Click to expand...
Click to collapse
I not tested pakistan modem and don't have this modem. I use p18, p19 or modem from cm11.
nikbbnik said:
I use philz recovery
If you get symlink error and using philz touch recovery, give me log error.
In recovery go in advanced menu and tap on error log. After upload me philz_recovery.log from sdcard/cklokworkmod/
Click to expand...
Click to collapse
Surprisingly but this time it flashed without any error and i was very surprised with the performance of the rom
And battery of course..found first kk rom having good battery backup as stock jb rom..........Thanks for the rom
suhaibahmad said:
I applied the Pakistan baseband patch which im using with every other rom but didnt work for me
Click to expand...
Click to collapse
Ok. I tested pakistan modem. Disable automatic time zone in Settings-date and time. Later i make fix.
https://yadi.sk/d/a8I7Kb2Yf3cjh - patch
Hello. I'm using Micromax Canvas HD A116 and I'm running a custom rom SamFlare v6.3 4.2.2 ( S5 UI).
I've seen your patch and your ROM. They're both good. However, I don't want the ROM but can I safely use your patch to successfully flash it on my phone and successfully increase internal memory from 1 GB to 2 GB?
Thanks.
links are not working
(file not found)
Can anyone please provide me kernel of this rom? You can share through mobile uncle tools or recovery in backup option.
I need only Kernel of this rom.
I have accidently flashed another kernel and so lost original one.
Thanks.

Root, recovery Note 8 (Clone) mt6580

Phone information:
{
"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"
}
Hardware : MT6580
Model : SM-N9500
Build number : MMB29K.G950FXXU1APFO
Build date UTC : 20170831-103530
Android v : 7.0
Baseband v: MOLY.WR8.W1449.MD.WG.MP.V23.P8, 2016/07/25 16:07
Kernel v : 3.10.0-2828982 ([email protected]) (gcc version 4.8 (GCC) ) #1 SMP Thu Aug 31 18:37:56 CST 2017
Uboot build v : -----
LCD Driver IC : 1-mtk6580_jd9369_v3_dsi_vdo_hsd599_hd1080
Down load
User MtkDroidTools_v253 to get your phone info ------> Download
Use SP Flash Tool v5.1516 -------> Download to Flash new recovery.img
Dowdload TWRP_v3.1.1-0_For_MT6580 for Note 8 mt6580 ----> Download
HOW TO INSTALL:
1. Download recovery
2. Turn off the phone
3. Use Flash Tool v5.1516 and MT6580_Android_scatter.txt chose Download only
4. put capble in to the phone
5. Finish
6. Reboot into recover
Now you can backup and install custom new Rom
7. If you want root use Kingroot
Any one have backup or stock this rom pl post to this toppic.
need you help to flash rom Note8 clone
i am looking for help my to flash rom note8 clone i try to do with your post is not working for me pls i need help
Hi i need help!!!!
i brought a clone (KK concept) has excellent full screen display quality and its a perfect clone. but I tried to flash TWRP and got it bricked, status> Dosent turn on, if I plug in battery dosent show any red light, but if I connect it to computer= I hear connecting...4 seconds...and disconnecting SOUNDS ONLY...can I get a stock rom of this model...in cpu z it shows processor as Quad and mt6595.
*Before flashing TWRP*
when I dial *#*#789789#*#* a menu pops up with a list of options one is showing >>' processor hide/show '
if I select hide, in CPUz it shows processor as snapdragon 8xx
if I select show, in CPUz it shows processor as mt6595
can I get the stock rom? if anyone can find out..... its been dead for days... literally I paid 5k for it but its as real as the real deal..
if any one knows pls tell me where can I get rom...no negative coments please..
tammyone said:
i am looking for help my to flash rom note8 clone i try to do with your post is not working for me pls i need help
Click to expand...
Click to collapse
can u post backup of your rom please. it would help a ton for me
hi
get it from here
https://izforum.com/firmware/note-n8-sm-n9500-mt6580-s305_n8_hdp_en/
if any one buys this rom
kindly share with us
Good day, IV eu fortunately been a victim of some meone selling a clone as a genuine Note 8. After paying R6k for the fake, I tried to factory reset the phone and it's where everything went wrong. I eventually had to install a rom. Nothing is working and the screen is blank. Can anybody please help me.
Drivers are installed and pick up the phone in SP tools. It continually gives a Dram error. Please help
Opps
Komersaris said:
Good day, IV eu fortunately been a victim of some meone selling a clone as a genuine Note 8. After paying R6k for the fake, I tried to factory reset the phone and it's where everything went wrong. I eventually had to install a rom. Nothing is working and the screen is blank. Can anybody please help me.
Drivers are installed and pick up the phone in SP tools. It continually gives a Dram error. Please help
Click to expand...
Click to collapse
Have you had any luck with this problem yet?
datt37 said:
Phone information:
Hardware : MT6580
Model : SM-N9500
Build number : MMB29K.G950FXXU1APFO
Build date UTC : 20170831-103530
Android v : 7.0
Baseband v: MOLY.WR8.W1449.MD.WG.MP.V23.P8, 2016/07/25 16:07
Kernel v : 3.10.0-2828982 ([email protected]) (gcc version 4.8 (GCC) ) #1 SMP Thu Aug 31 18:37:56 CST 2017
Uboot build v : -----
LCD Driver IC : 1-mtk6580_jd9369_v3_dsi_vdo_hsd599_hd1080
Down load
User MtkDroidTools_v253 to get your phone info ------> Download
Use SP Flash Tool v5.1516 -------> Download to Flash new recovery.img
Dowdload TWRP_v3.1.1-0_For_MT6580 for Note 8 mt6580 ----> Download
HOW TO INSTALL:
1. Download recovery
2. Turn off the phone
3. Use Flash Tool v5.1516 and MT6580_Android_scatter.txt chose Download only
4. put capble in to the phone
5. Finish
6. Reboot into recover
Now you can backup and install custom new Rom
7. If you want root use Kingroot
Any one have backup or stock this rom pl post to this toppic.
Click to expand...
Click to collapse
Sir can you port a recovery for my mtk6580 Nougat 7.1 version ice phone i555 device? my recovery partition is showing 10mb in Diskinfo but my stock recovery in only 7.15mb. I'm a noob on this. I tried porting and flash many different custom recovery but non of them worked I'm attaching my boot.img, recovery.img, and the scatter file for you to have a look. I'll be really grateful if you do it for me. I was trying to unlock my bootloader with all the method i found on the internet but every time i do so my phone unlocks but when it restarts i go to developer option by tapping 7 times my oem unlocking shows unticked. Can you please help me with that?
datt37 said:
Phone information:
Hardware : MT6580
Model : SM-N9500
Build number : MMB29K.G950FXXU1APFO
Build date UTC : 20170831-103530
Android v : 7.0
Baseband v: MOLY.WR8.W1449.MD.WG.MP.V23.P8, 2016/07/25 16:07
Kernel v : 3.10.0-2828982 ([email protected]) (gcc version 4.8 (GCC) ) #1 SMP Thu Aug 31 18:37:56 CST 2017
Uboot build v : -----
LCD Driver IC : 1-mtk6580_jd9369_v3_dsi_vdo_hsd599_hd1080
Down load
User MtkDroidTools_v253 to get your phone info ------> Download
Use SP Flash Tool v5.1516 -------> Download to Flash new recovery.img
Dowdload TWRP_v3.1.1-0_For_MT6580 for Note 8 mt6580 ----> Download
HOW TO INSTALL:
1. Download recovery
2. Turn off the phone
3. Use Flash Tool v5.1516 and MT6580_Android_scatter.txt chose Download only
4. put capble in to the phone
5. Finish
6. Reboot into recover
Now you can backup and install custom new Rom
7. If you want root use Kingroot
Any one have backup or stock this rom pl post to this toppic.
Click to expand...
Click to collapse
Sir can you port a recovery for my mtk6580 Nougat 7.1 version ice phone i555 device? my recovery partition is showing 10mb in Diskinfo but my stock recovery in only 7.15mb. I'm a noob on this. I tried porting and flash many different custom recovery but non of them worked I'm attaching my boot.img, recovery.img, and the scatter file for you to have a look. I'll be really grateful if you do it for me. I was trying to unlock my bootloader with all the method i found on the internet but every time i do so my phone unlocks but when it restarts i go to developer option by tapping 7 times my oem unlocking shows unticked. Can you please help me with that?
every time i try to flash recovery it gives me an error: PMT changed for the ROM; it must be downloaded. how can i fix it?
---------- Post added at 02:18 PM ---------- Previous post was at 01:22 PM ----------
there is a rom that can be flashed with SPFT?
i'm looking for a i8100_MB_V1.1 Firmware, i can't find anithing about it
---------- Post added at 03:23 PM ---------- Previous post was at 03:21 PM ----------
if anybody can upload his rom it would be very appreciated, even stock, i need my phone to boot up
---------- Post added at 04:13 PM ---------- Previous post was at 03:23 PM ----------
LegendSteve said:
Have you had any luck with this problem yet?
Click to expand...
Click to collapse
same problem here, anybody can help?
Kushal G said:
i brought a clone (KK concept) has excellent full screen display quality and its a perfect clone. but I tried to flash TWRP and got it bricked, status> Dosent turn on, if I plug in battery dosent show any red light, but if I connect it to computer= I hear connecting...4 seconds...and disconnecting SOUNDS ONLY...can I get a stock rom of this model...in cpu z it shows processor as Quad and mt6595.
*Before flashing TWRP*
when I dial *#*#789789#*#* a menu pops up with a list of options one is showing >>' processor hide/show '
if I select hide, in CPUz it shows processor as snapdragon 8xx
if I select show, in CPUz it shows processor as mt6595
can I get the stock rom? if anyone can find out..... its been dead for days... literally I paid 5k for it but its as real as the real deal..
if any one knows pls tell me where can I get rom...no negative coments please..
Click to expand...
Click to collapse
same thing, please help
the only rom that i found is this :
MT6580__samsung__SM-N9500__hero2qltechn__7.0__ALPS.L1.MP6.V2.19_HCT6580.WEG.A.L_P55 ( https://www.gsm1x.xyz/2018/07/rom-samsung-sm-n9500-mt6580.html )
but it says "not enough storage". if i remove the userdata thick it flashes but the screen stays gray i'm literally desperate xD
Edit: apparently the gray screen is due to a display driver failure, i need a "ILI9881D-2" compatible rom
Edit2: the phone boots but the screen stays gray. touch works (i hear sound of touches)
i made a thread, please reply https://forum.xda-developers.com/android/help/galaxy-note-8-clone-problem-t3841461
use the attached scatter file, save the attached preloader_hct6580_weg_a_l.bin and recovery.img to the same folder as your rom folder.
I see no scatter file attached :/
Kushal G said:
can u post backup of your rom please. it would help a ton for me
Click to expand...
Click to collapse
Do you still need help or find a way out....???
Any one knows how to update the kernel on this Device ?
does this root method work? i wanted to try but seems like everyone having problems.
Please can this recovery be used for ths clone device?
SM_G950 hero2qltezc. device is rooted.
model: SM-G950
device version: 7.0
device CPU: MT6580
Kernel version: 3.10.0.2828982
Thesame baseband with yours also
Thanks

Categories

Resources