[29 Oct 2012]v1.09 Remove Bloatware,Lite-ROM Creator-Windows Base Script Generator

Search This thread

goddamnit

Senior Member
Nov 4, 2010
400
279
v1.09 Should be final version ,at lease I have no idea what should I add right now.
Update from old version : copy userapp.dbf and userapp.cdx inside old one to new one. That's it
Update note aviliable at the bottom of this post

-------------------------------------------
[7 Nov 2012]
Upload new database
-------------------------------------------
Why Literom Creator ?
  • No recovery in need ,just Root ,everything fine
  • Easy to restore app
  • Define your own db with windows GUI interface
  • Switch between Phone with some clicks ,right now support N7000 and N7100
  • You can even make a new list yourself and share to your friend .Work on EVERY phones with ICS that have root.(For GB rom ,file script-begin must change something
  • Total free ,of coz you can buy me a beer :D

Download link : See attachment

[Inside package ,there is two EXE file
literom-creator.exe : Main Program
DBEdit.exe : Use this if you want to edit entry yourself]
DBEdit Readme aviliable here
Remark since v1.03

How can I switch database ?

1. Open dbEdit.exe
2. Inside dbEdit ,click Restore ,choose database that you want
3. Done

How can I make a lite-rom script quickly with new function : Combine App List?*

1. Open dbEdit.exe
2. Copy all apk files ,inside /system/app/ ,to folder [Place_System_App_Here]
3. Inside dbEdit ,click Restore ,choose file [FULL DB include everything] **You may want to backup the db you are using right now.
4. Click [Combine App List]
5. Done . Now you have a database that match your rom.

-------------- Readme of main program --------------

Before I wrote a windows base program that can create your own lite-rom script for N7000.
Now it's aviliable at Galaxy Note2 :D
I think it should simple enough to use it yourself

01.jpg


  1. Double click on any item that you want to remove
  2. Filter : ALL mean list all / Remove mean list all you have choose to remove / Include mean that will keep in your rom
  3. After select all you want to remove ,click [Export Lite-ROM Script] ,then you will get a file called [fish-literom.TXT]
  4. Place [fish-literom.TXT] in your SDCard .

Now ,move to your phone ,download Script Manager from Market .
https://play.google.com/store/apps/details?id=os.tools.scriptmanager

You MUST browse as ROOT like this.
attachment.php


Browse to fish-literom.TXT ,choose Su
attachment.php


After that ,click Run.
attachment.php


After delete files ,it should have some force close .Ignore it .
Then ,restart your phone .
Finished .Now you may uninstall Script manager as well .

- Remark : File backup to folder /sdcard/fishliterom .If you want to restore ,simple copy file to /system/app ,set premission rw- r-- r-- ,reboot
- I search though XDA ,all the files listed should safe to remove ,if I make any mistake ,please tell me :)
- Hit Thanks if you like this


Release note.

- Add a pre-define db : Full DB include everything.txt ,you can use this to generate your script quickly.

dbEdit.exe v1.03 / Oct 29 2012

- Inside [Manage DB] ,add new function : Combine App List
After you put apk into folder [Place_System_App_Here]
It will compare folder items to database ,remove non-exist apk,add new apks ,keep item with same APK name .
So you can build a new lite-rom database quickly

- Double click on grid item ,it will copy apk name to clipboard ,and use default browser search XDA

- Add button : Clear Item - info2 ,
this will remove all item description in description 2

- Add button : Generate APK List ,
this will generate apk list into a text file call 'apk.txt'

Lite-Rom creator.exe v1.09 / Oct 29 2012
- Add multi lanaugae support .
You can place a file called [lauguage.txt] to default folder .
Then literom creator will read item layout from that .
If there is no language.txt inside ,program will show default language (English)

- Add Export Restore Script
Run this and restore all deleted file to system .

DBEdit v1.02 released Oct 27 2012
Thank Crushader for the idea .
Now it's much easy to create your own app list .Even switch between phones.

v1.08 Oct 26 2012
Change icon
Layout change
applist.dbf add remote control / change minimode-res.apk details.
Now you can edit the output script by
- Using Editplus (or sth like that) - open
script-begin : Inside this ,you can mount system ,set backup path ,and etc
script-main : main script to delete bloatware .Don't change keyword : #ThisIsApkToRemove that will replace with apk name when output
This two file MUST save as UNIX format

DB Reference : Search in XDA / http://goo.gl/8QSVX

v1.07 Oct 24 2012
Change DB from N7000 to N7100
 

Attachments

  • 02.jpg
    02.jpg
    32.9 KB · Views: 15,516
  • 03.jpg
    03.jpg
    28.9 KB · Views: 15,427
  • 05.jpg
    05.jpg
    68.8 KB · Views: 15,465
  • 01.jpg
    01.jpg
    110.3 KB · Views: 891
  • Lite-ROM_Creator_-_Public_v1.091.rar
    3.4 MB · Views: 1,229
  • DB.2012-11-07.rar
    45.6 KB · Views: 619
Last edited:

goddamnit

Senior Member
Nov 4, 2010
400
279
Download link : http://goo.gl/l1GsE

- Remark : File backup to folder /sdcard/fishliterom .If you want to restore ,simple copy file to /system/app ,set premission rw- r-- r-- ,reboot
- I search though XDA ,all the files listed should safe to remove ,if I make any mistake ,please tell me :)
- Hit Thanks if you like this

minimode-res.apk : I found what is it now .
It's for mini popup browser .
Will change db details next time
 

goddamnit

Senior Member
Nov 4, 2010
400
279
v1.08 Oct 26 2012
Change icon
Layout change
applist.dbf add remote control / change minimode-res.apk details.
Now you can edit the output script by
- Using Editplus (or sth like that) - open
script-begin : Inside this ,you can mount system ,set backup path ,and etc
script-main : main script to delete bloatware .Don't change keyword : #ThisIsApkToRemove that will replace with apk name when output
This two file MUST save as UNIX format
 

nishbul

Senior Member
Mar 29, 2011
61
21
I checked your script, doesnt do anything to the libs, maybe u can improve on your script by adding or removing un-needed libraries also.

thanks.
 
  • Like
Reactions: goddamnit

goddamnit

Senior Member
Nov 4, 2010
400
279
I checked your script, doesnt do anything to the libs, maybe u can improve on your script by adding or removing un-needed libraries also.

thanks.

Hi nishbul.
I have think about this too .
But ,if I remove the lib also ,user will hard to restore the apps.
And ,mainly ,this script is to stop that auto-load apps .

Maybe I will add delete libraries too if I let literom creator gen. restore script .

Anyway ,thanks for comment :laugh:

Regards,
 

goddamnit

Senior Member
Nov 4, 2010
400
279
Great tool! But would it possible to have an option to load the ROM into the tool and select list of bloatware you want to remove and export the script?

Hi Crushader,
It's easy to generate file list from ROM file.
But it's not easy to let literom creator think about which is bloatware.
Hmm.. maybe I will add import function then.Seem useful :p

Regards

Sent from my GT-N7100 using xda app-developers app
 

goddamnit

Senior Member
Nov 4, 2010
400
279
Cool, looking forward to that update =]!!!

I doubt if I should add function that read default db from internet.
So we can switch db ,like n7000-> n7100 more easy.
Or simple create a txt file to store db ,so can import / export.from txt ?
Or ...both of them ? lol

Because this script should work on ALL android system 4.0+ (2.3 too ,but need to modify script-begin)
Maybe there is Moto db ,HTC db and etc.. later :p

Sent from my GT-N7100 using xda app-developers app
 
I doubt if I should add function that read default db from internet.
So we can switch db ,like n7000-> n7100 more easy.
Or simple create a txt file to store db ,so can import / export.from txt ?
Or ...both of them ? lol

Because this script should work on ALL android system 4.0+ (2.3 too ,but need to modify script-begin)
Maybe there is Moto db ,HTC db and etc.. later :p

Sent from my GT-N7100 using xda app-developers app

Hmm I see, either way its a great tool =]
 

goddamnit

Senior Member
Nov 4, 2010
400
279
New version of DBEdit aviliable here :
http://xdaforums.com/attachment.php?attachmentid=1435054&d=1351348939

Simple unzip ,place new file to folder Lite-ROM Creator
------------------------------------------------------------------------------------
I think this main screen is simply enough to use .
If you cannot understand what it do .Please skip this post :p

dbedit1.jpg


This version of DBEdit ,added a new function Manage DB

Now you can :
  • Backup your DB List
  • Import List
  • Restore to default list
  • Clear Database
  • and ,create your own list

dbedit1.jpg

---------------------------------------------
Backup : After you click this button ,current database with backup to a textfile with timestamp ,then open the directory location .You can feel free to change the file name you want.
Import : Read a text file ,all NEW entry will add into database .Old db will remain unchange
Restore : Read a text file ,old db will be delete ! And save all item aviliable inside text file . You can use this to switch between phones ,like from N7000 -> N7100 ,and vice versa .
Clear : All db will delete !
---------------------------------------------
Follow is test function ,read a list of apk and generate a new db.
it should work fine on EVERY Android Phones with ICS .
(Note : For GB rom ,you will need to modify file [script-begin] ,line4 ,then it will work fine .Message me if you need it)

First ,you must have a system dump (or something like that)

  • Method 1 ,Get from your phone : Great tutor here : http://xdaforums.com/showpost.php?p=7204732&postcount=1
  • Method 2 ,download system dump files from XDA or somewhere else .I think you can download the system dump file before you get your new phone .
  • Method 3 ,download a CWM flashable ROM

After that ,
  1. open the zip (RAR maybe) file
  2. Inside the file ,there is a folder [system] ,open it
  3. Inside [system] ,open folder[app]
  4. Copy all files ,to folder [Place_System_App_Here] which is aviliable @ Lite-ROM creator folder
  5. You can go back to Lite-ROM Creator now

Now ,click button Clear (depends)
click Generate App List in Lite-ROM Creator.
You will get a list like this .
snap.jpg

Then start to create your own db.
If you want to know if the apk safe to remove . You can double click grid item ,
A search link to XDA will be opened with your stock browser .

If you created a new db .Please tell me so I can put it into db_list :)

---------------------------------------------------
Remark since v1.03

How can I switch database ?

1. Open dbEdit.exe
2. Inside dbEdit ,click Restore ,choose database that you want
3. Done

How can I make a lite-rom script quickly with new function : Combine App List?

1. Open dbEdit.exe
2. Copy all apk files ,inside /system/app/ ,to folder [Place_System_App_Here]
3. Inside dbEdit ,click Restore ,choose file [FULL DB include everything] **You may want to backup the db you are using right now.
4. Click [Combine App List]
5. Done . Now you have a database that match your rom.
 
Last edited:

goddamnit

Senior Member
Nov 4, 2010
400
279
Remove Bloatware in Sprint Galaxy Note2

Just download Sprint Galaxy Note2 system dump from here
http://xdaforums.com/showthread.php?t=1875773

and make a /system/apk list of that .
You can set db to Sprint Galaxy Note2 by dbedit.exe ,using restore function .

Database file can found in OP .
Item with no details that I cannot comfirm if it's safe to remove .
I do not own a Sprint Galaxy Note2 :laugh:
--------------------
Right now target on T889 and Veizon
 

goddamnit

Senior Member
Nov 4, 2010
400
279
Release note.

- Add a pre-define db : Full DB include everything.txt ,you can use this to generate your script quickly.

dbEdit.exe v1.03 / Oct 29 2012

- Inside [Manage DB] ,add new function : Combine App List
After you put apk into folder [Place_System_App_Here]
It will compare folder items to database ,remove non-exist apk,add new apks ,keep item with same APK name .
So you can build a new lite-rom database quickly

- Double click on grid item ,it will copy apk name to clipboard ,and use default browser search XDA

- Add button : Clear Item - info2 ,
this will remove all item description in description 2

- Add button : Generate APK List ,
this will generate apk list into a text file call 'apk.txt'

Lite-Rom creator.exe v1.09 / Oct 29 2012
- Add multi lanaugae support .
You can place a file called [lauguage.txt] to default folder .
Then literom creator will read item layout from that .
If there is no language.txt inside ,program will show default language (English)

- Add Export Restore Script
Run this and restore all deleted file to system .
 
  • Like
Reactions: micmaccc

goddamnit

Senior Member
Nov 4, 2010
400
279
-------------------------------------------
[7 Nov 2012]
Upload new database
-------------------------------------------
 

Pax_fr

Senior Member
Dec 28, 2010
54
64
Hi,

Not working on my standard 7100.
BusyBox 1.202 and SManager 2.6.0.2 installed. Stock rom and kernel XXDLL4, JB 4.1.2, root with CF-autoroot from Chainfire.

The script start, mkdir command ok then go to finished, I retry twice, second time mkdir logically failed and same, other commands did not apply (see attachment).

Anyway thanks for your work.
 

Attachments

  • 2013-01-06-19-49-12.jpg
    2013-01-06-19-49-12.jpg
    33.5 KB · Views: 246
Last edited:

goddamnit

Senior Member
Nov 4, 2010
400
279
Hi,

Not working on my standard 7100.
BusyBox 1.202 and SManager 2.6.0.2 installed. Stock rom and kernel XXDLL4, JB 4.1.2, root with CF-autoroot from Chainfire.

The script start, mkdir command ok then go to finished, I retry twice, second time mkdir logically failed and same, other commands did not apply (see attachment).

Anyway thanks for your work.

Please import full db using dbedit.exe,then try again.
I doubt if you are using the.right one :)


Sent by N7100
 

Top Liked Posts

  • There are no posts matching your filters.
  • 10
    v1.09 Should be final version ,at lease I have no idea what should I add right now.
    Update from old version : copy userapp.dbf and userapp.cdx inside old one to new one. That's it
    Update note aviliable at the bottom of this post

    -------------------------------------------
    [7 Nov 2012]
    Upload new database
    -------------------------------------------
    Why Literom Creator ?
    • No recovery in need ,just Root ,everything fine
    • Easy to restore app
    • Define your own db with windows GUI interface
    • Switch between Phone with some clicks ,right now support N7000 and N7100
    • You can even make a new list yourself and share to your friend .Work on EVERY phones with ICS that have root.(For GB rom ,file script-begin must change something
    • Total free ,of coz you can buy me a beer :D

    Download link : See attachment

    [Inside package ,there is two EXE file
    literom-creator.exe : Main Program
    DBEdit.exe : Use this if you want to edit entry yourself]
    DBEdit Readme aviliable here
    Remark since v1.03

    How can I switch database ?

    1. Open dbEdit.exe
    2. Inside dbEdit ,click Restore ,choose database that you want
    3. Done

    How can I make a lite-rom script quickly with new function : Combine App List?*

    1. Open dbEdit.exe
    2. Copy all apk files ,inside /system/app/ ,to folder [Place_System_App_Here]
    3. Inside dbEdit ,click Restore ,choose file [FULL DB include everything] **You may want to backup the db you are using right now.
    4. Click [Combine App List]
    5. Done . Now you have a database that match your rom.

    -------------- Readme of main program --------------

    Before I wrote a windows base program that can create your own lite-rom script for N7000.
    Now it's aviliable at Galaxy Note2 :D
    I think it should simple enough to use it yourself

    01.jpg


    1. Double click on any item that you want to remove
    2. Filter : ALL mean list all / Remove mean list all you have choose to remove / Include mean that will keep in your rom
    3. After select all you want to remove ,click [Export Lite-ROM Script] ,then you will get a file called [fish-literom.TXT]
    4. Place [fish-literom.TXT] in your SDCard .

    Now ,move to your phone ,download Script Manager from Market .
    https://play.google.com/store/apps/details?id=os.tools.scriptmanager

    You MUST browse as ROOT like this.
    attachment.php


    Browse to fish-literom.TXT ,choose Su
    attachment.php


    After that ,click Run.
    attachment.php


    After delete files ,it should have some force close .Ignore it .
    Then ,restart your phone .
    Finished .Now you may uninstall Script manager as well .

    - Remark : File backup to folder /sdcard/fishliterom .If you want to restore ,simple copy file to /system/app ,set premission rw- r-- r-- ,reboot
    - I search though XDA ,all the files listed should safe to remove ,if I make any mistake ,please tell me :)
    - Hit Thanks if you like this


    Release note.

    - Add a pre-define db : Full DB include everything.txt ,you can use this to generate your script quickly.

    dbEdit.exe v1.03 / Oct 29 2012

    - Inside [Manage DB] ,add new function : Combine App List
    After you put apk into folder [Place_System_App_Here]
    It will compare folder items to database ,remove non-exist apk,add new apks ,keep item with same APK name .
    So you can build a new lite-rom database quickly

    - Double click on grid item ,it will copy apk name to clipboard ,and use default browser search XDA

    - Add button : Clear Item - info2 ,
    this will remove all item description in description 2

    - Add button : Generate APK List ,
    this will generate apk list into a text file call 'apk.txt'

    Lite-Rom creator.exe v1.09 / Oct 29 2012
    - Add multi lanaugae support .
    You can place a file called [lauguage.txt] to default folder .
    Then literom creator will read item layout from that .
    If there is no language.txt inside ,program will show default language (English)

    - Add Export Restore Script
    Run this and restore all deleted file to system .

    DBEdit v1.02 released Oct 27 2012
    Thank Crushader for the idea .
    Now it's much easy to create your own app list .Even switch between phones.

    v1.08 Oct 26 2012
    Change icon
    Layout change
    applist.dbf add remote control / change minimode-res.apk details.
    Now you can edit the output script by
    - Using Editplus (or sth like that) - open
    script-begin : Inside this ,you can mount system ,set backup path ,and etc
    script-main : main script to delete bloatware .Don't change keyword : #ThisIsApkToRemove that will replace with apk name when output
    This two file MUST save as UNIX format

    DB Reference : Search in XDA / http://goo.gl/8QSVX

    v1.07 Oct 24 2012
    Change DB from N7000 to N7100
    1
    I checked your script, doesnt do anything to the libs, maybe u can improve on your script by adding or removing un-needed libraries also.

    thanks.
    1
    Great tool! But would it possible to have an option to load the ROM into the tool and select list of bloatware you want to remove and export the script?
    1
    Hi Crushader,
    It's easy to generate file list from ROM file.
    But it's not easy to let literom creator think about which is bloatware.
    Hmm.. maybe I will add import function then.Seem useful :p

    Regards

    Sent from my GT-N7100 using xda app-developers app

    Cool, looking forward to that update =]!!!
    1
    Release note.

    - Add a pre-define db : Full DB include everything.txt ,you can use this to generate your script quickly.

    dbEdit.exe v1.03 / Oct 29 2012

    - Inside [Manage DB] ,add new function : Combine App List
    After you put apk into folder [Place_System_App_Here]
    It will compare folder items to database ,remove non-exist apk,add new apks ,keep item with same APK name .
    So you can build a new lite-rom database quickly

    - Double click on grid item ,it will copy apk name to clipboard ,and use default browser search XDA

    - Add button : Clear Item - info2 ,
    this will remove all item description in description 2

    - Add button : Generate APK List ,
    this will generate apk list into a text file call 'apk.txt'

    Lite-Rom creator.exe v1.09 / Oct 29 2012
    - Add multi lanaugae support .
    You can place a file called [lauguage.txt] to default folder .
    Then literom creator will read item layout from that .
    If there is no language.txt inside ,program will show default language (English)

    - Add Export Restore Script
    Run this and restore all deleted file to system .