{
"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"
}
Requirements :
1. Knowledge about decompile/compile *.jar files
2. Deodex
How-to:
1. Download dolby framework HERE then extract it
2. Decompile your framework.jar
3. Copy dolby folder from extraced file above (step 1) to your decompiled framework.jar *smali/android/pastehere
nb: if you have already installed dolby-framework inside your framework.jar, please delete it first before paste from my dolby-framework
4. Compile your framework.jar
5. Move to services.jar, we need to disable signature on this step (this is maybe make it stuck on dolby logo when opening the dolby app)
nb: if you already patch your services.jar, skip step 5-9
6. Decompile your services.jar and look for /com/android/server/pm/PackageManagerService.smali
7. Find this method:
Code:
.method static compareSignatures([Landroid/content/pm/Signature;[Landroid/content/pm/Signature;)I
-
-
-
-
.end method
8. Replace with
Code:
.method static compareSignatures([Landroid/content/pm/Signature;[Landroid/content/pm/Signature;)I
.locals 7
const/4 v0, 0x0
return v0
.end method
9. Save your services.jar and recompile your services.jar
10. Download dolby_flashable.zip HERE
11. Open dolby_flashable.zip with WinRAR or anything. now, drag and drop services.jar+framework.jar modded to dolby_flashable/system/framework/pastehere
12. Goto your custom recovery
13. Wipe cache and dalvik-cache
14. Flash dolby_flashable.zip
15. Done
NB:
1. Another mirror/s is not allowed!
2. If you have another audio tweaks installed like viper/dsp/etc, please uninstall first (it may cause conflict/FC)
3. If you have any issues about compiling *.jar files, try this one -> Baksmali manager i am use it for compile/decompile *.jar files
nb: i'm forget who share that tool, so i just can say thankyou!
4. Free space /system (±) 10MB
5. May will be work on all device running on KITKAT, so let me know it works or not
6. Backup first before doing anything to prevent bootloop
7. If you find any bugs/issues happened, please tell me
Thanks to:
Google
Dolby Mobile Audio
PopKat ROM Devs from Cherry Mobile Philippines
Nouvrizal Malta for share PopKat ROM
Ghifari for tester
Ifal for tester
Riyono for guide port Dolby to JB
one_love_420 for guide how to disable signature
Q&A
Q: I've stuck/FC when opening dolby. how to solve?
A: uninstall another soundmod/sound tweaks or follow @aki_007 http://forum.xda-developers.com/showpost.php?p=57795816&postcount=15
Q: Still stuck on dolby logo when opening app, how?
A: Try to disable signature using Lucky Patcher
Confirmed working on:
1. Mediatek devices
2. Xperia Z1s T-Mobile KitKat 4.4.4
ocoot said:
Confirmed working on:
1. Mediatek devices .
Click to expand...
Click to collapse
Stuck at dolby logo when opening apk on Gionee M2 /MT6582/KK 4.4.2 AOSP based
Thanks mate! I am trying now to port this on my Mediatek device. I will let you know if there will be any issues.
---------- Post added at 06:12 PM ---------- Previous post was at 05:39 PM ----------
ocoot said:
How-To:
1. Decompile your framework.jar
2 Download the DolbyDigital-KK.rar and extract. You'll find 2 folders inside, copy the dolby folder (inside folder framework.jar from downloaded file) to your decompiling file
3. And then recompile your framework.jar
4. Copy your framework.jar after finished compiling to flashable folder/system/framework
5. Repack flashable folder to the ZIP
6. Go to your custom recovery
7. Wipe cache and dalvik-cache
8. Flash the file
9. Done
Click to expand...
Click to collapse
Hi Mate,
I've tried 2 ways since it was not clear in your steps where the framework.jar/android/dolby will go, is it:
1. inside the main framework.jar
or
2. inside framework.jar/smali - since there's an android folder there.
OUTPUT:
1. When I tried to recompile the first one, there's no error but the Dolby app is not opening - FC
2. When I tried to recompile the second, I got an error from the APKtool (tried 2 different APKtools)
Code:
Projects\framework.jar\smali\android\dolby\DsClient$1.smali[207,15] mismatched input '"className"' expecting END_METHOD_DIRECTIVE
Exception in thread "main" brut.androlib.AndrolibException: Could not smali file: android/dolby/DsClient$1.smali
at brut.androlib.src.SmaliBuilder.buildFile(SmaliBuilder.java:72)
at brut.androlib.src.SmaliBuilder.build(SmaliBuilder.java:56)
at brut.androlib.src.SmaliBuilder.build(SmaliBuilder.java:41)
at brut.androlib.Androlib.buildSourcesSmali(Androlib.java:338)
at brut.androlib.Androlib.buildSources(Androlib.java:299)
at brut.androlib.Androlib.build(Androlib.java:285)
at brut.androlib.Androlib.build(Androlib.java:258)
at brut.apktool.Main.cmdBuild(Main.java:236)
at brut.apktool.Main.main(Main.java:88)
Hope you can clear this up. Thanks'
aki_007 said:
Stuck at dolby logo when opening apk on Gionee M2 /MT6582/KK 4.4.2 AOSP based
Click to expand...
Click to collapse
try again bro, i've already update my guide for make it easy to understanding so, goodluck.
eyesfortech said:
Thanks mate! I am trying now to port this on my Mediatek device. I will let you know if there will be any issues.
---------- Post added at 06:12 PM ---------- Previous post was at 05:39 PM ----------
Hi Mate,
I've tried 2 ways since it was not clear in your steps where the framework.jar/android/dolby will go, is it:
1. inside the main framework.jar
or
2. inside framework.jar/smali - since there's an android folder there.
OUTPUT:
1. When I tried to recompile the first one, there's no error but the Dolby app is not opening - FC
2. When I tried to recompile the second, I got an error from the APKtool (tried 2 different APKtools)
Code:
Projects\framework.jar\smali\android\dolby\DsClient$1.smali[207,15] mismatched input '"className"' expecting END_METHOD_DIRECTIVE
Exception in thread "main" brut.androlib.AndrolibException: Could not smali file: android/dolby/DsClient$1.smali
at brut.androlib.src.SmaliBuilder.buildFile(SmaliBuilder.java:72)
at brut.androlib.src.SmaliBuilder.build(SmaliBuilder.java:56)
at brut.androlib.src.SmaliBuilder.build(SmaliBuilder.java:41)
at brut.androlib.Androlib.buildSourcesSmali(Androlib.java:338)
at brut.androlib.Androlib.buildSources(Androlib.java:299)
at brut.androlib.Androlib.build(Androlib.java:285)
at brut.androlib.Androlib.build(Androlib.java:258)
at brut.apktool.Main.cmdBuild(Main.java:236)
at brut.apktool.Main.main(Main.java:88)
Hope you can clear this up. Thanks'
Click to expand...
Click to collapse
try this tool bro -> http://www.mediafire.com/download/32uhl3c07jkoqob/baksmali_manager.rar
i didn't have any issues about compiling jar files when use that tool and also check again my guide, i'm already update my post
thanks
ocoot said:
..
Click to expand...
Click to collapse
Can you please mod it for me as I have tried so much but failed to make it work correctly (Including Riyono's guide ) , I am uploading my framework and services .
thanks for your support.
aki_007 said:
have you uploaded different smali files and the flashable zip from the previous one .
Can I use lucky patcher to disable signature
Click to expand...
Click to collapse
it's a same files, i'm just make it to be 2 file to make it easy understanding. i didn't know, i never try lucky patcher. why you not try my guide? hehehe
ocoot said:
it's a same files, i'm just make it to be 2 file to make it easy understanding. i didn't know, i never try lucky patcher. why you not try my guide? hehehe
Click to expand...
Click to collapse
Please read my previous comment
aki_007 said:
Please read my previous comment
Click to expand...
Click to collapse
try this one https://www.dropbox.com/s/jerhpq1v1yocyi7/flashable.zip?dl=0
Thanks mate.. will give a shot your baksmali manager.. hope it ends my misery
ocoot said:
try this one https://www.dropbox.com/s/jerhpq1v1yocyi7/flashable.zip?dl=0
Click to expand...
Click to collapse
You needn't upload whole dolby zip , only modded framework and services were enough , But still thanks for giving your precious time .
Will reply soon when I'll install it .
Thanks again
Very easy method for disabled signature check ->> http://repo.xposed.info/module/com.pyler.disablesignaturecheck
I'm lost signal after flashing dolby, I'm use apktool android for compile-recompile,
It doesn't help
ocoot said:
try again bro, i've already update my guide for make it easy to understanding so, goodluck.
try this tool bro -> http://www.mediafire.com/download/32uhl3c07jkoqob/baksmali_manager.rar
i didn't have any issues about compiling jar files when use that tool and also check again my guide, i'm already update my post
thanks
Click to expand...
Click to collapse
Ryo Kun(Momo) said:
Very easy method for disabled signature check ->> http://repo.xposed.info/module/com.pyler.disablesignaturecheck
I'm lost signal after flashing dolby, I'm use apktool android for compile-recompile,
Click to expand...
Click to collapse
I have tried that one and it does not work
No success .. Don't bother..I just wanted to try Dolby but seems it's not gonna be possible...
I do have EBS EOF-EX and Dolby for nexus (don't think that I installed your Dolby on them rather I did dirty flash )
@ocoot Why haven't you deleted the system/framework/dolby.jar from the flashable.zip when you have already included it in the famework.jar .
I followed you tutorial but the content was from another source(Initially that didn't work too) and when I deleted that additinal dolby_ds.jar(of that other package) and flashed the mod , everything is in place and working awesome.
@eyesfortech you should try this method too .
aki_007 said:
@ocoot Why haven't you deleted the system/framework/dolby.jar from the flashable.zip when you have already included it in the famework.jar .
I followed you tutorial but the content was from another source(Initially that didn't work too) and when I deleted that additinal dolby_ds.jar(of that other package) and flashed the mod , everything is in place and working awesome.
@eyesfortech you should try this method too .
Click to expand...
Click to collapse
thankyou for report. i'll add your information into first page
ocoot said:
thankyou for report. i'll add your information into first page
Click to expand...
Click to collapse
one more thing : I am using it alongside viper4android , EBS , EOF EX and its running smoothly
@ocoot your version works too brother and is very good better than my version with same method .
and BTW why has someone given 1 rating to this thread , don't they realize that it takes so much effort to do something like that .
Anyways Thanks very much.
The dolby gives vitualization , volume boost , bass/treble/vocal boost (whatever you prefer can be tweaked in equalizer ).
aki_007 said:
@ocoot Why haven't you deleted the system/framework/dolby.jar from the flashable.zip when you have already included it in the famework.jar .
I followed you tutorial but the content was from another source(Initially that didn't work too) and when I deleted that additinal dolby_ds.jar(of that other package) and flashed the mod , everything is in place and working awesome.
@eyesfortech you should try this method too .
Click to expand...
Click to collapse
hey... thanks mate.. I will try your suggestion.
---------- Post added at 01:22 PM ---------- Previous post was at 01:16 PM ----------
aki_007 said:
.
and BTW why has someone given 1 rating to this thread , don't they realize that it takes so much effort to do something like that .
Anyways Thanks very much.
Click to expand...
Click to collapse
Yeah, I agree with you.. it's not easy to mod or port something which was not meant for a certain device so I guess they forgot to realize that.
eyesfortech said:
hey... thanks mate.. I will try your suggestion.
---------- Post added at 01:22 PM ---------- Previous post was at 01:16 PM ----------
Yeah, I agree with you.. it's not easy to mod or port something which was not meant for a certain device so I guess they forgot to realize that.
Click to expand...
Click to collapse
DID it worked ?
@ocoot My method alongside your tutorial has been confirmed on some other mediatek mt6582 KK users.
aki_007 said:
DID it worked ?
@ocoot My method alongside your tutorial has been confirmed on some other mediatek mt6582 KK users.
Click to expand...
Click to collapse
Unfortunately, I am unable to recompile the framework..
Log Recorded At : Tue 30-12-2014 0:16:24.64
Log Recorded By : Advanced ApkTool v4.0.0 By BDFreak
------------------------------------------------------
..\3-Out\framework.jar\smali\android\dolby\DsClient$1.smali[27,4] Error for input '.parameter': Invalid directive
..\3-Out\framework.jar\smali\android\dolby\DsClient$1.smali[42,4] Error for input '.parameter': Invalid directive
..\3-Out\framework.jar\smali\android\dolby\DsClient$1.smali[43,4] Error for input '.parameter': Invalid directive
..\3-Out\framework.jar\smali\android\dolby\DsClient$1.smali[42,15] mismatched input '"className"' expecting END_METHOD_DIRECTIVE
..\3-Out\framework.jar\smali\android\dolby\DsClient$1.smali[207,4] Error for input '.parameter': Invalid directive
..\3-Out\framework.jar\smali\android\dolby\DsClient$1.smali[207,15] mismatched input '"className"' expecting END_METHOD_DIRECTIVE
Exception in thread "main" brut.androlib.AndrolibException: Could not smali file: android/dolby/DsClient$1.smali
at brut.androlib.src.SmaliBuilder.buildFile(SmaliBuilder.java:71)
at brut.androlib.src.SmaliBuilder.build(SmaliBuilder.java:55)
at brut.androlib.src.SmaliBuilder.build(SmaliBuilder.java:41)
at brut.androlib.Androlib.buildSourcesSmali(Androlib.java:358)
at brut.androlib.Androlib.buildSources(Androlib.java:298)
at brut.androlib.Androlib.build(Androlib.java:284)
at brut.androlib.Androlib.build(Androlib.java:258)
at brut.apktool.Main.cmdBuild(Main.java:240)
at brut.apktool.Main.main(Main.java:89)
Click to expand...
Click to collapse
---------- Post added at 12:55 AM ---------- Previous post was at 12:53 AM ----------
I will try the Baksmali Manager and see if it works.
Related
I was searching for a solution to silence the camera shutter sound of the stock camera in the latest Jelly Bean leak for the Galaxy Note.
The normal way via /system/media/audio/ui etc. doesn't work (hooray tw!).
Some people said that you need to alter features.xml in /system/csc. This also doesn't work (at least for me that's the case).
So here's what to do to get rid of the camera shutter sound in Jelly Bean (Android 4.1.2; tested with several XXLSC, ZSLM5 and XXLSZ aka. official based ROMs (see below); does NOT work for Ultimate JB) on the Galaxy Note:
EDIT (24.02.2013): ZSLM5 Users please look here. Thanks sutekidane!
You need to be rooted and need a root file explorer. An app that can alter text files must be installed too. (ES File Explorer or ROM Toolbox have the last 2 features. Just a suggestion.)
Navigate to /system/csc
Screenshot:
{
"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"
}
Open Others.xml (as a text file if you're getting asked)
Paste the following
Code:
<CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu>
right in front of </FeatureSet>
Screenshot:
Note: If there's already a line containing "<CscFeature_Camera_ShutterSoundMenu>false</CscFeature_Camera_ShutterSoundMenu>", change the "false" to a "true". Nothing more to do then.
Repair your permissions. Either your Texteditor saved the file with the right ones (644; most editors don't do that) or you have to set the permissions for that single file manually or you use an App like ROM Manager to repair your permissions. CWM has such a feature too (reboot to CWM and under advanced select repair permissions)
Reboot
In the camera a new menu item in the settings appeared! Now you can disable the shutter sound. :highfive:
Screenshot:
Don't forget to make backups (just to be sure).
This is only for official Samsung JB builds.
In every AOSP based rom (for example Cyanogenmod), the standard way (renaming the .ogg sound files in the sys folder; there are already tons of tutorials for this on the web) is the way to go.
Remember:
1. Read
2. Think
3. Post
EDIT 24.02.2013:
Confirmed to work on:
BurtROM XXLSC
Stock odexed XXLSC
JZO54k.N7000XXLSC by cronosmachine
ZSLM5
XXLSZ (e.g. from ThaiDai, I guess BurtROM and other XXLSZ based ROMs should work too)
EDIT 11.01.2013:
Doesn't seem to work on Ultimate JB.
Hi,
Thanks for the hack. It worked in " [ROM][STOCK][JB][4.1.2][JZO54k.N7000XXLSC][25-12-2012] " ROM by cronosmachine.
Thanks.
This is rightly illegal in most countries, due to the perverted uses its put to.
I know it has good uses, like photographing nature,etc, I would not feel happy with my kids walking round in a world full of silent cameras.........
From box 13......
Thanks a lot. It worked perfectly on my stock odexed xxlsc.
Sent from my GT-N7000 using Tapatalk 2
howard bamber said:
This is rightly illegal in most countries, due to the perverted uses its put to.
I know it has good uses, like photographing nature,etc, I would not feel happy with my kids walking round in a world full of silent cameras.........
From box 13......
Click to expand...
Click to collapse
Don't believe the media so much. You aren't completely sorrounded by freaks, perverts or rapists.
And believe me: If somebody wants to harm your kids, this law won't help them in any way. That's just ridiculous :laugh: (I don't want that something happens to your kids, don't get me wrong, but let's stay realistic here ).
mjose said:
Hi,
Thanks for the hack. It worked in " [ROM][STOCK][JB][4.1.2][JZO54k.N7000XXLSC][25-12-2012] " ROM by cronosmachine.
Thanks.
Click to expand...
Click to collapse
Tassos_i said:
Thanks a lot. It worked perfectly on my stock odexed xxlsc.
Click to expand...
Click to collapse
Thanks for the feedback! I will update OP.
hihipunkt said:
Don't believe the media so much. You aren't completely sorrounded by freaks, perverts or rapists.
And believe me: If somebody wants to harm your kids, this law won't help them in any way. That's just ridiculous :laugh: (I don't want that something happens to your kids, don't get me wrong, but let's stay realistic here ).
Thanks for the feedback! I will update OP.
Click to expand...
Click to collapse
There was a case here of someone with a phone can on silent taking pics up skirts. If it had clicked I'm sure he would of been caught quicker
From box 13......
howard bamber said:
There was a case here of someone with a phone can on silent taking pics up skirts. If it had clicked I'm sure he would of been caught quicker
From box 13......
Click to expand...
Click to collapse
WTF .. firstly I've never heard of any laws about camera shutter noise levels. Most phones cameras can be made silent. Bear in mind that taking a video is silent anyway ...
& finally & most important is the fact that the Note takes pictures silently if you turn your volume down before opening the camera app.
This thread is just about a way to PERMANENTLY turn the sound off.
Im sure most people have better things to do than take pics up girls skirts.
* do you have a link to the pictures
Where do I go after this? I'm in system/, do I click CSC and enter the quote?
lexi250 said:
Where do I go after this? I'm in system/, do I click CSC and enter the quote?
Click to expand...
Click to collapse
What ROM are you using and where are you from? Does changing the language to english change anything in that system folder?
Normally there should be a _folder_ csc. On your screenshot it looks like a _file_ with the name csc. Can you open that file csc (e.g. as a text file)? If yes, paste the content here. Maybe we can edit something in there.
At the moment I don't know whats wrong with your phone or why that csc folder is missing and can't help you further.
lexi250 said:
Where do I go after this? I'm in system/, do I click CSC and enter the quote?
Click to expand...
Click to collapse
Mine is same.im using solid explorer
Sent from my GT-N7000 using xda premium
lexi250 said:
Where do I go after this? I'm in system/, do I click CSC and enter the quote?
Click to expand...
Click to collapse
Same here.
Rom ultimate 5.1 lang ita and total commander.
Inviato dal mio GT-N7000 con Tapatalk 2
Thanks for your feedback.
It seems to not work on Ultimate ROM (yet?)
Can you try to open the csc file?
EDIT:
desossiribosio said:
Same here.
Rom ultimate 5.1 lang ita and total commander.
Inviato dal mio GT-N7000 con Tapatalk 2
Click to expand...
Click to collapse
And does (temporarily, you can change back again afterwards) changing the language to english make any changes in the /system/ folder?
No,my language is already eng.
And the file cannot be opened.it has permissions so it cannot be a folder.maybe we should access it as zip?!
Sent from my GT-N7000 using xda premium
Awesome, worked like a charm in stock odexed XXLSC.
I think it's worth mentioning that some text editors like ES save the file with wrong permissions. You should manually set it to 644.
sepehrthegreat-iran said:
No,my language is already eng.
And the file cannot be opened.it has permissions so it cannot be a folder.maybe we should access it as zip?!
Click to expand...
Click to collapse
Folders can have permissions too. Please try this Application to alter the file and report back: ROM Toolbox Lite.
Install it, use the root browser to get to the file and try to open it with RB Text Editor.
dbolivar said:
I think it's worth mentioning that some text editors like ES save the file with wrong permissions. You should manually set it to 644.
Click to expand...
Click to collapse
I didn't know that! Maybe I ran into problems in the past just because of that! Good to know.
So repair permissions afterwards guys! I'll update OP.
;(
Not working for me..
all this while,i only rename shutter.ogg & shutter_multiple.ogg to something else
1. use any file explorer.i'm using root browser
2. go to /system/media/audio/ui
3. rename shutter.ogg & shutter_multiple.ogg to shutter.ogg.off & shutter_multiple.ogg.off
4. reboot phone
walla.
fitree said:
all this while,i only rename shutter.ogg & shutter_multiple.ogg to something else
1. use any file explorer.i'm using root browser
2. go to /system/media/audio/ui
3. rename shutter.ogg & shutter_multiple.ogg to shutter.ogg.off & shutter_multiple.ogg.off
4. reboot phone
walla.
Click to expand...
Click to collapse
Wooah, that worked for me with the capture sound, which .ogg file do i rename to remove the focus sound?
fitree said:
all this while,i only rename shutter.ogg & shutter_multiple.ogg to something else
1. use any file explorer.i'm using root browser
2. go to /system/media/audio/ui
3. rename shutter.ogg & shutter_multiple.ogg to shutter.ogg.off & shutter_multiple.ogg.off
4. reboot phone
walla.
Click to expand...
Click to collapse
Can you please tell me what ROM you are using? I will update OP then.
lexi250 said:
Wooah, that worked for me with the capture sound, which .ogg file do i rename to remove the focus sound?
Click to expand...
Click to collapse
Camera_empty.ogg
camera_focus.ogg
camera_timer.ogg
camera_click_short.ogg
camera_click.ogg
shutter.ogg
videorecord.ogg
Can be found in my ui folder and those are related to the camera. But as I said already, I'm using BurtROM and I have to go the csc way. Maybe your files are named different. Can you please tell me which ROM exactly you are using?
Interesting... The JB ROMs seem to have to different camera apps.
hihipunkt said:
Can you please tell me what ROM you are using? I will update OP then.
Camera_empty.ogg
camera_focus.ogg
camera_timer.ogg
camera_click_short.ogg
camera_click.ogg
shutter.ogg
videorecord.ogg
Can be found in my ui folder and those are related to the camera. But as I said already, I'm using BurtROM and I have to go the csc way. Maybe your files are named different. Can you please tell me which ROM exactly you are using?
Interesting... The JB ROMs seem to have to different camera apps.
Click to expand...
Click to collapse
Running Ultimate LSC V5.1, renaming shutter.ogg & shutter_multiple.ogg worked for silencing CAPTURE sound.:good:
Renaming camera/focus.ogg does not silent FOCUS sound.
Hey guys,
I am building a custom rom based on stock asian retail for XT1033 i have made a rom with the following features:
Implemented Mods:
Check G-Kat rom
Click to expand...
Click to collapse
Future Mods:
1.call connect/disconnect vibrate
2.reboot in power menu
3.lidroid toggles
4.aroma installer with user choosable icon packs on installation
Click to expand...
Click to collapse
i also wanna know ur ideas and if they are good and implementable i will surely try my best to implement them!! if possible pls share the link of features u want in my rom!!
please if you can implement this - http://forum.xda-developers.com/showthread.php?t=2628560
and also remove 2nd sim icon and "1" indicator before it .
thnx
XT-107 said:
please if you can implement this - http://forum.xda-developers.com/showthread.php?t=2628560
and also remove 2nd sim icon and "1" indicator before it .
thnx
Click to expand...
Click to collapse
i ll try removing the 1 and 2 numbers but will give single sim indicator as flashable addon and whats the use of the link u provided? i dont find much difference in it
yeshwanthvshenoy said:
i ll try removing the 1 and 2 numbers but will give single sim indicator as flashable addon and whats the use of the link u provided? i dont find much difference in it
Click to expand...
Click to collapse
from that mod , we can change battery icons to whatever we want , right now it's hardcoded into smali/jars not in png format as it was in before 4.4.2.
i tried to do it myself but couldn't found some of those lines in smali . ( noob )
thanks :cyclops:
Replying for progress notifications and from interest.
Also, this sounds promising. Especially being based on xt1033.
All the best mate! Eagerly waiting for your rom.. even though i already have most of the features that you plan to have in the rom, it would be fun to test it and also cool to see your theming..
Cheers!
Sent from my XT1033 using Tapatalk
if possible pls share the link of guides of features u want in my rom!![/QUOTE]
Thanks.I will share it.
yeshwanthvshenoy said:
i ll try removing the 1 and 2 numbers but will give single sim indicator as flashable addon and whats the use of the link u provided? i dont find much difference in it
Click to expand...
Click to collapse
Numbers are shown by msim_signal_cluster_view.xml
<ImageView android:layout_gravity="bottom|left|center" android:id="@id/mobile_sim" android:layout_width="wrap_content" android:layout_height="wrap_content" />
Removing this line should work
although i have not tested
---------- Post added at 10:58 PM ---------- Previous post was at 10:51 PM ----------
For Imaged Battery we will need SystemUI.apk and framework-res.apk from Android 4.3.
If someone is still using plz post
sidharth.gtm said:
Numbers are shown by msim_signal_cluster_view.xml
<ImageView android:layout_gravity="bottom|left|center" android:id="@id/mobile_sim" android:layout_width="wrap_content" android:layout_height="wrap_content" />
Removing this line should work
although i have not tested
---------- Post added at 10:58 PM ---------- Previous post was at 10:51 PM ----------
For Imaged Battery we will need SystemUI.apk and framework-res.apk from Android 4.3.
If someone is still using plz post
Click to expand...
Click to collapse
thanks a lot bro! will try today for the 4.3 systemui and framework-res i ll send u by afternoon check ur PM! anyway to remove carrier label i get fc when i tried! shaftenburg did it for 4.3 i PMed him but no reply :/
yeshwanthvshenoy said:
thanks a lot bro! will try today for the 4.3 systemui and framework-res i ll send u by afternoon check ur PM! anyway to remove carrier label i get fc when i tried! shaftenburg did it for 4.3 i PMed him but no reply :/
Click to expand...
Click to collapse
for carrier label which file did you edit.. ??
sidharth.gtm said:
Numbers are shown by msim_signal_cluster_view.xml
<ImageView android:layout_gravity="bottom|left|center" android:id="@id/mobile_sim" android:layout_width="wrap_content" android:layout_height="wrap_content" />
Removing this line should work
although i have not tested
---------- Post added at 10:58 PM ---------- Previous post was at 10:51 PM ----------
For Imaged Battery we will need SystemUI.apk and framework-res.apk from Android 4.3.
If someone is still using plz post
Click to expand...
Click to collapse
Don't delete whole line which contain a id it will cause force close just change android:layout_width="0.0dip" and android:layout_height="0.0dip" it should work if this line is correct to change the number indicater of sim.
And 4.3 systemui.apk is not gonna work in 4.4.
Sent from my XT1033 using Tapatalk
vikasb32 said:
Don't delete whole line which contain a id it will cause force close just change android:layout_width="0.0dip" and android:layout_height="0.0dip" it should work if this line is correct to change the number indicater of sim.
And 4.3 systemui.apk is not gonna work in 4.4.
Sent from my XT1033 using Tapatalk
Click to expand...
Click to collapse
Definitely mate 4.3 SystemUI will never work
but we will get the smali codes needed
BTW : 0.0dip is good
{
"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"
}
Edited String with android:id="@id/mobile_slot_label" & android:id="@id/mobile_slot_label_2"
Aosp browser with exit button and tweaks in tweaky one rom would be great. Minimal motorola apps and services, apollo as music player. Fm through speaker, camera mods, dsp mod preferably vipersound. Odex rom option with ART support. Thank you.
Sent from my XT1033 using Tapatalk
multi window would be great,as well as better music player(like touchwiz that can play music in a folder),lenovo super camera would be nice too
anyways,good luck to you and i thank you for spending time on this look forward to ur rom
Call Connect disconnect Vibrate
Hi ! there s a option in Sammy mobiles which i need badly for my Moto g
1. Call Connect and Disconnect Vibrate-- reduces emmision on brain
2. Toggles in Status bar with deep touch to settings of that toggle
3. Auto Redial if call not connecting.
4. Speak out the callers name ( aka driving mode but in current phone S4 it Automatically keeps speake on).
Moto G Dual Sim , INDIA
HALO
yeshwanthvshenoy said:
Hey guys,
i also wanna know ur ideas and if they are good i will surely try my best to implement them!! if possible pls share the link of guides of features u want in my rom!!
Click to expand...
Click to collapse
HALO ,I imagine the complications in implementing it! so its okay if its not included.
Helpful Links:
http://forum.xda-developers.com/showthread.php?p=52384324
I know it isnt much, but thats all i could find. I tried merging HALO myself, but got dumbstruck with my limited knowledge of the framework.
deej_roamer said:
HALO ,I imagine the complications in implementing it! so its okay if its not included.
Helpful Links:
http://forum.xda-developers.com/showthread.php?p=52384324
I know it isnt much, but thats all i could find. I tried merging HALO myself, but got dumbstruck with my limited knowledge of the framework.
Click to expand...
Click to collapse
he is going to use stock rom.. halo cant be pushed unless he compiles the whole thing.
I didn't read that!
abhifx said:
he is going to use stock rom.. halo cant be pushed unless he compiles the whole thing.
Click to expand...
Click to collapse
I didn't Read that, Nevermind my stupidness!
sidharth.gtm said:
Definitely mate 4.3 SystemUI will never work
but we will get the smali codes needed
BTW : 0.0dip is good
Edited String with android:id="@id/mobile_slot_label" & android:id="@id/mobile_slot_label_2"
Click to expand...
Click to collapse
here's 4.3 framework and systemui apk
http://cl.ly/1d1w410I3V1w
Semseddin said:
Aosp browser with exit button and tweaks in tweaky one rom would be great. Minimal motorola apps and services, apollo as music player. Fm through speaker, camera mods, dsp mod preferably vipersound. Odex rom option with ART support. Thank you.
Sent from my XT1033 using Tapatalk
Click to expand...
Click to collapse
i have made aosp as browser and removed chrome i ll do the fm via speaker and dsp!! forgot to mention those!! itz a stock rom so i ll try my best with art!
nickchk said:
multi window would be great,as well as better music player(like touchwiz that can play music in a folder),lenovo super camera would be nice too
anyways,good luck to you and i thank you for spending time on this look forward to ur rom
Click to expand...
Click to collapse
as of now i ll give u guys default music player i ll try making ur suggestion in later releases
drjamit said:
Hi ! there s a option in Sammy mobiles which i need badly for my Moto g
1. Call Connect and Disconnect Vibrate-- reduces emmision on brain
2. Toggles in Status bar with deep touch to settings of that toggle
3. Auto Redial if call not connecting.
4. Speak out the callers name ( aka driving mode but in current phone S4 it Automatically keeps speake on).
Moto G Dual Sim , INDIA
Click to expand...
Click to collapse
call connect disconnect vibrate is a gud one i ll try my best though it is tough! auto redial isnt really psbl in my view and speakin out caller name i ll try but if not later builds i can try!!
vikasb32 said:
Don't delete whole line which contain a id it will cause force close just change android:layout_width="0.0dip" and android:layout_height="0.0dip" it should work if this line is correct to change the number indicater of sim.
And 4.3 systemui.apk is not gonna work in 4.4.
Sent from my XT1033 using Tapatalk
Click to expand...
Click to collapse
bro ur having xt1033?? awesome i need ur help in theming stuffs a lot!!
sidharth.gtm said:
Definitely mate 4.3 SystemUI will never work
but we will get the smali codes needed
BTW : 0.0dip is good
Edited String with android:id="@id/mobile_slot_label" & android:id="@id/mobile_slot_label_2"
Click to expand...
Click to collapse
bro the number removal is giving me fc!! send me ur modded file alone in PM please!
Thanks to all for your response and support!! I hope i can give u as many features as i can!!
Click to expand...
Click to collapse
Q&A for [ROM][STABLE][TW][5.0.1][12.08.15][GT-I9505] HulkRom Aroma V1.0 (EOL)
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [ROM][STABLE][TW][5.0.1][12.08.15][GT-I9505] HulkRom Aroma V1.0 (EOL). If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
Solution Gallery S6
Hello, for : S6 gallery does not show anything(preview, thumbnail). The pictures are there but can not be displayed
Copy " libSecMMCodec.so " in folder System/Lib/ with Root Explorer mega.co.nz/#!WNBQUTwS!ovLJGcofifGftHOXQ4rsDiaIWE9gD8_m1v-qX5MRnjk
DnsComputers said:
Hello, for : S6 gallery does not show anything(preview, thumbnail). The pictures are there but can not be displayed
Copy " libSecMMCodec.so " in folder System/Lib/ with Root Explorer mega.co.nz/#!WNBQUTwS!ovLJGcofifGftHOXQ4rsDiaIWE9gD8_m1v-qX5MRnjk
Click to expand...
Click to collapse
Are you sure this works? If yes I will update the rom tomorrow with that
Tkkg1994 said:
Are you sure this works? If yes I will update the rom tomorrow with that
Click to expand...
Click to collapse
yes, I 've used this solution on other
DnsComputers said:
yes, I 've used this solution on other
Click to expand...
Click to collapse
you mean on this rom?
Tkkg1994 said:
you mean on this rom?
Click to expand...
Click to collapse
I just had the rom , the download is really slow , I'll flash , I test my direct manipulation and I 'll let you know
PS : sorry for my english, i'm a french
---------- Post added 13th August 2015 at 12:08 AM ---------- Previous post was 12th August 2015 at 11:40 PM ----------
Tkkg1994 said:
you mean on this rom?
Click to expand...
Click to collapse
For Gallery, 100% work
---------- Post added at 12:30 AM ---------- Previous post was at 12:08 AM ----------
MIRROR LINK : mega.co.nz/#!vQwCkAjI!NmxlMr3MqHgq30H1Mwlt8gVmaGyDP97DLa-4UaecI3g
---------- Post added at 12:45 AM ---------- Previous post was at 12:30 AM ----------
For : -S6 launcher has some black stuff in the statusbar
Download : mega.co.nz/#!mBJzmaxD!5uNKd_BJpy5yE7Zm4PdRnjqApP9b4X6b4Nc5at7QQeE
-Extract
-Delete your previous TouchWizHome_Zero from system/priv-app
-Copy and paste TouchWizHome_ZERO in system/priv-app/ and give permissions*
-Copy libs files (are inside of arm/lib folder of TouchWizHome_ZERO and copy and paste in system/lib and give permissions*
-Reboot your phone
* PERMISSION (FOLDER = rw-r-r-- & FILE = rw-r-r--)
Tested and work 100% on your rom
For S6 manager use this :
Download : mega.co.nz/#!nI4DjYyL!Y84CFakMLnfgmk1ldd69wOJkWANbu8ygig-zwsQHZ1E
Delete your previous version from system/priv-app (SmartManager & SmartManagerSDK)
Extract
Copy and Paste SmartManager & SmartManagerSDK in system/app and give permissions*
-Reboot your phone
* PERMISSION (FOLDER = rw-r-r-- & FILE = rw-r-r--)
DnsComputers said:
I just had the rom , the download is really slow , I'll flash , I test my direct manipulation and I 'll let you know
PS : sorry for my english, i'm a french
---------- Post added 13th August 2015 at 12:08 AM ---------- Previous post was 12th August 2015 at 11:40 PM ----------
For Gallery, 100% work
---------- Post added at 12:30 AM ---------- Previous post was at 12:08 AM ----------
MIRROR LINK : mega.co.nz/#!vQwCkAjI!NmxlMr3MqHgq30H1Mwlt8gVmaGyDP97DLa-4UaecI3g
---------- Post added at 12:45 AM ---------- Previous post was at 12:30 AM ----------
For : -S6 launcher has some black stuff in the statusbar
Download : mega.co.nz/#!mBJzmaxD!5uNKd_BJpy5yE7Zm4PdRnjqApP9b4X6b4Nc5at7QQeE
-Extract
-Delete your previous TouchWizHome_Zero from system/priv-app
-Copy and paste TouchWizHome_ZERO in system/priv-app/ and give permissions*
-Copy libs files (are inside of arm/lib folder of TouchWizHome_ZERO and copy and paste in system/lib and give permissions*
-Reboot your phone
* PERMISSION (FOLDER = rw-r-r-- & FILE = rw-r-r--)
Tested and work 100% on your rom
For S6 manager use this :
Download : mega.co.nz/#!nI4DjYyL!Y84CFakMLnfgmk1ldd69wOJkWANbu8ygig-zwsQHZ1E
Delete your previous version from system/priv-app (SmartManager & SmartManagerSDK)
Extract
Copy and Paste SmartManager & SmartManagerSDK in system/app and give permissions*
-Reboot your phone
* PERMISSION (FOLDER = rw-r-r-- & FILE = rw-r-r--)
Click to expand...
Click to collapse
Question: where do you get all this files from? Because we can't just take things from other roms. That is forbidden. So fo you made it yourself?
Tkkg1994 said:
Question: where do you get all this files from? Because we can't just take things from other roms. That is forbidden. So fo you made it yourself?
Click to expand...
Click to collapse
These are problems that we have already met some Rom's also the black status bar , we had this worry on the Rom imperium , I recovered the TouchWiz an article and not a rom. The smart manager is one of origin but rather than put it into priv-app I place the smart manager in app where I have no worries in terms of the gallery is a file that a colleague us provides to address the concerns of gallery , it also works well for S5 or S6 gallery , it is not part of a specific rOM.
So these are files that I always keep aside in case ...
again sorry for my English, I sometimes use " google translate "
---------- Post added at 12:29 PM ---------- Previous post was at 12:13 PM ----------
PS: you should delete the SMS limit not to the sms turns into MMS
Otherwise until now , the Roma runs superbly .
Is there no option to sort the menu alphabetically?
DnsComputers said:
These are problems that we have already met some Rom's also the black status bar , we had this worry on the Rom imperium , I recovered the TouchWiz an article and not a rom. The smart manager is one of origin but rather than put it into priv-app I place the smart manager in app where I have no worries in terms of the gallery is a file that a colleague us provides to address the concerns of gallery , it also works well for S5 or S6 gallery , it is not part of a specific rOM.
So these are files that I always keep aside in case ...
again sorry for my English, I sometimes use " google translate "
---------- Post added at 12:29 PM ---------- Previous post was at 12:13 PM ----------
PS: you should delete the SMS limit not to the sms turns into MMS
Otherwise until now , the Roma runs superbly .
Click to expand...
Click to collapse
I included your fix in my re upload that comes soon
So have fun with that one. And I wont add that sms limit, you can do that with wanam xposed, that's why xposed is an aroma option
Bronco77 said:
Is there no option to sort the menu alphabetically?
Click to expand...
Click to collapse
It is (on galaxy S4 Launcher), about the S6 launcher I don't know, never used it.
Tkkg1994 said:
I included your fix in my re upload that comes soon
So have fun with that one. And I wont add that sms limit, you can do that with wanam xposed, that's why xposed is an aroma option
Okay , no worries , I ask because all custom rom 's is included although Xposed have nevertheless enabled this mod for those who do not like Xposed , we must also think of it as some people do not like to install Xposed .
Bronco77 said:
Is there no option to sort the menu alphabetically?
Click to expand...
Click to collapse
With the solution I gave above there alphabetical sorting option
Click to expand...
Click to collapse
DnsComputers said:
I included your fix in my re upload that comes soon
So have fun with that one. And I wont add that sms limit, you can do that with wanam xposed, that's why xposed is an aroma option
Okay , no worries , I ask because all custom rom 's is included although Xposed have nevertheless enabled this mod for those who do not like Xposed , we must also think of it as some people do not like to install Xposed .
With the solution I gave above there alphabetical sorting option
Click to expand...
Click to collapse
EOL=End of life, I wont update this rom anymore, I have another phone dude
Does your Hulk Rom includes S6 Camera?
Planning to flash this one but you did'nt mentioned it above.
ImChoey said:
Does your Hulk Rom includes S6 Camera?
Planning to flash this one but you did'nt mentioned it above.
Click to expand...
Click to collapse
No it doesn't. Everything else is stock (what is not mentioned in festures)
I really like this rom but I was wondering whether you can add in your next release the S6 edge plus icons to this rom.
Thanks in advance
Could you add s6 edge plus icons to this rom?
fioravanti.luka said:
I really like this rom but I was wondering whether you can add in your next release the S6 edge plus icons to this rom.
Thanks in advance
Click to expand...
Click to collapse
fioravanti.luka said:
Could you add s6 edge plus icons to this rom?
Click to expand...
Click to collapse
Hello, no I can't. Because: I have another device and I don't update this rom. That's what is written in the OP. Please read it.
And the thread title (EOL) means end of life. Also written in the OP
Hope I could help
Tkkg1994 said:
Hello, no I can't. Because: I have another device and I don't update this rom. That's what is written in the OP. Please read it.
And the thread title (EOL) means end of life. Also written in the OP
Hope I could help
Click to expand...
Click to collapse
Sorry I hadn't read the OP.
hello, I can not synchronize s-health S6 -> Sync failure.
You know how to fix this? Thank you.
{
"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"
}
Project abandoned, please do not submit pull requests.
Disclaimer: The wordings in the thread are meant to be noob-friendly and for newer developers that have just dipped their feet into Android platform development. Hence, they won't be accurate in many places for the 'geek'. Also, we had started distributing shallow cloned sources with a depth of '1' instead of non-repo sources (as they are more or less of the same size). So this should not be a problem for the ROM developers in our opinion as they can be fetched by syncing.
Hello!
We, Android Developers, have many problems. One such of them is "SLOW INTERNET" or even "LOW BANDWIDTH".
Due to these problems, we are unable to sync the BIG chunk of Android source codes from the respective repositories.
Hence, most of the new and learning developers just fail at the first step: Downloading The Source Code!
So, here I present you with a thread, which contains links to download "HIGHLY COMPRESSED", untouched (unmodified) and full Android source codes of many different ROMs!
The links to the highly compressed source codes you will find here are not uploaded by me alone. There are many other people that have contributed.
Some of them are: @DigiGoon @MSF Jarvis and @regalstreak (me)
So, Let's begin!
First things first.
You should know what a repo is.
I quote XDA:
What is Repo?
Repo is a repository management tool built on top of Git.
It’s first purpose is to downloads files from multiple git repositories into your local working directory (aka the source tree). That means that you won’t have to manually download or fetch the latest changes from about 300+ projects (depending on if you are downloading AOSP, CM or AOKP for example), repo will do it for you.
The second purpose of repo is to made it easy to submit your code contributions for review to a Gerrit server.
Click to expand...
Click to collapse
When you download a source code with repo, you get a folder named .repo in your working directory. It contains all the compressed .git format files that need to be in the source code.
After the source has been downloaded, the repo tool decompresses the files from the ".repo" folder and you get the source code in the working directory itself!
This project will give you a highly compressed shallow cloned and full tarball of the sources (for those who can't download it via repo or have limited speeds on github/aosp servers). More information is given in the FAQ section. It is must-read. Without it, you won't understand how to use these.
Note: You cannot go from CM12 source to CM12.1 or going CM12 to CM13 as these are different branches on the CyanogenMod repo. No way doing that. You will have to manually download the new source.
So, We are done with the information!
Now, The interesting part. The sources!
Note: All links on this thread are tap friendly! They open in new tabs
I have divided this into several sections for ease of reading and getting the sources. They are:
Links Of All Source Currently Uploaded
How To Request For A Source
FAQ
Announcements and General Stuff
Reserved 2
As you know that we have been using the Skadoosh script recently, which is made by me (@regalstreak), @MSF Jarvis and @DigiGoon, all our sources are being uploaded to one common folder on AndroidFileHost.
This is an automated process in which you submit a Pull Request on the Skadoosh's git and the required source will be available to you soon after it.
More information regarding the process is on Post 3 by @MSF Jarvis
The link to the folder where all the sources are uploaded is Here.
The old upload afh folder can be found Here
If you have any other issues regarding the sources, please mention us here. We will be happy to help you. Please read the FAQ before doing stuff.
Originally, we have had a "Ask on the thread, we'll try" approach to how things work. This is changing now.
While this worked good enough for those asking for the sources, the people who did the actual work were overburdened. Frankly, the process was pretty sketchy. I personally faced the burden part when there were about 6 or 7 ROMs to do! I actually forgot about one guy who made the request earliest, which kinda sucked.
Going forward, this won't happen now. We have a script up on @regalstreak's Github. Updates to it are synced to my server and executed.
The process for requesting sources is now something like this :
Go to the Github repo and edit the compress.bash script
Start a Pull Request
Wait for it to be merged
Wait for even more time to let it upload and one of us to send the confirmation here.
Do whatever the heck you want with those sources!
NOTE: The compress.bash looks like this in a classic example of how to do it WRONG.
Code:
name=AOSP
manifest=[url]https://android.googlesource.com/platform/manifest[/url] -b android-4.0.1_r1
branch=android-6.0.1_r55
./skadoo.sh $name $manifest $branch
This was after This PR was merged and is being shown as the perfect way to mess it up. You are ALREADY passing the branch parameter separately, so adding '-b android-4.0.1_r1' looks like a shining example of blind copy paste. Don't do that. Change the name, manifest and branch with some general application of the faculty of common sense.
Interested users are also suggested to read this strongly worded post.
FAQ
Q1> How should I extract the source?
Ans:
First you will have to join the archive parts into one big archive. Download all the parts. Then put all parts in one folder. Verify md5sum by
Code:
md5sum -c *.md5sum
Then do
Code:
cat *.tar.* > yourbigarchivename.tar.xz
Just quote me if you don't understand this. I'll help you out.
If your archive is in .tar.xz format, do this:
Open Terminal
Now cd to the drive where you have downloaded the sources
Extract it
Code:
tar -xvJf (file name here).tar.xz
If your archive is in .tar.gz format, so do this:
Open Terminal
Now cd to the drive where you have downloaded the sources
Extract it
Code:
tar -xvzf (file name here).tar.gz
Now you have extracted the source.
Q2> I am not able to extract the source. What should I do?
Ans: You cannot extract source with GUI on the Archive Extractor. So, try the method I mentioned.
Q3> Is the size of all files 2GB? I saw the size 2GB on AndroidFileHost!
Ans: The mentioned size on AFH is incorrect. AndroidFileHost has some problems while showing file sizes for files above 2GB. You need to click on Download once to view the correct size!
Q4> How do you compress them? I mean, I need the command so that I can help you out!
Ans: Our script is open source. You can view it here: https://github.com/regalstreak/skadoosh
Q5> What are shallow and full sources?
Ans: Shallow sources are the ones that just have the latest or the HEAD commits in each subproject. You can read more about it from here. Full are the ones that have all the bits from the starting of the subprojects and hence the archives have a large file size.
Q6> How do I use these sources?
Ans: First, you will have to extract them as mentioned above. You should get a .repo folder. In the same folder itself (not inside .repo but the folder that contains .repo), you will have to update the local work tree. You can update it by using
Code:
repo sync -c -f --force-sync --no-clone-bundle --no-tags -j8
This command will help you to use minimum data/internet as it does not download extra tags or clone bundles.
If you do not want to use data at all, you can use this:
Code:
repo sync -c -f --force-sync --no-clone-bundle --no-tags -j8 --local-only
This will not fetch anything from the internet. Happy compiling!
Please press the "Thanks Button" if we helped you and quote us if you have a problem!
Announcements and General Stuff
Automation also has been made opensource now. You can view the source of the automation stuff at https://github.com/regalstreak/skadhook.git
All status of the sources is here: https://github.com/regalstreak/skadoosh/pulls?q=is:pr+is:closed
Reserved
Reserved for stuff.
Lovely
Thanks mate..... :laugh:
What if it's in tar.xz @regalstreak, most people including @DigiGoon use it for its extreme compression.
Sent from a Cool Phone stuck with crappy KingUser
Replies.. Replies only!
FireLord said:
Thanks mate..... :laugh:
Click to expand...
Click to collapse
No problemo bruh!
MSF Jarvis said:
What if it's in tar.xz @regalstreak, most people including @DigiGoon use it for its extreme compression.
Sent from a Cool Phone stuck with crappy KingUser
Click to expand...
Click to collapse
I have mentioned the steps in the FAQ! Please see it
Wow amazing work!
AsadP2013 said:
Wow amazing work!
Click to expand...
Click to collapse
Thanks!
Hope it helps!
MSF Jarvis said:
What if it's in tar.xz @regalstreak, most people including @DigiGoon use it for its extreme compression.
Sent from a Cool Phone stuck with crappy KingUser
Click to expand...
Click to collapse
Use tar -xJf file_name.tar.xz to extract *tar.xz....:good:
---------- Post added at 11:48 PM ---------- Previous post was at 11:44 PM ----------
regalstreak said:
FAQ
Q1> How should I extract the source?
Ans: If your archive is in .7z format, do this:
Open Terminal
Download 7zip if not done before (sudo apt-get install p7zip-full)
Now cd to the drive where you have downloaded the sources
7z x (file name here).7z
If your archive is in .tar.gz format, do this:
Open Terminal
Now cd to the drive where you have downloaded the sources
tar -xvzf (file name here).tar.gz
Now you have extracted the source.
Q2> I am not able to extract the source. What should I do?
Ans: You cannot extract source with GUI on the Archive Extractor. So, try the method I mentioned.
Q3> Is the size of all files 2GB? I saw the size 2GB on Androidfilehost!
Ans: The mentioned size on the thread is correct. AndroidFileHost has some problems while showing file sizes for files above 2GB.
Please press the "Thanks Button" if I helped you and quote me if you have a problem!
Click to expand...
Click to collapse
Hey, first of all....A BIG Thanks to you guys, you guys are awesome and keeping the spirit of xda to help your friends......
A request, Add the method to extract *.tar.xz as "tar -xJf file_name.tar.xz"
sumit yadav said:
Use tar -xJf file_name.tar.xz to extract *tar.xz....:good:
---------- Post added at 11:48 PM ---------- Previous post was at 11:44 PM ----------
Hey, first of all....A BIG Thanks to you guys, you guys are awesome and keeping the spirit of xda to help your friends......
A request, Add the method to extract *.tar.xz as "tar -xJf file_name.tar.xz"
Click to expand...
Click to collapse
Im glad that this index is helping youll alot! Yea sure.. Ill add that now!
Wow thanks man I'm really eager to get started but my internet speed had always let me down. But thanks to you guys I can finally start to build my own ROM. Thanks again guys much appreciated.
adil089 said:
Wow thanks man I'm really eager to get started but my internet speed had always let me down. But thanks to you guys I can finally start to build my own ROM. Thanks again guys much appreciated.
Click to expand...
Click to collapse
Me faced the same problems! But now i have managed to get a better isp [emoji14] happy this helped you!
(One req: Please spread this thread so people may know that highly compressed sources exist and they can even start with a bad internet connection!) [emoji1]
regalstreak said:
Me faced the same problems! But now i have managed to get a better isp [emoji14] happy this helped you!
(One req: Please spread this thread so people may know that highly compressed sources exist and they can even start with a bad internet connection!) [emoji1]
Click to expand...
Click to collapse
I will definitely spread this thread because I know a few people who may need it. It's the least that I can do. Thanks.
@Perseus should this thread be moved to Misc android development? So more people can see it? Or is it fine here...
The thread will be updated from nov6th.. Got exams [emoji14] Please hold on!
regalstreak said:
The thread will be updated from nov6th.. Got exams [emoji14] Please hold on!
Click to expand...
Click to collapse
Thanks man. Good look on your exams.
Thank you very much!
I always wanted to build a ROM but 18GB downloads always stopped me to do so. This is amazing!
However it could have been a little better if the archives were broken into parts so that they could be downloaded on two or more systems and on FAT32 SDcards (4GB max file limit).
Well done!
Anyone been able to do it on this device so far?
I've been able to extract the rom, deodex it but cant get apktool to play ball
It wont install framework or decompile anything, only want to do some basic systemui mods
Anyone can help?
liamstears said:
Anyone been able to do it on this device so far?
I've been able to extract the rom, deodex it but cant get apktool to play ball
It wont install framework or decompile anything, only want to do some basic systemui mods
Anyone can help?
Click to expand...
Click to collapse
How did you deodex the rom?, i getting an error on some of the files.
Which files? I have not checked my log yet, I expect I also have had some failed but important ones I want to mod are now deodexed just can't seem to decompile them
liamstears said:
Which files? I have not checked my log yet, I expect I also have had some failed but important ones I want to mod are now deodexed just can't seem to decompile them
Click to expand...
Click to collapse
I also can not install framework or compile any apk
---------- Post added at 05:41 PM ---------- Previous post was at 05:39 PM ----------
liamstears said:
Anyone been able to do it on this device so far?
I've been able to extract the rom, deodex it but cant get apktool to play ball
It wont install framework or decompile anything, only want to do some basic systemui mods
Anyone can help?
Click to expand...
Click to collapse
I also can not install framework or compile any apk
---------- Post added at 05:42 PM ---------- Previous post was at 05:41 PM ----------
Error! "framework-ress7.apk"
Exception in thread "main" brut.androlib.AndrolibException: Could not decode arsc file
at brut.androlib.res.decoder.ARSCDecoder.decode(ARSCDecoder.java:52)
at brut.androlib.res.decoder.ARSCDecoder.decode(ARSCDecoder.java:39)
at brut.androlib.res.AndrolibResources.installFramework(AndrolibResources.java:608)
at brut.androlib.res.AndrolibResources.installFramework(AndrolibResources.java:590)
at brut.androlib.Androlib.installFramework(Androlib.java:673)
at brut.apktool.Main.cmdInstallFramework(Main.java:240)
at brut.apktool.Main.main(Main.java:87)
Caused by: java.io.IOException: Expected: 0x00000008, got: 0x00000000
at brut.util.ExtDataInput.skipCheckShort(ExtDataInput.java:56)
at brut.androlib.res.decoder.ARSCDecoder.readValue(ARSCDecoder.java:282)
at brut.androlib.res.decoder.ARSCDecoder.readEntry(ARSCDecoder.java:224)
at brut.androlib.res.decoder.ARSCDecoder.readTableType(ARSCDecoder.java:212)
at brut.androlib.res.decoder.ARSCDecoder.readTableTypeSpec(ARSCDecoder.java:154)
at brut.androlib.res.decoder.ARSCDecoder.readTablePackage(ARSCDecoder.java:116)
at brut.androlib.res.decoder.ARSCDecoder.readTableHeader(ARSCDecoder.java:78)
at brut.androlib.res.decoder.ARSCDecoder.decode(ARSCDecoder.java:47)
... 6 more
Press
no solution?
Apk tool needs updating.
Sent from my SM-G935F using Tapatalk
:crying:
Fix is more simple than we thought, simply use apkool 2.0.0 it will decompile fine
It does not support new image formats though so decompile, make edits, recompile then manually copy over changed files to original apk to preserve original images
What tools besides apktool are required to do some decompiling?im new to this.
Skickat från min SM-G928F via Tapatalk