User-agent: Mediapartners-Google Disallow: User-agent: * Disallow: /search Allow: / Sitemap: http://nano7mobile.blogspot.com/sitemap.xml Nano Mobile: know
Affichage des articles dont le libellé est know. Afficher tous les articles
Affichage des articles dont le libellé est know. Afficher tous les articles

[Q] Anybody know of a USB logging app? topic






Hello,

Does anybody know of a logging app that will show the activity of an attached Ethernet adapter? I am looking for USB activity- and network activity read out.

Thanks,
JSP206






[Q] [Huawei Ascend P6] Newbie here. Scared to flash new rom, need to know how! topic






Good day to everybody.

As you could read, I'm interested in flashing a new rom (if that's how it's called) to my Huawei Ascend P6.
However, after succesfully Rooting the device (I have no ****ing idea how that worked in the first place), I found myself stuck.
For some God forsaken reason I can't install TWRP nor can I use CWM (which are needed to flash a new rom, right?)

This phone is getting slower each day, and battery life isn't what it used to be in the first week I started using it. (Battery life drains faster than an open sink)

The build I'm on is B520.

The reason I created this thread is that I'm kind of scared of bricking my device, as I've read in several threads you need Build xxx for flashing this rom, which isn't the build I'm on.

So I've got a couple of questions.

First of all, is there any tutorial on how to succesfully install TWRP to my device? (Tried the built-in TWRP installer you can get in the Play Store, but my phone isn't enlisted there ((Or is the p6 equal to the mate2?))
Next to that, is there any tutorial on how to flash any rom? From A-Z (Need to know where to put a downloaded rom in, how to access it etc etc. )? (Again, very, very cautious about flashing anything new, don't want to get this thing bricked).

Please, don't go to hard on me as I'm unskilled in the arts of smartphones.

Wishing everybody the best.

Love, Martin.






[Q] How to know correct .KDZ for A6RE D855 topic






Hello guys,

Im currently on LG G3 D855 A6RE. I'm using Lollipop and I'd like to downgrade it to Kikat.
What I need to know the correct Firmware for A6RE D855.

My current software version is V20e-AME-XX

Please help!.

Thanks!






[Q] I dont know if my phone is rooted. topic






Hello all i downloaded framaroot and installed it. It says Suscess pls reboot... Ok i turned off and on again but no Superuser app. Then i watched this thread: http://forum.xda-developers.com/gala...la-lp-t1103399 then i looked for my Kernel Version but no of this matched to my kernel: 2.6.35.7-19100XWKF3-CL276555root@DELL101 #2. Is my phone now rootet or not? I tried to install Supersu but ist says it inst installed the binary. So i Need help please.






Urgent! How to know the loudness of a speaker? topic






How to know the loudness of the speaker like theres this dB or something that is displayed. But how to know which value is loud and slow?

Sent from my GT-N7100 using XDA Free mobile app






[Q] My Galaxy Grand 2 Hacked.. plz i want to know how they hacked... topic






Im from tamilnadu.. 3days before local police took my cell phone for an enquiry, it was galaxy grand 2... my phone was pattern locked and i took the sim card and memory card from the phone before handling to them... i got back my phone yesterday, i was shocked to see. on my notification panel that 210 files were sent via bluetooth and the bluetooth was still turned on.. those 210 files were my wats app and fb photos.. when i opened the bluetooth menu i got that police guys phone model was in the bluetooth menu with an weird symbol show something... the bluetooth symbol with internet acess symbol... the photo attached... plz experts i wannna know how they intruded my phone......








Attached Thumbnails


Click image for larger version<br/><br/>Name:	Screenshot_2015-01-05-11-50-45[1].png<br/>Views:	N/A<br/>Size:	56.0 KB<br/>ID:	3099003
 

















[Q] Anyone know how I can get the Zgpax S28 smart watch working on Lollipop? topic






As the title says; I can't get my Zgpax S28 smart watch working I have downloaded the Apk BTnotifier but it still says on the watch to install the app on the phone. Is this just a thing with Android L doing this or the Nexus 6 itself?






[Q] Will my carrier know if i am tethering? topic






I am unsure if this is the correct area to post this question as i am new to xda...

I am a Sprint user with a Nexus 5. I rooted it in order to enable my wifi hotspot on my phone.

Now i know that Sprint could theoretically check logs and see what type of traffic is going to my line, and see that it is not just mobile data, but instead data going to my desktop. But my question is, do they have any automatic checks in place, to automatically bill me or send warning letters... anything like that? Have any of you done this and encountered any issues? I guess what i'm asking is if Sprint cares?

I did a few Google searches and found similar questions but none that were recent. I know that in 2014 the FCC and other parties starting cracking down on carriers because they were cutting users short on their "unlimited plans".






[Guide] Most Problems and Info's that you must Know about ADB and Fastboot topic






Tips & Guides About Moto G 2014 ADB and FastBoot

The most of people have problems with fastboot and ADB. Here will explain some tips and guides.

- Do u know can use ADB in recovery mode?
Yeah if u have bricked your phone or deleted system or can't put the Debug Mode have a alternative. This happens the Device ADB have two modes. The USB mode and Debugging Mode, using two different drivers. When you download Motorola Device Manager he installs the Debugging Drivers. In Motorola is really hard obtain the correct drivers.

- Can I flash zips with fastboot?
Yeah but isn't recommended the people try that:
- fastboot flash zip myzip.zip
This is incorrect he will try to flash a .IMG in a partition called zip.
- fastboot -I flash system myzip.zip
This is incorrect. When you download a ROM backup to flash in Recovery he have some partitions making that will create a partition into a partition. Bricking your device.
The correct way to flash ROM is in recovery.

- I can't transfer file on my device.. Can I flash?
Yes using two methods
- ADB push
You push to your device a .zip with the Rom eg.:
- adb push my file.zip /sdcard or /sdcard1
This will push your file to the device and you can after that flash in recovery.
Is normal after digit the command nothing happens. Differently fastboot the ADB doesn't shows progress of transfer.
- ADB side load
You can flash sideload the zip
Using adb sideload myzip.zip
Must enable sideload mode on your recovery.

- my device doesn't appear on the list.
When you are on boot loader mode the ADB doesn't runs. Only in recovery mode or system mode.
Most times you have incorrect drivers. But if u are on recovery mode try that on cmd:
adb kill-server
adb usb
This will enter the daemon service in USB mode.

- can I reboot my device in recovery? Yes, adb reboot recovery

- can I wipe my firmware with fastboot? Yes, using these cmds.
fastboot erase userdata
fastboot erase cache

- can I get my device info?
Yes with ADB.
adb get-imei
adb get-serialno
adb get-deviceno

If u have more questions write here. I will add on OP.

Downloads:
- Moto G drivers: https://mega.co.nz/#!IY0mUBDL!tukY40...fhG-bfG0oIvEa8
- Minimal (really minimal) ADB & fastboot: https://mega.co.nz/#!NJUVlIwI!uiRi4U...WIWeMElUcMD4e0