[ROM]broodROM S4 RC1 - Galaxy S 4 i9505 Android Development

I couldn't resist it, so I made a custom rom, it's 100% untested as you all know, so I have no idea how it will work out, anyways, It doesn't include a kernel and is not able to brick your S4 in any way..
Features:
broodROM S4 RC1​
- Rooted (with Superuser.apk)
- AOSP bootanimation binary
- Custom bootanimation
- Removed videos from /system/media
- Patched hosts file (no adds)
- Patched gps.conf file
- Added init.d support / tweaks
- Fixed build.prop (2 diff density values...)
- Removed crap (in /system/app):
Code:
AccuweatherPhone2013.apk
AllShareCastPlayer.apk
AllshareControlShare.apk
AllshareFileShare.apk
AllshareFileShareClient.apk
AllshareFileShareServer.apk
AllshareMediaServer.apk
AllshareMediaShare.apk
AllSharePlay15.apk
Blurb.apk
Books.apk
ChatON_feature.apk
ChatONV_J.apk
ChocoEUKor.apk
Chrome.apk
CHS_J_Device_only.apk
CloudAgent.apk
Com2usPoker_ASGC.apk
CoolEUKor.apk
DigitalClock21.apk
DroidSansSherifItalic.apk
Dropbox.apk
DropboxOOBE.apk
DualClockDigital.apk
Earth.apk
Episodes.apk
Flipboard.apk
GroupPlay_20.apk
HealthContentProvider.apk
InteractiveTutorial.apk
Kies.apk
kieswifi.apk
KikinSearch.apk
KnoxAgent.apk
LocalFOTA.apk
Magazines.apk
Match3VS.apk
MobilePrint2.apk
MobilePrintSvc_CUPS.apk
MobilePrintSvc_Epson.apk
MobilePrintSvc_HP.apk
MobilePrintSvc_Samsung.apk
NoiseField.apk
Peel.apk
PhaseBeam.apk
PhotoRetouching_fhd.apk
PhotoTable.apk
PolarisViewer5.apk
PrismBooks.apk
PrismGames.apk
PrismLearning.apk
PrismMusic.apk
PrismStore.apk
PrismVideo.apk
RoseEUKor.apk
SamsungApps_J_Only.apk
SamsungAppsUNA3.apk
SamsungOCR2.apk
SamsungSans.apk
SamsungTTS_white.apk
SamsungWidget_ProgramMonitor.apk
SBrowserTry.apk
sCloudBackupApp.apk
sCloudBackupProvider.apk
sCloudDataRelay.apk
sCloudDataSync.apk
sCloudQuotaApp.apk
sCloudSyncCalendar.apk
sCloudSyncContacts.apk
sCloudSyncSBrowserBookmark.apk
sCloudSyncSBrowserTabs.apk
sCloudSyncSNote.apk
SecDownloadProviderUi.apk
SecSafetyAssurance.apk
SecWalletManager.apk
SHealth2.apk
SphericalMosaic.apk
StoryAlbumWidget.apk
S_Translator_CSLi.apk
S-Voice_Android_phone_J.apk
SyncmlDM.apk
SyncmlDS.apk
Talk.apk
talkback.apk
TravelService.apk
TravelWidget.apk
TrimApp_phone_J.apk
TripAdvisor.apk
Velvet.apk
WeatherWidgetDaemon.apk
WebManual.apk
WfdBroker.apk
WlanTest.apk
wssyncmlnps.apk
YosemitePHN.apk
(the app folder of over 1 gb makes me want to kick Samsung in the balls.)
Other junk removed:
Container / Photoreader / SipDB / VODB / voicebargeindata folder
Download:
https://mega.co.nz/#!tNpj0J7T!bhHoqh2E6PE9anCGKGiSRk_4X1UIicueTgf6TR7wTOg
Rom size is 936mb (packed, unpacked 1.3gb), Please no nagging about "essential" apks such as Allshare, because they are not!
No screenshots of course since the device hasn't even released yet.
Credits:
zhangqip (for the system dump)

Awsome mate! Ill test it right away when I get my hands on the S4 :good:

KoekwousNL said:
Awsome mate! Ill test it right away when I get my hands on the S4 :good:
Click to expand...
Click to collapse
Thank you! It's based on zero testing so I'm very curious about the result hehe

waiting for my s4 to test it....

System dump indicates 'GT-I9500'. So it will only work on the octa based version? Or will it also work for the S600 based version (GT-I9505)?
Maybe there should be a hint somewhere if it is limited to one of these devices.

JayVee said:
System dump indicates 'GT-I9500'. So it will only work on the octa based version? Or will it also work for the S600 based version (GT-I9505)?
Maybe there should be a hint somewhere if it is limited to one of these devices.
Click to expand...
Click to collapse
I have no clue, I think it will work on both versions since the only difference is the CPU which is defined in the kernel and not in the rom, so actually it shouldn't matter (since i haven't included any kernel), we'll see when it's released.
edit: added download link

broodplank1337 said:
I have no clue, I think it will work on both versions since the only difference is the CPU which is defined in the kernel and not in the rom, so actually it shouldn't matter (since i haven't included any kernel), we'll see when it's released.
edit: added download link
Click to expand...
Click to collapse
Will this be the case for future roms without kernels?
S4 INFO

broodplank1337 said:
I have no clue, I think it will work on both versions since the only difference is the CPU which is defined in the kernel and not in the rom, so actually it shouldn't matter (since i haven't included any kernel), we'll see when it's released.
edit: added download link
Click to expand...
Click to collapse
i dont think this will also work on i9505. coz if thats the case many LTE variant users will have no problems flashing roms made for the international versions. which is not the case in the previous galaxies and notes. (they lose network or 4g)

TingTingin said:
Will this be the case for future roms without kernels?
S4 INFO
Click to expand...
Click to collapse
No, then we will use Getprop. like this:
For international version:
assert(getprop("ro.product.device") == "ja3g" || getprop("ro.product.device") == "GT-I9500");
package_extract_file("boot_international.img", "/dev/block/mmcblk0p9");
for other version
assert(getprop("ro.product.device") == "xxx" || getprop("ro.product.device") == "GT-I9505");
package_extract_file("boot_oher.img", "/dev/block/mmcblk0p9");
registered user since '13 said:
i dont think this will also work on i9505. coz if thats the case many LTE variant users will have no problems flashing roms made for the international versions. which is not the case in the previous galaxies and notes. (they lose network or 4g)
Click to expand...
Click to collapse
Hmm ok, that kinda sucks. but some "switch" will probably be made that looks for the version and installs the right modules (or so). if not, rom building will be a lot less fun. Also I think the octa core version will have a much bigger struggle in getting CM/AOSP to work, i mean the quad core (qualcomm) won't be a big problem, but the sensors will be. Anyways, I don't care about having 12 sensors in a phone (which is over the top). I hope to make an CM/AOSP build for the quad core model, because the stock rom is just horrific, not only it's size, but the amount of crap that they addded.

going to try this out a bit later!

And the most important question:
I know for S4 no yet CWM recovery, so as this install?
Or anybody got root?
Oh well, if there was at least one tucked Stock firmware I would be able to get ROOT to users
p.s. And anybody try load stock recovery, connect to kies:
1. Being on top in Kies tab "tools"
2. Choose it "Firmware update and initialization"
3. Put in departing windows device name GT-I9500 and S / N (written under the battery and the phone settings, the device-state-serial number), not to be confused with the IMEI. ???
It is must get stock rom into Windows 7 - C:/Users/XXXXXXX/AppData/Local/Temp/I9500XXXXXXX.tar.md5

as i9000 said:
And the most important question:
I know for S4 no yet CWM recovery, so as this install?
Or anybody got root?
Oh well, if there was at least one tucked Stock firmware I would be able to get ROOT to users
p.s. And anybody try load stock recovery, connect to kies:
1. Being on top in Kies tab "tools"
2. Choose it "Firmware update and initialization"
3. Put in departing windows device name GT-I9500 and S / N (written under the battery and the phone settings, the device-state-serial number), not to be confused with the IMEI. ???
It is must get stock rom into Windows 7 - C:/Users/XXXXXXX/AppData/Local/Temp/I9500XXXXXXX.tar.md5
Click to expand...
Click to collapse
idd, there no cwm yet, but it will come soon. and you don't need to root to install cwm or to install roms, we have odin to install cwm (or roms) and we have cwm to install root or a rom, makes zero difference since all custom roms are rooted.
And this rom is rooted of course
No one has posted boot.img yet, if it's posted Ill make it secure 0 and then write a rooter. rooting samsung is way to easy

broodplank1337 said:
idd, there no cwm yet, but it will come soon. and you don't need to root to install cwm or to install roms, we have odin to install cwm (or roms) and we have cwm to install root or a rom, makes zero difference since all custom roms are rooted.
And this rom is rooted of course
No one has posted boot.img yet, if it's posted Ill make it secure 0 and then write a rooter. rooting samsung is way to easy
Click to expand...
Click to collapse
I usually go in a different direction. Why remake the kernel edit the files fota, init.rc use temp folders for transfer, if you can immediately repack system.img and add superuser and busybox into system at once and kernel stand by stock...

Great to see you here brood . Awesome job with this rom!
Sent from my GT-I9001 using xda premium

as i9000 said:
I usually go in a different direction. Why remake the kernel edit the files fota, init.rc use temp folders for transfer, if you can immediately repack system.img and add superuser and busybox into system at once and kernel stand by stock...
Click to expand...
Click to collapse
sure that's also possible, but since there is no proper stock image yet (no boot.img) and also no original system.img.ext4, If i build a system image from the rom it will have zero permissions lol. or everything at rw-rw-rw. So no possibilities for that yet.
Xistance said:
Great to see you here brood . Awesome job with this rom!
Sent from my GT-I9001 using xda premium
Click to expand...
Click to collapse
hehe, yes, are you planning on buying the S4? And thanks It's not much yet but that's not strange since I can't test it ^^

broodplank1337 said:
sure that's also possible, but since there is no proper stock image yet (no boot.img) and also no original system.img.ext4, If i build a system image from the rom it will have zero permissions lol. or everything at rw-rw-rw. So no possibilities for ^^
Click to expand...
Click to collapse
So because i asked:
p.s. And anybody try load stock recovery, connect to kies:
1. Being on top in Kies tab "tools"
2. Choose it "Firmware update and initialization"
3. Put in departing windows device name GT-I9500 and S / N (written under the battery and the phone settings, the device-state-serial number), not to be confused with the IMEI. ???
It is must get stock rom into Windows 7 - C:/Users/XXXXXXX/AppData/Local/Temp/I9500XXXXXXX.tar.md5
Click to expand...
Click to collapse

as i9000 said:
So because i asked:
Click to expand...
Click to collapse
ok, yes that would be nice, but who has it nearly no one so far. so let's hope for the right person to show up

broodplank1337 said:
ok, yes that would be nice, but who has it nearly no one so far. so let's hope for the right person to show up
Click to expand...
Click to collapse
wow looking at these two geniuses talking like that and it all went above my head... lol
anyways thanks for custom roms for previous models and hoping for even greater and excellent roms for S4!

wow
wow, waiting for S4 to test it
by the way, do you have S4?

broodplank1337 said:
If i build a system image from the rom it will have zero permissions lol. or everything at rw-rw-rw. So no possibilities for that yet.
Click to expand...
Click to collapse
By the way, permissions and owners is not a problem in ubuntu I can assign any permissions, but the main issue is the size of partition system. If somebody now tell me the full size of the partition - to byte, I promise tomorrow to put system.img to flash via Odin, with all ready permissions & owners, root and busybox
or I lcan to pack your ROM into img.
p.s.
and ask you to forgive me for my bad English, because I think on Russian and here very different rules for constructing sentences

Related

[ROM] Doc's RomMod V5 (I9000TDOJJ1) 10/10/10

Update 5/10:Back in business
/Doc
I will update this 1st post with the current ROM i use as my daily.
So it will change from time to time.
Anyway, the goal is to have a very slim, clean, stable and fast rom.
The current rom is based on I9000TDOJJ1
Features:
Rooted with su and busybox
Deodexed I9000XWJM9 by me
Zipaligned and optimized
Removed:
Full version: nothing
Slim: all bloat gone
How to install:
1:
Install the correct base rom with odin
2:
Install this update with rom manager or install from recovery (press volym up, home and power)
(download link in post 2)
To get full speed you can install mincan's kernel, or some other lagfixes.
Its not needed tho as this rom is very fast and lagfree anyway.
Thanks to Modaco, Samdroid, cacheinjection, brut, Case_et al. AND Richthofen for the supply of very nice roms
Old: V0.5: I9000XWJG3 based, deoxed, stripped down.
http://www.4shared.com/file/2E-unrso/_2__update.html
Old: V0.6: I9000XWJG3 based, apk,s optimized, themed status bar
*Deleted*
OLD: V0.7 I9000XWJG5 based, themed, deoxed and stripped down.
*Deleted*
OLD: V1 vanilla (all stock)
http://www.4shared.com/file/kCZaV55w/_3__update.html
OLD: V2.1 themed (apn list removed)
http://www.4shared.com/file/QC4lHmud/I9000XWJG5MDocMod21.html
V3
For I9000TGYJH1
http://www.4shared.com/file/131kOj0u/_5__update.html
For I9000XWJM1
http://www.4shared.com/file/_e_VQzlv/I9000XXJM1.html
For I9000XFJM6
http://www.4shared.com/file/mmgZlpCT/I9000XFJM6.html
For I9000HVJH1:
http://www.4shared.com/file/B2osWzHw/I9000HVJH1.html
http://www.4shared.com/file/RM6zdrtl/I9000HVJH1FULL.html Full Rom (nothing removed) with root and hosts-file
Link to I9000HVJH1 baserom:
http://forum.xda-developers.com/showpost.php?p=7884809&postcount=173
V4:
For I9000HVJH1:
http://www.4shared.com/file/mCzw3ZF4/_2__I9000HVJH1.html
New V5:
For I9000XWJM8
Full (no apk's removed)
http://www.4shared.com/file/ooorvM3F/I9000XWJM8Full.html
Superslim
http://www.4shared.com/file/eJCga6KA/I9000XWJM8Slim.html
Extreme superslim
http://www.4shared.com/file/ivHcLZVZ/_2__XWJM8Superslim.html
For I9000BOJI1
Full:
http://www.4shared.com/file/mDyEJpgZ/I9000BOJI1_Full.html
Superslim
http://www.4shared.com/file/DiZxaAuA/_2__I9000BOJI1_SuperSlim.html
For I9000XWJM9:
Full
http://www.4shared.com/file/MuMqRKef/XWJM9Full.html
Slim
http://www.4shared.com/file/crnSXsTM/I9000XWJM9Slim.html
Themepack for XWJM9 (CRED to Kalpik for % battery work)
http://www.4shared.com/file/DCfuOtx0/XWJM9ThemePack.html
For I9000TDOJJ1
Full
http://www.4shared.com/file/CIbXGuDc/I9000TDOJJ1Full.html
Slim
http://www.4shared.com/file/JqRBO-xK/I9000TDOJJ1Slim.html
Themepack for I9000TDOJJ1 (Cred to Tayutama)
http://www.4shared.com/file/dpp8T5Vv/TDOJJ1ThemePack.html
cool
what u mean by blazing fast?no more lag?
Umm yes that would mean no lag. But doesn't mean you shouldn't still have have some opening apps because of where the apps are stored.
Sent using tapatalk
blackerwater said:
Umm yes that would mean no lag. But doesn't mean you shouldn't still have have some opening apps because of where the apps are stored.
Sent using tapatalk
Click to expand...
Click to collapse
Use this script if u want use modacos's app data storage fix:
http://forum.xda-developers.com/showthread.php?t=723002
so any changelog for thos modded rom?
nice one
i just ordered my galaxy s. i really like the hardware but i think i will not like the touchwiz-ui so i'm very happy to see that there are allready developers starting to cook for this device! i will try this soon...
cheers jo
Great, thank you.
I downloading now.
Link for V.6 seems to be missing.
Elinsa said:
Link for V.6 seems to be missing.
Click to expand...
Click to collapse
One min, found a bug
Nooooo, were is the samsung music app?
Lio78 said:
Nooooo, were is the samsung music app?
Click to expand...
Click to collapse
Will be back in .6
DocRambone said:
Will be back in .6
Click to expand...
Click to collapse
Thank's.
I hope to try your rom v.6 very very soon.
Lio78 said:
Thank's.
I hope to try your rom v.6 very very soon.
Click to expand...
Click to collapse
.6 up, Choose what musicplayer u want to use and delete the other. (may give errors if both are installed at same time)
Thanx...You're the man!
DocRambone said:
.6 up, Choose what musicplayer u want to use and delete the other. (may give errors if both are installed at same time)
Click to expand...
Click to collapse
Choose how?
Or just messing with apk in sys/app?
Good rom, I don't wipe from G3 stock with root and market apps fix.
But can you insert another zip with only samsung apps?
is there newhere giving instructions on how to flash the samsung galaxy s i have not done this before
hazzie89 said:
is there newhere giving instructions on how to flash the samsung galaxy s i have not done this before
Click to expand...
Click to collapse
there is on youtube
Lio78 said:
Good rom, I don't wipe from G3 stock with root and market apps fix.
But can you insert another zip with only samsung apps?
Click to expand...
Click to collapse
I make a full version later on. Still have some work on the barebone to do.
Or lets hope that some of the pro devs will get a Galaxy....
Would pay for a CM6 for Galaxy

[TOOL] Auto Bloat Remover Tool For GS III!

Ever Tired Of Samsung's useless Bloat Stuffed Up In Rom! Time To Remove Them!
Thanks To Faryaab For Apps List
It De-bloats Stock Rom Automatically From GS III!
Follow Instructions! (Included A Copy In zip too)
Requirements:
CWM Recovery w/ ADB
USB Drivers
Rooted
Phone connected to PC with USB Debugging enabled.
What Does This Tool Do..........?
It Removes Bloatware From Stock Rom! Eg: Samsungs's Unwanted Stuff
How-To USE :
Click On Debloat.bat
Automatically Boot's Into Recovery
Follow On Screen Instructions To Remove !
Reboot Phone When Prompted!
Download Link :
http://d-h.st/LyM
List Of Apps Removed! Refer #2 Post
It Works On Stock Rom.
It Also Works On Custom Rom If Therez Any Bloat In It! Don't Panic If Therz Some Error Regarding No Such File/Directory.It's coz of absence of specified app in System/app (Bloat-Free)
Hit Thanks If You Like ! Donate If You Want To!
List Of Apps Removed
AccuweatherDaemon.apk
AccuweatherDaemon.odex
AccuweatherWidget.apk
AccuweatherWidget.odex
AccuweatherWidget_Main.apk
AccuweatherWidget_Main.odex
AnalogClockSimple.apk
AnalogClockSimple.odex
AnalogClockUnique.apk
AnalogClockUnique.odex
ChatON.apk
ChocoEUKor.apk
ChromeBookmarksSyncAdapter.apk
DeepSea.apk
DeepSea.odex
DigitalClock.apk
DigitalClock.odex
Divx.apk
Divx.odex
DualClockAnalog.apk
DualClockAnalog.odex
DualClockDigital.apk
DualClockDigital.odex
GameHub_2.0_ICS.apk
Gmail.apk
GMS_Maps.apk
HelvNeueLT.apk
Kies.apk
Kies.odex
kieswifi.apk
kieswifi.odex
Lcdtest.apk
MobilePrint.apk
MobilePrint.odex
MobileTrackerEngineTwo.apk
MobileTrackerEngineTwo.odex
PhaseBeam.apk
PhaseBeam.odex
PolarisViewer.apk
RoseEUKor.apk
SamsungApps.apk
SamsungAppsUNA3.apk
WebManual.apk
WebManual.odex
YahoonewsDaemon.apk
YahoonewsDaemon.odex
YahoonewsWidget.apk
YahoonewsWidget.odex
YahoostockDaemon.apk
YahoostockDaemon.odex
YahoostockWidget.apk
YahoostockWidget.odex
TrimApp_phone.apk
(TW Launcher) (Optional! You Can Skip It In Tool)
SecLauncher2.apk
SecLauncher2.odex
In case if You Like To Mod The Tool /Apps Inside! Follow This guide Over HERE
Hit Thanks If You Like It
One More
I was/will be there for you.
Sweet Lord have mercy! I'm so going to donate to you!
I'm going to run this the first thing I do.
eaglerazor123 said:
One More
Click to expand...
Click to collapse
Welcome my friend in the HUGE S3 community.
Long time no see
Sent from my GT-I9300 using xda premium
siberian tiger said:
Welcome my friend in the HUGE S3 community.
Long time no see
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
Yo Sib! My mate! Yeah Long Tym! Howz evrything Goin..?
Just so as I'm sure, I can run this on my s3 when it arrives??
Added this to the Samsung Galaxy S III compendium.
Thanks for this!
chicoelnino said:
Just so as I'm sure, I can run this on my s3 when it arrives??
Click to expand...
Click to collapse
Yeah! Root it & then run it!
I can't wait! I'll be ready early in a few weeks.
Thanks for the great work dev!
Sent from my GT-N7000 using xda premium
lol poor samsung, people should try their apps atleast for 2 days before dumping them
btw cant wait to free up some space on system partition
Thanks! But I do not need script! I always do manual my self. Doing with my Galaxy S3.
For the first time since i started buying androids im actually ibterested in using the stock software this time. Some sweet features in this.
Sent from my LG-P920 using xda premium
hefonthefjords said:
For the first time since i started buying androids im actually ibterested in using the stock software this time. Some sweet features in this.
Sent from my LG-P920 using xda premium
Click to expand...
Click to collapse
Exactly. Will love Stock based roms though =)
Zanr Zij said:
Thanks! But I do not need script! I always do manual my self. Doing with my Galaxy S3.
Click to expand...
Click to collapse
Extract the zip, the actual script is a .bat file which you can simply open with notepad (although notepad+ would be even better) and edit all you want.
Sent from my Legend using XDA
JonasDroid said:
Extract the zip, the actual script is a .bat file which you can simply open with notepad (although notepad+ would be even better) and edit all you want.
Sent from my Legend using XDA
Click to expand...
Click to collapse
There is a Guide for that also! Which i linked in #2
I want to try this but have already installed and customized my SIII so much don't wanna risk crashing it. Anyway i can take a backup of the rom w/o CMW ?
Thanks, Ill need this when my S3 arrives
sak500 said:
I want to try this but have already installed and customized my SIII so much don't wanna risk crashing it. Anyway i can take a backup of the rom w/o CMW ?
Click to expand...
Click to collapse
I don't think so, but cwm isn't far away anymore.
L

[Guide][Rom][Galaxy 551]Polished Jeally Bean ......Make it yourself

Hi! XDA
Galaxy 551 CyanogenMod-10 [JB].....
Polish your Jeally Bean
Callisto is out with CyanogenMod 10 but least stability so i came up with this guide so you can use it efficiently and smoothly
it is a make it yourself guide to make a better Jeally Bean and many part of it cotains content from other sources
Code:
[COLOR="Red"]*note
a)this stuff is not developed/Created by me...real dev are mentioned in credits and only post if you found error or mistakes in this guide
b)i am not responsible for any damage done to your device by following this guide you agree with me [/COLOR]
Tools
1.Kitchen...link
2.7zip
3.Notepad++
4.Cm10 for Callisto...link
5.Gapps for Jeally Bean...link
1).Setting Up
a)Grabbing tools
b)Make Working Folder Using Kitchen
2).Stablitiy
Instability of cm10 is due to default value is set to 800+mhz of Kernel that cause instability and cpu strain and frequent restarts
Grab this boot.img...Link(for Callisto only aka Galaxy 551)
a)Default is set to 729 mhz
b)some Minor Changes in ramdisk
3).Tethering Bugs:
You Can integrate these apks to your rom and follow up the instructions link
Wifi and Wired
To integrate in ROM (USING PC):
a) Open apk with Winzip.
b) Navigate to /lib/armeabi
c) Extract the *.so file in /system/lib/ of the ROM.
d) Put the apk files in the /system/app/ of the ROM.
e) Re-zip the ROM and Flash it via CWM.
Click to expand...
Click to collapse
4).Free Up Space:
Deleting the Apps to free some space for making it gapps friendly....
LiveWallpapers.apk
CMWallpapers.apk
Development.apk
Email.apk
Exchange2.apk
Galaxy4.apk
HoloSpiralWallpaper.apk
LiveWallpapersPicker.apk
LatinIME.apk
MagicSmokeWallpapers.apk
NoiseField.apk
PhaseBeam.apk
PicoTts.apk
QuickSearchBox.apk
SoundRecorder.apk
SpareParts.apk
Stk.apk
Trebuchet.apk
VideoEditor.apk
Click to expand...
Click to collapse
and push/put these
a)Trebuchet.apk....Link
b)LatinIME.apk....Link
and Delete all .ogg expect ui and bootanimation in media and those below
Ringtone: CyanTone.ogg
Alarm:CyanAlarm.ogg
Notification:CyanNotification.ogg
Click to expand...
Click to collapse
5).Addons:
i prefer using some alternatives instead
a) Launcher -Apex Launcher...link
b) Video-Mxplayer...link
c) Keyboard-
i)Lg Keboard...link
ii)Huawei Keyboard...link
iii)Swype...link (best)
Click to expand...
Click to collapse
d) Gallery-QuickPic...link
e) Browser-Dolphin Browser..link
6).Performance:
a)Flash Adernaline Engine...link
b)CM10 Performance Package...#link#(Untested)
c)zipalign the apk using kitchen
d)use of other script and tweaks choice is yours and pm me if you find any other
7). Miscellaneous:
a)integrate the JBA2SD Script by moving files in respective folder
JBA2SD...link
b)Gapps...link
c)Build Prop:
Add/change these lines
#Enable SoftKey
qemu.hw.mainkeys=0
#Faster Boot
debug.sf.nobootanimation=1
Click to expand...
Click to collapse
8).Building:
a).use Kitchen to zipalign the apk to optimize the rom
b).Sign/Unsign Choice is your
c).zip it...flash it
9).After that
a)Flash Your Zip
b)flash gapps
c)flash Adrenaline Engine
d)Wipe Clean
e)fix Permission
Credit:
-Ajay D. and Ajay Al. for Cm10
-galaxyfitankit for swype
-ashu.bigsmoke for tether apps
-ImbaWind for adrenaline engine
-ame316
-dsixda for Android Kitchen
-me for this guide
Click to expand...
Click to collapse
Reserved.........................
any bug in this rom? google play cant run in cm 10 before..is this ok now?
Sent from my GT-I5510 using xda app-developers app
ashwini22v said:
any bug in this rom? google play cant run in cm 10 before..is this ok now?
Sent from my GT-I5510 using xda app-developers app
Click to expand...
Click to collapse
Bugs are the same but..it is smooth to use and stable then before
I get wifi and wired tether works..... third party apps integrated
and gapps friendly and all works fine....
Performance+stability+overall functionality...
ok let try.... thnx in advance.....
i'hve a question - can u work on cm 7.2 that not rendered hindi properly...
can it works like original stock rom?
both not rendered and rendered pic i attached...
Sent from my GT-I5510 using xda app-developers app
ashwini22v said:
ok let try.... thnx in advance.....
i'hve a question - can u work on cm 7.2 that not rendered hindi properly...
can it works like original stock rom?
both not rendered and rendered pic i attached...
Sent from my GT-I5510 using xda app-developers app
Click to expand...
Click to collapse
considerable problem i will found a way to fix it.....
Can you make for us anvesh?
why don't you make smoother cm10 rom for us anvesh? because i doubt about kitchen because its not made for our device...and also adrenal engine also don't have for us... so afraid to make this rom by kitchen... plz you make for us.... we will wait...
Any fix for the bluetooth problem??
sushdroid said:
Any fix for the bluetooth problem??
Click to expand...
Click to collapse
any fix for your useless question, first read the full post
ankur850 said:
any fix for your useless question, first read the full post
Click to expand...
Click to collapse
bluetooth wasn't mentioned, so I brought it up as it is one of the main bugs in cm10! i apologise for asking in the wrong thread!
Unofficial CM 10.1 Alpha
Thread
finally i make the polished cm 10 ....
finally i make the polished cm 10 .... really thanks to mr. anvesh who have a big roll to make this....... its bug free now......
but its laggy and slow...... don't know what to do.... when i see task manager its shows only 40-60 mb ram available only..... advance task manager can do some space free but not more then 80 mb..... i don't install adrenaline engine becuase its make processor limit to 245 only.... so plz tell me someone what to do for make it fast..... even i already change my launcher too....
in the last very very thanks to mr. anvesh again...... good job...
How to fix bluetooth problem ?
Sent from my GT-S5570 using xda app-developers app

[ROM][PORT] - SlimStockRom - Touchwiz Jellybean 4.2.2 - i9505 MF8 to M919 (6-26-2013)

[FONT=&quot]I present you with.......[/FONT][FONT=&quot]
[/FONT][FONT=&quot]***[/FONT][FONT=&quot] SlimStockRom [/FONT][FONT=&quot]***[/FONT][FONT=&quot]
[/FONT][FONT=&quot]Do you want to flash a STOCK deodexed, debloated, zipaligned and rooted
International i9505 modified rom ported for the M919 T-Mobile phones?[/FONT][FONT=&quot]
[/FONT][FONT=&quot]This is a very FAST slim rom, approximately 1GB.
It has professional built-in call recording which works!
This rom has all the Samsung Touchwiz bells and whistles which
makes the Samsung Galaxy S4 truly one of a kind smartphone.
This rom is NOT themed so you will need to provide your own favorite theme.
[/FONT][FONT=&quot]This rom is based on the International MF8 i9505 Galaxy S4 Jellybean 4.2.2 Touchwiz rom.
You may ask, why no screen shots?
Here is the answer: This is a STOCK based rom without a theme.
[/FONT][FONT=&quot]
[/FONT][FONT=&quot] --- Please note: Wifi WORKS Perfectly but there is NO Wifi Calling ---[/FONT]
[FONT=&quot]
[/FONT][FONT=&quot]Be sure you make a nandroid backup before flashing any roms, mods or themes[/FONT][FONT=&quot]
[/FONT][FONT=&quot]Complete wipe required including Factory Reset, Wipe System, Wipe Cache & Wipe Dalvik Cache
[/FONT][FONT=&quot]I did not develop this rom, I ported it from the Samsung Galaxy S4 i9505 MF8 stock cwm rom.
Unlike many other i9505 roms which you may have flashed, the Wifi in this one will work
properly right out of the box without needing to flash anything else.
Please use TWRP or CWM recovery for best results.
[/FONT]​ [FONT=&quot]LINK REMOVEDDOWNLOAD ROM[/URL][/FONT][FONT=&quot]
[/FONT]
[FONT=&quot]If you want to flash the Extended Power menu please use the link below:[/FONT][FONT=&quot]
DOWNLOAD [/FONT][FONT=&quot]
[/FONT]If you are interested in mod's addons, fixes and themes for this rom please visit
http://forum.xda-developers.com/showthread.php?t=2279082
Be sure to buy "saywhatt" beer! [FONT=&quot]
[/FONT][FONT=&quot]All the credit for this rom should go to DjeMBeY at :[/FONT][FONT=&quot]
[/FONT][FONT=&quot]http://forum.xda-developers.com/showthread.php?t=2250824[/FONT][FONT=&quot]
[/FONT][FONT=&quot]Check out his thread and buy him a beer![/FONT][FONT=&quot]
[/FONT][FONT=&quot]
[/FONT]​
Just in case I need this.
Many thanks man.
Clarification Please!
Misterjunky,
Can you please clarify one thing for me? Your note says that ROM does not have wifi-calling but then later on you mention that "the Wifi in this one will work properly right out of the box without needing to flash anything else."
Thanks and yes I clicked it.
suck it monkeys said:
Misterjunky,
Can you please clarify one thing for me? Your note says that ROM does not have wifi-calling but then later on you mention that "the Wifi in this one will work properly right out of the box without needing to flash anything else."
Thanks and yes I clicked it.
Click to expand...
Click to collapse
He means regular WiFi as connected to a WiFi Signal for Internet
Woah....super! Thx mister this looks sexy :good::good:
Oh snap, I was waiting to see a new thread on the forum since you did all the hard work of porting kernels yesterday! Good find man and I will definitely check this out soon!!
re: wifi calling
wahida76 said:
He means regular WiFi as connected to a WiFi Signal for Internet
Click to expand...
Click to collapse
The WIFI is working perfectly in this rom,
but there is NO Wifi calling feature in this rom.
Wifi calling and connecting to standard WIFI for the internet and play store are two separate things.
It does have professional Call Recording built-in to the stock phone screens.​
Tunasty said:
Oh snap, I was waiting to see a new thread on the forum since you did all the hard work of porting kernels yesterday! Good find man and I will definitely check this out soon!!
Click to expand...
Click to collapse
I just hope that the file hosting of this rom is not going to have problems.
What I would really need is a much better large file FREE fast hosting service. LOL
Thanks. This is the exact ROM I was looking for.
does this change the partitions so that there is more internal space available?
inspectergadget said:
does this change the partitions so that there is more internal space available?
Click to expand...
Click to collapse
No don't think that's possible.
re: free space
inspectergadget said:
does this change the partitions so that there is more internal space available?
Click to expand...
Click to collapse
This does not change partitions any more than any other roms.
However this rom is approx. 500MB smaller than most other roms in these threads.
It's only about 1GB compared with most others which are 1.5GB in size so you will
have approx. 500MB more free space on your internal sdcard.
(500MB is enough for an awful LOT of games or mp3's )
Good luck!
Sooooo whos made the rom?
evil..............out
evil1art said:
Sooooo whos made the rom?
evil..............out
Click to expand...
Click to collapse
Hi there evil welcome to the thread, as it says in the OP I only ported the rom and did NOT create it myself unfortunately.
But who knows, in a couple more years I might learn enough about these roms to be able to make
my own beautiful creations and perhaps even include "wifi calling" with a lot of help from you!
In any case this is a good start, everyone has to start some where.
Misterjunky said:
Hi there evil welcome to the thread, as it says in the OP I only ported the rom and did NOT create it myself unfortunately.
But who knows, in a couple more years I might learn enough about these roms to be able to make
my own beautiful creations and perhaps even include "wifi calling" with a lot of help from you!
In any case this is a good start, everyone has to start some where.
Click to expand...
Click to collapse
Hey MisterJunky, Do you have a link to the original rom you ported?
Thanks
Well since this is just a debloated rom, can we have a list of what was debloated? If theres anything we wishes to add...we just grab the bloat from somewhere else?
Misterjunky said:
Hi there evil welcome to the thread, as it says in the OP I only ported the rom and did NOT create it myself unfortunately.
But who knows, in a couple more years I might learn enough about these roms to be able to make
my own beautiful creations and perhaps even include "wifi calling" with a lot of help from you!
In any case this is a good start, everyone has to start some where.
Click to expand...
Click to collapse
You should give credit to who made the rom
evil..............out
re: list of debloated bloatware
mgbotoe said:
Well since this is just a debloated rom, can we have a list of what was debloated? If theres anything we wishes to add...we just grab the bloat from somewhere else?
Click to expand...
Click to collapse
Okidoki, here is the list of removed bloatware:
Yes, any of the stock or bloated i9505 MF8 roms will have these identical apk's
AllSharePlay15.apk
Blurb.apk
ChatON_feature.apk
ChatONV_J.apk
CHS_J_Device_only.apk
Chrome.apk
Dropbox.apk
Earth.apk
Episodes.apk
Flipboard.apk
KNOXAgent.apk
KNOXStore.apk
InteractiveTutorial.apk
Magazines.apk
Match3VS.apk
MusicLiveShare.apk
PickUpTutorial.apk
SamsungBooks.apk
SamsungLearning.apk
SamsungGames.apk
SamsungHub.apk
SHealth2.apk
StoryAlbumWidget.apk
TravelService.apk
TravelWidget.apk
TripAdvisor.apk
YahoonewsPhone2013.apk
YahoostockPhone2013.apk
There you go!
re: read OP
evil1art said:
You should give credit to who made the rom
evil..............out
Click to expand...
Click to collapse
evil, read the bottom of my OP, I clearly give credit to the
guy who made the rom along with a link to the thread.

[Q] Bloatware that can be disabled on the 4.1.2 update?

My wife has a stock, unrooted SGS3 and plans to keep it that way. I don't mess with her stuff unless I really need to.
However, I do usually Disable any stock apps that I can which I can.. But I don't want to screw it up and have to reset the phone because I disabled the wrong app.
Anyone know of a safe list for 4.1.2, although I'd guess that earlier releases are probably close enough too. I've searched around, but most are around freezing, and I'm not doing that, only the built-in Disable function. I've disabled a few obvious AT&T things but not sure about some of the S* crapps.
Thanks!
Freezing and disabling are the same thing.
Since I am rooted, I have gotten rid of all the S stuff, except S voice which I once deleted, and most of the additonal ATT stuff and haven't had issues.
Sent from my SAMSUNG-SGH-I747 using xda premium
shortydoggg said:
Freezing and disabling are the same thing.
Since I am rooted, I have gotten rid of all the S stuff, except S voice which I once deleted, and most of the additonal ATT stuff and haven't had issues.
Click to expand...
Click to collapse
Yes, but since the device is not rooted, there are only specific apps which can be disabled. But thank you for that list, I'll be disabling all of those I can.
khaytsus said:
My wife has a stock, unrooted SGS3 and plans to keep it that way. I don't mess with her stuff unless I really need to.
However, I do usually Disable any stock apps that I can which I can.. But I don't want to screw it up and have to reset the phone because I disabled the wrong app.
Anyone know of a safe list for 4.1.2, although I'd guess that earlier releases are probably close enough too. I've searched around, but most are around freezing, and I'm not doing that, only the built-in Disable function. I've disabled a few obvious AT&T things but not sure about some of the S* crapps.
Thanks!
Click to expand...
Click to collapse
AllShare Play
AT&T Messages
AT&T Navigator
ChatON
DeviceHelp
Flipboard
Kies air
Media Hub
S Suggest
YPmobile
If you remove these the phone will work just fine.
imdatslaya said:
If you remove these the phone will work just fine.
Click to expand...
Click to collapse
Awesome, thank you
From the STOCK 4.1.2 thread, starts at about page 10 or so:
http://forum.xda-developers.com/showthread.php?t=2388065
Remember most of this would require root but this is a good list to look over to get an idea as to where to start. Even if I'm on a stock ROM, I normally ROOT just to de-bloat or freeze crap I don't need.
cnewsgrp said:
Thanks Loser.
100% Stock - remove ATT & Samsung Bloat (247 MB) using Root Explorer + Tethering hack (page 9) = Best SGS3 ROM.
I have this running with ST and its very good.
Thanks!!!
Click to expand...
Click to collapse
matrixzone said:
Can you list down the bloat you have removed?
Click to expand...
Click to collapse
cnewsgrp said:
AccuweatherDeamon.apk
AccuweatherWidget.apk
AccuweatherWidget_Main.apk
AllShareCastWidget.apk
AllSharePlay.apk
AllshareMediaServer.apk
AllshareService.apk
AnalogClockSimple.apk
AnalogClockUnique.apk
Books.apk
ChatON_MARKET.apk
DeepSea.apk
DeviceHelp.apk
DigitalClock.apk
DigitalClock21.apk
DriveMode_ATT.apk
DualClockAnalog.apk
DualClockDigital.apk
DualClockDigital42.apk
FWUpgrade.apk
FamilyMap_vpl_ATT.apk
Flipboard.apk
GroupCast.apk
HelpHub.apk
Kies.apk
KiesAir.apk
LiveTv_vpl_ATT.apk
LuminousDots.apk
Magazines.apk
MediaHub_D2.apk
Music2.apk
MusicHub_31.apk
PageBuddyNotiSvc.apk
PaperArtist.apk
PlusOne.apk
PopupuiReceiver.apk
SMemo.apk
SMemoProvider.apk
SNS.apk
SPPPushClient_Prod.apk
SPlannerAppWidget.apk
SSuggest.apk
SamsungWidget_FavoriteApp.apk
Samsungservice.apk
SmartWifi_vpl_ATT.apk
SmartcardService.apk
Talk.apk
Telenav_ATT.apk
Videos.apk
VpnClient.apk
WeatherWall.apk
YPMobile_ATT.apk
YahoonewsDaemon.apk
YahoonewsWidget.apk
YahoostockDaemon.apk
YahoostockWidget.apk
attMessages_vpl_ATT.apk
deletedapps.txt
digitalLocker_ATT.apk
kieswifi.apk
myATT_vpl_ATT.apk
sCloudBackupProvider.apk
sCloudDataRelay.apk
sCloudDataSync.apk
sCloudSyncBrowser.apk
sCloudSyncCalendar.apk
sCloudSyncContacts.apk
sCloudSyncSMemo.apk
talkback.apk
voicetalk.apk
Click to expand...
Click to collapse
kdoggy said:
Remember most of this would require root but this is a good list to look over to get an idea as to where to start. Even if I'm on a stock ROM, I normally ROOT just to de-bloat or freeze crap I don't need.
Click to expand...
Click to collapse
Yeah, my phone is rooted from day one etc.. But I try to reduce the amount of fiddling with the wifes phone. She's been having some battery issues on the previous ATT release, and we updated it to 4.1.2 over this weekend so trying to get ahead of bloat causing problems there. I ran System Panel several times over the weekend and found a metric **** tone of S* and ATT* apps running all the time... It's just nuts.
Thanks for the list! Even if I can't Disable them all un-rooted it's great to have lists of apps that are safe to disable

Categories

Resources