Q&A for [ROM][UB][5.0.1] Unofficial SlimLP [Alpha 0.8]
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [ROM][UB][5.0.1] Unofficial SlimLP [Alpha 0.8]. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
How to?
he guys.....i did not get the adb shell part???
can anyone plz tell me how to do that part.....????
after connecting my phone to the pc then what will i do???
and what should i copy or paste the line ??? thnx in advance
Yasin Abir said:
he guys.....i did not get the adb shell part???
can anyone plz tell me how to do that part.....????
after connecting my phone to the pc then what will i do???
and what should i copy or paste the line ??? thnx in advance
Click to expand...
Click to collapse
You have to download adb into your computer first. http://forum.xda-developers.com/showthread.php?t=2588979
Then connect your phone with Android Debugging was on (Developer options in Settings)
Open cmd (Command Prompt) and type in these line:
Code:
adb shell
echo "512,768,2880,4160,6080,10560" > /sys/module/lowmemorykiller/parameters/minfree
This will make the keyboard more usable.
I was wrong to post, I can not delete the comment sorry. Detele it please.
automatically reboot
I need help now, after installing rom, my sola sometimes reboot by itself even when I do not use it.
please help, i really like this rom
rndy_Chaniago said:
I need help now, after installing rom, my sola sometimes reboot by itself even when I do not use it.
please help, i really like this rom
Click to expand...
Click to collapse
I had the same problem. Uncheck automatic brightness in settings>display. It helped me.
Here is logcat:
Code:
I/DEBUG (28191): pid: 28697, tid: 29145, name: RenderThread >>> com.android.systemui <<<
I/DEBUG (28191): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
I/DEBUG (28191): Abort message: 'Encountered EGL error 12291 EGL_BAD_ALLOC during rendering'
Related
Q&A for [TabZ][TWRP][PhilZ Touch][CWM] XZDualRecovery Q&A
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [TabZ][TWRP][PhilZ Touch][CWM] XZDualRecovery Q&A. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
where am i?
Just wanted to say thanks for the great software for free! It's working great!
I did have a little trouble installing. I get this message
./install.sh: line 74: ./adb.linux: No such file or directory
./install.sh: line 75: ./adb.linux: No such file or directory
./install.sh: line 76: ./adb.linux: No such file or directory
and so on. Apparently my linux is a different build? 32 bit vs 64 bit?
anyway using my os's adb solves the problem. Use sed on the install.sh
sed 's/.\/${ADBBINARY}/\/sbin\/adb/' install.sh > newinstall.sh
If any other noobs are scrathing their heads... But i cant post in the thread... so...
Q&A for [GUIDE][ADB]Easiest How to use adb, logcat, etc for noobs and newbies
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [GUIDE][ADB]Easiest How to use adb, logcat, etc for noobs and newbies. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
[Request Linux GUIDE][ADB]Easiest How to use adb, logcat, etc for noobs and newbies
Setting up ADB
Pre Requirements:-
PC(This is a windows guide, if asked I will add linux and mac guide later)
Java Runtime environment or Java Developing kit
Your Device Drivers
An Android Device
Click to expand...
Click to collapse
Code:
http://forum.xda-developers.com/showthread.php?t=2141817
If no one has asked for a Linux Guide - I will now ...
If the Linux Guide does exist...please pass the link...
imstanz said:
If no one has asked for a Linux Guide - I will now ...
Click to expand...
Click to collapse
You didn't specify the type of your distribution , so I make a quick set of instructions applicable for most Linux distribution with minor modification for Debian based etc etc ...
Downloading special linux SDK, Eclipse , setting sdk/tools directory to linux's $PATH with echo and export command is not required for this method to gain the basic functions of adb.
- Download the attachment and extract it inside your Desktop.
- Open terminal and change your directory to desktop :
Code:
[email protected]_name:~$ cd Desktop
Go to ADB_install and copy my file into /bin , then give it proper permissions>>
Code:
[email protected]_name:~/Desktop$ cd ADB_install
Code:
[email protected]_name:~/Desktop/ADB_install$ sudo cp adb /usr/bin
Type your password when is needed after sudo command
Code:
[email protected]_name:~/Desktop/ADB_install$ sudo chmod +x /usr/bin/adb
Phone settings > developer > USB Debugging ticked .
Connect your phone via your usb cable and type in linux terminal :
Code:
[email protected]_name:~$sudo adb devices
after initial services being established you should see something like :
i,e:
Code:
List of devices attached
0123456789ABCDEF device
ADB installed end of the story ,,
Still got issue try Disconnect and reconnect your device and also needed to run below commands on terminal for start/kill the process
adb kill-server
and afterwards
adb start-server
Hope I did help You
My Device is not Showing in CMD
Hey My Device is not Showing in CMD. When I Type "adb devices", it says: List of Connected Devices or something Like this and below of this line.. there is nothing, no Device name, or serial Number. My Device is Micromax Canvas A74. Running on 4.2 Jellybean and I want block Installing Adware on my Smartphone causing unwanted downloads and popups.
Please Help Me.
Q&A for [GUIDE] Huawei usb 3g modem on android x86 4.4.2
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [GUIDE] Huawei usb 3g modem on android x86 4.4.2. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
please teach me
lemonsqueeze said:
Finally found a way to get this usb 3g modem to work with android x86. Looks like there are significant differences in android kitkat, the other tutorials didn't work for me. Here's what i did in case somebody else finds it useful:
Model: Huawei E1752 HSPA USB Stick
Android x86 4.4.2 on Acer Netbook
Get modem to work under Ubuntu first so you have chat scripts that are known to work with your modem/provider. (If having trouble finding the right AT commands to initialize your modem you can record them under windows. Try free serial port monitor)
Install PPP Widget. It doesn't work, but that gives us usb_modeswitch and pppd to play with.
Install busybox if you don't have it already. Your device should be rooted.
I disabled modem's cdrom mode so that i wouldn't have to modeswitch it with PPP Widget every time (did it from linux)
http://ma.juii.net/blog/disable-usb-mode-switching
Tweak and install pppd/chat scripts for your provider:
/sdcard/pppwidget/ppp/free-chat
Chat script to initiate connection. Change AT commands and dial number (*99#) if yours differ.
Code:
ABORT BUSY
ABORT 'NO CARRIER'
ABORT 'NO ANSWER'
ABORT DELAYED
REPORT CONNECT
TIMEOUT 2
"" AT
OK-AT-OK AT&FE0V1X1&D2&C1S0=0
OK-AT-OK AT
OK-AT-OK ATS0=0
OK-AT-OK AT
OK-AT-OK AT&FE0V1X1&D2&C1S0=0
OK-AT-OK AT
OK ATDT*99#
TIMEOUT 30
CONNECT ''
SAY '\rReport from chat:\r'
/sdcard/pppwidget/ppp/peers/free
pppd config file
Code:
#/etc/ppp/peers/free
# Usage: root>pppd call free
ttyUSB0
3600000
crtscts
connect '/data/data/de.draisberghof.pppwidget/app_bin/chat -v -f /sdcard/pppwidget/ppp/free-chat'
noauth
defaultroute
usehostname
user fooooooo
noipdefault
usepeerdns
idle 0
/sdcard/3gmodem/connect
script to start connection
Code:
#!/system/bin/sh
pppd call free
# use own DNS (OpenDNS)
ndc resolver setifdns ppp0 208.67.222.222 208.67.222.220
ndc resolver setdefaultif ppp0
To connect, open a terminal and type:
Code:
$ su
# cd /sdcard/3gmodem
# ./connect
Now you're connected. browser should work now.
Connection is there but android doesn't know about it, so apps like play store which check connectivity will think you're offline. Install Fake Wifi Connection to deal with those.
Done !
Click to expand...
Click to collapse
how to setting modem on android x86 kitkat-r2
my modem is prolink phs101 3g modem
my firs os windows 7
please teach me how to connet modem
sorry for my bad english
Q&A for [TABUNTU] Galaxy Tab 10.1 NATIVE Ubuntu WIFI now with a video
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [TABUNTU] Galaxy Tab 10.1 NATIVE Ubuntu WIFI now with a video. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
tabuntu install on Android problem
I have some problems, when I type bootubuntu I get this message :
Ubuntu Chroot Bootloader v0.1
Ubuntu Bootloader is now installed!
This process does NOT damage Android OS!
Original Installer by Charan Singh
Modified for Ubuntu Chroot by Max Lee at AndroLinux.com ,G2Hacks.com and NexusOneHacks.net
To enter the Ubuntu Linux console just type 'bootubuntu'
[email protected]:/sdcard/ubuntu # bootubuntu
tmp-mksh: bootubuntu: can't execute: Permission denied
126|[email protected]:/sdcard/ubuntu #
anyone can help me???
Q&A for RegawMOD Bootloader Customizer | Full Application | Updated 10.09.13
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for RegawMOD Bootloader Customizer | Full Application | Updated 10.09.13. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
hi.
Is there anyway through adb or otherwise to 'pull' the original hboot file from the phone ?
I used this
$ adb shell
shell:/ $ su
shell:/ # dd if=/dev/block/mmcblk0p12 of=/sdcard/hboot.img
shell:/ # exit
$ adb pull /sdcard/hboot.img C:\AndroidSDK\tools
but when i want to open it with a hex editor, it is just all Zero