LightBlog

dimanche 10 avril 2016

Someone has a functional method to root?

I have the LG K410g and I tried for hours rooting my phone, I need ROOOTTT!!:(:(:crying:


from xda-developers http://ift.tt/20tFHZO
via IFTTT

Changing the colour of notifcation cards

I've been customizing my status bar with the g4 tweaks app and Xposed,
I'm looking for a method or an app which would allow me change white color of the notification cards to grey or black.
Is this possible, Iv done a search and not much came back regarding the actual notification cards..

Thanks in advance
for any help


from xda-developers http://ift.tt/1Wmy9bd
via IFTTT

Google Maps | Speed Limit and Speedometer

Found this just a couple of minutes ago on Android Police. It's an overlay for Google Maps that shows the speed limit of the current road, and your actual speed. You're able to move the overlay to any point on the screen. Pretty clean looking, too!

Sent from my Nexus 6P using XDA-Developers mobile app


from xda-developers http://ift.tt/20tFINb
via IFTTT

Fake Samsung Galaxy Note 5

So I recently bought a note 5 thought it was real then notice it was a fake note 5. My question is can you install a custom rom on it? I already got it rooted but I'm having problems install twrp or any other recovery software. I have no use for the phone I just want to experiment with roms etc on the phone.


from xda-developers http://ift.tt/20tFG8i
via IFTTT

Unlock Bootloader Reverse Engineering

Hello,
I am trying to reverse engineer my phone that won't allow me to flash the partitions with an img file I took using DD. I have the following issue-

Code:

[root@localhost platform-tools]# ./fastboot flash system system.img
target reported max download size of 1073741824 bytes
Invalid sparse file format at header magi
erasing 'system'...
FAILED (remote: device is locked. Cannot erase)
finished. total time: 0.017s
[root@localhost platform-tools]#

[root@localhost platform-tools]# ./fastboot oem device-info
...
(bootloader)    Device tampered: false
(bootloader)    Device unlocked: false
(bootloader)    Charger screen enabled: true
(bootloader)    Display panel:
OKAY [  0.027s]
finished. total time: 0.027s

[root@localhost platform-tools]# ./fastboot oem unlock
...
FAILED (remote: oem unlock is not allowed)
finished. total time: 0.012s
[root@localhost platform-tools]#


The first thing I did when I set up the phone was make sure it was unlocked in developer options.

OEM unlocking
Allow the bootloader to be unlocked
(with the slider moved over to the right)

It's almost like the settings conflict with each other. Any ideas on this? It looks like even though it is on in developer options doesn't mean that it will work in ADB. The proof is in the pudding as they say.

According to the research I have done, I am also seeing that with many phones you must set the option in fastboot mode after setting this in developer options.

I tried to compare/diff the aboot image partition in a hex editor but it did not show any differences in them. To do this I started out with the option set locked and took a DD image of aboot. I then restarted the phone and set the option to unlock and took a second DD image.

I have a full backup of all partitions of the phone and could post any additional info you need.


from xda-developers http://ift.tt/1Wmy874
via IFTTT

[Q/Troubleshooting] Storage issues with Trio Stealth G4 7

Hello,

I own a Trio Stealth G4 7" tablet that was bought brand new for me for Christmas. I cannot tell whether it's rooted or not, all I know is that it's all offical.

My problem is that I should have 8GB, 4 for System ROM and 4 for Apps (I think that's how it works), but anyways, I don't even have access to 1GB of internal storage, the 4GB that should be available is listed under SD Card Storage instead of Internal Storage. I have factory reformatted every possible way.

Is there any way to fix this, or do I just need to return it and get a different tablet?



Thank You


from xda-developers http://ift.tt/20tFCFl
via IFTTT

[ROM][AOSP][4.4.4] AOSP for Google Glass

Quote:

Originally Posted by http://ift.tt/20tFE07
Warning: Rooting, unlocking, or flashing your Glass voids your warranty and can leave your device in an irrecoverable state. Proceed at your own risk.

This is the Android Open Source Project for Google Glass. The current version is 4.4.4 KitKat, using the blobs pulled from XE22, and the XRX13B kernel, compiled from source.

This is not the OS you would expect to run on Glass. This is stock Android, and it is difficult to use. If you enjoy using your Glass on a day-to-day basis, please do not flash this ROM.

Why did you do this?
  1. I wanted to create a base platform for developers, like myself, who like to experiment. We shouldn't be bound to the GDK.
  2. I wanted to revive community interest in Google Glass. It is an incredibly interesting device that seemed to disappear before its peak.
  3. Above all else, I just wanted to see if I could.

Installation Instructions

Your Glass will be wiped if you follow these instructions.

1) Download and extract the zip containing the boot.img and system.img files: 2) Boot Glass into fastboot mode:
  • From Glass, enter the Settings menu.
  • Scroll to the Device Info card and select it.
  • Scroll to the "Turn on debug" card and select it.
  • Once debugging is enabled, connect Glass to your computer and enter:
    Code:

    $ adb reboot-bootloader
    Quote:

    Originally Posted by http://ift.tt/20tFE07
    You can also enter fastboot mode by holding down the camera button, pressing the power button (Glass must be off before doing this), and waiting about 10-15 seconds. Glass does not indicate that it is in fastboot mode (display is off), but you can run fastboot devices to check.

3) If you have not already, unlock your Glass:
Code:

$ fastboot oem unlock
4)
Code:

$ fastboot flash system system.img
$ fastboot flash boot boot.img
$ fastboot erase cache
$ fastboot erase userdata
$ fastboot reboot

The first boot may take some time as partitions are created and firmware versions are checked. You may also experience a reboot during the initial boot. To revert back to the stock Glass ROM, simply follow the instructions at http://ift.tt/1Wmy2fE.

Working:
  • WiFi
  • Bluetooth
  • GPS
  • Touchpad
  • Audio (kind of)

Known Issues:
  • Audio currently outputs either the left or right signal
  • Backlight control does not work
  • Powered off charging indicator is flakey
  • Screenshots are glitchy
  • You tell me

Tips and Tricks:
  • Enable "Show touches" in the Developer options to navigate easier
  • Use ADB input commands for text or DPAD input: see http://ift.tt/1SrpvSL

XDA:DevDB Information
AOSP for Google Glass, ROM for the Google Glass

Contributors
jtxdriggers
Source Code: http://ift.tt/20tFEgp

ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
Based On: AOSP

Version Information
Status: Testing

Created 2016-04-11
Last Updated 2016-04-10


from xda-developers http://ift.tt/1Wmy2fG
via IFTTT