Related
Hi all,
This is the stock JVH framework with SIP over 3G and CRT-OFF animations.
I post it for all I9000 owners who want to keep the stock application and to be able to do VOIP call on the go.
CRT-OFF is a bonus, keep in mind that you have to activate animations in Setting/display to use it.
Do not forget to press the thank button on this page if you like my mod.
See my post [MOD] XXJVH unlimited Browser Tabs to enhance the usage of the browser on your device.
To install :
-copy the apk to your sdcard
-Delete the old Browser.apk in /system/framework
-Place the new apk in /system/framework
Note:
Don't forget to be superuser and to mount the partition as read-write :
for stock kernel :
$su
#mount -o remount,rw /dev/block/system /system
#cp /sdcard/framework-res.apk /system/framework/framework-res.apk
#exit
$exit
Restart...
for CF-ROOT kernel, (thanks to ramad)
su
stop (phone will freeze, that's OK just move on)
busybox mount -o remount,rw /dev/block/system /system
cp /sdcard/framework-res.apk /system/framework/framework-res.apk
exit
exit
adb reboot
Eric,
in Sri lanka.
so now is it jvk or jvh ?
JVK or JVH?
Sent from my GT-I9000 using XDA App
Woups...
It is JVH.
I corrected the post.
Thanks.
Eric,
In sri Lanka
Question
Hi Eric,
Thanks for this app.
I have rooted xwjvh rom.
I've done steps under adb and crt off is working but SIP settings does not appeared!
SIP is the only reason why I changed to 2.3.3
Can you help me?
Regards, Robert
Hi Robert,
I guess that you did not make a change to /system/permission.
Am i right ?
Is it late on the night here in Sri lanka, i will come back to you shortly.
Cheers,
Eric
Hi Eric,
Thanks for the answer.
Nop i did steps only what you wrote.
Now I went to Gingerreal and SIP is working fine. So I lost my interest... Sorry...
Thanks again for your help.
Regards,
Robert
I've made this thread to show you how to fix this frustrating bug. After few steps you'll get working light sensor better than in previous GB versions
Files need to be replaced or edited:
- services.jar
- framework-res.apk
- sensors.default.so
Recommended kernel:
- Galaxian*
Based on original Samsung sources
All Voodoo addictions (color fix, sound V9)
CPU frequencies: 100MHz, 200MHz, 400MHz, 800MHz, 1000MHz, 1200MHz, 1300MHz, 1400MHz.
CONFIG_HZ=500
CWM 3.0.0.5 based on, and fully compatible with CF-ROOT
Light sensor polling 1s instead of 2s
Compatible with RFS and EXT4
Much more I can't remember
What needs to be done:
framework-res.apk edit
1. Get apk manager (attached)
2. Put framework-res.apk in "place-apk-here-for-modding" folder
3. Run apk manager, decompile with dependancy (option 10)
4. Drag twframework-res.apk from your ROM into the script, or extract it somewhere and type path to it
5. Go into projects\framework-res\res\values\arrays.xml
6. Replace two sections:
<integer-array name="config_autoBrightnessLevels">
<item>30</item>
<item>300</item>
<item>600</item>
<item>1500</item>
<item>1500</item>
</integer-array>
<integer-array name="config_autoBrightnessLcdBacklightValues">
<item>80</item>
<item>150</item>
<item>200</item>
<item>255</item>
</integer-array>
Click to expand...
Click to collapse
7. Delete .bak file if you got one after changes
8. Go back to script and select compile
9. Say y
10. Say y
11. Delete resources.arsc from keep folder
12. Enter in script
13. U'll find unsignedframework-res.apk in "modding" folder
14. Use ADB
Code:
adb push unsignedframework-res.apk /data/local/tmp/framework-res.apk
adb shell
su
mount -o rw,remount /dev/block/stl9 /system
stop
rm /system/framework/framework-res.apk
cp /data/local/tmp/framework-res.apk /system/framework/
rm /data/local/tmp/framework-res.apk
reboot
services.jar replace/edit
Attached services.jar should be compatible with all JVP releases as long as author didn't modified it. If you are not sure you can always edit your own version by doing:
1. Get apk manager (attached)
2. Put services.jar in "place-apk-here-for-modding" folder
3. Rename it to services.apk
4. Run apk manager, decompile (option 9)
5. Go into projects\services.apk\smali\com\android\server\
6. Replace PowerManagerService.smali file with the one from my services.jar
7. Delete .bak file if you got one after changes
8. Go back to script and select compile
9. Say n
13. U'll find unsignedservices.apk in "modding" folder
14. Rename it to services.jar
14. Use ADB
Code:
adb push services.jar /data/local/tmp/
adb shell
su
mount -o rw,remount /dev/block/stl9 /system
stop
rm /system/framework/services.jar
cp /data/local/tmp/services.jar /system/framework/
rm /data/local/tmp/services.jar
reboot
sensors.default.so replace
1. Use ADB
Code:
adb push sensors.default.so /data/local/tmp/
adb shell
su
mount -o rw,remount /dev/block/stl9 /system
stop
rm /system/lib/hw/sensors.default.so
cp /data/local/tmp/sensors.default.so /system/lib/hw/
chmod 644 /system/lib/hw/sensors.default.so
rm /data/local/tmp/sensors.default.so
reboot
GALAXIAN KERNEL:
1. Go to the Market place
2. Install SGS kernel flasher
3. Extract zImage.7z to your internal SD card
4. Select zImage and flash
5. Be happy
New version of sensors.default.so! Now all 4 steps are working!
BTW. With those files you will now loose BLN!
Thank you very much in providing this fix.
Thks
This is what I have been waiting for....
I will recompile my services.jar n framework-res.apk and incorporate them into my custom rom.
Thank you so much!
i do not get it =) what is this fixing Oo
$omator said:
i do not get it =) what is this fixing Oo
Click to expand...
Click to collapse
It fixes the Auto brightness issue in some kernels.
i guess when auto brightness is checkedit is not reacting or reacting wrong?
Im guessing this only works on deodexed?
This is a fix of the moth !
THANK YOU SIR !
btw., what kernel is this? your own ?
Simce I can't find Galaxian anywhere on the forum.
Btw. where are the attached binaries from? Extract from original JVP kernel ?
$omator said:
i guess when auto brightness is checkedit is not reacting or reacting wrong?
Click to expand...
Click to collapse
In some kernels the brighness is reversed or totally wrong.
This has fixed it.
@ Brotuck
Will you try and include this in your GingerMod Rom? (...does it need it?)
eternal-intent said:
@ Brotuck
Will you try and include this in your GingerMod Rom? (...does it need it?)
Click to expand...
Click to collapse
I already updated my GM22 @ damians site.
It also uses a slightly different value, tested it today worked fine !
Brotuck said:
I already updated my GM22 @ damians site.
It also uses a slightly different value, tested it today worked fine !
Click to expand...
Click to collapse
Cool.
Well, I'm off to check it out...
And to the OP thanks, I'm interested to see what effect this has...it's not that I'm lazy, I just still lack confidence in my adb (dis)ability or I'd be more inclined to try and do it myself.
CWM can ask
ok now i see what is going on here =)
-provided sensors.default.so is 1:1 with stock JVP one
Click to expand...
Click to collapse
-arrays.xml is tweaked when compared to stock - and my guess OP made an error here as
<!-- Array of output values for LCD backlight corresponding to the LUX values
in the config_autoBrightnessLevels array. This array should have size one greater
than the size of the config_autoBrightnessLevels array.
-->
Click to expand...
Click to collapse
those are stock values from JVP below
<integer-array name="config_autoBrightnessLevels">
<item>30</item>
<item>2000</item>
<item>6000</item>
<item>11000</item>
</integer-array>
<integer-array name="config_autoBrightnessLcdBacklightValues">
<item>32</item>
<item>70</item>
<item>116</item>
<item>177</item>
<item>253</item>
</integer-array>
Click to expand...
Click to collapse
Click to expand...
Click to collapse
-at the services.jar few more tweeks that i do not see much sense in =)
i would realy like to see explanation of those changes
Click to expand...
Click to collapse
Ill look at this properly, but couldn't you put this in a CWM flashable package? Thanks if you can.
Sent from my ever changing Galaxy S
CWM flashable package, please
The biggest "problem" is that you need to change values in the framework.
And that one is connected to the theme you use.
Battery color / lockscreens stuff like that.
So making 1 general CWM is a problem....
If you encounter brightness problems, like not responding to changes or bright light in the dark (when it should be darker)
Then but only then consider this mod, if you do not know how to do it, then ask the theme maker.
ill rephrase my question =)
why those fixes (left stock, right this fix/tweak)
ALL_BRIGHT from 15 to 255
ANIM_STEPS from 10 to 50
AUTOBRIGHTNESS_ANIM_STEPS from 10 to 50
LIGHT_SENSOR_DELAY from 2000 to 1000
@$omator: it`s working! i think this is the only relevant answer!
you know a better way? then do it and start your own thread!
I'd like to try this fix but I can't because each time >compile< gets me an error in APK Manager! Something like "unknown source" and "could not exec command". Does anyone here have any success with this fix and Bezke JVP-ROM?
For JVR, see: [MOD] XXJVR unlimited Browser Tabs
(This mod works for no-deoxeded and deoxeded rom)
Hi all,
It is the stock XXJVQ (Gingerbread) internet browser modified to open more than 4 windows and to select user-agent.
You can visit up to 16 different web site at the same time but you'll probably miss memory before.
Note:
Once you reach the 8th windows, continue to press the "new button" and it will open an extra new window even thought that the counter will not display more than 8
To select your favorite user-agent end even edit it, press the menu key, then "more" and "Set user-agent".
Don't forget to click the Thanks button on the page if you like this mod.
Contact me prior to include it into a mod, and keep my credit for the works.
For JVP:
[MOD] XXJVP unlimited Browser Tabs
For JVO:
[MOD] XWJVO unlimited Browser Tabs
For JVK:
[MOD] XXJVK unlimited Browser Tabs
For JVH:
[MOD] XXJVH unlimited Browser Tabs
For those who remain in froyo,see my thread for XWJS8:
[MOD] increased Stock XWJS8 browser limit
To install :
-copy the apk to your sdcard
-Delete the old Browser.apk in /system/app
-Delete Browser.odex in /system/app (no deoxeded rom)
-Place the new Browser.apk in there
Note:
Don't forget to be superuser and to mount the partition as read-write :
for stock kernel :
$su
#mount -o remount,rw /dev/block/stl9 /system
#rm /system/app/Browser.*
#cp /sdcard/Browser.apk /system/app/Browser.apk
#exit
$exit
for CF-ROOT kernel, (thanks to ramad)
su
stop (phone will freeze, that's OK just move on)
busybox mount -o remount,rw /dev/block/system /system
rm /system/app/Browser.*
cp /sdcard/Browser.apk /system/app/Browser.apk
exit
exit
adb reboot
Eric,
in Sri lanka.
Deleted.
Inviato dal mio GT-I9000 usando Tapatalk
sorry it does'nt work properly.
Works fine for me and my beta testers .
Can you tell me more on what is wrong ?
Eric,
In Sri lanka.
Hi does the browser still lag when used with deodexed jvq?
Sent from my GT-I9000 using XDA App
Thank you so much
This mod works fine here (JVQ Odexed).
Would it be possible to include the following mods, too?
Download every filetype
Fullscreen-Mod
Dennis
still super laggy on deodexed rom. oh well - not a fault of the OP!
Fc on jvp due to modified framework.
Inviato dal mio GT-I9000 usando Tapatalk
It's possible to instal this version of browser (without scroll problem) en JVP? It would be so good.
Where is download for JVQ?
The useragent setting isn't saved. I have to select it everytime
Sent from my GT-I9000 using Tapatalk
UnknownEdition said:
Where is download for JVQ?
Click to expand...
Click to collapse
In the first post -> attached files: http://forum.xda-developers.com/attachment.php?attachmentid=641811&d=1309436083
Scroll problem not fixed!!
deezid said:
The useragent setting isn't saved. I have to select it everytime
Sent from my GT-I9000 using Tapatalk
Click to expand...
Click to collapse
You can change useragent in stock browser - type about:useragent in navigation bar
ux50jp said:
Scroll problem not fixed!!
Click to expand...
Click to collapse
You are using a deodexed firmware version, aren't you?
mbartosik said:
You can change useragent in stock browser - type about:useragent in navigation bar
Click to expand...
Click to collapse
I was hoping this hack is more than just a shortcut lol
Thanks eric75004, but imho it would be better to don't release the jvq deodexed version till someone manages to solve the bugs in the browsers once its deodexed
deezid said:
Would it be possible to include the following mods, too?
Download every filetype
Fullscreen-Mod
Dennis
Click to expand...
Click to collapse
+100000
Thanks! works for me...
Thanks eric75004. Moded JVQ browser works great in odexed JVQ ROM.
It would be good if you can mod it to able to download every files.
Sent from my GT-I9000 using Tapatalk
deezid said:
Thank you so much
This mod works fine here (JVQ Odexed).
Would it be possible to include the following mods, too?
Download every filetype
Fullscreen-Mod
Dennis
Click to expand...
Click to collapse
For fullscreen use apk manager (can found it here on XDA forum), decompile Browser.apk (placed in place-apk-here-for-modding), run Script.bat, and then open folder projects/Browser.apk/res/values and there is styles.xml
open it with notepad and add this line of code:
<item name="android:windowFullscreen">true</item>
should look like this:
<style name="BrowserTheme" parent="@touchwiz:style/TwTheme">
<item name="android:windowFullscreen">true</item>
<item name="android:colorBackground">@android:color/transparent</item>
<item name="android:windowBackground">@drawable/initial_titlebar</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowContentOverlay">@null</item>
</style>
save and compile (answer y andd again y, now open folder "keep" and delete file resources.arsc), go back to the apk manager and finish compiling, rename moded apk (now there is new apk next to original caled unsignedBrowser.apk), and transfer to phone system/app.
You could replace two png files within browser in res/drawable-land-hdpi and drawable-hdpi (stupid screen shots from Froyo ROM).
Just drag and drop attached png to that folder when you open Browser .apk with WINRAR.
As for download all files there is an app on Market: Download all files (free).
nedooo said:
For fullscreen use apk manager (can found it here on XDA forum), decompile Browser.apk (placed in place-apk-here-for-modding), run Script.bat, and then open folder projects/Browser.apk/res/values and there is styles.xml
open it with notepad and add this line of code:
<item name="android:windowFullscreen">true</item>
should look like this:
<style name="BrowserTheme" parent="@touchwiz:style/TwTheme">
<item name="android:windowFullscreen">true</item>
<item name="android:colorBackground">@android:color/transparent</item>
<item name="android:windowBackground">@drawable/initial_titlebar</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowContentOverlay">@null</item>
</style>
save and compile (answer y andd again y, now open folder "keep" and delete file resources.arsc), go back to the apk manager and finish compiling, rename moded apk (now there is new apk next to original caled unsignedBrowser.apk), and transfer to phone system/app.
You could replace two png files within browser in res/drawable-land-hdpi and drawable-hdpi (stupid screen shots from Froyo ROM).
Just drag and drop attached png to that folder when you open Browser .apk with WINRAR.
As for download all files there is an app on Market: Download all files (free).
Click to expand...
Click to collapse
doesn't work for me
--- SIMPLIFIED GINGERBREAD WITH S3 LOOK ---
-- FLASH ZIP VIA CWM --
NOTE : YOU ARE INSTALLING THIS SOFTWARE AT YOUR OWN RISK
Hello XDA Memebers, This is my first ROM i have ever made. I Hope you Guys Like it. This is XXLM8 deodexed, zipaligned, S3 Themed and Lot's more. You car read the full features list below.
________________________________________________
:: BUGS ::
V2 :
Slide to remove Notifications will not work :: DON'T USE IT
S3 Wallpapers Missing :: FIX :: Download them from the play store :: HERE AND HERE
V1 :
:: FC :: Some Users are facing some fc with Google Apps, :: FIX :: Clear the data of the app which FC
:: Google authentication failed :: FIX :: you can remove your current google account by using root explorer and going to /data/system and rename accounts.db to accounts.db.bak, simply reboot the phone after doing this and add your google account again upon opening up the market app. This always seems to fix it for me if the above clearing of cache fails.
:: FC with lockscreen wallpaper settings :: when trying to change the wallpaper of the lockscreen the settings app will force close, :: FIX :: will be fixed in V2
________________________________________________
:: Screenshots ::
https://picasaweb.google.com/108507...edGBWithSIIILookV2?authuser=0&feat=directlink
Click to expand...
Click to collapse
________________________________________________
:: Removed APPS ::
AnalogClock.apk
BuddiesNow.apk
Days.apk
DigitalClock.apk
CalendarProvider.apk
BooksPhone.apk
DualClock.apk
fotaclient2.apk
Dlna.apk
Email.apk
EmailWidget.apk
DrmProvider.apk
DrmUA.apk
Gmail.apk
GoogleCalendarSyncAdapter.apk
GameHub.apk
GenieWidget.apk
KiesAir.apk
kieswifi.apk
Memo.apk
MiniDiary.apk
MobilePrint.apk
MobileTrackerEngineTwo.apk
MtpApplication.apk
MusicHub_15.apk
PanningTryActually.apk
PhotoRetouching.apk
PlusOne.apk
PolarisOffice.apk
PostIt.apk
Protips.apk
SamsungApps.apk
SamsungAppsUNA3.apk
SamsungWidget_News.apk
SamsungWidget_ProgramMonitor.apk
SamsungWidget_StockClock.apk
SamsungWidget_WeatherClock.apk
SecretWallpaper1.apk
SecretWallpaper2.apk
ShareApp.apk
shutdown.apk
signin.apk
SnsAccountFb.apk
SnsAccountLi.apk
SnsAccountTw.apk
SnsDisclaimer.apk
SnsImageCache.apk
SnsProvider.apk
SocialHub.apk
Tasks.apk
TrimApp.apk
TwCalendarAppWidget.apk
TouchWizCalendar.apk
TwWallpaperChooser.apk
VpnServices.apk
wipereceiver.apk
wssyncmlnps.apk
YouTube.apk
GoogleQuickSearchBox.apk
Maps.apk
SisoDrmProvider.apk
Street.apk
Swype.apk
syncmldm2.apk
syncmlds.apk
TasksProvider.apk
VoiceSearch.apk
________________________________________________
:: Important NOTES ::
:: Arabic Support ::
The Software supports Reading Arabic, so the arabic letters will be connected properly.
but the Samsung Keypad included in the ROM doesn't write in arabic. So If you want to write in arabic. Download a keyboard that support arabic language from the market
:: FOR GAMERS ::
BEFORE PLAYING HEAVY GAMES PLEASE DO A QUICK RESTERT using any app
ex: AutoKiller Memory Optimizer PRO or Rebooter (fast reboot)
Also for better Gaming Experience i recommend these app
1- AutoKiller memory Optimizer PRO
2- Chainfire 3D PRO
________________________________________________
:: Supported Languages ::
ALL THE LANGUAGES IN THE STOCK XXLM8 + ARABIC
________________________________________________
:: Special Thanks ::
The Developers of Adernaline Engine
The Developers of V6 SuperCharger
Ryuinferno :: [MOD]Term-init & Zip-init: Enable Init.d for Any Phones w/o Need of Custom Kernels!!!
lidroid :: [GUIDE]How to add customizable 14 statusbar toggle buttons for samsung ROM
agmtpd :: Add ICS/Jellybean look alike task switcher
balamu96m :: [GUIDE] ICS Style 'Settings.apk'
________________________________________________
:: DOWNLOAD ::
IN THE 2ND POST
________________________________________________
:: PLEASE SHARE IDEAS & SUGGESTION TO MAKE THIS ROM BETTER, DON"T JUST READ ::
Changlog
29 October 2012 - GBS3 ROM v1.0
Initial release
9 November 2012 - GBS3 ROM v2.0
Based on XXLM8 with stock XXLM8 kernel
Busybox'd
RTL Arabic support
Themed Phone.apk
S3 Task Switcher
S3 Live Wallpaper
Customizable 14 statusbar toggle button
MegaBassBeats
V6 SuperCharger (Developed by : zeppelinrox: Original Thread)
Adernaline Engine (Developed by : ImbaWind: Original Thread)
________________________________________________
DOWNLOAD
V2
https://docs.google.com/open?id=0B-LPk8oDHoc4Y2V1eEotcGpGb0E
V1
PART 1 : https://rapidshare.com/files/3466024423/V1.part1.rar
PART 2 : https://rapidshare.com/files/671059979/V1.part2.rar
________________________________________________
HOW TO INSTALL
V2
1- Copy "GBSIII_ROM_Setup.zip" to your sdcard
2- Reboot into recovery (Clockworkmod 5.5 or Higher)
3- Install Zip from Sdcard
4- Choose "GBSIII_ROM_Setup.zip"
5- Wait Till Installation Finishes Then Reboot System
6- You have now installed the Rom, But V6Supercharger and Adernaline Engine, is still not installed
7- DON"T SKIP INSTALLING V6SUPERCHARGER OR ADENALINE ENGINE, THEY ARE VERY IMPORTANT
8- There are some extra steps needed to get Full S3 Theme for the Launcher, Download This Files HERE
9- Extract it, Put it on /sdcard
10- So the path of the file should be /sdcard/ADW_Backups/adw_adwbackup_1352295987779/the files
11- Go to the homescreen, touch the home button
12- ADWSettings --> System --> Backup and restore --> Restore --> adw_adwbackup_1352295987779
13- FINISHED
HOW TO INSTALL V6_SuperCharger "V2 ONLY"
1- Install Android Terminal Emulator on your phone
2- Open it.
3- Type "su" then press enter
4- Click "Allow"
5- Type "sh V6_SuperCharger.sh" then press enter
6- "Please Select Scrolling Speed", Type 0
7- "Please Enter an option", Type 6
8- Now the V6 Super Charger will begin Installation
9- After Finishing, it will ask you to "Enter an options" again, Type 17 "Exit"
10- Wait a second
11- Type "reboot"
12- Phone will reboot
13- V6SuperCharger succesfully Installed
HOW TO INSTALL Adernaline Engine "V2 ONLY"
1- Download "Adrenaline Engine_CM_4.3.zip" from HERE WARNING : DON"T DOWNLOAD V4.4, IT WON"T WORK
2- Copy the file to your sdcard
3- Reboot into recovery (Clockworkmod 5.5 or Higher)
4- Go to "mounts and storage" - Mount /system and Mount /data
5- Install Zip from Sdcard -- Choose the Adernaline Engine file
6- After Finishing Installation, Repeat Step 4 "Mount should be Unmount"
7- Reboot System
8- ENJOY !!
________________________________________________
V1
1- Download the 2 Files
2- Put Them in a same folder
3- Right Click on the first File "V1.part1.rar"
4- Extract to V1\
5- Copy "clockworkmod" to your sdcard
6- Reboot into Recovery "You Should use CWM"
7- it's better to "Format System and data Storage" before Installing the rom
8- Choose "backup and restore"
9- Backup from external sdcard
10- Choose the backup
11- Wait till Finishing
12- Reboot System NOW
13- HAVE FUN
I hope this would be a bug free rom...thanks mate!
Sent from my GT-I8150 using xda premium
I'll try this Rom! Does it have italian language?
Mikyno said:
I'll try this Rom! Does it have italian language?
Click to expand...
Click to collapse
There's a screenshot in the thread with the available languages
ahmedelhofy said:
There's a screenshot in the thread with the available languages
Click to expand...
Click to collapse
ok, it doesn't support italian, however thank u!
mikyno said:
ok, it doesn't support italian, however thank u!
Click to expand...
Click to collapse
next version will be based on a different build so more languages support
Added download links
have fun flashing
What's the best game this rom can support? DH3 and EW2 with no lags?
imadiu said:
What's the best game this rom can support? DH3 and EW2 with no lags?
Click to expand...
Click to collapse
Just Tested Eternity Warrior 2
Worked Perfectly
Didn't Notice any lag
But it takes a long time to load the game, after that levels load very fast
DH3 is very large 1 GB, i can't test it
Wow, nice. With Chainfire 3D and Auto memorykiller Optimizer?
imadiu said:
Wow, nice. With Chainfire 3D and Auto memorykiller Optimizer?
Click to expand...
Click to collapse
No it worked without using anything
Sent from my GT-I8150 using xda premium
Good ROM
was amazing because it does not reduce System gb?
permission to download master ahmedelhofy
in beautify again with live wallpaper S3 in Gole Play
https://play.google.com/store/search?q=wallpaper+live+S3
can not be applied wallpapers?????
Thanks for getting this ROM alive once again master ahmedelhofy
Links Is Broken ??? Plz Reuplouad !
MidoTawfik7 said:
Links Is Broken ??? Plz Reuplouad !
Click to expand...
Click to collapse
LINKS are WORKING PERFECTLY
PART 1 : http://www.mediafire.com/?v759ozvcx6zw843
PART 2 : http://www.mediafire.com/?rvp4c37oozxzvj2
ahmedelhofy said:
LINKS are WORKING PERFECTLY
PART 1 : http://www.mediafire.com/?v759ozvcx6zw843
PART 2 : http://www.mediafire.com/?rvp4c37oozxzvj2
Click to expand...
Click to collapse
Split archive blocked. Mentioned in Mediafire, no idea what is that. First time seeing it.
imadiu said:
Split archive blocked. Mentioned in Mediafire, no idea what is that. First time seeing it.
Click to expand...
Click to collapse
It seems that Mediafire blocked the file cause it's more than 200 MB
Will upload them in Dropbox please Give me 2 Hours untill Uploading FINISHES
IMP
NEW LINKS ADDED
LINKS ARE STILL BEING UPLOADING, IT WILL KEEP GIVING YOU AN ERROR UNTILL UPLOADING FINISHES. SO PLEASE BE PATIENT
Part 1 : https://dl.dropbox.com/u/93201068/XD...1/V1.part1.rar
Part 2 : https://dl.dropbox.com/u/93201068/XD...1/V1.part2.rar
Click to expand...
Click to collapse
Waiting for the other version, Turkish language
---------- Post added at 05:23 PM ---------- Previous post was at 05:20 PM ----------
How do I install applications that you removed?
thanks for the rom , nice.
what are the baseband for this rom ?
xxlm8 ?
I only have the NEW Nexus 7 and Nexus 4, so I am relying on you all to test...
Although it should work swimmingly!
{
"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"
}
Make Your Nexus Perfect
WHAT'S NEW?
> VER 1.5 | SEPT 10 2013
-> Quick Install quickened to 4 clicks as opposed to 6
-> Backup/Restore Menu Added
-> Backup/Restore User Apps and be able to remove backups
-> Backup/Restore Anything using keep.txt and be able to remove backups
-> How To section updated with info on Backup/Restore Menu
-> junk.txt Updated with Media and Face Unlock files
-> On the horizon: App deletion in AROMA installer
PREREQS
Nexus Device that has a system app you do not want
Grade school diploma (i.e. ability to read)
THE SKINNY
WHAT IS NIGHTLY UPDATER
Nightly Updater is an AROMA installer for those that
yearn to have the cleanest device. Since I first
owned an HTC Droid Eris, I have been wiping bloatware
off of my device. Flash foward to my latest devices -
LG Nexus 4 and the 2013 Asus Nexus 7 and there ain't
much bloatware... But, all AOSP ROMs tend to come with
at least one or two apps that I can do without (and
sometimes a lot more). Nightly Updater is a simple
tool that allows users to remove unwanted system
applications in an easy manner. NU also allows users
to customize which apps are removed.
HOW DOES IT WORK
Nightly Updater works by relying on scripts that
read txt files. When customizing your script, the
installer looks for junk.txt in the "NU" folder of
your virtual (i.e. internal) SD card. Each line that
has not been "commented out" (i.e. does not have a
"#" at the front of it) or any terms (i.e. app
descriptions) that follow a "#" are removed from the
script. This leaves Nightly Updater with a clean text
file that only has the applications you want to remove.
Review:
Custom Script is called: junk.txt
Custom Script goes here: /sdcard/NU/junk.txt
#Chrome.apk -- NOT DELETED FROM DEVICE
Chrome.apk -- DELETED FROM DEVICE
Chrome.apk #Google Browser -- AFTER "#" IGNORED
HOW DO I ADD MY OWN APPS
You can add your own apps in three ways: [1] name (without
apk), [2] name (with apk), or [3] file path.
[1] Name (without ".apk")... Just type:
Code:
Chrome
The installer will automatically know it is looking for an apk and
delete Chrome.apk.
[2] Name (with ".apk")... Just type:
Code:
Chrome.apk
I think you know what it does.
[3] Full File Path... Now, you can get a little funkier and do the entire
file path like:
Code:
/data/app/Chrome.apk
This comes in
handy for files like pre-loaded wallpapers and
ringtones you may want to remove. Be cognizant of
where the files you are removing are located! This
will become very important when telling Nightly
Updater where to scan.
By the way, Nightly Updater also recognizes wildcards.
This is great for those user apps that end up having
unpredictable file names. For example:
Code:
/data/app/com.google.android.youtub*.apk
com.google.android.youtube*
These are both ways of erasing YouTube regardless of
the "-X" at the end of the file name.
WHAT'S UP WITH SCANNING
When using a Custom Script, Nightly Updater asks
where you would like to scan for apps. By default,
Nightly Updater recommends you only scan in the
System/App folder - which is where (shocker) system
apps are located. Remember, most junk apps are located
in System/App. However, Nightly Updater has also given
the option to scan Data/App. Some developers will put
apps in the Data/App folder, so it may be useful to
remove apps from there. But NORMALLY, these are only
the apps you chose to install. The final option is
to scan EVERYWHERE. Be very cautious with this command!
Remember that it is matching what you write in
junk.txt with the scan parameter. If you accidentally
wrote "system" as an app you wanted to remove instead
of SystemTuner.apk (with full scan on)... you would
erase your system folder... that's REALLY BAD!!!
Now, if you only check this option when you are using
full path and double check your junk.txt file so that
you did not make any mistakes... YOU ARE GOOD!!!
When in doubt, post your junk.txt here and I will
check it over for you
WHAT'S THE DEFAULT SCRIPT
If you download junk.txt from the OP at XDA, then
you have seen the Default Script. The Default
Script is meant to remove apps that MOST people
would consider expendable. If you are nervous to
tinker with your own Custom Script, try running
the Default Script first. If the script deleted
an app you need or did not delete at app you want
to destroy - hit me up and I will walk you
through the steps.
MORE DIRECTIONS ARE IN THE INSTALLER
DOWNLOADS
Check the "Downloads" Tab
NU-1.5.zip - Nightly Updater Installer
junk.txt - Customizable Removal Script
keep.txt - Customizable Backup Script
BUGS
Installer will occasionally hang when you press "< Back" - Reboot Device to fix temporarily
You tell me
HOW YOU CAN HELP
Give me feature ideas
Come up with more pre-loaded apps to be added to junk.txt
SPECIAL THANKS
Patrics83 and the whole ROM Cleaner team for the inspiration of this amazing tool!!! :good:
XDA:DevDB Information
Nightly Updater, a Tool/Utility for the Google Nexus 10
Contributors
swagstr
Version Information
Status: Stable
Current Stable Version: 1.5
Stable Release Date: 2013-09-10
Created 2013-09-09
Last Updated 2013-09-10
This is a great idea! I've been doing this with shell scripts for the last few months, something I run after installing a new ROM.
One question, does the app work with system apps? The example showed /data/app/*. Is it the scam that does /data/app/* and /system/app?
Also - a nice enhancement would be able to delete an app's data/cache (but not the app) after installing a ROM.
Here's a sample from my script:
Spoiler
#!/system/bin/sh
# Mount /system rw
busybox mount -o remount,rw /system
# Variables to common directories
ei=/system/etc/init.d
tw=/sdcard/_Backup/Tweaks
sa=/system/app
# Copy bootanimation
cp $tw/../bootanimations/bootanimation-GooglePlay.zip /system/media/bootanimation.zip
chmod 755 /system/media/bootanimation.zip
# Setup init.d if needed
mkdir $ei
chmod 755 $ei
# Copy over useful scripts
cp $tw/02log $ei
chmod 755 $ei/02log
# Change build.prop to support TWC streaming app
sed -i 's/release-keys/Nexus 10/' /system/build.prop
sed -i 's/test-keys/Nexus 10/' /system/build.prop
# Remove data for problematic apps
rm -rf /data/data/com.android.providers.contacts/*
rm -rf /data/data/com.android.providers.media/*
rm -rf /data/data/com.android.deskclock/*
rm -rf /data/data/com.tmobile.thememanager/*
# Remove unwanted apps
rm $sa/Accuweather*.apk
rm $sa/Apollo.apk
rm $sa/BlueBalls.apk
rm $sa/Books.apk
sttovo said:
This is a great idea! I've been doing this with shell scripts for the last few months, something I run after installing a new ROM.
One question, does the app work with system apps? The example showed /data/app/*. Is it the scam that does /data/app/* and /system/app?
Also - a nice enhancement would be able to delete an app's data/cache (but not the app) after installing a ROM.
Here's a sample from my script:
Spoiler
#!/system/bin/sh
# Mount /system rw
busybox mount -o remount,rw /system
# Variables to common directories
ei=/system/etc/init.d
tw=/sdcard/_Backup/Tweaks
sa=/system/app
# Copy bootanimation
cp $tw/../bootanimations/bootanimation-GooglePlay.zip /system/media/bootanimation.zip
chmod 755 /system/media/bootanimation.zip
# Setup init.d if needed
mkdir $ei
chmod 755 $ei
# Copy over useful scripts
cp $tw/02log $ei
chmod 755 $ei/02log
# Change build.prop to support TWC streaming app
sed -i 's/release-keys/Nexus 10/' /system/build.prop
sed -i 's/test-keys/Nexus 10/' /system/build.prop
# Remove data for problematic apps
rm -rf /data/data/com.android.providers.contacts/*
rm -rf /data/data/com.android.providers.media/*
rm -rf /data/data/com.android.deskclock/*
rm -rf /data/data/com.tmobile.thememanager/*
# Remove unwanted apps
rm $sa/Accuweather*.apk
rm $sa/Apollo.apk
rm $sa/BlueBalls.apk
rm $sa/Books.apk
Click to expand...
Click to collapse
Most definitely works with system apps. Just add "Apollo" and scan system... /system/app/Apollo.apk is deleted! I really like your script too! Smart idea to back up init.d and boot animation!
Sent from my Nexus 4 using Tapatalk 4
swagstr said:
I really like your script too! Smart idea to back up init.d and boot animation!
Click to expand...
Click to collapse
Ok - will give this a shot when I flash again.
Please feel free to take whatever you want !!!
sttovo said:
Ok - will give this a shot when I flash again.
Please feel free to take whatever you want !!!
Click to expand...
Click to collapse
Good to hear! :good:
Also, if any of you adventurous five people out there that downloaded this bad boy want to post some results for the Manta... that would be nice (As I do not have one)
Question for you… I want to delete all the folders under a certain folder, the OS command would be like this:
rm -rf /data/data/com.android.providers.contacts/*
rm -rf /data/data/com.android.providers.media/*
Looking at the help in the junk.txt file, I'm not sure how to do this, seems I can do one file or one folder, not multiple folders?
# /path/to/file/file.txt > Deletes file.txt
# /path/to/folder/ > Deletes folder ... REMEMBER the trailing "/"
sttovo said:
Question for you… I want to delete all the folders under a certain folder, the OS command would be like this:
rm -rf /data/data/com.android.providers.contacts/*
rm -rf /data/data/com.android.providers.media/*
Looking at the help in the junk.txt file, I'm not sure how to do this, seems I can do one file or one folder, not multiple folders?
# /path/to/file/file.txt > Deletes file.txt
# /path/to/folder/ > Deletes folder ... REMEMBER the trailing "/"
Click to expand...
Click to collapse
Code:
/data/data/com.android.providers.contacts/*
Should do the trick. Still the same scripting you used to use, just easier The script does rm -rf already.
Sent from my Nexus 4 using Tapatalk 4
swagstr said:
Code:
/data/data/com.android.providers.contacts/*
Should do the trick. Still the same scripting you used to use, just easier The script does rm -rf already.
Sent from my Nexus 4 using Tapatalk 4
Click to expand...
Click to collapse
Sorry, it only does rm -f currently. So for now add the "*" and it will delete everything in the folder for ya! If it doesn't break anything I will add the recursive command for folders.
Hey y'all! Working on a sizable update that is trying include several things requested from different devices. Looking for a little help on the testing side. First few that hit me up will get it.
Sent from my Nexus 4 using Tapatalk 4
BIG WARNING! DO NOT use the Data Wipe in version 1.5 and below. The script does not exclude the "media" folder... As some of you know... That's the SD CARD! I just did it and it SUCKED lol It will be fixed in the next version along with many new updates
Sent from my Nexus 4 using Tapatalk 4
Yo. Working diligently on the backup/restore feature. Next update will be sick. Standby
Sent from my Nexus 4 using Tapatalk 4