Hey guys, firstly I'm new about Custom Roms so maybe I made a mistake sorry about that.
I'm trying to install TWRP on my LG L Bello(D331). When I look at LG developer's website they want my phones IMEI and Device ID(because if you open bootloader LG must send you a key and you can open). So When I look at my device ID it is 16 letters long. When I entered my device ID in the site, I see an error "device-id must be 64 characters long". So how can I find my 64 letters long Device ID? Sorry for my bad English.
{
"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"
}
[/IMG]
@Salihk123
Android_ID ( equivalent to device-id ??? ) what since Android 8.0 and higher versions is a 64-bit number (expressed as a hexadecimal string) is stored in Android's settings.db. If your phone is rooted, then you can retrieve it by means of ADB:
Code:
adb devices
adb shell settings get secure ANDROID_ID
jwoegerbauer said:
@Salihk123
Android_ID ( equivalent to device-id ??? ) what since Android 8.0 and higher versions is a 64-bit number (expressed as a hexadecimal string) is stored in Android's settings.db. If your phone is rooted, then you can retrieve it by means of ADB:
Code:
adb devices
adb shell settings get secure ANDROID_ID
Click to expand...
Click to collapse
my phone is only for android 5.0 . So does it means I can't open my phone's bootloader? Is there another way?
Salihk123 said:
my phone is only for android 5.0 . So does it means I can't open my phone's bootloader? Is there another way?
Click to expand...
Click to collapse
May be my code sample is also valid for Android 5: don't know it. Simply try it out Remember: Phone must be rooted!
BTW: In the world of Android the bootloader is that what in the world of Windows is the BIOS.
jwoegerbauer said:
May be my code sample is also valid for Android 5: don't know it. Simply try it out Remember: Phone must be rooted!
BTW: In the world of Android the bootloader is that what in the world of Windows is the BIOS.
Click to expand...
Click to collapse
I look and no it's just 16 letter code. Thanks for your help and advice.
Related
{
"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"
}
So, this is my new project so far. I'm trying to build a tool to help all Android Wear devices with simple tasks. At the moment, this is the initial release and I'll keep it updated.
What's inside the package?
Java Application: you can run it from any platform, Windows, Mac, Linux,...
A folder called "lib" including adb,fastboot for Windows & Mac. If using Linux, you need to find your own adb and put it under "Other" folder
I'm looking forward for your feedback and suggestion. Thanks!
K thanks for this tool we want simple tool for control android touch if the touchpad is broken or damaged...
sureshsoori1 said:
K thanks for this tool we want simple tool for control android touch if the touchpad is broken or damaged...
Click to expand...
Click to collapse
Any features suggestion will be welcome I'll take more times for the next release:
Threading: not blocking main UI anymore
More fastboot & recovery functions
How about a one click unlock bootloader/root watch!? :good:
So, this is my new project so far. I'm trying to build a tool to help all Android Wear devices with simple tasks. At the moment, this is the initial release and I'll keep it updated.
What's inside the package?
Java Application: you can run it from any platform, Windows, Mac, Linux,...
A folder called "lib" including adb,fastboot for Windows & Mac. If using Linux, you need to find your own adb and put it under "Other" folder
I'm looking forward for your feedback and suggestion. Thanks![/QUOTE]
very good thank you
thank u
thank u pro......................
Hi tdiddy.2, i'm trying to enable adb over wifi on android wear. I have managed to make it work, but theres a lot of steps because you need to connect over bluetooth first. I know thats probably a way to enable adb over wifi direct over adb shell, but i dont know how to use adb shell well. Maybe you want to contribute? Thanks in advance.
Heres the link
Hey,
I recently got a cheap, slightly used chinese version Nokia N1. But because without the Google Services its pretty much useless to me, I want to root it and install a custom ROM.
I followed 2 tutorials:
https://forum.xda-developers.com/nokia-n1/help/nokia-n1-root-t3125771
and
https://forum.xda-developers.com/nokia-n1/general/play-store-howto-t3118965
But I always get stuck on the part with the Recovery Launcher.
{
"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"
}
To give some background, here are the steps I did:
Because fastboot and the launcher won't see my device if its in MTP or PTP, I disabled both. That seems to work fine.
I "unlocked" oem in the developer settings and also allowed USB debugging.
I started the Recovery Launcher with admin privileges and used option T4.
It boots into recovery mode, but I just get errors all over the place bacause the device is still locked. So i just typed "fastboot oem unlock". Then T4 again.
Thats where this error occurs. From what I read, this should put me into a CWM recovery session. But it doesn't. It just stays in the fastboot mode window.
I'm pretty new to this android modding thing, so don't expect to much knowledge from me.
with much thanks
~David
Bump
I really hope bumps are allowed here
its seems from ur bootloader, try to re unlock with fastboot unlock oem. if you done try different recovery developed for ur devices.
nuzzydev said:
its seems from ur bootloader, try to re unlock with fastboot unlock oem. if you done try different recovery developed for ur devices.
Click to expand...
Click to collapse
The thing is, there are no other solutions out there I really know about. I searched google up and down and got no real result.
I think my problem is that my android version isn't 5.0.x, like almost every english tutorial suggests. It is 5.1.1.
oh God... my fault sorry
Hello,
My wife is the owner of a SFR StarXtrem3 phone. It gradually stopped working since the ROM wasn't updated, and started suffer several troubles.
Google Services weren't working anymore, causing lots of problems ( app crash, as well as phone / sms crash etc.. ).
Now the phone is kind of "bricked". It's stuck with an error "Encryption failure" right after the phone startup and the "Reset to factory setting" doesn't work at all (no reaction).
Since SFR is a carrier, and not a mobile phone manufacturer, it was certain that it was another brand, making the search for ROM more difficult.
I think that it is an HTC device ( not sure ) because that's what Universal ADB Driver told me when I tried to install the drivers.
Also, I'm not sure about the recovery mode, since it's all written in chinese.
UPDATE : It is almost exactly this one ( mine has one more option ) :
{
"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"
}
Now, I am trying to identify the right hardware, so I can find a new ROM, and install the good drivers in order to use ADB and see if I can somehow retrieve the encrypted datas.
I'm also having an issue with ADB, which tell me that the device is offline..
So here are my questions :
What driver shall I use ?
How can I find the device hardware informations ?
Is there anyway I could somehow retrieve the datas that were on the phone disk ?
Here are the informations I have :
Computer Operating System : Windows 10 x64
Current driver used by windows : MT65xx Android Phone (winusb)
BBChip : MT6582
MS Board : STARXTREM3
Modem Version : MOLY. LR9.W1414A.MD.LWTG.MP.V3.P32
Kernel Version : 3.4.67
Android version : 4.4.2..
SW Ver. : H552
Android developper mode is disabled.
Android rom : stock rom, complete sh*t with sfr additions and no updates / support.
Click to expand...
Click to collapse
Thanks
From my searches it appears to be a ZTE StarXtrem
please help me I have been trying solutions for 2 months but nothing works. I also tried to do
1 go to wipe
2 go to advanced wipe
3 select date
4 repair or change flie system
5 change flile system ext 2
6 then replace ext 4
but it does not work. when i try to boot in to the system it goes into an infinite loading screen. please HELP (I used google translator because my english sucks)
@Boyko99
Either boot-loader broken or Android system corrupted. Re-flash Stock ROM.
I don't know if my answer came to you so I'll rewrite it
jwoegerbauer said:
@Boyko99
Either boot-loader broken or Android system corrupted. Re-flash Stock ROM.
Click to expand...
Click to collapse
could you tell me how to find the Stock ROM. I need help because I'm not very practical in modding
Boyko99 said:
could you tell me how to find the Stock ROM.
Click to expand...
Click to collapse
GIYF ...
i downloaded this now what should i do? and with what program?
jwoegerbauer said:
GIYF ...
Click to expand...
Click to collapse
i downloaded this now what should i do? and with what program?
{
"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"
}
@Boyko99
Because you avoided to name phone's brand/model in this thread's title you can't really get advised.
Anyway:
Assumed these requirements
got fulfilled, the USB-driver suitable to your phone is installed on PC,
then the basic steps to perform are
1) Unlock phone's boot-loader, if not done yet
2) flash the ROM
@jwoegerbauer
I can't start the phone so I don't know how to do it I'm stuck in twrp because if I try to turn it on it goes into a loop
@Boyko99
My POV:
This is the price that people who think they must improve (?) phone's Android, will say put up a better (?) ROM / Recovery than that what gets pre-installed by OEM/Carrier ( in their R&D department there are certainly no idiots sitting around ), pay.
@jwoegerbauer
i have a note 3 its the worts rom of all
Hey all!
I have a Light Phone 2 which uses Android 8.1. It's a neat little device that I'd love to tinker with. There is a detailed guide explaining the build process ontop of Android 8.1. The TL;DR is the Light Phone uses LightOS which is another word for an app that site on Android 8.1 that has lower-level access, similar to how the settings app works.
There is a medium post outlining the build process entitled Building LightOS with React Native. I cannot link to it as I do not qualify for the 10 post minimum. So you'll have to google it.
I can get to the Android recovery screen. Although from there I can't do anything. As adb is locked to only sideload and mounting the system produces no results on my Linux machine.
I realize very few people have this device and can comment from experience but does anyone have any idea how to go about rooting this phone? Or getting it to a state to begin tinkering?
Thanks!
@kennethashley
Before starting to try to root phone's Android test whether you can enable these 2 options in Android's Settings -> Developer options:
{
"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"
}
If YES then you have to find a Custom Recovery matching your device what is prerequisite to flash any Rooting software.
jwoegerbauer said:
@kennethashley
Before starting to try to root phone's Android test whether you can enable these 2 options in Android's Settings -> Developer options:
If YES then you have to find a Custom Recovery matching your device what is prerequisite to flash any Rooting software.
Click to expand...
Click to collapse
Unfortunately, that is the thing, the phone does not have these settings available. I was hoping there would be a way to do this directly from the recovery menu
@kennethashley You can access the recovery menu by power and volume up at the same time. When you reach the screen that says "no command" press power first, then volume up, then quickly release volume up first then power. There, you should be able to put the phone into recovery mode.
you can then put the phone into fastboot mode and use adb tooling to enable oem unlocking so you can root the device.
This dude did it on reddit: reddit.com/r/LightPhone/comments/jqtfu4/heres_how_to_get_a_shell_on_the_lightphone2_and/