[MOD] XWJVH stock framework-res.apk with sip over 3G and CRT-off animation enabled - Galaxy S I9000 Themes and Apps

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

Related

[JVP] Automatic brightness fix DIY

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?

[MOD] XXJVQ stock browser with user-agent selection and unlimited tabs

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

Samsung Galaxy Gio gt-s5660 | Firmware Releases ,Custom Roms , Rooting

New Users Visit this Thread it has less complexity.......
...............................................................................................................................................
GIOPRO v1.4
...............................................................................................................................................
Adobe Flash Player 11.1.102.59 For Galaxy Gio http://forum.xda-developers.com/showpost.php?p=19623732&postcount=1
------------------------------------------------------------------------------------------------------------------
This Thread, Samsung Galaxy Gio gt-s5660 | Firmware Releases ,Custom Roms , Rooting, has been moved from the Android Software and Hacking General forum to the Galaxy Gio GT-S5660 Android Development forum.
NOTE:Even though it has been moved its a redirect notice (expires in 1 week) in the original forum so users Bookmark the New thread link.
-------------------------------------------------------------------------------------------------------------------
Android 2.3.7 - Cyanogen Mod 7.1.0 For Galaxy GIO (Unofficial) By- phiexz
--------------------------------------------------------------------------------------------------------------------
(Devs Only)How To compile a Kernel for Samsung Galaxy Gio By Delanoister
-------------------------------------------------------------------------------------------------------------------
Update.zip Recoveries (For Software installation through recovery) Thanks to ZimniY
------------------------------------------------------------------------------------------------------------------
Everyone vote for official cyanogenmod at the cyanogen mod forum
http://forum.cyanogenmod.com/topic/22386-samsung-galaxy-gio-gt-s5660
Click to expand...
Click to collapse
------------------------------------------------------------------------------------------------------------------
Read this thread thoroughly,Before Asking your question, Most of your questions are answered , but if still have confusion don't hesitate to ask
Users with Galaxy Gio Gt-s5660M/L/V , do not try Custom Roms , Please Read the S5660M Section First.
----------------------------------------------------------------------------------------------------------------------
phiexz's Custom Kernels for Galaxy Gio (For 2.3.5 )
------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------
Developers/Moders Can PM me their Thread Links If they want it to be on This Main page
-------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------
Modified mms.apk for Samsung Galaxy Gio S5660 (For odexed roms only, not for deodexed) Here
--------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------
hyriand's Custom roms for Galaxy Gio are here
--------------------------------------------------------------------------------------------------------------------
Particle Android Custom Rom based on 2.3.5 , detail here---- download latest version
--------------------------------------------------------------------------------------------------------------------
All actions ,flashing and other modification on your phone you do at your own risk and responsibility for your actions and you are solely if you are unsure of your actions - do not!
Any attempt to flash through RomManager will take you to the service center
-------------------------------------------------------------------------------------------------------------------
This thread is collection of all available data about samsung galaxy gio,so it may save time for others , some intial data is copied from another thread by strunkie for that all cradit goes to him , Data has been copied with the permission of Strunkie.
___________________________________________________________________________________________________________________________
If it helps ,Don't forget to press Thanks
--------------------------------------------------------------------------------------------------------------------------
Welcome in the Thread for Samsung's Galaxy Gio (S5660)
---------------------------------------------------------------------------------------------------------------------------
Samsung Galaxy Gio Unlocking
http://forum.xda-developers.com/showthread.php?t=1204705
---------------------------------------------------------------------------------------------------------------------------
Flashing Samsung Galaxy gio using ODIN
http://forum.xda-developers.com/showpost.php?p=16979859&postcount=549
---------------------------------------------------------------------------------------------------------------------------
How to Root Samsung Galaxy gio
http://forum.xda-developers.com/showpost.php?p=16979919&postcount=550
---------------------------------------------------------------------------------------------------------------------------
How to create ext2 partition for a2sd darktremor
http://forum.xda-developers.com/showpost.php?p=16979957&postcount=551
--------------------------------------------------------------------------------------------------------------------------
How to Enable a2sd darktremor on 2.3.3/2.3.4/2.3.5
http://forum.xda-developers.com/showpost.php?p=16979976&postcount=552
-------------------------------------------------------------------------------------------------------------------------
Custom Roms/ Modified Roms
http://forum.xda-developers.com/showpost.php?p=16979810&postcount=548
-------------------------------------------------------------------------------------------------------------------------
Firmwares(Official unmodified):
http://forum.xda-developers.com/showpost.php?p=16979769&postcount=547
------------------------------------------------------------------------------------------------------------------------
Ram Optimizer Script by Juwe11
http://forum.xda-developers.com/showpost.php?p=16979996&postcount=553
-----------------------------------------------------------------------------------------------------------------------
Updating failed using KIES ???
http://forum.xda-developers.com/showpost.php?p=16980019&postcount=554
----------------------------------------------------------------------------------------------------------------------
Custom bootanimation and apk lost post
http://forum.xda-developers.com/showpost.php?p=16980043&postcount=556
---------------------------------------------------------------------------------------------------------------------
How To Deodexing + Zipaligning Galaxy Gio GT-S5660 Tutorial(cradit goes to djjonastybe)
--------------------------------------------------------------------------------------------------------------------
Update apps using recovery method
http://forum.xda-developers.com/showpost.php?p=16980103&postcount=558
-------------------------------------------------------------------------------------------------------------------
ClockworkMod Recovery for the Samsung Galaxy Gio GT-S5660
http://forum.xda-developers.com/showpost.php?p=16980117&postcount=559
------------------------------------------------------------------------------------------------------------------
Compass Fix for s5660
http://forum.xda-developers.com/showpost.php?p=17203899&postcount=813
------------------------------------------------------------------------------------------------------------------
Galaxy Gio 5660m SECTION here
-----------------------------------------------------------------------------------------------------------------
Samasung Galaxy Gio S5660m Brightness ,diming issue solved
http://forum.xda-developers.com/showthread.php?t=1233719
----------------------------------------------------------------------------------------------------------------
Samsung Galaxy GIo S5660M Canada Bell Edition
http://forum.xda-developers.com/showpost.php?p=17332208&postcount=1013
----------------------------------------------------------------------------------------------------------------
Common Issues and possible solutions / tips and tricks
Common Issues and possible solutions / tips and trick
shutdown/freeze randomly in your pocket
. Change your Wifi sleep policy to Never, put a small paper behind the battery some times battery gets loose , if problem stays fectory reset and install latest firmware and fectory reset yet again ..
rooted phone and upgragde gingerbread,but still having problem about bootanimated
Install Root explorer and you need to select "remount as r/w".
command on adb shell to replac framework-res.apk?
#mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
then:
cp /sdcard/framework-res.apk /system/framework/
#reboot (bootloop posibility if framework doesnt match)
Poor Battery Life
Install latest firmware , turn of wifi when not using , try to charge with wall Charge some times data cable don't charge the properly, And don't forget to clean Ram after using apps , it helps to reduce load on device.
Compass doesn't work anymore
Its a bug , there is no solution availble yet , as soon something comes out i'll post here.​
Is there a possibility to overclock samsung galaxy Gio
Nop overclocking isn't working with gio yet.
What is the code for fectory reset
Put your phone in recovery mode (By holding home button+Power button) and select fectory reset option from there or if your phone is on use this code
*2767*3855# Fectory reset will remove all your data from the phone, apps , gallery , contacts and messages be sure to make a backupHow to check your firmware version
*#1234# OR Goto setting<About<Scroll down and check
How to put Gio to downloading mode to flash a firmware by ODIN
shut down your phone , hold home button+power button+volume down button altoghether.
How to Restart your phone (without turn on and off)
Volume down + Volume up + Power button hold untill phone goes off it will turn back again itself.. Or use adb , or terminal emulater , type su then type reboot
How to Remove boot up sound??
Delete file /system/etc/poweron.ogg using root explorer.
What is a2sd darktremor and why should i install it ???
a2sd darktremor let you install your all apps on sd card , so in this way internal memory stays empty and phone perform better than stock rom...
I want to Flash my phone , What should i do after and before???
you always have to fectory reset before and after flashing , when you done flashing you need to root(most of custom roms are already rooted so skip to next step) now you have to enable (a2sd daktremor if its not enabled in a custom rom you have to do it manually) . thats it , now you can start restoring your data , and install apps ...
Compass Fix for s5660 (tested on all versions)
Make sure to bakup your old memsicd before doing anything .
UPDATED:Latest Compass Fix .
http://www.mediafire.com/?2tbx9zhp2hnmc40
Thanks to mozgoder for leting me know
Instructions
Method 1 : download the update, and copy to sd card root directory(don't not copy in any folder)
Put your phone into recovery mode(turn off your phone , HOLD home button + power button toghether)
Apply update from sd , locate the copied file and press home button. reboot.
You have to Reboot twice otherwise it will show wrong direction. Recalibrate your compass by typing *#0*# , click on sensor , and now hold your phone and rorate it 8 ways moving your wrist or watch video below
Compass Calibration
NOTE: if this update doesn't work for you , you can try this one
http://www.mediafire.com/?t1hszgxzb56os2b
----------------------------------------------------------------------------
After doing all the stuff you still getting issue , please check the permissions by opening (use root explorer) system/bin/memsicd press for few seconds a list will open goto permissions and check
Permissions has to be rwxrwxrwx
Updates​
10/08 - Update Market , Maps and Samsung apps Manually Using recovery method
11/08 - a2sd darktremor installing and enabling
11/08 - Added Custom Roms
11/08 - Flash Player 10.1 for galaxy gio Download (May not work on all roms)
12/08 - Samsung Galaxy Gio Unlocking(Thanks to Jc_master)
18/08 - Custom Rom added with video review (rooted,deodexed,a2sd darktremor,ram script added,custom boot animation)
19/08 - Custom Rom added GIO PRO 1.2 (Minor bug fix,MIUI Music,Maps 5.8.0,New Market,SuperUser 3.0,Blue Theme) by Rachmat
19/08 - Ram Optimizer Script Updated (18-08-11) Thanks to Juwe11
19/08 - New Stock Roms added S5660XXKPL (2.3.3)2011 July 29 - S5660XXKPM (2.3.3)2011 August 6 --- Password (samsung-firmwares.com)
20/08 - Video Added (How to create ext2 partition)
20/08 - 2 Video Review added of GIOPRO v1.2
20/08 - Added Video Tutorial Flashing Samsung Galaxy gio using ODIN
21/08 - Added Custom Rom (SimpliGio Plus)
22/08 - GioPro v1.3 (Update using Recovery) You must have Giopro v1.2 already installed
22/08 - Video Review added (Mixture of SimpliGio+ and GioProV1.3)
23/08 - Video Tutorial Added (How to Change Boot animation on 2.2.3 and 2.2.4)
24/08 - Custom Rom added (GioPro V1.2 LITE version(improved version of giopro v1.2 , although you can update with giopro v1.3)) Thanks to ZimniY
25/08 - Finally Compass Issue Solved
26/08 - ClockworkMod Recovery for the Samsung Galaxy Gio GT-S5660(Credits to tjstyle and ilarrain and thanks to hyriand)
29/08 - New custom rom (GringoPro -Autodeodex Mod) by r33p
02-09-11: Added Stock Rom S5660XXKQB_S5660XXKQ5_S5660PRTKQ4 (20th August 2011)
06-0-11 : How To Deodexing + Zipaligning Galaxy Gio GT-S5660 Tutorial(cradit goes to djjonastybe )
08-09-11 : Latest 5660XXKQB_S5660XXKQ5_S5660PRTKQ4 got a2sd enabled
08-09-11 : Added SimpliGio.v.1.2 by ge88 @kaskus.us(Custom based on XXKQ6)
16-09-11 : A2sd Gui Update available in market
16-09-11 : Stock Rom Added to Stock Rom Section (S5660XXKQG_S5660SEBKQ1)
18-09-11 : Galaxy Gio S5660][ROM] Jonas Hendrickx's ROM v2.1 [2.3.4][XXKQG]
01-10-11 2.3.5 Unofficial Stock Rom added
i downloaded the KP1 tar file(S5660XXKPE_S5660XXKPA_S5660OXFKP1), n used odin1.85, i connect the phone in download mode.
but it stuck at:
<ID:0/007> Added!!
<ID:0/007> Odin v.3 engine (ID:7)..
<ID:0/007> File analysis..
<ID:0/007> SetupConnection..
which part i did wrong?
minjiet said:
i downloaded the KP1 tar file(S5660XXKPE_S5660XXKPA_S5660OXFKP1), n used odin1.85, i connect the phone in download mode.
but it stuck at:
<ID:0/007> Added!!
<ID:0/007> Odin v.3 engine (ID:7)..
<ID:0/007> File analysis..
<ID:0/007> SetupConnection..
which part i did wrong?
Click to expand...
Click to collapse
Download Odin 4.42(from the guide how to flash galaxy gio using odin) and Do a fectory reset in recovery mode and then try to flash it ...
.tar file is a single flash file , don't unzip it , and don't forget to click on one package on ODIN ,and locate .tar flash file and start .
nevermind..
sori.. I dont read the older thread... so i don't know our older thread is closing...
@waqasshahzad1986, maybe it's better to remove the "Remove simlock" link on the first post. That method has been deleted by the author because it on a lot off phones the efs partition got corrupted making the phone completely useless.
could somebody write down what is the modification in the modifyed offical 2.3.4? i dont find any info for it.
DeXeS said:
@waqasshahzad1986, maybe it's better to remove the "Remove simlock" link on the first post. That method has been deleted by the author because it on a lot off phones the efs partition got corrupted making the phone completely useless.
Click to expand...
Click to collapse
New Link Updated
Sent from my GT-S5660 using XDA Premium App
laalee said:
could somebody write down what is the modification in the modifyed offical 2.3.4? i dont find any info for it.
Click to expand...
Click to collapse
Modification is only in code nothing look different . No compass issue solved.. only improvements are done..
Sent from my GT-S5660 using XDA Premium App
Ok, is there some trick to shut the hardbutton of the volume down.
Sometimes i dont hear the phone go of, i pused that darn button again by acident.
So is there a methode to bypasse that hardbutton?
laalee said:
could somebody write down what is the modification in the modifyed offical 2.3.4? i dont find any info for it.
Click to expand...
Click to collapse
Yes, Waqas,kindly advise if the official modified 2.3.4 is better than the 23 July unofficial 2.3.4 ROM, please? My main reason for upgrading is to avoid the random shutdowns which have`worsened after upgrading to 2.3.3.
Is the modified official 2.3.4 better than the unmodified unofficial 2.3.4?
earthling3m said:
Yes, Waqas,kindly advise if the official modified 2.3.4 is better than the 23 July unofficial 2.3.4 ROM, please? My main reason for upgrading is to avoid the random shutdowns which have`worsened after upgrading to 2.3.3.
Is the modified official 2.3.4 better than the unmodified unofficial 2.3.4?
Click to expand...
Click to collapse
In my experience and observation , its better but don't mark my words , try it , there is no harm to try it ....
I have been reading your problem since your first post ...
Please follow these steps..
Do a fectory reset , Install modified 2.3.4
after flash completes (never dissconnect your device until 'PASS' is written on ODIN)
Do a fectory reset again ...
In WIFI settings , set sleep to never ... and connect with your regular wifi router , for all other connections must click forget
I have faced same problem but i alwasy fectory reset before and after flashing it avoids glitches ..
rendom shut down could be due to hardware or software , i have told you software solution , hardware problem could be with wifi chip , and quick tip put a small paper behind your battery , sometimes bettery gets loose and it could cause rendom shut down , and freez...
is there a way to disable sound of volume buttons in stock rom?
Sent from my GT-S5660 using Tapatalk
laalee said:
could somebody write down what is the modification in the modifyed offical 2.3.4? i dont find any info for it.
Click to expand...
Click to collapse
try this one.......
this rom was modded by ge88
Custom ROM based on S5660XXKQ6 (2.3.4) >>> SimpliGio
Changelog:
Code:
- Rooted
- Support link2sd
- Support custom boot animation.
- CRT Animation
- Tweak script added (increased performance).
[B][U][COLOR="Red"]Removed Stock apps :[/COLOR][/U][/B]
* Dual Clock
* Email (if u need it back. please download [URL="http://www.mediafire.com/?468o38mz9zlk9vu"]this[/URL] and restore using titanium backup.)
* Forest
* Home screen tips
* News & Weather
* Samsung account
* Samsung Apps
* Samsung Home (Touchwiz Launcher)
* SNS
* SNSAccount
* Social Hub
* Software update
* Yahoo Finance
* stock Swype
[B][U][COLOR="Red"]Added apps :[/COLOR][/U][/B]
* TagHome 2.9.3 (as default launcher )
* Swype 3.6 (with Bahasa support).
* Google Maps 5.8.0
Code:
[CENTER][IMG]http://i1081.photobucket.com/albums/j357/Angga_Bastian/SimpliGio/SC20110807-152328.png[/IMG]
TagHome
[IMG]http://i1081.photobucket.com/albums/j357/Angga_Bastian/SimpliGio/SC20110807-152338.png[/IMG]
Application Drawer TagHome
[IMG]http://i1081.photobucket.com/albums/j357/Angga_Bastian/SimpliGio/SC20110807-152426.png[/IMG]
SimpliGio.v.1.0
[IMG]http://i1081.photobucket.com/albums/j357/Angga_Bastian/SimpliGio/SC20110807-152406.png[/IMG]
[IMG]http://i1081.photobucket.com/albums/j357/Angga_Bastian/SimpliGio/SC20110807-152414.png[/IMG]
[IMG]http://i1081.photobucket.com/albums/j357/Angga_Bastian/SimpliGio/SC20110807-152909.png[/IMG]
Swype 3.6 with Bahasa support
[IMG]http://i1081.photobucket.com/albums/j357/Angga_Bastian/SimpliGio/SC20110807-154100.png[/IMG][/CENTER]
- Enable A2sd Darktremor
Steps =
** SDCard must have 2 parttion FAT32 (Primary) and EXT2 (Primary, Cluster Size 4kb).
** Download Darktremor A2sd + a2sd_enabler.sh and extract to sdcard.
** (Just in case, If u have root explorer app make sure the /system/ "Mounted as R/W"))
** open command prompt
Code:
adb shell
su [COLOR="Red"](look on gio screen and choose allow) [/COLOR]
cd sdcard
sh a2sd_enabler.sh
df ([COLOR="Red"]find the "/system/sd.........", if don't show up. open again Root Explorer make sure the [B]/system/[/B] "[B]Mounted as R/W[/B]")
and repeat the process[/COLOR])
reboot recovery
The screenshot (look at the "/system/sd" lines) =
Code:
C:\Users\xxxx>adb shell
$ su
su
# cd sdcard
cd sdcard
# sh a2sd_enabler.sh
sh a2sd_enabler.sh
Remounting system partition as read/write..
Mounting SD card ext2 partition..
DONE: Now you can install Darktremor's a2sd, nJo
# df
df
Filesystem Size Used Free Blks
/dev 139M 32K 139M 4096
/mnt/asec 139M 0K 139M 4096
/mnt/obb 139M 0K 139M 4096
/cache 25M 24K 25M 4096
/data 180M 65M 115M 4096
/system 208M 174M 33M 4096
[B][COLOR="Red"]/system/sd 524M 210M 313M 4096[/COLOR][/B]
/mnt/sdcard 6G 5G 1G 4096
/mnt/secure/asec 6G 5G 1G 4096
# reboot recovery
reboot recovery
** In recovery console apply update from sdcard and choose :dtapps2sd-2.7.5.3-beta04-signed.zip, reboot.
** After boot open again command prompt or Terminal Emulator, to check the "a2sd"
Code:
adb shell
su
[COLOR="Red"][B]a2sd check[/B][/COLOR]
The screenshot (look at the red color line) =
Code:
C:\Users\xxxx>adb shell
$ su
su
# a2sd check
a2sd check
[ ] GREP: Using ROM Busybox.
[ ] REBOOT: Using ROM Busybox.
[ ] FDISK: Using ROM Busybox.
[ ] CAT: Using ROM Busybox.
[ ] MKDIR: Using ROM Busybox.
[ ] RMDIR: Using ROM Busybox.
[ ] CHMOD: Using ROM Busybox.
[ ] MOUNT: Using ROM Busybox.
[ ] UMOUNT: Using ROM Busybox.
[ ] CP: Using ROM Busybox.
[ ] RM: Using ROM Busybox.
[ ] MV: Using ROM Busybox.
[ ] LN: Using ROM Busybox.
[ ] MORE: Using ROM Busybox.
[ ] MKNOD: Using ROM Busybox.
[ ] AWK: Using ROM Busybox.
[ ] SLEEP: Using ROM Busybox.
[ ] SYNC: Using ROM Busybox.
[ ] TEE: Using ROM Busybox.
__ _____
| \ |
| | |
|__/ | Darktremor Apps2SD 2.7.5.3 Beta 4a (2011-01-30)
[-] Checkpoint 1: Check for SD Card Fix and Implement.
[-] Checkpoint 2: Run Dalvik Heap Program (if exists).
[-] Checkpoint 3: Run Set Low Memory Killer Program (if exists).
[-] Checkpoint 4: Determine Mount Point.
[-] Checkpoint 5: Set Parameter Variables.
[ ] GetProp Command = /system/bin/toolbox getprop
[ ] SetProp Command = /system/bin/toolbox setprop
[ ] Mount Point = /system/sd
[-] Checkpoint 6: Insert CyanogenMod patch.
[ ] Creating /cache/dc
[ ] Symlinking /cache/dalvik-cache to /data/dalvik-cache
[-] Checkpoint 7: Complete Dalvik Cache Move (if applicable).
[-] Checkpoint 8: Resetting Dalvik Cache Partition
[-] Checkpoint 9: Switching Davlik Cache to Cache Partition (if applicable)
[-] Checkpoint 10: Checking for existence of command parameter
[-] Checkpoint 11: Check for a2sd help command
[-] Checkpoint 12: Check for a2sd check command
[ ] Starting Apps2SD Check Program.
Darktremor 2.7.5.3 Beta 4a Apps2SD Status Report
============================================================================
===
Legend: [G£ö]=Setting is correct
[GÇ+]=Setting is correct, but not optimal.
[G£û]=Setting is incorrect and needs to be fixed or option is not av
ble.
============================================================================
===
[COLOR="Red"][B]Block Device - [G£ö] /dev/block/mmcblk0p2
Mount Point - [G£ö] /system/sd
Support EXT2? - [G£ö] Yes[/B][/COLOR]
Support EXT3? - [G£û] No
Support EXT4? - [G£û] No
Apps - [ ] Linked to SD Card.
[ ] No Apps2SD Flag File not found.
[G£ö] Programs run from SD card
To run from internal storage, type a2sd remove
Private Apps - [ ] Linked to SD Card.
[ ] No Apps2SD Flag File not found.
[G£ö] Private Programs run from SD card
To run from internal storage, type a2sd remove
Dalvik Cache - [ ] Regular directory.
[ ] Dalvik to /cache flag file not found.
[ ] Dalvik to SD flag file not found.
[G£ö] Dalvik runs from Int. Storage.
To run from SD card, type a2sd cachesd.
To run from /cache partition, type a2sd cachep
Data - [ ] Program Data on Internal Storage.
Swap - [ ] Partition not present or no swap support.
[G£ö] Swap does not start.
ZipAlign - [G£ö] Not running at boot.
To activate it, type a2sd zipalign
Dalvik Heap(MB) - [G£ö] 64m
Low Memory
Killer Settings - [G£ö] 1536,2048,6144,8192,12288,15360
Note: Values are in pages.
1 page = 4KB memory.
Values represent the following:
1st number = Foreground App
2nd number = Visible App
3rd number = Secondary Server
4th number = Hidden App
5th number = Content Provider
6th number = Empty App
[Güç] For a list of commands that you can use with Apps2SD
Type: a2sd help
** Activate the a2sd using "a2sd cachesdreset". Or "a2sd datasd" if u like the extreme a2sd.
+++(Optionally, activate a2sd using A2sdGUI
klebengan said:
Custom ROM based on S5660XXKQ6 (2.3.4) >>>
Click to expand...
Click to collapse
That's some nice and clean ROM! What program's did you use to cook this if I may ask?
kajjtan said:
is there a way to disable sound of volume buttons in stock rom?
Sent from my GT-S5660 using Tapatalk
Click to expand...
Click to collapse
No, not that i found.
But you can change or replace the audio.ogg files.
If you reedited them with a somekind of audioediting program, you can create your own sound or you can change ( the volume ) the original ones.
...................don't fotget to backup the originals first..............
DeXeS said:
That's some nice and clean ROM! What program's did you use to cook this if I may ask?
Click to expand...
Click to collapse
not mine bro, its actually mod by a friend of mine (ge88) an active modder in "the biggest forum in indonesia". u can check this GIO's thread here. i am sure the main cooking process using the Linux.
klebengan said:
not mine bro, its actually mod by a friend of mine (gupan88) an active modder in "the biggest forum in indonesia". u can check this GIO's thread here. i am sure the main cooking process using the Linux.
Click to expand...
Click to collapse
@Klebengan Thanks for sharing i am also flashing it , will post results ..
@EVERYONE : Please don't forget to visit the main page every day i am puting alot of updates on the main page , always check the changes i update on dailly basis..

[MOD] XXJVS stock browser with user-agent selection and unlimited tabs

Hi all,
It is the stock XXJVS (Gingerbread) internet browser modified to open more than 4 windows and to select user-agent.
This mod works with odexed (stock) and deodexed rom then no need to deodex your rom to use it.
You can visit up to 16 different web site at the same time but you may 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 or 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.
Eric,
In Sri Lanka
For JVR:
[MOD] XXJVR unlimited Browser Tabs
For JVQ:
[MOD] XXJVQ unlimited Browser Tabs
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.
hi, thanks for the app, the user agent selection works perfectly, however when i'm using the browser in the notification bar there are some icons (for example the usb connection, the wi-fi icon, the battery) that are shown in bold and I think were present when you took the image for the notification area (or something like it). Once I try to expand the notification area these icons goes away and also if I exit from the browser... is it a little bug or it's just in my phone?
thanks!
Can't open more than 4 tabs
Useragent works perfectly
Unlimited tabs not working

[TOOL] Nightly Updater | 1.5 | Make Your Nexus Perfect | Backup | AROMA | Manta

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

Categories

Resources