I am having to RUU my phone, again, due to a radio issue.
Anyways, I am trying to install the Android-SDK, and I have installed the JavaDK as well.
Code:
C:\Program Files\Java>dir
Volume in drive C has no label.
Volume Serial Number is 8876-5EE0
Directory of C:\Program Files\Java
01/13/2011 10:48 PM <DIR> .
01/13/2011 10:48 PM <DIR> ..
01/13/2011 10:48 PM <DIR> jdk1.6.0_23
01/13/2011 10:48 PM <DIR> jre6
0 File(s) 0 bytes
4 Dir(s) 43,050,663,936 bytes free
C:\Program Files\Java>
However, no matter how many times I try, as well as installing Java to the x86 folder:
Code:
C:\Program Files (x86)>dir java
Volume in drive C has no label.
Volume Serial Number is 8876-5EE0
Directory of C:\Program Files (x86)\java
01/13/2011 10:51 PM <DIR> .
01/13/2011 10:51 PM <DIR> ..
01/13/2011 10:51 PM <DIR> jdk1.6.0_23
01/13/2011 10:51 PM <DIR> jre6
0 File(s) 0 bytes
4 Dir(s) 42,772,791,296 bytes free
C:\Program Files (x86)>
I constantly get this error message:
{
"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"
}
(Took the image from another user)
I don't know what the heck is wrong, as no matter what I do, it happens.
Anyone have any ideas? I have looked at some topics, but, no one has seem to have found a fix for the issue, specifically in the hero forum.
Looks like the path to Java hasn't been added to your PATH.
This should help: http://www.java.com/en/download/help/path.xml
So, when modifying the Path variable, do you point to the location of the JDK? For example: C:\Program Files\Java\jdk1.6.0_23. Tried this, no luck. Is there a specific FILE that it's looking for? Not sure how to proceed.....thanks!
Go here: http://forum.xda-developers.com/showthread.php?p=8105110#post8105110
Read post #2. Make sure you type the correct version in. I had _23 and the instructions say _21. They were just written with an older version. This us the guide I used to install the jdk.
-----
Sent from my CDMA Hero. I got some hot Froyo-on-Hero action here!
I've done this yet it is still not working
Related
[Mod][Razr I][XT890] 1% battery mod SystemUI.apk (Deodexed) & No carrier upper left
Hello
You need your ROM deodexed for this MOD.
It is the 1% battery mod for Razr I.
Also, the Wifi bar doesn't have little space anymore from signal bar.
You can find the same mod with No Carrier upper left in the second post.
Made from Retail EU ROM.
{
"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"
}
You need to replace your SystemUI.apk in recovery ( /system/app/ )
Of course, I'm not responsible in any kind for any damage done to your phone, do it at your own risk.
No carrier upper left
Here is the same SystemUI.apk but with no carrier upper left
how can i remove the clock from the status bar?
How to install SystemUI.apk?
Taken from here: http://forums.droidbeans.com/tutorials/push-apk-files-using-adb/
Here I am taking SystemUI.apk as an example.
Plug in your phone to your computer.
Type: adb reboot recovery
On your phone, mount /system. If you don't, you won't be able to access/make changes to /system.
Type: adb shell
Type: cd /system/app
Type: mv SystemUI.apk SystemUI.bak
NOTE: This copies your existing phone's SystemUI.apk to a file named SystemUI.bak. We are backing up our file, I HIGHLY RECOMMEND THIS.
Type: exit
Type: adb push SystemUI.apk /system/app/
Type: adb shell
Type: chmod 0644 /system/app/SystemUI.apk
Type: exit
Now, reboot your phone normally.
Now, if you screwed up and you need to revert back to your original SystemUI.apk before we pushed the new one, here's how:
Type: adb reboot recovery
On your phone, mount /system.
Type: adb shell
Type: cd /system/app/
Type: rm SystemUI.apk
NOTE: This deletes your newly pushed SystemUI.apk file.
Type: mv SystemUI.bak SystemUI.apk
Type: exit
:good:
Thanks for the modd
Works great on my homemade fastboot rom
I did a little zip to flash into recovery with the no carrier version, it's easier to do than ADB& cie
Great mod! thank you Orphee for the mod and Le_Poilu for the zip file, everything worked flawless
ooops, anybody by any chance still have the original SystemUI or can direct me to a link?
I'd be really thankful!!!!
---------- Post added at 04:41 PM ---------- Previous post was at 04:40 PM ----------
ooops, anybody by any chance still have the original SystemUI or can direct me to a link?
I'd be really thankful!!!!
The only thing that really bugs me about the new Sense is the icon overload in the status bar. I already did the .xml edit to get rid of the NFC icon.
Can anyone tell me what this one is (circled in red) and how I can get rid of it?
{
"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"
}
GPS icon
---------- Post added at 07:09 PM ---------- Previous post was at 07:03 PM ----------
I am trying to remember how I disabled it. I know it's in SystemUI, a smali edit in locationcontroller.xml I think
metalfan78 said:
GPS icon
---------- Post added at 07:09 PM ---------- Previous post was at 07:03 PM ----------
I am trying to remember how I disabled it. I know it's in SystemUI, a smali edit in locationcontroller.xml I think
Click to expand...
Click to collapse
But this one is on at all times. When I'm using Maps I get the satellite-looking icon in addition to this cross-hair one.
You led me in the right direction though - it's Location Services. It has a line through it when I turn location services off.
But I want to get rid of the icon completely, not disable Location Services.
Edit: Just saw your edit. I'll search around. Thanks.
Yea, there's a zip floating around here somewhere for it. I can't find it now though
---------- Post added at 07:20 PM ---------- Previous post was at 07:17 PM ----------
I can send you my SystemUI if you want to diff it
metalfan78 said:
Yea, there's a zip floating around here somewhere for it. I can't find it now though
---------- Post added at 07:20 PM ---------- Previous post was at 07:17 PM ----------
I can send you my SystemUI if you want to diff it
Click to expand...
Click to collapse
Yeah sure, I'll check it out. I'm just running the stock ROM - rooted and S-off.
https://www.dropbox.com/s/hqaa74z15wgeqdf/SystemUI.apk
Mine is pretty much stock
Many people say that they have on the СM10-СM 11 bad GPS.
I have long tried many Fix's with different firmware and these mods did not help me. But I solved the problem with a GPS. So lets go.
In order to keep the GPS for work we will need to:
We need:
The program AGPSUtility
Fix GpS despite what country you live choose.
Install instructions:
Wipe data and cache
Flash the Fix GpS.zip despite what country you live choose.
Reboot
Install AGPSUtility
FAQAbot AGPSUtility
1.This is not a system application, but this application is invisible. It reacts to an event module switch GPS.
2 Do not need to run the program in advance or keep open, it suffices to establish the usual way.
3 The program can be shut down without having to remove it. To do this, you need to run it a shortcut from the program list and click on the switch.
4 Switch OFF / ON, but the default is OFF, so after installation you must include it.
5 Do not remove from startup and unload from memory.
How work AGPSUtility ?
1 When you turn on the GPS settings android (in the menu, or in the quick menu, or in any special programs - it does not matter) to zero the data AGPS.
2 If the navigation program is already running, and it is necessary to get fresh AGPS data, you can do OFF / ON the GPS settings android, without leaving the program navigation.
3 If your Internet connection is not available, the program will write about it. This would mean that the update AGPS is not possible. The old data will not remove.
4 If the Internet is, the program will reset the AGPS data cache and write about it. Navigation software will get fresh data.
Test
The test was conducted in the open, time to response was given 1 minute:
The first screenshot without the miracle of the 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"
}
The second with AGPS Utility program ( in 23 seconds):
Brazil
Not in a zip to Brazil?
Well, now u have two votes to Brazil
But if it's not going to lead your time, create to us please
---------- Post added at 08:30 PM ---------- Previous post was at 08:23 PM ----------
Or at least, south america
Hugo Castelani said:
Well, now u have two votes to Brazil
But if it's not going to lead your time, create to us please
---------- Post added at 08:30 PM ---------- Previous post was at 08:23 PM ----------
Or at least, south america
Click to expand...
Click to collapse
Okay I will add in some days
Can you add one for Chile?
i put aboot.bin into external sd as mentioned in this thread and i'm sure that i wrote the command right but it showed me this message !
please help and sorry about 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"
}
please help!
hessien zaghloul said:
please help!
Click to expand...
Click to collapse
With Terminal Emulator and assuming 'aboot.img' is in the root of your external sdcard...
Code:
su
dd if=/storage/external_SD/aboot.img of=/dev/block/platform/msm_sdcc.1/by-name/aboot bs=4096
shinobisoft said:
With Terminal Emulator and assuming 'aboot.img' is in the root of your external sdcard...
Code:
su
dd if=/storage/external_SD/aboot.img of=/dev/block/platform/msm_sdcc.1/by-name/aboot bs=4096
Click to expand...
Click to collapse
the same problem .. the aboot file is .bin not .img!!
hessien zaghloul said:
the same problem .. the aboot file is .bin not .img!!
Click to expand...
Click to collapse
Excuse me... So replace .img with .bin...
Sent from my LG-D415 using Tapatalk
---------- Post added at 03:54 PM ---------- Previous post was at 03:38 PM ----------
What device?
shinobisoft said:
Excuse me... So replace .img with .bin...
Sent from my LG-D415 using Tapatalk
---------- Post added at 03:54 PM ---------- Previous post was at 03:38 PM ----------
What device?
Click to expand...
Click to collapse
i replaced .img to .bin and i got the same problem ..
lg l90 d410
Are you sure have aboot.bin in external_SD no in sdcard?
BigMajster said:
Are you sure have aboot.bin in external_SD no in sdcard?
Click to expand...
Click to collapse
yes!
Try this command:
Code:
dd if=/storage/external_SD/aboot.bin of=/dev/block/mmcblk0p6
BigMajster said:
Try this command:
Code:
dd if=/storage/external_SD/aboot.bin of=/dev/block/mmcblk0p6
Click to expand...
Click to collapse
the same problem! the problem is that it can't read the file aboot.bin !!
Push aboot.bin to internal sdcard and try this command:
Code:
dd if=/sdcard/aboot.bin of=/dev/block/platform/msm_sdcc.1/by-name/aboot
This guide is mainly aimed at experienced users.
What is necessary:
Installed TWRP
Take action
1. Make a backup.
2. Mount in TWRP system and vendor
{
"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"
}
3. Use the TWRP file Manager to navigate to the path /vendor/oppo and delete file recovery_rootcheck
4. Navigate to the path /vendor/euclid and delete file product.img and vendor19771.img
5. Download zip archive and extract on sdcard
6. From the extracted archive file vendor19771.img put on the path /vendor/euclid and set chmod 0644
7. From the extracted archive, place the oppo_product folder in the /system_root section and set chmod 0755
8. In the oppo_product folder of the file build.prop set chmod 0644
9. From the extracted archive flash realmeUI_unlim_google_photo.zip
10. Reboot
Result
Hi there,
so this means, if the phone is recognized as a Pixel 2XL, you can send unlimited pictures to the cloud?
In full (original) quality ? Thats really reat !
Does this change not bring any potential problems with it ?
Thanks a lot for your detailed post !!
I still dont have my X2, hopefully its coming on monday ...
S3-Freak said:
Hi there,
so this means, if the phone is recognized as a Pixel 2XL, you can send unlimited pictures to the cloud?
In full (original) quality ? Thats really reat !
Does this change not bring any potential problems with it ?
Thanks a lot for your detailed post !!
I still dont have my X2, hopefully its coming on monday ...
Click to expand...
Click to collapse
Yes, the smartphone will be defined as Pixel 2 XL. Photos and videos will be uploaded in their original quality and full size. There are no negative consequences.
Why are you using your email as XDA ID? This is evidence of your cheating Google, and in case a Google guy notice this... I can imagine what would happen.
---------- Post added at 06:04 AM ---------- Previous post was at 06:03 AM ----------
Or it's not your real email address? Maybe it's the address of whom who you really hate? LoL