General :: Adding Tweaks / Scripts To Rom?
May 7, 2014How do I add scripts/tweaks to my rom properly? For ex. I want to add the operation kill joy script to my rom which is build from kitchen.
View 1 RepliesHow do I add scripts/tweaks to my rom properly? For ex. I want to add the operation kill joy script to my rom which is build from kitchen.
View 1 RepliesHow do I add scripts/tweaks to my rom properly? For ex. I want to add the operation kill joy script to my rom which is build from kitchen.
View 3 Replies View RelatedI just want a stock 2.2 ROM. I just want froyo without sense or any other bloat ware. I see a lot of ppl have their own version of 2.2, like they add their own tweaks and stuff. I just would like to have regular 2.2 ROM.
View 1 Replies View RelatedHow to add tweaks and mods while porting a rom
View 7 Replies View RelatedI was just thinking that is there anyway to install or port ios jailbreak tweaks on Android?
View 7 Replies View RelatedAre there any sites or forums that list add on's and tweaks for the Android Notification Center, or ICS in general? As opposed to searching for one in general, is there anything that is compiled already that I can read through and about the tweaks and add ons? Telling what these CAPTCHA pics say is getting to be ridiculous.
View 6 Replies View Related# Remount read/write
adb remount
# open shell
adb shell
# go to apps directory
cd /data/app_s
# delete QuickDroid (if you want to)
rm QuickDroid.apk
# delete NPS sync (it doesn't work so why run it!)
rm wssyncmlnps.apk
# disable drexe (this gets baseband info for NPS. Who needs it!)
mv /system/bin/drexe /system/bin/drexe.off
# disable npsmobex (this handles auth with nps)
mv /system/bin/npsmobex /system/bin/npsmobex.off
Now kill any running apps, and flush the cache to get a good baseline of free memory:
sync ; echo 3 > /proc/sys/vm/drop_caches ; cat /proc/meminfo ; free
I get this Total memory after boot with all tasks killed:
Code:
I want to add a contact just to my phone and not to my gmail account.Whenever I start to add a contact (phone, 208544.menu, +contact, create new contact,) the next thing it forces me to do is to choose an account to create the new contact under and it lists my 3 gmail accounts.I have no option to just put it on the phone.Any ideas here?We do the same thing on the Incredible but it gives us the gmail account and the phone to choose from but not on the Motorola.
View 4 Replies View RelatedIs it possible to add more fonts to use, by loading them from my PC via the USB connection ? Or how can I use the fonts I have on my PC on my S4 without having to go the app route ? I have a couple of True type fonts I'd like to use, but need to know how to install them on the phone.
View 4 Replies View RelatedI'm in the process of learning to build android from source. I've got my AOKP rom booting and am working on adding superuser to it, and am running into troubles. After much googling here is what I've done
Cloned Superuser source code
Code:
git clone git://github.com/ChainsDD/Superuser.git packages/apps/Superuser
Copied the su binary from my current rom (/system/xbin/su) to my device tree
Edited device.mk
Code:
# Build superuser
PRODUCT_PACKAGES :=
Superuser
# copy su binary
PRODUCT_COPY_FILES +=
device/lge/E973/su:system/xbin/su
Everything built fine and Superuser is in my app drawer when rom boots. If i try to open Superuser it force closes. Root checker shows that i am rooted, and typing 'su' in terminal emulator gets root access. Neither will give me a dialog asking to deny or grant.
If i install SuperSuperuser from the market, it will present all the normal dialogs and everything seems as it should.
Here is a logcat of the failed attempt to open superuser
Code:
D/dalvikvm( 2157): Late-enabling CheckJNI
I/ActivityManager( 530): Start proc com.noshufou.android.su for activity com.noshufou.android.su/.Su: pid=2157 uid=10040 gids={50040, 3003, 1015, 1028}
[Code] ......
I just wanted to know how to do it. HTC Desire
View 1 Replies View RelatedI know that lots of roms come with Halo now, but I've been wanting to stick with stock cm10.1 which unfortunately doesn't have it. Now I know that installing Halo is much more than just installing an apk, but How is Halo implemented into Roms, and if possible, some instruction on doing it myself.
View 2 Replies View Relatedi want to add number raw in my stock keyboard of my s duos like in samsung grand duos, but don't know how?
View 3 Replies View RelatedHow can I add a signature after my post?
View 2 Replies View RelatedI recently got a Nexus 4 after spending the last 5 years or more using an old Sony Ericcson phone.
Today I went to add my phone numbers into my new N4 and it keeps asking me to add them to either my Google or Hotmail (I setup e-mail already) account. Why? I don't want to sync them, I just want to have them there on my phone. I've exported my entire phonebook as a CSV and VCF file on my PC, I but I really cannot find how to import without it also syncing with Google or Hotmail.
I'm trying to add a second gmail account (my wife's), and I keep running into a response message after a couple of minutes, saying "Can't establish a reliable data connection on the server". I've tried forcing the transaction through Wi-Fi and cellular paths, always with the same result.
I see any number of threads in a variety of forums with this problem, going back months, but I didn't find any viable solutions. The most common solution offered is to do a factory reset on the phone, which I'm not near ready to do yet.
Getting set to upgrade my Original Motorola Droid to hopefully Droid Razr Maxx HD, as well as my wifes LG Chocolate (to more updated less expensive smartphone minus the bells and whistles than mine. At the same time adding 2 lines for the kids. Is it smarter to keep on the family plan as they will no doubt kick me to share everything(Got Verizon) or keep the kids on a non contract plan? Trying to do this around Black Friday depending on the better deal(Amazon, or possible better site)
View 2 Replies View RelatedIf I want to change the sms icon displayed at the top, could I add a pic to framework or do I actually have to change the mms.apk pic?
View 1 Replies View RelatedI successfully built the cm 10.2 source the other night and flashed it to my devices. I've also seen that the Paranoid Android team made Halo open source and can add it to their ROM using Git. I have found the two commits that I need to merge with my source code but how, I've tried google and searching through guides but nothing is working.
View 9 Replies View RelatedI know it's possible because manufacturers are able to add custom UI sounds to the OS but I'm yet to locate the files to do so. I want to be able the default sounds that my phone came with like the Charger_connection.ogg and the Power_On.ogg which custom devs seem leave out of their builds for some reason.
View 4 Replies View RelatedI've just got a Eken T01 Tablet bit of a bargain to be honest :) Anyway.....
I would like to add a usb gps driver to it. Now from what I understand I need a few things.
1. USB Host
2. USB Linux Drivers
3. Root
I have all three and the driver is a PL-2303 USB to Serial Driver. From what I can gather I need to put these c.
files into a specific folder on my tablet and then edit a couple of files to load these drivers on startup ?
Am I going down the right root ? or completely off the mark ?
I've tried to do alot of reading but not getting far really because most tablets either have built in gps or they dont normally have a host usb port.
Linux Kernel 2.4.31 and above already includes built-in drivers for PL-2303H, PL-2303XA/HXA and PL-2303HXD.
NOTE: Google Android OS is also based on Linux kernel so it also supports PL2303.
does that mean it already has a driver installed and I'm just missing something ? How would I check ?
is there any way to add/change a file in an official ruu rom?
Like using the old sappimg from the sapphire (htc magic)
if i understand correctly the phone looks at the android-info.txt for version main and on that info it flashes the phone. Correct me if i'm wrong, now we can open those zip files but we can't add or change files in it. I know those files are signed. but there must be a way to mod those files and put them back on the phones. i tried a lot of zip,rar etc utils to modify but all say mode not implemented.
I have android 4.3 AOSP keyboard, which works nice, but I want to add my language dictionary to it.
Main problem is that I have some brut.Androlib errors when compiling this one (when decompiling, no issues appear), and when I check if the APKTool added my wanted files to the apk I can only see that it almost recompiled the original file ('almost' because when I push it to the system/app dir, my system doesn't see this keyboard).
Another, less important question, can I use dictionary from another keyboard app (I guess I can, but just want to be sure)?
Screen os from ics decompiler, and this is what came in cmd using apktool, when I try to install framework-res:
W: Config flags size > 36. Exceeding bytes: 0x2000000.
W: Invalid config flags detected: drawable-nodpi-v8-ERR0
W: Config flags size > 36. Exceeding bytes: 0x2000000.
W: Invalid config flags detected: drawable-v8-ERR1
Exception in thread "main" brut.androlib.AndrolibException: Multiple resources:
[URL] ........
Ok every time out of the blue I add my contacts and it asks what account i want it under (shows yahoo or gmail). No matter what I choose it will not put my contacts on my damn contact list! I have tried what people have said on another post but that **** didnt work. If this doesnt get solved im getting my money back and getting something that isnt a droid
View 1 Replies View RelatedI am hooking up my Samsung s4 to my tv to mirror the image on my phone. I read that a lot of people are having problems finding adapters that can charge the phone while using the hdmi adapter. I was wondering if I took the cable going from the adapter to the phone and if I spliced into it and added another source of power that was 5 volts would that make up for the lack of power coming out of the hdmi adapter or would that damage my phone. I attached a picture for reference.
View 1 Replies View RelatedI would like to use Google voice actions to add a task to my Google tasks list. And no, using voice actions to text twitter to direct message Remember the Milk is not good enough. That's just silly. I want to hit the microphone button, say, "new task buy more bacon" and have it show up in my pure calendar widget.
View 3 Replies View RelatedI bought my phone from cyprus (european version), i live in the middle east region; i wanted to add permenant arabic language to my HTC rhyme.
How to add arabic language both written and reading
is there anyway to add a pic to a music file so that when it is played the pic appears next to the name of the song?
View 4 Replies View RelatedOften I find myself really liking a particular kernel for a particular device. The common problem I have found is that no CIFS support is added to the kernel. I have donated to several kernel devs.
However, usually my CIFS inquiries go unnoticed. I would like to add CIFS support to other people's kernels for my personal use on my device. I presume I will have to decompile and recompile kernels in the process?
Here is the specific case that I have :
Current setup:
Phone - Verizon Galaxy Note 2
ROM - Beans build 22 (Touchwiz)
Kernel - Perseus 36
I would like to use Imnuts' PBJ kernel. It doesn't support CIFS, whereas Perseus does. So in theory I could extract the CIFS modules and inject them into PBJ? I am curious if this can be done on Windows 7?
is there any method to add widget into custom roms.I want to add HTC clock and calendar widget into cyanogen mod 10.1 rom for huawei ascend p1.
View 1 Replies View Related