batch script to change settings.db value using sqlite3

Search This thread

xmustaphax

Member
Nov 6, 2015
9
1
Agadir
hi XDA DEVs
am very proud to be a part of you guys
for of all am working on batch script to add Arabic language and some tweaks to American models like S3 ,S4 ,note 3 and note 4 from AT&T - T MOBILE AND VERIZON
i have learned a lot from you just this month in this lovely community
and i hope to learn more . so thank you.

i need help to change value of notification panel to restore mobile data toggle that was removed by the carriers
for that i must edit the value manually to rooted phones with an sqlite editor
am asking :
what batch script command i must add to mount data ,change the value with sqlite3 and give proper permissions to settings.db stored in data/data/com.android.providers.settings/databases/

notification_panel_active_app_list the new value will be: Wifi;MobileData;Location;SilentMode;AutoRotate;Bluetooth;Ebook;DormantMode;PowerSaving;MultiWindow;AllShareCast;SBeam;Nfc;AirView;AirGesture;DrivingMode;SmartStay;SmartPause;SmartScroll;Sync;AirplaneMode;

thanks