[SOLVED] Please help me fix the "NO DISPLAY" issue in my ROM! - Galaxy S Advance I9070 Q&A, Help & Troubleshooting

ORIGINAL POST:
As you all may already know that I am working on a custom ROM based on Samsung's JB firmware and you all might also be thinking why I still didn't release it, well its because my ROM is having a very weird problem...
The problem is that if I flash my ROM, then after the Samsung logo my phone's screen goes completely blank (or black).. Even though my phone's Menu and Back buttons lit up, it just doesn't output or show anything on the screen... But there's one more thing.. If I rotate my phone to Landscape mode, then only a QUARTER of my screen on the right is shown (see the attached pictures below).... In that small display, I can clearly see the Setup Wizard running with no Force Close messages or with any sort of errors that could have caused this....
{
"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"
}
(sorry for the lack of Quality of the picture above )
(even when I take a Screenshot, it comes like this)​
@mr.harsh has been helping me solve this issue for more than a week now but due to the huge time differences between our countries, its hard to keep up the communication on XDA, so in order to stop filling up his inbox with my messages I decided to create this thread so that anyone can help me resolve this issue.....
Anyways take a look at my Logcat to find out why this is happening... and a couple of more logs and other relevant info has been attached in Post #21 :good:
And Thanks in Advance....
NOTE: All those logs, files, etc. are no longer available - I had to remove them as they can be easily misused
UPDATED & SUMMARIZED POST:
The Problem: My phone loses its ability to "Display" anything on its screen after flashing my ROM!
The Culprit:: After a lot of trial-n-error and experimentation, I found out that my ROM's bootanimation file in the bin folder is somehow causing this problem!
The Solution:: All I had to do is remove the faulty bootanimation file with the one which works perfectly... :victory:
Anyways, I'd like to thank each and every users who participated in this thread to help me fix my problem; but all I need is someone who can tell me why or how my boot animation is causing this issue and how it can be permanently solved!
You can checkout my website to get more information about Sami OS for Android! :good:
UPDATE: I've finally fixed all the problems with my ROM.. Thank GOD! Here's the link to its XDA thread... :good:

2 things I think I understood:
- this..:
Code:
I/BootTime( 2215): Fail Safe scanning for:/system/app/SecSetupWizard.apk
I/PackageManager( 2215): /system/app/SecSetupWizard.apk changed; collecting certs
W/PackageManager( 2215): Unknown permission android.permission.READ_OWNER_DATA in package com.google.android.setupwizard
W/PackageManager( 2215): Unknown permission android.permission.WRITE_OWNER_DATA in package com.google.android.setupwizard
..is not good
2- many errors similar to that for different apps are not good
Try fixing permissions from recovery
Sent from my N73 using Tapa

What happens when you change LCD Density via build.prop?
Also attach ls -l /system/app>/sdcard/apps.txt (i just want to see which apps you've included) and ps>/sdcard/ps.txt (which processes are going on) and dmesg log after reboot.

Sami Kabir said:
As you all may already know that I am working on a custom ROM based on Samsung's JB firmware and you all might also be thinking why I still didn't release it, well its because my ROM is having a very weird problem...
The problem is that if I flash my ROM, then after the Samsung logo my phone's screen goes completely blank (or black).. Even though my phone's Menu and Back buttons lit up, it just doesn't output or show anything on the screen... But there's one more thing.. If I rotate my phone to Landscape mode, then only a QUARTER of my screen on the right is shown (see the attached pictures below).... In that small display, I can clearly see the Setup Wizard running with no Force Close messages or with any sort of errors that could have caused this....
(sorry for lack of Quality of the picture above )
(even when I take a Screenshot, it comes like this)​
@mr.harsh has been helping me solve this issue for more than a week now but due to the huge time differences between our countries, its hard to keep up the communication on XDA, so in order to stop filling up his inbox with my messages I decided to create this thread so that anyone can help me resolve this issue.....
Anyways take a look at my Logcat to find out why this is happening... :good:
And Thanks in Advance....
Click to expand...
Click to collapse
Its because the pixels and screen density is not correct. Thats y its not showing the screen on full scale ratio.
And about the log cat u have to set the permissions manually..
So try changin density to a higher value.
And post.
Sent from my LT26i using xda premium

ADDICT.ANK said:
Its because the pixels and screen density is not correct. Thats y its not showing the screen on full scale ratio.
And about the log cat u have to set the permissions manually..
So try changin density to a higher value.
And post.
Sent from my LT26i using xda premium
Click to expand...
Click to collapse
- But I never changed the Screen's density.. its set to 240 by default... even on build.prop its: "ro.sf.lcd_density=240"
- And how will I set the permissions manually? Isn't that done automatically by the updater-script.. because I have already included all the permissions in it...

Sami Kabir said:
- But I never changed the Screen's density.. its set to 240 by default... even on build.prop its: "ro.sf.lcd_density=240"
- And how will I set the permissions manually? Isn't that done automatically by the updater-script.. because I have already included all the permissions in it...
Click to expand...
Click to collapse
U didnt change it but it needs to be changed to a compatible level. To use the screen fully.
Which device are u using for testing..
As u need to set the density as per the device..
Like a 4.3 inch will use 320. So edit that in build.prop to reach the correct value. But again need to know the device u r using.
And once u r done with that.
U said there are no fcs. So if any app gives u fc. Then fix its permissions.
But firstly lets focus on scaling the density..
Tell me abt the devices which are compatible acc. To the rom u r building and the base sources u r using.
Let me know i'll do as. Much as i can.
:thumbup:
Sent from my LT26i using xda premium

ADDICT.ANK said:
U didnt change it but it needs to be changed to a compatible level. To use the screen fully.
Which device are u using for testing..
As u need to set the density as per the device..
Like a 4.3 inch will use 320. So edit that in build.prop to reach the correct value. But again need to know the device u r using.
And once u r done with that.
U said there are no fcs. So if any app gives u fc. Then fix its permissions.
But firstly lets focus on scaling the density..
Tell me abt the devices which are compatible acc. To the rom u r building and the base sources u r using.
Let me know i'll do as. Much as i can.
:thumbup:
Sent from my LT26i using xda premium
Click to expand...
Click to collapse
No, mate you might have misunderstood something... I am not porting a ROM... I own a Galaxy S Advance and I am making a ROM for Galaxy S Advance using Samsung's Jellybean firmware... This phone's LCD screen density is set to 240 by default and I didn't change it... And also I did not include any other system apps from some other device that could have caused this screen issue...
My guess is that the files responsible for my phone's display is probably corrupted, missing or is mis-calibrated... But I am still not sure about it...

Sami Kabir said:
No, mate you might have misunderstood something... I am not porting a ROM... I own a Galaxy S Advance and I am making a ROM for Galaxy S Advance using Samsung's Jellybean firmware... This phone's LCD screen density is set to 240 by default and I didn't change it... And also I did not include any other system apps from some other device that could have caused this screen issue...
My guess is that the files responsible for my phone's display is probably corrupted, missing or is mis-calibrated... But I am still not sure about it...
Click to expand...
Click to collapse
Its just that it needs a little tweaking. For adjustments.
Try a slight increase in density I.e. 240 to 250. And see.
And also which kernel are u using for it..
As if the files are corrupted u wont be able to use it. So its just a little value tweak
And Mate I know that u r building a rom not porting it. I wanted to know the device u are using.
So take a look at the device's config and os config.
Mean that compare the original build prop of jb with ur build prop.
U will find an answer.
And wat calibration did u used for display.. Try calibrating it again.
And as u said u can see it in landscape mode only.
So u have to go through ur potrait config and see whats missing.
Can u post the framework of it.
Or try editing the layout
As i think its just mis calibration.
And the values for ui.
Can u tell me what values u used for build prop.
Sent from my LT26i using xda premium

Ok, I guess first things first, Have you ruled out hardware failure? Next are you sure your updater script is correct? I would assume it is as you get some picture in landscape, but just to be safe, double check your mount points. As much as I don't think its a dpi issue ( I get what you're saying when you say you didn't change anything and why) just for giggles, try changing it in increments of 10 up or down...
Other than that I've found a few errors to be concerned about in your logs.
Code:
D/dalvikvm( 2162): Note: class Landroid/opengl/GLWrapperBase; has 250 unimplemented (abstract) methods
W/Zygote ( 1810): Class not found for preloading: android.content.res.Resources$1
E/PowerManagerService-JNI( 2215): Couldn't load power module (No such file or directory)
Pretty much anything that starts with W/PackageManager( 2215): Unknown permission
Pretty much anything that states that ResourceNotFound
I have never heard of this issue before, so I honestly don't know what help to give, but I'm willing to answer any questions you may have, and look at your logs, etc... So don't be afraid to shoot me a pm or whatever.
Good Luck:good:

Stryke_the_Orc said:
Ok, I guess first things first, Have you ruled out hardware failure? Next are you sure your updater script is correct? I would assume it is as you get some picture in landscape, but just to be safe, double check your mount points. As much as I don't think its a dpi issue ( I get what you're saying when you say you didn't change anything and why) just for giggles, try changing it in increments of 10 up or down...
Other than that I've found a few errors to be concerned about in your logs.
Code:
D/dalvikvm( 2162): Note: class Landroid/opengl/GLWrapperBase; has 250 unimplemented (abstract) methods
W/Zygote ( 1810): Class not found for preloading: android.content.res.Resources$1
E/PowerManagerService-JNI( 2215): Couldn't load power module (No such file or directory)
Pretty much anything that starts with W/PackageManager( 2215): Unknown permission
Pretty much anything that states that ResourceNotFound
I have never heard of this issue before, so I honestly don't know what help to give, but I'm willing to answer any questions you may have, and look at your logs, etc... So don't be afraid to shoot me a pm or whatever.
Good Luck:good:
Click to expand...
Click to collapse
.The resources are not their or configured.
2. Use dependency to make resources set up and get configured as needed.
So decompile using dependencies and u have to edit layout , screen orientation in both landscape and potrait to set scaling.
As i said compare the build prop both original and the one u are using.. U'll see the difference.
As it overwrites by itself sometime..
CODE]D/dalvikvm( 2162): Note: class Landroid/opengl/GLWrapperBase; has 250 unimplemented (abstract) methods
Its unimplemented means its not used.
Thats the basic reason for screen not getting properly displayed.
Put Updated opengl drivers. Or try putting the original file in ur rom just to see that the problem is still there or not.
So either its corrupted. Or set the permissions to rwx-r-r.
And set this permission to the package manager and other permission related errors.
Sent from my LT26i using xda premium

Hey
I don't know much about this but have you try changing kernal, you should try different kernal , that might solve this issue. Best luck dear. i am waiting for this ROM
---------- Post added at 07:21 PM ---------- Previous post was at 07:12 PM ----------
As per my experience it don't look like pixel or density problem, it looks like rom not interacting with hardware properly and its sending display signal to half panel only and only half panel is working , try stock kernal and if its not working try cocore different version and discuss it withsome hardcore kernal developer,
Hit tahnks if i helped

androiddoctor said:
I don't know much about this but have you try changing kernal, you should try different kernal , that might solve this issue. Best luck dear. i am waiting for this ROM
---------- Post added at 07:21 PM ---------- Previous post was at 07:12 PM ----------
As per my experience it don't look like pixel or density problem, it looks like rom not interacting with hardware properly and its sending display signal to half panel only and only half panel is working , try stock kernal and if its not working try cocore different version and discuss it withsome hardcore kernal developer,
Hit tahnks if i helped
Click to expand...
Click to collapse
No mate I don't think its a kernel issue... I tried with CoCore E 7.0, stock kernel and also with HarshJelly's custom kernel... All gives the same result
But you are right about one thing though, some driver issue or software issue is causing this
Anyways tonight I will try flashing it again and post all my results and log here again...

androiddoctor said:
I don't know much about this but have you try changing kernal, you should try different kernal , that might solve this issue. Best luck dear. i am waiting for this ROM
---------- Post added at 07:21 PM ---------- Previous post was at 07:12 PM ----------
As per my experience it don't look like pixel or density problem, it looks like rom not interacting with hardware properly and its sending display signal to half panel only and only half panel is working , try stock kernal and if its not working try cocore different version and discuss it withsome hardcore kernal developer,
Hit tahnks if i helped
Click to expand...
Click to collapse
That's what i am saying...Try a stock kernel....and compare the issues..
1 thing just use a galaxy s running jb the base version...and compare the build props....
all things regarding diplay and gpu rendering and init.d script..
Can u tell me that u how you dcompiled the rom.. ????
If you feel any of the things..give it a shot..it's worthy of efforts.
And can u use the phone in portrait at all , it boots up or not properly..
And try accessing the download mode and see whether it shows on full screen or not.

ADDICT.ANK said:
That's what i am saying...Try a stock kernel....and compare the issues..
1 thing just use a galaxy s running jb the base version...and compare the build props....
all things regarding diplay and gpu rendering and init.d script..
Can u tell me that u how you dcompiled the rom.. ????
If you feel any of the things..give it a shot..it's worthy of efforts.
And can u use the phone in portrait at all , it boots up or not properly..
And try accessing the download mode and see whether it shows on full screen or not.
Click to expand...
Click to collapse
- I did try with stock kernel, it showed the same problem
- Ok, I will try with stock (un-edited) build.prop
- My ROM was built using DSIXDA's kitchen (the latest version)
- Only my ROM has this weird display problem... Download Mode and Recovery Mode both works with full screen

Sami Kabir said:
- I did try with stock kernel, it showed the same problem
- Ok, I will try with stock (un-edited) build.prop
- My ROM was built using DSIXDA's kitchen (the latest version)
- Only my ROM has this weird display problem... Download Mode and Recovery Mode both works with full screen
Click to expand...
Click to collapse
Ok thats wat i need to knw that recovery and download mode in full screen.
And compare both build prop. Using notepad and u,ll find the diff.
Can u post the kernel??
Its ok if u want to keep it private..
Just try and edit a copy of kernel and in rom. Fix all permissions via recovery or pc.
And dnt feel down.
We'll get it up and working.
I'll take another look at logcat.
Sent from my LT26i using xda premium

You should try CM10.1 kernal , And Before flashing your rom you should first install Stock Rom in your device and wipe all data and dalvik cache before flashing everytime. And you should use ODIN to flash your stock rom. Many times if you flash custom rom over other custom rom they conflict and creat problem.

androiddoctor said:
You should try CM10.1 kernal , And Before flashing your rom you should first install Stock Rom in your device and wipe all data and dalvik cache before flashing everytime. And you should use ODIN to flash your stock rom. Many times if you flash custom rom over other custom rom they conflict and creat problem.
Click to expand...
Click to collapse
- Mate I can't use CM 10.1 kernel BECAUSE this ROM is based on Samsung's 4.1.2 firmware
- Yep, I have always flashed my ROM over stock firmware only..
- Yep, I always wipe EVERYTHING before flashing my ROM
Anyways thanks for your concern and help anyway :good:

androiddoctor said:
You should try CM10.1 kernal , And Before flashing your rom you should first install Stock Rom in your device and wipe all data and dalvik cache before flashing everytime. And you should use ODIN to flash your stock rom. Many times if you flash custom rom over other custom rom they conflict and creat problem.
Click to expand...
Click to collapse
CM kernel + stock based ROM = bootloop. And he do not need to install stock ROM, he can just wipe system and do factory reset.
Послато са GT-I9070 користећи Тапаталк 4

I thought you are using JB 4.2.2
Sami Kabir said:
- Mate I can't use CM 10.1 kernel BECAUSE this ROM is based on Samsung's 4.1.2 firmware
- Yep, I have always flashed my ROM over stock firmware only..
- Yep, I always wipe EVERYTHING before flashing my ROM
Anyways thanks for your concern and help anyway :good:
Click to expand...
Click to collapse
Hey friend, i visited your site and saw some screen shots and according to them your android version is 4.2.2 , thats y i said you should try cm10.1 kernal. I hope you will find solution very soon. Best luck dear.

androiddoctor said:
Hey friend, i visited your site and saw some screen shots and according to them your android version is 4.2.2 , thats y i said you should try cm10.1 kernal. I hope you will find solution very soon. Best luck dear.
Click to expand...
Click to collapse
Oh yeah, that's just a build.prop edit mate.. I like the number sequence "4.2.2" than "4.1.2" - that's why I used it.. I know its misleading but I used that to show off in front of my friends
And thanks again for your help

Related

★⎝⏠⏝⏠⎠★[ROM]SUnAaBh v1.1| FROYO|Insane Stable|Fast|New Radio|SENSE|

★⎝⏠⏝⏠⎠★[ROM]SUnAaBh v1.1| FROYO|Insane Stable|Fast|New Radio|SENSE|
SUnAaBh** v1.1​
{
"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"
}
ANNOUNCEMENT : Due to some personal reasons and this ROM being stable and hardly needing any work. I would be coming to the thread a little less frequently. However i would still be committed to development and i am already working on something for Wildfire, lets see. Thank you all for the support. Use search most probably all your problems are already solved.
HIGHLY RECOMMENDED I can't say it enough be it this or any other ROM, Always Back-up your current stable ROM with Nandroid.
You will need a rooted Wildfire for this...
It is Froyo. 2.2.1
This ROM is extensively tested for its stability, reliability and fast performance.
Featured News: 2500+ Reported installs and no installation failure/ no bootloop/ no Rom crash/ none Non working hardware (Wifi,FM,Bluetooth) ..... Objective Achieved :: Insane Stability and everything working.
ROM​
Download ----- SUnAaBh** v1.1
Mirrors ----- All Mirrors Here​
CUSTOMIZATION PACKAGES​​Just Download and Flash these like a ROM from recovery.
1> Theme 1 This will give new Colourful animated ICONS, New Battery status meter with numeric percentage, different set of smileys(diff from default ones) and a new bootscreen. Screen capture of notification bar HERE.
2> Theme 2 This gives ..A Circular battery mod With Gradient color fill, 3D icon set for taskbar (Silver colour) and a nice decent rom independent BIOS+Android Bot bootanimation.​
ADDON PACKAGES and INSTALLERS​​1> JAVA :: for JAVA (JBED) Go here
TO INSTALL:: go to menu> settings > applications > check unknown sources > Copy the attachment to SD card navigate to it using a file explorer (eg. androzip) and tap the downloaded APK file > choose install from the options
Works flawless
2> The OC kernel by HCDR.Jacob .. its a flashable zip works perfectly with the ROM. USE KERNEL v4.1 Do not use 4.2*
3> APP2SD some on you must have noticed that not all apps can be moved to SD so easily just Go HERE and get the patch. Connect your buzz/wildfire to PC (Charge only preferably) and run the patch. PM me if you have any difficulties.
OR​Get darktremor APP2SD from here :: which is really nice.
4> Adblock Toggle on Download here and Flash it like a ROM.STOPS THE ANNOYING ADs. Thanks to Kevin.
5> GingerBread Keyboard Get it HERE WORKING WELL Thanks to alsgrigorjevs....Go to settings> languages and keyboard >> Make sure Gingerbread keyboard is ticked..To get the 3rd party keyboard, go to the area where the keyboard is visible / text is entered (example : compose a new text message), there, on the text area, tap the screen till you get an 'Edit Text' Popup with an 'Input Method' option. Select that, and, then, use the 3rd party keyboard you wish.
5> Live Wallpapers working with Launcher pro..Just install this file after this you can download and use live wallpapers from Market
6> 4 in 1 REBOOT MENU On popular demand here it is..
7> CHINESE handwriting :: Just check this post Thanks to loonychewy.​
REVERTING BACK TO ORIGINAL​​1> Original kernel To Revert BACK find the :: Original Kernel here.Flash the zip file just like a ROM from Recovery.
2> Original theme (Stock) - In case you dont like the new battery mod or anything of the above theme you can revert back to original theme by flashing This just like you flashed above theme/rom from recovery.​
INFORMATION LOG- Features**​​
> (7th.feb.2011) Chinese handwriting support added.
> (8th.jan.2011) Flashable zip for 4 in 1 ReBoot menu added in addons.
> (7th.jan.2011) After so many people asking about live wallpapers i just tested and found that it works well with launcher pro..Just install this apk..
> *(4th jan 2011) GingerBread Keyboard added GET IT HERE. Its a simple apk. download to SD and install (you will need to allow installations from unknown locations).
>** Added new package (battery mod meter with percentage, new status bar icons, new bootscreen)..see Customization package in this post above.
> More than 50 languages.
> Rooted
> Radio version 13.55.55.24H_3.35.20.10 (Newest)
> Sense UI (patched for moving/rearranging screens when homescreen is pinch zoomed)
> BusyBox
> WiFi Hotspot (Working well)
> App2SD (working well easy move apps to SD card--> Menu>settings>applications>manage applications> Choose ur app and move to SD New INFO: Just get the new Patch from the Addons links above and you can now move almost all downloaded app to SD
> Bash Shell
> De-odexed, zip-aligned, memory (RAM usage tweaked) and much more.
> Adobe reader.
> Spare Parts app.
> All apps updating properly including Market and Google Maps.
Please note that not many applications are added to provide freedom for users and to bring out an extremely reliable, fast and Stable ROM.
The OC Kernel by HCDR.Jacob is working perfectly with this ROM.(Yes WiFi is working.. ) GET IT HERE
ScreenShots and more Info by DjoeN >>> Here and HERE​
This ROM wont delete your personal data from your SD card.
KNOWN ISSUES
None even after Extensive testing.. waiting for more feedback.. (Edit :: got the feedback :: No issues)
People finding it difficult to connect to mobile networks check your APN settings from THIS POST
Take Note that this is not a ROM issue.
​HOW TO ::
Wipe your Cache first .. then Wipe Data/Factory Reset.
JUST ONE STEP and you are done :: To Flash, the zip file needs to be copied to root of your SD card and flashed from recovery.
You can also use ROM Manager.
Step by Step guide for Beginners​​
Copy the zip file to the root of your SD card.
Power off your phone.
Now press the down volume button and power on the phone.
Now wait for few seconds and when phone finishes checking SD card, Press down volume, now recovery is highlighted Now select recovery(go into recovery) by pressing power button with recovery highlighted.
In the recovery menu the optical track button works. So now choose the option Wipe your Cache, first .. then Wipe Data/Factory Reset.
Now Install zip from SD card using the track button and select by pressing the track button.>> Now choose the zip file to install i.e SUnAaBh v1.1
Wait for a few seconds may be a minute and done ..reboot the phone it will then flash a new radio image.
Again phone will auto reboot :: give it sometime the first boot takes a little time::: 5 to 10 minutes.
Your new Rom is installed and ready to use. go through the initial setup.
Have fun and give your feedback.
SCREENSHOTS​
Thnx to Manuac for linpack score note its without OverClock and no JIT.
LINPACK Scores by DjoeN:: Different OC's
The third screenshot is how my homescreen looks with beautiful widgets, simi folder and Launcher pro installed.
**SUnAaBh is the name of Lord Shiva's (Hindu God) Bow, which is known to hit and bring down its target every time it fired an arrow, the bow was so heavy that it could only be lifted by Gods. (Just a little info in case anyone was interested to know about the name).
TESTIMONIALS​
poogie said:
Another nice one!,great job with languages!
Click to expand...
Click to collapse
shann_mishra said:
Thanx buddy..... I really missed a stable sense UI and your ROM is really promising,
using it without any issue till now and happy with overall performance.
Click to expand...
Click to collapse
manash148 said:
The Best ROM for Wildfire Is the SUnAaBh_v1.1 .
It has got the Ultimate stability , Ultimate Speed and ultimate Sense..
The flip clock works well and the weather is getting some sense..
Its the awsme..
Click to expand...
Click to collapse
mattbrown said:
picked up my wildfire yesterday, and 2nd rom i tried im loving it, thanks.
Click to expand...
Click to collapse
Max19 said:
Thanks, Stable and Fast indeed.
Click to expand...
Click to collapse
bigga29 said:
I just install this Rom on my Wife wildfire and it was very easy with your instructions everything seems to work great.
Again Thanks
Click to expand...
Click to collapse
kennyhkw said:
I've been using this ROM for about a week now and i must say its pretty damn good! Basically a tuned up stock ROM that doesn't cause any issues!
Not had any crashes or freezes at all.
Good job Vibhu!
Click to expand...
Click to collapse
nexy33 said:
rooted and running for last 3 days and loving it phone is working better than ever..Ty for all your work Vibhu its much appreciated
Click to expand...
Click to collapse
rainowy said:
Hi. It's my first mod and cannot compare it with cyanogen but camera and radio works as it should without any problem. It's also fast and stable.710 mhz all the time without freezing.
Click to expand...
Click to collapse
Substance_D said:
Loving it, switched from PuzzleRom to this today, no crashes as was happening with puzzle rom, backed up and reinstalled everything using MyBackup and went off without a hitch. I've applied the over clocking patch and angry birds is running at playable speed.
Keep up the awesome work!
Click to expand...
Click to collapse
Lindwurm said:
hi out there,
this is my first post.
i just want to send a BIG thanks out there to warriorvibhu for his brilliant rom.
it works as promised and i did not have a single crash since installation (about 4 weeks). every feature of the original froyo works +oc to max.
greets Lindwurm
Click to expand...
Click to collapse
r00tPT said:
This has been working really great for me!
Plus, with a lot of sms and calls, and seldom internet usage (both wifi and 3g), after 24hours I'm still at 70% battery :O
With CM by this time I'd be around 30-50% battery! It's a monster increase!
Great work!
Click to expand...
Click to collapse
cire6 said:
my observation: battery life on stock 2.1 in sleep mode drain 3-5% overnight not bad, but now on this rom, last night and after 10 hrs in sleep mode still in 100%
Click to expand...
Click to collapse
naczelny1 said:
Dear Developer!
Now that's some serious ****!
Really, great ROM, especialy with those new add-on packages. It's great, that You're still working on that.
Also, contrary to what I had reported earlier, GPS seems to be working fine.
So, if any one of You guys is looking for a good ROM wich is close to stock, yet a bit improved, I sincerly recommend sunaabh.
Click to expand...
Click to collapse
spanta said:
This is amazing, man. I've been running the data connexion the whole day and i'm still at 91%!!! Thank you for this big ROM!!
Sent from my HTC Wildfire using XDA App
Click to expand...
Click to collapse
anhedonix said:
I come from CyanogenMod, thought of giving SUnAaBh a try. Till now this ROM has been very stable. I have not encountered any big problems as of yet. The battery life is definitely extended, i would say about 30% in my case. Going to be sticking with this for a while.
Thanks for sharing this ROM Warriorvibhu. Sweet work
Click to expand...
Click to collapse
irvs said:
Thanks for the ROM warriorvibhu! Just got my gf this phone today, so I rooted and flashed ur ROM pretty much right away, together with theme02. Works perfectly!
Click to expand...
Click to collapse
NICE one
My first post, my first download, my first flash and i am already loving this site..
Clean, neat, fast and no errors ..everything works well till now.. 10 minutes of usage will let you know more..
Thnx waiting for fully loaded.
arabic/persian support?
SAN93 said:
arabic/persian support?
Click to expand...
Click to collapse
Yes Arabic/Hebrew/Persian yes it is.
Attached here below theme02 are correct Hebrew fonts try to flash these and let us know..
Jit enabled?
And what is the linpack score with no OC?
Sent from my HTC Wildfire using XDA App
Woho, seems nice. Going to test this later this afternoon. Thanks
Sent from my wildfire using XDA App
it has flash? is that lite?
Another nice one!,great job with languages!
NICK^^ said:
Jit enabled?
And what is the linpack score with no OC?
Sent from my HTC Wildfire using XDA App
Click to expand...
Click to collapse
Linpack score for me
Does it support the patched market?
This Rom looks great
Sent from my HTC Wildfire using XDA App
NICK^^ said:
Jit enabled?
And what is the linpack score with no OC?
Sent from my HTC Wildfire using XDA App
Click to expand...
Click to collapse
Well Manuac helped you there dude i too got somewhere around that..
Manuac said:
Linpack score for me
Click to expand...
Click to collapse
Thnx dude
poogie said:
Another nice one!,great job with languages!
Click to expand...
Click to collapse
Thanks buddy ..
What do you guys think, should I keep the new Wildpuzzle or flash this one?
warriorvibhu said:
Yes Arabic/Hebrew/Persian yes it is. why dont you install try and let us all know ..
Click to expand...
Click to collapse
it doesn't support Compeletly, the letters are seprate like this:
Correct: سلام
incorrect : س ل ا م
SAN93 said:
it doesn't support Compeletly, the letters are seprate like this:
Correct: سلام
incorrect : س ل ا م
Click to expand...
Click to collapse
Since i do not understand the language its kind of tough for me .. but am working on it for arabic and persian support..
warriorvibhu said:
Since i do not understand the language its kind of tough for me .. but am working on it for arabic and persian support..
Click to expand...
Click to collapse
thanks a lot... CyanogenMod supports Arabic and persian well, you can ask from Jacob and CyanogenMod directors...
Dont forget hebrew please...
Sent from my HTC Wildfire using XDA App
Is Jit Enabled??? or can we enable it??? Is Jacob's OC kernel is included??
dolevt said:
Dont forget hebrew please...
Click to expand...
Click to collapse
Dude hebrew is Already there just check if its being displayed properly..
Im unrooted and wanna root this rom. But sadly cant see hebrew . so i wish someone would check it pls.
Sent from my HTC Wildfire using XDA App
dolevt said:
Im unrooted and wanna root this rom. But sadly cant see hebrew . so i wish someone would check it pls.
Click to expand...
Click to collapse
Dude i just checked it .. scroll down and u will find hebrew in initial setup screen after flash.. if u have already flashed this rom go to Menu>all apps> there is an app called setup with icon like magician's hat click on that and change ur language to hebrew..

[ROM] MIUI 2.3.9 - U8800pro PORTED

this rom ported frm this:
http://forum.xda-developers.com/showthread.php?t=1538588
u can read details there, i think the real dev of the rom is xuguoshu (correct me if wrong), credit to him or whatever name he has, i will refer back to fengbao.com to confirm his name. post has been translated by pikachukaki, it has been said as a perfect release.
download my ported rom here:
http://db.tt/dqdfFXCg
download modified austrie sd kernel patch here (i modified wifi module to suit with edowar wifi patch):
http://db.tt/ZCFLBhwM
download google patch here:
http://www.4shared.com/zip/zTcyKVYN/GSM.html
steps of installation:
1. go to cwm
2. do a nandroid backup (if applicable)
3. do a full wipe (unless u already use miui gb rom - if so, just wipe dalvik & cache)
4. flash the rom
5. flash sd kernel patch (huawei roms came with unique updater script, so its mandatory for u to flash kernel separately)
6. flash google patch
7. reboot system
WARNING: DONT REBOOT YR PHONE UNTIL U FINISH FLASHING EVERYTHING
credit also to austrie for the kernel
credit also to edowar for his wifi patch
i add spirit fm radio with its library file in this rom, u can test. my country is not in the preset list.
i/o scheduler (deadline) is seems like not really compatible for our device, some apps function, such as selecting certain themes may reboot yr phone, to stabilize it, just go to x5 setting (included) & change to cfq, so far its working great!
ALL MAJOR FUNCTIONS ARE WORKING.
NO IN-CALL VOLUME ISSUE.
ENJOYYYYY!!!
if u like my work & willing to donate, my paypal ac is at [email protected]
Sent from my u9000 using xda premium
Great work man. You are now the Man of Rom porting
bro, the ported rom link and the austrie sd kernel link are same link?
bigostoo said:
bro, the ported rom link and the austrie sd kernel link are same link?
Click to expand...
Click to collapse
sorry & link updated, tq!
Sent from my u9000 using xda premium
ok downloaded and now flashing.
Hey Zuk I Think You Have Goofed Up With "modified austrie sd kernel patch" Link In the First Post Please FIX It
The link for the ROM & Sd Kernel Patch Is Same.
deathbearer said:
Hey Zuk I Think You Have Goofed Up With "modified austrie sd kernel patch" Link In the First Post Please FIX It
The link for the ROM & Sd Kernel Patch Is Same.
Click to expand...
Click to collapse
fixed & updated
Sent from my u9000 using xda premium
spirit fm radio that i put in the rom did not appear on the screen, so i install the apk manually, i can confirm u its working first time headset is functioning, to hear the radio, also as an antenna.
x5 setting cannot set i/o scheduler on boot, so need to install other i/o scheduler app frm market
Sent from my u9000 using xda premium
This The Most Pathetic ROM, Zuk No Offense Brother But This Rom Keeps Restarting & Hanging My Phone.
Clicking On Settings Gives Force Close,
Some Parts Of The Rom Are Still Chinese
Opening Root Explorer & X5 Settings Stuck On Superuser Had To Reboot By Removing Battery.
Camera Cannot Focus Properly Double Checked With Camera ICS App
Front Facing Camera Shows A 90degree Image.
And The Mosted Talked About Feature The RADIO, It Indeed Does Work In India, But The Audio Is Bad As Hell As If Listening To A Scratched Disc. (In Short Its Useless)
Wifi & Bluetooth Working Fine
Have Not Tested GPS.
Going Back To CM
deathbearer said:
This The Most Pathetic ROM, Zuk No Offense Brother But This Rom Keeps Restarting & Hanging My Phone.
Clicking On Settings Gives Force Close,
Some Parts Of The Rom Are Still Chinese
Opening Root Explorer & X5 Settings Stuck On Superuser Had To Reboot By Removing Battery.
Camera Cannot Focus Properly Double Checked With Camera ICS App
Front Facing Camera Shows A 90degree Image.
And The Mosted Talked About Feature The RADIO, It Indeed Does Work In India, But The Audio Is Bad As Hell As If Listening To A Scratched Disc. (In Short Its Useless)
Wifi & Bluetooth Working Fine
Have Not Tested GPS.
Going Back To CM
Click to expand...
Click to collapse
its not happen to me, im using it now, except the front camera 90。yes
Sent from my u9000 using xda premium
1) Wifi did not connect properly ( it would connect once and then disconnect after few seconds).
2) After switching on the WIFI the phone switches off automatically and you will have to remove the battery to switch it on again.
3) The keyboard was in chines and sometimes even that would not pop out when i tried typing.
4) Front camera problem has already been mentioned.
I was initially excited to try this one but with the above problems its impossible to use it. Switching back to CacingKalung 2.3.7. i feel thats the most stable ROM so far. Any ways still appreciate your effort in porting another ROM. thanks.
Cheers,
Shri
shri080 said:
1) Wifi did not connect properly ( it would connect once and then disconnect after few seconds).
2) After switching on the WIFI the phone switches off automatically and you will have to remove the battery to switch it on again.
3) The keyboard was in chines and sometimes even that would not pop out when i tried typing.
4) Front camera problem has already been mentioned.
I was initially excited to try this one but with the above problems its impossible to use it. Switching back to CacingKalung 2.3.7. i feel thats the most stable ROM so far. Any ways still appreciate yourm in porting another ROM. thanks.
Cheers,
Shri
Click to expand...
Click to collapse
i hv tested wifi several times b4 uploading, i know its working. i hv told abt changing i/o scheduler to avoid hp rebooting.
and u hv choice to use another keyboard frm market if u too rigid with chinese alphabets. im not chinese but i know the option to use english keyboard, its a chinese button beside the enter key, bottom right.
i hv ported many chinese android roms, keyboard never gv me problems
Sent from my u9000 using xda premium
Up!!!!!!!!
Thanks for all your work Bud! Looks like you have been busy! Much appreciated, now I don't know which ROM to use for mu mom's phone lol. I guess I will have to try them all! But maybe if you told me your favorite I can try it first! Thanks again good buddy.
hey zuk one question which version of kernel used ? i want to know if i could use it over sharp kernel 2.3.5 rom's kernel that showed issues u may remember .
kshitij_bhatt said:
hey zuk one question which version of kernel used ? i want to know if i could use it over sharp kernel 2.3.5 rom's kernel that showed issues u may remember .
Click to expand...
Click to collapse
dude if you are over 2.3.5 stock then it not for you, its base on 2.6.32.9 kernel ...
can we please have a 4shared mirror?

Q & A Thread for [ICS 4.0.4]Unofficial CM9 - Nightly 2a- Free Optimus Project

Please use this thread for discussion and/or questions you may have regarding the [ICS 4.0.4]Unofficial CM9 - Nightly 2a- Free Optimus Project ROM development.
Great! This is exactly what I needed because I cant post to the dev forums yet.
I have a question about the battery stats: I changed the CPU governor to "Ondemand" and whenever i check my battery stats it shows the phone is awake at all time (even when locked ). Sometimes my battery will drain for no apparent reason ( I was drained 10% in 1 hour even though phone was locked all time ), but not too often.
Did anyone else experience such troubles?
Antonnzr said:
Great! This is exactly what I needed because I cant post to the dev forums yet.
I have a question about the battery stats: I changed the CPU governor to "Ondemand" and whenever i check my battery stats it shows the phone is awake at all time (even when locked ). Sometimes my battery will drain for no apparent reason ( I was drained 10% in 1 hour even though phone was locked all time ), but not too often.
Did anyone else experience such troubles?
Click to expand...
Click to collapse
Thats due to wakelocks. There are still a lot of bugs, which seem to keep the phone alive. But maybe you also got an incompatible app, check with betterbatterystats, then you ll see, if it's an app or android processes, that keep the phone awake
Sent from my LG-P970 using XDA
I have a dude, this rom is CM9 (ics 4.0.3) and doesent work:
Camera
Sim Lock Security
Partial GSM
2G/3G
Hardware Acceleration
But this port of Cm9: http://forum.xda-developers.com/showthread.php?t=1613678
works GSM , vibration, and i think sim security..
Its impossible to port those things that work to this rom?
I love ur work!
sexation said:
I have a dude, this rom is CM9 (ics 4.0.3) and doesent work:
Camera
Sim Lock Security
Partial GSM
2G/3G
Hardware Acceleration
But this port of Cm9: http://forum.xda-developers.com/showthread.php?t=1613678
works GSM , vibration, and i think sim security..
Its impossible to port those things that work to this rom?
I love ur work!
Click to expand...
Click to collapse
These are both versions of cm9 so it should work. The main problem with our version of cm9 is the kernel. If we could import the kernel from this rom to the Free Optimus Project's rom, it might work. Someone should suggest this.
How can i disable SIM security? I really want to try this rom
ErnuB said:
How can i disable SIM security? I really want to try this rom
Click to expand...
Click to collapse
settings > location & security settings > setup SIM card lock > untick the lock sim card
Project is stopped since Oscar lost his cell?
Mexickano said:
Project is stopped since Oscar lost his cell?
Click to expand...
Click to collapse
No it is not, but we all also have private lifes, hope you guys understand this furthermore, redy is trying to compile a new kernel, which might fix some bug and the bugs remaining, are simply hard to fix. For vibration, you can simply open the zip, add cm7 kernel, patch the market bug, repack, add boot.img to your zip, repack and resign this and then flash the new version if you have problems, in doing so, ask here and i ll help, if i have time
Sent from my LG-P970 using XDA
N00BY0815 said:
For vibration, you can simply open the zip, add cm7 kernel, patch the market bug, repack, add boot.img to your zip, repack and resign this and then flash the new version if you have problems, in doing so, ask here and i ll help, if i have time
Click to expand...
Click to collapse
how I do this? Excuse my ignoarance.
Mexickano said:
how I do this? Excuse my ignoarance.
Click to expand...
Click to collapse
Not ignorant at all ok take build 2a, open it with 7 zip and add the boot.img of faradox build to the 2a zip (replace the old one). Then look for a .zip ROM signer ans sign your ROM. Test whats working I first need to look up the changes made by tantrums, to make market work, but i think it should be in init.rc in the ramdisk of boot.img just keep asking, if you need more help :-D
Sent from my LG-P970 using XDA
everytime i check an app's info, to stop it or uninstall it , system reboots
The same for all of us , but only from System settings/Apps, you can uninstall apps from louncher (Nova Launcher for ex.) or other program with apps manager
From OB with FOP CM9, using Tapatalk
Android System Info reboots either. I'm using Total Commander - works as it should.
Hum... what don't let some apps running ? I mean : for example Busybox Installer FC directly and ZArchiver either (well I didn't try all apps existing lol).
Sent from my P970 using xda premium
Guys i have one Q .. this GUIDE ( http://forum.xda-developers.com/showthread.php?t=1660293 ) work for this ICS PORT ?
I have no wi'fi around me .. and all i got is 3G for my provider ..
Liked that
Sent from my LG-P970 using xda premium
DiederikC said:
Oscars lost phone definatly effects our speed of fixing
we are looking into omer's fix .
be patient next release will come .
But we want to release a complete and ready for daily use rom .
Thank you for your patience.
Click to expand...
Click to collapse
Thank you for your work and hope the fixes will work.
Just a question in the next fix camera front and back will work ? and 2G/3G work ?
you just quoted answer
This is a Q&A thread
I keep getting reports that people are posting questions in here - that is precisely what this thread is for! This thread was created to keep the Development thread clean. Please answer what you can answer and ignore what you can't, and quit reporting this as a 'development thread'.

[JB:4.1.2:CM10] PARANOIDANDROID [2.54,HybridMode, COLOR,Size&UI on PerAppBasis]

{
"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"
}
PER-APP-COLOR,
Paranoidandroids newest invention. Define apps in your regular hybrid panel (same that allows you to scale apps individually and choose their interface). See your phone fade into the color definition of your current app, press home or go elsewhere and it fades back. Create as many combinations you like, you can even dabble with opacity. This feature is made possible by our hybrid engine, which is unique to this rom.
Click to expand...
Click to collapse
To be honest, this is not tablet mode at all, it has nothing to do with silly build.prop hacks. This is the first and only Android rom to feature true Hybrid mode. This rom lets you scale and project every app, every widget, even systemcomponents individually. Remember, android is modular, everything is an app: Lockscreen, navigationbar, dialogs, popups, keyboards, widgets, and your regular apps of course. Apps have the capability to switch into various designs or layouts according to the device they run on. This can result in a complete new experience as many apps will transform to the better.
Now for every element that you like chose a mode (PhoneUI, Phablet/Nexus-7UI, TabletUI) and/or a size. You are 100% independent of the system DPI which runs nicely in whatever value it has been assigned to. You do not need to boot your phone into a certain DPI. Neither will most of the changes you apply require a reboot. You will not suffer from the myriads of troubles which normally haunt you under build.prop tablet mode. Your market, phone, etc. will all work, apps won't shrink on you unless you shrink them yourself. This project will entirely transform your device, but retain the aesthetics and the feel of your phone.
Donations
to molesarecoming
to D4rKn3sSyS
to Cyanogenmod
And Me
Click to expand...
Click to collapse
Backup your paranoid settings when updating
CWM: Wipe Cache / Factory Reset IF you're on any ROM other than Previous release (May work without fullwipe from older PA versions)
CWM: Wipe Cache Partition
CWM: Advanced/Wipe Dalvik Cache
CWM: Mount & Storage? format system
CWM: Install ROM (see post 3 for difference between stock & 360)
CWM: Install Gapps: Do every time
Reboot
Downloads
ROM
Gapps
Click to expand...
Click to collapse
Our webpage: http://www.paranoid-rom.com/
You want to port PA? Take a look here: http://forum.xda-developers.com/showthread.php?p=27558806
Or compile from source? http://forum.xda-developers.com/showthread.php?t=1863547
Themes and other goodies you can find here: http://forum.xda-developers.com/showthread.php?t=1822082
Click to expand...
Click to collapse
If you have an issue and you want to call our attention, here's what you do:
1. Try everything you can, find solutions for yourself. Wipe caches, revert all your settings you have made, go back to your stock Kernel, factory reset if you have to or reflash the rom. Assume that the issue is on your side and try your best to isolate it.
2. Search this thread and Cyanogenmods aswell (its our base) for possible reoccurences of your issue and hopefully solutions that may have come up.
3. If you think the issue is important enough that we should cease our work and look into it, post your issue, BUT ...
... stay friendly, do not demand anything, do not threaten
... explain your issue as precise as you can, name the exact apps and conditions that cause trouble, help us to replicate the issue right away. If we can't there's no way we can fix it and your post will simply clutter the thread
... collect evidence, keep in mind this is a developer thread so even if you are not one, do us the favor and research how to record logcat. logcat is the single most important help you can give us to resolve your issue.
Click to expand...
Click to collapse
Tina: http://krebsmilk.de/
Cyanogenmod Team
ParanoidAndroid Team
FaultExcption
Stratosk
gokussjx
sixstringsg & androtransfer.com
Xrider66 & Crash1014 (testers)
If I forgot someone sorry, & let me know
Click to expand...
Click to collapse
Check changelog
Click to expand...
Click to collapse
User Options
How to set the workspace mode
How to change an apps Layout and size
Optional addons or stuff of interest
Inverted gapps http://forum.xda-developers.com/showthread.php?p=29343474 Thanks for link, Dougfresh
Semaphore kernel http://forum.xda-developers.com/showthread.php?p=30579236
Devil kernel http://www.hellybean.com/jelly.html
FFC PATCH http://www.mediafire.com/?q0bzqgnqey05e47Thanks ngiordano for the link.
360 vs. stock differences:
stock is CM10+PA options and is the base rom for 360
360 is my spin on for the rom changes include:
latest Semaphore kernal "S"version
patch lib files for greater ram availability
Build.prop edits
different system sounds
GPS fixes and possible improvements
Beats Audio enhancments thanks Awesome
remove some unnecessary files
remove stock live wallpaper
and other such tweaks as I find them useful
This looks interesting .
You are wrong for putting up thread without download links, I've been so eager for another Paranoid rom, you the man I'm sure it will be wonderful
Edit:
What is the data partition size? Just curious before I flash
Edit:
I was on Hellybean 9/20 and wiped, wiped and wiped and now just bootloops and wont boot so now i have to Odin lol good thing I just reformatted my whole phone so I have a backup
saved.Well just finished with Odin and good thing it didnt erase my data
just a warning for anybody reading this
Sent from my SGH-T959 using Tapatalk 2
I tested some builds of this a while ago.
I can promise it will be everything you guys expected.
J, as always does great work.
Awesome! Looking forward to giving this a whirl man!
Thanks for the hard work :]
links are up.
and slight tweaked release is coming
jrongi1 said:
links are up.
and slight tweaked release is coming
Click to expand...
Click to collapse
I will give it a shot....
**Update**.Running really smooth.Feels fast.Thank you.
mexicandroid said:
You are wrong for putting up thread without download links, I've been so eager for another Paranoid rom, you the man I'm sure it will be wonderful
Edit:
What is the data partition size? Just curious before I flash
Sent from my SGH-T959 using Tapatalk 2
Click to expand...
Click to collapse
Partition is the same as cm10
Vibrant 360° Productions
Hey jrongi1 is there anyway you can make slimmed down version like the one on this link?
http://forum.xda-developers.com/showthread.php?t=1817793
ive tried making one before but it usually breaks some things. Big props to you guys because its not always that easy
Think I'm in love... ^_^ thanks devs you guys are effin amazing!!!
Sent from my SGH-T959 using xda premium
Jrongi1, I figured I'll test this rom out and get bored soon but no way, I can't stop playing with it! Top 1 or 2 in my book and it's initial release, nicely done. I running it with Sema 212v...Can we say Bacon!!! Superuser wasn't sticking maybe cuz I wiped the system partition prior but I got it up by flashing su 3.2 zip. Just in case someone runs into the same issue http://downloads.noshufou.netdna-cdn.com/superuser/Superuser-3.2-RC3-arm-signed.zip
Dougfresh said:
Jrongi1, I figured I'll test this rom out and get bored soon but no way, I can't stop playing with it! Top 1 or 2 in my book and it's initial release, nicely done. I running it with Sema 212v...Can we say Bacon!!! Superuser wasn't sticking maybe cuz I wiped the system partition prior but I got it up by flashing su 3.2 zip. Just in case someone runs into the same issue http://downloads.noshufou.netdna-cdn.com/superuser/Superuser-3.2-RC3-arm-signed.zip
Click to expand...
Click to collapse
I had the same problem and installed SuperSu from the market and it updated binaries and also did the trick
Sent from my SGH-T959 using Tapatalk 2
Dougfresh said:
Jrongi1, I figured I'll test this rom out and get bored soon but no way, I can't stop playing with it! Top 1 or 2 in my book and it's initial release, nicely done. I running it with Sema 212v...Can we say Bacon!!! Superuser wasn't sticking maybe cuz I wiped the system partition prior but I got it up by flashing su 3.2 zip. Just in case someone runs into the same issue http://downloads.noshufou.netdna-cdn.com/superuser/Superuser-3.2-RC3-arm-signed.zip
Click to expand...
Click to collapse
mexicandroid said:
I had the same problem and installed SuperSu from the market and it updated binaries and also did the trick
Sent from my SGH-T959 using Tapatalk 2
Click to expand...
Click to collapse
Thanks guys. I had done the Same as Mexicandroid but forgot.
And I also use Semaphore.
Vibrant 360° Productions
After reboot I get "process system isn't responding". But when I hit ok everything fine.
Update... After d/l superuser, everything is good
Sent from my SGH-T959 using xda app-developers app
Ok, long time no flash for me here (it's been like 6 mths):
I'd like to flash this ROM from an ICS ROM (ICS Passion 13.1) but I have a few questions:
1. Can I go ahead and flash this right from an ICS ROM or do I have to ODIN back to stock?
2. I made it to ICS but I've still got the Froyo bootloader, do I need to upgrade it to a GB bootloader?
3. Any special instructions I should adhere to that's not in the OP (other than backup, don't restore system apps, fix permissions)?
TIA.
Guitar100 said:
After reboot I get "process system isn't responding". But when I hit ok everything fine.
Update... After d/l superuser, everything is good
Sent from my SGH-T959 using xda app-developers app
Click to expand...
Click to collapse
It does that at reboot not sure why.
Oniyuri said:
Ok, long time no flash for me here (it's been like 6 mths):
I'd like to flash this ROM from an ICS ROM (ICS Passion 13.1) but I have a few questions:
1. Can I go ahead and flash this right from an ICS ROM or do I have to ODIN back to stock?
2. I made it to ICS but I've still got the Froyo bootloader, do I need to upgrade it to a GB bootloader?
3. Any special instructions I should adhere to that's not in the OP (other than backup, don't restore system apps, fix permissions)?
TIA.
Click to expand...
Click to collapse
All the standard flashing tips are good. You will most likely have a problem coming from passion, but that's just passion. Bootloaders are your choice.
Vibrant 360° Productions
jrongi1 said:
All the standard flashing tips are good. You will most likely have a problem coming from passion, but that's just passion. Bootloaders are your choice.
Vibrant 360° Productions
Click to expand...
Click to collapse
Okay, then should I flash CM10 and then flash PA over it?
Oniyuri said:
Ok, long time no flash for me here (it's been like 6 mths):
I'd like to flash this ROM from an ICS ROM (ICS Passion 13.1) but I have a few questions:
1. Can I go ahead and flash this right from an ICS ROM or do I have to ODIN back to stock?
2. I made it to ICS but I've still got the Froyo bootloader, do I need to upgrade it to a GB bootloader?
3. Any special instructions I should adhere to that's not in the OP (other than backup, don't restore system apps, fix permissions)?
TIA.
Click to expand...
Click to collapse
Just for better measures, flash the GB bootloader, then go ahead and flash this. If that doesn't work, flash Hellybean first (must have GB bootloader for this) and then flash this. That's the way I did it.

[GUIDE] How to install s7/n7 port roms on note 4 SM-N910S/L/K

I recently bought a note 4 and it turned out to be a n910s. There arent many 910s devs around so i decided to look around on how to boot these roms on our device. These are my findings and i present it as a guide so that other n910s users can benefit from this too.
All credits go to the original devs of the roms/kernels
I will not be responsible for a bricked or broken devices
These are the same exact steps thats i did, if you follow them in that particular manner youll have a new rom on your device in no time
HOW TO INSTALL S7 ROM ON N910S
To my knowledge the only s7 rom that boots up on the n910s is the DN5 rom. Here are the steps to do so
1.Download DN5 rom from the E-Team website http://electron-team.com/sm-n910c-2/
2.Download the latest firmware for the n910s from sammobile https://www.sammobile.com/firmwares/database/SM-N910S/
3.Extract the downloaded firmware file two times until you get the modem,boot,cache... files
4.Open downloaded DN5 rom (Default opens with Winrar)
5.Drag the boot.img file from the samsung official firmware and add and replace it in "eteam" folder of DN5
6. Do the same for the modem.bin (You'll have to flash bootloader manually)
7. Copy the modified DN5 folder to your devices internal storage or external sd card.
8. Flash rom, manually flash bootloader through odin and it'll boot
ENJOY THE FLAVORS OF THE S7
It takes about 10-15 minutes to boot
To save battery on the s7 rom use Grennify and Force Doze
Unfortunately there is no script to debloat s7 roms automatically. You'll have to manually download a system app remover from the play store grant root access and then uninstall or disable system apps.
ALSO ON THE N910S WHEN YOU GO TO MAKE A CALL THERE IS A STATIC NOISE (THIS HAPPENS ON BOTH THE S7 AND N7 ROMS) TO FIX THIS FLASH THE FILE BELOW IN RECOVERY all credits go to @tanthuychivietnam on making this fix
https://mega.nz/#!ohUmHJJL!FQB-6Ejt4KmmdICNfgbXPQ7CqBzE5xIGGqW8XQ06Qgg
HOW TO INSTALL N7 ROM ON N910S
To my knowledge every N7 port rom i've tried to boot up with this method has worked and this the easiest method out of the 2
1.Download your N7 port rom of choice
2.Download prime kernel. If you dont have prime kernel send an email to [email protected] and an automated email will give you the links to the kernel
3.move kernel and rom to internal storage/external sd card
4. flash rom and then kernel
5. DONT REEBOT, flash latest modem and bootloader and youre done
YOUR N4 IS NOW A N7*YAY**RIP N7*
Battery drain is quite significant on all N7 ports because samsung didnt update the software any further *we all know why* and also there maybe heating issues.If anyone does have a heating problem just delete system/bin/debug_interface_proxy Of course this differs from user to user depending on their usage and their preference of the rom
There is a debloat script available for debloating the N7 ill link it down below. credits go to @Near_07 on making this excellent script
DEBLOAT ALL N7 ROMS - https://forum.xda-developers.com/showpost.php?p=69891651&postcount=8829
To save battery on N7 roms use Greenify and force Doze as mentioned above and also go to Samsung under "Accounts" and disable all sync This is the main reason your phone stays awake even while the screen if off and it drains a lot of battery. Also try disabling "Enable Fast Charging" under the battery section, this too might help
In my opinion PIROBOT v6 is the best and most stable n7 port for the n910s right now, again this is my opinion and it may differ from user to user
These are the steps i followed to get DN5 S7 and any N7 rom to boot up on the N910s. Hope these steps can help you guys too. If it did all i ask for is a thanks, don't worry its free
If i forgot to credit any devs for their amazing work or if you want any edits drop me a pm and ill add/edit your name/work
Finally this is none of my work, just a guide, shoutout to all those amazing devs out there who make all this happen
What is VIOLA?
Michiel0912 said:
What is VIOLA?
Click to expand...
Click to collapse
Its a metaphor we use, nothing related to the post i see its confusing
vishudha98 said:
Its a metaphor we use, nothing related to the post i see its confusing
Click to expand...
Click to collapse
Do you maybe mean 'voila' ?
Michiel0912 said:
Do you maybe mean 'voila' ?
Click to expand...
Click to collapse
yeah exactly there was a typo
Michiel0912 said:
What is VIOLA?
Click to expand...
Click to collapse
It is spelled "voila" and is pronounced as "vwah-la"
Sent from my SM-G935F using Tapatalk
vishudha98 said:
I recently bought a note 4 and it turned out to be a n910s. There arent many 910s devs around so i decided to look around on how to boot these roms on our device. These are my findings and i present it as a guide so that other n910s users can benefit from this too.
All credits go to the original devs of the roms/kernels
I will not be responsible for a bricked or broken devices
These are the same exact steps thats i did, if you follow them in that particular manner youll have a new rom on your device in no time
HOW TO INSTALL S7 ROM ON N910S
To my knowledge the only s7 rom that boots up on the n910s is the DN5 rom. Here are the steps to do so
1.Download DN5 rom from the E-Team website http://electron-team.com/sm-n910c-2/
2.Download the latest firmware for the n910s from sammobile https://www.sammobile.com/firmwares/database/SM-N910S/
3.Extract the downloaded firmware file two times until you get the modem,boot,cache... files
4.Open downloaded DN5 rom (Default opens with Winrar)
5.Drag the boot.img file from the samsung official firmware and add and replace it in "eteam" folder of DN5
6. Do the same for the modem.bin (You'll have to flash bootloader manually)
7. Copy the modified DN5 folder to your devices internal storage or external sd card.
8. Flash rom, manually flash bootloader through odin and it'll boot
ENJOY THE FLAVORS OF THE S7
It takes about 10-15 minutes to boot
To save battery on the s7 rom use Grennify and Force Doze
Unfortunately there is no script to debloat s7 roms automatically. You'll have to manually download a system app remover from the play store grant root access and then uninstall or disable system apps.
ALSO ON THE N910S WHEN YOU GO TO MAKE A CALL THERE IS A STATIC NOISE (THIS HAPPENS ON BOTH THE S7 AND N7 ROMS) TO FIX THIS FLASH THE FILE BELOW IN RECOVERY all credits go to @tanthuychivietnam on making this fix
https://mega.nz/fm/ckEQxZQK
HOW TO INSTALL N7 ROM ON N910S
To my knowledge every N7 port rom i've tried to boot up with this method has worked and this the easiest method out of the 2
1.Download your N7 port rom of choice
2.Download prime kernel (To my knowladge this is the only custom kernel available for n910s). If you dont have prime kernel send an email to [email protected] and an automated email will give you the links to the kernel
3.move kernel and rom to internal storage/external sd card
4. flash rom and then kernel
5. DONT REEBOT, flash latest modem and bootloader and youre done
YOUR N4 IS NOW A N7*YAY**RIP N7*
Battery drain is quite significant on all N7 ports cause samsung didnt update the software any further *we all know why* and also there maybe heating issues. of course this differs from user to user depending on their usage and their preference of the rom
There is a debloat script available for debloating the N7 ill link it down below. credits go to @Near_07 on making this excellent script
DEBLOAT ALL N7 ROMS - https://forum.xda-developers.com/showpost.php?p=69891651&postcount=8829
These are the steps i followed to get any S7/N7 rom to boot up on the N910s. Hope these steps can help you guys too. If it did all i ask for is a thanks, its free
If i forgot to credit any devs for their amazing work or if you want any edits drop me a pm and ill add/edit your name/work
Finally this is none of my work, just a guide, shoutout to all those amazing devs out there who make all this happen
Click to expand...
Click to collapse
Thank you for your help. My phone is n916k , a korean note 4 like yours. I flashed dn7 rom on it and it's working well except for the lockscreen security, pin, pattern and password don't work on mine , I don't know why, in can input the password, pin or pattern on lockscreen security setting but when I want to unlock the phone, none of them work. Fortunately i only have to flash Dr. ketan lockscreen security bypass v1.1 to delete the lockscreen security And get back my phone working without reflash the all rom. And about the heating problem, I don't have it anymore. A nice guy told me to delete system/bin/debug_interface_proxy and it worked, up to now no heating anymore.
If you have a fix for this lockscreen problem, please could you share with us. Thanks
Sent from my SM-N930F using XDA Free mobile app
shabbat said:
Thank you for your help. My phone is n916k , a korean note 4 like yours. I flashed dn7 rom on it and it's working well except for the lockscreen security, pin, pattern and password don't work on mine , I don't know why, in can input the password, pin or pattern on lockscreen security setting but when I want to unlock the phone, none of them work. Fortunately i only have to flash Dr. ketan lockscreen security bypass v1.1 to delete the lockscreen security And get back my phone working without reflash the all rom. And about the heating problem, I don't have it anymore. A nice guy told me to delete system/bin/debug_interface_proxy and it worked, up to now no heating anymore.
If you have a fix for this lockscreen problem, please could you share with us. Thanks
Sent from my SM-N930F using XDA Free mobile app
Click to expand...
Click to collapse
I didnt experience any of the lock screen problems when i flashed dn7. Thanks for the heads up on the heating problem ill look into it. Have you tried using a third party lockscreen app. If not i suggest you switch roms. DN7 is not that good with the prime kernel. Im on pirobot v6 which is also a note 7 port and i get excellent battery life with the kernel plus there are no lockscreen issues either
vishudha98 said:
I didnt experience any of the lock screen problems when i flashed dn7. Thanks for the heads up on the heating problem ill look into it. Have you tried using a third party lockscreen app. If not i suggest you switch roms. DN7 is not that good with the prime kernel. Im on pirobot v6 which is also a note 7 port and i get excellent battery life with the kernel plus there are no lockscreen issues either
Click to expand...
Click to collapse
Please could you give me a mirror link to download that pirobot v6 rom for our Korean note 4?I want to try that. Thank you
Edit: you mean this PIROBOTROM V6 Full Port N7 for N910C via Aroma.zip right? Or pirobot rom for n910kls/916kls?
I've just found it and it is uploaded on mega, my favorite cloud.
Sent from my SM-N930F using XDA Free mobile app
shabbat said:
Please could you give me a mirror link to download that pirobot v6 rom for our Korean note 4?I want to try that. Thank you
Edit: you mean this PIROBOTROM V6 Full Port N7 for N910C via Aroma.zip right? Or pirobot rom for n910kls/916kls?
I've just found it and it is uploaded on mega, my favorite cloud.
Sent from my SM-N930F using XDA Free mobile app
Click to expand...
Click to collapse
yeah it's called pirobot v6 via aroma, the other one is something uploaded by some Vietnamese dev. Heres the link https://mega.nz/#!EM8nEJIL!ducfNt-WfElmSmwgsKDiqfVjKtKIxZgPFcI2vFhgeOc. Hope everything works out
vishudha98 said:
yeah it's called pirobot v6 via aroma, the other one is something uploaded by some Vietnamese dev. Heres the link https://mega.nz/#!EM8nEJIL!ducfNt-WfElmSmwgsKDiqfVjKtKIxZgPFcI2vFhgeOc. Hope everything works out
Click to expand...
Click to collapse
Thank you buddy. Really appreciated :thumbup::thumbup::thumbup:
Sent from my SM-N930F using XDA Free mobile app
barry allen:
barry allen:
■■Hello GUYZZ■■
Enhanced NEW UPDATE
CHANGELOG IS
ALL BUGS OF PREVIOUS VERSION FIXED.
■Call bugs solved
■Added all country csc I had
■Gliched fixed for n910T/n910f
■Added as card as speed and faster gps app
■Language spen bug solved for n910T
■Advanced menu bug solved
■Aod brightness
can be control by aod settings now provided.
■Time bug solved in systemui.
■Added languages in data base
■ADDED FONTS
■Fingerprint added
FOR LOCK SCREEN THIRD PARTY APP
FOR APPS NO NEED.
MORE STABLE MORE SMOOTH
●ROM:-
https://mega.nz/#!WUFDwapT!YA-K_NE3PGrwSi5J066C8Qhaz07Kgm-3CUzl0gKXcuk
●SMALL FIX:-
https://mega.nz/#!WJ9D0S5b!3-ERY7WN602YI8wDgF-0avvx8CqOmbEy_efBuI1hpLs
●INSTRUCTIONS TO FLASH:-
1)N910G -(ROM+FIX).
2)N910F -(ROM+FIX+ RAM KERNAL).
3)N910T -(ROM+FIX+DATAFIX+RAMKERNAL).
4)N910W8 -(ROM+FIX+DATAFIX+RAMKERNAL).
■■■■■
IF YOU LIKE MY WORK YOU CAN DONATE ME A CUP OF COFFEE That will keep me awake for the further development
Gesendet von meinem SM-G935F mit Tapatalk
manne48 said:
barry allen:
barry allen:
■■Hello GUYZZ■■
Enhanced NEW UPDATE
CHANGELOG IS
ALL BUGS OF PREVIOUS VERSION FIXED.
■Call bugs solved
■Added all country csc I had
■Gliched fixed for n910T/n910f
■Added as card as speed and faster gps app
■Language spen bug solved for n910T
■Advanced menu bug solved
■Aod brightness
can be control by aod settings now provided.
■Time bug solved in systemui.
■Added languages in data base
■ADDED FONTS
■Fingerprint added
FOR LOCK SCREEN THIRD PARTY APP
FOR APPS NO NEED.
MORE STABLE MORE SMOOTH
●ROM:-
https://mega.nz/#!WUFDwapT!YA-K_NE3PGrwSi5J066C8Qhaz07Kgm-3CUzl0gKXcuk
●SMALL FIX:-
https://mega.nz/#!WJ9D0S5b!3-ERY7WN602YI8wDgF-0avvx8CqOmbEy_efBuI1hpLs
●INSTRUCTIONS TO FLASH:-
1)N910G -(ROM+FIX).
2)N910F -(ROM+FIX+ RAM KERNAL).
3)N910T -(ROM+FIX+DATAFIX+RAMKERNAL).
4)N910W8 -(ROM+FIX+DATAFIX+RAMKERNAL).
■■■■■
IF YOU LIKE MY WORK YOU CAN DONATE ME A CUP OF COFFEE That will keep me awake for the further development
Gesendet von meinem SM-G935F mit Tapatalk
Click to expand...
Click to collapse
Dude really this thread is for N910s and youre bringing in kanged roms for snapdragon
vishudha98 said:
yeah it's called pirobot v6 via aroma, the other one is something uploaded by some Vietnamese dev. Heres the link https://mega.nz/#!EM8nEJIL!ducfNt-WfElmSmwgsKDiqfVjKtKIxZgPFcI2vFhgeOc. Hope everything works out
Click to expand...
Click to collapse
Hi @vishudha98, I flashed pirobot rom v6 for n910c on my n916k, up to now everything is working fine, no heating, no laggy, deep sleep very good too. Only Samsung keyboard fcs, do you know if there is a fix for that ? On google plus I found 3 fixs and flashed them but they didn't solve Samsung keyboard problem. Actually I use another keyboard, it's working well but if possible I would like to have Samsung keyboard working.
Anyway thank you so much for pointing me to use this wonderful rom, I really like it. And by the way, the link on the OP for call noise fix for n910s doesn't work, please do you know if there is a call noise fix for n916k inside this file?
Thank you
Sent from my SM-N930F using XDA Free mobile app
shabbat said:
Hi @vishudha98, I flashed pirobot rom v6 for n910c on my n916k, up to now everything is working fine, no heating, no laggy, deep sleep very good too. Only Samsung keyboard fcs, do you know if there is a fix for that ? On google plus I found 3 fixs and flashed them but they didn't solve Samsung keyboard problem. Actually I use another keyboard, it's working well but if possible I would like to have Samsung keyboard working.
Anyway thank you so much for pointing me to use this wonderful rom, I really like it. And by the way, the link on the OP for call noise fix for n910s doesn't work, please do you know if there is a call noise fix for n916k inside this file?
Thank you
Sent from my SM-N930F using XDA Free mobile app
Click to expand...
Click to collapse
Heres the keyboard from doola 12 i got from a telegram group. see if that works. I didnt have that fc problem when i flashed the rom hmmm... about the voice fix, its an aroma installer did you select your phone model which is n916k and click install?
https://mega.nz/#!N80EXT5L!WJTvsy29QfPGOKXCw-_GPFb5nd2z0JBJYzuHcV6u8C4
vishudha98 said:
Heres the keyboard from doola 12 i got from a telegram group. see if that works. I didnt have that fc problem when i flashed the rom hmmm... about the voice fix, its an aroma installer did you select your phone model which is n916k and click install?
https://mega.nz/#!N80EXT5L!WJTvsy29QfPGOKXCw-_GPFb5nd2z0JBJYzuHcV6u8C4
Click to expand...
Click to collapse
Thank you for this. M downloading it right now. But about the link in the op, I can't download the voice fix on the OP, the link doesn't work. It only opens my Mega apk and nothing else, no import nor download button. It only happens for this. Please could you provide another link on mega of this voice fix? Thank you
Sent from my SM-N930F using XDA Free mobile app
shabbat said:
Thank you for this. M downloading it right now. But about the link in the op, I can't download the voice fix on the OP, the link doesn't work. It only opens my Mega apk and nothing else, no import nor download button. It only happens for this. Please could you provide another link on mega of this voice fix? Thank you
Sent from my SM-N930F using XDA Free mobile app
Click to expand...
Click to collapse
Try this and tell me if it works https://mega.nz/#!J90R1RQA!FQB-6Ejt4KmmdICNfgbXPQ7CqBzE5xIGGqW8XQ06Qgg
vishudha98 said:
Try this and tell me if it works https://mega.nz/#!J90R1RQA!FQB-6Ejt4KmmdICNfgbXPQ7CqBzE5xIGGqW8XQ06Qgg
Click to expand...
Click to collapse
It didn't work buddy. Call noise still remains. it is different from the OP's link right?
shabbat said:
It didn't work buddy. Call noise still remains. it is different from the OP's link right?
Click to expand...
Click to collapse
Yah its a different link did you select your phone model from the aroma installer
vishudha98 said:
Yah its a different link did you select your phone model from the aroma installer
Click to expand...
Click to collapse
Of course I did. I also checked the zip file and found that for each device inside system/etc there is only one file libsec-ril.so and I think that's not enough to fix call noise problem because I found another fix, darklord fix and it's the same as truongtan's fix and both don't work on my device. I also looked inside Dr. Ketan's fix call Noise for note 5 Korean and inside lib there are more than one file. Maybe only libsec-ril.so isn't enough.
Anyway thanks for all.
Sent from my SM-N930F using XDA Free mobile app

Categories

Resources