Multiloader Under Linux - Android Development on Bada

Flash rom, boot file, fota under linux
{
"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"
}
Just install virtualbox and virtualbox extension
Donwload Windows xp 32bits iso
On configuration choose only Usb and disable Usb 2 support
Install Samsung driver
Boot DonwloadMode
Under Linux
Determine your device vendor and product IDs :
lsusb
You will see lines like this:
Bus 001 Device 049: ID 04e8:685d Samsung Electronics Co., Ltd GT-I9100 Phone [Galaxy S II] (Download mode)
Then chmod a+rw /dev/bus/usb/<bus number>/<device number> (exemple we have 001/049)
Mount Samsung GMO Samsung Mobile Modem under xp
Use Multiloader

Related

S3C USB Host driver NOT Found! 20$ Bounty for solution

Bounty paid thru paypal if sucsessful
I'm honest
ROOTED
Model number
SAMSUNG-SGH-l527
Android version
4.2.2
Baseband version
l527UCUAMK2
Kernel version
3.4.0-2052936
[email protected] #1
Mon Nov 416257111 KST 2013
Build number
JDQ39.I527UCUAMK2
SELinux status
Permissive
Secure boot status
Type: Samsung
****************************************************************************************************
S3C USB Host driver NOT Found!
I'm able to connect to USB flash drive
I'm able to connect to USB keyboard but unable to use it.
pictures included contain a lot of device info
if you have any other question please ask
{
"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"
}

Enable "Bands"

Hellos, guys
I started following these steps to enable some bands and im stuck in many steps using windows 10:
1) i cant get my phone to work in CP and at the same time AP RNDIS + DM + Modem
2) After changing my Galaxy S5 to AP RNDIS + DM + Modem, I was not able to add it as diagnostic in QPST, it only appears if i uncheck show diagnostic ports only:
{
"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"
}
After unchecking the diagnostic ports only i added the port like this:
3) when i change all the values in QXDM( it does specify if i have to click write after entering every value"0".) i go back to QPST and click write and the following message pops up:
Please advice
Thanks
Nobody?

Can't install Remix OS (dual boot with Windows 10)

I just download Remix OS from the official site, but when I tried to install it, I just stuck this screen
Below the image, it says "ANDROID root @ remix_x86_64: / #"
I press the enter key, no change whatsoever
{
"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"
}
My laptop specification: Intel Core i5, 8GB RAM, Intel + Nvidia VGA (but I have changed to Intel), and using UEFI (Security Boot has been disabled)
Please, give me a solution, thanks..
"... but I've changed to Intel"
By that do you mean you've disabled the NVIDIA GPU via the BIOS? If that's true then it shouldn't have any problem booting. Anyway, try adding "nouveau.modeset=0" (without quotes) onto the end of the menu.lst file in the RemixOS folder via Windows.
Sent from my iPhone using Tapatalk

I need help with Hard resetting Marq Turbostreamer Stick Amlogic S805X

Hello,
I recently purchased an android dongle sold by flipkart.com codename DV6067H which is similar to (Magenta Android Stick) DV6067Y.
I am having trouble using the remote control. The box is not detecting the remote control and I'm unable to do any function on the box.
I tried connecting keyboard and mouse using the OTG extender cable used in firetvstick, but no luck.
I am able to boot into the recovery mode but can't perform any operation as the remote isn't working and the reset button only works as an "OK" button.
Is there anyway to connect this device to PC in fastboot mode and reset it through adb ?
Marq TurboStream : https://indianexpress.com/article/te...eview-6245982/
Similar product : https://www.telekom.de/hilfe/geraete...tungCaption
{
"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 attaching pictures for reference.
https://ibb.co/pLD919y
https://ibb.co/pdC78CP

Help me modify kernel commandline in my Samsung A105G to boot non-Android OS

I'm trying to boot non-Android OS in my Samsung A105G. preferably Debian-based.
I tried stopping android and do chroot to a extracted rootfs that I put at /data/debian, generated by using Debootstrap in my Ubuntu host.
chroot complains that /bin/sh is not exist when it is actually there. after a bit of google research, I found that the debian binaries dont work with Android because of libc stuff (bionic vs libc?).
so after that, I have a different idea. what if I put a debootstrap generated rootfs in some ext4 formatted partition, and tell the kernel to boot from it.
I need to modify this commandline that i highlighted, to be able to use any partition i want
Code:
root=/dev/mmcblk0pX
{
"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"
}
How can I achieve that?

Categories

Resources