[ROM][GT-I9205][Linaro|SaberMod][Unofficial] OmniROM : [4.4.2] - Samsung Galaxy Mega

OmniROM [4.4.2]
1) Kernel is compile with Linaro 4.8
2) ROM is compile with SaberMod 4.9
3) Code is optimized with -O3
Current Status (Broken)
1) Video Playback & Recording
>> Temporary Solution: Please use MX Player (S/W decoder only) for video playback
2) Bluetooth
News
1) Looking for victim tester
2) Pls submit broken feature + logcat + screenshot
3) Device adb is not secure in this version, you can logcat directly from boot-up-screen
4) logcat command
>> adb wait-for-device && adb logcat -v long > tester-logcat.txt
Code:
#include
/*
* Your warranty is now void.
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
Download Link
1) Install Recovery From [i9200/i9205][CWM Advanced Edition] PhilZ Touch
>> MUST use Galaxy Mega i9205 (meliusltexx) version
2) pCloud/OmniRom

Changelog
Changelog
2013-12-30
1) coming soon...

Reserved
Coming soon

OMG our lovely MEGA gets more roms !
Thank you so much ..
Send it from The Munster I9200

wellcome to my life.

Very nice addition to our ROM list .......good luck with the bugs and quirks fellas. :beer:
*MEGA 4.4.2*GS2 4.4.2*2SHAYNEZ*

Nandroid, downloading then will be a victim
tester
Thanks!

Flashing fails. TWRP says something about my device is being a 3g machine while the package is meant for LTE. I have a 9205 so it's LTE

treare said:
Flashing fails. TWRP says something about my device is being a 3g machine while the package is meant for LTE. I have a 9205 so it's LTE
Click to expand...
Click to collapse
Edit the updater script and remove the assert lines for device check. Its all the lines before the mount system command.

Hi,
Silesh.Nair said:
Edit the updater script and remove the assert lines for device check. Its all the lines before the mount system command.
Click to expand...
Click to collapse
Will try but for some reason it never worked for me in the beginning of CM. Dunno why.

kipue said:
Nandroid, downloading then will be a victim
tester
Thanks!
Click to expand...
Click to collapse
Many thanx... wait for the report
treare said:
Flashing fails. TWRP says something about my device is being a 3g machine while the package is meant for LTE. I have a 9205 so it's LTE
Click to expand...
Click to collapse
Temporary use CWM by PhilZ... choose meliusltexx version
Hopefully you will get thru...
Silesh.Nair said:
Edit the updater script and remove the assert lines for device check. Its all the lines before the mount system command.
Click to expand...
Click to collapse
ok will update it on next build

Flashed OK, I explored the options specific to omni, and it looks really cool
Basic stuff does work, but the hardware buttons do not light up at all, could be an option, or maybe you meant it that way?
But, which Gapps package should we use?
I tried :
Core GAPPS 4
Standard 4.2.2
PA gapps 4.2.x
None of them allow me to setup a google account, account manager FC

kipue said:
Flashed OK, I explored the options specific to omni, and it looks really cool
But, which Gapps package should we use?
I tried :
Core GAPPS 4
Standard 4.2.2
PA gapps 4.2.x
None of them allow me to setup a google account, account manager FC
Click to expand...
Click to collapse
Ya... i also unable to install...
currently debugging it
i believe the same thing that crash the Messaging
---
I think I know what is the problem... tonight im going to rebuild again
 @Silesh.Nair which JDK u r using?
currently im using Oracle JDK 1.7 but OmniRom recommend OpenJDK 1.6

dynomist said:
Ya... i also unable to install...
currently debugging it
i believe the same thing that crash the Messaging
Click to expand...
Click to collapse
I am sorry i cannot help much more for in depth debugging
But I recall the same thing happened in some early builds of CM, and using a specific gapps package fixed the issue.
That meant that the browser crashed, for example, because it was trying to access the an account for sync. PlayStore will do the same, Gmail and so on.
Maybe the messaging service, since the integration with Hangouts is doing the same.

little bit off-topic: it would be nice that someone makes a flashable zip to easily flash recoveries. I tried to flash Philz in TWRP but it fails too. I guess with a correct zip user can easily replace recovery.img inside it.

kipue said:
I am sorry i cannot help much more for in depth debugging
But I recall the same thing happened in some early builds of CM, and using a specific gapps package fixed the issue.
That meant that the browser crashed, for example, because it was trying to access the an account for sync. PlayStore will do the same, Gmail and so on.
Maybe the messaging service, since the integration with Hangouts is doing the same.
Click to expand...
Click to collapse
No worry, pls wait for the next build...
im going to clear all the cache, it will took sometime
This time im going to use different java version

treare said:
little bit off-topic: it would be nice that someone makes a flashable zip to easily flash recoveries. I tried to flash Philz in TWRP but it fails too. I guess with a correct zip user can easily replace recovery.img inside it.
Click to expand...
Click to collapse
Its because of the assert lines for the device check. Its there for a purpose so that users don't install wrong images not meant for their devices and brick it. If you know what you are doing, you can remove those lines and it will flash just fine.
The I9205 version will have the following code.
Code:
assert(getprop("ro.product.device") == "meliuslte" || getprop("ro.build.product") == "meliuslte" ||
getprop("ro.product.device") == "meliusltexx" || getprop("ro.build.product") == "meliusltexx" ||
getprop("ro.product.device") == "i9205" || getprop("ro.build.product") == "i9205" ||
getprop("ro.product.device") == "GT-I9205" || getprop("ro.build.product") == "GT-I9205" || abort("This package is for 'meliuslte,meliusltexx,i9205,GT-I9205' devices; this is a '" + getprop("ro.product.device") + "'."););
I9200 will have this code.
Code:
assert(getprop("ro.product.device") == "melius3g" || getprop("ro.build.product") == "melius3g" ||
getprop("ro.product.device") == "melius3gxx" || getprop("ro.build.product") == "melius3gxx" ||
getprop("ro.product.device") == "i9200" || getprop("ro.build.product") == "i9200" ||
getprop("ro.product.device") == "GT-I9200" || getprop("ro.build.product") == "GT-I9200" || abort("This package is for 'melius3g,melius3gxx,i9200,GT-I9200' devices; this is a '" + getprop("ro.product.device") + "'."););
---------- Post added at 02:58 PM ---------- Previous post was at 02:38 PM ----------
dynomist said:
@Silesh.Nair which JDK u r using?
currently im using Oracle JDK 1.7 but OmniRom recommend OpenJDK 1.6
Click to expand...
Click to collapse
I am using 1.6.0.45.

@dynomist good job
May you can share how you got it booting
Sent from my Galaxy Nexus using xda app-developers app

Grarak said:
@dynomist good job
May you can share how you got it booting
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
I use media codec + profile xml from omnirom-hammerhead...
the original media codec + profile file from touchwiz and your repo didnt work
i hv no idea why? i use diff to check... and didnt found anything unusual
---
right now the camera is working, but the video is not
can give me a guide how to capture the working spec?

dynomist said:
I use media codec + profile xml from omnirom-hammerhead...
the original media codec + profile file from touchwiz and your repo didnt work
i hv no idea why? i use diff to check... and didnt found anything unusual
---
right now the camera is working, but the video is not
can give me a guide how to capture the working spec?
Click to expand...
Click to collapse
I will check those files later
Sent from my Galaxy Nexus using xda app-developers app

Related

[ROM]Special Pro Classic 6.49.000.1[Online 04/01/10]

So maybe it's time I started cooking a Raphael Rom.
And You can Trust me when i Say "You Haven't Seen Some Of This Before, Not In This Way"
​
{
"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"
}
​
The rom is not made to kick ass in Benchmarks (But it Rocks Anyway), but Kick ass in usability by adjusting functionality and common sense.
Oh and it's Windows Mobile 6.1, because it works.
The ussual Disclaimer in short, I am not responsible to any misflashings. Get yourself informed first, Read the Stickies about flashing and HardSPL.
Downloads in Post three.
​
Thanks go out to the great Set of Cooking Brothers here at the Raphael Forums, After The Diamond Forums i didn't think it was possible on the newer devices. (With The Exception of a Few to name at Least McCune) And Thanks Go out to all my other Brothers from the ELF Threads, now spread all out over devices. Where you at Rock And Rollers, You know who you are. I'm sad i don't have three of my best Testers onboard. More Thanks and Credits are coming, first Heavy cooking.
Just the thanks for all the different Manila parts is a long list i edited some of the graphics but bits and pieces i got from many different themes and tweaks, thanks to: R. DevilR, Showaco, NisselDegraaf, ChainFire, XBoxMod, Captain_TrowBack,
For Apps, inspiration, tools, help and support, OEM packages & Donations: DarkPrinceByWWW & tiagofa, DaveShaw, Hilaireg, JMCKeever, Nushrike, programatix, aruppenthal, Bram Smulders, RoryB, Tom Codon, Leo26, Vibranze, Cmonex, jmckeejr, Sleuth255 (He should consider changing his name to Sleuth2557, lazpl, zarn, Molski, Bepe, Ervius, Itsme, Zoki, Dfereira, Scinor and many many more you guys make it worth it to put energy into this community.
Donations:
karatche
Benjamin
jeepers007
(Okay I cheated the last two donated for different reasons)
Contents of SPeCial Packages
Instead of a Big Thank you list, I try to keep the sources of the used packages that I have used as a base to add my own spices
The App List needs to Be Updated to the Final Build
PACKAGE_Noonski_Arcsoft_MMS_0000_5_0_43_51R1
PACKAGE_Noonski_AdobePDF_0000_2_5_1_0_378273_00B
Replaced Both Filetype and Exe Icon's, (the filetype really needed an update shame on yous Adobe), Compressed exe, dumped Help File and Extra Bmp's
PACKAGE_Noonski_AdobeFlashLite_0000_3_1_9_1_115_134
PACKAGE_Noonski_AdvancedNetwork_0409_1_0_9_0
PACKAGE_Noonski_AdvancedPowerManagement_0000_1_5_1818_2930
PACKAGE_Noonski_AudioManager_Eng_0409_1_6_18221325_0
PACKAGE_Noonski_BCR_0000_1_0_080901f_WWE_00
Compressed Exe, Put in New Icon, BMP files saved to 16 bit, Reskinned the Backdrops.
PACKAGE_Noonski_BTFtp_1_2_33281_9
PACKAGE_Noonski_BTSAP_3_1_0_0R2
PACKAGE_Noonski_CalcP_SPB_L_Sylvain_Skin_0000
PACKAGE_Noonski_Capt_TrowBack_YouTube_0409_4_22_07_2009
PACKAGE_Noonski_CommManager_0000_HTC_ALL_2_8_1_0
PACKAGE_Noonski_ConnectionSetup_0000_2_7_37392_1
Version that does not have the option to reset the device after configuration, Removed the CPL item and instead use Registry settings to get it show in control panel, Reskinned to VGA, Compressed Graphics, Graphics to Subfolder from main.zip to subdir, Database from 20-04-2009, Provisioning.zip renamed to Provisioning.piz, Compressed .MUI's + ConnectionSetupAuto.exe and added my SPC icon.
PACKAGE_Noonski_ContactUtilityEngine_0000_1_0_19122926
PACKAGE_Noonski_Da_G_Enhanced_0409_PTTMod_0_0_0_0
PACKAGE_Noonski_Da_G_HTC_GPS_TOOLS_0000_1_2_2_17
Icon in Program Files is linked to New icon in MPI.dll
PACKAGE_Noonski_DSIXDA_Mortscript_Screen_Rotate_Extra_0000
SPC Icon, Rotate from 0 >> 90 >> 180 >> 0
PACKAGE_Noonski_File_Explorer_Extension_0000
PACKAGE_Noonski_FMRadio_0000_1_6_18164032_2
PACKAGE_Noonski_HACSettings_0000_1_0_0_0
PACKAGE_Noonski_HTCAnimation_0000_1_1_5_0
Custom MainSplash, Custom First Boot Splash, Custom MainSplash to WelcomeHead Start Up Animation, Custom WelcomeHead & Custom HTC ShutDown Animation.
PACKAGE_Noonski_HTC_EmailSetupWizard_0000_1_0_19122632_0
PACKAGE_Noonski_ICR_VGA_0000_1_0_1821_2426
New Icon in touch with the rest of the SPC icons. HTC Dialer Skin needs to be enabled to use this.
PACKAGE_Noonski_Joubertvasc_RemoteTracker_0000_0_3_4-2
PACKAGE_Noonski_Labyrinth_0000_1_3_7071031_0
PACKAGE_Noonski_LiveMesh_0409_0_9_4014_2
PACKAGE_Noonski_LongPressEndKey_0000_1_1_34078_1
PACKAGE_Noonski_McCune_Stopwatch_0000
PACKAGE_Noonski_Menu_Enhancement_0000_1_0_19142728_00
Files to Modules, Personal GreyScales Skin
PACKAGE_Noonski_MessageEnhancement_0000_1_0_1912_2329
PACKAGE_Noonski_MONX_ICR_VGA_0409_1_0_1821_2426
PACKAGE_Noonski_MP3Trimmer_0000_1_1_18163629_1
PACKAGE_Noonski_NewContactCard_0000_1_0_1913_15291
PACKAGE_Noonski_Nik3r_Lumos_0000_v_0_10_RC1
PACKAGE_Noonski_NuShrike_FusionGPS_0000_1_0_0_5
PACKAGE_Noonski_Notification_Enhancement_0000_2_0_ 1914_1131
PACKAGE_Noonski_Opera_Browser_0000_WWE_9_50_16277_0
PACKAGE_Noonski_PIM_Backup_0409_2_8_0_0
PACKAGE_Noonski_Power_0409_2_24_0_0
Changed Icon, Files To Modules, Includes Power Service from Rhodium and Power enhancements From Raphael
PACKAGE_Noonski_PushInternetEngine_0000_1_0_19121911
PACKAGE_Noonski_Quick Menu_0409_2_8_414_1614
PACKAGE_Noonski_Raphael_SensorSDK_0409_3_3_18182326_1
I preferred this over the V4 version. But I did add the HGTC Rotation from Rhodium.
PACKAGE_Noonski_Raphael_ShareDLL_0409_2_0_080710_00v2
PACKAGE_Noonski_QuickGPS_000_1_00_18202228_0
PACKAGE_Noonski_Quick Menu_0409_2_8_414_1614
Large Menu Style, Clear Memory on Long Press of WinStartMenu, SPC Icon.
There's a problem with Taskswitcher when on Manila, Use AltTab.
PACKAGE_Noonski_Schaps_Network_Plugin_0000_1_0_30468_1
SPC Icon, Compressed File.
PACKAGE_Noonski_Siggie1970_Butler_0000__1_2
PolterGeist Edition (it's there but it isn't) Swipes set to CTRL+Z, CTRL+V, CTRL+C & CTRL+X, Stylus out is WM Keyboard, Stylus In is Keypad, Keyboard Slide out is NullKeyboard. Face Down is Lock Phone
PACKAGE_Noonski_SIM_MGR_exe_0409_6_69_0_0
PACKAGE_Noonski_Snailslug_TouchResponse_0000_v03_2
SPC Icon, DLL as Module and CPL item Compressed.
PACKAGE_Noonski_SPC_Themes_0409_1_0
Control Panel Entry to Switch Manila Themes
PACKAGE_Noonski_STK_Service_0000_4_87_0_0
PACKAGE_Noonski_Sun_JavaFX_0000_1_2
Patched Icon to Overall Theme, Compressed Files and Dumped Sample Apps.
PACKAGE_Noonski_SynchroTime_0000
PACKAGE_Noonski_SystemIcons_0409
(The Greys Are Coming)
PACKAGE_Noonski_TaskManager_0000_2_1_35603_1
An Oldie I Know, Compressed Graphics, Files As Modules, Dumped CPL in favour of reg entry for Control Panel Entry
PACKAGE_Noonski_Tom_Codon_CMIternetSharing_0000_0_9_2_0
HTC's Wifi Internet Sharting Solution, Compressed Exe and Graphics added to Control Panel with My Icon.
The Shortcut in Programs just opens the app. The shortcut in Control Panel Disables device from sleeping then runs the app and when app closes put's back the device sleep settings.[FONT=&quot]
[/FONT] PACKAGE_Noonski_TouchFlo_1_0_1814_3530
PACKAGE_Noonski_TVOutPopUp_0409_1_5_1817_3231
PACKAGE_Noonski_USBToPCPopUp_0000_2_1_18173225_0
Files to Modules, Classis GreysScales and Compressed Graphics, SPC Icon.
PACKAGE_Noonski_VoiceRecorder_0000_1_10_18151728_1
PACKAGE_Noonski_VolumeControl_0000_2_1_1914_2727
Files to Modules, Removed extra graphics for Centered Overlay, Compressed Graphics, Default is single Overlay lay out, A ****load of Windows Class names added so Volume overlay shows on the right side of the screen in most apps, so you still can see your screen while adjusting the volume and not be annoyed by the "Ding Ding Ding Dong's".
This can be removed by deleting all subkeys from [HKEY_LOCAL_MACHINE\Software\HTC\VolumeOverlay] (not the Entries)
PACKAGE_Noonskis_XBMod_manila_0000_2_0_37395_3 vD
Personal Vista Characters Skin, Graphics CFC compresses Files to Modules. Removed Program Tab. Stock Tab can be re enabled.
PACKAGE_Noonski_DaveShaw_XDAShutDown_0409_1_0_1
Power ShutDown with New Manila Skin
PACKAGE_Noonski_XDA_UC_0000_1_1_00 (More Info Here)
Whatever you do do not reboot untill you get the XDA_UC Finished message.
Will run XDA_UC and also installs the regular SDConfig.txt programs. If it doesn't catch all items in SDConfig.txt please report as I can look for a fix.
Consider it a Standard Stock Rom +1 and this list still needs to be finalized.
Stuff That Is Not In This Rom:
No Help Files And no .lnk Files, Welcome Center, Windows Update, Managed Programs, MSN, OneNote, SQM and a lot of other unneeded Crap. Most of the Extra apps are installed into their regular Program Files Folders without the use of Unnecesary cab's and Double's in the Windows Folder (resulting in a Packed but still response rom)
Downloads
GSM Only​ __________________Storage____________|________Program _________(Recorded after XDA_UC Finish)
RapidShare________Total__|_Used_|_Left___|_Total__|_Used_|_Left
S.P.C.6.49.000.0 || 317.44 || 35.46 || 281.99 || 200.87 || 80.76 || 120.11 ||MegaUpload Mirror||MediaFire Mirror||RapidShare Mirror
S.P.C.6.49.000.1 || 321.92 || 35.54 || 286.38 || 200.87 || 80.76 || 120.11 ||MegaUpload Mirror||MediaFire Mirror||RapidShare Mirror
(Fixed Keyboard Caps Issue)
Beta Builds Testing For the Future, not for the Faint:
S.P.C.6.49.100.1 || ???.?? || ??.?? || ???.?? || 200.87 || 80.76 || 120.11 ||MegaUpload Mirror||MediaFire Mirror||RapidShare Mirror
Older Builds
S.P.C.6.12.RC3.0 || ???.?? || ??.?? || ???.?? || ???.?? || ??.?? || ???.?? ||_MegaUpload Mirror_||_MediaFire Mirror
S.P.C.6.12.RC2.0 ||???.?? || ??.?? || ???.?? || ??.?? || ??.?? || ???.?? ||_MegaUpload Mirror
S.P.C.6.12.RC1.0 317.44 || 36.41 || 281.04 || 200.87 || 72.82 || 128.05 ||_MegaUpload Mirror
B2 310.84 || 41.14 || 269.70 || 200.87 || 74.47 || 126.30 ||_MegaUpload Mirror
B1 326.16 || 28.01 || 298.15 || 200.87 || 75.36 || 125.51 ||_MegaUpload Mirror
B0 326.16 || 28.01 || 298.15 || 200.87 || 75.36 || 125.51 ||_MegaUpload Mirror
V8 ???.?? || ??.?? || ???.?? || ???.?? || ??.?? || ???.?? ||_MegaUpload Mirror
V7 ???.?? || ??.?? || ???.?? || ???.?? || ??.?? || ???.?? ||_MegaUpload Mirror
V6 330.02 || 26.34 || 303.67 || 200.87 || 61.15 || 139.72 ||_MegaUpload Mirror
V4 Nightly
V3 328.89 || 24.30 || 304.59 || 200.87 || 67.68 || 133.19 Corrected Values without my personal UC installations.
V2 326.90 || 32.60 || 294.30 || 200.87 || 67.68 || 133.19
V1 327.28 || 33.16 || 294.12 || 200.87 || 67.80 || 133.07
ToDo
1. Fix RSS Hub (Fixed)
2. Disable Push Internet (fixed)
3. Remove Clean GPS Data Link or add the App (Done)
4. Include Advanced Config (Done)
5. Add secret function to Power Off Menu (Done)
6. Make landscape skin for EndKey (Done)
7. Make Installation Agreement (Done)
8. Make new Bootscreen (Done)
9. Change Rom name to Special Pro Classic 6.49.000.00 (Done)
10. Change Sync.ico file (Done)
12. Try to fix Calender Tab icon (can't do)
13. Try to fix Stocks Tab icon (can't do)
14. Update with Programatix Commanager.
15. Update Marketplace
16. Put back SAP Settings
17. Put Back STK Services
18. CleanGPSData
19. Fix Flash Lite
20. wifi sharing icon
21. excel copy bug (fixed)
22. commmanager icon.
23. Move Screen rotate Link (Done)
24. Add Home Screen Tab (Dumped from Rom)
Next
1. Look into Capps Issue
2. Enable Manila Programs Tab script
3. Update Apps list in thread
4. Add Word Prediction disable script.
What bothers me sometimes about Flashing Roms, is that your kind of stuck with a look and feel.
So i decided to make a Seperate manila Theme Switcher.
So you get 6 styles to meet your personal requirements, or to switch whenever you get tired of one.
The Manila theme looks good on any personal Backdrop you might want to use, and it's using the Background for all Tweak.
The last Grey Theme is the Switch Theme, this will rotate the backdrop at set intervals.
Any image named to Home_**.* (**01, 02, 03 et, *jpg, png etc) inside \Storage Card\My Documents\My Pictures or \My Documents\My Pictures, will be put into the rotation. If there's none i have suplied a few in the rom to start.
Then there's the Grey Manila Backdrop Switching Theme wo which you can set the interval to yourself.
Yes your seeing this Right you get 7 Manila Themes in one Rom
(That is including the My.tsk and My.jpg you can add to "\Storage Card\XDA_UC" to fill in the 7th slot)
No need to reflash just change your theme on the fly or let the wallpaper rotate every day or hour.​
Vow! This guy spent at least 4 years reading, writing, kicking ass in this forum. And finally he decided to start cooking a ROM!
Just regret I don't have a Rapheal device, otherwise I can't help myself from giving it a try.
The OS build no. maybe somehow 'out-of-date' if compares to others on this site, or in his own language called 'classic'. But the functions will not be like that, I'm sure!
I regret the fact that I'm cooking my own roms, when I see this, lol. Is that a volume adjuster that drops down on the right side of manila? Wow, that is cool.
Can you elaborate a little on the boot-up instructions? I'm talking about this: "Whatever you do, do not reboot until you get the XDA_UC Finished message." I know there's a link, but a lot of *cough* noobs *cough* are not going to see that warning, and if they do, they probably won't read the link. Will a hard reset be need if the user reboots too early, or will something worse happen (I'm thinking about the 'r.i.p. diamond' in your signature, ).
wg5566 said:
The OS build no. maybe somehow 'out-of-date' if compares to others on this site, or in his own language called 'classic'. But the functions will not be like that, I'm sure!
Click to expand...
Click to collapse
Have to agree, newer isn't always better.
wg5566 said:
Vow! This guy spent at least 4 years reading, writing, kicking ass in this forum. And finally he decided to start cooking a ROM!
Just regret I don't have a Rapheal device, otherwise I can't help myself from giving it a try.
The OS build no. maybe somehow 'out-of-date' if compares to others on this site, or in his own language called 'classic'. But the functions will not be like that, I'm sure!
Click to expand...
Click to collapse
I have made Rom's for the Elf, Wizard, Wallabee (Way Back) and a Multi Language Diamond Kitchen And had had a cooking class over at the ELf forums. I just wanted to wait untill some cool cooks left the Touch Pro for the newer versions. I finally had the time to start again and i like some of the Guys active over here at the Raphael Forum's. But i like motivating people into cooking even more. I stopped reading a while back and trying out everything for myself, it's always nicer finding out stuff yourself makes life more interesting
This build has been Made , chosen and tested by MS and HTC has used it on both the Diamond and Touch Pro for their Stock Rom Upgrades for a reason. Who am i to disagree with something that has been chosen as "Good For Release for multiple roms". I could however hunt down Builds that bhave not been fully developed and Deemed Ripe for RTM. Everyone likes breaking their heads over buggy new leaked builds that where never meant for public use. Not me I like to make a good and Stable Rom, but it can still be a bumpy ride.
I only ported over the Gwes.exe from a newer build so i could implement the HTC Menu Enhancement.
Stuff that is being used all the time in memory should be get their little set place in memory so it can perform better.
Farmer Ted said:
I regret the fact that I'm cooking my own roms, when I see this, lol. Is that a volume adjuster that drops down on the right side of manila? Wow, that is cool.
Can you elaborate a little on the boot-up instructions? I'm talking about this: "Whatever you do, do not reboot until you get the XDA_UC Finished message." I know there's a link, but a lot of *cough* noobs *cough* are not going to see that warning, and if they do, they probably won't read the link. Will a hard reset be need if the user reboots too early, or will something worse happen (I'm thinking about the 'r.i.p. diamond' in your signature, ).
Click to expand...
Click to collapse
The Volume Overlay is the same as in all the Roms, But i hunted down as many Classnames of applications i use so it shows up in those apps. Before it was only used in for Instance in Youtube, WMP or Streaming Media player. It might not show up on some apps as i have not added these ClassNames to the Registry. You can find applications Classnames by using for instance Gsen or The Build in Dot Fred Taskmanager.
There is also a Volume overlay that pops up in the middle that cooks rarely use, but they always leave those graphics in the rom anyway, I chose to dump them if they are not needed.
XDA_UC is very simple just drop all your cabs into a Folder named XDA_UC The device will boot up and install them silently in the back ground.
Sometimes some cabs might ask for user imput or at the end ask to reset the device, if you chose to reset, it might be that some of your other cabs might still need to be sintalled. At the second boot the script does not run any more. Although it could run anyway as it is set to never install one cab twice.
So if you want to time the way the cabs get installed you coulc number them 01_cabname.cab 02_etc.cab. And put the cabs that ask for user input at the end.
After the message that XDA_UC has finished you can be sure that everything has been installed and unless you really need to, why bother with a reboot.
Sometimes OEM packages don't have all the registry settings that can be used for the application, sometimes you find them in one OEm and you stick with them and sometimes your forced to look inside a file because of issues your having. Thus finding out that a few missed registry settigns exist. This does not go for the Volume overlay as these settigns have been known since the beginning. But the Registry settings for the HTCAnimation Shutdown animation and sound i tripped over. (even thought some already knew these from other devices i never had)
Wow, looks pretty cool man. I never knew 'bout the volume overlay like in your screenshot. I only get the HTC fullscreen or the windows default Thats a pretty cool wallpaper too You got a name for that one?
I was gonna try that Threaded SMS from Topaz too, but never got it working. I might just have to give this ROM a try just for a change(even for a day, LOL). Should be a well built ROM
Looks awesome! Can i flash it in my kaiser. Great job noonski!
Only if you want your Kaiser to die a most glorious and exalted death. It's got to croak sometime, eh?
Hey Noonski, looks like the master is in the kitchen! BTW how would I get one of these? "Custom HTC ****Down Animation" Is that where is animates when you go to the loo?
My wishes with you Mr.Noonski. I think now I can see another dawn in the Raphael ROM development section. Let me know if I can be of any help other than a prospective lover of your ROM's.
Glad You Changed Your Mind
Congrats Noonski,
Glad you decided to put out a 6.1 ROM; I'm certain members who are looking for additional alternatives to 6.5 greatly appreciate it.
I'm interested in looking at your Volume Control PACKAGE_Noonski_VolumeControl_0000_2_1_1914_2727) to learn how you put the classes in for the applications and see how you slimmed-out the volume bar to the right.
Any possibility of posting it up here or in the RAPH OEM Repository?
Cheers,
hilaireg said:
Congrats Noonski,
Glad you decided to put out a 6.1 ROM; I'm certain members who are looking for additional alternatives to 6.5 greatly appreciate it.
I'm interested in looking at your Volume Control PACKAGE_Noonski_VolumeControl_0000_2_1_1914_2727) to learn how you put the classes in for the applications and see how you slimmed-out the volume bar to the right.
Any possibility of posting it up here or in the RAPH OEM Repository?
Cheers,
Click to expand...
Click to collapse
I will eventually post the OEM to this thread and the Repository to.
The new Topaz Volume overlay uses new registry keys to put the classnames.
I used Gsen to find them (one bored day in the sun)
B4PJS said:
Hey Noonski, looks like the master is in the kitchen! BTW how would I get one of these? "Custom HTC ****Down Animation" Is that where is animates when you go to the loo?
Click to expand...
Click to collapse
That would be this, if there was some seriousness in your post
[HKEY_LOCAL_MACHINE\Software\HTC\HTCAnimation]
"StartupGif"="\\Windows\\animated.gif"
"ShutDownAsStartup"=dword:00000000
"ShutDownWav"="\\Windows\\BootUpHTC.wav"
"StartupWav"="\\Windows\\BootUpHTC.wav"
"ShutDownGif"="\\Windows\\animatedSB.gif"
Otherwise i will leave the ****down in the Post
I reversed the the default HTC startup animation, i haven't found a good Sh!tdown .wav and don't know how to make one with the correct amount of frames/length.
sakshamkatyal said:
My wishes with you Mr.Noonski. I think now I can see another dawn in the Raphael ROM development section. Let me know if I can be of any help other than a prospective lover of your ROM's.
Click to expand...
Click to collapse
Well you could Try Nightly V3 to start with:
http://rapidshare.com/files/255532891/S.P.C.6.1.0405.3.7z
(seems it wasn't something with QuickMenu but a Corrupt CPL item that Broke Shell.exe, it as corrupt because of Compression)
Remember i've only been at it for a few days now, so there's a lot of shortcuts i still need to move and icon's i need to make.
(and add more documentation on what is actually in there, i see i did not Mention Lumos)
Farmer Ted said:
Only if you want your Kaiser to die a most glorious and exalted death. It's got to croak sometime, eh?
Click to expand...
Click to collapse
I think he Knew that!
ai6908 said:
Looks awesome! Can i flash it in my kaiser. Great job noonski!
Click to expand...
Click to collapse
Anything you need that i forgot to post to the Raphael Repository or Hilairegs 6.1 kitchen just give me a Holer (at least if you are the good side of the Moon,... euh Noon)
jmckeejr said:
Wow, looks pretty cool man. I never knew 'bout the volume overlay like in your screenshot. I only get the HTC fullscreen or the windows default Thats a pretty cool wallpaper too You got a name for that one?
I was gonna try that Threaded SMS from Topaz too, but never got it working. I might just have to give this ROM a try just for a change(even for a day, LOL). Should be a well built ROM
Click to expand...
Click to collapse
jmckeejr said:
Wow, looks pretty cool man. I never knew 'bout the volume overlay like in your screenshot. I only get the HTC fullscreen or the windows default Thats a pretty cool wallpaper too You got a name for that one?
I was gonna try that Threaded SMS from Topaz too, but never got it working. I might just have to give this ROM a try just for a change(even for a day, LOL). Should be a well built ROM
Click to expand...
Click to collapse
B4PJS, just gave me inspiration for the Name for the WallPaper "****less Pieces of Clay dolls from Windows 7 wallpapers", i might even have to take it out If Microsoft notices, and they will, as they have that Ameet Spying on me during his free time.
I just threw in the SMS threaded OEM's from Rhodium, but haven't tested it yet (all control panel apps get Grey scale New Icons), but i actually have no need for it.
I already have a mortscript to disable and enable that in the Updated Classic PHM Administrative Tools ControlPanel folder.
For now it is indeed a very FlashBy addicts kind of rom, but the intention is to have the end result be a Flash once and stick with it kind of Rom.
Pfew finished,
Nice to see a few Nice faces pop up here, here i thought i could hide in obscurity.
Me, serious?? Never!!! Glad to provide some inspiration though!
jmckeejr, please find attached 4 of the scripts i'm using in the PHM Administrative Tools folder.
Key Press Settings.mscr
(to change LongPress.lnk files in Windows with Links in Start Menu)
Menu Font Options.mscr
(Change the Menu fonts to small medium and large, even though most people are using HTC Menu Enhancement some apps don't get hooked, so having larger menu's is more finger friendly i use the bigest setting)
Threaded SMS.mscr
(Screw a seperate app to change Threaded SMS it also reboots the device when settings are changed)
Word Suggestion Options.mscr
(This worked on wizard to change to default Wizard Word suggestion while using the default Keyboard)
These bassicely are the same as the one i have to switch between the D3D drivers.
So you can easily adjust them to add your own personal Tweaks to be aplied extra in Rom.
Also attached the Reversed HTC Start up to set as ShutDown animation animatedSB.zip.
Hmm, i forgot was this a Rom thread or cooking thread?
Noonski said:
Key Press Settings.mscr
(to change LongPress.lnk files in Windows with Links in Start Menu)
Click to expand...
Click to collapse
Long_Camera.lnk also works on somme devices, dunno Rapheal though.
On Using .XDAS files
HTC Decided That Old Users would not miss the Camera Button and they only care about the New users. I do miss the extra Camera Button And i miss a decent D-Pad, how the hell are we supposed to play Games. If i'm correct these Long_ hooks should be somewhere in KbdNopAll.dll or keypad.dll
No Camera in there, but i do wonder what some of these do and react to
Short_Power.lnk
Long_Power.lnk
Short_PTT.lnk
Long_PTT.lnk
Short_SMS.lnk ?
Long_Send.lnk
Short_Explore.lnk ?
Short_OperaL.lnk ?
Short_Messaging.lnk ?
Short_SMS.lnk ?
As Raphael does not have Internet buttons.
Which Gives me change of the first finished "Removed Packages" attachments.
Small Tute on Using These .XDAS files.
​
I have removed packages from the ROM that i really never have any need for personally.
I will try to provide these as .XDAS files instead of Cabs.
They are quicker and leave less mess than a .cab file
Download the file, then take away the .zip extension.
Then drop them into the XDA_UC folder on your SD card before Flashing.
Or you can execute them on the device by renaming the .xdas extension to .xda after flashing.
This is of course only if you need this particular part.
Do not rename the package beyond taking away the .zip extension as it will not install.

[ROM] Deodexed XXMB2 4.1.2

Hi, I made dodexed Jelly Bean ROM (XXMB2 leaked version)
I hope all is fine but it is my first deodexing so please test and make backup in CWM ​
Installation:
Copy XXMB2_deodex.zip to SD Card
Download and install CWM 6.0.2.8 from here
Mount system and preload from CWM
Install XXMB2_deodex.zip from CWM
[Optional] wipe cache/dalvik-cache
Reboot
Download: http://d-h.st/jr4
For devs:
batch script making file with symlinks cmd for preload apps
Code:
for /r . %%g in (*.apk) do echo symlink("/preload/symlink/system/app/%%~nxg", "/system/app/%%~nxg");>>!preload.txt
pause
ex. output !preload.txt:
Code:
symlink("/preload/symlink/system/app/AccuweatherDaemon.apk", "/system/app/AccuweatherDaemon.apk");
symlink("/preload/symlink/system/app/AccuweatherWidget.apk", "/system/app/AccuweatherWidget.apk");
symlink("/preload/symlink/system/app/AccuweatherWidget_Main.apk", "/system/app/AccuweatherWidget_Main.apk");
symlink("/preload/symlink/system/app/AutomationTest_JBUP.apk", "/system/app/AutomationTest_JBUP.apk");
symlink("/preload/symlink/system/app/BasicLiveWallpapers.apk", "/system/app/BasicLiveWallpapers.apk");
symlink("/preload/symlink/system/app/ChocoEUKor.apk", "/system/app/ChocoEUKor.apk");
symlink("/preload/symlink/system/app/ClockPackage.apk", "/system/app/ClockPackage.apk");
symlink("/preload/symlink/system/app/CoolEUKor.apk", "/system/app/CoolEUKor.apk");
symlink("/preload/symlink/system/app/DualClockAnalog.apk", "/system/app/DualClockAnalog.apk");
symlink("/preload/symlink/system/app/FaceLock.apk", "/system/app/FaceLock.apk");
symlink("/preload/symlink/system/app/FactoryTest_CODINA_EUR_OPEN.apk", "/system/app/FactoryTest_CODINA_EUR_OPEN.apk");
symlink("/preload/symlink/system/app/FmmDM.apk", "/system/app/FmmDM.apk");
symlink("/preload/symlink/system/app/FmRadio.apk", "/system/app/FmRadio.apk");
symlink("/preload/symlink/system/app/GMS_Maps.apk", "/system/app/GMS_Maps.apk");
symlink("/preload/symlink/system/app/GoogleTTS.apk", "/system/app/GoogleTTS.apk");
symlink("/preload/symlink/system/app/kieswifi.apk", "/system/app/kieswifi.apk");
symlink("/preload/symlink/system/app/MobilePrint.apk", "/system/app/MobilePrint.apk");
symlink("/preload/symlink/system/app/MusicHub_20_store.apk", "/system/app/MusicHub_20_store.apk");
symlink("/preload/symlink/system/app/MusicPlayer.apk", "/system/app/MusicPlayer.apk");
symlink("/preload/symlink/system/app/PlusOne.apk", "/system/app/PlusOne.apk");
symlink("/preload/symlink/system/app/PolarisViewer.apk", "/system/app/PolarisViewer.apk");
symlink("/preload/symlink/system/app/RoseEUKor.apk", "/system/app/RoseEUKor.apk");
symlink("/preload/symlink/system/app/SamsungTTS.apk", "/system/app/SamsungTTS.apk");
symlink("/preload/symlink/system/app/SecBrowser.apk", "/system/app/SecBrowser.apk");
symlink("/preload/symlink/system/app/SecCalendar.apk", "/system/app/SecCalendar.apk");
symlink("/preload/symlink/system/app/SecCalendarProvider.apk", "/system/app/SecCalendarProvider.apk");
symlink("/preload/symlink/system/app/SecContacts.apk", "/system/app/SecContacts.apk");
symlink("/preload/symlink/system/app/SecContactsProvider.apk", "/system/app/SecContactsProvider.apk");
symlink("/preload/symlink/system/app/SecEmail.apk", "/system/app/SecEmail.apk");
symlink("/preload/symlink/system/app/SecExchange.apk", "/system/app/SecExchange.apk");
symlink("/preload/symlink/system/app/SecMms.apk", "/system/app/SecMms.apk");
symlink("/preload/symlink/system/app/SimpleAlarmClock.apk", "/system/app/SimpleAlarmClock.apk");
symlink("/preload/symlink/system/app/SlideShow.apk", "/system/app/SlideShow.apk");
symlink("/preload/symlink/system/app/Street.apk", "/system/app/Street.apk");
symlink("/preload/symlink/system/app/talkback.apk", "/system/app/talkback.apk");
symlink("/preload/symlink/system/app/TMemo.apk", "/system/app/TMemo.apk");
symlink("/preload/symlink/system/app/VideoPlayer.apk", "/system/app/VideoPlayer.apk");
symlink("/preload/symlink/system/app/VoiceRecorder.apk", "/system/app/VoiceRecorder.apk");
symlink("/preload/symlink/system/app/voice_talk_U1.apk", "/system/app/voice_talk_U1.apk");
symlink("/preload/symlink/system/app/YahoonewsDaemon.apk", "/system/app/YahoonewsDaemon.apk");
symlink("/preload/symlink/system/app/YahoonewsWidget.apk", "/system/app/YahoonewsWidget.apk");
symlink("/preload/symlink/system/app/YahoostockDaemon.apk", "/system/app/YahoostockDaemon.apk");
symlink("/preload/symlink/system/app/YahoostockWidget.apk", "/system/app/YahoostockWidget.apk");
symlink("/preload/symlink/system/app/YouTube.apk", "/system/app/YouTube.apk");
save as .bat
We need add this to updater-script to correct simlinks apps from preload partiton.
Feel free for use as a base or whatever you want
ex. updater-script:
Code:
assert((getprop("ro.product.device") == "GT-I8160" || getprop("ro.product.device") == "GT-I8160P" || getprop("ro.product.device") == "GT-I8160L") && getprop("ro.build.id") == "JZO54K");
ui_print(" ");
ui_print(" +--------------------------------------------+ ");
ui_print(" | Ace 2 - deodexing | ");
ui_print(" +--------------------------------------------+ ");
show_progress(1.000000, 0);
ui_print(" ");
ui_print("Cleaning system & preload apps...");
delete_recursive("/system/app");
delete_recursive("/system/framework");
delete_recursive("/preload/symlink/system/app");
set_progress(0.150000);
ui_print(" ");
ui_print("Extracting system framework...");
package_extract_dir("framework", "/system/framework");
set_progress(0.300000);
ui_print(" ");
ui_print("Extracting system app...");
package_extract_dir("app", "/system/app");
set_progress(0.600000);
ui_print(" ");
ui_print("Extracting preload app...");
package_extract_dir("preload-app", "/preload/symlink/system/app");
set_progress(0.900000);
ui_print(" ");
ui_print("Creating symlinks...");
symlink("/preload/symlink/system/app/AccuweatherDaemon.apk", "/system/app/AccuweatherDaemon.apk");
symlink("/preload/symlink/system/app/AccuweatherWidget.apk", "/system/app/AccuweatherWidget.apk");
symlink("/preload/symlink/system/app/AccuweatherWidget_Main.apk", "/system/app/AccuweatherWidget_Main.apk");
symlink("/preload/symlink/system/app/AutomationTest_JBUP.apk", "/system/app/AutomationTest_JBUP.apk");
symlink("/preload/symlink/system/app/BasicLiveWallpapers.apk", "/system/app/BasicLiveWallpapers.apk");
symlink("/preload/symlink/system/app/ChocoEUKor.apk", "/system/app/ChocoEUKor.apk");
symlink("/preload/symlink/system/app/ClockPackage.apk", "/system/app/ClockPackage.apk");
symlink("/preload/symlink/system/app/CoolEUKor.apk", "/system/app/CoolEUKor.apk");
symlink("/preload/symlink/system/app/DualClockAnalog.apk", "/system/app/DualClockAnalog.apk");
symlink("/preload/symlink/system/app/FaceLock.apk", "/system/app/FaceLock.apk");
symlink("/preload/symlink/system/app/FactoryTest_CODINA_EUR_OPEN.apk", "/system/app/FactoryTest_CODINA_EUR_OPEN.apk");
symlink("/preload/symlink/system/app/FmmDM.apk", "/system/app/FmmDM.apk");
symlink("/preload/symlink/system/app/FmRadio.apk", "/system/app/FmRadio.apk");
symlink("/preload/symlink/system/app/GMS_Maps.apk", "/system/app/GMS_Maps.apk");
symlink("/preload/symlink/system/app/GoogleTTS.apk", "/system/app/GoogleTTS.apk");
symlink("/preload/symlink/system/app/kieswifi.apk", "/system/app/kieswifi.apk");
symlink("/preload/symlink/system/app/MobilePrint.apk", "/system/app/MobilePrint.apk");
symlink("/preload/symlink/system/app/MusicHub_20_store.apk", "/system/app/MusicHub_20_store.apk");
symlink("/preload/symlink/system/app/MusicPlayer.apk", "/system/app/MusicPlayer.apk");
symlink("/preload/symlink/system/app/PlusOne.apk", "/system/app/PlusOne.apk");
symlink("/preload/symlink/system/app/PolarisViewer.apk", "/system/app/PolarisViewer.apk");
symlink("/preload/symlink/system/app/RoseEUKor.apk", "/system/app/RoseEUKor.apk");
symlink("/preload/symlink/system/app/SamsungTTS.apk", "/system/app/SamsungTTS.apk");
symlink("/preload/symlink/system/app/SecBrowser.apk", "/system/app/SecBrowser.apk");
symlink("/preload/symlink/system/app/SecCalendar.apk", "/system/app/SecCalendar.apk");
symlink("/preload/symlink/system/app/SecCalendarProvider.apk", "/system/app/SecCalendarProvider.apk");
symlink("/preload/symlink/system/app/SecContacts.apk", "/system/app/SecContacts.apk");
symlink("/preload/symlink/system/app/SecContactsProvider.apk", "/system/app/SecContactsProvider.apk");
symlink("/preload/symlink/system/app/SecEmail.apk", "/system/app/SecEmail.apk");
symlink("/preload/symlink/system/app/SecExchange.apk", "/system/app/SecExchange.apk");
symlink("/preload/symlink/system/app/SecMms.apk", "/system/app/SecMms.apk");
symlink("/preload/symlink/system/app/SimpleAlarmClock.apk", "/system/app/SimpleAlarmClock.apk");
symlink("/preload/symlink/system/app/SlideShow.apk", "/system/app/SlideShow.apk");
symlink("/preload/symlink/system/app/Street.apk", "/system/app/Street.apk");
symlink("/preload/symlink/system/app/talkback.apk", "/system/app/talkback.apk");
symlink("/preload/symlink/system/app/TMemo.apk", "/system/app/TMemo.apk");
symlink("/preload/symlink/system/app/VideoPlayer.apk", "/system/app/VideoPlayer.apk");
symlink("/preload/symlink/system/app/VoiceRecorder.apk", "/system/app/VoiceRecorder.apk");
symlink("/preload/symlink/system/app/voice_talk_U1.apk", "/system/app/voice_talk_U1.apk");
symlink("/preload/symlink/system/app/YahoonewsDaemon.apk", "/system/app/YahoonewsDaemon.apk");
symlink("/preload/symlink/system/app/YahoonewsWidget.apk", "/system/app/YahoonewsWidget.apk");
symlink("/preload/symlink/system/app/YahoostockDaemon.apk", "/system/app/YahoostockDaemon.apk");
symlink("/preload/symlink/system/app/YahoostockWidget.apk", "/system/app/YahoostockWidget.apk");
symlink("/preload/symlink/system/app/YouTube.apk", "/system/app/YouTube.apk");
set_progress(1.000000);
ui_print(" ");
Sorry for poor english.
Good work mate, just what I needed right now that I have a problem with systemUI and I got no status bar no settings and no wallpaper lawl,
thanks
Sent from my GT-I8160 using Tapatalk 2
Q1: is SecSettings not included in /preload/ ? Because its the reason I can't get any mods to work. Manual pushing, copy-pasting or moving, and flashing results in a bootloop.
Q2: Have you tried this? Is everything working fine. I can't download this right now but I want to make sure.
Good Work. :good:
OT: BTW, can anyone try out the mods I made?
Q1: is SecSettings not included in /preload/ ? Because its the reason I can't get any mods to work. Manual pushing, copy-pasting or moving, and flashing results in a bootloop.<br />
Q2: Have you tried this? Is everything working fine. I can't download this right now but I want to make sure. <br />
<br />
Good Work. :good:<br />
<br />
OT: BTW, can anyone try out the mods I made?
Click to expand...
Click to collapse
Whenever you mod apks and push them, you have to update the symlinks..
I do not respond to tech support via PM
Lawl im confused
Is this a custom rom or the deodexed version of the official 4.1.2 fw?
Fzee said:
Lawl im confused
Is this a custom rom or the deodexed version of the official 4.1.2 fw?
Click to expand...
Click to collapse
deodexed version of the official 4.1.2 fw
Fzee said:
Lawl im confused
Is this a custom rom or the deodexed version of the official 4.1.2 fw?
Click to expand...
Click to collapse
First line
"Hi, I made dodexed Jelly Bean ROM (XXMB2 leaked version)"
Nice touch with the batch script. BTW, I have already deodexed it can you upload your META-INF?
Here's my output:
Code:
symlink("/preload/symlink/system/app/AccuweatherDaemon.apk", "/system/app/AccuweatherDaemon.apk");
symlink("/preload/symlink/system/app/AccuweatherWidget.apk", "/system/app/AccuweatherWidget.apk");
symlink("/preload/symlink/system/app/AccuweatherWidget_Main.apk", "/system/app/AccuweatherWidget_Main.apk");
symlink("/preload/symlink/system/app/BasicLiveWallpapers.apk", "/system/app/BasicLiveWallpapers.apk");
symlink("/preload/symlink/system/app/ClockPackage.apk", "/system/app/ClockPackage.apk");
symlink("/preload/symlink/system/app/DualClockAnalog.apk", "/system/app/DualClockAnalog.apk");
symlink("/preload/symlink/system/app/FactoryTest_CODINA_EUR_OPEN.apk", "/system/app/FactoryTest_CODINA_EUR_OPEN.apk");
symlink("/preload/symlink/system/app/FmmDM.apk", "/system/app/FmmDM.apk");
symlink("/preload/symlink/system/app/FmRadio.apk", "/system/app/FmRadio.apk");
symlink("/preload/symlink/system/app/kieswifi.apk", "/system/app/kieswifi.apk");
symlink("/preload/symlink/system/app/MusicPlayer.apk", "/system/app/MusicPlayer.apk");
symlink("/preload/symlink/system/app/PickUpTutorial.apk", "/system/app/PickUpTutorial.apk");
symlink("/preload/symlink/system/app/SecBrowser.apk", "/system/app/SecBrowser.apk");
symlink("/preload/symlink/system/app/SecCalendar.apk", "/system/app/SecCalendar.apk");
symlink("/preload/symlink/system/app/SecCalendarProvider.apk", "/system/app/SecCalendarProvider.apk");
symlink("/preload/symlink/system/app/SecContacts.apk", "/system/app/SecContacts.apk");
symlink("/preload/symlink/system/app/SecContactsProvider.apk", "/system/app/SecContactsProvider.apk");
symlink("/preload/symlink/system/app/SecEmail.apk", "/system/app/SecEmail.apk");
symlink("/preload/symlink/system/app/SecExchange.apk", "/system/app/SecExchange.apk");
symlink("/preload/symlink/system/app/SecMms.apk", "/system/app/SecMms.apk");
symlink("/preload/symlink/system/app/SecSettings.apk", "/system/app/SecSettings.apk");
symlink("/preload/symlink/system/app/SecWallpaperChooser.apk", "/system/app/SecWallpaperChooser.apk");
symlink("/preload/symlink/system/app/SimpleAlarmClock.apk", "/system/app/SimpleAlarmClock.apk");
symlink("/preload/symlink/system/app/SlideShow.apk", "/system/app/SlideShow.apk");
symlink("/preload/symlink/system/app/TMemo.apk", "/system/app/TMemo.apk");
symlink("/preload/symlink/system/app/VoiceRecorder.apk", "/system/app/VoiceRecorder.apk");
symlink("/preload/symlink/system/app/YahoonewsDaemon.apk", "/system/app/YahoonewsDaemon.apk");
symlink("/preload/symlink/system/app/YahoonewsWidget.apk", "/system/app/YahoonewsWidget.apk");
symlink("/preload/symlink/system/app/YahoostockDaemon.apk", "/system/app/YahoostockDaemon.apk");
symlink("/preload/symlink/system/app/YahoostockWidget.apk", "/system/app/YahoostockWidget.apk");
These are the apps that i could not deodex
Hi all!
I installed it according to the description. Some widget with an error message. Contacts - is not installed. Dialer - is not installed. Unfortunately, there is still room for improvement. Previous backup restored.
Increasing flash counter?
i cant install any app
Enviado desde mi GT-I8160 usando Tapatalk 2
Can i flash this from GB??
loof13 said:
Can i flash this from GB??
Click to expand...
Click to collapse
You can. If you want to brick your phone.
have anyone try this? any bugs?
Been using for 5 hours and no bugs atm...
Sent from my GT-I8160 using Tapatalk 2
noob question.. is the bluetooth can be fixed in a deodexed rom?
heml0ck said:
noob question.. is the bluetooth can be fixed in a deodexed rom?
Click to expand...
Click to collapse
Nope. That's Samsung's job.
Dr01nE said:
Q1: is SecSettings not included in /preload/ ? Because its the reason I can't get any mods to work. Manual pushing, copy-pasting or moving, and flashing results in a bootloop.
Q2: Have you tried this? Is everything working fine. I can't download this right now but I want to make sure.
Good Work. :good:
OT: BTW, can anyone try out the mods I made?
Click to expand...
Click to collapse
I try multiwindow nad ASOP lockscreen not working ;/
Maybe you try one more time making this mod using my deodex version as a base?
gidano said:
Hi all!
I installed it according to the description. Some widget with an error message. Contacts - is not installed. Dialer - is not installed. Unfortunately, there is still room for improvement. Previous backup restored.
Click to expand...
Click to collapse
All install this ROM multiple times with/without factory reset etc. and all basic apps working (dialer, contacst, market, widget, sms etc.).
Try again and do not forget mount preload.
dzumper said:
Increasing flash counter?
Click to expand...
Click to collapse
No all mod installing by CWM don't do that.
Eselter said:
I try multiwindow nad ASOP lockscreen not working ;/
Maybe you try one more time making this mod using my deodex version as a base?
Click to expand...
Click to collapse
Did you check Settings? There's supposed to be options to enable/disable the mods there.
If it still won't work, I will try and use your ROM as base. Also, do not flash AOSP and Multi in one device, (example, you flashed AOSP then Multi)
The mods wouldn't work as they have different android.policy.jar
EDIT: What happens after flashing? FCs? or just nothing?
I don't know how it works on our phone but I think we can try this
http://www.samsung.com/us/support/s...ide_seq=8829&prd_ia_cd=N0000004&map_seq=62396

[MOD UI] Saverouz Update 2nd for Hyperion 9 [MOD UI]

|| Hyperion 9 MOD ||
-=-
" Saverouz Update by Ibanez Seva "
-=-
‪|| ‎Features ||‬
* Clock at middle statusbar
* Blur Statusbar
* Full Transparant
* Width Statusbar
* Date {Day, Month & Year} at Statusbar
* Swipe to Remove Recent app {Task Manager}
* Small Icon Pack
* and many more
|| How To Instal ||
* Go to CWM
* Select mount & storage
* Mount System, Data & Cache (Looks Unmount)
example/contoh :
unmount cache
unmount data
unmount system
mount SD Card
* Back (power)
* Select Install zip from SD Card
* Select Choose zip from SD Card
* Select [email protected]
* Back (power)
* and Select Reboot System Now
|| BigThanks ||
* ALLAH SWT
|| Credits ||
* Carl Dean Catabay (The Father of Hyperion Series)
* and many more
|| Note ||
* SORRY FOR BAD ENGLISH
* SORRY FOR BAD UI
* DO WITH YOUR OWN RISK
* DO NOT FORGET TO BACKUP BEFORE EXECUTION
|| Please Share this Theme/UI On your Blog !! :3 ||
Great!
Ibanezseva13 said:
|| Hyperion 9 MOD ||
Click to expand...
Click to collapse
Preety good mod!
Name of weather app in the ss?
where is the credit ?
Sent from my Nexus 5 using XDA
lionelsuyog said:
Preety good mod!
Name of weather app in the ss?
Click to expand...
Click to collapse
Name of weather app is Weather & Clock ..... download on Playstore !!!
Hyperion MOD UI
Mranggapo said:
where is the credit ?
Sent from my Nexus 5 using XDA
Click to expand...
Click to collapse
No Credit XD .....
i think credit goes to hyperion dev, and sir CarlDeanCatabay for Hyperion 9.
Credit
phantomhell said:
i think credit goes to hyperion dev, and sir CarlDeanCatabay for Hyperion 9.
Click to expand...
Click to collapse
ok, sir !!!!
looks god sir :good:
Good Work arek" suroboyo !
good job mas, look great
Dude can you make a simpler version of this theme. I like the theme but its a bit overthemed to my liking.
___________________________________
««||Proud to be a geek. #lovexda||»»
Sungkem mastah. good job
Tnx for this ill try
Sent from my GT-S5360
will this work on CM7.2 based rom?
gothed said:
will this work on CM7.2 based rom?
Click to expand...
Click to collapse
No
how do you make the status bar pull down menu blurred?

[5.1.1] Xperia Z5G | Xperia in your Moto X! [01-02-2016] [DISCONTINUED]

{
"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"
}
I'm bringing you the Xperia Z5G ROM for Moto X.
Enjoy it!
The reason for beign CM based and not stock based is because we have not being able to port the Xperia functions the ROM includes to stock firmware. However stability is excellent.
​
Features:
Rooted | Xperia Z5 SystemUI | Xperia Framework | Xperia Phonebook & Dialer
Xperia Small Apps | Xperia Apps | Xperia Cameras | Zipalling
Xperia Interface | Xperia Widgets | Xperia Z5 Bootanimation | Sony Bootlogo
Xperia Lockscreen with Particles Effect | Aplicable Xperia Themes (CM)​
Bugs:
It is very important to take this into account:
Only use 3x3 pattern.
When battery saver is on it get a little laggy. Solution: reboot.
To take into account:
To use Xperia cameras, go to widgets and place "Cameras" widget, then you can open all cameras.
You can change lockscreen clock by pressing it for a while.
To activate lockscreen particle effect you must use the Xperia live wallpaper.
CM themes are still working (some). You can look for xperia adapted ones.
Small apps are in the recent apps screen.
How to use Xperia Camera:
To use Xperia Camera open it from lockscreen shorcut. Please remember it is a beta feature.
Default mode is SA (Superior Auto). Once you go to other mode and then try to get back to SA camera crashes.
To take front/back photos or record video use SA (SA settings doesn't work).
To take only back photos, with your own setttings, use Manual mode.
Please do not bother reporting Xperia Camera issues. We know them but it works and is great!
Installation:
1- Download and place in sdcard the ROM.
2- Go to recovery. Recomended: TWRP 2.8.7.0.
3- Wipe system, data, cache and dalvik cache.
4- Install the ROM.
5- Install GApps.
6- Reboot.
7- Enjoy!​
Screenshots:
Downloads:
- AndroidFileHost​
Add-ons (Flashables):
- Recommended Gapps: Mini Gapps
- Xperia Themes, thanks to STRYDER~007: Z5G_STRYDER_Themes.zip
- Particles Walkman Widget: Z5G_Particles_MusicWidget.zip
-Xperia Apps+ (Skecth, SmartConnect, TrackID, TrackID TV and MovieCreator): Z5G_Xperia_Apps.zip
- Dolby ATMOS Audio mod: Download and Installation
Credits:
@STRYDER~007 for SystemUI
@gamzekal for Xperia stuff and Small apps.
@xperiaz2 for Phonebook and Dialer.
@ibanez7 for many Xperia stuff.
@worstenbrood for Dolby ATMOS
@SuperR. for ROM Kitchen.
@juan domex ROM Contributor
Chema Sanz ROM Constributor
The testing team!​​
XDA:DevDB Information
Xperia Z5G ghost, ROM for the Moto X
Contributors
sebastiandg7, juan domex
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Install from Lollipop
Based On: CyanogenMod 12.1
Version Information
Status: Stable
Current Stable Version: 20160201
Stable Release Date: 2016-02-01
Current Beta Version: 20160102
Beta Release Date: 2016-01-02
Created 2016-01-03
Last Updated 2016-02-28
Changelog
To do:
Improve Xperia Settings port.
01/02/2016
Xperia Launcher now compatible with Google Play iconpacks.
Added new Xperia wallpapers
Added original Xperia Camera [BETA]
Added new weather app
Xperia media apps FC's fixed.
Fixed some SystemUI Strings.
Slightly cleaned system unnecessary stuff.
10/01/2016
FROM NOW ON: STABLE VERSIONS!
Fixed lockscreen security options. Working pattern (3x3), PIN and password.
Fixed not showing notifications in lockscreen.
Disable lockscreen rotation (Due to some issues).
Removed not working quick toggles.
Fixed fully white/black notifications.
Removed conflicting Xperia Settings Port (Working on it).
Added fully Xperia themed Settings.
Removed some unnecessary libraries.
Updated Sony Apps.
02/01/2016
Initial release
ROM Base CM12.1 SNAPSHOT
Xperia Home Launcher 10.0.A.0.5
Added Sony IconPacks
Added Xperia Livewallpapers
Added camera shorcut to lockscreen
Added Sony wallpapers for Xperia Home
Added Xperia Settings port [BETA]
Added Sony Screenrecorder app (To use it you need Serajr Xperia Xposed module)
Amazing.
Thanks a lot.
Enviado de meu Moto X usando Tapatalk
Last build re-uploaded. There were some booting issues Happy flashing!
Umm. Which Moto X? Gen 1 or Gen 2? GSM?
I ask because my flash attempt failed (not a novice, by the way).
Thanks. Either way, thanks for your work, even if this doesn't install on my Moto X 2013 GSM.
varxx said:
Umm. Which Moto X? Gen 1 or Gen 2? GSM?
I ask because my flash attempt failed (not a novice, by the way).
Thanks. Either way, thanks for your work, even if this doesn't install on my Moto X 2013 GSM.
Click to expand...
Click to collapse
Remove the first line from the updater script
cmr_noob said:
Remove the first line from the updater-script
Click to expand...
Click to collapse
You mean remove the commented line?
Code:
#Dummy file; update-binary is a shell script.
This file is located here:
/XperiaZ5G-20160102-ghost/busybox/UPDATE-Busybox.Installer.v1.24.1-ALL-signed/META-INF/com/google/android
Or are you talking about the first line(s) from the file update-binary, located in the same subdirectory:
Code:
#!/sbin/sh
# Busybox Installer Script: Recovery Flashable Zip
# osmosis @ xda-developers
varxx said:
You mean remove the commented line?
Code:
#Dummy file; update-binary is a shell script.
This file is located here:
/XperiaZ5G-20160102-ghost/busybox/UPDATE-Busybox.Installer.v1.24.1-ALL-signed/META-INF/com/google/android
Or are you talking about the first line(s) from the file update-binary, located in the same subdirectory:
Code:
#!/sbin/sh
# Busybox Installer Script: Recovery Flashable Zip
# osmosis @ xda-developers
Click to expand...
Click to collapse
Open the zip file and go to META-INF/com/google/android and open up the updater-script and delete these lines
Code:
assert(getprop("ro.product.device") == "xt1052" || getprop("ro.build.product") == "xt1052" || getprop("ro.product.device") == "ghost" || getprop("ro.build.product") == "ghost" || getprop("ro.product.device") == "xt1053" || getprop("ro.build.product") == "xt1053" || getprop("ro.product.device") == "ghost_retail" || getprop("ro.build.product") == "ghost_retail" || getprop("ro.product.device") == "xt1055" || getprop("ro.build.product") == "xt1055" || getprop("ro.product.device") == "ghost_usc" || getprop("ro.build.product") == "ghost_usc" || getprop("ro.product.device") == "xt1056" || getprop("ro.build.product") == "xt1056" || getprop("ro.product.device") == "ghost_sprint" || getprop("ro.build.product") == "ghost_sprint" || getprop("ro.product.device") == "xt1058" || getprop("ro.build.product") == "xt1058" || getprop("ro.product.device") == "ghost_att" || getprop("ro.build.product") == "ghost_att" || getprop("ro.product.device") == "ghost_rcica" || getprop("ro.build.product") == "ghost_rcica" || getprop("ro.product.device") == "xt1060" || getprop("ro.build.product") == "xt1060" || getprop("ro.product.device") == "ghost_verizon" || getprop("ro.build.product") == "ghost_verizon" || abort("This package is for device: xt1052,ghost,xt1053,ghost_retail,xt1055,ghost_usc,xt1056,ghost_sprint,xt1058,ghost_att,ghost_rcica,xt1060,ghost_verizon; this device is " + getprop("ro.product.device") + "."););
Welp, that was sort of fun trying, but it didn't work. I got a zip signature error.
I can wait. I don't have any good reason to try to install an Xperia ROM on my 2013 Moto X. But I did once succeed in installing Mac OS X on an IBM Thinkpad.
We are in the Moto X 2013 forum rigth? I'm fixing the insalling issue.... I'll tell you when i'm done. If some of you can do test please PM me.
sebastiandg7 said:
We are in the Moto X 2013 forum rigth? I'm fixing the insalling issue.... I'll tell you when i'm done. If some of you can do test please PM me.
Click to expand...
Click to collapse
Yep. Third planet from the Sun, last I checked. If, however, you're addressing this forum from a parallel universe, I think you should make that clear.
varxx said:
Yep. Third planet from the Sun, last I checked. If, however, you're addressing this forum from a parallel universe, I think you should make that clear.
Click to expand...
Click to collapse
Hahahahaha made my day :good:
Thanks for your help. Check your pm.
Bootloop in Moto X XT1052, previously running CM 12.1 Snapshot.
Nothing here on xt1058 just white screen trying to boot. UPDATE !! I got it and few things FC other than that its great
verma.avesh said:
Bootloop in Moto X XT1052, previously running CM 12.1 Snapshot.
Click to expand...
Click to collapse
Sure you did all 4 wipes?
cell2011 said:
Nothing here on xt1058 just white screen trying to boot. UPDATE !! I got it and few things FC other than that its great
Click to expand...
Click to collapse
Great! Can you espicify wich FC you had?... Thank you
sebastiandg7 said:
Sure you did all 4 wipes?
Great! Can you espicify wich FC you had?... Thank you
Click to expand...
Click to collapse
Dualshock, and when making a call in the phone dialer phone will display camera has stopped and phone has stopped sometimes will display. So for thats it other than that great rom and love the dolby atmos. I looked to change the file in permissive.sh i found i didnt need to change anything in root explorer. Just flash zip after rom and gapps. And have to do all 4 wipes and wait awhile it will boot i even flashed su 2.46 after gapps and reboot all is fine
New Build - 10/01/2016
10/01/2016
STABLE VERSION!
Fixed lockscreen security options. Working pattern (3x3), PIN and password.
Fixed not showing notifications in lockscreen.
Disable lockscreen rotation (Due to some issues).
Removed not working quick toggles.
Fixed fully white/black notifications.
Removed conflicting Xperia Settings Port (Working on it).
Added fully Xperia themed Settings.
Removed some unnecessary libraries.
Updated Sony Apps.
PS. When entered a wrong pattern/PIN/password, SystemUI will reboot (not fixable yet) but there is no problem
I can seem to check unknown sources in settings it keeps fc ing in settings. Other than that everything looks good and camera now
Hi , if my memory serves me moto x does not work with EXT4 data partition
I am having problems with the installation as slowly as to not being able to mount the partition userdata
I recommend change the line to
mount("f2fs", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/userdata", "/data", "");
cheers.
TeamMex said:
Hi , I don't know if others moto x versions work with EXT4 data partition
I am having problems with the installation as slowly as to not being able to mount the partition userdata
I recommend change the line to
mount("f2fs", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/userdata", "/data", "");
cheers.
Click to expand...
Click to collapse
Yup you're right. Moto X does not support ext4 data partition.
https://github.com/CyanogenMod/andr...dt-common/blob/cm-12.1/rootdir/etc/fstab.qcom
Code:
# Android fstab file.
# The filesystem that contains the filesystem checker binary (typically /system) cannot
# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
/dev/block/platform/msm_sdcc.1/by-name/system /system ext4 ro,barrier=1 wait
[B][I][COLOR="Red"]/dev/block/platform/msm_sdcc.1/by-name/userdata /data f2fs rw,nosuid,nodev,noatime,nodiratime,inline_xattr wait,nonremovable,formattable,encryptable=footer,length=-16384[/COLOR][/I][/B]
/dev/block/platform/msm_sdcc.1/by-name/cache /cache ext4 rw,nosuid,nodev,noatime,nodiratime,data=writeback,noauto_da_alloc,barrier=1 wait,check,formattable
/dev/block/platform/msm_sdcc.1/by-name/fsg /fsg ext4 ro,nosuid,nodev,barrier=0,context=u:object_r:firmware_file:s0 wait,check
/dev/block/platform/msm_sdcc.1/by-name/modem /firmware ext4 ro,nosuid,nodev,barrier=0,context=u:object_r:firmware_file:s0 wait,check
/dev/block/platform/msm_sdcc.1/by-name/persist /persist ext4 rw,nosuid,nodev,barrier=1,defcontext=u:object_r:persist_file:s0 wait,check
/dev/block/platform/msm_sdcc.1/by-name/boot /boot emmc defaults recoveryonly
/dev/block/platform/msm_sdcc.1/by-name/recovery /recovery emmc defaults recoveryonly
/devices/platform/msm_hsusb_host auto auto defaults voldmanaged=usbdisk:auto

[RECOVERY][UNOFFICIAL]TeamWin Recovery Project 3.0.0.0 (TWRP)

Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.*/
Team Win Recovery Project (TWRP), is an open-source software custom recovery image for Android-based devices. It provides a touchscreen-enabled interface which allows users to install third-party firmware and backup the current system, which are often unsupported by stock recovery images.
Screenshots
Under screenshots tab
Installation
Pick your build type, i.e recovery flashable or Odin flashable.
If recovery flashable, simply put the zip in phone, and flash it from an existing working recovery.
If Odin flashable, go to download mode, connect to PC, run Odin, select 'PDA', select the twrp tar.md5, flash it.
Enjoy.
Walkthrough
Since our device resolution is low, TWRP does not fit into the screen, hence there is a button with arrow key (left/right), which indicates that there is another section of the page, pressing that button takes you to the other section.
Downloads
Redirect
Device Specific Source
All device specific source can be found in TeamButter repo.
Credits
@Dreamstar
@andii_nr
@psych.half
TWRP
XDA:DevDB Information
TWRP 3.0.0.0, Tool/Utility for the Samsung Galaxy Star
Contributors
corphish
Source Code: https://github.com/TeamWin/Team-Win-Recovery-Project
Version Information
Status: Beta
Created 2016-02-13
Last Updated 2016-05-25
Reserved
Changelog
20160217
Removed deprecated INJECT_TWRP flag
Updated fstab.
Backup to External Storage should work.
20160213
Initial release
nice .. twrp3 released :')
Is it possible to flash cm 11 with twrp 3.0
holey freakin moley.
Too much development for this little *** in a small time.
Thank u guys
---------- Post added at 10:04 PM ---------- Previous post was at 10:04 PM ----------
dabakale said:
Is it possible to flash cm 11 with twrp 3.0
Click to expand...
Click to collapse
yeah.
why not?
dabakale said:
Is it possible to flash cm 11 with twrp 3.0
Click to expand...
Click to collapse
Yeah, I myself tested it
@corphish
Nice job. Btw did MTP working? If then, how did you fix it?
doesntexits said:
@corphish
Nice job. Btw did MTP working? If then, how did you fix it?
Click to expand...
Click to collapse
Yeah its working.
There is no reason for it to be broken though.
UMS_LUN_FILE flag needs to be set in BoardConfig and the USB MTP must be working in the system with the kernel you are using.
For us, USB MTP was broken, it would be fixed by a small change in kernel.
Probably you are using stock kernel.
Thank you bro
corphish said:
Yeah its working.
There is no reason for it to be broken though.
UMS_LUN_FILE flag needs to be set in BoardConfig and the USB MTP must be working in the system with the kernel you are using.
For us, USB MTP was broken, it would be fixed by a small change in kernel.
Probably you are using stock kernel.
Click to expand...
Click to collapse
Well, we use stock kernel with one single change: Samsung MTP disabled, because it's incompatible with CM.
 @cleverior.ipul go here bro
_/|\_ um @cleverior.ipul
Really nice to see that you and some other devs are still working so hard for star, keep up !!
Alright new recoveries.. sweet
So it's my turn to bring something new to the table now..
Speaking of recoveries, can anyone check the updater-script? And how the hell do I mount system...
Code:
ui_print("Unpacking files.");
package_extract_file("modules", "/tmp/modules");
package_extract_file("module_setup.sh", "/tmp/ module_setup.sh");
ui_print("Setting up ,,");
ui_print("If this part fails, restore backup before reboot.");
set_perm(0, 0, 0755, "/tmp/module_setup.sh ");
assert(run_program("/tmp/module_setup.sh") == 0);
ui_print("Flashing the kernel");
package_extract_file("boot.img", "/dev/block/mmcblk0p5");
ui_print("Done. ");
@corphish I messed up the frequency stats, as soon as I fix that I'm pushing it.. And it can only be built as module. so you have to insmod it at init.*.rc
And do check the documentation and warni gs in source, before integrating it into CM.
psych.half said:
Alright new recoveries.. sweet
So it's my turn to bring something new to the table now..
Speaking of recoveries, can anyone check the updater-script? And how the hell do I mount system...
Code:
ui_print("Unpacking files.");
package_extract_file("modules", "/tmp/modules");
package_extract_file("module_setup.sh", "/tmp/ module_setup.sh");
ui_print("Setting up ,,");
ui_print("If this part fails, restore backup before reboot.");
set_perm(0, 0, 0755, "/tmp/module_setup.sh ");
assert(run_program("/tmp/module_setup.sh") == 0);
ui_print("Flashing the kernel");
package_extract_file("boot.img", "/dev/block/mmcblk0p5");
ui_print("Done. ");
@corphish I messed up the frequency stats, as soon as I fix that I'm pushing it.. And it can only be built as module. so you have to insmod it at init.*.rc
And do check the documentation and warni gs in source, before integrating it into CM.
Click to expand...
Click to collapse
try this
Code:
mount("ext4", "EMMC", "/dev/block/mmcblk0p21", "/system");
package_extract_dir("system", "/system");
doesntexits said:
Well, we use stock kernel with one single change: Samsung MTP disabled, because it's incompatible with CM.
@cleverior.ipul go here bro
Click to expand...
Click to collapse
thanks bro. now MTP is working like a charm on linux. but in windows 10, MTP isnt detected. only usb icon that appear.
andii_nr said:
try this
Code:
mount("ext4", "EMMC", "/dev/block/mmcblk0p21", "/system");
package_extract_dir("system", "/system");
Click to expand...
Click to collapse
Copy and paste.
Oh yeah, I forgot I'm using the old ramdisk from beta 2. Too lazy to extract them..
Can you post your just the modified ramdisk, I'll use that in the kernrel.
Thanks again.
psych.half said:
Copy and paste.
Oh yeah, I forgot I'm using the old ramdisk from beta 2. Too lazy to extract them..
Can you post your just the modified ramdisk, I'll use that in the kernrel.
Thanks again.
Click to expand...
Click to collapse
only ramdisk I modified ?
psych.half said:
Copy and paste.
Oh yeah, I forgot I'm using the old ramdisk from beta 2. Too lazy to extract them..
Can you post your just the modified ramdisk, I'll use that in the kernrel.
Thanks again.
Click to expand...
Click to collapse
Here you go
@corphish this can't backup to extsdcard ?
@corphish
I had to extract it anyway.. https://github.com/mint2g/kernel_ramdisk/commits/cm-11
By the way why do we have inject TWRP. Afaik it's for devices with no seperate recovery partition. I will created an PR , for that and external sd.. but I can't test it... so
And about the kernel I couln't get hold of this updater-script, so I rolled my own., https://github.com/mint2g/kernel_flashzip
So it's gonna take some time..

Categories

Resources