ok, I've decided to make my own theme, there's a lot of work to do since really I have no so much skills for photoshop and stuff, but this is my first try!!!
for this first release it just have a few changes, the style will be orange themed, for now only this:
Wifi at all states
Battery at normal, charging and unknow state
Unlock halo and Unlock ring are now an orange hexagon (inspired by HC you know)
And I hope daily there will be new changes.
NOTE: I'm not shure how to make an update.zip for our CWM, so, if there is someone can explain how to make one, I will be grateful.
For now just unrar rar file and put framework-res.apk, SystemUI.apk and installtheme.sh on /sdcard
open cmd and type this commands:
adb shell
su
cd /sdcard
sh installtheme.sh
{
"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"
}
looks promising. How would one go about removing this theme?
swampy67 said:
looks promising. How would one go about removing this theme?
Click to expand...
Click to collapse
You mean get back to original theme? Just replace originals apk on sdcard and run installtheme.sh
thanks ill give it a shot
Do you have the wallpaper your using? Anywhere or do I need to find it online?
Here's a wallpaper I modified just took the original honeycomb that is installed made if fire ambe orange. To offset the lockscreen's bright orange.
http://www.mediafire.com/?jpdc7ku7d309b2t
here you have
http://www.flickr.com/photos/azeected/4635280640/sizes/o/
It looks great thanks so much
tab stuck on acer logo after initial reboot
my bad i was using incorrect rom
export PATH=/data/local/bin:$PATH
$ export PATH=/data/local/bin:$PATH
$adb shell
* daemon not running. starting it now on port 5038 *
* daemon started successfully *
error: device not found
$su
# cd/sdcard
cd/sdcard: not found
#
abditerex said:
export PATH=/data/local/bin:$PATH
$ export PATH=/data/local/bin:$PATH
$adb shell
* daemon not running. starting it now on port 5038 *
* daemon started successfully *
error: device not found
$su
# cd/sdcard
cd/sdcard: not found
#
Click to expand...
Click to collapse
looks like adb don´t detect your device (do you have usb-debugging on?)
BTW: the right is "cd(space)/sdcard
Related
Easy Adb Tool For All Android Devices
xXNubCakeXx
{
"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"
}
What is it Easy ADB Tool for All Androids?
This program can do pretty much what you need it to do in adb.exe. You can push, pull, dump files and much more. This is the first release so its kinda weak at the moment. There is also an auto update feature. Instead of looking for updates, just open the program. If any updates are available, the program will install them automatically.
Requirements:
ADB drivers preinstalled.
Root is required in SOME cases, not all.
Debug mode enabled on your device.
Any Android OS is capabilities
Windows computer
Easy Adb Tool For All Android Devices
How to
This is a 'What You See Is What You Get' type program. There's no directions. I will include a manual in a later release. Just play around and enjoy!
Remember to make a backup before messing with /system files!
Release info
1.1.0 - 2.0.0
(Coming Soon)
* Error Script
* Shell Commands
* Network Commands
* FastBoot Commands
*Better Navigation
* Typo Corrections
(I'm sure theres typos lol)
1.0.0 (Release)
* Auto Update
* Pull
* Push
* Install
* Debuging Commands
* System dump
* Data Dumb
* Mount / Remount
* Server Kill
* Server Start
Credits: Thanks Chrisngrod for testing this for me =]
*** If you would like to help please send a PM my way! Im not afraid to share ***
You are awesome and thanks for sharing.
john9 said:
You are awesome and thanks for sharing.
Click to expand...
Click to collapse
still needs work... i noticed i didnt finish the info credits and stuff... ill soon make a guide to go with it when pressing 0 . . .
error script was working till i put an update scipt on it lol... but ill get that fixed also =D. . . and better navication , clean up the looks of it.... yea, just keep keep checking for updates =]
updating is as easy as opening the program ^_-
Download Flashtool and libusbx 1.0.14
Uncompress libusbx log into su and type this command
Code:
# ./configure
Now type this command
Code:
# make -B
Finally type this command
Code:
# make install -B
Congrats you have installed libusbx 1.0.14 :victory:
Now we have to add these rules but first connect your phone and type this command
Code:
lsusb
{
"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"
}
In my case is: Bus 003 Device 002: ID 0fce:615d Sony Ericsson Mobile Communications AB
Now grab this value
Code:
Bus 00x Device 00x: ID 0fce:[B]xxxx[/B] Sony Ericsson Mobile Communications AB
Finally we just add these rules at /etc/udev
Code:
SUBSYSTEM=="usb", ACTION=="add", SYSFS{idVendor}=="0fce", SYSFS{idProduct}=="[B]xxxx[/B]", MODE="0777"
Name the rules as 51-flashtool.rules
Uncompress Flashtool and run it as root
Credits go to Bin4ry & Androxyde
I was having some problems in back track but now its working thanks a lot!
Sent from my R800i using xda premium
BryanRG1996 said:
Code:
# make -B
Click to expand...
Click to collapse
in which dream did u see the make command working ? libusbx is missing.. to install it u need the dependaries first. after installing the dependaries it sais that automake command is missing. after installing automake it says that automake version is 1.13 and we need .1.13.4.
so libusbx cant be installed so flashtool is not working. reported from ubuntu 13.10. maybe u are on some very old ubuntu version ? i cant explain it in an other way....
Confused
I can't seem to understand ANY tutorial on this. Do we add the properties to 51-flashtool or 99-android? and what do I click on to run flashtool? I don't see anything executable in the folder
hi
could u tell me how to this part?? im new to ubuntu. searched but confused
inally we just add these rules at /etc/udev
Code:
SUBSYSTEM=="usb", ACTION=="add", SYSFS{idVendor}=="0fce", SYSFS{idProduct}=="xxxx", MODE="0777"
i cant figure how to add the line in etc/udev
I make my own script for LMK (low memory killer) and adj.
Init.d doesn't work on CM12 so the unique way to make it automatically at boot is with an paid app.
"Boot Shell + Pro Version" (no spoiler)
1. Download Boot Shell and buy Pro version (you also can "buy" it on Aptoide , but highly recommended support the developer is the correct way)
2. Open it , in lateral menu and select "New script" and put it a name. (Ex: LMK)
3. Copy and paste it:
Code:
chmod 644 /sys/module/lowmemorykiller/parameters/adj
echo '0,58,117,176,529,1000' > /sys/module/lowmemorykiller/parameters/adj
chmod 644 /sys/module/lowmemorykiller/parameters/minfree
echo '12288,15360,18432,21504,24576,30720' > /sys/module/lowmemorykiller/parameters/minfree
4. In app settings select "Execute script at boot"
5. Restart and enjoy best RAM management
Credits:
@BlueFlame4 one part of the code
{
"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"
}
..
Does Music apps run better on background? My only problem with CM12 was that Google Music closed A LOT while on background.
Yes is for that , better ram management
Hi,
I don't want to sound rude but am I supposed to get partial credits for this?
I forgot it , sorry @BlueFlame4
How many apps can you run in the background now? Do you also have Facebook app inbetween them? Wasn't there an app called Kernel Audiator which does the same thing?
XT1033 CM12 Nightly. Upon screen off this script undoes itself... No clue why
Odd, it works on the weekly build and on the Asia retail soak...
good job
This script does the work. Thank you man @Lans98. I really needed multitasking which is absent in current cm.
Well I have a query
can i just place the script in init.d folder to make it work?
Working 100% for me now. Cm12 nightlies. Xt1033. Thanks
Why is showing an error when I select "execute and show output"? Then I suppose it does not execute fine at boot :S
Hy,when i try to login on the site i get the next message "Sorry, no support for the European user ". What can i do ?
Ok, the problem was the account,was made with te phone number. Made a new account with email and i managed to log in but now i get this
{
"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"
}
Use this link
https://emui.huawei.com/plugin/unlock/detail
Sign in with with your account then it will redirect you to the homepage. Just paste the same link again and request desktop(PC) site from the browser options if you are using your phone. You can translate the page if you want and you will get your unlock key instantly
Ahmedoov said:
Use this link
(remove the space before "com")
Sign in with with your account then it will redirect you to the homepage. Just paste the same link again and view the desktop page from the browser options if you are using your phone. You can translate the page if you want and you will get your unlock key instantly
Click to expand...
Click to collapse
You are a Sir!
Thanks
Ahmedoov said:
Use this link
(remove the space before "com")
Sign in with with your account then it will redirect you to the homepage. Just paste the same link again and view the desktop page from the browser options if you are using your phone. You can translate the page if you want and you will get your unlock key instantly
Click to expand...
Click to collapse
Exactly the same error :crying:
Sheldd said:
Exactly the same error :crying:
Click to expand...
Click to collapse
Use this: http://huaweip8lite.blogspot.com/2016/03/bootloader-huawei-p8-lite-14-huawei.html?q=bootloader
Open CMD or terminal and paste this code:
Code:
adb devices
Code:
adb shell
Code:
su -c "grep -m1 -aoE 'WVLOCK.{14}[0-9]{16}' /dev/block/mmcblk0p7 |grep -aoE '[0-9]{16}'"
And in next line you can see Unlock Code
xdk78 said:
Use this: http://huaweip8lite.blogspot.com/2016/03/bootloader-huawei-p8-lite-14-huawei.html?q=bootloader
Open CMD or terminal and paste this code:
Code:
adb devices
Code:
adb shell
Code:
su -c "grep -m1 -aoE 'WVLOCK.{14}[0-9]{16}' /dev/block/mmcblk0p7 |grep -aoE '[0-9]{16}'"
And in next line you can see Unlock Code
Click to expand...
Click to collapse
Doesn't work on Huawei Mate 10 Pro BLA-AL00. I get no such file or directory error.
Hi,
I have a Asus Nexus 7 with the following characteristics:
Android Version: 6.0.1
Kernel Versión: 3.4.0-gae95f7e-dirty
Build Number: MOB30X
I installed NetHunter in it.
I have problems with the OTG conection. I tested 3 type of OTG cables and none of them work.
{
"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"
}
I tested with a ALFA AWUS036H and CROTA2000MW. In addition, I tested with different USB drives, formatted on FAT32 and NTFS.
Besides, I tested with a lot of OTG media manage apps, even Nexus Media Importer app.
Why is it happening this? How can I fix it?
Thank you.
UPDATED:
Recently I bought another OTG cable but in this case with the possibility of adding power supply, but it doesn't work either.
UPDATED 2:
I tried changing init.usb.rc fromde root directory of my Nexus 7. For that, I downloaded this file from the following source:
rootdir/init.usb.rc - platform/system/core - Git at Google
To copy this file to root directory of Nexus 7 and change its permissions, I used adb, but I needed to install "adb insecure" app in the device:
[2014.11.10][ROOT] adbd Insecure v2.00
adbd Insecure lets you run adbd in root mode if your device is rooted. (Note that if you are running a custom kernel, it is likely that it already implements this functionality) If you are running a stock (made by the phone manufacturer) kernel...
forum.xda-developers.com
I installed the app and I executed the following adb commands frommy computer:
Code:
adb shell mount -o rw,remount /
adb shell su -c "cp /sdcard/Download/init.usb.rc /"
adb shell su -c "chmod 646 /init.usb.rc"
adb shell mount -o ro,remount /
The file was copied and its permissions was changes succesfully but when I rebooted Nexus 7, the original file returned with the same permissions.