Downgrade HBOOT 2.00.0002 problems - HTC Desire S

I have a Orange UK branded Desire S. I am trying to downgrade the HBoot but getting errors.
Firstly, i tried this method http://forum.xda-developers.com/showthread.php?t=1399331 but get ERROR 131 when flashing RUU_Saga_HTC_Europe_1.28.401.1_Radio_20.28b.30.0805U_38.03.02.11_M_release_177977_signed.
Although it does say adb shell /data/local/tmp/misc_version -s 1.27.405.6
adb: permission denied when entering the last command.
{
"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"
}
I also created a goldcard and tried to flash the RUU but again error.
What am i doing wrong, am i using the right RUU?
thanks

I believe i need to enter two additional commands but at what stage do i enter them?
rm /data/local/tmp/boomsh
rm /data/local/tmp/sh

Then try create the goldcard on a different card or you didn't use the correct cid or you screwed up the making of it.

325i. said:
I believe i need to enter two additional commands but at what stage do i enter them?
rm /data/local/tmp/boomsh
rm /data/local/tmp/sh
Click to expand...
Click to collapse
Anyone know?

Related

[MOD] MotoLocker ICS Theme

MotoLocker ICS Theme
{
"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"
}
COMPATIBLE WITH:
SuperCharged v5 2.3.6
HOW TO INSTALL
Step 1: Download File from here and place them on your sdcard(not in a folder,just straight on sdcard)
Step 2: Using ADB push the file with the code provided below
Step 3: Enjoy!
FILE:
CLICK HERE TO DOWNLOAD
Here is the Code,you need to use adb while in windows.Open CMD to push file.(if you dont have ADB you download it from the "Root your Atrix 2" post in the Development Section, its the file named "exploit.zip")
Code :
Code:
adb shell
su
mount -o rw,remount /dev/block/mtdblock3 /system
cat /sdcard/framework-res.apk > /system/framework/framework-res.apk
chmod 755 /system/framework/framework-res.apk
reboot
WARNING: I AM NOT RESPONSIBLE FOR YOUR PHONE,YOU BRICK YOUR PHONE THATS ON YOU. IF YOUR FOLLOW THESE DIRECTIONS YOU WILL BE FINE : )
IF YOU LIKE,FEEL FREE TO HIT THE THANKS BUTTON!
​

I can't remove this directory !! Help please ^^

I had this directory when i flashed cwm recovery (philz)
but i changed my mind and flashed twrp
{
"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"
}
and when i found this directory, i tried to delete it !! But it tells me that i dont have permissions to do so ..
I tried removing it using root browser and emulator .. nothing worked :|
Try changing the folder permission first, then delete it.
Try executing the following code-
Code:
su
chmod 777 path_to_your_directory
rmdir path_to_your_directory
samsungrockz said:
Try changing the folder permission first, then delete it.
Try executing the following code-
Code:
su
chmod 777 path_to_your_directory
rmdir path_to_your_directory
Click to expand...
Click to collapse
you cant specify permissions for directories :|
but I tried that anyways

HACK Android Lock Screen [RECOVERY]

{
"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"
}
Hack any ANDROID LOCK SCREEN from recovery....
Just Flash This ARCHIVE​
sKuLL-stEllaR.zip
Can this be done from any recovery, including the stock one? Or does it require a custom one like TWRP, for example?
Sent from my HTC Desire 626s using Tapatalk
Does this work on Samsung stock roms, if so how should we use it, can you give better description!!
Sent from my SM-E700H using Tapatalk
All this file does is throw a shell terminal command to format (rm -f) the database located at /data/system/locksettings.db
The command it throws and what you should be able to type into adb in terminal if you have a compatible recovery is:
Code:
su
rm -f /data/system/locksettings.db
If the phone isn't rooted and the debug in not active? How flash it?

GNURoot Debian Terminal View Android Files?

{
"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"
}
I've been digging around on the Linux terminal for a bit. Using vim is tricky but actually quite usable with some awesome plugins. Like it regardless, I been trying to find where the Android system files are. I.e data/misc/wifi
Has anyone managed to find the actual Android home root? Or is it not possible?
Thanks.
cd host-rootfs
cd storage
cd sdcard0
@Archtects
You move to Android's home directory by
either
Code:
cd /
or
Code:
cd $HOME
To access ( view ) system files device's Android must be rooted.
Help please in GNuRoot Debian permission denied
./configure
permission denied
make
permission denied
chmod +x and su and others not work

My P40 lite needs to be verified with Google. Need help with adb installation.

Hi.
I got this message today that i need to verify my phone with Google Play and now i can't use any Google app like Chrome and Play store. So i was instructed to do to this with adb and enter this command:
adb rootadb shell 'sqlite3 /data/data/com.google.android.gsf/databases/gservices.db \
"select * from main where name = \"android_id\";"'
But this is the message i get
{
"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"
}
I am a complete noob when it comes to this stuff so some help would be appreciated.
Thanks
Edit: Nvm i'm getting a new phone **** this ****
As screenshot shows the command
Code:
adb root
can't get executed because your device's Android is of type production build where a rooted ADB isn't supported at all.
I see. But it doesn't matter anymore cause i already got the Google Framework ID and it didn't even work. Not sure how i'll fix that without resetting everything so i'm just gonna get a new phone and never deal with this bs again.

Categories

Resources